summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-12Leave insert mode when clicking devtools 'x'Florian Bruhin
Closes #6270
2021-03-12Update changelogFlorian Bruhin
2021-03-12Also enable formula workaround on Qt 5.12 and 5.13Florian Bruhin
Fixes #6268
2021-03-12Stabilize darkmode mathml testFlorian Bruhin
2021-03-12tests: Number screenshots for every testFlorian Bruhin
2021-03-12tests: Print screenshot pathsFlorian Bruhin
2021-03-12Fix version sorting in mkvenv.py for requirements-pyinstallerFlorian Bruhin
2021-03-12Update changelog URLsFlorian Bruhin
2021-03-12tox: Force PyQt 5.15.3 for PyInstallerFlorian Bruhin
See #6269
2021-03-12scripts: Filter out some noise in recompile_requirementsFlorian Bruhin
2021-03-12Make recompile_requirements run on WindowsFlorian Bruhin
2021-03-12Improve logging in webenginesettings.initFlorian Bruhin
2021-03-12Update asciidoc version in instructionsFlorian Bruhin
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-11Removed exist_okLembrun
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-11Removed exist_okLembrun
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-11Changed pathlib.Path.expanduser to pathlib.Path.homeLembrun
2021-03-11Merge branch 'master' into pathlib-/unit/configLembrun
2021-03-11Merge branch 'master' into pathlib-/unit/completionLembrun
2021-03-11Merge branch 'master' into pathlib-/unit/commandsLembrun
2021-03-11Merge branch 'master' into pathlib-/unit/mainwindowLembrun
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.