copilot-swe-agent[bot]
d44eb69a92
fix: prevent segfault and CDockManager teardown crashes with PySide6 6.11.0
...
- bec_widget.py: set _destroyed=True BEFORE calling cleanup() so the flag
is available throughout the entire teardown phase
- bec_console.py: in _parking_parent, skip console.window() as parking
target when the window is marked as _destroyed, preventing setParent()
into a widget mid-destruction (segfault in PySide6 6.11.0)
- basic_dock_area.py: add DockAreaWidget.cleanup() that calls delete_all()
first to release CDockWidgets via the Qt ADS API before BECWidget.cleanup()
runs, fixing teardown crashes with PySide6-QtAds 4.5.x
2026-05-30 13:40:20 +00:00
copilot-swe-agent[bot]
f4d51b6287
feat: update PySide6 to 6.11.0 and PySide6-QtAds to 4.5.0.4
2026-05-29 12:19:12 +00:00
semantic-release
c9fc0a82b9
3.13.3
...
Automatically generated by python-semantic-release
v3.13.3
2026-05-22 12:30:17 +00:00
wakonig_k
668b1bd9cd
fix(tests): rename description attribute to _description in FakeDevice
2026-05-22 14:29:28 +02:00
semantic-release
1a6c8bf30f
3.13.2
...
Automatically generated by python-semantic-release
v3.13.2
2026-05-22 08:57:04 +00:00
wakonig_k
c346bd0f18
fix(tests): rename description attribute to _description in FakePositioner
2026-05-22 10:56:05 +02:00
semantic-release
5f86e41a03
3.13.1
...
Automatically generated by python-semantic-release
v3.13.1
2026-05-21 14:41:40 +00:00
wakonig_k
f7a48b5f6a
fix(gui): replace window.show() with window.raise_window() and add hide() method
2026-05-21 16:40:51 +02:00
wakonig_k
b4beb274da
fix: use .show instead of .start
2026-05-21 16:40:51 +02:00
semantic-release
80694d151f
3.13.0
...
Automatically generated by python-semantic-release
v3.13.0
2026-05-21 14:20:49 +00:00
wakonig_k
f03a5d9e85
feat(rpc-base): set default RPC timeout and allow customization
2026-05-21 16:19:48 +02:00
semantic-release
5e8f0e8083
3.12.2
...
Automatically generated by python-semantic-release
v3.12.2
2026-05-21 13:29:11 +00:00
wyzula_j
9eb05416ab
fix(toggle): disable styling implemented
2026-05-21 15:28:17 +02:00
semantic-release
ab6a1aecc1
3.12.1
...
Automatically generated by python-semantic-release
v3.12.1
2026-05-21 11:40:06 +00:00
wyzula_j
d99db7d042
fix(device_input): ensure callback is removed after cleanup
2026-05-21 13:39:19 +02:00
wyzula_j
a976837cff
fix(signal_combobox): signature matched for update_signals_from_filters
2026-05-21 13:39:19 +02:00
wyzula_j
56427a7f0c
fix(device_input): correct cleanup unsubscribe
2026-05-21 13:39:19 +02:00
semantic-release
c4d4b78846
3.12.0
...
Automatically generated by python-semantic-release
v3.12.0
2026-05-20 09:04:47 +00:00
wakonig_k
2dc0227d38
fix(scan-control): filter out private scans from allowed scans
2026-05-20 11:04:00 +02:00
wyzula_j
2d8e1eed4d
fix(scan-control): hide hidden scan arguments
2026-05-20 11:04:00 +02:00
wyzula_j
3b579e740f
fix(scan-control): reject unsupported scan input types
2026-05-20 11:04:00 +02:00
wyzula_j
b8740c9594
fix(scan-control): skip duplicate visible scan kwargs
2026-05-20 11:04:00 +02:00
wakonig_k
d5bf10e216
feat: add support for new scan signatures including units
2026-05-20 11:04:00 +02:00
semantic-release
3a165b26ed
3.11.1
...
Automatically generated by python-semantic-release
v3.11.1
2026-05-18 19:59:50 +00:00
wakonig_k
faa200bf5c
fix(scan progressbar): fix device subscription cleanup
2026-05-18 21:59:02 +02:00
semantic-release
b0fc0d325e
3.11.0
...
Automatically generated by python-semantic-release
v3.11.0
2026-05-15 11:14:18 +00:00
wyzula_j
daa1ba020c
refactor(device_input): consolidation of device/signal combobox logic; docsrtings added
2026-05-15 13:13:31 +02:00
wyzula_j
3d934a8c38
feat(device_input): comboboxes can have line edit like autocomplete
2026-05-15 13:13:31 +02:00
wyzula_j
c47b246a9f
fix(scan_control): ScanGroupBox enforce correct device combobox type in correct order
2026-05-15 13:13:31 +02:00
wyzula_j
bb6c0bb08f
fix: remove device/signal line edit and abstraction layer for combobox/lineEdit
2026-05-15 13:13:31 +02:00
semantic-release
ce456572d7
3.10.0
...
Automatically generated by python-semantic-release
v3.10.0
2026-05-13 15:36:26 +00:00
wyzula_j
e22ab7e4c1
feat: BL plugin menu in BECDockArea
2026-05-13 17:35:34 +02:00
wakonig_k
0cd000dfa1
docs: fix link to doc page
2026-05-13 09:18:42 +02:00
semantic-release
1057db9d76
3.9.1
...
Automatically generated by python-semantic-release
v3.9.1
2026-05-12 17:46:15 +00:00
wyzula_j
be35e249f9
wip further opt
2026-05-12 19:45:22 +02:00
wyzula_j
cdd833dfc2
tests(scan_control): tests extended and optimized
2026-05-12 19:45:22 +02:00
wyzula_j
3c7834b492
fix: logpanel fixture overwriting xread
2026-05-12 19:45:22 +02:00
wyzula_j
acd35a2786
fix(scan_control): restore scan parameters from history are fetched on demand with button
2026-05-12 19:45:22 +02:00
semantic-release
108b249f1d
3.9.0
...
Automatically generated by python-semantic-release
v3.9.0
2026-05-12 11:49:32 +00:00
wyzula_j
085f9fa271
fix: test bw-generate-cli
2026-05-12 13:48:43 +02:00
wyzula_j
79931faf55
fix(dock_area): icon fetching for toolbar import optimised
2026-05-12 13:48:43 +02:00
wyzula_j
6b3cebe9cb
fix(jupyter_console_widget): widget_handler API fix
2026-05-12 13:48:43 +02:00
wakonig_k
5cc82425f0
feat: move to lazy widget import
2026-05-12 13:48:43 +02:00
wakonig_k
bb1544ecb7
test: fix available scans endpoint operation
2026-05-11 13:08:04 +02:00
semantic-release
8ad0e46d98
3.8.1
...
Automatically generated by python-semantic-release
v3.8.1
2026-05-11 09:36:33 +00:00
wakonig_k
9d92f8b53a
fix(web_links): update documentation links in BECWebLinksMixin
2026-05-11 11:35:46 +02:00
semantic-release
c1d5069a48
3.8.0
...
Automatically generated by python-semantic-release
v3.8.0
2026-05-01 15:16:03 +00:00
wyzula_j
0b1f0b4c26
fix(dock_area): change to show_dialo=False for CLI profile baseline restore
2026-05-01 17:15:03 +02:00
wyzula_j
cc825972c2
fix(dock_area): cli call load_profile has restore_baseline kwarg
2026-05-01 17:15:03 +02:00
wyzula_j
17865a2c33
feat(dock_area): add CLI restore current profile from baseline with optional confirmation dialog
2026-05-01 17:15:03 +02:00