|
778230b5ed
|
feat(auto_updates): enforce rpc widget class for subclasses of auto updates
|
2025-04-15 11:41:03 +02:00 |
|
|
b7795b4d0a
|
refactor(client_utils): remove unused auto update attributes from BECGuiClient
|
2025-04-15 11:40:22 +02:00 |
|
|
c434af9b92
|
feat(plugin_utils): add functionality to retrieve auto update classes from plugins
|
2025-04-15 11:40:04 +02:00 |
|
|
be722683a7
|
fix(main_window): show app id only when connected to redis
|
2025-04-15 09:10:35 +02:00 |
|
|
9a940bb8d5
|
refactor(launch_window): remove cleanup method
|
2025-04-15 08:59:17 +02:00 |
|
|
a6ce312f7c
|
refactor(ui_loader): remove unused import
|
2025-04-15 08:58:59 +02:00 |
|
|
d5e422c7fc
|
test(launch_window): add unit tests for LaunchWindow initialization and custom UI file launching
|
2025-04-15 08:58:14 +02:00 |
|
|
3cd6e05b24
|
fix(launch_window): update LaunchTile icon to use new UI loader tile image
|
2025-04-14 21:56:27 +02:00 |
|
|
3089ca15ec
|
feat(launch_window): add custom UI file launching functionality and UI tile
|
2025-04-14 21:42:22 +02:00 |
|
|
d60cf6c843
|
refactor(ui_loader): remove unnecessary parent_id handling
|
2025-04-14 21:41:54 +02:00 |
|
|
45cd82e635
|
feat(ui_launch_window): add UILaunchWindow class
|
2025-04-14 21:40:46 +02:00 |
|
|
f653fc5f7e
|
feat(positioner_box): add units QLabel to device UI components and update visibility logic
|
2025-04-14 13:33:11 +02:00 |
|
|
d6fccd10f5
|
fix(rpc_server): update _serialize_bec_connector to include wait parameter for registration check
|
2025-04-14 10:26:31 +02:00 |
|
|
064343acf2
|
fix(bec_connector): add setObjectName method to update object name and broadcast if registered; closes #472
|
2025-04-14 10:26:31 +02:00 |
|
|
82b82659b7
|
fix(rpc_register): change add_rpc parameter type to BECConnector and add object_is_registered method
|
2025-04-14 10:26:31 +02:00 |
|
|
1921444e15
|
fix(bec_connector): add assertion to ensure BECConnector is used with a QObject; closes #475
|
2025-04-14 10:26:31 +02:00 |
|
|
3b16c9f5a2
|
fix(bec_connector): move RPC registration into single shot method to ensure the rpc name is in sync
|
2025-04-14 10:26:31 +02:00 |
|
|
4381fcc4c2
|
fix(designer): avoid touching deleted widgets during init as QtDesigner will segfault
|
2025-04-14 10:26:31 +02:00 |
|
|
e4e9febc98
|
fix(ring_progress_bar): replaced hard-coded endpoints by MessageEndpoints
|
2025-04-14 10:16:47 +02:00 |
|
|
ac9224e5f2
|
refactor(auto_updates): move cleanup method from user section to internal section
|
2025-04-14 10:04:43 +02:00 |
|
|
18e4ba6cfe
|
fix(auto_updates): fix condition to skip auto update
|
2025-04-14 10:04:43 +02:00 |
|
|
cfc8272ac2
|
docs: add missing class doc strings for rpc-enabled widgets
|
2025-04-12 21:14:01 +02:00 |
|
|
d2c90757c2
|
docs: better document logpanel code
|
2025-04-11 18:27:28 +02:00 |
|
|
1d7b423bb3
|
fix: warning in logpanel
- chain a signal to the child BecLogsQueue rather than passing the
signal instance in
|
2025-04-11 18:27:28 +02:00 |
|
|
cb91ebc0c3
|
refactor(rpc_server): add type hint for _get_becwidget_ancestor method parameter; minor cleanup of imports
|
2025-04-11 13:39:26 +02:00 |
|
|
08168f28d3
|
refactor(rpc_server): add type hints and docstrings for heartbeat and registry update methods
|
2025-04-11 13:37:42 +02:00 |
|
|
125afc8907
|
fix(rpc_server): enhance serialization logic for BECConnector objects and fix return types
|
2025-04-11 13:34:05 +02:00 |
|
|
4dc59aa5e9
|
fix(rpc_base): ensure message wait event is set after processing RPC response
|
2025-04-11 13:28:28 +02:00 |
|
|
96b31a4509
|
fix(client_utils): simplify RPC client instantiation in BECGuiClient
|
2025-04-11 13:25:10 +02:00 |
|
|
20a86ad325
|
fix(server): turn_off_the_lights cleanup fixed for parent_id widgets
|
2025-04-11 10:54:45 +02:00 |
|
|
7e65d4f2d6
|
fix(launch_window): redesign
|
2025-04-11 10:54:45 +02:00 |
|
|
11feeff37c
|
fix(main_window): connected to theme change
|
2025-04-11 10:45:28 +02:00 |
|
|
c1bbb16dad
|
fix(round_frame): orientation can be vertical
|
2025-04-11 10:45:28 +02:00 |
|
|
a5f1f4781e
|
build(bec_lib): raised required version to 3.28.1
|
2025-04-11 10:45:28 +02:00 |
|
|
56c2827140
|
refactor(auto_update): auto_update changed to be BECMainWindow; removed auto update logic from BECDockArea
|
2025-04-11 10:45:28 +02:00 |
|
|
b03d2eaeed
|
fix(waveform): dap curve flickering
|
2025-04-11 10:45:28 +02:00 |
|
|
3a82c95f60
|
fix(waveform, rpc_reference): __getitem__ removed form waveform and rpc_reference
|
2025-04-11 10:45:28 +02:00 |
|
|
5f272a66a4
|
feat(auto_update): add GUI highlight management for auto updates status
|
2025-04-11 10:45:28 +02:00 |
|
|
55baa84eb6
|
feat(main_window): add launcher menu and functionality to show launcher
|
2025-04-11 10:45:28 +02:00 |
|
|
b51d637c5f
|
test(plot_base): test for plot base re-enabled
|
2025-04-11 10:45:28 +02:00 |
|
|
c97db6aaae
|
fix(client): regenerated client
|
2025-04-11 10:45:28 +02:00 |
|
|
e725de3c45
|
fix(dock_area): close BECMainWindow if dock area is central widget
|
2025-04-11 10:45:28 +02:00 |
|
|
6082e7a690
|
refactor(rpc_server): cli_server renamed to rpc_server
|
2025-04-11 10:45:28 +02:00 |
|
|
8914f1d506
|
test(setting_dialog): test that settings reject calls cleanup
|
2025-04-11 10:45:28 +02:00 |
|
|
d06605122e
|
test: qapp must shutdown cli server before checking for leaked QTimer
|
2025-04-11 10:45:28 +02:00 |
|
|
a8adb064f5
|
test(generate_cli): fix reference output
|
2025-04-11 10:45:28 +02:00 |
|
|
31c3b64d7b
|
test(device_signal_input): fix init of device input widget
|
2025-04-11 10:45:28 +02:00 |
|
|
23bdd95d8c
|
test(bec_connector): BECConnector requires a QObject
|
2025-04-11 10:45:28 +02:00 |
|
|
d1712552ff
|
fix(cli): add type ignore comment to generated files
|
2025-04-11 10:45:28 +02:00 |
|
|
20a1c5ddb3
|
feat(launcher): add option for launching with auto updates
|
2025-04-11 10:45:28 +02:00 |
|