summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-07xxx: trigger CI run, see #7467xxx/check_citoofar
2022-11-04Merge pull request #7464 from ↵Florian Bruhin
qutebrowser/dependabot/github_actions/peter-evans/create-pull-request-4 build(deps): bump peter-evans/create-pull-request from 3 to 4
2022-11-04build(deps): bump peter-evans/create-pull-request from 3 to 4dependabot[bot]
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 4. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v4) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-04Retry dependabot for GitHub ActionsFlorian Bruhin
See 78709ce2b9537f710f24edba15243aef1d732891 and fa5e04fdaf8af9230c4cd9c386c5d8e0307655ca Hoping this will work better nowadays? Tenatively closes #7299
2022-11-03Merge pull request #7459 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2022-11-03Revert to recompile_requirements.py with set-outputFlorian Bruhin
Newlines don't work anymore, see #7459 Partially reverts 0ff0eaa, see #7439
2022-11-03Update dependenciesqutebrowser bot
2022-11-03ci: Get rid of set-outputFlorian Bruhin
Fixes #7439
2022-11-03Merge pull request #7455 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2022-10-31Adjust warnings and changelog URLs for new pytestFlorian Bruhin
2022-10-31Update dependenciesqutebrowser bot
2022-10-26userscripts: Fix scammy linkFlorian Bruhin
See #6516
2022-10-24doc: Add mister_monster userscriptsFlorian Bruhin
2022-10-24scripts: Remove changelog URL for types-cryptographyFlorian Bruhin
2022-10-24Update dependenciesqutebrowser bot
2022-10-21Fix crashe with no current tab in _run_userscriptFlorian Bruhin
Not sure why this was a FIXME instead of handling it properly in the first place...
2022-10-17Merge pull request #7437 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2022-10-17Revert "Disallow setting input.mode_override via autoconfig.yml"Florian Bruhin
Breaks tests... This reverts commit fc933ae1d346d591c177b40693541d593b8f9a70.
2022-10-17Disallow setting input.mode_override via autoconfig.ymlFlorian Bruhin
Closes #7436
2022-10-17Update dependenciesqutebrowser bot
2022-10-15doc: Mention fileselect.foler.command in fileselect.handlerFlorian Bruhin
2022-10-10Update changelogFlorian Bruhin
2022-10-10Merge remote-tracking branch 'origin/pr/7426'Florian Bruhin
2022-10-10Merge pull request #7428 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2022-10-10requirements: Skip flake8-deprecated 2.0.0Florian Bruhin
See https://github.com/gforcada/flake8-deprecated/issues/19
2022-10-10Update dependenciesqutebrowser bot
2022-10-09bleeding tests: Switch back to pytest-benchmark masterFlorian Bruhin
https://github.com/ionelmc/pytest-benchmark/pull/224 was merged
2022-10-08Send source URL to BreadabilityJon Higgs
Used to construct fully-qualified URLs from relative links. Without it you get broken images and links.
2022-10-07bleeding tests: Use forks of pytest-benchmark and -instafailFlorian Bruhin
See https://github.com/pytest-dev/pytest/pull/9118
2022-10-03Remove now unneeded type ignoreFlorian Bruhin
Looks like https://github.com/python/typeshed/issues/2093 was fixed
2022-10-03Update dependenciesqutebrowser bot
2022-10-01doc: Add link to another emacs-like configFlorian Bruhin
2022-09-30Remove unneeded strFlorian Bruhin
Only needed in Python 3.5 times
2022-09-27Add extra logging for calling into fusion styleFlorian Bruhin
See https://github.com/qutebrowser/qutebrowser/issues/5124
2022-09-26doc: Also disable DNS prefetch for mail leak prevention via proxyFlorian Bruhin
Looks like it's required there as well
2022-09-26doc: Expand FAQ on email usageFlorian Bruhin
See https://www.reddit.com/r/qutebrowser/comments/o7stdc/comment/ipritx9/?context=3
2022-09-26Merge pull request #7415 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2022-09-26Speculatively stabilize :history-clear testsFlorian Bruhin
See #7415, #5390. Similar to ad429d9552a9f169a1122cb5784424848d4805e2.
2022-09-26Update dependenciesqutebrowser bot
2022-09-22Update changelog for #7390toofar
2022-09-22Merge pull request #7390 from tomiesz/mastertoofar
Fix reappearing widgets progress and backfoward widgets. Closes: #7390
2022-09-20Merge branch 'qutebrowser:master' into masterTomasz Cebula
2022-09-19Update pylint ignoresFlorian Bruhin
2022-09-19Update changelog URLsFlorian Bruhin
2022-09-19Update dependenciesqutebrowser bot
2022-09-19requirements: Work around limitations for macOS-specific depsFlorian Bruhin
Also see #3526
2022-09-16bar: Test enabled attribute on progress and backforwardtoofar
There is now some code in statusbar relying on the enabled attribute stopping events from being processed (or at least stopping them from showing the widget again). So add tests to make sure that behaviour keeps working. Also split the big test in test_backforward into a couple of smaller ones and pull some common lines out to a (still clunky) fixture.
2022-09-10Another style fixTomasz Cebula
2022-09-10Style and type adjustment for the widget fixTomasz Cebula
Added proper whitespace and mypy type ignore
2022-09-09Fix for dissapearing WidgetsTomasz Cebula