Commit Graph
820 Commits
Author SHA1 Message Date
guijar_m 939f834a26 fix: formatting of stdout, stderr captured text for logger 2024-08-14 18:01:51 +02:00
wakonig_k bc2abe945f fix(server): emit heartbeat with state 2024-08-14 16:55:04 +02:00
wakonig_k ea9240d2f7 fix(rpc): use client singleton instead of dispatcher 2024-08-14 12:32:34 +02:00
wakonig_k 4d02b42f11 fix: removed qcoreapplication for polling events 2024-08-14 12:32:34 +02:00
guijar_m 198c1d1064 fix: do not shutdown client in "close"
Terminating client connections has to be done at the application level
2024-08-13 12:23:51 +02:00
wyzula_j 7aeb2b5c26 fix(curve_dialog): async curves are shown in curve dialog after addition. 2024-08-13 10:53:44 +02:00
wyzula_j d56ea95ef9 fix(waveform): async device entry is correctly passed, updated and with new scan the previous data are cleared 2024-08-13 10:53:44 +02:00
wyzula_j 98b79aac7b fix(image): image is single image mode do not raise popup error when connected twice with the same monitor 2024-08-12 11:24:08 +02:00
guijar_m 93d397759c fix: issue #292, wrong key was used to clean _slots internal dictionary 2024-08-12 10:32:35 +02:00
appel_c 0273bf4856 refactor: adjust dimensions 2024-08-08 15:11:43 +02:00
appel_c c80a7cd108 feat: add PositionerControlLine 2024-08-08 14:58:16 +02:00
wyzula_j 281633deff fix(positioner_box): icons fixed 2024-08-08 13:34:07 +02:00
appel_candwyzula_j 0d190c5c59 refactor: add button for positioner selection 2024-08-08 13:34:07 +02:00
appel_c 37aa371e7c fix: rename DeviceBox to PositionerBox, fix test for validation 2024-08-07 17:56:48 +02:00
appel_c eb54e9f788 fix: add validation for bec_lib.device.Positioner; closes #268 2024-08-07 15:45:39 +02:00
wakonig_k 99ee545e41 fix(dock): properly shut down docks and temp areas 2024-08-07 13:58:43 +02:00
wakonig_k b50b3a27e6 fix(settings): shut down settings dialog 2024-08-07 12:25:54 +02:00
wakonig_k a3d4f5ac4b fix(website): fixed teardown of website widgets 2024-08-07 11:15:14 +02:00
wakonig_k bc264975b1 fix(dock): properly shut down docks and dock areas 2024-08-07 11:00:25 +02:00
wakonig_k ad07bbf85e fix(figure): cleanup pyqtgraph 2024-08-07 10:12:49 +02:00
wyzula_j a372925fff fix(scan_group_box): Scan Spinboxes limits increased to max allowed values; setting dialog for step size and decimal precision for ScanDoubleSpinBox on right click 2024-08-07 09:47:06 +02:00
wyzula_j af86860bf3 fix(dock): docks have more recognizable red icon for closing docks 2024-08-06 19:23:31 +02:00
wakonig_kandwyzula_j 5aad401ef8 feat(themes): moved themes to bec_qthemes
This reverts commit fd6ae91993
2024-08-05 14:24:05 +02:00
wakonig_kandwyzula_j 30fef929cf fix(spinner): stop timer on close event 2024-08-05 13:54:20 +02:00
wakonig_kandwyzula_j 1f30dd73a9 fix(status_box): fix cleanup of status box 2024-08-05 13:54:20 +02:00
wakonig_kandwyzula_j 7616ca0e14 refactor(queue): refactored bec queue to inherit only from qwidget 2024-08-05 13:54:20 +02:00
appel_c dcc5fd71ee fix: fix missmatch of signal/slot in image and motormap 2024-07-29 16:05:21 +02:00
wakonig_k 995a795060 fix(widgets): fixed import for tictactoe example 2024-07-28 10:42:32 +02:00
guijar_mandwakonig_k bc1e23944c fix: use SafeSlot instead of Slot 2024-07-28 08:54:24 +02:00
guijar_mandwakonig_k a3fe20500a fix: linting 2024-07-28 08:54:24 +02:00
guijar_m 5a9ccfd1f6 fix: reset ErrorPopup singleton between tests 2024-07-26 11:58:07 +02:00
guijar_m fc57b7a126 fix: metaclass + QObject segfaults PyQt(cpp bindings) 2024-07-26 11:58:07 +02:00
appel_candwakonig_k 714e1e139e refactor: rename device_monitor to device_monitor_2d 2024-07-25 09:46:58 +02:00
wyzula_j 4457ef2147 fix(dock): custom label can be created closable 2024-07-23 22:22:16 +02:00
wyzula_j 8ca60d54b3 feat(dock): dock style sheets updated 2024-07-23 22:22:16 +02:00
wyzula_j 5696c993dc feat(general_gui): general gui added 2024-07-23 22:22:16 +02:00
wyzula_j 1206e15309 fix(device_combobox): set minimum size to 125px 2024-07-23 22:22:16 +02:00
wyzula_j 1b9c55a46a fix(status_item): icons changed to material design 2024-07-23 20:41:02 +02:00
wyzula_j f4844d2e06 fix(plugins): Qt Designer plugins icons adjusted 2024-07-23 20:41:02 +02:00
wyzula_j a16b87ac28 feat(dock_area): plugin added 2024-07-23 20:40:36 +02:00
wyzula_j cce1367a72 feat(dock_area): Added toolbar to dock area to add widgets without CLI interactions 2024-07-23 20:40:36 +02:00
wyzula_j 28f26e92a4 feat(toolbar): expandable menu actions 2024-07-23 20:40:36 +02:00
wyzula_j 1cf6e32303 fix(axis_setting): fix compatibility for issue with horizontal line for PyQt6 2024-07-23 18:17:35 +02:00
wyzula_j 7f49893d2c fix(image_widget): image_widget autorange fixed 2024-07-23 18:17:35 +02:00
wyzula_j ba0d1ea903 refactor(jupyter_console_example): added examples of standalone widgets 2024-07-23 18:17:35 +02:00
wyzula_j 43711680ba feat(image_widget): plugin added 2024-07-23 18:17:35 +02:00
wyzula_j 3d2ca4855c fix(image_widget): image widget adjusted 2024-07-23 18:17:35 +02:00
wyzula_j fe7e542b19 fix(image): only single monitor image is allowed 2024-07-23 18:17:35 +02:00
wyzula_j 501eb923f1 feat(image_widget): all toolbar actions added 2024-07-23 18:17:35 +02:00
wyzula_j c15035b6b7 fix(image): raw data are saved in image item to always have precise processing 2024-07-23 18:17:35 +02:00