qutebrowser/qutebrowser/completion/models
Ryan Roden-Corrent 6e025c1bb0 Don't perform alphabetical sort in listcategory.
Instead, expect the data to be given in the desired order. Completion
functions should sort their data _if_ they want it sorted in the
completion. This has a few implications:

- {book,quick}marks appear in the same order they do in the text file.
  This means users can rearrange their mark files for custom sorting.
  Fixes #2354
- Sessions are sorted as they appear in the session manager
- Tabs are sorted numerically, not alphabetically (Fixes #2883)

Note that prefix-based filter sorting is still performed, so items
starting with the filter pattern come first.
2017-08-06 10:00:18 -04:00
..
__init__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
completionmodel.py Fix completion-item-del on undeletable item. 2017-07-22 17:16:35 -04:00
configmodel.py Don't perform alphabetical sort in listcategory. 2017-08-06 10:00:18 -04:00
histcategory.py Fix fetch/delete sql category bug. 2017-07-28 09:07:30 -04:00
listcategory.py Don't perform alphabetical sort in listcategory. 2017-08-06 10:00:18 -04:00
miscmodels.py Don't perform alphabetical sort in listcategory. 2017-08-06 10:00:18 -04:00
urlmodel.py Use simpler way of preventing History completion 2017-07-21 17:55:47 +02:00