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

51 Commits

Author SHA1 Message Date
wyzula-jan
ce54daf754 fix: correct coordinates for cursor table 2023-08-15 14:01:23 +02:00
wyzula-jan
167a891c47 fix: crosshair snaps to correct coordinates also with logx and logy 2023-08-14 14:30:04 +02:00
wyzula-jan
b57b3bb1af feat: new GUI for line_plot.py 2023-08-11 14:41:37 +02:00
wyzula-jan
abc5f911fe Merge branch 'master' into frontend 2023-08-11 10:31:24 +02:00
wyzula-jan
37680152fb refactor: renamed line_plot.ui to basic_plot.ui 2023-08-11 10:25:40 +02:00
23c206d550 refactor: rename line_plot to basic_plot 2023-08-11 10:21:12 +02:00
67f619ee89 fix: dispatcher argparse and scan_plot tests 2023-08-11 10:12:24 +02:00
a9dd191629 fix: gui event removing bugs 2023-08-11 09:47:59 +02:00
dfce55b675 refactor: register scan_segment callback directly
* this allows to skip client.start() setup
2023-08-11 08:59:19 +02:00
6a3df34cdf feat: add generic connect function for slots 2023-08-11 08:59:18 +02:00
8c9a9c9353 feat: add possibility to provide service config 2023-08-11 08:59:18 +02:00
0bf452ad1b fix: q selection for gui_event signal 2023-08-11 06:57:00 +02:00
wyzula-jan
20e9516595 feat: cursor universal signals
* 1D plot universal for multiple curves
* 2D plot rectangular selection
* signals for move/click for both 1D and 2D
2023-08-10 18:29:06 +02:00
dc5fd9959f refactor: made client a module import 2023-08-10 18:12:21 +02:00
wyzula-jan
f75554bd7b feat: cursor universal for 1D and 2D
* in 1D snapping to the closest curve
* 2D getting int coordinates
2023-08-10 14:30:45 +02:00
wyzula-jan
5353fed7bf feat: added qt_utils package with general Crosshair function
* only emits int -> suitable for 2D coordinates but not for 1D plot
2023-08-10 10:50:47 +02:00
c2d469b454 fix: fixed logic in data subscription 2023-08-09 21:39:28 +02:00
7bec0b5e6c fix: scan_plot to accept metadata from dap signal
* as a consequence of 18b5d46678
2023-08-09 15:57:42 +02:00
wyzula-jan
18b5d46678 feat: metadata available on_dap_update 2023-08-09 11:40:29 +02:00
378be81bf6 fix: plotting latest 1d curves 2023-08-09 09:37:14 +02:00
wyzula-jan
bb806c149d feat: plotting from streamer 2023-08-08 18:25:34 +02:00
wyzula-jan
14e92e8d68 refactor: changed from bec client to dispatcher 2023-08-08 14:10:24 +02:00
wyzula-jan
0feca4b157 feat: added Legend to plot
* all curves labeled according to available signals
* added static method to remove curve by name
2023-08-07 15:36:16 +02:00
wyzula-jan
a999f7669a feat: cursor coordinate as a QTable
* added debug button for testing
* roi_signal emitted after roi selection
* roi coordinates displayed in label over plot
2023-08-07 14:10:28 +02:00
wyzula-jan
4fb0a3b058 fix: Testing the data structure of plotting 2023-08-07 10:50:44 +02:00
wyzula-jan
075cc79d6f feat: changed from PlotItem to GraphicsLayoutWidget, added LabelItem 2023-08-04 16:32:50 +02:00
91d8ffacff feat: add display_ui_file.py 2023-07-31 17:57:15 +02:00
1325704750 feat: add disconnect_dap_slot 2023-07-31 17:18:58 +02:00
cd11ee51c1 fix: fix examples when run directly as a script 2023-07-24 15:07:42 +02:00
b16406a7fc refactor: move plugins into a separate folder 2023-07-24 15:07:41 +02:00
ff534ad67f refactor: use BECClient for cb on scan_segment 2023-07-24 15:07:31 +02:00
87163fde32 refactor: widgets setup their own connections 2023-07-21 09:58:35 +02:00
e7f644c507 fix: module paths 2023-07-20 09:50:51 +02:00
d8c101cdd7 feat: inherit from GraphicsView for consistency with 2D plot 2023-07-20 09:50:22 +02:00
67905e896c feat: add BECScanPlot2D 2023-07-20 09:50:22 +02:00
1bb3020703 feat: emit the full bec message to slots
* some widgets will require metadata for their operation
2023-07-19 23:38:37 +02:00
9883caa1b3 test: fixed client mock 2023-07-19 10:06:21 +02:00
48075e4fe3 fix: add warning for non-existing signalz 2023-07-18 21:52:59 +02:00
a460f3c0bd fix: documentation and bugfix for mouse_moved 2023-07-18 16:51:48 +02:00
3e1708bf48 feat: add auto-computed color_list from colormaps 2023-07-18 14:16:25 +02:00
10e2906445 feat: add functionality for plotting multiple signals 2023-07-18 12:39:41 +02:00
989a3f0808 feat: added lineplot widget 2023-07-17 19:03:20 +02:00
8fee13a67b feat: added ctrl_c from grum 2023-07-17 19:02:52 +02:00
d8038a8cd0 docs: add notes about qt designer install via conda-forge 2023-07-14 16:02:59 +02:00
5e5c0ed980 refactor: added pylintrc file; cleanup 2023-07-13 22:23:24 +02:00
4ee18ac3af refactor: added example usage within main statement 2023-07-13 18:32:10 +02:00
34e5ed2cf7 feat: move ivan's qtwidgets to bec-widgets 2023-07-13 17:16:34 +02:00
78fd26ad8d ci: testing ci 2023-07-11 18:16:33 +02:00
0b7a659d88 ci: testing ci 2023-07-11 18:11:46 +02:00
db274c644f feat: added config plotter 2023-07-11 17:58:07 +02:00