Update TODO

This commit is contained in:
Florian Bruhin 2014-04-25 12:07:53 +02:00
parent c087efb1fd
commit 82cb91957d

1
TODO
View File

@ -22,7 +22,6 @@ _foo = QApplication.instance().obj.foo for global singletons?
decorators for often-used signals from singletons? decorators for often-used signals from singletons?
- @on_config_changed('colors') - @on_config_changed('colors')
- @on_enter_mode('hints') - @on_enter_mode('hints')
find better names for *Parser/*Manager
Use py3.4 Enums with a backport to qutebrowser.utils? Use py3.4 Enums with a backport to qutebrowser.utils?
Simplify using of modes (e.g. enter_mode hint instead of :hint) Simplify using of modes (e.g. enter_mode hint instead of :hint)