summaryrefslogtreecommitdiff
path: root/qutebrowser
AgeCommit message (Expand)Author
2016-06-10Release v0.7.0v0.7.0Florian Bruhin
2016-06-10Improve original URL handlingFlorian Bruhin
2016-06-10Full redirect support for historyFlorian Bruhin
2016-06-10Allow to pass atime to WebHistory.add_urlFlorian Bruhin
2016-06-09Make WebHistory parent optionalFlorian Bruhin
2016-06-09Strip of trailing spaces for history entriesFlorian Bruhin
2016-06-09Add some documentation to WebHistoryFlorian Bruhin
2016-06-09Remove WebHistory.__getitem__Florian Bruhin
2016-06-09Fix lintFlorian Bruhin
2016-06-09Check if original URL is validFlorian Bruhin
2016-06-09Use QUrl with QWebHistoryFlorian Bruhin
2016-06-09Refactor browser.historyFlorian Bruhin
2016-06-09Make sure there is no temp history without datadirFlorian Bruhin
2016-06-09Separate WebHistoryInterface from WebHistoryFlorian Bruhin
2016-06-09Improve error message when clicking invalid linkFlorian Bruhin
2016-06-09Fix lintFlorian Bruhin
2016-06-09Add a hints -> find-implementation settingFlorian Bruhin
2016-06-09Strip the url before processing itSamuel Loury
2016-06-08Merge branch 'lowercase-toggle' of https://github.com/EliteTK/qutebrowser int...Florian Bruhin
2016-06-08history tests: Sync with :save betterFlorian Bruhin
2016-06-08Fix toggle config using capitalised boolean value.Tomasz Kramkowski
2016-06-08Don't save the original URL for redirected pagesFlorian Bruhin
2016-06-08Improve :history-clear docstringFlorian Bruhin
2016-06-08Fix sharing of cookie jars with private browsingFlorian Bruhin
2016-06-08Fix lintFlorian Bruhin
2016-06-08Merge branch 'toofar-history-title'Florian Bruhin
2016-06-08Fix typoFlorian Bruhin
2016-06-08Use fully encoded URL for historyFlorian Bruhin
2016-06-08Also add title to history for redirected URLsFlorian Bruhin
2016-06-08Ignore symlinks when recompiling for :restartFlorian Bruhin
2016-06-08Merge branch 'history-title' of https://github.com/toofar/qutebrowser into to...Florian Bruhin
2016-06-08LineParser: Don't write anything without dataFlorian Bruhin
2016-06-08Fix lintFlorian Bruhin
2016-06-08Remove unnecessary methodFlorian Bruhin
2016-06-08Merge branch 'history-clear' of https://github.com/EliteTK/qutebrowser into E...Florian Bruhin
2016-06-07Fix filtering of all hints in number modeFlorian Bruhin
2016-06-07Handle FileNotFoundError in ipc.listenFlorian Bruhin
2016-06-07Simplify some bool conditionsFlorian Bruhin
2016-06-07Refactor HintManager.filter_hintsFlorian Bruhin
2016-06-07Ignore hints -> scatter for number hintsFlorian Bruhin
2016-06-07Get normal parser via objregFlorian Bruhin
2016-06-07Fix problems reported by pylintJakub Klinkovský
2016-06-07Rename variables for consistency with other code and docstringsJakub Klinkovský
2016-06-07Filter hints using a multi-word matchingJakub Klinkovský
2016-06-07Set _filterstr in HintManagerFlorian Bruhin
2016-06-07Renumber hints when filtering in numeric modeJakub Klinkovský
2016-06-07Save the filter string in HintManagerJakub Klinkovský
2016-06-07Fix backspace handling in numeric hint modeJakub Klinkovský
2016-06-07Fixed type of auto-follow-timeout optionJakub Klinkovský
2016-06-07Add timeout after auto-followed hintJakub Klinkovský