|
3c0e501c56
|
fix(color_button): inheritance changed to QWidget
|
2024-08-30 16:03:22 +02:00 |
|
|
a3110d9814
|
fix(dark mode button): fixed dark mode button state for external updates, including auto
|
2024-08-30 10:42:13 +02:00 |
|
|
6ed1efc6af
|
fix(reset_button): reset button added
|
2024-08-29 15:03:42 +02:00 |
|
|
a568633c32
|
fix(abort_button): abort button added; some minor fixes
|
2024-08-29 14:14:32 +02:00 |
|
|
8be8295b2b
|
fix(resume_button): resume button added
|
2024-08-29 13:36:32 +02:00 |
|
|
7dadab1f14
|
refactor: add option to select scan and hide arg bundle buttons
|
2024-08-29 12:57:40 +02:00 |
|
|
097946fd68
|
refactor(stop_button): stop button changed to QWidget and adapted for toolbar
|
2024-08-29 11:26:23 +02:00 |
|
|
9925bbdb48
|
refactor(website): changed inheritance of website widget to simple qwidget; closes #325
|
2024-08-28 21:24:15 +02:00 |
|
|
1ca9499edd
|
fix(cmaps): unified all defaults to magma cmap
|
2024-08-27 13:09:21 +02:00 |
|
|
c70724a456
|
refactor(darkmodebutton): renamed set_dark_mode_enabled to toggle_dark_mode
|
2024-08-25 13:45:56 +02:00 |
|
|
df35aabff3
|
test(dark_mode_button): added tests for dark mode button
|
2024-08-25 13:45:56 +02:00 |
|
|
37835cbf76
|
fix(crosshair): fixed crosshair for image and waveforms
|
2024-08-22 10:32:35 +02:00 |
|
|
e870e5ba08
|
test: added test for device browser
|
2024-08-21 14:38:34 +02:00 |
|
|
4d02b42f11
|
fix: removed qcoreapplication for polling events
|
2024-08-14 12:32:34 +02:00 |
|
|
f285b35b49
|
test(waveform_widget): added tests for axis setting and curve dialog
|
2024-08-13 10:53:44 +02:00 |
|
|
93d397759c
|
fix: issue #292, wrong key was used to clean _slots internal dictionary
|
2024-08-12 10:32:35 +02:00 |
|
|
0273bf4856
|
refactor: adjust dimensions
|
2024-08-08 15:11:43 +02:00 |
|
|
c80a7cd108
|
feat: add PositionerControlLine
|
2024-08-08 14:58:16 +02:00 |
|
|
6269009e54
|
test(dap): wait for fit
|
2024-08-07 20:19:37 +02:00 |
|
|
6d2442d23c
|
test(auto-update): wait for rendering
|
2024-08-07 19:58:26 +02:00 |
|
|
37aa371e7c
|
fix: rename DeviceBox to PositionerBox, fix test for validation
|
2024-08-07 17:56:48 +02:00 |
|
|
cf94599c25
|
test: removed quit from teardown
|
2024-08-07 12:25:54 +02:00 |
|
|
bf6294ecbf
|
test: removed explicit call to close the widget
|
2024-08-07 12:25:54 +02:00 |
|
|
a3d4f5ac4b
|
fix(website): fixed teardown of website widgets
|
2024-08-07 11:15:14 +02:00 |
|
|
9856857f4c
|
test: use factory instead of fixture to properly cleanup widgets on teardown
|
2024-08-07 10:12:49 +02:00 |
|
|
f9e5897900
|
test: ensure all toplevelwidgets are closed
|
2024-08-07 10:12:49 +02:00 |
|
|
5aad401ef8
|
feat(themes): moved themes to bec_qthemes
This reverts commit fd6ae91993
|
2024-08-05 14:24:05 +02:00 |
|
|
73cd11e472
|
test: register all widgets with qtbot and close them
|
2024-08-05 13:54:20 +02:00 |
|
|
7616ca0e14
|
refactor(queue): refactored bec queue to inherit only from qwidget
|
2024-08-05 13:54:20 +02:00 |
|
|
dcc5fd71ee
|
fix: fix missmatch of signal/slot in image and motormap
|
2024-07-29 16:05:21 +02:00 |
|
|
bc1e23944c
|
fix: use SafeSlot instead of Slot
|
2024-07-28 08:54:24 +02:00 |
|
|
61a4e32deb
|
fix: always add a QApplication for tests
|
2024-07-28 08:54:24 +02:00 |
|
|
5a9ccfd1f6
|
fix: reset ErrorPopup singleton between tests
|
2024-07-26 11:58:07 +02:00 |
|
|
4be6fd6b83
|
refactor: renamed DeviceMonitor2DMessage
|
2024-07-25 09:46:58 +02:00 |
|
|
714e1e139e
|
refactor: rename device_monitor to device_monitor_2d
|
2024-07-25 09:46:58 +02:00 |
|
|
06fab0eab9
|
test(dock_area): tests extended
|
2024-07-23 20:40:36 +02:00 |
|
|
7f49893d2c
|
fix(image_widget): image_widget autorange fixed
|
2024-07-23 18:17:35 +02:00 |
|
|
70fb276fdf
|
test(image_widget): tests added
|
2024-07-23 18:17:35 +02:00 |
|
|
2c8764a27d
|
fix(waveform_widget): plot API unified with BECFigure
|
2024-07-19 16:12:36 +02:00 |
|
|
50135b5fe9
|
fix(colormap_selector): compatibility for PyQt6 when using designer fixed
|
2024-07-18 21:13:13 +02:00 |
|
|
8d764e2d46
|
test(waveform_widget): test added
|
2024-07-18 21:13:13 +02:00 |
|
|
c7feb6952d
|
refactor: BECWidget is a mixin based on BECConnector, for each QWidget in BEC
Handles closeEvent() and RPC registering/unregistering
|
2024-07-18 11:07:19 +02:00 |
|
|
8f104cf402
|
tests: add unit tests for error and warning message boxes
|
2024-07-17 13:26:39 +02:00 |
|
|
b98fd00ade
|
feat(color_map_selector): added colormap selector with plugin
|
2024-07-15 22:26:14 +02:00 |
|
|
006992e43c
|
test(waveform): tests extended
|
2024-07-14 19:32:36 +02:00 |
|
|
0c6a9f2310
|
feat(waveform): async readback update implemented for async devices
|
2024-07-14 19:12:19 +02:00 |
|
|
11a7204c98
|
test(toolbar): added reference pngs for spinner for Darwin
|
2024-07-14 16:49:33 +02:00 |
|
|
63db1352ee
|
fix: spinner: update reference image for widget test, use apply_theme
|
2024-07-10 15:36:06 +02:00 |
|
|
eb26e2a11b
|
test(vscode): fixed vscode tests for new cleanup routine
|
2024-07-09 00:40:15 +02:00 |
|
|
5de8804da1
|
test(vscode): improved vscode test
|
2024-07-09 00:40:15 +02:00 |
|