Commit Graph

634 Commits

Author SHA1 Message Date
d11e136247 use locking guards 2022-12-09 10:29:01 -05:00
f1d3fe0256 use a shared mutex to lock the dimmer data 2022-12-09 10:28:02 -05:00
b7ca5c36f5 reuse the sACN framing layer PDU 2022-12-09 09:26:42 -05:00
4fa5a2794a use initializer list to create sender 2022-12-09 09:25:29 -05:00
4d7413b949 move all of transmitting to the helper class 2022-12-08 21:22:20 -05:00
47bc2c9ffd immediately delete the terminated universe 2022-12-08 21:21:04 -05:00
466efd7477 move tx to a helper class 2022-12-08 19:09:39 -05:00
d67b3b8f40 adapt to the DMP rx/tx mechanism 2022-12-08 18:05:33 -05:00
f9896ff5f3 add synchronization reset helper 2022-12-08 18:04:37 -05:00
85a7ec4762 strictly enforce recieved sequence numbers 2022-12-08 17:56:02 -05:00
8a83107ee7 follow rename in base class 2022-12-08 17:52:24 -05:00
0ac22b232d inherit from DMP::Component 2022-12-08 17:50:29 -05:00
46938de0f5 refactor for readability 2022-12-08 17:47:37 -05:00
6237a9ef37 refactor for naming consistency 2022-12-08 17:41:07 -05:00
67e4472751 refactor to less ambigous name 2022-12-08 17:40:15 -05:00
e34a5acb5c metadata is a more descriptive property name 2022-12-08 10:12:25 -05:00
63ee24d334 add a non-standard 0 value failure reason 2022-12-07 21:58:10 -05:00
382f2d26fd add some accesses'ors for the range metadata 2022-12-07 21:57:32 -05:00
2b5db0febd initialize the address_type members 2022-12-07 21:56:49 -05:00
ce3e1ebf7c capitalize the Range struct 2022-12-07 21:56:17 -05:00
433e91f70c refactor over DMP Component 2022-12-07 21:53:39 -05:00
8f42e0bca6 a base class for DMP components 2022-12-07 21:51:15 -05:00
26ae455a07 check that the block was created before assigning parents 2022-12-06 18:05:12 -05:00
7434ac3d91 fix off-by-one error 2022-12-06 18:04:37 -05:00
f496b89e44 prefer the block setting code path 2022-12-06 18:04:19 -05:00
97ef3d5078 allocate loop control variables before the loop 2022-12-06 15:38:20 -05:00
b07d505bce only send 3 terminated universe frames 2022-12-06 14:52:06 -05:00
8a2e838916 only reset the sequence number for received terminated universes 2022-12-06 14:51:43 -05:00
1cad61ffc7 protected convenience calls can be inlined 2022-12-06 14:51:03 -05:00
635dc36ada cleanup documentation 2022-12-06 14:50:20 -05:00
39a6bcbfbf rearrange header 2022-12-06 14:04:18 -05:00
f9f0d1298e any optimization of separate handling is overshadowed by duplicating the code 2022-12-06 13:37:40 -05:00
ed40a3b666 catch the range exception instead of implementing seperate bounds checks 2022-12-06 13:36:27 -05:00
e7297c42ff use the same callback runner for all callback types 2022-12-06 13:35:18 -05:00
5ad7b5505e give all universe callbacks the same signature 2022-12-06 13:30:40 -05:00
738ced6964 fix off-by-one in range check 2022-12-06 13:24:09 -05:00
ca75a9973c the status indicator widget 2022-12-06 00:16:00 -05:00
837bf1ad98 universe windows are non modal, but don't exist longer than the multiverse window 2022-12-06 00:12:18 -05:00
6cf9d98e8f add about messages 2022-12-05 11:26:37 -05:00
b031ccbcd7 extend the copyright year 2022-12-05 11:26:03 -05:00
0b17605873 formatting cleanup 2022-12-04 20:53:46 -05:00
a24a6e8b38 make sure the context menue gets deleted 2022-12-04 20:44:36 -05:00
55bcdc8db6 cleanup whitespace 2022-12-04 12:06:16 -05:00
304c74ae39 add const keyword to accepted submissions 2022-12-04 12:05:58 -05:00
3c3b1d9955 rename signal for consistency across dialog types 2022-12-04 11:56:12 -05:00
0e2b2ce039 rename methods for consistency 2022-12-04 11:53:48 -05:00
170eb40f50 let the parent window set the dialog title 2022-12-04 11:53:12 -05:00
4e536a6f1e open dialogues and menus asynchronously 2022-12-04 11:30:49 -05:00
302cf63ca6 consistency across ternary returns 2022-12-04 10:36:37 -05:00
501167c8ee use the Qt macros for Qt containers 2022-12-04 10:34:57 -05:00