1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-04-24 09:10:45 +02:00

Commit Graph

  • df812eaad5 feat: add new default scaling of image_item appel_c 2024-06-24 17:57:51 +02:00
  • d62da494c8 0.72.2 v0.72.2 semantic-release 2024-06-25 09:23:26 +00:00
  • e631fc15d8 fix(designer): fixed designer for pyenv and venv; closes #237 wakonig_k 2024-06-24 16:57:39 +02:00
  • ecbf1ce0c8 0.72.1 v0.72.1 semantic-release 2024-06-24 14:42:01 +00:00
  • e5c0087c9a fix: renamed spiral progress bar to ring progress bar; closes #235 wakonig_k 2024-06-24 16:30:32 +02:00
  • 4348ed1bb2 test: bugfix to prohibit leackage of mock appel_c 2024-06-24 13:17:52 +02:00
  • 5c11fde0a9 0.72.0 v0.72.0 semantic-release 2024-06-24 11:47:46 +00:00
  • 4ca1efeeb8 feat(connector): added threadpool wrapper wakonig_k 2024-06-24 13:07:35 +02:00
  • aa7ce2ea27 tests(status_box_test): temporary disabled tests for status_box due to high rate of failures wyzula_j 2024-06-24 13:15:59 +02:00
  • 174f0cdcb6 0.71.1 v0.71.1 semantic-release 2024-06-23 15:30:19 +00:00
  • 860517a321 fix: don't print exception if the auto-update module cannot be found in plugins wakonig_k 2024-06-23 14:04:38 +02:00
  • 66daae6d9e 0.71.0 v0.71.0 semantic-release 2024-06-23 12:33:03 +00:00
  • 83001a0d82 test(scan_control):e2e tests added wyzula_j 2024-06-21 13:28:14 +02:00
  • 1b7921a7f2 doc(scan_control): docs added wyzula_j 2024-06-21 13:14:09 +02:00
  • 8badb6adc1 fix(cleanup): cleanup added to device_input widgets and scan_control wyzula_j 2024-06-21 11:56:01 +02:00
  • 37682e7b8a fix(scan_group_box): added row counter based on widgets wyzula_j 2024-06-20 18:45:31 +02:00
  • 56e74a0e7d test(scan_control): tests added wyzula_j 2024-06-20 16:21:39 +02:00
  • ec4574ed5c fix(scan_control): added default min limit for args bundle if specified wyzula_j 2024-06-20 13:45:11 +02:00
  • 21d20e0fc7 fix(device_line_edit):SizePolicy fixed for 100 horizontal wyzula_j 2024-06-20 11:28:33 +02:00
  • 7ce3a83c58 fix(scan_control): argbox delete later added to prevent overlapping gui if scan changed wyzula_j 2024-06-20 10:34:31 +02:00
  • 6dff1879c4 fix(scan_control): only scans with defined gui_config are allowed wyzula_j 2024-06-19 17:31:32 +02:00
  • c09644b29d tests WIP wyzula_j 2024-06-19 10:21:50 +02:00
  • d8cf44134c feat(scan_group_box): scan box for args and kwargs separated from ScanControlGUI code wyzula_j 2024-06-19 00:06:37 +02:00
  • ca856384f3 fix(WidgetIO): find handlers within base classes wyzula_j 2024-06-19 00:05:37 +02:00
  • 4e2c9df6a4 refactor(device_line_edit): renamed default_device to default wyzula_j 2024-06-19 00:04:20 +02:00
  • 8b822e0fa8 fix(scan_control): adapted widget to scan BEC gui config wyzula_j 2024-06-11 14:00:01 +02:00
  • 67d398caf7 fix(scan_control): scan_control.py combatible with the newest BEC versions, test disabled wyzula_j 2024-06-10 21:09:32 +02:00
  • c2c27f8279 0.70.0 v0.70.0 semantic-release 2024-06-21 17:22:19 +00:00
  • 50b3422528 fix(bec-desiger+plugins): imports fixed, PYSIDE6 check to not enable run plugins with pyqt6 wyzula_j 2024-06-21 18:26:38 +02:00
  • 4639eee0b9 feat(bec-designer): automatic plugin discovery wyzula_j 2024-06-21 17:42:23 +02:00
  • b4b27aea3d feat(device_line_edit): plugin added to bec-designer wyzula_j 2024-06-21 17:40:53 +02:00
  • e483b282db feat(device_combobox): plugin added to bec-designer wyzula_j 2024-06-21 17:28:12 +02:00
  • 36391db607 feat: added entry point for bec-designer wakonig_k 2024-06-21 16:41:00 +02:00
  • 5362334ff3 feat(utils/bec-designer): added startup script to launched QtDesigner compatible with conda environments wyzula_j 2024-06-21 16:36:28 +02:00
  • fdf11d8147 docs: fix typo in link appel_c 2024-06-21 14:44:50 +02:00
  • 204f653b72 0.69.0 v0.69.0 semantic-release 2024-06-21 12:25:04 +00:00
  • 48ae950d57 feat(widgets): added vscode widget wakonig_k 2024-06-13 15:05:29 +02:00
  • 925c893f3f fix(generate_cli): fixed rpc generate for classes without user access; closes #226 wakonig_k 2024-06-13 15:04:17 +02:00
  • b54423a151 0.68.0 v0.68.0 semantic-release 2024-06-21 11:35:36 +00:00
  • ce374163ca fix: ignore GUI server output (any output will go to log file) guijar_m 2024-06-17 09:03:15 +02:00
  • 3644f344da feat: properly handle SIGINT (ctrl-c) in BEC GUI server -> calls qapplication.quit() guijar_m 2024-06-17 17:46:00 +02:00
  • d1266a1ce1 feat: bec-gui-server: redirect stdout and stderr (if any) as proper debug and error log entries guijar_m 2024-06-17 14:51:18 +02:00
  • f7d0b0768a fix: do not create 'BECClient' logger when instantiating BECDispatcher guijar_m 2024-06-17 09:01:41 +02:00
  • 630616ec72 feat: add logger for BEC GUI server guijar_m 2024-06-17 09:01:06 +02:00
  • 7f7bef7581 0.67.0 v0.67.0 semantic-release 2024-06-21 08:42:09 +00:00
  • d2f2b206bb refactor: Change inheritance to QTreeWidget from QWidget appel_c 2024-06-21 09:59:33 +02:00
  • 6fa1c06053 docs: add widget to documentation appel_c 2024-06-20 18:33:44 +02:00
  • 5d4ca816cd test: add test suite for bec_status_box and status_item appel_c 2024-06-20 17:45:09 +02:00
  • 443b6c1d7b feat: introduce BECStatusBox Widget appel_c 2024-06-19 22:43:19 +02:00
  • 505a5ec833 Update file requirements.txt wakonig_k 2024-06-20 17:28:53 +02:00
  • 3a7289bf5e 0.66.1 v0.66.1 semantic-release 2024-06-20 14:49:07 +00:00
  • 2718bc6247 fix: fixed shutdown for pyside wakonig_k 2024-06-20 16:31:16 +02:00
  • 515d2651bf 0.66.0 v0.66.0 semantic-release 2024-06-20 12:19:33 +00:00
  • ef25f56380 feat(rpc): discover widgets automatically wakonig_k 2024-06-19 15:36:05 +02:00
  • 5b280ccc1e 0.65.2 v0.65.2 semantic-release 2024-06-20 12:04:01 +00:00
  • cbbd23aa33 fix(pyqt): webengine must be imported before qcoreapplication wakonig_k 2024-06-20 13:50:44 +02:00
  • 860d0ad014 0.65.1 v0.65.1 semantic-release 2024-06-20 08:15:48 +00:00
  • fa344a5799 fix: prevent segfault by closing the QCoreApplication, if any guijar_m 2024-06-18 15:34:53 +02:00
  • 3919de5bd5 0.65.0 v0.65.0 semantic-release 2024-06-20 07:36:47 +00:00
  • 1a0a98a453 test(device_input): tests added wyzula_j 2024-06-18 16:08:48 +02:00
  • d79f7e9ccd fix(device_input_base): bug with setting config and overwriting default device and filter wyzula_j 2024-06-18 15:55:10 +02:00
  • 50e41ff261 feat(device_input): DeviceLineEdit with QCompleter added wyzula_j 2024-06-18 15:12:24 +02:00
  • 430b282039 feat(device_combobox): DeviceInputBase and DeviceComboBox added wyzula_j 2024-06-18 11:53:28 +02:00
  • 17133771bb 0.64.2 v0.64.2 semantic-release 2024-06-19 14:50:14 +00:00
  • e5a7d47b21 fix(client_utils): added close rpc command to shutdown of gui from bec_ipython_client wyzula_j 2024-06-19 16:36:05 +02:00
  • 71ec61e27b 0.64.1 v0.64.1 semantic-release 2024-06-19 11:54:03 +00:00
  • b3575eb068 test: moved rpc_classes test wakonig_k 2024-06-19 11:42:53 +02:00
  • 216511b951 fix(widgets): removed widget module import of sub widgets wakonig_k 2024-06-19 11:34:56 +02:00
  • 6dabbf874f refactor(utils): moved get_rpc_widgets to plugin_utils wakonig_k 2024-06-19 11:03:46 +02:00
  • d5aad06c88 0.64.0 v0.64.0 semantic-release 2024-06-19 11:35:31 +00:00
  • 5d6672069e fix(plot_base): font size is set with setScale which is scaling the whole legend window wyzula_j 2024-06-19 11:43:44 +02:00
  • 140ad83380 test: add tests appel_c 2024-06-11 16:03:31 +02:00
  • ea805d1362 feat: add option to change size of the fonts appel_c 2024-06-11 16:03:22 +02:00
  • 768acba338 feat:added launch script feat/plugins wyzula_j 2024-06-17 16:43:09 +02:00
  • f9b3e6264e feat:added example plugin from pyside ticktactoe wyzula_j 2024-06-17 14:49:36 +02:00
  • 065edf1e2d feat(widgets): added status indicator widget feature/status_indicator wakonig_k 2024-06-15 20:04:01 +02:00
  • 9e16f2faf9 docs: fix links in developer section appel_c 2024-06-14 14:34:26 +02:00
  • bdbc2b903d docs: add tutorial on how to add StartScan Button docs/add_tutorial_for_start_scan_button appel_c 2024-06-14 14:30:40 +02:00
  • 2a36d9364f docs: refactor developer section, add widget tutorial appel_c 2024-06-14 07:45:30 +02:00
  • 27426ce7a5 ci: add job optional dependency check appel_c 2024-06-14 08:31:31 +02:00
  • 69adadd6d7 0.63.2 v0.63.2 semantic-release 2024-06-14 08:14:17 +00:00
  • 6f96498de6 fix: do not import "server" in client, prevents from having trouble with QApplication creation order guijar_m 2024-06-13 10:03:37 +02:00
  • 836b6e64f6 Reapply "feat: implement non-polling, interruptible waiting of gui instruction response with timeout" guijar_m 2024-06-13 09:58:38 +02:00
  • fab7dd7eec 0.63.1 v0.63.1 semantic-release 2024-06-13 13:12:48 +00:00
  • 9263f8ef5c fix: just terminate the remote process in close() instead of communicating guijar_m 2024-06-13 13:57:43 +02:00
  • 658728efef 0.63.0 v0.63.0 semantic-release 2024-06-13 12:47:51 +00:00
  • 6b8432f5b2 refactor: add pydantic config, add change_theme appel_c 2024-06-13 13:08:50 +02:00
  • bc709c4184 docs: add documentation appel_c 2024-06-13 08:08:20 +02:00
  • b49462abeb test: add test for text box appel_c 2024-06-13 07:49:26 +02:00
  • d9d4e3c9bf feat: add textbox widget appel_c 2024-06-13 07:28:31 +02:00
  • fe04dd80e5 Revert "feat: implement non-polling, interruptible waiting of gui instruction response with timeout" wyzula_j 2024-06-12 17:19:08 +02:00
  • 4e52550f67 fix: import pyqtRemoveInputHook only for pyqt distributions feat/bash-console wyzula_j 2024-06-12 12:35:03 +02:00
  • 74182bb142 fix: terminal I/O based on socket notification instead of thread, fix "unexpected end of data" guijar_m 2024-06-11 13:57:08 +02:00
  • 2b5068903a feat(widgets/console): BECConsole based on termqt added wyzula_j 2024-05-27 16:57:19 +02:00
  • 718950cf0d 0.62.0 v0.62.0 semantic-release 2024-06-12 10:01:42 +00:00
  • 17a0068757 doc: add documentation about creating custom GUI applications embedding BEC Widgets guijar_m 2024-06-11 18:03:54 +02:00
  • abc6caa2d0 feat: implement non-polling, interruptible waiting of gui instruction response with timeout guijar_m 2024-05-07 17:10:57 +02:00
  • 99fb82561b 0.61.0 v0.61.0 semantic-release 2024-06-12 06:27:35 +00:00
  • 61ba08d0b8 feat(widgets/stop_button): General stop button added wyzula_j 2024-06-12 00:42:37 +02:00
  • 40b5688158 refactor: improve labe of auto_update script appel_c 2024-06-10 08:27:32 +02:00