summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-18Release v1.7.0v1.7.0Florian Bruhin
2019-07-18update_version: Show git commitFlorian Bruhin
2019-07-18bumpversion: Adjust commit messageFlorian Bruhin
2019-07-18update_version: Fix outputFlorian Bruhin
2019-07-18tests: Wait until userscript runner finishedFlorian Bruhin
Otherwise, temporary files and processes get cleaned up after the test is finished, leading to warning messages.
2019-07-18Add more dev requirementsFlorian Bruhin
2019-07-18Update content.headers.user_agent completionFlorian Bruhin
2019-07-18Remove old tox workaroundFlorian Bruhin
Fixed in tox v3.4.0 (2018-09-20)
2019-07-18Use Qt 5.12 for PyInstallerFlorian Bruhin
Mainly due to https://bugreports.qt.io/browse/QTBUG-76913
2019-07-18Use FullyEncoded to get URL segmentsFlorian Bruhin
See #4917, #4795
2019-07-17Update install instructionsFlorian Bruhin
Fixes #4899
2019-07-17Update changelogFlorian Bruhin
2019-07-17Update release checklistFlorian Bruhin
2019-07-17Update changelogFlorian Bruhin
2019-07-17Turn off DNS prefetch by defaultFlorian Bruhin
See #4657
2019-07-17Ignore unused importFlorian Bruhin
2019-07-16Only connect selectClientCertificate if argument class is availableFlorian Bruhin
In PyQt, QWebEngineClientCertificate is guarded by "%If (PyQt_SSL)", so it might not be available in all cases.
2019-07-16Update QtWebKit warningFlorian Bruhin
2019-07-16Fix Qt 5.9/5.10 requirement filesFlorian Bruhin
2019-07-16Qt 5.13: Disable PDFiumFlorian Bruhin
See #4911, #4221 Fixes #4910
2019-07-16Register request interceptor on GUI thread if possible.Florian Bruhin
See #4221
2019-07-16Avoid Qt 5.13Florian Bruhin
Let's stay with 5.12 for PyPI-installed virtualenvs for now, see: https://bugreports.qt.io/browse/QTBUG-76913
2019-07-16Use separate requirements files for different Qt versionsFlorian Bruhin
2019-07-16requirements: Add github3.py and bump2version to -devFlorian Bruhin
2019-07-16Fix lintFlorian Bruhin
2019-07-16Update MANIFEST.in for NSIS changesFlorian Bruhin
2019-07-16bumpversion: Update changelogFlorian Bruhin
2019-07-16update_version: Get new version from qutebrowser.pyFlorian Bruhin
2019-07-16bumpversion: Update releases in appdata.xmlFlorian Bruhin
Using lxml means rewriting the file, which loses comments.
2019-07-16update_version: Update appdata filenameFlorian Bruhin
2019-07-16update_version: Fix cwd handlingFlorian Bruhin
2019-07-16bumpversion: Update current_versionFlorian Bruhin
2019-07-16update_version: Use sys.executableFlorian Bruhin
2019-07-16Rename requirements-optional to requirements-devFlorian Bruhin
2019-07-16update_version: Fix broken argumentFlorian Bruhin
2019-07-16update_3rdparty: Fix lintFlorian Bruhin
2019-07-15appveyor: Downgrade to Qt 5.12Florian Bruhin
See #4906
2019-07-15Make sure the process is cleaned up before tmpdir is goneFlorian Bruhin
When using both the short_tmpdir and the quteproc_new fixtures, the order of teardown seems to be undefined, so it could happen that short_tmpdir is torn down *before* quteproc_new. That causes short_tmpdir to be unable to remove the temporary directory at teardown time.
2019-07-15appveyor: Upgrade to Python 3.7.4Florian Bruhin
Due to OpenSSL version incompatibilities, we need to upgrade to Python 3.7.4: https://www.riverbankcomputing.com/pipermail/pyqt/2019-June/041891.html However, that's not available on AppVeyor yet: https://github.com/appveyor/ci/issues/3026 So let's just upgrade ourselves until the AppVeyor image is updated. See #4906
2019-07-15Use tox-venvFlorian Bruhin
2019-07-12Merge pull request #4909 from mschilli87/rel-infoFlorian Bruhin
Add release information to appdata
2019-07-12Add release information to appdataMarcel Schilling
Assuming every tag is a release with the format 'vVERSION': ```sh git tag \ --sort=-creatordate \ --format='%(refname:short)" date="%(creatordate:short)"/>' \ | sed 's/^v/ <release version="/' ``` Note that this drops v0.1.0 as there doesn't seem to be a corresponding tag.
2019-07-11Fix setup.py after __init__.py changesFlorian Bruhin
Fixes #4907
2019-07-11Keep __version_info__ a tupleFlorian Bruhin
2019-07-11Merge remote-tracking branch 'origin/pr/4086'Florian Bruhin
2019-07-11Fix version bumping style issuesFlorian Bruhin
2019-07-11Merge remote-tracking branch 'origin/pr/4304'Florian Bruhin
2019-07-11Update changelogFlorian Bruhin
2019-07-11Merge branch 'prompt-save'Florian Bruhin
2019-07-11Break long lineFlorian Bruhin