summaryrefslogtreecommitdiff
path: root/qutebrowser
AgeCommit message (Expand)Author
2020-12-04webenginesettings: Move _init_settings()profile-cleanup-1Florian Bruhin
2020-12-04Move webenginesettings._update_settings into ProfileSetterFlorian Bruhin
2020-12-04webenginesettings: Don't special-case set_dictionary_languageFlorian Bruhin
2020-12-04webenginesettings: Don't special-case cookie policyFlorian Bruhin
2020-12-04webenginesettings: Deduplicate profile init codeFlorian Bruhin
2020-12-04Use correct profile in init_private_profile()Florian Bruhin
2020-12-04Merge remote-tracking branch 'origin/pr/5813'Florian Bruhin
2020-12-03Add missing type using TYPE_CHECKING conditionallufte
2020-12-03Remove unecessary parenthesislufte
2020-12-03Reverting this order switch as apparently it's not neededlufte
2020-12-03Merge remote-tracking branch 'origin/pr/5923'Florian Bruhin
2020-12-03Support --desktop-file-name arg to set Wayland app_idMark Stosberg
2020-12-03Minor changes to dark color preferenceFlorian Bruhin
2020-12-03Merge remote-tracking branch 'origin/pr/5917'Florian Bruhin
2020-12-03Merge remote-tracking branch 'origin/pr/5916'Florian Bruhin
2020-12-03Merge remote-tracking branch 'origin/pr/5900'Florian Bruhin
2020-12-02Improve docs for :spawn -dFlorian Bruhin
2020-11-29load scripts from config directoryBryon Meinka
2020-11-29Only apply blink-settings on Qt 15.5.2Ted Morse
2020-11-29Fix HTML-escaping of JavaScript messagesFlorian Bruhin
2020-11-28Use blink-setting for colorscheme on Qt 5.15+Ted Morse
2020-11-27Use QRegularExpression instead of QRegExp.Ryan Roden-Corrent
2020-11-25Make sure all Qt regexes are validFlorian Bruhin
2020-11-25Ensure QRegularExpression is validFlorian Bruhin
2020-11-25Update _chromium_version docsFlorian Bruhin
2020-11-25Don't percent-decode path with ":navigate up"Florian Bruhin
2020-11-24Add a test for the system monospace fontFlorian Bruhin
2020-11-24Move getting default system font to configutilsFlorian Bruhin
2020-11-24Fix font quoting for font family names with a dotFlorian Bruhin
2020-11-24Use config.cache to get referrer settingFlorian Bruhin
2020-11-23Small f-string cleanupFlorian Bruhin
2020-11-23urlutils: Consider scheme/port for same_domain()Florian Bruhin
2020-11-23Fix content.headers.referer = 'never' with Qt 5.15Florian Bruhin
2020-11-23Fix content.headers.referer = 'same-domain' with Qt 5.14+Florian Bruhin
2020-11-23Add missing compiled=False for --force-dark-modeFlorian Bruhin
2020-11-23Remove unneeded darkmode.Variant.unavailableFlorian Bruhin
2020-11-23Add override for darkmode variantFlorian Bruhin
2020-11-23Clean up ValidValues code in configtypes.pyFlorian Bruhin
2020-11-23Don't cache HTTP responses for host block listFlorian Bruhin
2020-11-20lint: Bump up eslint/yamllint line length to 88Florian Bruhin
2020-11-20Add workaround for fetching model data in completionFlorian Bruhin
2020-11-20Add a setting for window transparencyFlorian Bruhin
2020-11-20Avoid implicit int conversion with vertical tabsFlorian Bruhin
2020-11-20Fix docstringFlorian Bruhin
2020-11-20Fix coverage checkFlorian Bruhin
2020-11-20Fix metaclass conflict for VersionNumberFlorian Bruhin
2020-11-20Simplify compat code around typing.ProtocolFlorian Bruhin
2020-11-20Move utils.interpolate_color to qtutilsFlorian Bruhin
2020-11-20Work around QVersionNumber mypy stubs issueFlorian Bruhin
2020-11-20Replace pkg_resources.parse_version by QVersionNumberFlorian Bruhin