|
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 |
|
|
b21c1db2a9
|
test: test_editor.py tests added
|
2023-11-22 13:12:25 +01:00 |
|
|
d967fafe3c
|
refactor: editor.py open/save file refactored to not use native window
|
2023-11-22 12:48:47 +01:00 |
|
|
7d15397ce3
|
refactor: changed dependency to CAPS
|
2023-11-22 10:15:49 +01:00 |
|
|
d978740f98
|
fix: added missing dependency jedi
|
2023-11-22 00:50:25 +01:00 |
|
|
c174326762
|
build: disabled support to PySide2/PySide6, due to no QScintilla support; added pyqtdarktheme
|
2023-11-22 00:06:16 +01:00 |
|
|
3d9dc5c008
|
doc: editor.py and toolbar.py documentation added
|
2023-11-21 23:42:51 +01:00 |
|
|
3cc05cde14
|
fix: editor.py switch to disable docstring
|
2023-11-21 22:56:27 +01:00 |
|
|
f96caccfcb
|
fix: editor.py compact signature on tooltip
|
2023-11-21 22:40:21 +01:00 |
|
|
d7a2c6830f
|
refactor: editor.py signature tooltip process moved to AutoCompleter; simpler logic for signature tooltip
|
2023-11-21 19:45:52 +01:00 |
|
|
045b1baa60
|
feat: editor.py basic signature calltip
|
2023-11-21 17:28:11 +01:00 |
|
|
fb555b278a
|
feat: editor.py jedi autocomplete hooked
|
2023-11-20 16:36:57 +01:00 |
|
|
d865e2f1af
|
fix: editor.py removed automatic background behind edited text
|
2023-11-19 20:12:21 +01:00 |
|
|
c70ddb3cb1
|
feat: editor.py added splitter between editor and terminal
|
2023-11-19 19:24:01 +01:00 |
|
|
8ad3059592
|
fix: toolbar.py automatic initialisation works
|
2023-11-19 19:04:32 +01:00 |
|
|
ee3b616ec1
|
refactor: toolbar.py migration to native qt QToolBar
|
2023-11-19 15:17:23 +01:00 |
|
|
286e62df92
|
feat: toolbar.py proof-of-concept
|
2023-11-18 15:53:24 +01:00 |
|
|
b07bb3dde2
|
refactor: editor.py migration to qtpy
|
2023-11-18 13:35:57 +01:00 |
|
|
10dfe9fb65
|
refactor: change from QMainWindow to QWidget
|
2023-11-17 19:07:16 +01:00 |
|
|
a0d172e3dc
|
fix: terminal output as QThread
|
2023-11-16 14:07:59 +01:00 |
|
|
94878448c8
|
feat: basic text editor + running terminal output
|
2023-11-16 14:06:06 +01:00 |
|
|
745aa6e812
|
ci: added pylint to ci
|
2023-11-15 12:19:06 +01:00 |
|
|
b14d95ad2b
|
build: added option to add PyQt6/PyQt5/PySide2/PySide6 as qt distribution with PyQt6 as default
|
2023-11-14 00:34:57 +01:00 |
|
|
65cbd6ef28
|
ci: added libdbus
|
2023-11-13 21:56:24 +01:00 |
|
|
bb64088282
|
ci: added libegl1-mesa to the apt-get install command in tests
|
2023-11-13 18:51:21 +01:00 |
|
|
b6f6bc5b20
|
refactor: migration to qtpy
|
2023-11-13 18:37:32 +01:00 |
|
|
7957d2c566
|
0.31.0
Automatically generated by python-semantic-release
v0.31.0
|
2023-11-13 14:52:28 +00:00 |
|
|
84ef7e59c9
|
refactor: monitor_config_validator.py name validation logic
|
2023-11-13 15:42:37 +01:00 |
|
|
cae4f8b934
|
refactor: fix bec_lib imports in tests
|
2023-11-13 15:42:37 +01:00 |
|
|
53494c7327
|
refactor: monitor_config_validator.py device_manager renamed to devices
|
2023-11-13 15:42:37 +01:00 |
|
|
05c822617a
|
test: tests fixed; test_bec_monitor.py extended for FakeDevice class
|
2023-11-13 15:42:37 +01:00 |
|
|
6b114c2461
|
refactor: clean up
|
2023-11-13 15:42:37 +01:00 |
|
|
cd9cd9ef9d
|
refactor: BECMonitor cleanup for validation in on_scan_segment; dropped support for multiple entries for single device
|
2023-11-13 15:42:37 +01:00 |
|
|
37278e363c
|
refactor: configs for BECMonitor are validated by pydantic outside the main widget
|
2023-11-13 15:42:25 +01:00 |
|
|
92a5325aad
|
docs: pydantic validation module docs
|
2023-11-13 15:41:55 +01:00 |
|
|
7fec0c7e44
|
feat: pydantic validation module for monitor.py
|
2023-11-13 15:41:55 +01:00 |
|
|
59bc40427c
|
refactor: monitor.py update_config renamed to on_config_update; gui_id added
|
2023-11-13 15:41:55 +01:00 |
|
|
5ec2b08e34
|
refactor: fix bec_lib imports
|
2023-11-13 08:29:07 +01:00 |
|
|
b38e942acb
|
0.30.0
Automatically generated by python-semantic-release
v0.30.0
|
2023-11-10 09:58:53 +00:00 |
|
|
832a438b24
|
test: tests for scan_control
|
2023-11-09 21:53:09 +01:00 |
|
|
43777f58f6
|
refactor: changed buttons name to be consistent with other projects
|
2023-11-09 21:02:26 +01:00 |
|
|
aa4c7c3385
|
feat: WidgetIO support for QLabel
|
2023-11-09 21:02:25 +01:00 |
|
|
b85cc898d5
|
fix: added imports to __init__.py in widget for ScanControl class
|
2023-11-09 16:30:06 +01:00 |
|
|
da9025e032
|
fix: scan_control.py args_size_max fixed
|
2023-11-09 12:13:24 +01:00 |
|
|
5c67026637
|
fix: scan_control.py default spinBox limits increases
|
2023-11-08 16:21:21 +01:00 |
|
|
ee2f36fb40
|
fix: scan_control.py supports minimum and maximum number of args
|
2023-11-08 16:02:50 +01:00 |
|