qutebrowser/qutebrowser/completion
Florian Bruhin d266665955 Fix adding of URLs to history completion.
Before, the item_added signal was emitted *after* an item was added, which
means the on_history_item_added slot always assumed the item already is in the
history.
2015-03-15 21:16:45 +01:00
..
models Fix adding of URLs to history completion. 2015-03-15 21:16:45 +01:00
__init__.py Update copyright years 2015-01-03 15:51:31 +01:00
completer.py Initialize completions lazily and only once. 2015-03-13 16:25:13 +01:00
completiondelegate.py completion: Highlight text case-insensitively. 2015-03-11 07:50:45 +01:00
completionwidget.py completion: Don't unnecessarily expand all items. 2015-03-14 22:51:53 +01:00