|
9d2680ba73
|
fix merge conflicts
|
2023-01-24 10:54:37 +01:00 |
|
|
c36e045e99
|
fix merge conflicts
|
2023-01-24 10:53:02 +01:00 |
|
|
b4e0e15748
|
Merge branch 'master' into 'tests'
# Conflicts:
# grum/mainwin.py
|
2023-01-24 09:50:57 +00:00 |
|
|
89cc602175
|
on save black
|
2023-01-24 10:46:51 +01:00 |
|
|
ad7a6c10c7
|
Merge branch 'master' of gitlab.psi.ch:augustin_s/grum into tests
|
2023-01-24 10:45:52 +01:00 |
|
|
7ef479ecb8
|
Update .gitlab-ci.yml
|
2023-01-24 09:11:43 +00:00 |
|
|
6a570985ee
|
Update test_mainwin.py
|
2023-01-24 08:36:55 +00:00 |
|
|
64dc90e00c
|
Update test_mdiarea.py
|
2023-01-24 08:36:31 +00:00 |
|
|
4973c627bb
|
Update .gitlab-ci.yml
|
2023-01-24 08:23:20 +00:00 |
|
|
86fd6c5f40
|
Update .gitlab-ci.yml
|
2023-01-24 08:22:46 +00:00 |
|
|
19fbf22a5f
|
something to read
|
2023-01-23 15:13:59 +01:00 |
|
|
9e45f016db
|
use webview to diplay web docs upo pressing F1
|
2023-01-23 11:44:20 +01:00 |
|
|
af51087bbe
|
added simple webview interface
|
2023-01-23 11:43:55 +01:00 |
|
|
a2c67f0f59
|
Merge branch 'window_mode' into 'master'
Window mode / RPC utility functions
See merge request augustin_s/grum!4
|
2023-01-23 09:45:17 +00:00 |
|
|
6dfb2cf897
|
added repr for client showing the overview
|
2023-01-23 10:36:49 +01:00 |
|
|
caddf95ca5
|
moved exposed utility functions into utils namespace; renamed help -> info; added new help
|
2023-01-23 10:30:41 +01:00 |
|
|
c8cadfa364
|
added RPCServer.help(); switched from SimpleXMLRPCServer to DocXMLRPCServer; some docstrings
|
2023-01-22 20:13:20 +01:00 |
|
|
bbda0da44d
|
moved "ping" function to RPC server
|
2023-01-22 12:42:43 +01:00 |
|
|
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 |
|
|
89affd4f51
|
tests:test_closeInactiveSubWindows
|
2023-01-18 10:31:42 +01:00 |
|
|
7a591a01a0
|
tests:test_findSubWindow
|
2023-01-18 10:19:47 +01:00 |
|
|
538b085321
|
tests:test_paintEvent
|
2023-01-18 10:17:18 +01:00 |
|
|
70a9c0317c
|
tests:test_add_single
|
2023-01-18 09:49:49 +01:00 |
|
|
07abb3e6cc
|
tests:test_add_multiple
|
2023-01-18 09:46:25 +01:00 |
|
|
a1e7083f3b
|
tests:test_eadd
|
2023-01-18 09:40:20 +01:00 |
|
|
d468319ea1
|
tests:test_enable_tabbed_view
|
2023-01-18 09:23:53 +01:00 |
|
|
3fe0f676e8
|
tests:test_enable_subwindow_view
|
2023-01-18 09:18:33 +01:00 |
|
|
2cba38a14c
|
tests: test_enable_single_window_mode, not complete
|
2023-01-17 13:55:24 +01:00 |
|
|
321bc7f676
|
tests: test_on_tile
|
2023-01-17 13:38:26 +01:00 |
|
|
dc73933282
|
tests: creating setup and tests for mdiarea
|
2023-01-17 13:35:57 +01:00 |
|
|
d34a044699
|
tests: added test to test_new_plot
|
2023-01-17 13:14:16 +01:00 |
|
|
aa6a85650f
|
tests: added test to test_append_data
|
2023-01-17 13:07:00 +01:00 |
|
|
db5186781d
|
tests:test_make_subwin
|
2023-01-17 11:26:23 +01:00 |
|
|
6f18a1113e
|
tests:test_activate_or_make_subwin
|
2023-01-17 11:09:28 +01:00 |
|
|
bbc980dbf5
|
tests:test_plot_multiple
|
2023-01-17 10:43:12 +01:00 |
|
|
7c1175bafa
|
tests:test_plot_single_item
|
2023-01-17 10:36:21 +01:00 |
|
|
c79eb926fc
|
Merge branch 'tests' of gitlab.psi.ch:augustin_s/grum into tests
|
2023-01-17 10:27:41 +01:00 |
|
|
e3635bb417
|
fix: fixed so that running tests now works
|
2023-01-17 10:26:26 +01:00 |
|
|
f3c5e299cf
|
Add new file
|
2023-01-17 08:58:50 +00:00 |
|