perl_d
1bfb358829
feat: available resources basic structure
2025-08-21 15:47:41 +02:00
appel_c
591c2a7438
feat: initial commit DeviceConfigWidget
2025-08-18 14:10:12 +02:00
wyzula_j and Jan Wyzula
926d722955
feat(property_manager): property manager widget
2025-08-14 09:16:04 +02:00
perl_d and David Perl
f4af6ebc5f
fix: use better source for plugin repo name
2025-08-07 15:39:07 +02:00
perl_d and David Perl
a923f12c97
feat: autoformat compiled file and add docs
2025-08-07 15:39:07 +02:00
perl_d and David Perl
a5a7607a83
tests: add tests for widget creator
2025-08-07 15:39:07 +02:00
perl_d and David Perl
9de548446b
fix: plugin widget import machinery
...
- lazy import client so plugin widgets can import BECWidgets which use
it indirectly
- exclude classes originating from bec_widgets core from plugin
discovery
- better errors
2025-08-07 15:39:07 +02:00
perl_d and David Perl
49ac7decf7
feat(plugin manager): add cli commands
2025-08-07 15:39:07 +02:00
appel_c and Christian Appel
50c84a766a
refactor(scan-history): add spinner for loading time of history
2025-07-31 13:09:47 +02:00
appel_c and Christian Appel
d22a3317ba
refactor: use client callback for scan history reload
2025-07-31 13:09:47 +02:00
appel_c and Christian Appel
6df1d0c31f
fix(scan-history-view): account for async loading of scan history
2025-07-31 13:09:47 +02:00
appel_c and Christian Appel
946752a4b0
refactor(scan-history): fix insert logic; cleanup
2025-07-31 13:09:47 +02:00
appel_c and Christian Appel
c1f62ad6cb
refactor: make ids a set, cleanup
2025-07-31 13:09:47 +02:00
appel_c and Christian Appel
a5adf3a97d
refactor: improve scan history performance on loading full scan lists
2025-07-31 13:09:47 +02:00
perl_d and David Perl
f18eeb9c5d
fix: don't warn on empty DeviceEdit init
2025-07-31 09:26:59 +02:00
perl_d and David Perl
32ce8e2818
fix: remove config, directly set device+signal
2025-07-31 09:26:59 +02:00
perl_d and David Perl
23413cffab
fix: delete choice dialog on close
2025-07-31 09:26:59 +02:00
David Perl and David Perl
4bbb8fa519
fix: display short lists in SignalDisplay
2025-07-31 09:26:59 +02:00
wakonig_k and Klaus Wakonig
cd81e7f9ba
fix(cli): ensure guis are not started twice
2025-07-31 08:49:48 +02:00
wakonig_k and Jan Wyzula
fc68d2cf2d
feat(monaco): add insert, delete and lsp header
2025-07-29 15:23:36 +02:00
wakonig_k and Jan Wyzula
627b49b33a
feat(monaco): add vim mode
2025-07-29 15:23:36 +02:00
wakonig_k and Jan Wyzula
a51ef04cdf
fix(monaco): forward text changed signal
2025-07-29 15:23:36 +02:00
wakonig_k and Jan Wyzula
40f4bce285
test(web console): add tests for the web console
2025-07-29 15:23:36 +02:00
wakonig_k and Jan Wyzula
2b9fe6c959
feat(web console): add signal to indicate when the js backend is initialized
2025-07-29 15:23:36 +02:00
wakonig_k and Jan Wyzula
c2e16429c9
feat(web console): add set_readonly method
2025-07-29 15:23:36 +02:00
wakonig_k and Klaus Wakonig
fd5af01842
feat(dock area): add screenshot toolbar action
2025-07-29 15:08:17 +02:00
wakonig_k and Klaus Wakonig
8a214c8978
feat(rpc_timeout): add decorator to override the rpc timeout
2025-07-29 15:08:17 +02:00
wyzula_j and Jan Wyzula
6bf84aea25
fix(waveform): fallback mechanism for auto mode to use index if scan_report_devices are not available
2025-07-29 14:56:54 +02:00
wakonig_k and Klaus Wakonig
bf86a030a0
fix(bec widgets): always call cleanup of child widgets on cleanup
2025-07-29 14:04:24 +02:00
wakonig_k and Klaus Wakonig
c1bdc506e8
fix(image_base): fix cleanup of uninitialized image layer
2025-07-29 11:19:07 +02:00
wyzula_j and Jan Wyzula
e090ac49b7
fix(launch_window): logic for custom main window apps adjusted
2025-07-29 09:01:01 +02:00
wyzula_j and Jan Wyzula
e4521d9528
feat(bec_main_window): plugin and rpc created
2025-07-29 09:01:01 +02:00
wyzula_j and Jan Wyzula
1d0490fff4
fix(bec_main_window): main window have unified status bar on macOS
2025-07-29 09:01:01 +02:00
wyzula_j and Jan Wyzula
10cbb9a05c
refactor(widgets): all plugins regenerated
2025-07-29 09:01:01 +02:00
wyzula_j and Jan Wyzula
7073e75adf
fix(scan_progressbar): added kwargs to init
2025-07-29 09:01:01 +02:00
wyzula_j and Jan Wyzula
e42ffd7c01
fix(color_button_native): removed BECWidget inheritance
2025-07-29 09:01:01 +02:00
wyzula_j and Jan Wyzula
2bd6d00899
fix(decimal_spinbox): removed BECWidget inheritance
2025-07-29 09:01:01 +02:00
wyzula_j and Jan Wyzula
c2a918ef4b
fix(plugin_utils): plugins can be created from QWidgets, no need for BECWidget base class for plugin creation
2025-07-29 09:01:01 +02:00
wyzula_j and Jan Wyzula
6bbf5126cf
fix(widgets): added missing __init__ files
2025-07-29 09:01:01 +02:00
wyzula_j and Jan Wyzula
728d4efd96
fix(utils): plugin template createWidget do not initialise widgets by default
2025-07-29 09:01:01 +02:00
wyzula_j and Jan Wyzula
61e5bde15f
fix(waveform): autorange is applied with 150ms delay after curve is added
2025-07-26 14:43:51 +02:00
appel_c and Christian Appel
4d5df9608a
refactor(positioner-box): cleanup, accept float precision
2025-07-25 19:43:52 +02:00
appel_c and Christian Appel
b718b438ba
fix(positioner-box): Test to fix handling of none integer values for precision
2025-07-25 19:43:52 +02:00
wakonig_k and Klaus Wakonig
b4e0664011
fix(cli): remove stderr from cli output when not using rpc
2025-07-25 12:17:44 +02:00
David Perl and Jan Wyzula
0d81bdd4dd
fix: cleanup subscriptions in device browser
2025-07-23 10:00:43 +02:00
perl_d and Jan Wyzula
8eb8225a7f
fix: factor out device name function and add test
2025-07-23 08:56:52 +02:00
wyzula_j and Jan Wyzula
491d04467c
fix(rpc_base): rpc_call wrapper passes full_name for Devices indeed of name
2025-07-23 08:56:52 +02:00
perl_d and Jan Wyzula
608590c542
fix: ignore KeyError in SignalLabel
2025-07-22 20:18:28 +02:00
perl_d and David Perl
cd17a4aad9
fix(signal_label): rewrite reading selection logic
2025-07-22 15:24:03 +01:00
perl_d and David Perl
f0dc992586
fix(signal_label): use read() instead of get() for init
2025-07-22 15:24:03 +01:00