|
|
40a666aa18
|
refactor(dock_area): change name to BECDockArea
|
2026-01-30 16:26:35 +01:00 |
|
|
|
0580b539fa
|
feat(image): modernization of image widget
|
2026-01-29 14:37:09 +01:00 |
|
|
|
148b41e238
|
fix(device_input_widgets): removed RPC access
|
2026-01-28 12:47:19 +01:00 |
|
|
|
4bb8e86509
|
test(e2e): raise with widget name
|
2026-01-28 10:50:52 +01:00 |
|
|
|
99176198ee
|
fix: adjust ring progress bar to ads
|
2026-01-28 10:50:52 +01:00 |
|
|
|
953760c828
|
fix(scatter_waveform): remove curve_json from the properties
|
2026-01-18 18:36:33 +01:00 |
|
|
|
24cc8c7b98
|
fix(dock_area): the old BECDockArea(pg) removed and replaces by AdvancedDockArea(ADS)
|
2026-01-16 10:56:22 +01:00 |
|
|
|
ead1d38b49
|
fix(client): abort, reset, stop button removed from RPC access
|
2026-01-05 11:25:54 +01:00 |
|
|
|
d577fac02f
|
test(scan control): avoid strict length comparisons
|
2025-12-23 13:14:28 +01:00 |
|
|
|
a006f95f21
|
test(plotting_framework_e2e): fetching history curve
|
2025-10-08 13:40:48 +02:00 |
|
|
|
108ddae6ca
|
fix(image): add support for specifying preview signals through cli
|
2025-09-23 17:01:00 +02:00 |
|
|
|
b1b6c5e6a5
|
test(ringprogressbar): extend e2e test
|
2025-09-23 16:18:33 +02:00 |
|
|
|
bf86a030a0
|
fix(bec widgets): always call cleanup of child widgets on cleanup
|
2025-07-29 14:04:24 +02:00 |
|
|
|
3fd09fceef
|
test(test_plotting_framework_e2e): added test for waveform with passing device from dev container
|
2025-07-23 08:56:52 +02:00 |
|
|
|
7484f5160c
|
fix(launch_window): number of remaining connections extended to 4
|
2025-06-23 16:06:27 +02:00 |
|
|
|
eea5f7ebbd
|
feat(curve settings): add combobox selection for device and signal
|
2025-06-22 19:39:19 +02:00 |
|
|
|
3bbb8daa24
|
fix(launch_window): number of remaining connections increase to 2 to include the ScanProgressBar
|
2025-06-22 15:32:45 +02:00 |
|
|
|
7fc85bac7f
|
feat: add a widget to edit lists in forms
|
2025-06-17 15:32:24 +01:00 |
|
|
|
d626caae3d
|
perf: replace wait with waitUntil
|
2025-06-17 15:32:24 +01:00 |
|
|
|
7c47505c5a
|
test: improve error message for widgets that are not properly cleaned up
|
2025-06-04 14:11:46 +02:00 |
|
|
|
bf172b8431
|
fix: guard plugin repo import in e2e test
|
2025-05-30 11:02:14 +02:00 |
|
|
|
05329ab50f
|
test(e2e): add tests involving plugin repo
|
2025-05-28 20:39:51 +02:00 |
|
|
|
f57950c4e3
|
test(input-widgets): add e2e tests to test widget inputs with demo config of bec.
|
2025-05-26 14:38:19 +02:00 |
|
|
|
56b6a0b8c2
|
feat: add web console
|
2025-05-17 13:34:21 +02:00 |
|
|
|
75a2780fe0
|
tests(user-interaction-e2e): add module scoped e2e tests with user interaction; closes #508
|
2025-05-06 11:28:12 +02:00 |
|
|
|
452124b528
|
chore(formatter): upgrade to black v25
|
2025-05-02 14:12:18 +02:00 |
|
|
|
e3d0d5566c
|
test: add IPython client GUI object test module with tab completion
|
2025-04-28 15:38:50 +02:00 |
|
|
|
99d76236ca
|
test: add tests for name creation of custom curves, and object name handling
|
2025-04-24 08:49:33 +02:00 |
|
|
|
113938e71a
|
test: fix rpc widgets e2e test
|
2025-04-22 21:19:37 +02:00 |
|
|
|
86647b9b7e
|
fix(rpc-base): deprecate widget_name in favor of object_name; closes #499
|
2025-04-22 21:19:37 +02:00 |
|
|
|
36dc174bfe
|
test: add function scoped rpc_widgets e2e test; closes #510
|
2025-04-22 21:19:37 +02:00 |
|
|
|
ef4a52cc17
|
fix: RPC access enabled for certain widgets.
|
2025-04-22 21:19:37 +02:00 |
|
|
|
5f27a90989
|
feat(server,launcher)!: RPC server separated with the launcher window introduced
|
2025-04-10 16:11:59 +02:00 |
|
|
|
0e276d4c09
|
refactor: add support to plot against x_data
|
2025-04-09 14:35:52 +02:00 |
|
|
|
25820a1cde
|
refactor: set downsampling to auto=True, method 'peak', activate clipToView for (Async)-Curves and fix ViewAll hook from pg.view_box menu
|
2025-04-09 14:35:52 +02:00 |
|
|
|
ca2bb4f9b4
|
feat: add loader/helper for widget plugins
|
2025-04-07 14:19:37 +02:00 |
|
|
|
378398a29b
|
test(e2e): e2e tests adjusted for new plotting framework
|
2025-04-03 16:09:33 +02:00 |
|
|
|
f76d9319bd
|
refactor(bec_figure): BECFigure removed
|
2025-04-03 16:09:33 +02:00 |
|
|
|
a5f06c8f83
|
fix: broadcast context manager to emit registry changes just once
|
2025-04-03 16:09:33 +02:00 |
|
|
|
757375f117
|
tests(bec-figure): Comment all BECFigure tests as they will be removed
|
2025-04-03 16:09:33 +02:00 |
|
|
|
5872253123
|
refactor: cleanup, fix tests and _top_level dict/windows
|
2025-04-03 16:09:33 +02:00 |
|
|
|
f3d3c9425d
|
test: fix tests for namespace updates
|
2025-04-03 16:09:33 +02:00 |
|
|
|
2ba9b4cb23
|
feat: add rpc broadcast
|
2025-04-03 16:09:33 +02:00 |
|
|
|
17f2dda977
|
test: disable test_bec_dock_rpc_e2e module, issue to fix this created #450
|
2025-04-03 16:09:33 +02:00 |
|
|
|
d211bd67ab
|
tests: fix e2e tests for namespace refactoring
|
2025-04-03 16:09:33 +02:00 |
|
|
|
0b00cd24fd
|
refactor: cleanup MR
|
2025-04-03 16:09:32 +02:00 |
|
|
|
ac3c5a38e4
|
feat!: namespace update for gui, dock_area and docks.
|
2025-04-03 16:09:32 +02:00 |
|
|
|
46b1a228be
|
fix(e2e): added wait time to flaky e2e
|
2025-02-27 10:54:36 +01:00 |
|
|
|
0fd5dd5a26
|
fix(e2e): num of elements to wait for scan fixed to steps requested in the scan
|
2025-01-14 16:47:57 +01:00 |
|
|
|
fb545eebb3
|
tests(safeslot): wait for panels to be properly rendered
|
2025-01-09 14:55:31 +01:00 |
|