summaryrefslogtreecommitdiff
path: root/qutebrowser
AgeCommit message (Collapse)Author
2021-03-12Release v2.1.0v2.1.0Florian Bruhin
2021-03-12Set hint label text format explicitlyFlorian Bruhin
Fixes #6267
2021-03-12mypy: Work around wrong stubsFlorian Bruhin
2021-03-12Handle windowCloseRequested for inspectorFlorian Bruhin
Fixes #6266
2021-03-12Update UA completionsFlorian Bruhin
2021-03-12Update session warningFlorian Bruhin
See #5359
2021-03-12Fix lint/testsFlorian Bruhin
2021-03-12Add site-specific quirk for Wikipedia in dark modeFlorian Bruhin
Fixes #6260
2021-03-12Add WebEngineVersions.chromium_majorFlorian Bruhin
2021-03-11Revert "Add deprecated aliases for renamed commands"Florian Bruhin
This reverts commit 8976e6850317881ed1aebed55a273e73c17a50bd.
2021-03-11Show renderer process log after error page is shownFlorian Bruhin
Needs to be this way for BDD tests, regressed in de42cffd4f7a03409571aba3849155ff593108e4
2021-03-11Fix wrong replacementFlorian Bruhin
2021-03-11Make private things private againFlorian Bruhin
2021-03-11Merge remote-tracking branch 'origin/pr/6234'Florian Bruhin
2021-03-11Add a hint pointing to the locale workaroundFlorian Bruhin
See #6235
2021-03-11Add custom VersionNumber classFlorian Bruhin
Qt's API is kind of painful, and we need some custom functionality anyways. Wrap QVersionNumber with our own class instead of piling up workarounds.
2021-03-11Fix coverageFlorian Bruhin
This code is removed again soon
2021-03-11Handle PyQt(WebEngine)-Qt5 packagesFlorian Bruhin
2021-03-11Fix Chromium version handling with PyQt 5.15.4+Florian Bruhin
2021-03-11Use QVersionNumber for _CHROMIUM_VERSIONSFlorian Bruhin
2021-03-11Revert "Split PyQtWebEngine version code into methods"Florian Bruhin
This reverts commit 44e64199ed38003253f0296badd4a447645067b6. Not actually needed.
2021-03-11Split PyQtWebEngine version code into methodsFlorian Bruhin
2021-03-10Fix issues with locale workaroundFlorian Bruhin
2021-03-10Make locale workaround configurableFlorian Bruhin
See #6235
2021-03-10Update locale workaround based on Chromium codeFlorian Bruhin
See #6235
2021-03-10Work around locale issueFlorian Bruhin
Closes #6235
2021-03-09Added test_resources.pyLembrun
2021-03-09Merge branch 'master' into Add-utils/resources.pyLembrun
2021-03-09Fix @run-at default for GreaseMonkeyFlorian Bruhin
2021-03-09Add log-sensitive-keys debug flagFlorian Bruhin
2021-03-09Add renderer process status to all error messagesFlorian Bruhin
Might help debug issues such as #6235
2021-03-08Simplify _inject_greasemonkey_scriptsFlorian Bruhin
The arguments aren't needed anymore since 05111e84236621d3923ed4efd36a7c6578407c20 and we can use f-strings nowadays.
2021-03-07Fixed lintingLembrun
2021-03-07Merge branch 'master' into Add-utils/resources.pyLembrun
2021-03-07Added utils/resources.py and changed calls to util.read_file*Lembrun
2021-03-03Update docsFlorian Bruhin
2021-03-03Merge branch 'master' into feature/6109-file-picker-stdoutAxel Dahlberg
2021-03-03Better handling of filepicker commands, updated test$MYNAME
2021-03-02Merge pull request #6199 from jbenge1/masterFlorian Bruhin
WIP: Adding abstract method to browsertab.py Closes #6121
2021-03-02Fixing linter issuesJustin Benge
2021-03-02Add periodFlorian Bruhin
2021-03-02Merge remote-tracking branch 'origin/pr/6222'Florian Bruhin
2021-03-01Adding back in necessary importsJustin Benge
2021-03-01Merge remote-tracking branch 'origin/pr/6205'Florian Bruhin
2021-03-01Merge remote-tracking branch 'origin/pr/6123'Florian Bruhin
2021-03-01Don't strip JS messagesFlorian Bruhin
Firefox and Chrome don't strip the messages, and I don't see why we should.
2021-03-01Merge remote-tracking branch 'origin/pr/6117'Florian Bruhin
2021-03-01Made neccessary changespspiagicw
2021-03-01Removing inspector.create, superflous imports, and adding imports to file levelJustin Benge
2021-03-01Replace messages with :hint links yank --rapidFlorian Bruhin