bumblebee-status/core
tobi-wan-kenobi 04fc9867ac [core/input] Move event handling to core.event
Until now, bumblebee-status did event handling in two places with almost
identical code: in core.event (makes sense) and core.input (still makes
sense, but a bit more dubious).

Changed core.input to use core.event
2020-04-04 13:52:10 +02:00
..
__init__.py Add missing __init__.py 2020-01-19 14:22:56 +01:00
config.py [core/config] Allow string formatted intervals 2020-04-02 16:55:36 +02:00
decorators.py [modules] Adjust update schedules 2020-04-02 16:30:31 +02:00
event.py [tests/event] Add some more tests for trigger-time args 2020-04-04 08:44:41 +02:00
input.py [core/input] Move event handling to core.event 2020-04-04 13:52:10 +02:00
module.py [core] Move "every" to decorators module 2020-03-29 14:36:44 +02:00
output.py [core/input] __ for private variables, use id as property 2020-03-29 14:43:04 +02:00
theme.py [core/theme] Fix retrieval of rotating theme values (e.g. battery) 2020-04-02 12:51:08 +02:00
widget.py [core/widget] bump test coverage 2020-03-27 13:54:22 +01:00