6.3 KiB
CHANGELOG
v0.94.4 (2024-08-14)
Documentation
- docs: review developer section; add introduction (
2af5c94
)
Fix
- fix: do not shutdown client in "close"
Terminating client connections has to be done at the application level (198c1d1
)
v0.94.3 (2024-08-13)
Fix
-
fix(curve_dialog): async curves are shown in curve dialog after addition. (
7aeb2b5
) -
fix(waveform): async device entry is correctly passed, updated and with new scan the previous data are cleared (
d56ea95
)
Test
- test(waveform_widget): added tests for axis setting and curve dialog (
f285b35
)
v0.94.2 (2024-08-13)
Fix
- fix(image): image is single image mode do not raise popup error when connected twice with the same monitor (
98b79aa
)
v0.94.1 (2024-08-12)
Fix
- fix: issue #292, wrong key was used to clean _slots internal dictionary (
93d3977
)
v0.94.0 (2024-08-08)
Feature
- feat: add PositionerControlLine (
c80a7cd
)
Refactor
- refactor: adjust dimensions (
0273bf4
)
v0.93.5 (2024-08-08)
Fix
- fix(positioner_box): icons fixed (
281633d
)
Refactor
- refactor: add button for positioner selection (
0d190c5
)
Test
v0.93.4 (2024-08-07)
Fix
-
fix: rename DeviceBox to PositionerBox, fix test for validation (
37aa371
) -
fix: add validation for bec_lib.device.Positioner; closes #268 (
eb54e9f
)
v0.93.3 (2024-08-07)
Fix
-
fix(dock): properly shut down docks and temp areas (
99ee545
) -
fix(settings): shut down settings dialog (
b50b3a2
) -
fix(website): fixed teardown of website widgets (
a3d4f5a
) -
fix(dock): properly shut down docks and dock areas (
bc26497
) -
fix(figure): cleanup pyqtgraph (
ad07bbf
)
Test
-
test: removed quit from teardown (
cf94599
) -
test: removed explicit call to close the widget (
bf6294e
) -
test: use factory instead of fixture to properly cleanup widgets on teardown (
9856857
) -
test: ensure all toplevelwidgets are closed (
f9e5897
)
v0.93.2 (2024-08-07)
Fix
- fix(scan_group_box): Scan Spinboxes limits increased to max allowed values; setting dialog for step size and decimal precision for ScanDoubleSpinBox on right click (
a372925
)
v0.93.1 (2024-08-06)
Documentation
- docs: added video tutorial section with BSEG YT video (
302ae90
)
Fix
- fix(dock): docks have more recognizable red icon for closing docks (
af86860
)
v0.93.0 (2024-08-05)
Feature
- feat(themes): moved themes to bec_qthemes
This reverts commit fd6ae91993
(5aad401
)
v0.92.5 (2024-08-05)
Fix
-
fix(spinner): stop timer on close event (
30fef92
) -
fix(status_box): fix cleanup of status box (
1f30dd7
)
Refactor
- refactor(queue): refactored bec queue to inherit only from qwidget (
7616ca0
)
Test
- test: register all widgets with qtbot and close them (
73cd11e
)
v0.92.4 (2024-07-31)
Fix
- fix: fix missmatch of signal/slot in image and motormap (
dcc5fd7
)
v0.92.3 (2024-07-28)
Fix
- fix(docs): moved to pyside6 (
71873dd
)
v0.92.2 (2024-07-28)
Fix
- fix(widgets): fixed import for tictactoe example (
995a795
)