1
0
Fork 0
Commit Graph

528 Commits

Author SHA1 Message Date
Kevin Matz f27faa4fe6 always attempt to delete terminated universes 2022-11-21 14:40:04 -05:00
Kevin Matz fdbff859c7 be verbose in the status name 2022-11-21 14:37:02 -05:00
Kevin Matz 6ad6aa28f8 don't remove last universe if holding the look 2022-11-21 14:25:12 -05:00
Kevin Matz a5958448ff set/timeout ops modify the operational state 2022-11-21 13:41:22 -05:00
Kevin Matz 53ac273c0b there is no distinction between network data lost and terminated 2022-11-21 13:39:14 -05:00
Kevin Matz e76fd2f603 add a property to track the operating state of the universe 2022-11-21 13:24:21 -05:00
Kevin Matz 718a3dd22f Add status enum to be used later to track the operational state of a universe. 2022-11-21 12:41:59 -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
Kevin Matz 8fd8ef977d doc improvements 2022-11-20 23:00:38 -05:00
Kevin Matz 54ead231ad ensure that UDP and TCP are being sent on the correct transport 2022-11-20 17:30:23 -05:00
Kevin Matz 4a52f7302d implement a more robust method of determining dominant member 2022-11-20 15:22:51 -05:00
Kevin Matz 3672b1d49f Remove note about deleting callback tokens, It's done for all stale callbacks. 2022-11-20 15:16:12 -05:00
Kevin Matz 1ad91bdefe doc updates 2022-11-20 15:15:14 -05:00
Kevin Matz ae838bee21 reuse the same RLP header for every message 2022-11-20 15:10:53 -05:00
Kevin Matz 10031d3a05 implement a separate sender for each transport protocol 2022-11-20 15:09:03 -05:00
Kevin Matz 2d93bbe709 only handle discovery frames if discovery is enabled 2022-11-19 17:23:13 -05:00
Kevin Matz e14556fe16 call discovery callbacks after disabling discovery 2022-11-19 17:22:36 -05:00
Kevin Matz b26bf158c0 never add a universe for discovery 2022-11-19 17:22:03 -05:00
Kevin Matz 99d919d613 move discovery state tracking form platform driver to protocol receiver 2022-11-19 16:43:41 -05:00
Kevin Matz 2003e22110 IPv6 uses MDL not IGMP 2022-11-19 16:08:24 -05:00
Kevin Matz df8356e7dc wait until after names are assigned to print debug statement 2022-11-19 16:07:33 -05:00
Kevin Matz b748dd9a01 separate "name" (FCTN or UACN) from UACN 2022-11-19 15:56:59 -05:00
Kevin Matz b7f045cd6b Enable changing the ACN EPI 19 user assignable name 2022-11-19 15:47:51 -05:00
Kevin Matz d84dde0cb2 add a modal line editior dialog 2022-11-19 15:46:47 -05:00
Kevin Matz e4119c5189 add missing property getter for "Hold Last Look" 2022-11-19 15:45:31 -05:00
Kevin Matz 488328a05e refactor persistent settings 2022-11-19 15:44:34 -05:00
Kevin Matz e98b6f5734 make the add universe dialog modal 2022-11-19 15:43:31 -05:00
Kevin Matz e528abe5e1 make the ACN EPI 19 Fixed name only asignable at initilization 2022-11-19 15:43:02 -05:00
Kevin Matz 0cad3288d7 move metatype declaration ajacent to type definition 2022-11-19 15:36:15 -05:00
Kevin Matz 01e3549861 Add a note to documentation about subclassing vs wrapping for QSacnUniverse 2022-11-19 12:34:52 -05:00
Kevin Matz 5c0a74e338 verify subscription by validity of universe pointer 2022-11-19 12:34:20 -05:00
Kevin Matz 33347894af toggle'able sACN discovery 2022-11-19 12:33:49 -05:00
Kevin Matz 498129c325 rearrange the menu bar 2022-11-19 12:32:32 -05:00
Kevin Matz a0a1c13cb3 enhanced IGMP debug messages 2022-11-19 12:27:02 -05:00
Kevin Matz 24e7b5eb4c retrieving a universe doesn't modify the receiver 2022-11-19 12:26:07 -05:00
Kevin Matz ef38fae104 Without a way to query the subscription state of an IGMP group, use a boolean to track the state of sACN discovery. 2022-11-19 12:24:46 -05:00
Kevin Matz ffb82f3029 edit'able source names from the tree view 2022-11-18 15:55:52 -05:00
Kevin Matz 693b361244 add citation 2022-11-18 13:50:07 -05:00
Kevin Matz 8fb0666ff0 fix indent 2022-11-18 12:16:35 -05:00
Kevin Matz a0cb4c18a4 uniformly check if user entered value is valid 2022-11-18 12:15:19 -05:00
Kevin Matz e889e36ccd remove unused header 2022-11-18 11:32:22 -05:00
Kevin Matz d60721cf79 Enable setting priority from the universe model tree 2022-11-18 11:32:07 -05:00
Kevin Matz 056063ab2c remove the universe name from the window title now that it's in the toolbar 2022-11-17 12:41:15 -05:00
Kevin Matz 4ddd786053 initialize the description edit in a uniform way 2022-11-17 12:40:33 -05:00
Kevin Matz 85e631424a include universe number in metadata source_name 2022-11-17 12:39:43 -05:00
Kevin Matz 7def265788 header cleanup 2022-11-17 12:29:57 -05:00
Kevin Matz 9b918b858e add universe description edit 2022-11-16 09:35:38 -05:00
Kevin Matz bfb46eb0df header cleanup 2022-11-16 09:28:08 -05:00
Kevin Matz 186f7d9134 setDescription slot parameter as QString 2022-11-16 09:27:28 -05:00