qutebrowser/qutebrowser/completion
Florian Bruhin 622938e3d3 Fix completion performance with shrink=True.
Before, the completion was shrinked every time any item was removed/added to
the completion (rowsRemoved/rowsInserted signals), which was >3000 times when
completing history.

Also, the signals got connected multiple times if setting the same model, which
made the situation worse.

Fixes #734.
2015-06-05 07:16:33 +02:00
..
models Set Qt.ItemNeverHasChildren for leaf model items. 2015-05-18 21:35:14 +02:00
__init__.py Update copyright years 2015-01-03 15:51:31 +01:00
completer.py Fix completion performance with shrink=True. 2015-06-05 07:16:33 +02:00
completiondelegate.py completion: Highlight text case-insensitively. 2015-03-11 07:50:45 +01:00
completionwidget.py Fix completion performance with shrink=True. 2015-06-05 07:16:33 +02:00