Commit Graph

60 Commits

Author SHA1 Message Date
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
augustin_s 5ef1150193 added menu shortcut 2022-12-18 19:44:56 +01:00
augustin_s 0ff5d9fc87 moved example data into separate file 2022-12-18 15:46:50 +01:00
augustin_s d08c512bb1 refactor 2022-12-18 15:35:16 +01:00
augustin_s 6f2bd3d7c9 refactor 2022-12-18 15:18:06 +01:00
augustin_s 36d2fbf6ec naming, added separator 2022-12-18 15:09:07 +01:00
augustin_s fb1f6f942f use the pyqtgraph import convention 2022-12-18 15:02:47 +01:00
augustin_s 24e1b109b4 refactor 2022-12-18 15:00:32 +01:00
augustin_s 010871b820 added RPCServerThread; attach RPCServerThread to MainWindow, exposing append method to append to DictList and to MDISubPlot; data from DictList needs to be transposed now; apply pyqtgraph theming 2022-12-18 14:45:57 +01:00
augustin_s fe0fe67411 added append method 2022-12-18 14:31:37 +01:00
augustin_s 4508c8d3f4 added pyqtgraph style adjustments 2022-12-18 14:30:53 +01:00
augustin_s c04cd803a2 better naming 2022-12-16 16:06:44 +01:00
augustin_s 1191e18e89 enable ctrl-c 2022-12-16 16:04:50 +01:00
augustin_s 0474e4a386 reverse the list 2022-12-16 12:44:03 +01:00
augustin_s 699fbec03c typo 2022-12-15 19:12:27 +01:00