 wyzula_jandJan Wyzula
|
1427c70cfb
|
fix(forms): GridLayout applied to widget which already has layout
|
2026-06-02 12:27:23 +02:00 |
|
 wyzula_jandJan Wyzula
|
9f94ca7748
|
fix(launcher): avoid orphan widgets detection and logging
|
2026-06-02 12:27:23 +02:00 |
|
 wyzula_jandJan Wyzula
|
8a180eaa7b
|
fix(rpc): client/server rpc handshake for shutdown
|
2026-06-02 12:27:23 +02:00 |
|
 wyzula_jandJan Wyzula
|
e42a9824cc
|
fix(rpc): more robust shutdown section with PID logging
|
2026-06-02 12:27:23 +02:00 |
|
 wyzula_jandJan Wyzula
|
2fb7fb2ff4
|
fix(logging): removed args/kwargs from logging messages
|
2026-06-02 12:27:23 +02:00 |
|
 wyzula_jandJan Wyzula
|
859563abb3
|
fix(rpc_server): log warning if rpc call is repeated
|
2026-06-02 12:27:23 +02:00 |
|
 wyzula_jandJan Wyzula
|
8e1e282fac
|
refactor(rpc): share logging helpers
|
2026-06-02 12:27:23 +02:00 |
|
 wyzula_jandJan Wyzula
|
878745b99a
|
fix(rpc): log dispatcher receipt before qt callback
|
2026-06-02 12:27:23 +02:00 |
|
 wyzula_jandJan Wyzula
|
e41e60956b
|
fix(rpc): additional logs
|
2026-06-02 12:27:23 +02:00 |
|
 wyzula_jandJan Wyzula
|
daa1ba020c
|
refactor(device_input): consolidation of device/signal combobox logic; docsrtings added
|
2026-05-15 13:13:31 +02:00 |
|
 wyzula_jandJan Wyzula
|
bb6c0bb08f
|
fix: remove device/signal line edit and abstraction layer for combobox/lineEdit
|
2026-05-15 13:13:31 +02:00 |
|
 wyzula_jandJan Wyzula
|
e22ab7e4c1
|
feat: BL plugin menu in BECDockArea
|
2026-05-13 17:35:34 +02:00 |
|
 wyzula_jandJan Wyzula
|
79931faf55
|
fix(dock_area): icon fetching for toolbar import optimised
|
2026-05-12 13:48:43 +02:00 |
|
 wakonig_kandJan Wyzula
|
5cc82425f0
|
feat: move to lazy widget import
|
2026-05-12 13:48:43 +02:00 |
|
wakonig_k
|
3e77f54034
|
refactor: cleanup of imports
|
2026-04-21 12:42:08 +02:00 |
|
 perl_dandJan Wyzula
|
fa2ef83bb9
|
fix: formatting in plugin template
|
2026-04-14 17:28:19 +02:00 |
|
 perl_dandDavid Perl
|
c7de320ca5
|
fix: check duplicate stream sub
|
2026-04-14 09:32:17 +02:00 |
|
wakonig_k
|
3d29a67c0b
|
fix: typos
|
2026-03-22 20:12:46 +01:00 |
|
 appel_candChristian Appel
|
d4afcb6832
|
refactor(fuzzy-search): unify is_match for fuzzy search
|
2026-03-20 14:17:41 +01:00 |
|
 appel_candChristian Appel
|
de941d1bc5
|
fix(actions): allow minimum icon size for actions in toolbar
|
2026-03-20 14:17:41 +01:00 |
|
 perl_dandJan Wyzula
|
37a5dc2e9e
|
fix: refactor client mock with global fakeredis
|
2026-03-16 16:06:22 +01:00 |
|
 wyzula_jandJan Wyzula
|
d4e037f338
|
refactor(black): black 26 applied
|
2026-03-06 11:25:37 +01:00 |
|
 wakonig_kandJan Wyzula
|
ac824f6b83
|
feat(StrFormItem): set placeholder text from spec description
|
2026-03-06 10:59:24 +01:00 |
|
 wakonig_kandJan Wyzula
