qutebrowser/qutebrowser
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
..
browser Add more variants of fake apple URL to ignored ones 2017-08-01 16:00:53 +02:00
commands Try a different way of fixing userscript crashes 2017-06-11 14:44:19 +02:00
completion Don't perform alphabetical sort in listcategory. 2017-08-06 10:00:18 -04:00
config Add maximum bound for web-history-max-items 2017-07-21 18:30:12 +02:00
html Fix the "try again" button on error pages 2017-07-13 17:26:58 +02:00
img New qutebrowser logo! 2016-04-14 17:44:38 +02:00
javascript Fix qute://history SQL bug. 2017-07-13 08:54:21 -04:00
keyinput Finally update copyrights... 2017-05-09 21:37:03 +02:00
mainwindow Fix renderer process test for older Qt versions 2017-07-25 17:35:42 +02:00
misc Remove obsolete signals. 2017-07-29 13:09:10 -04:00
utils Use ctypes instead of PyOpenGL for QtWebEngine Nvidia workaround 2017-07-27 09:22:12 +02:00
__init__.py Release v0.11.0 2017-07-04 18:02:34 +02:00
__main__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
app.py Merge pull request #2295 from rcorre/really_complete 2017-07-21 15:05:43 +02:00
qutebrowser.py Stop marking QtWebEngine as experimental 2017-06-30 10:42:33 +02:00
resources.py Regenerate resources 2016-04-14 17:59:28 +02:00