54e64c9f10
feat(widget_io): general change signal for supported widgets
2025-01-06 10:28:16 +01:00
52c5286d64
fix: do not display error popup if command is executed via RPC
2024-12-23 15:59:10 +01:00
0ff0c06bd1
feat: add test for BECGuiClient features .new, .delete, .show, .hide, .close
2024-12-23 15:59:10 +01:00
955cc64257
fix: tests: rename fixtures and add 'connected_client_gui_obj'
2024-12-23 15:59:10 +01:00
5c83702382
refactor: move RPC-related classes and modules to 'rpc' directory
...
This allows to break circular import, too
2024-12-23 15:59:10 +01:00
1b0382524f
fix: simplify AutoUpdate code thanks to threadpool executor in BEC Connector
2024-12-23 15:59:10 +01:00
809e654087
refactor: BECGuiClientMixin -> BECGuiClient
...
- Mixin class was only used with BECDockArea, now it is a class by itself
which represents the client object connected to the GUI server ; ".main"
is the dock area of the main window
- Enhanced "wait_for_server"
- ".selected_device" is stored in Redis, to allow server-side to know
about the auto update configuration instead of keeping it on client
2024-12-23 15:59:10 +01:00
ff654b56ae
test(collapsible_panel_manager): fixture changed to not use .show()
2024-12-11 15:24:59 +01:00
a434d3ee57
feat(collapsible_panel_manager): panel manager to handle collapsing and expanding widgets from the main widget added
2024-12-11 15:18:43 +01:00
17a63e3b63
feat(layout_manager): grid layout manager widget
2024-12-10 20:49:19 +01:00
9b95b5d616
test(side_panel): tests added
2024-12-10 11:42:46 +01:00
9370351abb
test(modular_toolbar): tests added
2024-12-09 21:10:18 +01:00
6a36ca512d
feat(round_frame): rounded frame for plot widgets and contrast adjustments
2024-12-09 15:01:09 +01:00
da579b6d21
fix(tests): add test for Console widget
2024-12-02 14:44:29 +01:00
da18c2ceec
fix(tests): make use of BECDockArea with client mixin to start server and use it in tests
...
Depending on the test, auto-updates are enabled or not.
2024-11-27 11:44:03 +01:00
cffcdf2923
fix: differentiate click and drag for DeviceItem, adapt tests accordingly
...
This fixes the blocking "QDrag.exec_()" on Linux, indeed before the
drag'n'drop operation was started with a simple click and it was
waiting for drop forever. Now there are 2 different cases, click or
drag'n'drop - the drag'n'drop test actually moves the mouse and releases
the button.
2024-11-27 11:44:03 +01:00
daf6ea0159
feat(server): add main window, with proper gui_id derived from given id
2024-11-27 11:44:03 +01:00
96e255e4ef
fix: do not quit automatically when last window is "closed"
...
Qt confuses closed and hidden
2024-11-27 11:44:03 +01:00
2047e484d5
feat: asynchronous .start() for GUI
2024-11-27 11:44:03 +01:00
aab0229a40
refactor(widgets): widget module structure reorganised
2024-11-14 14:20:20 +01:00
7a1b8748a4
fix(plugin_utils): plugin utils are able to detect classes for plugin creation based on class attribute rather than if it is top level widget
2024-11-14 14:19:22 +01:00
f3a39a69e2
feat(multi-waveform): new widget added
2024-11-12 16:19:42 +01:00
64df805a9e
test(crosshair): tests extended
2024-11-11 15:09:55 +01:00
940ee6552c
fix(ophyd_kind_util): Kind enums are imported from the bec widget util class
2024-10-31 12:26:10 +01:00
b039933405
feat(colormap_button): colormap button with menu to select colormap filtered by the colormap type
2024-10-28 13:48:56 +01:00
40c9fea35f
feat(colors): evenly spaced color generation + new golden ratio calculation
2024-10-25 19:08:13 +02:00
91959e82de
refactor: do not flush selection upon receiving config update; allow widgetIO to receive kwargs to be able to use get_value to receive string instead of int for QComboBox
2024-10-24 18:09:18 +02:00
6fb20552ff
refactor: cleanup, added device_signal for signal inputs
2024-10-24 09:21:32 +02:00
0350833f36
feat: add filter i/o utility class
2024-10-22 16:56:16 +02:00
acb79020d4
test(scan_control): tests added for grid_scan to ensure scan_args signal validity
2024-10-22 16:05:14 +02:00
7469c892c8
fix(waveform): added support for live_data and data access
2024-10-18 17:10:53 +02:00
19f4e407e0
fix: fix syntax due to change of api for simulated devices
2024-10-17 16:07:11 +02:00
a23841b255
fix: remove wrongly scoped test
2024-10-17 16:07:11 +02:00
6982711fea
fix: rename 'compact' property -> 'compact_view'
2024-10-17 16:07:11 +02:00
e3d0a7bbf9
refactor: move add/remove bundle to scan group box
2024-10-17 09:29:55 +02:00
9ef1d1c9ac
feat(image): image widget can take data from monitor_1d endpoint
2024-10-13 16:13:53 +02:00
3a22392780
fix(FPS): qtimer cleanup leaking
2024-10-11 17:17:50 +02:00
f5f1f6c304
feature(vscode): added support for vscode instructions
2024-10-11 15:36:56 +02:00
923867947f
feature(vscode): support for controlling vscode from widgets
2024-10-11 15:36:56 +02:00
8dc892df0a
tests(plot_base): tests extended
2024-10-11 12:17:17 +02:00
49268e3829
feat: add 'CompactPopupWidget' container widget
...
Makes it easy to write widgets which can have a compact
representation with LED-like global state indicator,
with the possibility to display a popup dialog with more
complete UI
2024-10-11 09:08:37 +02:00
dc0c825fd5
test: add tests for scan_status_callback
2024-10-01 22:16:16 +02:00
1dcfeb6cfc
feat : Add bec_signal_proxy to handle signals with option to unblock them manually.
2024-10-01 22:16:16 +02:00
f554f3c167
refactor: various minor improvements for the alignment gui
2024-10-01 22:16:16 +02:00
0f9953e8fd
fix: add is_log checks and functionality to plot_indicator_items
2024-10-01 22:16:16 +02:00
63c24f97a3
feat: add first draft for alignment_1d GUI
2024-10-01 22:16:16 +02:00
b2f7d3c5f3
fix: test e2e dap wait_for_fit
2024-09-19 09:30:26 +02:00
d3c1a1b2ed
fix(generate_cli): fixed type annotations
2024-09-16 16:56:58 +02:00
d15b22250f
feat(position_indicator): improved design and added more customization options
2024-09-14 18:33:00 +02:00
a8576c164c
feat(palette_viewer): added widget to display the current palette and accent colors
2024-09-12 08:58:54 +02:00