qutebrowser/qutebrowser/completion/models
Florian Bruhin 97dd86735a Improve types of history model values.
- HistoryItem.atime now always should be an int/float.
- The data for the sort role should also be an int, not a string.
  A float would also work, but maybe be slower for no real benefit.
2015-03-12 15:34:32 +01:00
..
__init__.py Update copyright years 2015-01-03 15:51:31 +01:00
base.py Add a dumb sorting option to CompletionFilterModel. 2015-03-11 07:50:33 +01:00
configmodel.py Refactor how completions are organized. 2015-03-11 23:07:58 +01:00
miscmodels.py Refactor how completions are organized. 2015-03-11 23:07:58 +01:00
sortfilter.py Add url history completion for open. 2015-03-11 21:50:16 +01:00
urlmodel.py Improve types of history model values. 2015-03-12 15:34:32 +01:00