qutebrowser/qutebrowser/completion
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
..
models Don't perform alphabetical sort in listcategory. 2017-08-06 10:00:18 -04:00
__init__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
completer.py Fix completion selection bug. 2017-06-19 07:44:11 -04:00
completiondelegate.py Store pattern in completion view, not model. 2017-06-29 20:56:39 -04:00
completionwidget.py Merge pull request #2853 from rcorre/fix-completionview 2017-07-27 12:31:01 +02:00