Commit Graph
654 Commits
Author SHA1 Message Date
wyzula_jandJan Wyzula afd8c9c07c feat(scan_control): add select all and clear buttons to scan filter dialog 2026-08-04 14:51:32 +02:00
wyzula_jandJan Wyzula f30ab7b164 fix(scan_control): preserve configured default scan and label filter button 2026-08-04 14:51:32 +02:00
wyzula_jandJan Wyzula e06232ee21 feat(scan_control): add scan filter and docstring info dialogs 2026-08-04 14:51:32 +02:00
wyzula_jandJan Wyzula 2c7437142c fix(logpanel): keep the log queue out of the RPC registry and tear it down with the last panel 2026-08-04 12:11:00 +02:00
wyzula_jandJan Wyzula 532a8858cd feat(logpanel): replace the level threshold dropdown with a checkable include-list 2026-08-04 12:11:00 +02:00
wyzula_jandJan Wyzula 16a178f539 feat(logpanel): add a font_size property for scaling the log table text 2026-08-04 12:11:00 +02:00
wyzula_jandJan Wyzula 270b4829bc fix(logpanel): lay out the time range dialog properly and prefill the active range 2026-08-04 12:11:00 +02:00
wyzula_jandJan Wyzula 327b2fdd85 feat(logpanel): redesign toolbar, filtering, detail pane, and tailing affordances 2026-08-04 12:11:00 +02:00
wyzula_jandJan Wyzula b895050943 perf(logpanel): rework pipeline with incremental model updates and ingest-time record flattening 2026-08-04 12:11:00 +02:00
wyzula_jandJan Wyzula 961562616e fix(connector): register the exit handler only when it is wired to aboutToQuit 2026-07-29 16:35:49 +02:00
wyzula_jandJan Wyzula 6c9381fe6f fix(shutdown): correct client/dispatcher teardown ordering and run cleanup on all close paths 2026-07-29 16:35:49 +02:00
wyzula_jandJan Wyzula e07409ca1b fix(rpc): isolate broadcast callbacks and retry delivery after failures 2026-07-29 15:56:59 +02:00
wyzula_jandJan Wyzula f29632bfd6 perf(rpc): skip registry broadcasts when nothing changed 2026-07-29 15:56:59 +02:00
wyzula_jandJan Wyzula 5fd300d403 fix(rpc): weak, deduplicated registry callbacks with owner-safe lifecycle 2026-07-29 15:56:59 +02:00
wyzula_jandJan Wyzula dc9b8497e5 fix(rpc): release dispatcher slot and registry callback on server shutdown 2026-07-29 15:56:59 +02:00
wakonig_k 72c007611b test: adapt to simplified device info 2026-07-28 13:06:58 +02:00
wyzula_jandJan Wyzula b7d2194488 test(lifecycle): cover all destruction paths, owner-bound lambdas, and the dead-slot sweep 2026-07-24 16:34:14 +02:00
wyzula_jandJan Wyzula 70a32dee4f refactor: replace deprecated bec_lib connector internals 2026-07-24 16:34:14 +02:00
wyzula_jandJan Wyzula dc69265a69 test(spinner): remove snap_and_compare tests 2026-07-24 13:48:03 +02:00
wyzula_jandJan Wyzula 3ba078ea5b build: support PySide6 6.11.1, pyqtgraph 0.14 and PySide6-QtAds 5.0.0, remove force x11 on Linux 2026-07-24 13:48:03 +02:00
wyzula_jandJan Wyzula 3c6b82dceb test: start mocked client with no current scan to prevent mock leakage into scan_item 2026-07-24 10:16:52 +02:00
wyzula_jandJan Wyzula a6e66a902b fix(dock_area): fix hiding title window for the first dock after second is added, countering the logic of QtADS DockContainerWidgetPrivate::addDockAreasToList code 2026-07-23 09:00:52 +02:00
wyzula_jandJan Wyzula 775aedc2ab fix(qt): correct SafeConnect double execution, stale connections, and SafeSlot override leakage 2026-07-22 10:11:00 +02:00
wyzula_jandJan Wyzula 3fb35882bb fix(widgets): remove theme_update kwarg; every BECWidget follows theme changes 2026-07-22 09:11:24 +02:00
appel_candJan Wyzula 02628d9aed fix: Skip plugin manager tests 2026-07-16 13:49:11 +02:00
appel_candJan Wyzula ffca33ad82 refactor: wait for crosshair to be visible 2026-07-16 13:49:11 +02:00
appel_candJan Wyzula a87e768b65 fix(image): fix crosshair intensity and roi slices for rgb image inputs 2026-07-16 13:49:11 +02:00
appel_candJan Wyzula 99f6e0b3dc fix(crosshair): fix crosshair label for rgb 2026-07-16 13:49:11 +02:00
wyzula_jandJan Wyzula 170a9c0b1d fix(plot_base): preserve fractional values when setting ranges from tuples 2026-07-16 13:45:30 +02:00
wyzula_jandJan Wyzula b77649954f fix(image): custom colorbar histogram with a custom right-click menu for better UX 2026-07-16 13:45:30 +02:00
wakonig_k 70b8022648 fix(ide-explorer): enhance file selection behavior across scripts and macros 2026-07-14 16:59:40 +02:00
wakonig_k e4159b9787 fix(ide-explorer): add tooltips for scripts and macros sections with help popups 2026-07-14 16:59:40 +02:00
wakonig_k cfa38e549f fix: replace custom tree with builtin filebrowser 2026-07-14 16:59:40 +02:00
wyzula_jandJan Wyzula 9c6fa74f65 fix(image): guard layer access during/after teardown 2026-07-14 12:53:04 +02:00
wyzula_jandJan Wyzula c1ea65f7f9 fix(image): guard shape/dtype edge cases in the data path 2026-07-14 12:53:04 +02:00
wyzula_jandJan Wyzula aca13fb305 fix(image): prevent log-scale crash from non-finite color levels 2026-07-14 12:53:04 +02:00
wyzula_jandJan Wyzula 53b21725fd feat(heatmap): scan history plotting via browser popup and settings scan selection 2026-07-10 15:56:56 +02:00
wyzula_jandJan Wyzula d2b5c74204 refactor(curve_tree): use shared scan index combobox 2026-07-10 15:56:56 +02:00
wyzula_jandJan Wyzula 567b10c137 feat(utility): add scan index combobox widget 2026-07-10 15:56:56 +02:00
wyzula_jandJan Wyzula 5b1dd82c1b feat(ring_progress_bar): add set_progress_state for one-call ring + label updates 2026-07-10 14:54:10 +02:00
wyzula_jandJan Wyzula e013078976 feat(crosshair): update labels and ROI profiles on image changes 2026-07-10 14:48:01 +02:00
wyzula_jandJan Wyzula e3bb7f8368 feat(crosshair): pin crosshair has Intensity label for 2D 2026-07-10 14:48:01 +02:00
wyzula_jandJan Wyzula 4a6c351be3 feat(crosshair): restore frozen ROI profiles when a pin is re-adopted 2026-07-10 14:48:01 +02:00
wyzula_jandJan Wyzula 41c01e6612 feat(crosshair): keep the pin across data/scan resets 2026-07-10 14:48:01 +02:00
wyzula_jandJan Wyzula 34e432e0ed feat(crosshair): keep the pinned marker when the crosshair is toggled off 2026-07-10 14:48:01 +02:00
wyzula_jandJan Wyzula d6445ce462 feat(crosshair): add click-to-pin marker with frozen ROI profiles 2026-07-10 14:48:01 +02:00
wyzula_jandJan Wyzula 65d0b50bbb feat(dock_area): add ScanProgressBar to Utils selection menu 2026-07-10 14:04:22 +02:00
wakonig_kandJan Wyzula 4d90869ec2 feat: add feedback dialog 2026-07-09 14:25:38 +02:00
wakonig_kandChristian Appel bcc39400e7 feat(qtermwidget): add clipboard shortcuts for copy and paste functionality 2026-07-09 11:30:37 +02:00
wyzula_jandJan Wyzula cd2141b27c fix(scan_control): box cleanups 2026-07-08 16:59:07 +02:00