|
28908dd07c
|
fix: stream_plot.py on_dap_update data dict opened correctly
|
2023-10-17 10:45:06 +02:00 |
|
|
ad2b798f11
|
refactor: stream_plot.py color static methods removed
|
2023-10-17 10:45:06 +02:00 |
|
|
f022153fa2
|
refactor: placeholders for stream plot
|
2023-10-17 10:45:06 +02:00 |
|
|
141b49ff39
|
0.28.0
Automatically generated by python-semantic-release
v0.28.0
|
2023-10-13 14:31:31 +00:00 |
|
|
59bba1429c
|
fix: scan_mode for BECDeviceMonitor fixed init_ui
|
2023-10-12 15:45:17 +02:00 |
|
|
f3f55a7ee0
|
feat: BECDeviceMonitor modular class which can be used to replace placeholder in .ui file.
|
2023-10-12 15:45:17 +02:00 |
|
|
75af0404b3
|
feat: placeholders initialised
|
2023-10-12 15:45:17 +02:00 |
|
|
483e18259a
|
0.27.2
Automatically generated by python-semantic-release
v0.27.2
|
2023-10-12 13:42:06 +00:00 |
|
|
f7cbdbc5ca
|
fix: scan_plot tests
Add scanID key to scan_segment in tests
|
2023-10-12 15:32:52 +02:00 |
|
|
7335aa9597
|
refactor: replace connect with connect_slot
|
2023-10-12 15:13:57 +02:00 |
|
|
f01078fc21
|
refactor: remove all custom topic connection methods
|
2023-10-12 14:28:30 +02:00 |
|
|
616de26150
|
refactor: switch to generic connect_slot method in plots
|
2023-10-12 13:40:07 +02:00 |
|
|
78b666ffdb
|
refactor: emit content and metadata from messages in connect_slot
|
2023-10-12 13:32:29 +02:00 |
|
|
68be2a0418
|
0.27.1
Automatically generated by python-semantic-release
v0.27.1
|
2023-10-10 13:42:41 +00:00 |
|
|
78a2b21466
|
Merge remote-tracking branch 'origin/extreme-scan-tests' into extreme-scan-tests
|
2023-10-10 12:43:16 +02:00 |
|
|
5814113f73
|
fix: extreme.py default config file changed to the config_example.yaml
|
2023-10-10 12:43:07 +02:00 |
|
|
eb1f1d481e
|
refactor: test_extreme.py corrected typos
|
2023-10-10 12:43:07 +02:00 |
|
|
6c3dfddd28
|
test: test_extreme.py MessageBox buttons Cancel and Retry tested
|
2023-10-10 12:43:07 +02:00 |
|
|
5162270d28
|
fix: extreme.py retry action fixed in ErrorHandler
|
2023-10-10 12:43:07 +02:00 |
|
|
ac2a41d2d8
|
test: test_extreme.py ErrorHandler tested separately
|
2023-10-10 12:43:07 +02:00 |
|
|
5637c938cf
|
refactor: extreme.py ErrorHandler fixed, new configs are correctly loaded
|
2023-10-10 12:43:07 +02:00 |
|
|
d2c12a9f1c
|
refactor: extreme.py error messages for config file moved to ErrorHandler class
|
2023-10-10 12:43:07 +02:00 |
|
|
51c3a9e9ee
|
fix: extreme.py advanced error handling with possibility to reload different config
|
2023-10-10 12:43:07 +02:00 |
|
|
9750039097
|
fix: extreme.py error in configuration are displayed as messagebox
|
2023-10-10 12:43:07 +02:00 |
|
|
824ce821cd
|
fix: extreme.py validation function to check config key component structure
|
2023-10-10 12:43:07 +02:00 |
|
|
90f22c2288
|
test: test_extreme.py error handling tested
|
2023-10-10 12:43:07 +02:00 |
|
|
fbd299c7e7
|
fix: extreme.py improved error handling for scan types mode
|
2023-10-10 12:43:07 +02:00 |
|
|
36942b316a
|
test: test_extreme.py init_ui more edge cases
|
2023-10-10 12:43:07 +02:00 |
|
|
6c773c7c94
|
fix: extreme.py init_ui changed > to >= for setting number of columns
|
2023-10-10 12:43:07 +02:00 |
|
|
c525eba885
|
fix: extreme.py init_plot_background error handling
|
2023-10-10 12:43:07 +02:00 |
|
|
0338462a85
|
test: test_extreme.py test_init_config fixed for scan_config
|
2023-10-10 12:43:07 +02:00 |
|
|
fc6098414e
|
fix: extreme.py ui is initialised for the first scan of config in scan mode
|
2023-10-10 12:43:07 +02:00 |
|
|
daf4ee190e
|
test: test_extreme.py test_init_config new config tested
|
2023-10-10 12:43:07 +02:00 |
|
|
0ec65a0b41
|
test: test_extreme.py on_scan_segment tested with all entries correctly defined
|
2023-10-10 12:43:07 +02:00 |
|
|
ae79faa7ed
|
fix: extreme.py client and device manager initialisation
|
2023-10-10 12:43:07 +02:00 |
|
|
d356cf734b
|
fix: extreme.py default config file changed to the config_example.yaml
|
2023-10-10 12:17:05 +02:00 |
|
|
9e7224e0ae
|
refactor: test_extreme.py corrected typos
|
2023-10-10 12:14:53 +02:00 |
|
|
2faeb639be
|
test: test_extreme.py MessageBox buttons Cancel and Retry tested
|
2023-10-10 12:08:02 +02:00 |
|
|
b76df1b583
|
fix: extreme.py retry action fixed in ErrorHandler
|
2023-10-10 12:01:06 +02:00 |
|
|
835bda0a53
|
test: test_extreme.py ErrorHandler tested separately
|
2023-10-10 11:30:52 +02:00 |
|
|
aed65b411a
|
refactor: extreme.py ErrorHandler fixed, new configs are correctly loaded
|
2023-10-04 18:49:58 +02:00 |
|
|
8050bdf82d
|
refactor: extreme.py error messages for config file moved to ErrorHandler class
|
2023-10-03 16:33:46 +02:00 |
|
|
d623cf9539
|
fix: extreme.py advanced error handling with possibility to reload different config
|
2023-10-03 15:07:55 +02:00 |
|
|
89a52a0948
|
fix: extreme.py error in configuration are displayed as messagebox
|
2023-10-03 13:27:23 +02:00 |
|
|
5a7ac860a8
|
fix: extreme.py validation function to check config key component structure
|
2023-10-03 13:19:01 +02:00 |
|
|
fc31960c61
|
test: test_extreme.py error handling tested
|
2023-10-03 11:24:18 +02:00 |
|
|
ece1859a63
|
fix: extreme.py improved error handling for scan types mode
|
2023-10-03 11:23:51 +02:00 |
|
|
7b3a873800
|
test: test_extreme.py init_ui more edge cases
|
2023-10-03 10:47:46 +02:00 |
|
|
a0a89fe704
|
fix: extreme.py init_ui changed > to >= for setting number of columns
|
2023-10-03 10:38:24 +02:00 |
|
|
dafb6fae7a
|
fix: extreme.py init_plot_background error handling
|
2023-10-03 10:20:35 +02:00 |
|