1
0
Fork 0
Commit Graph

106 Commits

Author SHA1 Message Date
Kevin Matz 7dfb0a81d7 universe arbitration is a helper not a subclass 2022-12-12 13:39:10 -05:00
Kevin Matz 7676cd54a2 configurable merge mode for received universes 2022-12-11 14:55:05 -05:00
Kevin Matz b18fb9547f menues doen't behave well with icons 2022-12-11 13:51:59 -05:00
Kevin Matz b48c90bfee merge mode is a property of the universe not the receiver 2022-12-11 10:00:24 -05:00
Kevin Matz 628459840d additional action icons 2022-12-11 09:59:59 -05:00
Kevin Matz 0b02bc3c14 toggle'able hold-last-look 2022-12-10 13:20:39 -05:00
Kevin Matz 19df7540c1 set organization name before loading settings 2022-12-10 11:05:31 -05:00
Kevin Matz ca75a9973c the status indicator widget 2022-12-06 00:16:00 -05:00
Kevin Matz 837bf1ad98 universe windows are non modal, but don't exist longer than the multiverse window 2022-12-06 00:12:18 -05:00
Kevin Matz 6cf9d98e8f add about messages 2022-12-05 11:26:37 -05:00
Kevin Matz 0b17605873 formatting cleanup 2022-12-04 20:53:46 -05:00
Kevin Matz a24a6e8b38 make sure the context menue gets deleted 2022-12-04 20:44:36 -05:00
Kevin Matz 304c74ae39 add const keyword to accepted submissions 2022-12-04 12:05:58 -05:00
Kevin Matz 3c3b1d9955 rename signal for consistency across dialog types 2022-12-04 11:56:12 -05:00
Kevin Matz 0e2b2ce039 rename methods for consistency 2022-12-04 11:53:48 -05:00
Kevin Matz 170eb40f50 let the parent window set the dialog title 2022-12-04 11:53:12 -05:00
Kevin Matz 4e536a6f1e open dialogues and menus asynchronously 2022-12-04 11:30:49 -05:00
Kevin Matz 4652623bb7 set the toolbar as the parent of the toolbar widgets 2022-12-04 10:33:56 -05:00
Kevin Matz bc9bb9b5a7 initialize private members as null pointers 2022-12-04 00:16:14 -05:00
Kevin Matz c1cc0ef6ed construct QObjects with parent 2022-12-03 23:31:13 -05:00
Kevin Matz b267627376 remove unnecessary slot 2022-12-03 23:28:50 -05:00
Kevin Matz 93e5680f85 rename to remove implied relationship to model/view 2022-12-03 23:28:24 -05:00
Kevin Matz 8f3c59783f move the multiverse model to the platform library 2022-12-03 22:51:55 -05:00
Kevin Matz fe53e57a6d remove unnecessary signals/slots 2022-12-03 22:42:44 -05:00
Kevin Matz 18e14b99d8 add const keyword to getters 2022-12-03 22:38:31 -05:00
Kevin Matz c46ca4b0cc move the universe model to the platform library 2022-12-03 21:33:23 -05:00
Kevin Matz 6e6b47edb5 finish renaming the window 2022-12-03 21:21:08 -05:00
Kevin Matz 8c54793edd remove unnecessary signals and slots 2022-12-03 21:12:31 -05:00
Kevin Matz da484ef028 construct the model around the universe 2022-12-03 20:46:10 -05:00
Kevin Matz 798affa3fb refactor the window name to not imply a Model/View relationship 2022-12-03 20:36:02 -05:00
Kevin Matz f11536e152 ensure that the existing inspector is shown 2022-12-03 11:09:44 -05:00
Kevin Matz 7a877f97ad close the inspector when the universe disapears 2022-12-03 11:04:17 -05:00
Kevin Matz 0fb5db0574 allow only one inspector per universe 2022-12-03 11:04:00 -05:00
Kevin Matz 3da5529b39 only retrieve a non-default value if the index is valid 2022-12-03 11:02:40 -05:00
Kevin Matz 31f460913c keep a pointer to the universe being viewed 2022-12-03 11:00:48 -05:00
Kevin Matz 13a775d0fd remove stale declaration of previously removed private method 2022-12-03 11:00:09 -05:00
Kevin Matz f500d6d376 add a table column for status 2022-12-02 15:28:06 -05:00
Kevin Matz db7bf1dcb3 add status change callbacks for listeners that want to be notified 2022-12-02 13:06:22 -05:00
Kevin Matz 85bd5accd0 rename signal to be more descriptive 2022-12-02 12:59:26 -05:00
Kevin Matz a86d968569 move sACN to a subproject 2022-11-28 15:06:48 -05:00
Kevin Matz e2b46c5bbf version bump 2022-11-28 11:37:25 -05:00
Kevin Matz 01c569ffa4 change appearance based on status 2022-11-28 09:27:08 -05:00
Kevin Matz 41c46e7bc5 remove redundant copy constructors 2022-11-28 09:21:25 -05:00
Kevin Matz 0292051392 holding last look is the behavior of a universe, not the receiver 2022-11-26 12:50:54 -05:00
Kevin Matz 11d202d51a allow RLP communications protocols to be enabled/disabled 2022-11-26 12:41:46 -05:00
Kevin Matz d57a6a31ad the source name is not a per/universe property 2022-11-24 14:57:11 -05:00
Kevin Matz 758740704c add actions for the receiver merge mode 2022-11-24 11:35:04 -05:00
Kevin Matz 24ba41a73f it's the name of the source, not a description of the universe 2022-11-24 11:31:51 -05:00
Kevin Matz 07cc2e1c0a give the Multiverseview to each UniverseView as parent 2022-11-21 12:40:31 -05:00
Kevin Matz b0a16a8cb7 Add theme icons to actions 2022-11-20 23:01:30 -05:00