qutebrowser/qutebrowser
Florian Bruhin fe1215c74d Clean up selection model properly in completion.
http://qt-project.org/doc/qt-5/qabstractitemview.html#setModel :

This function will create and set a new selection model, replacing any model
that was previously set with setSelectionModel(). However, the old selection
model will not be deleted as it may be shared between several views. We
recommend that you delete the old selection model if it is no longer required.
2014-10-08 17:36:59 +02:00
..
browser Small whitespace fix. 2014-10-08 06:22:20 +02:00
commands command: Remove unneeded has_count check. 2014-10-08 07:40:53 +02:00
config Use weakref for config.on_change. Fixes #156. 2014-10-08 10:40:46 +02:00
html qute:log: Scroll to bottom on load 2014-08-29 07:38:07 +02:00
keyinput Remove Emit:/Raise: from docstrings. 2014-10-07 23:08:37 +02:00
models Remove Emit:/Raise: from docstrings. 2014-10-07 23:08:37 +02:00
network Remove Emit:/Raise: from docstrings. 2014-10-07 23:08:37 +02:00
test Remove checks if standard dirs exist from unittests. 2014-10-08 07:17:34 +02:00
utils Clean up :later timers correctly on exceptions. 2014-10-08 07:52:49 +02:00
widgets Clean up selection model properly in completion. 2014-10-08 17:36:59 +02:00
__init__.py Start with manpage generation 2014-07-18 07:48:33 +02:00
__main__.py Add /usr/bin/env to shebangs 2014-09-22 20:21:00 +02:00
app.py Add an init method for standarddir. 2014-10-08 06:43:00 +02:00
qutebrowser.py Support opening multiple windows via init args. 2014-09-29 18:50:46 +02:00