1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-12-27 01:21:19 +01:00
Commit Graph

2492 Commits

Author SHA1 Message Date
d91a61ae45 f - wip 2025-12-23 11:37:16 +01:00
0419b63e3f feat(web console): add support for shared web console sessions 2025-12-23 11:07:34 +01:00
b4ad75aade fix(client): client API regenerated 2025-12-19 14:12:48 +01:00
82ce27a700 feat(device-manager): Add DeviceManager Widget for BEC Widget main applications 2025-12-19 14:12:08 +01:00
fe8e6d9427 fix(general_app): old general app example removed 2025-12-19 14:12:08 +01:00
f8cd8d0d06 fix(heatmap): interpolation thread is killed only on exit, logger for dandling thread 2025-12-19 14:12:08 +01:00
821b61bcc0 perf(heatmap): thread worker optimization 2025-12-19 14:12:08 +01:00
d9afe31d61 fix(heatmap): interpolation of the image moved to separate thread 2025-12-19 14:12:08 +01:00
8df2576390 fix(motor_map): x/y motor are saved in properties 2025-12-19 14:12:08 +01:00
240c6dd439 fix: don't wait forever 2025-12-19 14:08:47 +01:00
6039d070b7 fix(widget_state_manager): PROPERTIES_TO_SKIP are not restored even if in ini file 2025-12-19 14:08:47 +01:00
04fc10213d feat(advanced_dock_area): floating docks restore with relative geometry 2025-12-19 14:08:47 +01:00
c3d6eb009f refactor: improvements to enum access 2025-12-19 14:08:47 +01:00
669a84cb21 feat(advanced_dock_area): instance lock for multiple ads in same session 2025-12-19 14:08:47 +01:00
1211a66577 fix(widgets): removed isVisible from all SafeProperties 2025-12-19 14:08:47 +01:00
a2374f00b0 fix(bec_widget): improved qt enums; grab safeguard 2025-12-19 14:08:47 +01:00
92dc947e68 fix(qt_ads): pythons stubs match structure of PySide6QtAds 2025-12-19 14:08:47 +01:00
574fd051c1 fix(widget_state_manager): filtering of not wanted properties 2025-12-19 14:08:47 +01:00
8070d60370 refactor(main_app): adapted for DockAreaWidget changes 2025-12-19 14:08:47 +01:00
23a232da9c refactor(developer_view): changed to use DockAreaWidget 2025-12-19 14:08:47 +01:00
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