qutebrowser/qutebrowser/completion/models
Ryan Roden-Corrent 5ea420b49b Fix startup crashes after config merge.
Get qutebrowser to the point where it can at least start

- Declare _messages earlier in MessageView.__init__ so it is set before
  the config trigger tries to access it.
- Remove unused configmodel completion functions
- Move bind completion to configmodel to avoid a circular import with
  the config module
- Fix some config accesses (forgot to use .val)
- Fix old Completion.CompletionKind references
2017-08-09 07:28:22 -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 Fix startup crashes after config merge. 2017-08-09 07:28:22 -04:00
histcategory.py Fix startup crashes after config merge. 2017-08-09 07:28:22 -04:00
listcategory.py Fix unused imports and removeRow override. 2017-07-23 17:30:09 -04:00
miscmodels.py Fix startup crashes after config merge. 2017-08-09 07:28:22 -04:00
urlmodel.py Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-06 18:13:49 -04:00