bumblebee-status/bumblebee
Tobias Witek c09ce71fce [core] Replace aliases logic with simple dict
Since aliases are so rarely used, just hardcode the list of aliases
inside the engine for now.

This combines the advantage of the speedup of the previous
implementation with the robustness of the first implementation. As
trade-off, extensibility suffers, but given the small number of aliases,
that's OK for now.

fixes #437
2019-09-09 20:17:03 +02:00
..
modules [core] Replace aliases logic with simple dict 2019-09-09 20:17:03 +02:00
__init__.py [output] Create preliminary framework for output handling 2016-10-30 15:58:35 +01:00
config.py Bugfix in parameter parser 2019-08-16 08:42:57 +02:00
engine.py [core] Replace aliases logic with simple dict 2019-09-09 20:17:03 +02:00
error.py [core/themes] Add theme loading 2016-12-08 09:44:05 +01:00
input.py [modules/battery] Allow hiding of icons 2019-06-26 20:36:04 +02:00
output.py Revert "Merge branch 'partial-update-on-input'" 2019-01-26 19:40:08 +01:00
popup.py Merge pull request #392 from bbernhard/callback_fix 2019-06-04 20:36:54 +02:00
popup_v2.py [modules/vault] Add a new password vault module ("pass") 2019-07-06 20:28:21 +02:00
store.py [all] pylint refinements 2016-12-09 08:43:14 +01:00
theme.py [core] Each module can now access theme data 2019-08-01 20:41:13 +02:00
util.py Revert "Merge branch 'partial-update-on-input'" 2019-01-26 19:40:08 +01:00