qutebrowser/qutebrowser/browser
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
..
network Adjust pylint exceptions. 2015-03-11 20:14:39 +01:00
__init__.py Update copyright years 2015-01-03 15:51:31 +01:00
adblock.py Clean up standarddir handling #2. 2015-02-26 07:01:22 +01:00
cache.py Clean up standarddir handling #2. 2015-02-26 07:01:22 +01:00
commands.py Fix lint 2015-03-11 22:22:49 +01:00
cookies.py Rename/move config.parsers.line.LineConfigParser. 2015-03-08 21:53:42 +01:00
downloads.py Hide Qt warning when aborting download reply. 2015-03-09 07:49:02 +01:00
downloadview.py Changed :downloads-clear to :download-remove. 2015-02-09 17:17:34 +01:00
hints.py Add a hints -> scatter option. 2015-03-10 21:19:47 +01:00
history.py Fix adding of URLs to history completion. 2015-03-15 21:16:45 +01:00
http.py Log rfc6266 UnicodeDecodeError to correct logger. 2015-02-27 12:35:46 +01:00
quickmarks.py quickmarks: Ignore empty and whitespace-only lines. 2015-03-10 23:25:02 +01:00
rfc6266.py Adjust pylint exceptions. 2015-03-11 20:14:39 +01:00
signalfilter.py Don't log cur_link_hovered signals. 2015-03-03 09:07:30 +01:00
tabhistory.py Don't write zoom to QWebHistory. 2015-02-17 07:48:19 +01:00
webelem.py Move cursor to end of textboxes when hinting. 2015-02-25 19:56:03 +01:00
webpage.py Adjust pylint exceptions. 2015-03-11 20:14:39 +01:00
webview.py Ignore RuntimeError in mouserelease_insertmode. 2015-03-09 11:49:01 +01:00