6.6 KiB
CHANGELOG
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
)
v0.92.1 (2024-07-28)
Build
- build(ci): install ophyd_devices in editable mode for pipelines (
06205e0
)
Fix
-
fix: use SafeSlot instead of Slot (
bc1e239
) -
fix: linting (
a3fe205
) -
fix: always add a QApplication for tests (
61a4e32
) -
fix: add xvfb to draw offscreen (
3d681f7
) -
fix: reset ErrorPopup singleton between tests (
5a9ccfd
) -
fix: metaclass + QObject segfaults PyQt(cpp bindings) (
fc57b7a
)
Refactor
-
refactor: renamed DeviceMonitor2DMessage (
4be6fd6
) -
refactor: rename device_monitor to device_monitor_2d (
714e1e1
)
v0.92.0 (2024-07-24)
Feature
Fix
-
fix(dock): custom label can be created closable (
4457ef2
) -
fix(device_combobox): set minimum size to 125px (
1206e15
)
v0.91.0 (2024-07-23)
Feature
-
feat(dock_area): plugin added (
a16b87a
) -
feat(dock_area): Added toolbar to dock area to add widgets without CLI interactions (
cce1367
) -
feat(toolbar): expandable menu actions (
28f26e9
)
Fix
-
fix(status_item): icons changed to material design (
1b9c55a
) -
fix(plugins): Qt Designer plugins icons adjusted (
f4844d2
)
Test
- test(dock_area): tests extended (
06fab0e
)
v0.90.0 (2024-07-23)
Feature
-
feat(image_widget): plugin added (
4371168
) -
feat(image_widget): all toolbar actions added (
501eb92
) -
feat(image_widget): image_widget added (
6a9317f
)
Fix
-
fix(axis_setting): fix compatibility for issue with horizontal line for PyQt6 (
1cf6e32
) -
fix(image_widget): image_widget autorange fixed (
7f49893
) -
fix(image_widget): image widget adjusted (
3d2ca48
) -
fix(image): only single monitor image is allowed (
fe7e542
) -
fix(image): raw data are saved in image item to always have precise processing (
c15035b
)
Refactor
- refactor(jupyter_console_example): added examples of standalone widgets (
ba0d1ea
)
Test
- test(image_widget): tests added (
70fb276
)
v0.89.0 (2024-07-22)
Feature
- feat(themes): moved themes to bec_qthemes (
3798714
)
Unknown
- Revert "feat(themes): moved themes to bec_qthemes"
This reverts commit 3798714369
(fd6ae91
)
v0.88.1 (2024-07-22)
Refactor
- refactor(toolbar): generalizations of the ToolBarAction (
ad112d1
)