1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-04-30 12:02:29 +02:00
Commit Graph

2415 Commits

Author SHA1 Message Date
perl_d 4f3acba215 fix: don't use deprecated api for CDockWidget 2025-09-16 12:57:46 +02:00
perl_d f48470f4cd feat(device_manager): add device dialog with presets 2025-09-16 12:57:43 +02:00
perl_d 89db2f5c98 refactor: genericise config form 2025-09-16 12:57:16 +02:00
perl_d 10c9da8898 fix: device table theming 2025-09-16 12:57:16 +02:00
perl_d cc05f5973e refactor: available devices add+remove from toolbar 2025-09-16 12:57:16 +02:00
perl_d 641efd0990 fix: add all devices to test list 2025-09-16 12:57:16 +02:00
perl_d d6178b4338 feat: connect available devices to doc and yaml views 2025-09-16 12:57:16 +02:00
perl_d 0c3cb9fd75 feat: add/remove functionality for device table
refactor: use list of configs for general interfaces
2025-09-16 12:57:16 +02:00
perl_d bef06ab35f refactor: util for MimeData 2025-09-16 12:57:16 +02:00
perl_d 5d5009d4ab feat(dm): apply shared selection signal util to view 2025-09-16 12:57:16 +02:00
perl_d 12592cb544 feat: add shared selection signal util 2025-09-16 12:57:16 +02:00
perl_d 7ecb257897 feat: connect config update to available devices 2025-09-16 12:57:15 +02:00
perl_d b200226e07 fix: allow setting state with other conformation of config 2025-09-16 12:57:15 +02:00
perl_d ecbefb69e1 feat: prepare available devices for dragging config 2025-09-16 12:57:15 +02:00
perl_d 127199c56a feat(device_table): prepare table for drop action 2025-09-16 12:57:15 +02:00
perl_d 2efb06b6a2 feat: add available devices to manager view 2025-09-16 12:57:15 +02:00
perl_d 6af2b09f19 fix(dm): add constants.py 2025-09-16 12:57:15 +02:00
perl_d 48b854a9ab feat: add available device resource browser 2025-09-16 12:57:15 +02:00
perl_d cee7998122 feat: add ListOfExpandableFrames util 2025-09-16 12:57:15 +02:00
perl_d 6ecc06de1d fix: wrong import in colors 2025-09-16 12:57:15 +02:00
perl_d 3bdb8f2559 chore: update qtmonaco dependency 2025-09-16 12:57:15 +02:00
appel_c e3c7e3ff44 refactor: refactor device_manager_view 2025-09-16 12:57:15 +02:00
appel_c af20396968 feat(dm-view): initial commit for config_view, ophyd_test and dm_widget 2025-09-16 12:57:15 +02:00
wyzula_j 2a4a11a96f test(main_app): test extended 2025-09-15 13:52:43 +02:00
wyzula_j eaf1634ca5 feat(main_app):views with examples for enter and exit hook 2025-09-15 13:52:43 +02:00
wyzula_j 0e356e0ce9 feat(main_app): main app with interactive app switcher 2025-09-15 13:52:43 +02:00
wakonig_k 4e172a8edd 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-09-15 13:52:43 +02:00
wakonig_k 6e4b669b3a feat: add SafeConnect 2025-09-15 13:52:43 +02:00
wakonig_k a3dc5091e3 fix: process all deletion events before applying a new theme.
Note: this can be dropped once qthemes is updated.
2025-09-15 13:52:43 +02:00
wakonig_k d69220c6dd refactor: move to qthemes 1.1.2 2025-09-15 13:52:43 +02:00
wakonig_k 353c82c868 test: apply theme on qapp creation 2025-09-15 13:52:43 +02:00
wakonig_k ab787fc4a8 refactor(spinner): improve enum access 2025-09-15 13:52:43 +02:00
wakonig_k 9c40e31ae5 fix(themes): move apply theme from BECWidget class to server init 2025-09-15 13:52:43 +02:00
wakonig_k a84459acbf fix(BECWidget): ensure that theme changes are only triggered from alive Qt objects 2025-09-15 13:52:43 +02:00
wakonig_k 0dce0a0f4f test: fix tests for qtheme v1 2025-09-15 13:52:43 +02:00
wakonig_k 7421166bee fix(serializer): remove deprecated serializer 2025-09-15 13:52:43 +02:00
wakonig_k 1d5d83c7ef ci: add artifact upload 2025-09-15 13:52:43 +02:00
wakonig_k 38a4f3ad9a test: fixes after theme changes 2025-09-15 13:52:43 +02:00
wakonig_k 4889f01ef3 build: add missing darkdetect dependency 2025-09-15 13:52:43 +02:00
wakonig_k 652ec81d01 fix(compact_popup): import from qtpy instead of pyside6 2025-09-15 13:52:43 +02:00
wakonig_k 391e2f7ef4 chore: fix formatter 2025-09-15 13:52:43 +02:00
wyzula_j 9bd1efafde fix: compact popup layout spacing 2025-09-15 13:52:43 +02:00
wyzula_j e01518898e fix: remove pyqtgraph styling logic 2025-09-15 13:52:43 +02:00
wyzula_j eb5d56a388 fix: tree items due to pushbutton margins 2025-09-15 13:52:43 +02:00
wyzula_j 09d00c4f11 fix: device combobox change paint event to stylesheet change 2025-09-15 13:52:43 +02:00
wyzula_j 19e8e5a891 fix(toolbar): toolbar menu button fixed 2025-09-15 13:52:43 +02:00
wyzula_j cea2e68fbd fix:queue abort button fixed 2025-09-15 13:52:43 +02:00
wyzula_j 6932a5e2dd fix(bec_widgets): adapt to bec_qthemes 1.0 2025-09-15 13:52:43 +02:00
wyzula_j ab5a78e2fd build(bec_qthemes): version 1.0 dependency 2025-09-15 13:52:43 +02:00
wyzula_j 022b10ff7a refactor(advanced_dock_area): profile tools moved to separate module 2025-09-15 13:52:43 +02:00