piker/piker/ui
Tyler Goodlet 1d649e55ca Fix curve up-sampling on `'r'` hotkey
Previously when very zoomed out and using the `'r'` hotkey the
interaction handler loop wouldn't trigger a re-(up)sampling to get
a more detailed curve graphic and instead the previous downsampled
(under-detailed) graphic would show. Fix that by ensuring we yield back
to the Qt event loop and do at least a couple render cycles with paired
`.interact_graphics_cycle()` calls.

Further this flips the `.start/signal_ic()` methods to use the new
`.reset_graphics_caches()` ctr-mngr method.
2023-03-05 21:23:42 -05:00
..
kivy Port kivy monitor to new tractor stream api 2021-04-29 09:10:11 -04:00
quantdom Drop quantdum legend item 2021-05-24 12:23:02 -04:00
__init__.py Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
_anchors.py Even more correct "default view" snap-to-pp-marker 2022-04-30 11:36:23 -04:00
_annotate.py Adjust `.ui` modules to new set-style "optional" annots 2023-03-03 18:36:46 -05:00
_app.py Add `ChartPlotWidget.main_viz: Viz` convenience `@property` 2023-02-12 13:55:26 -05:00
_axes.py Repair x-label datetime labels when in array-index mode 2023-03-03 18:36:46 -05:00
_chart.py Drop remaining usage of `ChartPlotWidget.default_view()` 2023-03-05 21:14:22 -05:00
_cursor.py Repair x-label datetime labels when in array-index mode 2023-03-03 18:36:46 -05:00
_curve.py Disable coordinate caching during interaction 2023-03-03 18:36:46 -05:00
_dataviz.py Facepalm: set `Viz.ViewState.yrange` even on cache hits.. 2023-03-05 21:22:55 -05:00
_display.py Drop remaining usage of `ChartPlotWidget.default_view()` 2023-03-05 21:14:22 -05:00
_editors.py Adjust `.ui` modules to new set-style "optional" annots 2023-03-03 18:36:46 -05:00
_event.py Drop use `tractor.trionics.gather_contexts()` in `open_handlers()` 2022-09-12 20:25:15 -04:00
_exec.py Use new tractor kwargs getter func 2023-01-13 13:21:49 -05:00
_feedstatus.py Fill in label with pairs from `status` value of backend init msg 2022-06-05 22:08:00 -04:00
_forms.py Adjust `.ui` modules to new set-style "optional" annots 2023-03-03 18:36:46 -05:00
_fsp.py Adjust `.ui` modules to new set-style "optional" annots 2023-03-03 18:36:46 -05:00
_icons.py Add an icon setter api to `Selection` 2021-09-14 12:25:30 -04:00
_interaction.py Fix curve up-sampling on `'r'` hotkey 2023-03-05 21:23:42 -05:00
_l1.py TOSQUASH: 84f19308 (l1 rework) 2023-02-12 15:38:43 -05:00
_label.py Adjust `.ui` modules to new set-style "optional" annots 2023-03-03 18:36:46 -05:00
_lines.py Adjust `.ui` modules to new set-style "optional" annots 2023-03-03 18:36:46 -05:00
_notify.py Adjust `.ui` modules to new set-style "optional" annots 2023-03-03 18:36:46 -05:00
_ohlc.py Disable coordinate caching during interaction 2023-03-03 18:36:46 -05:00
_orm.py Adjust `.ui` modules to new set-style "optional" annots 2023-03-03 18:36:46 -05:00
_overlay.py Facepalm, align overlay plot view exactly to parent 2023-03-03 18:36:46 -05:00
_pg_overrides.py Adjust `.ui` modules to new set-style "optional" annots 2023-03-03 18:36:46 -05:00
_position.py Adjust `.ui` modules to new set-style "optional" annots 2023-03-03 18:36:46 -05:00
_render.py Better doc string, use `Viz.vs: ViewState` 2023-03-03 18:36:46 -05:00
_search.py Adjust `.ui` modules to new set-style "optional" annots 2023-03-03 18:36:46 -05:00
_signalling.py More fixes, some reversions 2021-07-21 18:26:24 -07:00
_style.py Adjust `.ui` modules to new set-style "optional" annots 2023-03-03 18:36:46 -05:00
_window.py Adjust `.ui` modules to new set-style "optional" annots 2023-03-03 18:36:46 -05:00
cli.py Only require `-b <brokername>` for filtering 2023-01-10 11:09:19 -05:00
order_mode.py Adjust `.ui` modules to new set-style "optional" annots 2023-03-03 18:36:46 -05:00
view_mode.py Rename overlay technique var to `method` 2023-03-03 18:36:46 -05:00