summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-01brave adblock: Handle DeserializationErrorFlorian Bruhin
Fixes #6489
2021-06-01Speculative fix for deleted WebEngineCaretFlorian Bruhin
(Hopefully) fixes #6394.
2021-06-01Make dark mode tests work correctly on ARM/aarch64Florian Bruhin
Fixes #6489
2021-05-31Windows Installer: Allow elevation when silentbitraid
2021-05-31Merge pull request #6497 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2021-05-31Update dependenciesqutebrowser bot
2021-05-30Update changelogFlorian Bruhin
2021-05-30Handle un-encodable initial text for editorFlorian Bruhin
2021-05-30Fix crash when quitting on qute://settingsFlorian Bruhin
2021-05-30Make quitter.is_shutting_down publicFlorian Bruhin
Needed for a bugfix in the next commit.
2021-05-30Validate encoding for header settingsFlorian Bruhin
Also needed to add encoding check support to FormatString.
2021-05-30Add reference to AUR packageRijnder Wever
I just added the readability package to the [AUR](https://aur.archlinux.org/packages/nodejs-readability-git/). Not much of a difference from using npm directly, but, personally, (i) I prefer to manage all my (important) packages using yay, and (ii) like to perform all system upgrades from one place (i.e. yay --devel).
2021-05-29tests: Update import path for pytestqt SignalBlockerFlorian Bruhin
2021-05-29tests: Fix test_system_default_rendering with Noto Sans MonoFlorian Bruhin
2021-05-28Fix lintFlorian Bruhin
2021-05-28Point to official Libera Chat webchatFlorian Bruhin
2021-05-28Update changelogFlorian Bruhin
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.
2021-05-28Fix tests/lintFlorian Bruhin
We need to set XDG_RUNTIME_DIR properly in the tests so that the log is empty.
2021-05-28Update changelogFlorian Bruhin
2021-05-28log: Handle JSONLogger in change_console_formatterFlorian Bruhin
Fixes #6482
2021-05-27Disable QTBUG-77137 workaround on Qt 5.14+Florian Bruhin
2021-05-27ci: Switch to #qutebrowser-botsFlorian Bruhin
2021-05-26Update changelogFlorian Bruhin
2021-05-26Merge remote-tracking branch 'origin/pr/6477'Florian Bruhin
2021-05-26ci: Switch bots to LiberaFlorian Bruhin
2021-05-26RIP FreenodeFlorian Bruhin
2021-05-25Windows Installer: Update minimum OS versionbitraid
2021-05-25Update changelogFlorian Bruhin
2021-05-25Set permission strings in Info.plistFlorian Bruhin
Fixes #6475
2021-05-25doc: Update list of chrome:// URLsFlorian Bruhin
2021-05-25Merge pull request #6472 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2021-05-24Update dependenciesqutebrowser bot
2021-05-20Merge remote-tracking branch 'origin/master' into 4nd3r/hostblock_subdomainsAnder Punnar
2021-05-20Release v2.2.2Florian Bruhin
2021-05-19Update changelogFlorian Bruhin
2021-05-19Merge remote-tracking branch 'origin/pr/6470'Florian Bruhin
2021-05-19Remove type-arg which is non-generic in older PythonsFlorian Bruhin
2021-05-19mypy: Set disallow_any_genericsFlorian Bruhin
See #6100
2021-05-19Move function call with side effect out of assertion to avoid error when ↵user202729
assertions are disabled
2021-05-18Update changelog URLs for pallets projectsFlorian Bruhin
2021-05-18Update jinja.py typing after jinja upgradeFlorian Bruhin
jinja ships its own (more correct) stubs now see https://github.com/python/typeshed/issues/3197
2021-05-18Update changelogFlorian Bruhin
2021-05-18Enable URL patterns for fonts.web.*Florian Bruhin
See #3636
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
2021-05-18mkvenv: Also install linters with --devFlorian Bruhin
Can be useful for editors
2021-05-18Merge pull request #6465 from qutebrowser:update-dependenciesFlorian Bruhin
Update dependencies
2021-05-17Update dependenciesqutebrowser bot
2021-05-14ci: Try to avoid upload loadFlorian Bruhin
I suspect we get issues because 6 jobs try to upload at the same time
2021-05-13Fix tests without QtWebEngineFlorian Bruhin