bumblebee-status/bumblebee
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
..
modules [core] Fix callback registration ("shadowed" events) 2016-12-11 07:38:56 +01:00
__init__.py [output] Create preliminary framework for output handling 2016-10-30 15:58:35 +01:00
config.py [core] Pass configuration parameters to modules 2016-12-09 08:00:26 +01:00
engine.py [core/engine] Add aliasing mechanism to modules 2016-12-11 07:18:06 +01:00
error.py [core/themes] Add theme loading 2016-12-08 09:44:05 +01:00
input.py [core] Fix callback registration ("shadowed" events) 2016-12-11 07:38:56 +01:00
output.py [modules/nic] Re-enable NIC module 2016-12-10 11:25:02 +01:00
store.py [all] pylint refinements 2016-12-09 08:43:14 +01:00
theme.py [modules/battery] Fix ac and unknown display 2016-12-11 07:28:15 +01:00
util.py [modules/disk] Re-enable disk usage module 2016-12-10 18:21:01 +01:00