f9fc986aa7
refactor(advanced_dock_area): ads changed to separate widget
2025-10-09 15:41:53 +02:00
42f5aa513c
fix(bec_widgets): by default the linux display manager is switched to xcb
2025-10-09 15:41:53 +02:00
dcacbd1d9f
feat(advanced_dock_area): added ads based dock area with profiles
2025-10-09 15:41:53 +02:00
df583c29bf
refactor(bec_main_window): main app theme renamed to View
2025-10-09 15:41:53 +02:00
39be12a211
feat(bec_widget): attach/detach method for all widgets + client regenerated
2025-10-09 15:41:53 +02:00
4d05c0d187
fix(widget_state_manager): state manager can save to already existing settings
...
wip widget state manager saving loading file logic
2025-10-09 15:41:53 +02:00
690c240bf0
fix(widget_state_manager): state manager can save all properties recursively
2025-10-09 15:41:53 +02:00
153249fb75
refactor(widget_io): ancestor hierarchy methods consolidated
2025-10-09 15:41:53 +02:00
2dfc3f6ce6
feat(widget_io): widget hierarchy find_ancestor added
2025-10-09 15:41:53 +02:00
cd1f759573
feat(widget_io): widget hierarchy can grap all bec connectors from the widget recursively
2025-10-09 15:41:53 +02:00
3282c739e5
refactor(bec_connector): signals renamed
2025-10-09 15:41:53 +02:00
69fc4582f6
fix(bec_connector): added name established signal for listeners
2025-10-09 15:41:53 +02:00
b6fe5ddf48
fix(bec_connector): dedicated remove signal added for listeners
2025-10-09 15:41:53 +02:00
d681ba538b
fix(waveform): cleanup of scan_history dialog if not closed manually before widget
2025-10-08 13:40:48 +02:00
2bf489600e
fix(waveform): safeguard for _scan_history_closed
2025-10-08 13:40:48 +02:00
7e88a002b6
fix(waveform): safeguard for if scan_item is a list
2025-10-08 13:40:48 +02:00
20a59af648
fix(curve_tree): scans are always fetched by scan ids
2025-10-08 13:40:48 +02:00
540cfc37be
fix(waveform): safeguard added to the fetching history data
2025-10-08 13:40:48 +02:00
e59f27a22d
fix(waveform): if scan id and scan number is provided, the scan is fetched from the scan id
2025-10-08 13:40:48 +02:00
df8065ea40
fix(curve_tree): safeguard fetching scan numbers from BEC client
2025-10-08 13:40:48 +02:00
8111a4a21b
fix(curve_tree): fetching scan numbers directly from the bec client
2025-10-08 13:40:48 +02:00
962ab774e6
fix(waveform): fetching scan number is not done from list but from .get_by_scan_number
2025-10-08 13:40:48 +02:00
db7dd4f8d4
fix(waveform): x_data checked with is scalar instead of len()
2025-10-08 13:40:48 +02:00
f083dff612
feat(waveform): new type of curve - history curve
2025-10-08 13:40:48 +02:00
4be70580a6
refactor(waveform): separate method to fetch scan item from history
2025-10-08 13:40:48 +02:00
d19001c94e
fix(waveform): update x suffix label with x property change, do not wait for next update cycle
2025-10-08 13:40:48 +02:00
50696bce4c
fix: explicitly pass the cached readout flag
2025-10-07 10:59:22 +02:00
565c0bd1e7
feat(rpc_base): windows can be raised to front from CLI
2025-09-24 11:27:47 -05:00
975404f483
fix(rpc): fix hide/show
2025-09-24 11:27:47 -05:00
108ddae6ca
fix(image): add support for specifying preview signals through cli
2025-09-23 17:01:00 +02:00
65bc5f5421
fix(ringprogressbar): fix client signature
2025-09-23 16:18:33 +02:00
475ca9f2d8
fix(connector): only flush pending events
2025-09-23 16:18:33 +02:00
bbb5fc6ce1
fix(ringprogressbar): various fixes and improvements
2025-09-23 16:18:33 +02:00
3e339348dd
chore: deprecate 3.10, add 3.13
2025-09-15 13:48:32 +02:00
0a24ac2c40
fix(waveform):autorange on scan_status
2025-09-11 16:59:35 +02:00
4dc4ede1d2
fix(plot_base): crosshair items are excluded from visible curves and from auto_range
2025-09-11 16:59:35 +02:00
556832fd48
fix(waveform): changing curve visibility refresh markers
2025-09-11 16:59:35 +02:00
72b6f74252
fix(crosshair): ignore fetching data and markers from invisible items
2025-09-11 16:59:35 +02:00
b703b37bbd
fix(plot_base): visible items injected into plot item
2025-09-11 16:59:35 +02:00
6e05157abb
feat(device_manager): DeviceManager view of config session
2025-08-19 17:11:24 +02:00
1bec9bd9b2
feat: add explorer widget
2025-08-19 16:51:38 +02:00
f2e5a85e61
feat(scan control): add support for literals
2025-08-18 12:44:29 +02:00
926d722955
feat(property_manager): property manager widget
2025-08-14 09:16:04 +02:00
f4af6ebc5f
fix: use better source for plugin repo name
2025-08-07 15:39:07 +02:00
a923f12c97
feat: autoformat compiled file and add docs
2025-08-07 15:39:07 +02:00
a5a7607a83
tests: add tests for widget creator
2025-08-07 15:39:07 +02:00
9de548446b
fix: plugin widget import machinery
...
- lazy import client so plugin widgets can import BECWidgets which use
it indirectly
- exclude classes originating from bec_widgets core from plugin
discovery
- better errors
2025-08-07 15:39:07 +02:00
49ac7decf7
feat(plugin manager): add cli commands
2025-08-07 15:39:07 +02:00
50c84a766a
refactor(scan-history): add spinner for loading time of history
2025-07-31 13:09:47 +02:00
d22a3317ba
refactor: use client callback for scan history reload
2025-07-31 13:09:47 +02:00