1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-04-22 16:24:34 +02:00
Commit Graph

1891 Commits

Author SHA1 Message Date
perl_d 8cca510fa1 fix(client): import reduce 2025-04-25 16:59:53 +02:00
wakonig_k 06a4954d3d fix(BECGuiClient): add launch_script parameter to dock area creation 2025-04-24 17:39:55 +02:00
appel_c 4acf5befb1 docs: review quick_start 2025-04-24 14:38:07 +02:00
appel_c 99d76236ca test: add tests for name creation of custom curves, and object name handling 2025-04-24 08:49:33 +02:00
appel_c afc818bf7d docs: update quick_start 2025-04-24 08:49:33 +02:00
appel_c 8e846d4499 fix(curve): fix unique names for custom curves 2025-04-24 08:49:33 +02:00
appel_c a1c859c743 docs: remove BECFigure from docs, fix wrong api for docs of plotting widgets 2025-04-24 08:49:33 +02:00
appel_c 75cc45d767 docs: remove BECFigure 2025-04-24 08:49:33 +02:00
appel_c 1d091071e1 fix: bugfix in cleanup of ScatterWaveform ScatterCurve; closes #520 2025-04-24 08:49:33 +02:00
appel_c 8e64b65c2d feat: delete bec_app 2025-04-24 08:49:33 +02:00
appel_c 27ea92d120 feat: deprecated and delete alignment_1d gui 2025-04-24 08:49:33 +02:00
wakonig_k 3ddfeaa49f fix(serialization): add serialization for qpointf 2025-04-23 20:42:54 +02:00
wakonig_k 074bbbc166 fix: change default colormap to plasma 2025-04-23 19:05:54 +02:00
wakonig_k 3709cdc866 fix(bec_connector): improve cleanup handling on deleted parent to prevent errors 2025-04-23 17:45:58 +02:00
wakonig_k 9d6d0b406a refactor(bec_connector): replace pyqtSlot with SafeSlot for consistency 2025-04-23 17:45:58 +02:00
wakonig_k 6318b2d822 fix(designer-plugin-generator): enhance super constructor validation for new style classes 2025-04-23 17:45:58 +02:00
wakonig_k f89e74b199 refactor: add template for debugging the cli generator 2025-04-23 17:45:58 +02:00
wakonig_k 0ac14a74b8 fix: ensure provided dock and dock_area names are valid and defaults are snake_case 2025-04-23 16:22:13 +02:00
appel_c 1910993b2b fix(positioner-indicator): fix property setters for position indicator 2025-04-23 14:00:06 +02:00
appel_c 7c303d0129 fix(ring-progress-bar): fix bug in disconnect slot of rings, enable 'scan' mode as default for init with first ring 2025-04-23 07:30:07 +02:00
appel_c 113938e71a test: fix rpc widgets e2e test 2025-04-22 21:19:37 +02:00
wakonig_k e0f146beeb fix(compact_popup): forward close event 2025-04-22 21:19:37 +02:00
wakonig_k fc1cdc814f fix(bec_connector): call cleanup on widgets if the parent was deleted 2025-04-22 21:19:37 +02:00
wakonig_k a13de45131 fix(rpc): call close on container widget if needed 2025-04-22 21:19:37 +02:00
appel_c 8ff2063bc8 fix: proper cleanup of progressbar 2025-04-22 21:19:37 +02:00
appel_c cdc613b6e7 fix(bec_queue): set parent for toolbar buttons 2025-04-22 21:19:37 +02:00
appel_c 1fc6125369 fix: forward parent to children 2025-04-22 21:19:37 +02:00
appel_c fef07ac8e1 fix: import from qtpy instead of PySide6 2025-04-22 21:19:37 +02:00
appel_c 86647b9b7e fix(rpc-base): deprecate widget_name in favor of object_name; closes #499 2025-04-22 21:19:37 +02:00
appel_c 36dc174bfe test: add function scoped rpc_widgets e2e test; closes #510 2025-04-22 21:19:37 +02:00
appel_c a06f0600c1 fix(dark-mode-button): fix parent passed to QObjects in various classes 2025-04-22 21:19:37 +02:00
appel_c f88dfc8f1b refactor: add pragma no cover to various TYPE_CHECKING 2025-04-22 21:19:37 +02:00
appel_c c70cd9d6e8 fix(moduar-toolbar): fix cleanup of modular toolbar and dock_area 2025-04-22 21:19:37 +02:00
appel_c 8fbd54c3aa fix(website-widget): add super().cleanup() in website widget 2025-04-22 21:19:37 +02:00
appel_c ef4a52cc17 fix: RPC access enabled for certain widgets. 2025-04-22 21:19:37 +02:00
appel_c b460ea9955 fix(progress-ring-bar): fix parent inheritance and cleanup of ring objects; closes #496 2025-04-22 21:19:37 +02:00
wakonig_k 1fe052e9da docs: grammar improvement 2025-04-22 15:22:18 +02:00
wakonig_k f2d5b57e86 fix(docs): update copyright year to be dynamic 2025-04-22 15:22:18 +02:00
wakonig_k 6630ba1c42 docs(auto_updates): update documentation for auto updates functionality and add launcher image 2025-04-22 15:22:18 +02:00
perl_d ef148317de fix: wrap fetching plugin widgets in case of errors 2025-04-15 20:13:11 +02:00
wakonig_k e10f5ec088 test(launch_window): tests for default and plugin auto updates 2025-04-15 12:26:09 +02:00
wakonig_k 33a8a767f3 test(launch_window): add test for launching UI file that raises ValueError for QMainWindow 2025-04-15 12:08:06 +02:00
wakonig_k 8efa93d2d2 feat(launch_window): add user access permissions 2025-04-15 12:07:54 +02:00
wakonig_k 29653239c5 feat(launch_window): enhance auto update functionality with selector and dynamic loading 2025-04-15 11:44:26 +02:00
wakonig_k 778230b5ed feat(auto_updates): enforce rpc widget class for subclasses of auto updates 2025-04-15 11:41:03 +02:00
wakonig_k b7795b4d0a refactor(client_utils): remove unused auto update attributes from BECGuiClient 2025-04-15 11:40:22 +02:00
wakonig_k c434af9b92 feat(plugin_utils): add functionality to retrieve auto update classes from plugins 2025-04-15 11:40:04 +02:00
wakonig_k be722683a7 fix(main_window): show app id only when connected to redis 2025-04-15 09:10:35 +02:00
wakonig_k 9a940bb8d5 refactor(launch_window): remove cleanup method 2025-04-15 08:59:17 +02:00
wakonig_k a6ce312f7c refactor(ui_loader): remove unused import 2025-04-15 08:58:59 +02:00