Commit Graph

136 Commits

Author SHA1 Message Date
e8cfa7ecbb added window_mode argument to MDIArea constructor 2023-01-21 17:56:15 +01:00
5907651d10 made window mode accept shorter versions of mode name if they are unambiguous 2023-01-20 23:51:24 +01:00
0b4beba825 made window mode case insensitive 2023-01-20 23:42:24 +01:00
7dd8363dcc limit the choices in argparse to the enum values 2023-01-20 23:28:31 +01:00
e03df61601 condition cascade -> dict 2023-01-20 19:27:33 +01:00
47293a66ab set_window_mode uses the setter methods; added enable_multiple_windows_mode, made the logic symmetric for the different modes 2023-01-20 18:04:55 +01:00
011ce28feb argument with minus instead of underscore; "Tabbed" -> "tabs" in enum; some new lines 2023-01-20 17:32:36 +01:00
4ccef8f8a4 feat: added window mode tabs 2023-01-18 17:38:33 +01:00
ab233255fa feat: added window_mode to cli args 2023-01-18 17:20:32 +01:00
57b249b186 fix: reverted default to MDIWindowMode.MULTI 2023-01-18 16:55:54 +01:00
edffc6e556 feat: added window mode to init args; added MDIWindowMode enum 2023-01-18 16:47:32 +01:00
4c8648df22 feat: added dummy function to test the connection 2023-01-18 16:46:04 +01:00
f45eb215b3 added timestamping interface 2023-01-16 12:27:31 +01:00
4799790a16 New screenshot 2023-01-13 15:08:23 +00:00
2ace45fd6c added command line arguments; made adding the example data optional 2023-01-13 16:00:05 +01:00
c09b6e5d0d Merge branch 'port_host' into 'master'
made host and port configurable

See merge request augustin_s/grum!3
2023-01-13 14:46:15 +00:00
cbcf14bba9 made host and port configurable 2023-01-13 14:46:14 +00:00
f9a0a53547 Merge branch 'grum_cli' 2023-01-13 15:31:55 +01:00
1623e339ac file permissions; #! line; moved things about 2023-01-13 15:30:53 +01:00
d75e4093f0 feat: added grum cli 2023-01-13 10:50:22 +01:00
e19f5a7268 Merge branch 'setup_files' into 'master'
feat: added setup files

See merge request augustin_s/grum!1
2023-01-13 09:28:59 +00:00
dcb0d1c6ba feat: added setup files 2023-01-13 10:19:35 +01:00
8da1dbdca1 naming and some comments 2023-01-11 17:59:27 +01:00
11fa6ac0db refactor 2023-01-11 17:43:21 +01:00
16bdd69c24 moved plot name "condensing" out of MDISubMultiPlot (plots have one name) 2023-01-10 13:35:28 +01:00
58f31e7bd3 added convenience shortcut creation 2023-01-10 13:20:36 +01:00
3e2c72a030 symmetry 2023-01-10 13:08:33 +01:00
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
0907e67608 selectedItems takes hidden status into account 2023-01-09 20:19:23 +01:00
779446568e moved "Plot selected" to right-click menu 2023-01-09 20:08:40 +01:00
e8a6e2766e customize legend style 2023-01-09 16:22:50 +01:00
469c9ee87c customize legend style 2023-01-09 16:13:07 +01:00
e69f7d6bef renamed "title" -> "name" for consistency; added addLegend 2023-01-08 19:38:14 +01:00
57ae70d87e added name as mandatory argument of PlotDescription 2023-01-08 19:37:08 +01:00
df621020ac plot style creation happens in MDISub*Plot; made style mandatory argument to PlotDescription.make_plot 2023-01-08 18:41:36 +01:00
2b019fa1db replaced LINE_STYLE_CYCLE constant with pg_plot_style_cycler function 2023-01-08 13:23:00 +01:00
59948f5b22 slightly nicer logic using LINE_STYLE_CYCLE instead of LINE_COLORS 2023-01-08 13:16:37 +01:00
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
a1374004dc made style function argument 2023-01-08 13:13:55 +01:00
78a44a449e started using different line colors 2023-01-08 12:55:48 +01:00
e2c0632771 example data for multi-line plots 2023-01-08 12:53:01 +01:00
f2d1fe9660 use color definitions; added colors for multi-line plots 2023-01-08 12:48:22 +01:00
f9234eeeef added color definitions 2023-01-08 12:47:25 +01:00
d562ce1c66 added keyboard shortcut (ctrl-f) for focusing the search box 2023-01-07 13:06:35 +01:00
f2a865d5e1 ignore case in search 2023-01-07 13:05:24 +01:00
fc9d75cfba moved MDISubWindow to separate file 2023-01-07 00:37:35 +01:00
6918e66404 introduced MDISubWindow 2023-01-07 00:35:31 +01:00
1d22b8dace started to add plotting multiple selected entries together 2023-01-07 00:33:01 +01:00
2bd07dcbff nicer version of the same 2023-01-06 16:22:45 +01:00
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