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

197 Commits

Author SHA1 Message Date
wyzula-jan ca099eced3 refactor: DoubleValidationDelegate moved to qt_utils 2023-09-06 10:37:38 +02:00
wyzula-jan be1bd81d60 fix: added float validator to the table 2023-09-06 10:33:59 +02:00
wyzula-jan 9d83a455e8 fix: table bug, when deleted multiple rows 2023-09-06 10:02:13 +02:00
wyzula-jan 63e6d61c2e fix: table bug, when user deleted row and wanted to go to the previous position 2023-09-06 09:55:18 +02:00
wyzula-jan 9beaa8f8cf refactor: sync_step_sizes generalised to one function 2023-09-05 16:29:30 +02:00
wyzula-jan aede1988ec refactor: change_step_size generalised to one function 2023-09-05 16:21:15 +02:00
wyzula-jan 16ab746f54 feat: step for x and y can be linked or separated 2023-09-05 16:15:05 +02:00
wyzula-jan b9920f3b6c refactor: init_ui separated into multiple sections for each ui functionality 2023-09-05 15:47:54 +02:00
wyzula-jan 6324199299 feat: user can choose if to save coordinates when moving to absolute coordinates 2023-09-05 15:13:56 +02:00
wyzula-jan b7a1b8bca1 fix: bec_config initialisation by command line argument 2023-09-05 14:46:41 +02:00
semantic-release c456bd7120 0.14.1
Automatically generated by python-semantic-release
v0.14.1
2023-09-05 10:13:36 +00:00
wyzula-jan d854fa611a Merge remote-tracking branch 'origin/master' 2023-09-05 12:11:39 +02:00
wyzula-jan 3c74fa59b7 fix: gui default tab changed to coordinates table 2023-09-05 12:11:26 +02:00
semantic-release 701a38e2f0 0.14.0
Automatically generated by python-semantic-release
v0.14.0
2023-09-05 10:03:06 +00:00
wyzula-jan f67bb9a940 Merge branch 'motor_marks' 2023-09-05 12:01:21 +02:00
wyzula-jan 5b30dfd43f fix: motor position points can be switched on/off if points were deleted 2023-09-05 12:00:55 +02:00
wyzula-jan 84155d2264 feat: enable gui button, in the case that motor movement is not finished 2023-09-05 11:56:03 +02:00
wyzula-jan 3fb8651dd5 fix: highlight disapear with new motor 2023-09-05 11:50:18 +02:00
wyzula-jan fb105513e5 fix: new points do not make invisible points visible again 2023-09-05 11:34:45 +02:00
wyzula-jan a178c434b1 fix: checkbox visibility toggle is working. 2023-09-05 11:28:47 +02:00
wyzula-jan c32e95a57d fix: saved coordinates can be removed from table and from the map again 2023-09-05 11:25:10 +02:00
wyzula-jan 0ca665a1e9 feat: saved coordinates are shown on the map 2023-09-05 11:19:14 +02:00
semantic-release 1ecbf20715 0.13.0
Automatically generated by python-semantic-release
v0.13.0
2023-09-05 09:09:32 +00:00
wyzula-jan 8de08cf9cc fix: spinbox limits in ui file 2023-09-05 11:07:19 +02:00
wyzula-jan 9228e5aea3 feat: crosshair highlight at motor position 2023-09-05 10:43:23 +02:00
wyzula-jan e9ef1e315b feat: increase step size double with key bindings 2023-09-05 10:35:14 +02:00
wyzula-jan 172ccc6905 fix: precision updated correctly 2023-09-05 10:23:32 +02:00
wyzula-jan 5d6a328728 feat: go, set, save current coordinates and keyboard shortcuts 2023-09-05 10:04:22 +02:00
semantic-release 83bd86e020 0.12.0
Automatically generated by python-semantic-release
v0.12.0
2023-09-04 13:19:10 +00:00
wyzula-jan 0f74782d74 Merge branch 'motor_dispatcher_migration' 2023-09-04 15:17:45 +02:00
wyzula-jan bf93b02cdc fix: error message if motor do not have limits attribute 2023-09-04 15:17:28 +02:00
wyzula-jan 4afaa1b0ce docs: added documentation to all classes and methods 2023-09-04 15:16:32 +02:00
wyzula-jan 1a67758470 feat: config from .yaml file 2023-09-04 14:21:35 +02:00
wyzula-jan 34212d4d45 feat: removal of motor configurations from user 2023-09-04 13:43:03 +02:00
wyzula-jan 3c5f90e0e3 refefactor: motor_by_string removed, motor names passed directly to dev[motor_name] 2023-09-04 11:28:24 +02:00
semantic-release 5fad25286c 0.11.0
Automatically generated by python-semantic-release
v0.11.0
2023-09-04 08:56:32 +00:00
wyzula-jan 359f9e37d2 Merge branch 'extreme_tweaking' 2023-09-04 10:55:19 +02:00
wyzula-jan 8e7885f36d fix: user selected colors are preserved with the new scan 2023-09-04 10:54:59 +02:00
wyzula-jan 6d2e1c9d08 fix: colorbutton change now symbols as well 2023-09-01 10:40:07 +02:00
wyzula-jan 2c6719cf39 feat: colorbutton next to each curve in the table to be able to set up colors 2023-09-01 10:39:09 +02:00
semantic-release 14f54da852 0.10.0
Automatically generated by python-semantic-release
v0.10.0
2023-09-01 08:17:36 +00:00
wyzula-jan 8ad7ad23ae Merge branch 'four_window_app' 2023-09-01 10:16:31 +02:00
wyzula-jan 0ebe35ac7a docs: updated documentation and TODOs 2023-09-01 10:16:07 +02:00
wyzula-jan aac6e172f6 fix: check if num_columns is not higher that actual number of plots 2023-09-01 09:41:32 +02:00
wyzula-jan e527353974 feat: load and export configuration into .yaml from GUI 2023-09-01 09:38:32 +02:00
wyzula-jan fbd71c1313 fix: add max number of columns according to the number of plots 2023-09-01 09:24:36 +02:00
wyzula-jan 583e643dac fix: more specific error messages 2023-09-01 01:19:00 +02:00
wyzula-jan 415c4ee3f2 feat: error messages if name or entry is wrong 2023-09-01 01:15:19 +02:00
wyzula-jan 96a88d2315 refactor: changed the .yaml structure and the logic of the whole app how to access 2023-09-01 00:59:11 +02:00
wyzula-jan 1a06dd7534 refactor: moved colormap related static methods to qt_utils colors.py 2023-08-31 21:52:45 +02:00