summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-04Release v0.11.0v0.11.0Florian Bruhin
2017-07-04Ignore another new geoclue error during testsFlorian Bruhin
2017-07-04Update for PyQt 5.9.1Florian Bruhin
2017-07-04Merge pull request #2765 from jgkamat/jay/tab-crashesFlorian Bruhin
Refactor set_tab_pinned to take a tab widget.
2017-07-03Add proxy support for QtWebEngine and Qt 5.7.1Florian Bruhin
This used to give us crashes in libproxy: https://github.com/libproxy/libproxy/issues/45 https://bugreports.qt.io/browse/QTBUG-56852 However, trying again with Qt 5.7.1 on Debian and from PyPI, this doesn't happen anymore, so it was probably something with how Archlinux handled things. See #2082, #2775. Reverts fd29528e4f0c3ef445a85ea1d9e2c96bcc3e37ed
2017-07-03Skip tests with permission changes if they didn't workFlorian Bruhin
This e.g. wouldn't work inside of a Docker container otherwise.
2017-07-02Remove FIXMEFlorian Bruhin
2017-07-02Update tox default envlistFlorian Bruhin
2017-06-30Remove error when count is invalid to :tab-pinJay Kamat
2017-06-30Check for PyQt5.QtQml in earlyinitFlorian Bruhin
2017-06-30Stop marking QtWebEngine as experimentalFlorian Bruhin
2017-06-29Clean up pin_tabJay Kamat
Also add a test case for :pin-tab with an invalid count
2017-06-29Update changelogFlorian Bruhin
2017-06-29Fix :scroll-page with --bottom-navigate on QtWebEngineFlorian Bruhin
There were two issues here: - The comparison was backwards, causing scroller.at_bottom() to always return true. - When zoomed in, jsret['px']['y'] can be a float, which means we can be slightly off when checking the difference - math.ceil() fixes that.
2017-06-28Refactor set_tab_pinned to take a tab widget.Jay Kamat
See #2759
2017-06-28Fix :undo documentationFlorian Bruhin
See #2759
2017-06-28travis: Write a sane sources.listFlorian Bruhin
Also updates nodejs
2017-06-26Allow a trailing % for :zoomFlorian Bruhin
2017-06-26Ignore _remove_tab for crashed deleted tabsFlorian Bruhin
2017-06-26Handle OSError in SessionManager.deleteFlorian Bruhin
2017-06-26Handle OSError when trying to delete autosave sessionFlorian Bruhin
2017-06-26Regenerate authorsFlorian Bruhin
2017-06-26Merge branch 'master' of https://github.com/jupart/qutebrowserFlorian Bruhin
2017-06-26Update pytest-rerunfailures from 2.1.0 to 2.2pyup-bot
2017-06-26Update cheroot from 5.5.2 to 5.7.0pyup-bot
2017-06-26Update pylint from 1.7.1 to 1.7.2pyup-bot
2017-06-21Remove recommendation to use '-c' command line argument, which doesn't existJustin Partain
2017-06-20Remove old test_commands.pyFlorian Bruhin
2017-06-20Merge different FakeTabbedBrowser objectsFlorian Bruhin
2017-06-20Remove unused importFlorian Bruhin
2017-06-20Make PyOpenGL a required dependencyFlorian Bruhin
Looks like the "black screen" issue isn't the only thing going wrong, some people even report segfaults since the vendor check was added.
2017-06-20Update docsFlorian Bruhin
2017-06-20Make show_error keyword-onlyFlorian Bruhin
2017-06-20Merge branch 'master' of https://github.com/iordanisg/qutebrowserFlorian Bruhin
2017-06-20Merge remote-tracking branch 'origin/pyup-scheduled-update-06-19-2017'Florian Bruhin
2017-06-19travis: Add group: edgeFlorian Bruhin
2017-06-19Avoid throwing exception when no last focused tab existsIordanis Grigoriou
2017-06-19Update hypothesis from 3.11.3 to 3.11.6pyup-bot
2017-06-19Update cheroot from 5.5.0 to 5.5.2pyup-bot
2017-06-19Update requests from 2.17.3 to 2.18.1pyup-bot
2017-06-19Update requests from 2.17.3 to 2.18.1pyup-bot
2017-06-19Update requests from 2.17.3 to 2.18.1pyup-bot
2017-06-19backers: Add BostanFlorian Bruhin
2017-06-19travis: Remove the archlinux-ng docker envFlorian Bruhin
Archlinux merged qt5-webkit-ng into qt5-webkit
2017-06-19Update qt5-webkit-ng docs for ArchlinuxFlorian Bruhin
2017-06-19Make pylint shut up about test_versionFlorian Bruhin
2017-06-19Fix qute://backend-warning issuesFlorian Bruhin
We now set a title correctly, and don't crash if we find a Debian/Ubuntu without version.
2017-06-19Clear search on page loadFlorian Bruhin
Fixes #2728
2017-06-19Show 'legacy QtWebKit' in version outputFlorian Bruhin
2017-06-19Regenerate authorsFlorian Bruhin