|
235aabf307
|
fix(scatter): fix tab order
|
2025-06-20 08:39:28 +02:00 |
|
|
11131ef14c
|
fix: adjust height of list widget
|
2025-06-17 15:32:24 +01:00 |
|
|
5e4c129af6
|
fix: parse config on submission and reload after
|
2025-06-17 15:32:24 +01:00 |
|
|
8f4c8e45b3
|
fix: tidy up form widget formatting
|
2025-06-17 15:32:24 +01:00 |
|
|
5623547e92
|
fix: reset dict table properly
|
2025-06-17 15:32:24 +01:00 |
|
|
be73349c70
|
feat: add set form item
|
2025-06-17 15:32:24 +01:00 |
|
|
1a350c3b16
|
fix: put waiting in thread
|
2025-06-17 15:32:24 +01:00 |
|
|
138d4cabbd
|
feat: generate combobox for literal str
|
2025-06-17 15:32:24 +01:00 |
|
|
b0d03c0648
|
refactor: rename field widgets
|
2025-06-17 15:32:24 +01:00 |
|
|
a9613a07b0
|
test: add tests for config dialog
|
2025-06-17 15:32:24 +01:00 |
|
|
886964bb54
|
feat: allow editing device config from browser
|
2025-06-17 15:32:24 +01:00 |
|
|
7fc85bac7f
|
feat: add a widget to edit lists in forms
|
2025-06-17 15:32:24 +01:00 |
|
|
dea2568de3
|
fix: scale dict widget height
|
2025-06-17 15:32:24 +01:00 |
|
|
a55f561971
|
fix: pass on kwargs from PydanticModelForm
|
2025-06-17 15:32:24 +01:00 |
|
|
9ce31c9833
|
refactor: move device config form to module
|
2025-06-17 15:32:24 +01:00 |
|
|
187bf493a5
|
fix(main_window): added expiration timer for scroll label for ClientInfoMessage
|
2025-06-16 17:18:52 +02:00 |
|
|
1612933dd9
|
fix(scroll_label): updating label during scrolling is done imminently, regardless scrolling
|
2025-06-16 17:18:52 +02:00 |
|
|
0dec78afba
|
feat(main_window): main window can display the messages from the send_client_info as a scrolling horizontal text; closes #700
|
2025-06-15 12:38:56 +02:00 |
|
|
57b9a57a63
|
refactor(main_window): app id is displayed as QLabel instead of message
|
2025-06-15 12:38:56 +02:00 |
|
|
644be621f2
|
fix(main_window): central widget cleanup check to not remove None
|
2025-06-15 12:38:56 +02:00 |
|
|
f0d48a0508
|
refactor(image_roi_tree): shape switch logic adjusted to reduce code repetition
|
2025-06-13 18:20:37 +02:00 |
|
|
af8db0bede
|
feat(image_roi): added EllipticalROI
|
2025-06-13 18:20:37 +02:00 |
|
|
32fd959e67
|
fix: allow sets in generated form types
|
2025-06-13 18:16:56 +02:00 |
|
|
9f853b0864
|
fix(main_window): event filter applied on QEvent.Type.StatusTip; closes #698
|
2025-06-12 14:51:14 +02:00 |
|
|
594185dde9
|
feat(image_roi_tree): lock/unlock rois possible through the ROIPropertyTree
|
2025-06-10 17:17:31 +02:00 |
|
|
46d7e3f517
|
feat(roi): rois can be lock to be not moved by mouse
|
2025-06-10 17:17:31 +02:00 |
|
|
f9044996f6
|
fix(roi): removed roi handle adding/removing inconsistencies
|
2025-06-10 17:17:31 +02:00 |
|
|
9ef418bf55
|
fix(image_roi): coordinates are emitted correctly when handles are inverted; closes #672
|
2025-06-10 16:41:59 +02:00 |
|
|
edfac87868
|
fix(crosshair): use objectName instead of config for retrieving the monitor name
|
2025-06-05 21:06:32 +02:00 |
|
|
271116453d
|
fix(image): preview signals can be used in Image widget; update logic adjusted; closes #683
|
2025-06-05 21:06:32 +02:00 |
|
|
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 |
|
|
85705383e4
|
fix(waveform): safeguard for history data access, closes #571; removed return values "none"
|
2025-06-05 15:26:19 +02:00 |
|
|
3e2544e52a
|
fix(crosshair): emitted name from crosshair 2D is objectName of image or its id
|
2025-06-05 14:04:44 +02:00 |
|
|
718116afc3
|
fix: exclude metadata from RPC
|
2025-06-04 21:50:54 +02:00 |
|
|
2dda58f7d2
|
feat: add clickable label util
|
2025-06-04 21:50:54 +02:00 |
|
|
594912136e
|
fix: grid formatting in TypedForm
|
2025-06-04 21:50:54 +02:00 |
|
|
5188b38c86
|
feat: (#493) device browser to display config
|
2025-06-04 21:50:54 +02:00 |
|
|
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 |
|
|
e0e26c205b
|
fix(device browser): mocks and utils for tests
|
2025-06-04 21:50:54 +02:00 |
|
|
92d1d6435d
|
feat: (#493) add dict to dynamic form types
|
2025-06-04 21:50:54 +02:00 |
|
|
a25c1a8039
|
feat: (#493) add helpers to dynamic form widgets
|
2025-06-04 21:50:54 +02:00 |
|
|
7eb2f54e0e
|
fix(image layer): add layer main if it does not exist
|
2025-06-04 14:11:46 +02:00 |
|
|
92b89e7275
|
refactor(image_base): move default color map to image layer
|
2025-06-04 14:11:46 +02:00 |
|
|
a4f3117941
|
refactor(image_item): emit object name with removed signal
|
2025-06-04 14:11:46 +02:00 |
|
|
3e789ca35b
|
refactor(image_item): removed outdated image item config
|
2025-06-04 14:11:46 +02:00 |
|
|
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 |
|
|
4a343b2041
|
feat(image_layer): add default name for image layers
|
2025-06-04 14:11:46 +02:00 |
|
|
c2b0c8c433
|
refactor(image): move image item creation to layer manager
|
2025-06-04 14:11:46 +02:00 |
|
|
8a299a8268
|
refactor(image): disconnect when layer is removed
|
2025-06-04 14:11:46 +02:00 |
|
|
99ecf6a18f
|
refactor(image): removed access to image item config
|
2025-06-04 14:11:46 +02:00 |
|