qutebrowser/qutebrowser/widgets
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
..
statusbar Remove Emit:/Raise: from docstrings. 2014-10-07 23:08:37 +02:00
__init__.py Add vim modelines to all files. 2014-06-19 09:04:37 +02:00
completion.py Clean up selection model properly in completion. 2014-10-08 17:36:59 +02:00
completiondelegate.py Clean up FIXMEs and add github URLs 2014-10-01 22:23:27 +02:00
console.py Accept click focus in debug console. Fixes #142. 2014-10-07 21:42:45 +02:00
crash.py Add multi window support to :restore/:restart. 2014-09-29 22:37:46 +02:00
downloads.py Fix DownloadView __repr__ if model is None. Fixes #170. 2014-10-08 17:19:51 +02:00
mainwindow.py Fix lint 2014-10-07 23:10:58 +02:00
misc.py Improve __repr__ methods. 2014-09-26 15:48:24 +02:00
tabbedbrowser.py Remove Emit:/Raise: from docstrings. 2014-10-07 23:08:37 +02:00
tabwidget.py Move config transforming of to Qt values to configtypes. 2014-10-07 19:58:30 +02:00
webview.py Remove Emit:/Raise: from docstrings. 2014-10-07 23:08:37 +02:00