1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-08 01:37:52 +01:00
Commit Graph

2602 Commits

Author SHA1 Message Date
dependabot[bot]
4a44ede8fe build(deps): update bec-qthemes requirement
Updates the requirements on [bec-qthemes](https://github.com/bec-project/bec_qthemes) to permit the latest version.
- [Release notes](https://github.com/bec-project/bec_qthemes/releases)
- [Changelog](https://github.com/bec-project/bec_qthemes/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bec-project/bec_qthemes/compare/v0.7.0...v1.3.3)

---
updated-dependencies:
- dependency-name: bec-qthemes
  dependency-version: 1.3.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-05 18:12:32 +01:00
b93fbc5cd3 refactor: global refactoring to use device-signal pair names 2026-03-05 18:12:32 +01:00
c1d4758e4c feat(client_utils): theme can be changed from the CLI 2026-03-05 18:12:32 +01:00
4fc252220d fix(dark_mode_button): RPC access disabled 2026-03-05 18:12:32 +01:00
375d131109 fix(toggle): move toggle to theme colors 2026-03-05 18:12:32 +01:00
5b15c75b88 fix(rpc): rpc flags adjustment for MainApp and DeveloperWidget 2026-03-05 18:12:32 +01:00
b29648e10b fix(cli): RPC API from any folder 2026-03-05 18:12:32 +01:00
7507f27d68 fix(becconnector): sanitize the setObjectName from qobject inheritance 2026-03-05 18:12:32 +01:00
b798ea2340 feat(bec-login): Add login widget in material design style 2026-03-05 18:12:32 +01:00
ab9688d2b5 fix(main_app): the dock area view implemented as a viewBase 2026-03-05 18:12:32 +01:00
92ae5fc7fb fix: removal of old BECDock import 2026-03-05 18:12:32 +01:00
cd9c7ab079 fix(colors): more benevolent fetching of colormap names, avoid hardcoded wrong colormap mapping from GradientWidget from pg 2026-03-05 18:12:32 +01:00
fb55e72713 fix(screen_utils): screen utilities added and fixed sizing for widgets from launch window and main app 2026-03-05 18:12:32 +01:00
71ed2d353a refactor(dock_area): change name to BECDockArea 2026-03-05 18:12:32 +01:00
338ff455cc fix(ophyd-validation): add device_manager_ds argument if available for ophyd validation 2026-03-05 18:12:32 +01:00
48387c0ad9 fix(editors): VSCode widget removed 2026-03-05 18:12:32 +01:00
37298c21c3 ci: cancel previous CI run for PR or branch 2026-03-05 18:12:32 +01:00
80c0dfa4f2 feat(image): modernization of image widget 2026-03-05 18:12:32 +01:00
6c73307bb4 fix(device_combobox): public flag for valid input 2026-03-05 18:12:32 +01:00
940face118 fix(device_input_widgets): removed RPC access 2026-03-05 18:12:32 +01:00
fbddf4a284 feat(device_combobox): device filter added based on its signal classes 2026-03-05 18:12:32 +01:00
cfd6bde268 feat(signal_combobox): extended that can filter by signal class and dimension of the signal 2026-03-05 18:12:32 +01:00
dd69578b91 feat(plot_base): plot_base, image and heatmap widget adopted to property-toolbar sync 2026-03-05 18:12:32 +01:00
4357d984c8 feat(toolbar): toolbar can be synced with the property_changed for toggle actions 2026-03-05 18:12:32 +01:00
7cce3bd542 feat(SafeProperty): SafeProperty emits property_changed signal 2026-03-05 18:12:32 +01:00
3f76ade628 test(e2e): raise with widget name 2026-03-05 18:12:32 +01:00
84d6653d19 fix(rpc_server): use single shot instead of processEvents to avoid dead locks 2026-03-05 18:12:32 +01:00
7fd7f67857 fix: adjust ring progress bar to ads 2026-03-05 18:12:32 +01:00
2992939b0f fix(FakeDevice): add _info dict 2026-03-05 18:12:32 +01:00
a84b924162 feat(color): add relative luminance calculation 2026-03-05 18:12:32 +01:00
5435fec68a feat: add export and load settings methods to BECConnector; add SafeProperty safe getter flag 2026-03-05 18:12:32 +01:00
38eb2441cd fix(rpc_register): listing only valid connections 2026-03-05 18:12:32 +01:00
d9b728584f fix(launch_window): logic for showing launcher 2026-03-05 18:12:32 +01:00
947bf63e03 fix(main_window): parent fixed for notification broker 2026-03-05 18:12:32 +01:00
3fe6a00708 fix(device-progress-bar): remove stretch in content layout 2026-03-05 18:12:32 +01:00
793779db68 style: wrap progress bar in widget to fix background 2026-03-05 18:12:32 +01:00
de835e81d8 test: fix test 2026-03-05 18:12:32 +01:00
fa56fc8802 fix: tooltip logic and disable button on running scan 2026-03-05 18:12:32 +01:00
c1443fa27a feat: attach config cancellation to closeEvent 2026-03-05 18:12:31 +01:00
8bbd519559 fix: remove manual stylesheet deletion/override 2026-03-05 18:12:31 +01:00
9c4a54493a fix: 'Any' type annotations 2026-03-05 18:12:31 +01:00
a9f92cf155 fix(_OverlayEventFilter): fix typo 2026-03-05 18:12:31 +01:00
12b4d3a9e0 refactor(device-form-dialog): Use native QDialogButtonBox instead of GroupBox layout 2026-03-05 18:12:31 +01:00
229da6244a refactor(busy-loager): Improve eventFilter to avoid crashs if target or overlay is None. 2026-03-05 18:12:31 +01:00
4edc57158b test(device-manager-view): improve test coverage for device-manager-view 2026-03-05 18:12:31 +01:00
72639e7e5f fix(signal-label): Fix signal label cleanup, missing parent in constructors 2026-03-05 18:12:31 +01:00
b67f3a14aa test cleanup add mocked client 2026-03-05 18:12:31 +01:00
fa49322d1f fix(device-manager-display-widget): fix error message popup on cancelling upload 2026-03-05 18:12:31 +01:00
24701c2a27 test(config-communicator): add test for cancel action 2026-03-05 18:12:31 +01:00
caba3a55f3 fix(device-init-progress-bar): fix ui format for device init progressbar 2026-03-05 18:12:31 +01:00