1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-04-30 20:12:31 +02:00
Commit Graph

2115 Commits

Author SHA1 Message Date
wyzula_j 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
wyzula_j 57b9a57a63 refactor(main_window): app id is displayed as QLabel instead of message 2025-06-15 12:38:56 +02:00
wyzula_j 644be621f2 fix(main_window): central widget cleanup check to not remove None 2025-06-15 12:38:56 +02:00
semantic-release d07265b86d 2.14.0
Automatically generated by python-semantic-release
v2.14.0
2025-06-13 16:21:17 +00:00
wyzula_j f0d48a0508 refactor(image_roi_tree): shape switch logic adjusted to reduce code repetition 2025-06-13 18:20:37 +02:00
wyzula_j af8db0bede feat(image_roi): added EllipticalROI 2025-06-13 18:20:37 +02:00
semantic-release 0ae4b652a4 2.13.2
Automatically generated by python-semantic-release
v2.13.2
2025-06-13 16:17:37 +00:00
perl_d 32fd959e67 fix: allow sets in generated form types 2025-06-13 18:16:56 +02:00
semantic-release 73b1886bb8 2.13.1
Automatically generated by python-semantic-release
v2.13.1
2025-06-12 12:51:59 +00:00
wyzula_j 9f853b0864 fix(main_window): event filter applied on QEvent.Type.StatusTip; closes #698 2025-06-12 14:51:14 +02:00
semantic-release 18636e723a 2.13.0
Automatically generated by python-semantic-release
v2.13.0
2025-06-10 15:18:29 +00:00
wyzula_j 594185dde9 feat(image_roi_tree): lock/unlock rois possible through the ROIPropertyTree 2025-06-10 17:17:31 +02:00
wyzula_j 46d7e3f517 feat(roi): rois can be lock to be not moved by mouse 2025-06-10 17:17:31 +02:00
wyzula_j f9044996f6 fix(roi): removed roi handle adding/removing inconsistencies 2025-06-10 17:17:31 +02:00
semantic-release 03474cf7f7 2.12.4
Automatically generated by python-semantic-release
v2.12.4
2025-06-10 14:42:40 +00:00
wyzula_j 9ef418bf55 fix(image_roi): coordinates are emitted correctly when handles are inverted; closes #672 2025-06-10 16:41:59 +02:00
wakonig_k b3ce68070d ci: add stale issue job 2025-06-06 14:48:10 +02:00
semantic-release 784b54af6e 2.12.3
Automatically generated by python-semantic-release
v2.12.3
2025-06-05 19:07:20 +00:00
wakonig_k 3740ac8e32 build: update min dependency of bec to 3.38 2025-06-05 21:06:32 +02:00
wakonig_k edfac87868 fix(crosshair): use objectName instead of config for retrieving the monitor name 2025-06-05 21:06:32 +02:00
wyzula_j 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_j 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
semantic-release 392ddf9d1a 2.12.2
Automatically generated by python-semantic-release
v2.12.2
2025-06-05 13:27:05 +00:00
wyzula_j 85705383e4 fix(waveform): safeguard for history data access, closes #571; removed return values "none" 2025-06-05 15:26:19 +02:00
semantic-release 224863569f 2.12.1
Automatically generated by python-semantic-release
v2.12.1
2025-06-05 12:07:35 +00:00
wyzula_j 3e2544e52a fix(crosshair): emitted name from crosshair 2D is objectName of image or its id 2025-06-05 14:04:44 +02:00
semantic-release 4d5daf6557 2.12.0
Automatically generated by python-semantic-release
v2.12.0
2025-06-04 19:51:34 +00:00
perl_d 718116afc3 fix: exclude metadata from RPC 2025-06-04 21:50:54 +02:00
perl_d 2dda58f7d2 feat: add clickable label util 2025-06-04 21:50:54 +02:00
perl_d 594912136e fix: grid formatting in TypedForm 2025-06-04 21:50:54 +02:00
perl_d 5188b38c86 feat: (#493) device browser to display config 2025-06-04 21:50:54 +02:00
perl_d 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_d e0e26c205b fix(device browser): mocks and utils for tests 2025-06-04 21:50:54 +02:00
perl_d 92d1d6435d feat: (#493) add dict to dynamic form types 2025-06-04 21:50:54 +02:00
perl_d a25c1a8039 feat: (#493) add helpers to dynamic form widgets 2025-06-04 21:50:54 +02:00
semantic-release fed068f857 2.11.0
Automatically generated by python-semantic-release
v2.11.0
2025-06-04 12:12:27 +00:00
wakonig_k 7eb2f54e0e fix(image layer): add layer main if it does not exist 2025-06-04 14:11:46 +02:00
wakonig_k 92b89e7275 refactor(image_base): move default color map to image layer 2025-06-04 14:11:46 +02:00
wakonig_k a4f3117941 refactor(image_item): emit object name with removed signal 2025-06-04 14:11:46 +02:00
wakonig_k 3e789ca35b refactor(image_item): removed outdated image item config 2025-06-04 14:11:46 +02:00
wakonig_k 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_k 4a343b2041 feat(image_layer): add default name for image layers 2025-06-04 14:11:46 +02:00
wakonig_k c2b0c8c433 refactor(image): move image item creation to layer manager 2025-06-04 14:11:46 +02:00
wakonig_k 8a299a8268 refactor(image): disconnect when layer is removed 2025-06-04 14:11:46 +02:00
wakonig_k 99ecf6a18f refactor(image): removed access to image item config 2025-06-04 14:11:46 +02:00
wakonig_k 4c0bd977fc fix(image_item): do not disconnect the monitor from within the image item 2025-06-04 14:11:46 +02:00
wakonig_k 7c47505c5a test: improve error message for widgets that are not properly cleaned up 2025-06-04 14:11:46 +02:00
wakonig_k e211e4d716 fix(image item): propagate remove call to parent class 2025-06-04 14:11:46 +02:00
wakonig_k 10f292def9 refactor(image): introduce image base and image layer; rename vrange to v_range 2025-06-04 14:11:46 +02:00
semantic-release d111ded737 2.10.3
Automatically generated by python-semantic-release
v2.10.3
2025-06-04 09:00:59 +00:00