augustin_s
|
8da1dbdca1
|
naming and some comments
|
2023-01-11 17:59:27 +01:00 |
|
augustin_s
|
11fa6ac0db
|
refactor
|
2023-01-11 17:43:21 +01:00 |
|
augustin_s
|
16bdd69c24
|
moved plot name "condensing" out of MDISubMultiPlot (plots have one name)
|
2023-01-10 13:35:28 +01:00 |
|
augustin_s
|
58f31e7bd3
|
added convenience shortcut creation
|
2023-01-10 13:20:36 +01:00 |
|
augustin_s
|
3e2c72a030
|
symmetry
|
2023-01-10 13:08:33 +01:00 |
|
augustin_s
|
30f863b7c3
|
added shortcut for plotting; make "normal" plot if only one selected; dont crash if nothing selected
|
2023-01-10 13:02:30 +01:00 |
|
augustin_s
|
0907e67608
|
selectedItems takes hidden status into account
|
2023-01-09 20:19:23 +01:00 |
|
augustin_s
|
779446568e
|
moved "Plot selected" to right-click menu
|
2023-01-09 20:08:40 +01:00 |
|
augustin_s
|
e8a6e2766e
|
customize legend style
|
2023-01-09 16:22:50 +01:00 |
|
augustin_s
|
469c9ee87c
|
customize legend style
|
2023-01-09 16:13:07 +01:00 |
|
augustin_s
|
e69f7d6bef
|
renamed "title" -> "name" for consistency; added addLegend
|
2023-01-08 19:38:14 +01:00 |
|
augustin_s
|
57ae70d87e
|
added name as mandatory argument of PlotDescription
|
2023-01-08 19:37:08 +01:00 |
|
augustin_s
|
df621020ac
|
plot style creation happens in MDISub*Plot; made style mandatory argument to PlotDescription.make_plot
|
2023-01-08 18:41:36 +01:00 |
|
augustin_s
|
2b019fa1db
|
replaced LINE_STYLE_CYCLE constant with pg_plot_style_cycler function
|
2023-01-08 13:23:00 +01:00 |
|
augustin_s
|
59948f5b22
|
slightly nicer logic using LINE_STYLE_CYCLE instead of LINE_COLORS
|
2023-01-08 13:16:37 +01:00 |
|
augustin_s
|
3eb635a0d8
|
made line/marker colors arguments to pg_plot_style; added LINE_STYLES and LINE_STYLE_CYCLE
|
2023-01-08 13:15:43 +01:00 |
|
augustin_s
|
a1374004dc
|
made style function argument
|
2023-01-08 13:13:55 +01:00 |
|
augustin_s
|
78a44a449e
|
started using different line colors
|
2023-01-08 12:55:48 +01:00 |
|
augustin_s
|
e2c0632771
|
example data for multi-line plots
|
2023-01-08 12:53:01 +01:00 |
|
augustin_s
|
f2d1fe9660
|
use color definitions; added colors for multi-line plots
|
2023-01-08 12:48:22 +01:00 |
|
augustin_s
|
f9234eeeef
|
added color definitions
|
2023-01-08 12:47:25 +01:00 |
|
augustin_s
|
d562ce1c66
|
added keyboard shortcut (ctrl-f) for focusing the search box
|
2023-01-07 13:06:35 +01:00 |
|
augustin_s
|
f2a865d5e1
|
ignore case in search
|
2023-01-07 13:05:24 +01:00 |
|
augustin_s
|
fc9d75cfba
|
moved MDISubWindow to separate file
|
2023-01-07 00:37:35 +01:00 |
|
augustin_s
|
6918e66404
|
introduced MDISubWindow
|
2023-01-07 00:35:31 +01:00 |
|
augustin_s
|
1d22b8dace
|
started to add plotting multiple selected entries together
|
2023-01-07 00:33:01 +01:00 |
|
augustin_s
|
2bd07dcbff
|
nicer version of the same
|
2023-01-06 16:22:45 +01:00 |
|
augustin_s
|
8e448d569d
|
cascade/tile enforces Multiple windows; turn on/off frame to hide min/max/close buttons under Single window
|
2023-01-06 01:24:21 +01:00 |
|
augustin_s
|
533eeb59a6
|
added frame_on/frame_off methods
|
2023-01-06 01:23:11 +01:00 |
|
augustin_s
|
3d571f385e
|
use menu.addGroup logic
|
2023-01-05 17:00:42 +01:00 |
|
augustin_s
|
4b06be9c40
|
allow to create QActionGroups from the menu object, returned Group automates the "adding to the group" step
|
2023-01-05 17:00:17 +01:00 |
|
augustin_s
|
a015f6687d
|
order
|
2023-01-05 16:45:37 +01:00 |
|
augustin_s
|
cb79891a8f
|
added "Multiple windows" option
|
2023-01-05 16:44:55 +01:00 |
|
augustin_s
|
f4412f108f
|
reworded "all but active" -> "inactive", renamed closeAllButActiveSubWindows -> closeInactiveSubWindows
|
2023-01-05 16:36:19 +01:00 |
|
augustin_s
|
72a2ff4fa6
|
moved "Single plot mode" from "Settings" menu to "Windows" menu as "Single window"; moved add/show logic from MainWindow to MDIArea; view-mode actions are grouped to be exclusive
|
2023-01-05 16:32:39 +01:00 |
|
augustin_s
|
08d77289d9
|
allow checkboxes with callback, return created action object, consistent naming
|
2023-01-05 16:25:35 +01:00 |
|
augustin_s
|
c55a60a29d
|
consistent case in menus
|
2023-01-03 20:52:44 +01:00 |
|
augustin_s
|
25289b6862
|
added "Close All But Active"
|
2023-01-03 20:51:30 +01:00 |
|
augustin_s
|
29ac73c3b5
|
added "Single plot mode"
|
2023-01-03 20:44:09 +01:00 |
|
augustin_s
|
d622440ff1
|
allow multiple selection in DictList
|
2023-01-03 18:25:36 +01:00 |
|
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 |
|