summaryrefslogtreecommitdiff
path: root/qutebrowser
AgeCommit message (Collapse)Author
2021-06-14Add new types packages for mypyFlorian Bruhin
See http://mypy-lang.blogspot.com/2021/05/the-upcoming-switch-to-modular-typeshed.html
2021-06-11Greasemonkey: Make sure script names are uniqueFlorian Bruhin
Fixes #6353
2021-06-09greasemonkey: Remove uneeded name logicFlorian Bruhin
This is already done in GreasemonkeyScript.__init__.
2021-06-09Add GreasemonkeyScript.__str__Florian Bruhin
2021-06-09Add output to :greasemonkey-reloadFlorian Bruhin
2021-06-09Fix prefers_reduced_motion on WindowsFlorian Bruhin
See #6530
2021-06-09Add content.prefers_reduced_motionFlorian Bruhin
Closes #6530
2021-06-01Release v2.2.3Florian Bruhin
2021-06-01brave adblock: Handle DeserializationErrorFlorian Bruhin
Fixes #6489
2021-06-01Speculative fix for deleted WebEngineCaretFlorian Bruhin
(Hopefully) fixes #6394.
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-28Fix lintFlorian 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-28log: Handle JSONLogger in change_console_formatterFlorian Bruhin
Fixes #6482
2021-05-27Disable QTBUG-77137 workaround on Qt 5.14+Florian Bruhin
2021-05-20Release v2.2.2Florian 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 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-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-13Fix tests without QtWebEngineFlorian Bruhin
2021-05-13Remove unused importsFlorian Bruhin
2021-05-13Fix running without QtWebEngineFlorian Bruhin
2021-05-13Store initial QtWebEngine versionFlorian Bruhin
2021-05-13Merge remote-tracking branch 'origin/pr/6462'Florian Bruhin
2021-05-13Remove service workers based on QtWebEngine versionFlorian Bruhin
See https://bugreports.qt.io/browse/QTBUG-93744
2021-05-13Fix 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.
2021-05-05Clarify backend version stringFlorian Bruhin
2021-05-03notifications: Fix crash with awesomewm develFlorian Bruhin
2021-04-29Release v2.2.1Florian Bruhin
2021-04-28Merge remote-tracking branch 'origin/pr/6416'Florian Bruhin
2021-04-28Add a site-specific quirk for DiscordFlorian Bruhin
Closes #4379
2021-04-24Improved readability of statusbar.widgets documentation.Nicholas Schwab
2021-04-23Revert "Set print resolution to 300dpi"Florian Bruhin
This reverts commit 2e4ca779c68a65034fcd4448fa8c0952ed3f0a1d.
2021-04-23Set print resolution to 300dpiFlorian Bruhin
See https://codereview.qt-project.org/c/qt/qtwebengine/+/344042
2021-04-23Fix :spawn -u -oFlorian Bruhin
Fixes #6407
2021-04-22Added text: to valid values of statusbar.widgets, making theNicholas Schwab
documentation more uniform.
2021-04-17notifications: Ignore KDE's ExcessNotificationGenerationFlorian Bruhin
2021-04-15Add QUTE_QTWEBENGINE_VERSION_OVERRIDEFlorian Bruhin
See https://github.com/NixOS/nixpkgs/pull/119376#issuecomment-820073044
2021-04-15Revert accidental version.py changesFlorian Bruhin
2021-04-15Fix up testFlorian Bruhin
2021-04-15Remove old q_appFlorian Bruhin
Follow-up to c1758230200814e84055f3e2954cb69f0fddf5d8, see #6393
2021-04-13notifications: Show adapter errors to usersFlorian Bruhin
Otherwise their notifications could suddenly stop working or otherwise change apperance.