summaryrefslogtreecommitdiff
path: root/qutebrowser
AgeCommit message (Expand)Author
2016-08-02Release v0.8.2v0.8.2Florian Bruhin
2016-08-02Bump up filename length limit to 50Florian Bruhin
2016-08-02open-download: don't crash on download cancelDaniel Schadt
2016-08-02open-download: force encoding for filenameDaniel Schadt
2016-08-02open-download: make sure the name is not too longDaniel Schadt
2016-08-02downloads: don't crash on OSError in open-downloadDaniel Schadt
2016-08-02Fix deleting of quickmarks with ctrl-dFlorian Bruhin
2016-08-02Tunnel private-browsing to QtWebKit correctlyFlorian Bruhin
2016-08-02Fix using a relative path with --basedirFlorian Bruhin
2016-08-02Fix ;o/;O default bindingsFlorian Bruhin
2016-08-02QtWebEngine: Fix crash when closing/reopening tabsFlorian Bruhin
2016-08-02Fix crash when opening http://foo%40bar@bazFlorian Bruhin
2016-08-02Consider input elements without type for hintingFlorian Bruhin
2016-07-27Release v0.8.1v0.8.1Florian Bruhin
2016-07-27Hide harfbuzz warning if frozenFlorian Bruhin
2016-07-27Improve error message on OS X without QtWebEngineFlorian Bruhin
2016-07-27Handle empty command in CommandRunner.parse_allFlorian Bruhin
2016-07-26Release v0.8.0v0.8.0Florian Bruhin
2016-07-26Un-hide --backend argumentFlorian Bruhin
2016-07-26tab API: Rename scroll to scrollerFlorian Bruhin
2016-07-26Use real slots for QtWebKit signalsFlorian Bruhin
2016-07-26Remove unused importsFlorian Bruhin
2016-07-26Display key hint for :prompt-download-openFlorian Bruhin
2016-07-26Merge branch 'Kingdread-open-download'Florian Bruhin
2016-07-26Add keyconf.get_reverse_bindings_forFlorian Bruhin
2016-07-26Merge branch 'open-download' of https://github.com/Kingdread/qutebrowser into...Florian Bruhin
2016-07-26Update docsFlorian Bruhin
2016-07-26Merge branch 'mark-del-no-args' of https://github.com/mlochbaum/qutebrowser i...Florian Bruhin
2016-07-25Don't enable warnings if log was never initedFlorian Bruhin
2016-07-23Fix 'is not' string comparisonFlorian Bruhin
2016-07-23Remove useless super-callsFlorian Bruhin
2016-07-23Merge branch 'master' into mark-del-no-argsMarshall Lochbaum
2016-07-23Use DoesNotExistError rather than CommandError in get_by_qurlMarshall Lochbaum
2016-07-23Assume _current_url is valid (remove try/except)Marshall Lochbaum
2016-07-23Use qtutils.ensure_valid instead of testing isValid in get_by_qurlMarshall Lochbaum
2016-07-23Remove quickmark_del and bookmark_del from the urlmark classes (use delete in...Marshall Lochbaum
2016-07-23Merge branch 'issue_1033_bookmark_display' of https://github.com/winged/quteb...Florian Bruhin
2016-07-23Various fixes after code review.David Vogt
2016-07-23Also ignore ImportWarning for pkg_resources importFlorian Bruhin
2016-07-23Minor cleanups. Whitespace / indentation CSS.David Vogt
2016-07-23Ignore warning when importing pkg_resourcesFlorian Bruhin
2016-07-23Add log.ignore_py_warnings()Florian Bruhin
2016-07-23Merge branch 'issue_1670_tests_fail_due_to_SSL_error' of https://github.com/g...Florian Bruhin
2016-07-23Sort bookmarks / quickmarks by title or name respectively.David Vogt
2016-07-23Implement feature request #1033: Bookmark displayDavid Vogt
2016-07-23Ignore missing SSLv3 messages from QtJean-Louis Fuchs
2016-07-23Initialize qt logging to qutebrowser as early as possibleJean-Louis Fuchs
2016-07-23Remove @pyqtSlot for functions and non-QObjectsFlorian Bruhin
2016-07-21Make quickmark_del with no argument delete the current page's mark (fixes #1661)Marshall Lochbaum
2016-07-21Make bookmark_del with no argument delete the current page's markMarshall Lochbaum