qutebrowser/qutebrowser
Florian Bruhin 1d5a1a29e8 Simplify calling commands with an instance.
We used to use a signal and a function in app.py which executes the command
handler. Now we instead use QCoreApplication.instance() which makes everything
a lot easier and cleaner.
2014-05-22 16:14:43 +02:00
..
browser Fix lint 2014-05-22 15:44:16 +02:00
commands Simplify calling commands with an instance. 2014-05-22 16:14:43 +02:00
config Implement quickmarks 2014-05-22 16:44:47 +02:00
html HTML fixes 2014-04-29 17:23:50 +02:00
keyinput Don't warn on prompt keychain bindings 2014-05-20 17:50:09 +02:00
models Fix some more escaped quotes 2014-05-13 22:18:59 +02:00
network Fix ALL the lint 2014-05-21 17:29:09 +02:00
test Improve logging in signal filter 2014-05-16 21:49:35 +02:00
utils Fix lint 2014-05-22 15:44:16 +02:00
widgets Leave hinting mode when tab changed 2014-05-22 17:50:10 +02:00
__init__.py Nicer docstrings 2014-02-19 10:58:32 +01:00
__main__.py Fix some checks 2014-04-29 08:38:01 +02:00
app.py Simplify calling commands with an instance. 2014-05-22 16:14:43 +02:00