Commit Graph
1534 Commits
Author SHA1 Message Date
wyzula_jandJan Wyzula bb3cea7fe8 fix(waveform): async_readback can accept 0D data 2025-11-14 15:12:14 +01:00
wyzula_jandJan Wyzula 198684c65d feat(waveform): dap curve can be attached to custom and history curves 2025-11-10 20:27:31 +01:00
wyzula_jandJan Wyzula d5e6f095fe refactor(plot_base): consolidated user access for the PlotBase 2025-11-05 22:42:57 +01:00
wyzula_jandJan Wyzula b10efc0f40 feat(plot_base): invert x/y axis 2025-11-05 22:42:57 +01:00
wakonig_kandKlaus Wakonig 13a9175ba5 feat: add pdf viewer widget 2025-10-30 08:58:11 +01:00
wyzula_jandJan Wyzula 6bc1c3c5f1 fix(rpc_server): raise window, even if minimized 2025-10-28 15:47:37 +01:00
wyzula_jandJan Wyzula 1e19092319 feat(positioner_box_2d): added properties to enable/disable vertical and horizontal controls 2025-10-21 15:16:24 +02:00
wyzula_jandJan Wyzula 96664c3923 feat(image_roi): enhance get_coordinates to include rectangle center and dimensions 2025-10-21 15:16:01 +02:00
wyzula_jandJan Wyzula ef27de40ce fix(image_roi): delete button added to compact version 2025-10-15 12:35:51 +02:00
wyzula_jandJan Wyzula 37df95ead8 fix(image_roi): rois can be removed with right click context menu 2025-10-15 12:35:51 +02:00
wyzula_jandJan Wyzula c87a6cfce9 feat(image_roi_tree): compact mode added 2025-10-15 12:35:51 +02:00
wakonig_kandKlaus Wakonig 3d807eaa63 refactor(serializer): upgrade to new serializer interface 2025-10-13 16:11:47 +02:00
wyzula_jandJan Wyzula d681ba538b fix(waveform): cleanup of scan_history dialog if not closed manually before widget 2025-10-08 13:40:48 +02:00
wyzula_jandJan Wyzula 2bf489600e fix(waveform): safeguard for _scan_history_closed 2025-10-08 13:40:48 +02:00
wyzula_jandJan Wyzula 7e88a002b6 fix(waveform): safeguard for if scan_item is a list 2025-10-08 13:40:48 +02:00
wyzula_jandJan Wyzula 20a59af648 fix(curve_tree): scans are always fetched by scan ids 2025-10-08 13:40:48 +02:00
wyzula_jandJan Wyzula 540cfc37be fix(waveform): safeguard added to the fetching history data 2025-10-08 13:40:48 +02:00
wyzula_jandJan Wyzula e59f27a22d fix(waveform): if scan id and scan number is provided, the scan is fetched from the scan id 2025-10-08 13:40:48 +02:00
wyzula_jandJan Wyzula df8065ea40 fix(curve_tree): safeguard fetching scan numbers from BEC client 2025-10-08 13:40:48 +02:00
wyzula_jandJan Wyzula 8111a4a21b fix(curve_tree): fetching scan numbers directly from the bec client 2025-10-08 13:40:48 +02:00
wyzula_jandJan Wyzula 962ab774e6 fix(waveform): fetching scan number is not done from list but from .get_by_scan_number 2025-10-08 13:40:48 +02:00
wyzula_jandJan Wyzula db7dd4f8d4 fix(waveform): x_data checked with is scalar instead of len() 2025-10-08 13:40:48 +02:00
wyzula_jandJan Wyzula f083dff612 feat(waveform): new type of curve - history curve 2025-10-08 13:40:48 +02:00
wyzula_jandJan Wyzula 4be70580a6 refactor(waveform): separate method to fetch scan item from history 2025-10-08 13:40:48 +02:00
wyzula_jandJan Wyzula d19001c94e fix(waveform): update x suffix label with x property change, do not wait for next update cycle 2025-10-08 13:40:48 +02:00
wakonig_kandKlaus Wakonig 50696bce4c fix: explicitly pass the cached readout flag 2025-10-07 10:59:22 +02:00
wyzula_jandJan Wyzula 565c0bd1e7 feat(rpc_base): windows can be raised to front from CLI 2025-09-24 11:27:47 -05:00
wakonig_kandJan Wyzula 975404f483 fix(rpc): fix hide/show 2025-09-24 11:27:47 -05:00
wakonig_kandKlaus Wakonig 108ddae6ca fix(image): add support for specifying preview signals through cli 2025-09-23 17:01:00 +02:00
wakonig_kandKlaus Wakonig 65bc5f5421 fix(ringprogressbar): fix client signature 2025-09-23 16:18:33 +02:00
wakonig_kandKlaus Wakonig 475ca9f2d8 fix(connector): only flush pending events 2025-09-23 16:18:33 +02:00
wakonig_kandKlaus Wakonig bbb5fc6ce1 fix(ringprogressbar): various fixes and improvements 2025-09-23 16:18:33 +02:00
perl_dandDavid Perl 3e339348dd chore: deprecate 3.10, add 3.13 2025-09-15 13:48:32 +02:00
wyzula_jandJan Wyzula 0a24ac2c40 fix(waveform):autorange on scan_status 2025-09-11 16:59:35 +02:00
wyzula_jandJan Wyzula 4dc4ede1d2 fix(plot_base): crosshair items are excluded from visible curves and from auto_range 2025-09-11 16:59:35 +02:00
wyzula_jandJan Wyzula 556832fd48 fix(waveform): changing curve visibility refresh markers 2025-09-11 16:59:35 +02:00
wyzula_jandJan Wyzula 72b6f74252 fix(crosshair): ignore fetching data and markers from invisible items 2025-09-11 16:59:35 +02:00
wyzula_jandJan Wyzula b703b37bbd fix(plot_base): visible items injected into plot item 2025-09-11 16:59:35 +02:00
appel_candChristian Appel 6e05157abb feat(device_manager): DeviceManager view of config session 2025-08-19 17:11:24 +02:00
wakonig_kandKlaus Wakonig 1bec9bd9b2 feat: add explorer widget 2025-08-19 16:51:38 +02:00
wakonig_kandKlaus Wakonig f2e5a85e61 feat(scan control): add support for literals 2025-08-18 12:44:29 +02:00
wyzula_jandJan Wyzula 926d722955 feat(property_manager): property manager widget 2025-08-14 09:16:04 +02:00
perl_dandDavid Perl f4af6ebc5f fix: use better source for plugin repo name 2025-08-07 15:39:07 +02:00
perl_dandDavid Perl a923f12c97 feat: autoformat compiled file and add docs 2025-08-07 15:39:07 +02:00
perl_dandDavid Perl a5a7607a83 tests: add tests for widget creator 2025-08-07 15:39:07 +02:00
perl_dandDavid Perl 9de548446b fix: plugin widget import machinery
- lazy import client so plugin widgets can import BECWidgets which use
  it indirectly
- exclude classes originating from bec_widgets core from plugin
  discovery
- better errors
2025-08-07 15:39:07 +02:00
perl_dandDavid Perl 49ac7decf7 feat(plugin manager): add cli commands 2025-08-07 15:39:07 +02:00
appel_candChristian Appel 50c84a766a refactor(scan-history): add spinner for loading time of history 2025-07-31 13:09:47 +02:00
appel_candChristian Appel d22a3317ba refactor: use client callback for scan history reload 2025-07-31 13:09:47 +02:00
appel_candChristian Appel 6df1d0c31f fix(scan-history-view): account for async loading of scan history 2025-07-31 13:09:47 +02:00