1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-09 18:27:52 +01:00
Commit Graph

2639 Commits

Author SHA1 Message Date
22d8530744 test(bec-atlas-admin-view): complement tests for BECAtlasAdminView, ExperimentSelection, BECAtlasHTTPService 2026-03-05 09:24:56 +01:00
2a8f59738e fix(actions): allow minimum icon size for actions in toolbar 2026-03-05 09:24:56 +01:00
2dcc2103df test(bec-atlas-http-service): add tests for http service 2026-03-05 09:24:56 +01:00
5d855bbffe fix(login-dialog): remove login_dialog 2026-03-05 09:24:56 +01:00
8b37eabf51 fix(RPC): fix rpc access 2026-03-05 09:24:56 +01:00
6726e6237e fix(pyproject): add PyJWT as dependency 2026-03-05 09:24:56 +01:00
475d413b99 fix(main-app): skip on_enter/exit hooks if darkmodebutton clicked 2026-03-05 09:24:56 +01:00
0ac67928ea refactor: cleanup widgets 2026-03-05 09:24:56 +01:00
3092f37e95 refactor(admin-view): Refactor experiment selection, http service, admin view, and add main view 2026-03-05 09:24:56 +01:00
dcbdb2ab97 feat(experiment-selection): add experiment selection widget 2026-03-05 09:24:56 +01:00
b4fd9a1bf9 feat(admin-view): add admin view to views 2026-03-05 09:24:56 +01:00
0293a686e6 feat(bec-atlas-admin-view): Add initial admin view 2026-03-05 09:24:56 +01:00
1dd6ad3863 feat(bec-atlas-admin-view): add http service through QNetworkAccessManager 2026-03-05 09:24:56 +01:00
c121c16ba3 feat(bec-atlas-admin-view): Add login dilaog 2026-03-05 09:24:56 +01:00
e68f0c7b36 fix(main_app): rpc access refined 2026-03-04 08:32:14 +01:00
59408d6fab feat(generate_cli): RPC API from content widget can be merged with the RPC API of the container widget statically 2026-03-04 08:32:14 +01:00
a7ab8f55f2 feat(becconnector): added rpc_passthrough_children flag in addition to rpc_exposed 2026-03-04 08:32:14 +01:00
2b843024d3 fix(rpc_server): add check for rpc_exposed to serialize_object 2026-03-04 08:32:14 +01:00
5b13e2c9d5 fix(dock_area): profile management with empty profile, applied across the whole repo 2026-03-04 08:32:14 +01:00
5cccac4dba fix(main_window): safeguard of fetching the launcher from the main window if GUIServer is not running 2026-03-04 08:32:14 +01:00
7ce46447fa fix(client_utils): safeguard for accessing gui.new and launcher if GUIServer not running 2026-03-04 08:32:14 +01:00
01005c909e fix(main_window): scan progress bar rpc not exposed 2026-03-04 08:32:14 +01:00
e933a4446a refactor(main_app): simpler id and object name management 2026-03-04 08:32:14 +01:00
1493d8e99d fix(view): based on BECWidgets 2026-03-04 08:32:14 +01:00
91f2a442a3 feat(becconnector): exposed rpc flag added to the BECConnector 2026-03-04 08:32:14 +01:00
87441026c3 refactor: add extra tour steps, add enter button 2026-03-03 16:45:45 +01:00
a55516a940 fix: address copilot review 2026-03-03 16:45:45 +01:00
c26ad6d143 feat: add guided tour docs to device-manager-view 2026-03-03 16:45:45 +01:00
363e7a9182 refactor(guided-tour): add support for QTableWidgetItem 2026-03-03 16:45:45 +01:00
2f7d74a7d3 fix(guided-tour): fix skip past invalid step for 'prev' step 2026-03-03 16:45:45 +01:00
e45cab5b67 feat: guided tour for main app 2026-03-03 16:45:45 +01:00
f974e7233c fix(server): gui server can reach shutdown, logic moved to becconnector 2026-02-27 15:45:08 +01:00
3630a5518b fix(dock_area): tabbed dock have correct parent 2026-02-27 10:02:24 +01:00
6d41c94c83 fix(dock_area): widget_map and widget_list by default returns only becconnector based widgets 2026-02-27 09:59:30 +01:00
copilot-swe-agent[bot]
e97f417412 test(widget_io): add dedicated unit tests for iter_widget_tree and helper methods
Co-authored-by: wyzula-jan <133381102+wyzula-jan@users.noreply.github.com>
2026-02-25 13:38:32 +01:00
9371c0d62e fix(rpc_server): removed unused get _get_becwidget_ancestor 2026-02-25 13:38:32 +01:00
d42c9fccae feat(widget_hierarchy_tree): widget displaying parent child hierarchy from the app widgets 2026-02-25 13:38:32 +01:00
38d593941b feat(widget_highlighter): reusable separate widget highlighter 2026-02-25 13:38:32 +01:00
d9cd041880 refactor(widget_io): hierarchy logic generalized 2026-02-25 13:38:32 +01:00
dependabot[bot]
50ec6180eb build(deps): update bec-qthemes requirement
Updates the requirements on [bec-qthemes](https://github.com/bec-project/bec_qthemes) to permit the latest version.
- [Release notes](https://github.com/bec-project/bec_qthemes/releases)
- [Changelog](https://github.com/bec-project/bec_qthemes/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bec-project/bec_qthemes/compare/v0.7.0...v1.3.3)

---
updated-dependencies:
- dependency-name: bec-qthemes
  dependency-version: 1.3.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-24 17:19:17 +01:00
017faf33e2 refactor: global refactoring to use device-signal pair names 2026-02-24 15:11:21 +01:00
0315a10602 feat(client_utils): theme can be changed from the CLI 2026-02-24 14:27:25 +01:00
736fbedaae fix(dark_mode_button): RPC access disabled 2026-02-24 14:27:25 +01:00
de93becbd9 fix(toggle): move toggle to theme colors 2026-02-21 15:02:10 +01:00
402c721279 fix(rpc): rpc flags adjustment for MainApp and DeveloperWidget 2026-02-21 13:29:57 +01:00
6883910797 fix(cli): RPC API from any folder 2026-02-21 13:29:57 +01:00
7de228a412 fix(becconnector): sanitize the setObjectName from qobject inheritance 2026-02-20 17:38:42 +01:00
c998e3ec48 feat(bec-login): Add login widget in material design style 2026-02-20 08:40:41 +01:00
1e3661c318 fix(main_app): the dock area view implemented as a viewBase 2026-02-13 12:44:48 +01:00
007a408e1a fix: removal of old BECDock import 2026-02-13 10:35:56 +01:00