qutebrowser/qutebrowser
Ryan Roden-Corrent 3b30b42211 Remove completion.instances, usertypes.Completion.
The new completion API no longer needs either of these. Instead of
referencing an enum member, cmdutils.argument.completion now points to
a function that returnsthe desired completion model.
This vastly simplifies the addition of new completion types. Previously
it was necessary to define the new model as well as editing usertypes
and completion.models.instances. Now it is only necessary to define a
single function under completion.models.

This is the next step of Completion Model/View Revamping (#74).
2017-06-19 07:42:12 -04:00
..
browser Remove completion.instances, usertypes.Completion. 2017-06-19 07:42:12 -04:00
commands Try a different way of fixing userscript crashes 2017-06-11 14:44:19 +02:00
completion Remove completion.instances, usertypes.Completion. 2017-06-19 07:42:12 -04:00
config Remove completion.instances, usertypes.Completion. 2017-06-19 07:42:12 -04:00
html Remove private browsing notes for QtWebKit-NG 2017-06-09 10:31:21 +02:00
img New qutebrowser logo! 2016-04-14 17:44:38 +02:00
javascript Rename webelem.js functions to match WebEngineElem 2017-06-16 23:14:17 +02:00
keyinput Finally update copyrights... 2017-05-09 21:37:03 +02:00
mainwindow Remove another stray # 2017-06-19 09:43:45 +02:00
misc Remove completion.instances, usertypes.Completion. 2017-06-19 07:42:12 -04:00
utils Remove completion.instances, usertypes.Completion. 2017-06-19 07:42:12 -04:00
__init__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
__main__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
app.py Remove completion.instances, usertypes.Completion. 2017-06-19 07:42:12 -04:00
qutebrowser.py Reorganize pylint config 2017-05-17 20:20:12 +02:00
resources.py Regenerate resources 2016-04-14 17:59:28 +02:00