bumblebee-status/bumblebee/modules
Tobi-wan Kenobi 1a4cddb0b6 [core] Fix callback registration ("shadowed" events)
Until now, as soon as a widget registered *any* callback, the default
callbacks (e.g. scroll up/down to go to next/previous workspace) didn't
work anymore, as there was a better match for the general registration
(even though not for the button).

To fix this, merge the callback registration into a flat registration,
where a key is calculated from the ID of the registrar and the
registered button.

see #23
2016-12-11 07:38:56 +01:00
..
__init__.py [core/engine] Add module loading logic 2016-12-04 11:09:10 +01:00
battery.py [core] Fix callback registration ("shadowed" events) 2016-12-11 07:38:56 +01:00
brightness.py [modules/brighness] Re-enable brightness module 2016-12-10 14:31:18 +01:00
caffeine.py [modules/caffeine] Re-implement caffeine module 2016-12-10 15:36:18 +01:00
cmus.py [modules] Add help texts 2016-12-10 12:03:58 +01:00
cpu.py [modules/cpu] Pad to 3 digits before comma to fix width 2016-12-10 09:04:12 +01:00
datetime.py [core/engine] Add aliasing mechanism to modules 2016-12-11 07:18:06 +01:00
disk.py [tests/disk] Add critical/warning threshold tests for disk module 2016-12-10 18:49:25 +01:00
memory.py [modules/memory] Re-enable memory usage module 2016-12-10 19:20:19 +01:00
nic.py [modules] Add help texts 2016-12-10 12:03:58 +01:00
test.py [modules/datetime] Use parameter functionality to get format 2016-12-09 08:23:53 +01:00