0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

2219 Commits

Author SHA1 Message Date
6061b3150e fix: monitor.py change import of ConfigDialog from relative to absolute in order to make BECPlotter be able to open it 2024-01-09 12:32:45 +01:00
3982c5d498 refactor: config_dialog.py refactored to accept new config formatting 2024-01-08 16:31:56 +01:00
404ca49821 refactor: modular_app.py configs changed to new format 2024-01-08 16:17:14 +01:00
6e4775a124 feat: monitor.py can access custom data send through redis 2024-01-08 15:23:39 +01:00
5ab82bc133 fix: monitor_config_validator.py changed to check .describe() instead of signals 2023-12-21 16:59:02 +01:00
00ef3ae925 fix: monitor.py fixed not updating config changes after receiving refresh from BECPlotter 2023-12-18 15:42:10 +01:00
90d8069cc3 test: test_validator_errors.py fixed 2023-12-15 19:05:38 +01:00
457567ef74 test: test_bec_monitor.py fixed 2023-12-15 18:28:29 +01:00
1128ca5252 refactor: monitor.py clean up 2023-12-15 13:49:08 +01:00
86c5f25205 fix: monitor_config_validator.py valid color is Literal['black','white'] 2023-12-15 13:19:16 +01:00
a706da2490 fix: monitor.py fixed scan mode 2023-12-15 13:12:05 +01:00
d67bdd2616 fix: motor_config_validation changed to new monitor config structure 2023-12-14 14:01:28 +01:00
c3f2ad45c3 refactor: monitor.py data for scan segment are only accessed through queue.scan_storage 2023-12-13 10:30:58 +01:00
26c07c3205 feat: monitor.py access data directly from scan storage 2023-12-13 09:37:45 +01:00
c995e0d235 refactor: monitor.py config hierarchy refactor for source (can be 'scan_segment','history', 'redis') 2023-12-13 09:37:45 +01:00
463a60a99c refactor: monitor.py on_scan_segment old logic separated from on_scan_segment function 2023-12-13 09:37:21 +01:00
98a46a85b2 0.34.1
Automatically generated by python-semantic-release
v0.34.1
2023-12-12 19:20:19 +00:00
186c42d667 fix: formatter and tests fixed 2023-12-12 18:24:38 +01:00
f3a47a5b08 refactor: repo reorganisation 2023-12-12 17:26:28 +01:00
af995a74f3 docs: readdocs updated 2023-12-12 17:26:28 +01:00
3abd955465 refactor: repo reorganization 2023-12-12 17:26:22 +01:00
cba8131367 docs: readme.md updated 2023-12-12 17:25:25 +01:00
831eddc136 docs: gitlab templates for issues and merge requests from main bec repo 2023-12-12 17:25:25 +01:00
9e852d1afc refactor: replace deprecated imports from typing
https://peps.python.org/pep-0585/#implementation
2023-12-12 15:22:59 +01:00
3ec9caae09 build: fix python requirement 2023-12-12 15:14:18 +01:00
11281fef53 ci: added rtd update job 2023-12-11 19:22:01 +01:00
9d497b70bf 0.34.0
Automatically generated by python-semantic-release
v0.34.0
2023-12-08 09:57:26 +00:00
2a334156a8 test: validation errors tests 2023-12-07 19:32:21 +01:00
086804780d fix: monitor_config_validator.py - Signal validation changed from field_validator to model_validator to check first name and then entry 2023-12-07 19:32:21 +01:00
731fba55ec refactor: monitor.py pylint improvement 2023-12-07 19:32:21 +01:00
a3b24f9242 feat: monitor.py error message popup 2023-12-07 19:32:20 +01:00
af71e35e73 fix: monitor_config_validator.py fix entry validation executed only if name validator is successful 2023-12-07 19:20:26 +01:00
3e8996a024 0.33.0
Automatically generated by python-semantic-release
v0.33.0
2023-12-07 17:10:16 +00:00
03bdf980bc fix: fixed default config options 2023-12-07 18:03:29 +01:00
1084bc0a80 fix: added hooks to react to incoming config messages and instructions 2023-12-07 15:28:45 +00:00
504944f696 feat: added axis_width and axis_color as optional plot settings 2023-12-07 15:28:45 +00:00
b53f72f0ad 0.32.2
Automatically generated by python-semantic-release
v0.32.2
2023-12-06 19:39:51 +00:00
aad754f472 test: removed captured code for Permission tests 2023-12-06 16:27:09 +01:00
f5d1127d21 test: additional tests for error handling for yaml_dialog.py 2023-12-06 16:12:51 +01:00
080c258d15 fix: changed exec_ to exec for all apps 2023-12-06 16:02:28 +01:00
5adde23a45 fix: yaml_dialog.py changed to use native solution of OS -> should prevent crashing on py3.11 2023-12-06 16:01:19 +01:00
2359a08519 0.32.1
Automatically generated by python-semantic-release
v0.32.1
2023-12-06 10:21:25 +00:00
d1f9979ab1 fix: widget_io print_widget_hierarchy fix comboboxes 2023-12-06 09:44:32 +01:00
bcc47f3740 refactor: improve pylint for WidgetIO 2023-12-04 19:47:56 +01:00
4f700976dd fix: WidgetIO combobox fixed for qt6 distributions 2023-12-04 19:37:42 +01:00
039f963661 Ci multiple python versions 2023-11-30 15:11:30 +01:00
3ebdb4bed0 0.32.0
Automatically generated by python-semantic-release
v0.32.0
2023-11-30 13:28:36 +00:00
016b26f5cf feat: jupyter rich console added as alternative to default QTextEdit terminal output 2023-11-22 14:33:57 +01:00
e5010c7772 build: added qtconsole to dependency 2023-11-22 14:32:54 +01:00
a4d9713785 refactor: improve pylint score 2023-11-22 13:24:23 +01:00