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

1489 Commits

Author SHA1 Message Date
appel_c 19f4e407e0 fix: fix syntax due to change of api for simulated devices 2024-10-17 16:07:11 +02:00
guijar_m a23841b255 fix: remove wrongly scoped test 2024-10-17 16:07:11 +02:00
guijar_m 6982711fea fix: rename 'compact' property -> 'compact_view' 2024-10-17 16:07:11 +02:00
guijar_m 0015f0e2d6 fix: Alignment 1D update, make app window a main window (in .ui file) 2024-10-17 16:07:11 +02:00
guijar_m af9655de0c feat: new PositionerGroup widget 2024-10-17 16:07:11 +02:00
guijar_m e4121a01cb feat: add 'expand_popup' property to CompactPopupWidget
This property tells if expand should show a popup (by default), or
if the widget should expand in-place
2024-10-17 16:07:11 +02:00
guijar_m a69d2870e2 refactor: redesign of scan selection and scan control boxes 2024-10-17 16:07:07 +02:00
guijar_m e3d0a7bbf9 refactor: move add/remove bundle to scan group box 2024-10-17 09:29:55 +02:00
guijar_m 523cc43572 fix: set (Minimum, Fixed) size policy on Stop button 2024-10-17 09:29:55 +02:00
guijar_m 261578796f feat: PositionerBox with a popup view 2024-10-17 09:29:55 +02:00
guijar_m 0b9b1a3c89 feat: emit 'device_selected' and 'scan_axis' from scan control widget 2024-10-14 16:45:26 +02:00
guijar_m 9801d2769e feat: new 'device_selected' signals to ScanControl, ScanGroupBox, DeviceLineEdit 2024-10-14 16:45:26 +02:00
semantic-release dfccf97a99 0.118.0
Automatically generated by python-semantic-release
v0.118.0
2024-10-13 14:18:42 +00:00
wyzula_j 9ef1d1c9ac feat(image): image widget can take data from monitor_1d endpoint 2024-10-13 16:13:53 +02:00
wakonig_k b23695167a docs(sphinx-build): adjusted pyside verion 2024-10-11 17:36:24 +02:00
semantic-release 92cc808d65 0.117.1
Automatically generated by python-semantic-release
v0.117.1
2024-10-11 15:27:05 +00:00
wyzula_j 3a22392780 fix(FPS): qtimer cleanup leaking 2024-10-11 17:17:50 +02:00
wakonig_k f5f1f6c304 feature(vscode): added support for vscode instructions 2024-10-11 15:36:56 +02:00
wakonig_k 923867947f feature(vscode): support for controlling vscode from widgets 2024-10-11 15:36:56 +02:00
semantic-release 91260bb579 0.117.0
Automatically generated by python-semantic-release
v0.117.0
2024-10-11 10:29:41 +00:00
wyzula_j 8dc892df0a tests(plot_base): tests extended 2024-10-11 12:17:17 +02:00
wyzula_j 8c5ef26843 feat(utils): FPS counter utility based on the viewBox updates, integrated to waveform and image widget 2024-10-11 09:52:48 +02:00
semantic-release b681b13a33 0.116.0
Automatically generated by python-semantic-release
v0.116.0
2024-10-11 07:17:54 +00:00
guijar_m 499b6b9a12 feat: UI changes to have top toolbar with compact popup widgets (fix issue #360) 2024-10-11 09:08:37 +02:00
guijar_m 94ce92f5b0 feat: adapt BECQueue and BECStatusBox widgets to use CompactPopupWidget 2024-10-11 09:08:37 +02:00
guijar_m 49268e3829 feat: add 'CompactPopupWidget' container widget
Makes it easy to write widgets which can have a compact
representation with LED-like global state indicator,
with the possibility to display a popup dialog with more
complete UI
2024-10-11 09:08:37 +02:00
wyzula_j 908dbc1760 build: fix PySide6 to 6.7.2 2024-10-10 22:42:16 +02:00
semantic-release d7e6506a27 0.115.0
Automatically generated by python-semantic-release
v0.115.0
2024-10-08 09:48:59 +00:00
guijar_m c5e9ed6e42 fix: make Alignment1D a MainWindow as it is an application 2024-10-08 11:39:43 +02:00
guijar_m b207e45a67 fix: adjust bec_qthemes dependency 2024-10-08 11:39:43 +02:00
guijar_m 8bf4842788 feat: add bec-app script to launch applications 2024-10-08 11:39:43 +02:00
semantic-release 49b9bfc9d3 0.114.0
Automatically generated by python-semantic-release
v0.114.0
2024-10-02 20:32:01 +00:00
guijar_m 04cfb1edf1 fix: prevent exception when empty string updates are coming from widget 2024-10-02 16:17:24 +02:00
guijar_m efa276358b fix: use new 'scan_axis' signal, to set_x and select x axis on waveform
Fixes #361, do not try to change x axis when not permitted
2024-10-02 16:17:24 +02:00
guijar_m f084e2514b feat: new 'scan_axis' signal
Signal is emitted before "scan_started", to inform about scan positioner
and (start, stop) positions. In case of multiple bundles, the signal
is emitted multiple times.
2024-10-02 16:17:24 +02:00
semantic-release 7cd0b3630e 0.113.0
Automatically generated by python-semantic-release
v0.113.0
2024-10-02 11:47:57 +00:00
appel_c dc0c825fd5 test: add tests for scan_status_callback 2024-10-01 22:16:16 +02:00
appel_c 1dcfeb6cfc feat : Add bec_signal_proxy to handle signals with option to unblock them manually. 2024-10-01 22:16:16 +02:00
appel_c f554f3c167 refactor: various minor improvements for the alignment gui 2024-10-01 22:16:16 +02:00
appel_c 0f9953e8fd fix: add is_log checks and functionality to plot_indicator_items 2024-10-01 22:16:16 +02:00
appel_c 63c24f97a3 feat: add first draft for alignment_1d GUI 2024-10-01 22:16:16 +02:00
appel_c efe90eb163 refactor: allow hiding of arg/kwarg boxes 2024-10-01 22:16:16 +02:00
appel_c 281cb27d8b feat: add move to position button to lmfit dialog 2024-10-01 22:16:16 +02:00
appel_c 5c740371d8 refactor: add proxy to waveform to limit the dap_request frequency 2024-10-01 22:16:16 +02:00
appel_c 28ee3856be refactor: update dap_model also if x and y axis are selected 2024-10-01 22:16:16 +02:00
appel_c 7cc0726398 refactor: linear_region_selector accepts log_x data 2024-10-01 22:16:16 +02:00
appel_c e039304fd3 refactor: use accent colors for bec_status_box icons; closes #338 2024-09-26 12:07:33 +02:00
semantic-release 6fa7ca8f09 0.112.1
Automatically generated by python-semantic-release
v0.112.1
2024-09-19 09:05:41 +00:00
wyzula_j b2f7d3c5f3 fix: test e2e dap wait_for_fit 2024-09-19 09:30:26 +02:00
wakonig_k e3b5e338bf docs(dap_combo_box): updated screenshot 2024-09-18 14:15:06 +02:00