piker/piker
Tyler Goodlet d269edc0b3 Re-org main window singleton into a new module
Avoids some cyclical and confusing import time stuff that we needed to get
DPI aware fonts configured from the active display. Move the main window
singleton into its own module and add a `main_window()` getter for it.
Make `current_screen()` a ``MainWindow` method to avoid so many module
variables.
2021-06-13 23:47:52 -04:00
..
brokers Fix to msg attr access 2021-06-10 12:02:26 -04:00
clearing Grr pydantic being a weirdo 2021-06-10 08:37:21 -04:00
cli Pass "arbiter" socket correctly 2021-06-08 15:57:01 -04:00
data Avoid `numpy` type usage on the wire 2021-06-01 10:48:23 -04:00
fsp Breakout fsp rt loop as non-closure for readability 2021-05-24 12:26:44 -04:00
testing Import client for now until we make a proper shim 2018-02-12 10:35:54 -05:00
ui Re-org main window singleton into a new module 2021-06-13 23:47:52 -04:00
watchlists Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
__init__.py Reminder to remove msgpack-numpy 2021-05-24 12:20:48 -04:00
_async_utils.py Wishful thinking with conditional mngrs 2021-01-15 21:10:08 -05:00
_daemon.py Comments clean and improvments 2021-06-10 08:24:10 -04:00
_profile.py Add a pyqtgraph profiling toggle to chart CLI 2020-12-29 18:05:36 -05:00
calc.py Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
log.py Add license headers to pertinent files 2020-11-06 12:23:14 -05:00