1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-12-31 03:01:18 +01:00
Commit Graph

2472 Commits

Author SHA1 Message Date
cf773835ae fix(signal_label): dispatcher unsubscribed in the cleanup 2025-10-09 15:42:36 +02:00
1f40da86b0 fix(client): abort, reset, stop button removed from RPC access 2025-10-09 15:42:36 +02:00
0560519853 test(color_utils): cleanup for pyqtgraph 2025-10-09 15:42:36 +02:00
4e9df05d37 test(device_input_base): added qtbot 2025-10-09 15:42:36 +02:00
209905030c test(busy_loader): tests added 2025-10-09 15:42:36 +02:00
732bb533db feat(busy_loader): busy loader added to bec widget base class 2025-10-09 15:42:36 +02:00
844cfd6a32 refactor(device_manager_view): added labels to main toolbar 2025-10-09 15:42:36 +02:00
db73613a81 fix(available_device_resources): top toolbar size fixed 2025-10-09 15:42:36 +02:00
98ac90f1ac perf(device_table_view): text wrapper delegate removed since it was not working correctly anyway 2025-10-09 15:42:36 +02:00
bf1bff38c8 fix(device_manager_view): removed custom styling for overlay 2025-10-09 15:42:36 +02:00
ffb6bdebe3 refactor(examples): wrong main app removed 2025-10-09 15:42:36 +02:00
f5534d1a6e feat(main_app): device manager implemented into main app 2025-10-09 15:42:36 +02:00
67da2b4569 feat(actions): actions can be created with label text with beside or under alignment 2025-10-09 15:42:36 +02:00
4966373884 fix: mark processEvents for checks 2025-10-09 15:42:36 +02:00
471957f1cc refactor: cleanup 2025-10-09 15:42:36 +02:00
cf74e048b2 fix: preset classes for config dialog 2025-10-09 15:42:36 +02:00
b4689958ef fix: tests 2025-10-09 15:42:36 +02:00
3233c276a6 style: imports 2025-10-09 15:42:36 +02:00
071c477287 refactor: redo device tester 2025-10-09 15:42:36 +02:00
3f4bb83c0c fix: check plugin exists before loading 2025-10-09 15:42:36 +02:00
a46c557652 feat: allow setting config in redis 2025-10-09 15:42:36 +02:00
de8908e9f9 style: typo 2025-10-09 15:42:36 +02:00
6499e665a9 fix: slightly improve theming 2025-10-09 15:42:36 +02:00
dcf4ee4777 fix: don't use deprecated api for CDockWidget 2025-10-09 15:42:36 +02:00
5888b2e608 feat(device_manager): add device dialog with presets 2025-10-09 15:42:36 +02:00
b2aaf5d001 refactor: genericise config form 2025-10-09 15:42:36 +02:00
907f4e4375 fix: device table theming 2025-10-09 15:42:36 +02:00
4b16f8f718 refactor: available devices add+remove from toolbar 2025-10-09 15:42:36 +02:00
7ab6c0ee94 fix: add all devices to test list 2025-10-09 15:42:36 +02:00
b0456489a2 feat: connect available devices to doc and yaml views 2025-10-09 15:42:36 +02:00
8284ade4ad feat: add/remove functionality for device table
refactor: use list of configs for general interfaces
2025-10-09 15:42:36 +02:00
d2434d0112 refactor: util for MimeData 2025-10-09 15:42:36 +02:00
9f5179fde0 feat(dm): apply shared selection signal util to view 2025-10-09 15:42:36 +02:00
31863e4aa0 feat: add shared selection signal util 2025-10-09 15:42:36 +02:00
bb8fe61381 feat: connect config update to available devices 2025-10-09 15:42:36 +02:00
b5e30f18aa fix: allow setting state with other conformation of config 2025-10-09 15:42:36 +02:00
e2a12695ea feat: prepare available devices for dragging config 2025-10-09 15:42:36 +02:00
cbb02d7529 feat(device_table): prepare table for drop action 2025-10-09 15:42:36 +02:00
e449c61620 feat: add available devices to manager view 2025-10-09 15:42:36 +02:00
2448aa30cc fix(dm): add constants.py 2025-10-09 15:42:36 +02:00
86727d8138 feat: add available device resource browser 2025-10-09 15:42:36 +02:00
39b070f8dc feat: add ListOfExpandableFrames util 2025-10-09 15:42:36 +02:00
52798d8363 chore: update qtmonaco dependency 2025-10-09 15:42:36 +02:00
86bb09f776 refactor: refactor device_manager_view 2025-10-09 15:42:36 +02:00
76e45b85a8 feat(dm-view): initial commit for config_view, ophyd_test and dm_widget 2025-10-09 15:42:36 +02:00
8f6385a97b fix(colors): accent colors fetching if theme not provided 2025-10-09 15:42:36 +02:00
a447ac0b96 test(main_app): test extended 2025-10-09 15:42:36 +02:00
341dc36f65 feat(main_app):views with examples for enter and exit hook 2025-10-09 15:42:36 +02:00
cfaaef95fd feat(main_app): main app with interactive app switcher 2025-10-09 15:42:36 +02:00
ba113aaaa2 test: remove outdated tests
Note: The stylesheet is now set by qthemes, not the widget itself. As a result, the widget-specific stylesheet remains empty.
2025-10-09 15:42:36 +02:00