summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-15Release v1.14.0v1.14.0Florian Bruhin
2020-10-15tests: Skip flaky private.feature testFlorian Bruhin
Looks like trying to stabilize it didn't help yet...
2020-10-15Remove dependabot for GitHub ActionsFlorian Bruhin
- It only seems to catch some dependencies, not all - Its PRs (without batching) are kind of noisy - Despite the GitHub docs saying otherwise, it seems to open PRs for forks... - GitHub Actions seem to use semantic versioning pretty much consistently, so this should hopefully work out without explicit pinning.
2020-10-15tests: Fix syntaxFlorian Bruhin
2020-10-15tests: Fix test_from_str_hypothesis, take ++xFlorian Bruhin
2020-10-15Fix yamllintFlorian Bruhin
2020-10-15scripts: Refactor print_changed_files()Florian Bruhin
2020-10-15Update changelogFlorian Bruhin
2020-10-15Update session warning againFlorian Bruhin
See #5359
2020-10-15Update requirementsFlorian Bruhin
2020-10-15Update user agent completionsFlorian Bruhin
2020-10-15tests: Fix filtering in test_from_str_hypothesisFlorian Bruhin
The "klass" is a functools.partial instance, not the "typ" (which is the instance)... Also, the second check is not needed as we're filtering out all ListOrValue instances out already anyways...
2020-10-15scripts: Add changelog URL for PymplerFlorian Bruhin
2020-10-15scripts: Handle commented out requirements in diffFlorian Bruhin
2020-10-13tests: Don't set iframe.src in test_appendchild.jsFlorian Bruhin
The test file was taken from acid3, which does actually serve documents for those locations. For us, those documents never were available (as we're using `setHtml` which uses a `data` URL internally), but the test does work just fine without them. It was intended to test `appendChild` with different tags, see the original commit (6c241f96ed626f600911cac77f357ba8eb131e0c) as well as #2723 for details. So far, them being there wasn't a problem, but with Qt 5.15.2 (or rather the underlying Chromium 83), we get errors logged like this one: "Invalid relative frame source URL (xhtml.3) within data URL.", source: (47) So let's just not set them at all. See #5752.
2020-10-13tests: Avoid mocking in CACHEDIR.tag testFlorian Bruhin
See #5787
2020-10-13Merge pull request #5793 from lufte/bad-asciidocFlorian Bruhin
Fix bad formatting in tabs.title.format docs
2020-10-12Fix lintFlorian Bruhin
2020-10-12mypy: Improve/fix QIODevice typesFlorian Bruhin
2020-10-12mypy: Make sure NeighborList items are comparableFlorian Bruhin
2020-10-12Update dependenciesqutebrowser bot
2020-10-11tests: Use unique URL for bookmark testFlorian Bruhin
Speculative fix for #5787
2020-10-11tests: Try to stabilize hint hovering testFlorian Bruhin
Speculative fix - depending on the font, I suspect if we scroll horizontally too much, the first hint will not be visible anymore. See #5787
2020-10-11tests: Ignore 'could not de-queue request' error globallyFlorian Bruhin
See #5787
2020-10-11tests: Use sys.executable in hint testsFlorian Bruhin
See #5787
2020-10-09Remove now unneeded type ignoreFlorian Bruhin
2020-10-09Update dependenciesFlorian Bruhin
2020-10-09Edit changelog for v1.14.0Florian Bruhin
2020-10-09requirements: Avoid PyQtWebEngine 5.15.1Florian Bruhin
In order to avoid #5721 / https://bugreports.qt.io/browse/QTBUG-86752
2020-10-07Try to stabilize :session-saveFlorian Bruhin
See #5771
2020-10-05Fix lintFlorian Bruhin
2020-10-05ci: Avoid deprecated ::add-pathFlorian Bruhin
See https://github.com/actions/toolkit/security/advisories/GHSA-mfwh-5m23-j46w
2020-10-05Fix coverageFlorian Bruhin
2020-10-05Fix darkmode test on Qt 5.14Florian Bruhin
2020-10-05Update changelogFlorian Bruhin
2020-10-05Merge remote-tracking branch 'origin/pr/5756' into masterFlorian Bruhin
2020-10-05Merge remote-tracking branch 'origin/pr/5758' into masterFlorian Bruhin
2020-10-05Fix lintFlorian Bruhin
2020-10-05Handle smart dark mode setting with Qt 5.15.0Florian Bruhin
Fixes #5505
2020-10-05Implement dark mode for Qt 5.15.2Florian Bruhin
See #5752
2020-10-05Update Chromium version infoFlorian Bruhin
2020-10-05scripts: Add more changelog URLsFlorian Bruhin
2020-10-05Upgrade pytestFlorian Bruhin
2020-10-05Update dependenciesqutebrowser bot
2020-10-02mypy: Update PyQt stubs and remove unneeded ignoresFlorian Bruhin
2020-10-02mypy: Fix type annotations for bound PyQt signalsFlorian Bruhin
2020-10-02Do the Python 3.5 dance for pytest-icdiffFlorian Bruhin
2020-10-02Make :navigate strip actually workFlorian Bruhin
Fixes #4438
2020-10-02Add pytest-{clarity,icdiff} for nicer outputFlorian Bruhin
2020-10-02Bump actions/setup-python from v2.1.2 to v2.1.3dependabot[bot]
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.2 to v2.1.3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.1.2...c181ffa198a1248f902bc2f7965d2f9a36c2d7f6) Signed-off-by: dependabot[bot] <support@github.com>