1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-05 00:12:49 +01:00
Commit Graph

2472 Commits

Author SHA1 Message Date
c7d40ca82c refactor(monaco_dock): changed to use DockAreaWidget 2025-12-19 14:08:47 +01:00
1c38d7a6ff feat(advanced_dock_area): created DockAreaWidget base class; profile management through namespaces; dock area variants 2025-12-19 14:08:47 +01:00
75afac2fc7 fix(main_window): removed general forced cleanup 2025-12-19 14:08:47 +01:00
4ad8b7cb22 feat(advanced_dock_area): UI/UX for profile management improved, saving directories logic adjusted 2025-12-19 14:08:47 +01:00
8c9d06e9d6 fix(main_window): cleanup adjusted with shiboken6 2025-12-19 14:08:47 +01:00
781f7cc055 fix(dark_mode_button): skip settings added 2025-12-19 14:08:47 +01:00
2dac1c38c1 fix(widget_state_manager): added shiboken check 2025-12-19 14:08:47 +01:00
a00bb0fe58 feat(bec_widget): save screenshot to bytes 2025-12-19 14:08:47 +01:00
435873b539 fix(becconnector): ophyd thread killer on exit + in conftest 2025-12-19 14:08:47 +01:00
cb253e5998 feat(guided_tour): add guided tour 2025-12-19 14:08:47 +01:00
17fa18d9d2 fix: add metadata to scan control export 2025-12-19 14:08:47 +01:00
f7210b88ea feat(developer_view): add developer view 2025-12-19 14:08:47 +01:00
cb2ccb02ff feat(jupyter_console_window): adjustment for general usage 2025-12-19 14:08:47 +01:00
cacf98cb9a feat(ads): add pyi stub file to provide type hints for ads 2025-12-19 14:08:47 +01:00
5d0ec2186b feat(dm-view): initial device manager view added 2025-12-19 14:08:47 +01:00
fc4ad051f8 feat(help-inspector): add help inspector widget 2025-12-19 14:08:47 +01:00
d5aaba1adb fix(signal_label): dispatcher unsubscribed in the cleanup 2025-12-19 14:08:47 +01:00
5b9fdc7d30 fix(client): abort, reset, stop button removed from RPC access 2025-12-19 14:08:47 +01:00
943a911a17 feat(main_app): main app with interactive app switcher 2025-12-19 14:08:47 +01:00
80f7829adc feat(actions): actions can be created with label text with beside or under alignment 2025-12-19 14:08:47 +01:00
f6f0ad445f feat(busy_loader): busy loader added to bec widget base class 2025-12-19 14:08:47 +01:00
554704a63a feat: add SafeConnect 2025-12-19 14:08:47 +01:00
a3e044bf50 fix(bec_widgets): adapt to bec_qthemes 1.0; themes can be only applied on living Qt objects 2025-12-19 14:08:47 +01:00
66ae2b25fd feat(advanced_dock_area): added ads based dock area with profiles 2025-12-19 13:33:53 +01:00
532b7422b8 fix(web_console): added startup kwarg 2025-12-19 13:33:53 +01:00
80d1c29ab1 refactor(bec_main_window): main app theme renamed to View 2025-12-19 13:33:53 +01:00
18b0cd4142 fix(widget_state_manager): state manager can save all properties recursively to already existing settings 2025-12-19 13:33:53 +01:00
a26e1f4811 feat(bec_widget): attach/detach method for all widgets + client regenerated 2025-12-19 13:33:51 +01:00
3b7bc2b25a feat(widget_io): widget hierarchy can grap all bec connectors from the widget recursively 2025-12-19 11:38:43 +01:00
a7cf98cb58 fix(bec_connector): widget_removed and name_established signals added 2025-12-19 11:38:43 +01:00
01b317367a ci: install ttyd 2025-12-19 11:38:43 +01:00
a9a4d3aa6e ci: add artifact upload 2025-12-19 11:38:43 +01:00
605c13a6ea build: PySide6-QtAds; bec_qtheme V1; dependencies updated and adjusted 2025-12-19 11:38:43 +01:00
de8fe3b5f5 test(device config): validate against pydantic 2025-12-18 14:02:10 +01:00
semantic-release
2b75d5600a 2.45.13
Automatically generated by python-semantic-release
v2.45.13
2025-12-17 13:52:45 +00:00
01c6e092b9 fix(scan queue): adjustments for changes to the pydantic model of the scan queue 2025-12-17 14:51:54 +01:00
semantic-release
ca6f355aac 2.45.12
Automatically generated by python-semantic-release
v2.45.12
2025-12-16 12:37:06 +00:00
d876ca72bc fix(heatmap): more robust logic for fast and slow axis in grid scan 2025-12-16 13:36:17 +01:00
e0fd97616d fix(heatmap): flush image if config changes during scan 2025-12-16 13:36:17 +01:00
6af8a5cbfe fix(heatmap): grid scan image correctly map to scan positions 2025-12-16 13:36:17 +01:00
semantic-release
944e2cedf8 2.45.11
Automatically generated by python-semantic-release
v2.45.11
2025-12-15 14:48:20 +00:00
cd11a6cce3 fix(waveform): support for AsyncMultiSignal 2025-12-15 15:47:26 +01:00
semantic-release
c98106e594 2.45.10
Automatically generated by python-semantic-release
v2.45.10
2025-12-10 11:21:40 +00:00
04f1ff4fe7 fix(devices): minor fix to comply with new config helper in bec_lib 2025-12-10 12:20:48 +01:00
semantic-release
45ed92494c 2.45.9
Automatically generated by python-semantic-release
v2.45.9
2025-12-09 14:21:27 +00:00
5fc96bd299 fix(rpc): add expiration to GUI registry state updates 2025-12-09 15:20:42 +01:00
semantic-release
1ad5df57fe 2.45.8
Automatically generated by python-semantic-release
v2.45.8
2025-12-08 14:36:13 +00:00
440e778162 fix(notification_banner): backwards compatibility to push messages from Broker to Centre as dict 2025-12-08 15:35:23 +01:00
fdeb8fcb0f fix(notification_banner): formatted error messages fetched directly from BECMessage; do not repreat notifications ids 2025-12-08 15:35:23 +01:00
5c90983dd4 fix(notification_banner): better contrast in light mode 2025-12-08 15:35:23 +01:00