Commit Graph

82 Commits

Author SHA1 Message Date
18e14b99d8 add const keyword to getters 2022-12-03 22:38:31 -05:00
c46ca4b0cc move the universe model to the platform library 2022-12-03 21:33:23 -05:00
6e6b47edb5 finish renaming the window 2022-12-03 21:21:08 -05:00
8c54793edd remove unnecessary signals and slots 2022-12-03 21:12:31 -05:00
da484ef028 construct the model around the universe 2022-12-03 20:46:10 -05:00
798affa3fb refactor the window name to not imply a Model/View relationship 2022-12-03 20:36:02 -05:00
f11536e152 ensure that the existing inspector is shown 2022-12-03 11:09:44 -05:00
7a877f97ad close the inspector when the universe disapears 2022-12-03 11:04:17 -05:00
0fb5db0574 allow only one inspector per universe 2022-12-03 11:04:00 -05:00
3da5529b39 only retrieve a non-default value if the index is valid 2022-12-03 11:02:40 -05:00
31f460913c keep a pointer to the universe being viewed 2022-12-03 11:00:48 -05:00
13a775d0fd remove stale declaration of previously removed private method 2022-12-03 11:00:09 -05:00
f500d6d376 add a table column for status 2022-12-02 15:28:06 -05:00
db7bf1dcb3 add status change callbacks for listeners that want to be notified 2022-12-02 13:06:22 -05:00
85bd5accd0 rename signal to be more descriptive 2022-12-02 12:59:26 -05:00
a86d968569 move sACN to a subproject 2022-11-28 15:06:48 -05:00
e2b46c5bbf version bump 2022-11-28 11:37:25 -05:00
01c569ffa4 change appearance based on status 2022-11-28 09:27:08 -05:00
41c46e7bc5 remove redundant copy constructors 2022-11-28 09:21:25 -05:00
0292051392 holding last look is the behavior of a universe, not the receiver 2022-11-26 12:50:54 -05:00
11d202d51a allow RLP communications protocols to be enabled/disabled 2022-11-26 12:41:46 -05:00
d57a6a31ad the source name is not a per/universe property 2022-11-24 14:57:11 -05:00
758740704c add actions for the receiver merge mode 2022-11-24 11:35:04 -05:00
24ba41a73f it's the name of the source, not a description of the universe 2022-11-24 11:31:51 -05:00
07cc2e1c0a give the Multiverseview to each UniverseView as parent 2022-11-21 12:40:31 -05:00
b0a16a8cb7 Add theme icons to actions 2022-11-20 23:01:30 -05:00
99d919d613 move discovery state tracking form platform driver to protocol receiver 2022-11-19 16:43:41 -05:00
df8356e7dc wait until after names are assigned to print debug statement 2022-11-19 16:07:33 -05:00
b748dd9a01 separate "name" (FCTN or UACN) from UACN 2022-11-19 15:56:59 -05:00
b7f045cd6b Enable changing the ACN EPI 19 user assignable name 2022-11-19 15:47:51 -05:00
d84dde0cb2 add a modal line editior dialog 2022-11-19 15:46:47 -05:00
488328a05e refactor persistent settings 2022-11-19 15:44:34 -05:00
e98b6f5734 make the add universe dialog modal 2022-11-19 15:43:31 -05:00
0cad3288d7 move metatype declaration ajacent to type definition 2022-11-19 15:36:15 -05:00
33347894af toggle'able sACN discovery 2022-11-19 12:33:49 -05:00
498129c325 rearrange the menu bar 2022-11-19 12:32:32 -05:00
a0a1c13cb3 enhanced IGMP debug messages 2022-11-19 12:27:02 -05:00
ffb82f3029 edit'able source names from the tree view 2022-11-18 15:55:52 -05:00
8fb0666ff0 fix indent 2022-11-18 12:16:35 -05:00
a0cb4c18a4 uniformly check if user entered value is valid 2022-11-18 12:15:19 -05:00
e889e36ccd remove unused header 2022-11-18 11:32:22 -05:00
d60721cf79 Enable setting priority from the universe model tree 2022-11-18 11:32:07 -05:00
056063ab2c remove the universe name from the window title now that it's in the toolbar 2022-11-17 12:41:15 -05:00
4ddd786053 initialize the description edit in a uniform way 2022-11-17 12:40:33 -05:00
9b918b858e add universe description edit 2022-11-16 09:35:38 -05:00
bfb46eb0df header cleanup 2022-11-16 09:28:08 -05:00
091dea3ed5 remove spurious menu entry 2022-11-16 08:54:24 -05:00
ae2a03531b uint -> unsigned int for MinGW 2021-09-11 13:54:32 -04:00
4b1c4f51af remove test setup 2021-09-11 10:59:31 -04:00
ccc99b3097 UniverseView windows don't need a parent 2021-09-11 10:48:19 -04:00