Commit Graph
1332 Commits
Author SHA1 Message Date
wakonig_kandJan Wyzula edfac87868 fix(crosshair): use objectName instead of config for retrieving the monitor name 2025-06-05 21:06:32 +02:00
wyzula_jandJan Wyzula 271116453d fix(image): preview signals can be used in Image widget; update logic adjusted; closes #683 2025-06-05 21:06:32 +02:00
wyzula_jandJan Wyzula 12f5233745 fix(device_combobox): tuple entries of preview signals are checked in DeviceComboBoxes just for the relevant device 2025-06-05 21:06:32 +02:00
wyzula_jandJan Wyzula 85705383e4 fix(waveform): safeguard for history data access, closes #571; removed return values "none" 2025-06-05 15:26:19 +02:00
wyzula_jandJan Wyzula 3e2544e52a fix(crosshair): emitted name from crosshair 2D is objectName of image or its id 2025-06-05 14:04:44 +02:00
perl_dandDavid Perl 718116afc3 fix: exclude metadata from RPC 2025-06-04 21:50:54 +02:00
perl_dandDavid Perl 2dda58f7d2 feat: add clickable label util 2025-06-04 21:50:54 +02:00
perl_dandDavid Perl 594912136e fix: grid formatting in TypedForm 2025-06-04 21:50:54 +02:00
perl_dandDavid Perl 5188b38c86 feat: (#493) device browser to display config 2025-06-04 21:50:54 +02:00
perl_dandDavid Perl a10e6f7820 fix: make generate plugin robust to multiline init
instead of str.find, use multiline regex with whitespace
2025-06-04 21:50:54 +02:00
perl_dandDavid Perl e0e26c205b fix(device browser): mocks and utils for tests 2025-06-04 21:50:54 +02:00
perl_dandDavid Perl 92d1d6435d feat: (#493) add dict to dynamic form types 2025-06-04 21:50:54 +02:00
perl_dandDavid Perl a25c1a8039 feat: (#493) add helpers to dynamic form widgets 2025-06-04 21:50:54 +02:00
wakonig_kandKlaus Wakonig 7eb2f54e0e fix(image layer): add layer main if it does not exist 2025-06-04 14:11:46 +02:00
wakonig_kandKlaus Wakonig 92b89e7275 refactor(image_base): move default color map to image layer 2025-06-04 14:11:46 +02:00
wakonig_kandKlaus Wakonig a4f3117941 refactor(image_item): emit object name with removed signal 2025-06-04 14:11:46 +02:00
wakonig_kandKlaus Wakonig 3e789ca35b refactor(image_item): removed outdated image item config 2025-06-04 14:11:46 +02:00
wakonig_kandKlaus Wakonig 92dade0950 refactor(image_base): renamed layers to layer_manager and added public methods for accessing the layer manager 2025-06-04 14:11:46 +02:00
wakonig_kandKlaus Wakonig 4a343b2041 feat(image_layer): add default name for image layers 2025-06-04 14:11:46 +02:00
wakonig_kandKlaus Wakonig c2b0c8c433 refactor(image): move image item creation to layer manager 2025-06-04 14:11:46 +02:00
wakonig_kandKlaus Wakonig 8a299a8268 refactor(image): disconnect when layer is removed 2025-06-04 14:11:46 +02:00
wakonig_kandKlaus Wakonig 99ecf6a18f refactor(image): removed access to image item config 2025-06-04 14:11:46 +02:00
wakonig_kandKlaus Wakonig 4c0bd977fc fix(image_item): do not disconnect the monitor from within the image item 2025-06-04 14:11:46 +02:00
wakonig_kandKlaus Wakonig e211e4d716 fix(image item): propagate remove call to parent class 2025-06-04 14:11:46 +02:00
wakonig_kandKlaus Wakonig 10f292def9 refactor(image): introduce image base and image layer; rename vrange to v_range 2025-06-04 14:11:46 +02:00
wyzula_jandJan Wyzula 2d0ed94f3f fix(color_button_native): popup logic to choose color moved to ColorButtonNative 2025-06-04 11:00:21 +02:00
perl_dandJan Wyzula 1df6c1925b fix: remove unnecessary PySide imports 2025-06-03 13:56:35 +02:00
wyzula_jandJan Wyzula cd4e90a79f fix(console): qt console widget deleted 2025-06-02 20:36:51 +02:00
wyzula_jandJan Wyzula d0c1ac0cf5 feat(waveform): large async dataset warning popup 2025-06-02 15:50:41 +02:00
wyzula_jandJan Wyzula f90150d1c7 fix(waveform): waveform only update async data when scan is currently running 2025-06-02 15:50:41 +02:00
wyzula_jandJan Wyzula 91126168b6 fix(log_panel): removed lambda callback method 2025-05-30 15:03:08 +02:00
wakonig_kandJan Wyzula 7322cd194f fix: move log panel to bec connector and add rate limiter 2025-05-30 15:03:08 +02:00
perl_dandJan Wyzula d9dc60ee99 fix: logpanel error cycle 2025-05-30 15:03:08 +02:00
perl_dandJan Wyzula 12f8c82eb5 fix: make registry update log message debug level 2025-05-30 13:26:40 +02:00
perl_dandJan Wyzula 822e7d06ff feat: (#569) add signal label widget
add a widget which shows the current value of a signal from BEC.
configurable with many properties in designer. intended for use mainly
in static GUIs.
2025-05-30 13:13:55 +02:00
perl_dandJan Wyzula 91195ae0fd fix(DeviceSignalInput): improve robustness
use set for storing filter properties to allow multiple set to true or
false
2025-05-30 13:13:55 +02:00
perl_dandJan Wyzula a6c5c21afa style: typing in bec_dispatcher 2025-05-30 13:13:55 +02:00
wyzula_jandJan Wyzula c8128faf79 fix(crosshair): label decimal precision is dynamically scaled with the plot zoom; API of all affected widgets adjusted; option added to PlotBase; closes #637 2025-05-30 13:00:18 +02:00
perl_dandDavid Perl b225a7cc90 refactor: store modules with widget search 2025-05-28 13:05:28 +02:00
wyzula_jandJan Wyzula 0bdd4e86a2 fix(image_roi): rois are invertible by default, fixes resizing bug when adding from ROI manager 2025-05-27 16:43:22 +02:00
wyzula_jandJan Wyzula ada0977a1b fix(launch_window): font and tile size fixed across OSs, closes #607 2025-05-27 16:33:36 +02:00
wakonig_kandKlaus Wakonig 4f69f5da45 refactor(toolbar): add warning if no parent is provided as it may lead to segfaults 2025-05-26 15:05:06 +02:00
wakonig_kandKlaus Wakonig d8547c7a56 fix(ImageProcessing): use target widget as parent 2025-05-26 15:05:06 +02:00
wakonig_kandKlaus Wakonig 3484507c75 feat(plot_base): add option to specify units 2025-05-26 15:05:06 +02:00
wakonig_kandKlaus Wakonig 8abebb7286 refactor(server): minor cleanup of imports 2025-05-26 15:05:06 +02:00
appel_candJan Wyzula 1a4eb1db67 fix(signal-combobox): bug fix in signal combobox that crashed upon switching from device to signal input 2025-05-26 14:38:19 +02:00
appel_candJan Wyzula f57950c4e3 test(input-widgets): add e2e tests to test widget inputs with demo config of bec. 2025-05-26 14:38:19 +02:00
appel_candJan Wyzula a8811c9d91 refactor: add rpc interface to signal_line_edit/combobox; add user access methods 2025-05-26 14:38:19 +02:00
appel_candJan Wyzula ec740d31fd fix(signal-line-edit): fix signal_line_edit validity check; closes #610 2025-05-26 14:38:19 +02:00
wyzula_jandJan Wyzula ce88787e88 feat(image): roi plots with crosshair cuts added 2025-05-26 14:22:51 +02:00