Commit Graph

74 Commits

Author SHA1 Message Date
augustin_s 01904da619 allow internal move in DictList 2023-01-03 17:58:24 +01:00
augustin_s 84397c6316 clean up 2023-01-03 15:40:05 +01:00
augustin_s 9cdb667326 added nicer SearchBox 2023-01-03 00:26:19 +01:00
augustin_s 069a7ff110 added DictList: DictListWidget with search box 2023-01-03 00:22:40 +01:00
augustin_s 2d5f3b9e98 moved/added comments 2022-12-30 01:27:59 +01:00
augustin_s 332af67b55 moved addAction to MenuBase 2022-12-30 01:23:52 +01:00
augustin_s 58deb64768 added comment 2022-12-30 01:20:32 +01:00
augustin_s 6ec830cefe use simpler QAction logic 2022-12-30 01:20:11 +01:00
augustin_s b4f6824554 changed parent of action to qmenu 2022-12-30 01:14:47 +01:00
augustin_s ed895fe54f moved some code into MenuBase 2022-12-30 01:13:02 +01:00
augustin_s f0cc8e9a14 added checkboxe to control whether new plots are automatically opened 2022-12-30 00:45:32 +01:00
augustin_s 2158b55f0f added checkboxes to bar menus 2022-12-30 00:45:06 +01:00
augustin_s a70fb17b7c naming 2022-12-22 13:08:51 +01:00
augustin_s 751a531425 moved menu classes to folder 2022-12-21 23:10:09 +01:00
augustin_s 5f5c01f319 added right-click menu for deleting all/selected list items 2022-12-21 22:41:14 +01:00
augustin_s 9018e37852 moved the piping of the bar menu into a separate file 2022-12-21 19:41:06 +01:00
augustin_s a3e6c2c9a5 clean up 2022-12-21 18:22:36 +01:00
augustin_s 7bf21804bc naming 2022-12-21 18:09:21 +01:00
augustin_s 7e68e5a966 removed append logic from DictListWidget, better use DictListItem directly, no need for factory anymore 2022-12-21 18:00:16 +01:00
augustin_s 00875bd209 moved value into DictListItem; DictListWidget holds dict of items 2022-12-21 14:27:04 +01:00
augustin_s 0207633188 more generic logic 2022-12-21 13:16:54 +01:00
augustin_s 2a30111566 switched doubleClicked -> itemDoubleClicked; got rid of all index handling 2022-12-21 12:37:53 +01:00
augustin_s 354b1a7ce5 added tabbed mode 2022-12-20 12:49:56 +01:00
augustin_s 49e837c029 clean up 2022-12-19 21:49:06 +01:00
augustin_s 6ec1383ad0 named constant for highlight color 2022-12-19 21:36:38 +01:00
augustin_s 7f82bb73c4 named constants for dot colors 2022-12-19 21:30:52 +01:00
augustin_s cff6602cd6 introduced sub folder for dictlist files 2022-12-19 21:13:13 +01:00
augustin_s 678ca19b32 added DictListItem encapsulating the alarm logic 2022-12-19 19:13:12 +01:00
augustin_s e343471ea1 added indicator dot for alarm state 2022-12-19 18:39:51 +01:00
augustin_s 4d045a9b1a set alarm state (currently just bold font) to items in the list that get updated while invisible 2022-12-19 17:43:56 +01:00
augustin_s 93a2dc93ff formatting 2022-12-19 15:15:28 +01:00
augustin_s 86cc74a77c removed forgotten line 2022-12-19 14:59:57 +01:00
augustin_s e8ddd70f12 Update README.md 2022-12-19 13:31:35 +00:00
augustin_s bb145e66d2 introduced sub folders for mdi and rpc files 2022-12-19 14:16:16 +01:00
augustin_s 3a40c037aa introduced a base folder 2022-12-19 14:09:09 +01:00
augustin_s ccab9748c0 dont use titles 2022-12-19 14:00:12 +01:00
augustin_s 21507b8c12 moved MDISubPlot to separate file 2022-12-19 13:48:02 +01:00
augustin_s 03beb10c4b added and use MDIArea.findSubWindow 2022-12-19 13:38:54 +01:00
augustin_s 7f4a2386f9 do not open plot a second time if it is reset and already open 2022-12-19 13:29:22 +01:00
augustin_s 32c10adf66 naming 2022-12-19 13:26:16 +01:00
augustin_s f6e4a685a0 naming 2022-12-19 13:22:59 +01:00
augustin_s 5bb8f697bc made it a bit more generic; naming 2022-12-19 13:18:44 +01:00
augustin_s ba331cf6f6 made it a bit more generic; naming 2022-12-19 13:12:08 +01:00
augustin_s 48e0c35c4f much simpler two-step logic 2022-12-19 13:09:30 +01:00
augustin_s 1c4f08331e cleanup and typo 2022-12-19 12:28:51 +01:00
augustin_s d14fc0c51c moved RPCServer to separate file 2022-12-19 12:27:38 +01:00
augustin_s dee4052247 added RPCClient with interface symmetrical to RPCServer 2022-12-19 12:25:16 +01:00
augustin_s 9e2f501968 refactor 2022-12-19 12:24:40 +01:00
augustin_s e930e35c6f use PlotDescription 2022-12-19 11:32:31 +01:00
augustin_s fdea41fad4 added PlotDescription 2022-12-19 11:32:20 +01:00