bumblebee-status/bumblebee_status/core
tobi-wan-kenobi 547874dafd [core/module] allow modules to perform updates in background
a module can now set `self.background = True` in its `__init__()` method
to make sure its update method is invoked in a separate thread.

also, do a PoC implementation of this for the github module.

TODO: add this to dev doc

see #640
2020-05-30 17:22:02 +02:00
..
__init__.py [core] restructure to allow PIP packaging 2020-05-09 21:22:00 +02:00
config.py [docs] add new module 2020-05-23 16:55:24 +02:00
decorators.py [core/decorators] add docstrings 2020-05-16 15:28:15 +02:00
event.py [core] restructure to allow PIP packaging 2020-05-09 21:22:00 +02:00
input.py [core] add debugging around click events 2020-05-16 15:16:23 +02:00
module.py [core/module] allow modules to perform updates in background 2020-05-30 17:22:02 +02:00
output.py [core] restructure to allow PIP packaging 2020-05-09 21:22:00 +02:00
theme.py [theme] load custom iconset first 2020-05-26 07:56:04 +02:00
widget.py [core/widget] make arbitrary modules scrollable 2020-05-18 13:13:06 +02:00