From 2c34a016db45e3809effb09d3f8ebdbcfb2c76bf Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 25 Apr 2014 09:52:23 +0200 Subject: [PATCH] Update TODO --- TODO | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO b/TODO index 1f556ab01..94b343f3d 100644 --- a/TODO +++ b/TODO @@ -9,6 +9,7 @@ Changing completion models is awfully slow new keybinding (not in config) crashes exception handler Also, what about unknown settings, unknown values, wrong interpolations, etc.? +values written to config are unordered Style ===== @@ -17,9 +18,7 @@ Refactor completion widget mess (initializing / changing completions) we probably could replace CompletionModel with QStandardModel... replace foo_bar options with foo-bar 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')