1
0
Fork 0
Commit Graph

129 Commits

Author SHA1 Message Date
Kevin Matz e29b41c812 connect unfinished actions to todo notes 2023-04-24 17:04:08 -04:00
Kevin Matz c52bf250b6 use column 0 to retrieve the widget pointer 2023-04-17 09:30:13 -04:00
Kevin Matz 373e6dbda5 inspect DMX data 2023-04-16 14:57:28 -04:00
Kevin Matz cbd362b341 return the shared pointer for editing 2023-04-16 14:56:26 -04:00
Kevin Matz 67e84624ee move the universe data viewer to the platform library 2023-04-16 12:18:00 -04:00
Kevin Matz b18823a009 rename the status indicator class 2023-04-16 11:34:07 -04:00
Kevin Matz 1563e620b9 model directly from the DMX::Universe 2023-04-16 11:10:04 -04:00
Kevin Matz 91128ca9f3 indicate directly from the DMX::Universe 2023-04-16 11:09:31 -04:00
Kevin Matz b79ea8d976 set window title 2023-04-16 10:53:18 -04:00
Kevin Matz 3bc8c200f6 default column widths 2023-04-16 10:53:02 -04:00
Kevin Matz 4417a8888f add format options to the menubar 2023-04-16 10:51:30 -04:00
Kevin Matz f484c2c8bd drop sACN properties from the DMX view 2023-04-16 10:03:53 -04:00
Kevin Matz 5c1f343688 re select the current item when the model resets 2023-04-14 13:18:33 -04:00
Kevin Matz 95a5be2e65 use "save" as the accept button 2023-04-14 13:17:55 -04:00
Kevin Matz 75598b4359 clear the current selection when the list refreshes 2023-04-14 13:16:50 -04:00
Kevin Matz 9b4e9eda03 connect device management actions 2023-04-14 10:29:22 -04:00
Kevin Matz f19f572daf keep ui actions consistent with selected widget 2023-04-14 10:28:17 -04:00
Kevin Matz 2c394a1bc7 new dialog for altering tx parameters 2023-04-14 10:25:37 -04:00
Kevin Matz 7fa3bde8b3 example for interacting with widgets 2023-04-09 20:57:34 -04:00
Kevin Matz c801ffb32b set the window title from the app metadata 2023-04-09 19:35:34 -04:00
Kevin Matz d54b714981 private linking only for Qt modules 2023-04-03 09:24:40 -04:00
Kevin Matz 12fddd4caa unify project version 2023-04-03 08:57:54 -04:00
Kevin Matz 847b6d931d rename platform library with consitant project name 2023-03-31 09:55:02 -04:00
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