|
60292465e9
|
fix: no need to call inspect.signature - it can fail on methods coming from C (like Qt methods)
|
2024-11-27 11:44:03 +01:00 |
|
|
2047e484d5
|
feat: asynchronous .start() for GUI
|
2024-11-27 11:44:03 +01:00 |
|
|
1f71d8e5ed
|
feat: do not take focus when GUI is loaded
|
2024-11-25 08:16:10 +01:00 |
|
|
1f60fec720
|
feat: add '--hide' argument to BEC GUI server
|
2024-11-25 08:16:10 +01:00 |
|
|
e9983521ed
|
fix: add back accidentally removed variables
|
2024-11-25 08:16:10 +01:00 |
|
|
ed72393699
|
1.5.3
Automatically generated by python-semantic-release
v1.5.3
|
2024-11-21 16:19:45 +00:00 |
|
|
e71e3b2956
|
fix(alignment_1d): fix imports after widget module refactor
|
2024-11-21 16:39:10 +01:00 |
|
|
6e39bdbf53
|
ci: fix ci syntax for package-dep-job
|
2024-11-21 09:13:18 +01:00 |
|
|
2e7383a10c
|
1.5.2
Automatically generated by python-semantic-release
v1.5.2
|
2024-11-18 13:53:35 +00:00 |
|
|
746359b2cc
|
fix: support for bec v3
|
2024-11-18 14:23:12 +01:00 |
|
|
0219f7c78a
|
1.5.1
Automatically generated by python-semantic-release
v1.5.1
|
2024-11-14 13:30:02 +00:00 |
|
|
aab0229a40
|
refactor(widgets): widget module structure reorganised
|
2024-11-14 14:20:20 +01:00 |
|
|
7a1b8748a4
|
fix(plugin_utils): plugin utils are able to detect classes for plugin creation based on class attribute rather than if it is top level widget
|
2024-11-14 14:19:22 +01:00 |
|
|
245ebb444e
|
1.5.0
Automatically generated by python-semantic-release
v1.5.0
|
2024-11-12 15:29:42 +00:00 |
|
|
0cd85ed9fa
|
fix(crosshair): crosshair adapted for multi waveform widget
|
2024-11-12 16:19:42 +01:00 |
|
|
42d4f182f7
|
docs(multi_waveform): docs added
|
2024-11-12 16:19:42 +01:00 |
|
|
f3a39a69e2
|
feat(multi-waveform): new widget added
|
2024-11-12 16:19:42 +01:00 |
|
|
ec39dae273
|
1.4.1
Automatically generated by python-semantic-release
v1.4.1
|
2024-11-12 13:46:09 +00:00 |
|
|
8e5c0ad8c8
|
fix(positioner_box): adjusted default signals
|
2024-11-12 14:36:38 +01:00 |
|
|
bf0b49b863
|
1.4.0
Automatically generated by python-semantic-release
v1.4.0
|
2024-11-11 14:19:33 +00:00 |
|
|
11e5937ae0
|
fix(crosshair): label of coordinates of TextItem displays numbers in general format
|
2024-11-11 15:09:55 +01:00 |
|
|
4f31ea655c
|
fix(crosshair): label of coordinates of TextItem is updated according to the current theme of qapp
|
2024-11-11 15:09:55 +01:00 |
|
|
64df805a9e
|
test(crosshair): tests extended
|
2024-11-11 15:09:55 +01:00 |
|
|
035136d517
|
feat(crosshair): TextItem to display crosshair coordinates
|
2024-11-11 15:09:55 +01:00 |
|
|
b2eb71aae0
|
fix(crosshair): log is separately scaled for backend logic and for signal emit
|
2024-11-11 15:09:55 +01:00 |
|
|
1e6659c379
|
1.3.3
Automatically generated by python-semantic-release
v1.3.3
|
2024-11-07 23:02:04 +00:00 |
|
|
5fabd4bea9
|
fix(scan_control): DeviceLineEdit kwargs readings changed to get name of the positioner
|
2024-11-07 16:47:42 +01:00 |
|
|
4f0693cae3
|
docs: update outdated text in docs
|
2024-11-07 12:49:36 +01:00 |
|
|
ba76d6bb86
|
1.3.2
Automatically generated by python-semantic-release
v1.3.2
|
2024-11-05 14:53:05 +00:00 |
|
|
2304c9f849
|
fix(plot_base): legend text color is changed when changing dark-light theme
|
2024-11-05 10:37:53 +01:00 |
|
|
c6e48ec1fe
|
build: PySide6 version fixed 6.7.2
|
2024-11-04 14:41:43 +01:00 |
|
|
f837129023
|
1.3.1
Automatically generated by python-semantic-release
v1.3.1
|
2024-10-31 14:37:23 +00:00 |
|
|
940ee6552c
|
fix(ophyd_kind_util): Kind enums are imported from the bec widget util class
|
2024-10-31 12:26:10 +01:00 |
|
|
86b60b4aed
|
1.3.0
Automatically generated by python-semantic-release
v1.3.0
|
2024-10-30 13:19:18 +00:00 |
|
|
14dd8c5b29
|
fix(colors): extend color map validation for matplotlib and colorcet maps (if available)
|
2024-10-28 17:17:03 +01:00 |
|
|
b039933405
|
feat(colormap_button): colormap button with menu to select colormap filtered by the colormap type
|
2024-10-28 13:48:56 +01:00 |
|
|
d8c80293c7
|
1.2.0
Automatically generated by python-semantic-release
v1.2.0
|
2024-10-25 17:17:49 +00:00 |
|
|
40c9fea35f
|
feat(colors): evenly spaced color generation + new golden ratio calculation
|
2024-10-25 19:08:13 +02:00 |
|
|
5d4b86e1c6
|
refactor: add bec_lib version to statusbox
|
2024-10-25 16:12:06 +02:00 |
|
|
5681c0cbd1
|
1.1.0
Automatically generated by python-semantic-release
v1.1.0
|
2024-10-25 08:19:34 +00:00 |
|
|
91959e82de
|
refactor: do not flush selection upon receiving config update; allow widgetIO to receive kwargs to be able to use get_value to receive string instead of int for QComboBox
|
2024-10-24 18:09:18 +02:00 |
|
|
5eb15b785f
|
refactor: allow to set selection in DeviceInput; automatic update of selection on device config update; cleanup
|
2024-10-24 13:38:26 +02:00 |
|
|
6fb20552ff
|
refactor: cleanup, added device_signal for signal inputs
|
2024-10-24 09:21:32 +02:00 |
|
|
0350833f36
|
feat: add filter i/o utility class
|
2024-10-22 16:56:16 +02:00 |
|
|
acb79020d4
|
test(scan_control): tests added for grid_scan to ensure scan_args signal validity
|
2024-10-22 16:05:14 +02:00 |
|
|
9c6ba6ae73
|
1.0.2
Automatically generated by python-semantic-release
v1.0.2
|
2024-10-22 13:34:16 +00:00 |
|
|
4f5448cf51
|
fix(scan_control): scan args signal fixed to emit list instead of hardcoded structure
|
2024-10-22 15:04:23 +02:00 |
|
|
6f0182115f
|
1.0.1
Automatically generated by python-semantic-release
v1.0.1
|
2024-10-22 08:47:29 +00:00 |
|
|
7469c892c8
|
fix(waveform): added support for live_data and data access
|
2024-10-18 17:10:53 +02:00 |
|
|
cb45527f3e
|
1.0.0
Automatically generated by python-semantic-release
v1.0.0
|
2024-10-18 09:48:29 +00:00 |
|