Commit Graph
267 Commits
Author SHA1 Message Date
augustin_s 5ea830bf2b attached timestamps object 2023-02-03 00:55:08 +01:00
augustin_s 87ae26247d attached timestamps object 2023-02-03 00:54:00 +01:00
augustin_s 23afec2aa4 fill xs and ys as argument 2023-02-03 00:53:19 +01:00
augustin_s e4ada964e3 (trying to) disable sorting if item manually moved 2023-02-02 17:27:20 +01:00
augustin_s 9b50ade340 introduced "Sort by insertion order" (the default) / "Sorting disabled" keeps current order 2023-02-02 16:48:18 +01:00
augustin_s 26c338c54e added a comment 2023-02-02 14:59:51 +01:00
augustin_s 721f2a864a added docstrings for API methods 2023-02-02 14:59:42 +01:00
augustin_s 4c533489f6 added wildcard (*?) support 2023-02-02 13:28:52 +01:00
augustin_s c7c17ef221 change sort key on the class (not the instances) 2023-02-02 11:59:05 +01:00
augustin_s 3ba74a1a1e added a tests run script 2023-02-01 16:17:58 +01:00
augustin_s 9e6896c30f fixed position of *args 2023-02-01 16:10:47 +01:00
augustin_s 829c9e2ded use different name inside function 2023-02-01 16:10:24 +01:00
augustin_s 9a66433a3e made LINE_COLORS tuple instead of list 2023-02-01 16:09:59 +01:00
augustin_s 9db8d5b87e cleanup 2023-02-01 15:31:31 +01:00
augustin_s b380d840fc attach sorting options to menu 2023-02-01 15:26:38 +01:00
augustin_s 31cbe8ac33 added possibility to enabling/disabling sorting for the list 2023-02-01 15:26:17 +01:00
augustin_s b02d66b95f added possibility for having a sort key 2023-02-01 15:25:37 +01:00
augustin_s 660e8208ca added offline mode (does not start the RPC server) 2023-01-29 16:32:41 +01:00
augustin_s f491c71462 adjusted test 2023-01-29 14:19:34 +01:00
augustin_s 16c7b4f71c added maximize/restore to MDISubWindow, changed frame_on/frame_off from FramelessWindowHint to custom hint 2023-01-29 14:05:18 +01:00
augustin_s aeaabd028f connect tooltip display with xy coords to plot mouse-over event 2023-01-27 18:50:34 +01:00
augustin_s 4e3d8b9da6 introduced MDISubPlotBase 2023-01-27 18:34:17 +01:00
augustin_s 764760df1f reverted to previous version using asserts; changed unittest setUp/tearDown to pytest naming setup_method/teardown_method 2023-01-27 13:30:36 +01:00
augustin_s 8211d06079 switched from unittest to pytest 2023-01-27 13:05:04 +01:00
augustin_s 6704ef8cd9 changed unittest setUp/tearDown to pytest naming setup_method/teardown_method 2023-01-27 12:58:00 +01:00
augustin_s 7d4cda98b8 switched asserts to unittest methods 2023-01-27 11:21:07 +01:00
augustin_s 050797aaf1 some more shorthands/shortcuts 2023-01-26 23:54:40 +01:00
augustin_s 1be21903f6 remove shorthand & from checkbox name for easier retrieval 2023-01-26 23:53:40 +01:00
augustin_s 8b25d61d3b alignment 2023-01-26 23:35:05 +01:00
augustin_s e6c78b05c8 added & shorthands; merged shortcuts with addActions 2023-01-26 23:34:35 +01:00
augustin_s 87da48400f added shortcut as argument to addAction 2023-01-26 23:33:12 +01:00
augustin_s d5d8401178 added quit shortcut 2023-01-26 22:44:59 +01:00
augustin_s 4c52a2ffac added quit entry to file menu 2023-01-26 22:39:19 +01:00
augustin_s 146aad3e88 order of close entries 2023-01-26 22:33:09 +01:00
augustin_s 21068bfad5 ordering 2023-01-26 22:26:41 +01:00
augustin_s a385fe145b nicer formatting 2023-01-26 22:20:16 +01:00
augustin_s ee5d80541a Re-implementation of QFileDialog.getSaveFileName that allows to set defaultSuffix 2023-01-26 20:24:18 +01:00
augustin_s e89d9cecda moved h5 file dialogs to separate file 2023-01-26 20:11:31 +01:00
augustin_s ffbdbe419a refactor to get rid of checkbox state-toggle workaround 2023-01-26 18:11:07 +01:00
augustin_s 9a96ad4f41 moved filetype filtes into constant 2023-01-26 16:02:04 +01:00
augustin_s bdb8d94108 moved extracting the attributes into PlotDescription 2023-01-26 15:58:32 +01:00
augustin_s ca282e19d4 added shortcut for deleting selected items (triggers only when list has focus) 2023-01-26 13:00:59 +01:00
augustin_s 51c7ece4ad forward kwargs to QShortcut 2023-01-26 13:00:27 +01:00
augustin_s 357fa5839b added first try on reading back the data from the hdf5 dumps 2023-01-26 12:52:27 +01:00
augustin_s 3b09441ab9 added h5py as requirement 2023-01-25 23:34:26 +01:00
augustin_s bf51ef1e9b renamed on_save -> on_file_save 2023-01-25 22:20:02 +01:00
augustin_s 25d43fc551 fill dict with all non-underscore attributes 2023-01-25 22:16:23 +01:00
augustin_s c26bf445e5 skip entries that cannot be written with a printed warning 2023-01-25 22:15:49 +01:00
augustin_s 852bb08490 ignore hdf5 files 2023-01-25 21:59:38 +01:00
augustin_s 3a0f2bd0d6 added first try for dumping the data to hdf5 files 2023-01-25 21:59:14 +01:00