qutebrowser/qutebrowser/models
Florian Bruhin 1eabbfbfcf Replace QAbstractItemModel by QStandardItemModel.
This is probably the most depressing commit ever.

For some reason I didn't find this while searching for models I could
use and rolled my own one. This uses A LOT less code, and is A LOT
faster...
2014-04-30 07:32:51 +02:00
..
__init__.py Move models to qutebrowser.models 2014-02-14 17:41:12 +01:00
basecompletion.py Replace QAbstractItemModel by QStandardItemModel. 2014-04-30 07:32:51 +02:00
cmdhistory.py Consistent string chars 2014-04-25 16:53:23 +02:00
completion.py Unfiy completions into single file 2014-04-25 12:29:00 +02:00
completionfilter.py Replace QAbstractItemModel by QStandardItemModel. 2014-04-30 07:32:51 +02:00