From 17260bd6e9dff2859c8271391f82a54099b9da39 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 24 Apr 2014 23:56:57 +0200 Subject: [PATCH] Update TODO --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index e4c869078..9289e7c3a 100644 --- a/TODO +++ b/TODO @@ -21,6 +21,13 @@ reorder options clean up utils/ mess (e.g. keys/ subfolder?) rename *Parser to more meaningful names rename modemanager because it sounds like modemmanager (at least imported name) +_foo = QApplication.instance().obj.foo for global singletons? +decorators for often-used signals from singletons? + - @on_config_changed('colors') + - @on_enter_mode('hints') +find better names for *Parser/*Manager +Use _foo.py for modules only used in subpackage? +Use py3.4 Enums with a backport to qutebrowser.utils? Major features ==============