summaryrefslogtreecommitdiff
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-11Update changelogFlorian Bruhin
2021-03-11Revert "Add deprecated aliases for renamed commands"Florian Bruhin
This reverts commit 8976e6850317881ed1aebed55a273e73c17a50bd.
2021-03-11Merge remote-tracking branch 'origin/pr/6232'Florian Bruhin
2021-03-11Merge remote-tracking branch 'origin/pr/6253'Florian Bruhin
2021-03-11Fix test_preferred_colorscheme_with_dark_mode with QtWebEngine 5.15.4Florian Bruhin
Fixes #6259
2021-03-11Merge branch 'master' into pathlib-/unit/commandsLembrun
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-11Merge remote-tracking branch 'origin/pr/6241'Florian Bruhin
2021-03-11Merge remote-tracking branch 'origin/pr/6243'Florian Bruhin
2021-03-11Fix long linesFlorian 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-11Improve tests for importlibFlorian Bruhin
2021-03-11Handle PyQt(WebEngine)-Qt5 packagesFlorian Bruhin
2021-03-11Update requirements for PyQt 5.15.4Florian 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-11Fix lintFlorian Bruhin
2021-03-10scripts: Add some additional checks for pathlibFlorian Bruhin
2021-03-10Fix locale test on WindowsFlorian Bruhin
2021-03-10Fix issues with locale workaroundFlorian Bruhin
2021-03-10Merge branch 'master' into pathlib-/unit/commandsLembrun
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-09Merge branch 'master' into pathlib-/unit/commandsLembrun
2021-03-09Removed blank line in test_resources.pyLembrun
2021-03-09Added test_resources.pyLembrun
2021-03-09Merge branch 'master' into Add-utils/resources.pyLembrun
2021-03-09Simplify test_greasemonkey via js_tester fixtureFlorian Bruhin
2021-03-09Simplify TestWebengineScriptsFlorian Bruhin
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-08Use HTML5 meta tagrien333