|
|
c8ea2d5fc0
|
added tooltips
|
2021-06-11 17:58:11 +02:00 |
|
|
|
ea5cf1e9bc
|
added some custom colormaps
|
2021-06-11 15:47:06 +02:00 |
|
|
|
42c19eeb11
|
todo
|
2021-06-10 13:41:29 +02:00 |
|
|
|
9d592855f5
|
added some notes on dependencies
|
2021-06-10 13:21:09 +02:00 |
|
|
|
674192c18e
|
added missing colons in comments
|
2021-06-10 13:20:48 +02:00 |
|
|
|
fca91d99d3
|
added a few nice colormaps
|
2021-06-10 12:38:28 +02:00 |
|
|
|
2182463004
|
consistent naming
|
2021-06-10 11:03:48 +02:00 |
|
|
|
59888c07d4
|
added checkbox to reverse colormap
|
2021-06-10 10:39:20 +02:00 |
|
|
|
acb3f06682
|
added todo note
|
2021-06-09 16:34:36 +02:00 |
|
|
|
4aec32bb28
|
slightly better error message
|
2021-06-09 16:34:28 +02:00 |
|
|
|
411a38e297
|
check if source is connected before adding callback
|
2021-06-09 16:33:51 +02:00 |
|
|
|
859c970a45
|
made src.is_connected dynamic
|
2021-06-09 16:32:13 +02:00 |
|
|
|
8fb5893acc
|
wait for connection after PV init (and before attaching cache)
|
2021-06-09 16:07:50 +02:00 |
|
|
|
80a48babc2
|
store PV name on Camera objects
|
2021-06-09 16:06:57 +02:00 |
|
|
|
3a311c070f
|
added binning for 2D images
|
2021-06-09 15:53:49 +02:00 |
|
|
|
35ccbe8764
|
adjust attribute names to TextInput -> Spinner change
|
2021-06-09 14:50:51 +02:00 |
|
|
|
ecfe4882b4
|
removed debug prints
|
2021-06-09 14:42:47 +02:00 |
|
|
|
b77cc8e636
|
use repr() in debug output
|
2021-06-09 14:42:29 +02:00 |
|
|
|
10c28c5904
|
changed TextInput to Spinner for cache sizes
|
2021-06-09 14:39:27 +02:00 |
|
|
|
bccc2b84c7
|
cleanup
|
2021-06-09 14:30:47 +02:00 |
|
|
|
881631bdb0
|
added callback util
|
2021-06-09 14:29:21 +02:00 |
|
|
|
546d5312fb
|
allow setting vmin and vmax
|
2021-06-09 14:04:05 +02:00 |
|
|
|
159037e825
|
added some todo notes
|
2021-06-09 14:02:34 +02:00 |
|
|
|
33d02ee0ba
|
imports cleanup
|
2021-06-09 13:38:28 +02:00 |
|
|
|
c2c4c6ab58
|
allow setting colormap
|
2021-06-09 13:33:06 +02:00 |
|
|
|
3e34de69d5
|
made y range honor visibility setting; increased auto-range padding a bit
|
2021-06-09 11:38:58 +02:00 |
|
|
|
25c29a12a1
|
replace Toggle with Checkbox (by popular demand); use adjust_margin() util
|
2021-06-09 11:20:23 +02:00 |
|
|
|
03673f2868
|
added single checkbox widget that can substitute for Toggle
|
2021-06-09 11:19:24 +02:00 |
|
|
|
3dfce8f5e5
|
added adjust_margin() utility
|
2021-06-09 11:18:18 +02:00 |
|
|
|
51810ad75a
|
first try on a config toggle logic
|
2021-06-08 16:57:14 +02:00 |
|
|
|
289469a8b8
|
add toggles (errors, curves) for 1D plots
|
2021-06-08 14:39:35 +02:00 |
|
|
|
7e2ec4cb28
|
disable cache-size cfg for 2D plots
|
2021-06-08 14:38:14 +02:00 |
|
|
|
6d29853010
|
added a workaround for overlapping widgets
|
2021-06-08 12:10:16 +02:00 |
|
|
|
f1737aa59f
|
naming
|
2021-06-07 20:55:43 +02:00 |
|
|
|
837b8ef259
|
select plot-specific config dialog, hold in actor and pass into frame
|
2021-06-07 20:45:36 +02:00 |
|
|
|
be1987c200
|
prepare for different config dialogs for each plot type
|
2021-06-07 20:05:04 +02:00 |
|
|
|
191748f24e
|
added comment
|
2021-06-07 19:36:52 +02:00 |
|
|
|
adf111c0cf
|
delegate setattr from wrapper to wrapped for whitelisted attributes
|
2021-06-07 19:35:13 +02:00 |
|
|
|
2e18e3ccd1
|
delegate getattr from wrapper to wrapped
|
2021-06-07 18:10:59 +02:00 |
|
|
|
c016d73c89
|
add cache callback with_ctrlvars=False for all sources (not only cameras)
|
2021-06-07 15:33:29 +02:00 |
|
|
|
cb6c60709e
|
added forgotten underscore
|
2021-06-07 15:23:18 +02:00 |
|
|
|
3db17857e7
|
removed unused imports
|
2021-06-07 15:22:42 +02:00 |
|
|
|
42a70d0b84
|
added Config Dialog class
|
2021-06-07 15:17:40 +02:00 |
|
|
|
4e83b1173e
|
split files
|
2021-06-07 12:25:46 +02:00 |
|
|
|
07f0a2ae1b
|
removed cacher
|
2021-06-06 18:37:51 +02:00 |
|
|
|
62166494ad
|
refactored decide functions
|
2021-06-06 18:26:31 +02:00 |
|
|
|
90bfa6359e
|
uppercase input already here
|
2021-06-06 18:26:03 +02:00 |
|
|
|
4a6c506083
|
moved cache creation
|
2021-06-05 17:39:16 +02:00 |
|
|
|
cfc734905a
|
added comment
|
2021-06-05 15:42:36 +02:00 |
|
|
|
4a57845a38
|
added todo note
|
2021-06-05 15:40:44 +02:00 |
|