piker/piker/ui
Tyler Goodlet c08f192f77 Move charting to new tractor stream api
This required a fsp task spawning logic rework which ended up being
cleaner just spawning tasks in a loop sequentially instead of trying
a 2-phase spawn-then-initialize approach.

This also includes changes from the symbol search branch hacked in.
Mostly it includes isolating the main chart startup-sequence to a
function that can be run in a new task every time a new symbol is
requested by the selector/searcher. The actual search functionality
obviously isn't in here yet but minor changes are included as part of
pulling out the `tractor` stream api patch from the symbol search dev
branch.
2021-04-29 11:28:00 -04:00
..
_graphics Drop lingering prints 2021-04-10 14:18:40 -04:00
kivy Port kivy monitor to new tractor stream api 2021-04-29 09:10:11 -04:00
qt Move all Qt components into top level ui module 2020-10-02 12:13:28 -04:00
quantdom Start a profiling mod 2020-10-26 14:08:42 -04:00
__init__.py Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
_annotate.py Move marker factory funcs to new mod 2021-03-18 16:59:22 -04:00
_axes.py Base axis text offset on dpi-aware font size 2021-03-31 14:24:39 -04:00
_chart.py Move charting to new tractor stream api 2021-04-29 11:28:00 -04:00
_exec.py Make standalone mode work again 2021-04-15 08:23:08 -04:00
_interaction.py Size execution arrows to dpi 2021-03-31 14:26:13 -04:00
_l1.py Always update L1 labels 2021-04-10 14:18:40 -04:00
_label.py Hip shot: try making low dpi font sizes "just work" 2021-03-29 17:52:32 -04:00
_pg_overrides.py Override the inverse transform func from pg 2021-03-19 00:40:39 -04:00
_signalling.py Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
_style.py Make default view more zooomed in 2021-03-31 14:26:32 -04:00
cli.py Move feed api(s) into new submodule 2021-04-15 10:43:29 -04:00
order_mode.py Hack broadcast chan for order submissions, smh 2021-04-14 11:02:14 -04:00