qutebrowser/qutebrowser/completion/models
Ryan Roden-Corrent ce3c555712 Use list completion for bookmarks/quickmarks.
The RFC on moving from plaintext to SQL storage (#2340) showed that many would
be upset if bookmarks and quickmarks were no longer stored in plaintext.

This commit uses list-based completion for quickmarks and bookmarks. Now the
history storage can be moved from plaintext to an on-disk SQL database while
leaving bookmarks and quickmarks as-is.
2017-06-19 07:44:11 -04:00
..
__init__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
completionmodel.py Implement a hybrid list/sql completion model. 2017-06-19 07:44:11 -04:00
configmodel.py Implement a hybrid list/sql completion model. 2017-06-19 07:44:11 -04:00
listcategory.py Implement a hybrid list/sql completion model. 2017-06-19 07:44:11 -04:00
miscmodels.py Use list completion for bookmarks/quickmarks. 2017-06-19 07:44:11 -04:00
sortfilter.py Implement a hybrid list/sql completion model. 2017-06-19 07:44:11 -04:00
sqlcategory.py Implement a hybrid list/sql completion model. 2017-06-19 07:44:11 -04:00
urlmodel.py Use list completion for bookmarks/quickmarks. 2017-06-19 07:44:11 -04:00