|
5e34c8a351
|
fix(forms): use FieldInfo title for label text in _add_griditem method
|
2026-03-06 10:59:24 +01:00 |
|
wyzula_j
|
758956be09
|
feat(generate_cli): RPC API from content widget can be merged with the RPC API of the container widget statically
|
2026-03-05 18:12:33 +01:00 |
|
wyzula_j
|
010373fd5b
|
feat(becconnector): added rpc_passthrough_children flag in addition to rpc_exposed
|
2026-03-05 18:12:33 +01:00 |
|
wyzula_j
|
0eabd0f72b
|
fix(rpc_server): add check for rpc_exposed to serialize_object
|
2026-03-05 18:12:33 +01:00 |
|
wyzula_j
|
963941a788
|
fix(dock_area): profile management with empty profile, applied across the whole repo
|
2026-03-05 18:12:33 +01:00 |
|
wyzula_j
|
4d41be61b5
|
fix(client_utils): safeguard for accessing gui.new and launcher if GUIServer not running
|
2026-03-05 18:12:33 +01:00 |
|
wyzula_j
|
de6c6284ad
|
feat(becconnector): exposed rpc flag added to the BECConnector
|
2026-03-05 18:12:33 +01:00 |
|
 appel_candwyzula_j
|
2826919c5a
|
refactor: add extra tour steps, add enter button
|
2026-03-05 18:12:33 +01:00 |
|
 appel_candwyzula_j
|
a1a400f540
|
fix: address copilot review
|
2026-03-05 18:12:33 +01:00 |
|
 appel_candwyzula_j
|
fcb43066e4
|
feat: add guided tour docs to device-manager-view
|
2026-03-05 18:12:33 +01:00 |
|
 appel_candwyzula_j
|
83489b7519
|
refactor(guided-tour): add support for QTableWidgetItem
|
2026-03-05 18:12:33 +01:00 |
|
 appel_candwyzula_j
|
7bcdc31f11
|
fix(guided-tour): fix skip past invalid step for 'prev' step
|
2026-03-05 18:12:33 +01:00 |
|
 wakonig_kandwyzula_j
|
3ffdf11c3e
|
feat: guided tour for main app
|
2026-03-05 18:12:33 +01:00 |
|
wyzula_j
|
0d05839e9e
|
fix(server): gui server can reach shutdown, logic moved to becconnector
|
2026-03-05 18:12:33 +01:00 |
|
wyzula_j
|
047ff2bef7
|
fix(rpc_server): removed unused get _get_becwidget_ancestor
|
2026-03-05 18:12:32 +01:00 |
|
wyzula_j
|
8b782ac302
|
feat(widget_highlighter): reusable separate widget highlighter
|
2026-03-05 18:12:32 +01:00 |
|
wyzula_j
|
00bf01c129
|
refactor(widget_io): hierarchy logic generalized
|
2026-03-05 18:12:32 +01:00 |
|
wyzula_j
|
b29648e10b
|
fix(cli): RPC API from any folder
|
2026-03-05 18:12:32 +01:00 |
|
wyzula_j
|
7507f27d68
|
fix(becconnector): sanitize the setObjectName from qobject inheritance
|
2026-03-05 18:12:32 +01:00 |
|
 appel_candwyzula_j
|
b798ea2340
|
feat(bec-login): Add login widget in material design style
|
2026-03-05 18:12:32 +01:00 |
|
wyzula_j
|
92ae5fc7fb
|
fix: removal of old BECDock import
|
2026-03-05 18:12:32 +01:00 |
|
wyzula_j
|
cd9c7ab079
|
fix(colors): more benevolent fetching of colormap names, avoid hardcoded wrong colormap mapping from GradientWidget from pg
|
2026-03-05 18:12:32 +01:00 |
|
wyzula_j
|
fb55e72713
|
fix(screen_utils): screen utilities added and fixed sizing for widgets from launch window and main app
|
2026-03-05 18:12:32 +01:00 |
|
wyzula_j
|
cfd6bde268
|
feat(signal_combobox): extended that can filter by signal class and dimension of the signal
|
2026-03-05 18:12:32 +01:00 |
|
wyzula_j
|
4357d984c8
|
feat(toolbar): toolbar can be synced with the property_changed for toggle actions
|
2026-03-05 18:12:32 +01:00 |
|
wyzula_j
|
7cce3bd542
|
feat(SafeProperty): SafeProperty emits property_changed signal
|
2026-03-05 18:12:32 +01:00 |
|
 wakonig_kandwyzula_j
|
84d6653d19
|
fix(rpc_server): use single shot instead of processEvents to avoid dead locks
|
2026-03-05 18:12:32 +01:00 |
|