bec-widgets 0.53.2__tar.gz → 0.53.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/CHANGELOG.md +7 -7
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/PKG-INFO +1 -1
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/cli/client_utils.py +0 -1
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/pyproject.toml +1 -1
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/.git_hooks/pre-commit +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/.gitignore +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/.gitlab/issue_templates/bug_report_template.md +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/.gitlab/issue_templates/documentation_update_template.md +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/.gitlab/issue_templates/feature_request_template.md +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/.gitlab/merge_request_templates/default.md +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/.gitlab-ci.yml +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/.pylintrc +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/.readthedocs.yaml +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/LICENSE +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/README.md +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/cli/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/cli/auto_updates.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/cli/bec_widgets_icon.png +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/cli/client.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/cli/generate_cli.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/cli/rpc_register.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/cli/rpc_wigdet_handler.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/cli/server.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/eiger_plot/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/eiger_plot/eiger_plot.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/eiger_plot/eiger_plot.ui +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/jupyter_console/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/jupyter_console/jupyter_console_window.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/jupyter_console/jupyter_console_window.ui +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/jupyter_console/terminal_icon.png +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/mca_readout/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/mca_readout/mca_plot.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/mca_readout/mca_sim.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/modular_app/___init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/modular_app/modular.ui +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/modular_app/modular_app.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/motor_movement/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/motor_movement/config_example.yaml +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/motor_movement/csax_bec_config.yaml +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/motor_movement/csaxs_config.yaml +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/motor_movement/motor_control_compilations.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/motor_movement/motor_controller.ui +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/motor_movement/motor_example.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/stream_plot/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/stream_plot/line_plot.ui +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/stream_plot/stream_plot.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/utils/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/utils/bec_connector.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/utils/bec_dispatcher.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/utils/bec_table.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/utils/colors.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/utils/container_utils.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/utils/crosshair.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/utils/entry_validator.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/utils/layout_manager.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/utils/plugin_utils.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/utils/rpc_decorator.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/utils/thread_checker.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/utils/validator_delegate.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/utils/widget_io.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/utils/yaml_dialog.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/validation/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/validation/monitor_config_validator.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/dock/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/dock/dock.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/dock/dock_area.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/figure/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/figure/figure.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/monitor/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/monitor/config_dialog.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/monitor/config_dialog.ui +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/monitor/example_configs/config_device.yaml +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/monitor/example_configs/config_scans.yaml +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/monitor/monitor.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/monitor/tab_template.ui +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/motor_control/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/motor_control/motor_control.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/motor_control/motor_control_absolute.ui +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/motor_control/motor_control_relative.ui +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/motor_control/motor_control_selection.ui +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/motor_control/motor_control_table.ui +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/motor_map/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/motor_map/motor_map.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/plots/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/plots/image.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/plots/motor_map.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/plots/plot_base.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/plots/waveform.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/scan_control/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/scan_control/scan_control.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/toolbar/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/toolbar/toolbar.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/Makefile +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/_templates/custom-class-template.rst +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/_templates/custom-module-template.rst +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/conf.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/developer/developer.md +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/developer/reference.md +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/index.md +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/introduction/introduction.md +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/make.bat +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/requirements.txt +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/user/apps/modular_app.md +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/user/apps/motor_app.md +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/user/apps/motor_app_10fps.gif +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/user/apps/plot_app.md +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/user/apps.md +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/user/customisation.md +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/user/installation.md +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/user/user.md +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/user/widgets/motor.gif +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/user/widgets/scatter_2D.gif +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/user/widgets/w1D.gif +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/docs/user/widgets.md +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/end-2-end/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/end-2-end/conftest.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/end-2-end/test_bec_dock_rpc_e2e.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/end-2-end/test_bec_figure_rpc_e2e.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/end-2-end/test_rpc_register_e2e.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/client_mocks.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/conftest.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_bec_connector.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_bec_dispatcher.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_bec_dock.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_bec_figure.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_bec_monitor.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_bec_motor_map.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_client_utils.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_config_dialog.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_configs/config_device.yaml +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_configs/config_device_no_entry.yaml +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_configs/config_scan.yaml +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_crosshair.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_eiger_plot.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_generate_cli_client.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_motor_control.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_motor_map.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_msgs/__init__.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_msgs/available_scans_message.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_plot_base.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_rpc_register.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_scan_control.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_stream_plot.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_validator_errors.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_waveform1d.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_widget_io.py +0 -0
- {bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_yaml_dialog.py +0 -0
@@ -2,6 +2,13 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
+
## v0.53.3 (2024-05-16)
|
6
|
+
|
7
|
+
### Fix
|
8
|
+
|
9
|
+
* fix: removed apparently unnecessary sleep while waiting for an rpc response ([`7d64cac`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/7d64cac6610b39d3553ff650354f78ead8ee6b55))
|
10
|
+
|
11
|
+
|
5
12
|
## v0.53.2 (2024-05-15)
|
6
13
|
|
7
14
|
### Ci
|
@@ -164,10 +171,3 @@
|
|
164
171
|
### Feature
|
165
172
|
|
166
173
|
* feat(cli): added auto updates plugin support ([`6238693`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/6238693ffb44b47a56b969bc4129f2af7a2c04fe))
|
167
|
-
|
168
|
-
|
169
|
-
## v0.47.0 (2024-04-23)
|
170
|
-
|
171
|
-
### Feature
|
172
|
-
|
173
|
-
* feat(utils/thread_checker): util class to check the thread leakage for closeEvent in qt ([`71cb80d`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/71cb80d544c5f4ef499379a431ce0c17907c7ce8))
|
@@ -302,7 +302,6 @@ class RPCBase:
|
|
302
302
|
MessageEndpoints.gui_instruction_response(request_id)
|
303
303
|
)
|
304
304
|
QCoreApplication.processEvents() # keep UI responsive (and execute signals/slots)
|
305
|
-
time.sleep(0.1)
|
306
305
|
if response is None and (time.time() - start_time) >= timeout:
|
307
306
|
raise RPCResponseTimeoutError(request_id, timeout)
|
308
307
|
|
File without changes
|
File without changes
|
File without changes
|
{bec_widgets-0.53.2 → bec_widgets-0.53.3}/.gitlab/issue_templates/documentation_update_template.md
RENAMED
File without changes
|
{bec_widgets-0.53.2 → bec_widgets-0.53.3}/.gitlab/issue_templates/feature_request_template.md
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/jupyter_console/terminal_icon.png
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/motor_movement/config_example.yaml
RENAMED
File without changes
|
{bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/motor_movement/csax_bec_config.yaml
RENAMED
File without changes
|
{bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/motor_movement/csaxs_config.yaml
RENAMED
File without changes
|
File without changes
|
{bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/motor_movement/motor_controller.ui
RENAMED
File without changes
|
{bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/examples/motor_movement/motor_example.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/validation/monitor_config_validator.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/motor_control/motor_control.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bec_widgets-0.53.2 → bec_widgets-0.53.3}/bec_widgets/widgets/motor_control/motor_control_table.ui
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_configs/config_device_no_entry.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bec_widgets-0.53.2 → bec_widgets-0.53.3}/tests/unit_tests/test_msgs/available_scans_message.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|