Commit Graph
310 Commits
Author SHA1 Message Date
augustin_s 7dd8363dcc limit the choices in argparse to the enum values 2023-01-20 23:28:31 +01:00
augustin_s e03df61601 condition cascade -> dict 2023-01-20 19:27:33 +01:00
augustin_s 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
augustin_s 011ce28feb argument with minus instead of underscore; "Tabbed" -> "tabs" in enum; some new lines 2023-01-20 17:32:36 +01:00
wakonig_k 4ccef8f8a4 feat: added window mode tabs 2023-01-18 17:38:33 +01:00
wakonig_k ab233255fa feat: added window_mode to cli args 2023-01-18 17:20:32 +01:00
wakonig_k 57b249b186 fix: reverted default to MDIWindowMode.MULTI 2023-01-18 16:55:54 +01:00
wakonig_k edffc6e556 feat: added window mode to init args; added MDIWindowMode enum 2023-01-18 16:47:32 +01:00
wakonig_k 4c8648df22 feat: added dummy function to test the connection 2023-01-18 16:46:04 +01:00
stalbe_j 89affd4f51 tests:test_closeInactiveSubWindows 2023-01-18 10:31:42 +01:00
stalbe_j 7a591a01a0 tests:test_findSubWindow 2023-01-18 10:19:47 +01:00
stalbe_j 538b085321 tests:test_paintEvent 2023-01-18 10:17:18 +01:00
stalbe_j 70a9c0317c tests:test_add_single 2023-01-18 09:49:49 +01:00
stalbe_j 07abb3e6cc tests:test_add_multiple 2023-01-18 09:46:25 +01:00
stalbe_j a1e7083f3b tests:test_eadd 2023-01-18 09:40:20 +01:00
stalbe_j d468319ea1 tests:test_enable_tabbed_view 2023-01-18 09:23:53 +01:00
stalbe_j 3fe0f676e8 tests:test_enable_subwindow_view 2023-01-18 09:18:33 +01:00
stalbe_j 2cba38a14c tests: test_enable_single_window_mode, not complete 2023-01-17 13:55:24 +01:00
stalbe_j 321bc7f676 tests: test_on_tile 2023-01-17 13:38:26 +01:00
stalbe_j dc73933282 tests: creating setup and tests for mdiarea 2023-01-17 13:35:57 +01:00
stalbe_j d34a044699 tests: added test to test_new_plot 2023-01-17 13:14:16 +01:00
stalbe_j aa6a85650f tests: added test to test_append_data 2023-01-17 13:07:00 +01:00
stalbe_j db5186781d tests:test_make_subwin 2023-01-17 11:26:23 +01:00
stalbe_j 6f18a1113e tests:test_activate_or_make_subwin 2023-01-17 11:09:28 +01:00
stalbe_j bbc980dbf5 tests:test_plot_multiple 2023-01-17 10:43:12 +01:00
stalbe_j 7c1175bafa tests:test_plot_single_item 2023-01-17 10:36:21 +01:00
stalbe_j c79eb926fc Merge branch 'tests' of gitlab.psi.ch:augustin_s/grum into tests 2023-01-17 10:27:41 +01:00
stalbe_j e3635bb417 fix: fixed so that running tests now works 2023-01-17 10:26:26 +01:00
stalbe_j f3c5e299cf Add new file 2023-01-17 08:58:50 +00:00
stalbe_j 15f91003db test:test_on_plot_selected 2023-01-17 09:53:32 +01:00
stalbe_j f7d2d71d61 tests:test_on_dclick_list_item 2023-01-17 09:23:38 +01:00
stalbe_j 17c05f5d8f tests:test_on_make_new_plot 2023-01-17 09:18:41 +01:00
stalbe_j aeac3ecbdb tests: test_append_data, cant run tests because of seg fault 2023-01-17 09:11:27 +01:00
stalbe_j 145d05c111 test: test_new_plot 2023-01-16 16:44:31 +01:00
stalbe_j 071dac82af fix:made rst a global variable so you can call shutdown in the test 2023-01-16 16:07:58 +01:00
stalbe_j f0c2d02989 tests: added first tests for the mainwin, including setup, teardown and test_defaults 2023-01-16 13:59:31 +01:00
augustin_s f45eb215b3 added timestamping interface 2023-01-16 12:27:31 +01:00
augustin_s 4799790a16 New screenshot 2023-01-13 15:08:23 +00:00
augustin_s 2ace45fd6c added command line arguments; made adding the example data optional 2023-01-13 16:00:05 +01:00
augustin_s 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
wakonig_kandaugustin_s cbcf14bba9 made host and port configurable 2023-01-13 14:46:14 +00:00
augustin_s f9a0a53547 Merge branch 'grum_cli' 2023-01-13 15:31:55 +01:00
augustin_s 1623e339ac file permissions; #! line; moved things about 2023-01-13 15:30:53 +01:00
wakonig_k d75e4093f0 feat: added grum cli 2023-01-13 10:50:22 +01:00
augustin_s 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
wakonig_k dcb0d1c6ba feat: added setup files 2023-01-13 10:19:35 +01:00
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