summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-01Release v2.2.3v2.2.3Florian Bruhin
2021-06-01Update changelog from masterFlorian Bruhin
2021-06-01Windows Uninstaller: Fix silent uninstall (again)bitraid
(cherry picked from commit 74cf64a063a12a08e8979e2145b3cf0394bf2abd)
2021-06-01brave adblock: Handle DeserializationErrorFlorian Bruhin
Fixes #6489 (cherry picked from commit 9ff9fd0a0244aa8ffc2fb56cbb7ba445d75f0b9c)
2021-06-01Speculative fix for deleted WebEngineCaretFlorian Bruhin
(Hopefully) fixes #6394. (cherry picked from commit a3f9cad456f69a9febb65a27510f56d0d8b2f34f)
2021-06-01Make dark mode tests work correctly on ARM/aarch64Florian Bruhin
Fixes #6489 (cherry picked from commit b4b65b8cd158aecea11e7d074d941f8c3908ab66)
2021-06-01Windows Installer: Allow elevation when silentbitraid
(cherry picked from commit 78d4a9d41b0f435bf379ec4b06e3cbcb3d30c207)
2021-05-30Handle un-encodable initial text for editorFlorian Bruhin
(cherry picked from commit c74d1075620f54d8904b9ae822299ba1221450f4)
2021-05-30Fix crash when quitting on qute://settingsFlorian Bruhin
(cherry picked from commit f0d432565bf71919413caf76522d6ad34bb0ebc4)
2021-05-30Make quitter.is_shutting_down publicFlorian Bruhin
Needed for a bugfix in the next commit. (cherry picked from commit 505a24c580f51ac77445fc74517ddfbbf285b411)
2021-05-30Validate encoding for header settingsFlorian Bruhin
Also needed to add encoding check support to FormatString. (cherry picked from commit 996487c43e4fcc265b541f9eca1e7930e3c5cf05)
2021-05-30tests: Update import path for pytestqt SignalBlockerFlorian Bruhin
(cherry picked from commit 03fa9383833c6262b08a5f7c4930143e39327173)
2021-05-29tests: Fix test_system_default_rendering with Noto Sans MonoFlorian Bruhin
(cherry picked from commit 33596cfa4abb70df87551600d4c1eeb79a27c106)
2021-05-28Fix lintFlorian Bruhin
(cherry picked from commit 380de52c9371fa527d43ac98a16294f171442855)
2021-05-28Point to official Libera Chat webchatFlorian Bruhin
(cherry picked from commit 1394bd9b13e06a99f01665afe81e7058ba7a6126)
2021-05-28Fix version checking for notificationsFlorian Bruhin
We need to check for the QtWebEngine version, not for the version of Qt. Additionally, there's no need to re-check in DBusNotificationAdapter.__init__ as it never gets instantiated on older versions, so it's now an assertion instead. (cherry picked from commit f8c2b0a7e7b7251a5ff5bf475802702c1953a266)
2021-05-28Fix tests/lintFlorian Bruhin
We need to set XDG_RUNTIME_DIR properly in the tests so that the log is empty. (cherry picked from commit 1830f784df18057f5e07a59256cc73b5fea91a86)
2021-05-28log: Handle JSONLogger in change_console_formatterFlorian Bruhin
Fixes #6482 (cherry picked from commit 40477e826c9ec73a8f99177df645094be3ef5ed3)
2021-05-27ci: Switch to #qutebrowser-botsFlorian Bruhin
(cherry picked from commit f2e322c5814b34d5263de4cf51e5a072d4ee020d)
2021-05-26ci: Switch bots to LiberaFlorian Bruhin
(cherry picked from commit b366911d0af5148661357259883f8546e03b5d08)
2021-05-26RIP FreenodeFlorian Bruhin
(cherry picked from commit 7961cf73553847ea265a388b736fffac77dae66a)
2021-05-26Windows Installer: Update minimum OS versionbitraid
(cherry picked from commit 92178e8152e681fac4d95382978e9391b5ca66d5)
2021-05-25Set permission strings in Info.plistFlorian Bruhin
Fixes #6475 (cherry picked from commit bae08ae3860997bc19e9c41b9c9301a56aaeb202)
2021-05-20Release v2.2.2v2.2.2Florian Bruhin
2021-05-20Update changelog from masterFlorian Bruhin
2021-05-19Move function call with side effect out of assertion to avoid error when ↵user202729
assertions are disabled (cherry picked from commit 502832ac1989858fe98bd8b874ff92e6404180ad)
2021-05-18Fix crash in cmd completion for set-cmd-text.Ryan Roden-Corrent
2c4bb064e introduced support for showing bindings in the completion menu for commands initiated with set-cmd-text. This would crash if given a binding for just 'set-cmd-text' with no args. Fixes #6453. (cherry picked from commit a36efcf6b5b08666c2a65f8d2eef90eaba832fe6)
2021-05-18Add a new site-specific quirk for Google DocsFlorian Bruhin
See #6464, #5472, #4805, #4810 e010afd3a20a86639396a9c844abfea7b23cc67a https://bugreports.qt.io/browse/QTBUG-69652 (cherry picked from commit 8e617d010a5cd305ff42191ea6458a2d003b6d46)
2021-05-18Remove service workers based on QtWebEngine versionFlorian Bruhin
See https://bugreports.qt.io/browse/QTBUG-93744 (cherry picked from commit b03b03bdf6e02e13b348689bf7b18196432f232b) Additional fixups: Store initial QtWebEngine version (cherry picked from commit 948fd5040d81228452fd72a0170a0d8fe35839a9) Fix state config unit tests (cherry picked from commit 335ed484c1f8b6e5417d9000ae226b4f9a85b28f) Fix running without QtWebEngine (cherry picked from commit 57ed85ffad3278d159d1ebd03081a5e719b952cb) Remove unused imports (cherry picked from commit 9e52ad621ac44d0391c2c6d9dbdda967f7ce95f0) Fix tests without QtWebEngine (cherry picked from commit ac12fcd714c699f927170b3d0508336940366bac)
2021-05-03notifications: Fix crash with awesomewm develFlorian Bruhin
(cherry picked from commit 63b8269f5caed26474141254859cf5dcba9209d3)
2021-04-29Release v2.2.1v2.2.1Florian Bruhin
2021-04-29Update changelog from masterFlorian Bruhin
2021-04-29scripts: Add --no-confirm to build_releaseFlorian Bruhin
(cherry picked from commit 9aa8740ec95e147116ec7d868ac2f3bb2e8259be)
2021-04-29ci: Fix CodeQLFlorian Bruhin
(cherry picked from commit 4751890acbf3b98f93386649f2d393b5c4e3cf91)
2021-04-29ci: Lock down workflowsFlorian Bruhin
Closes #6430 (cherry picked from commit 8023b8c8fe6cfb13e4a561c87177744612bb42f9)
2021-04-29Add QUTE_QTWEBENGINE_VERSION_OVERRIDEFlorian Bruhin
See https://github.com/NixOS/nixpkgs/pull/119376#issuecomment-820073044 (cherry picked from commit febb921040b6670d9b1694a6ce55ae39384d1306)
2021-04-29tests: Fix test_version with git's init.defaultBranchFlorian Bruhin
(cherry picked from commit 32604a6651813e25ee6d328c880ef95f76c9c744)
2021-04-28qute-pass: dont run pass twice when otp-onlyafreakk
(cherry picked from commit b04f99bcfce00c72fe7b8e59d76012141a8cb02d)
2021-04-28Improved readability of statusbar.widgets documentation.Nicholas Schwab
(cherry picked from commit 38c5eba3e1e07448a3c1fd082dc418e916c13dc2)
2021-04-28Added text: to valid values of statusbar.widgets, making theNicholas Schwab
documentation more uniform. (cherry picked from commit a083728168e3c126b8b6a67aa3d4d03845da8a46)
2021-04-28Add a site-specific quirk for DiscordFlorian Bruhin
Closes #4379 (cherry picked from commit be37524f47bcb78a319eae4e1d61794dfec6cc36)
2021-04-23Revert "Set print resolution to 300dpi"Florian Bruhin
This reverts commit 1e5184bc71f0209744bc93287b4c9bdc172bc5a0.
2021-04-23Set print resolution to 300dpiFlorian Bruhin
See https://codereview.qt-project.org/c/qt/qtwebengine/+/344042 (cherry picked from commit 2e4ca779c68a65034fcd4448fa8c0952ed3f0a1d)
2021-04-23Fix tests on WindowsFlorian Bruhin
(cherry picked from commit 0ee169e497de97d13bbd1b0c50e11bd452d5d25f)
2021-04-23Fix :spawn -u -oFlorian Bruhin
Fixes #6407 (cherry picked from commit c7b3559d820ebdc8b3077fce3d782e6ab81cb732)
2021-04-22Update PE checksum patching after PyInstaller updateFlorian Bruhin
(cherry picked from commit b1265cbeffb6778951a4f2d7a53bd4fc18607a5c)
2021-04-22Update PyInstaller from masterFlorian Bruhin
2021-04-19ci: Pin Python 3.10 to Alpha 7Florian Bruhin
See https://github.com/actions/setup-python/issues/207 pytest isn't ready yet: https://github.com/pytest-dev/pytest/issues/8539 (cherry picked from commit 0c1414c6aaa419cba812b751c97c87e10cd6009e)
2021-04-19qute-pass: extract username/pw only when neededafreakk
(cherry picked from commit efcb3798729b6dedbf63baa443837720df63ce29)
2021-04-19address PR commentfrank shin
(cherry picked from commit 49e858e7d44b6e3ba24a388e2bdbffeb88d9adb8)