summaryrefslogtreecommitdiff
path: root/qutebrowser/config
AgeCommit message (Collapse)Author
2021-08-26Automatically rewrite enumsFlorian Bruhin
See #5904
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-08-25Move download origin handling to DownloadItemFlorian Bruhin
2021-08-25Prevent mixed content downloading by defaultFlorian Bruhin
https://blog.chromium.org/2020/02/protecting-users-from-insecure.html https://therecord.media/firefox-follows-chrome-and-prepares-to-block-insecure-downloads/
2021-08-10Clarify referer docsFlorian Bruhin
Closes #6640
2021-07-20Update docsFlorian Bruhin
2021-07-19make blocking subdomains configurableAnder Punnar
2021-07-12Add fff and lf as file selectorsFlorian Bruhin
2021-06-28Update UA completionsFlorian Bruhin
2021-06-24Merge remote-tracking branch 'origin/pr/6372'Florian Bruhin
2021-06-24Add colors.prompts.selected.fgFlorian Bruhin
Closes #6559
2021-06-13Merge remote-tracking branch 'origin/master' into 4nd3r/hostblock_subdomainsAnder Punnar
2021-06-09Fix prefers_reduced_motion on WindowsFlorian Bruhin
See #6530
2021-06-09Add content.prefers_reduced_motionFlorian Bruhin
Closes #6530
2021-06-01Merge remote-tracking branch 'origin/master' into 4nd3r/hostblock_subdomainsAnder Punnar
2021-05-30Validate encoding for header settingsFlorian Bruhin
Also needed to add encoding check support to FormatString.
2021-05-20Merge remote-tracking branch 'origin/master' into 4nd3r/hostblock_subdomainsAnder Punnar
2021-05-19mypy: Set disallow_any_genericsFlorian Bruhin
See #6100
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-03Merge remote-tracking branch 'origin/master' into 4nd3r/hostblock_subdomainsAnder Punnar
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-22Added text: to valid values of statusbar.widgets, making theNicholas Schwab
documentation more uniform.
2021-04-13Merge remote-tracking branch 'origin/master' into 4nd3r/hostblock_subdomainsAnder Punnar
2021-04-13Disable replaceAll quirk by defaultFlorian Bruhin
Fixes #6208
2021-04-13Update UA completionsFlorian Bruhin
2021-04-08Apply suggestions from code reviewNicholas42
Co-authored-by: Florian Bruhin <me@the-compiler.org>
2021-04-09fix pylintAnder Punnar
2021-04-09make _widened_hostnames public, move to urlutilsAnder Punnar
2021-04-08Updated the documentation regarding statusbar.widgets.Nicholas Schwab
2021-04-08Revert all prefix-related commits.Nicholas Schwab
This reverts commits 02a64630aa83e37e47a28a60366e1c65f0eba3ac to 4ff204aecc96d77209a18594a14da96af703c43f.
2021-04-08Added documentation generation for valid prefixes to config file generation.Nicholas Schwab
2021-04-08Let ValidPrefixes __iter__ fit the keys in descriptions.Nicholas Schwab
2021-04-08Add specialized getters for valid prefixes to List and ListOrValue.Nicholas Schwab
2021-04-08Add getter for valid_prefixes to config BaseType. Will be used for ↵Nicholas Schwab
documentation.
2021-04-08Add text-prefix to configdata.yml.Nicholas Schwab
2021-04-08Read valid_prefixes from configdata.yml.Nicholas Schwab
2021-04-08Changed type of statusbar.widgets to PrefixOrString.Nicholas Schwab
2021-04-08Renamed configtypes.StatusbarWidget to PrefixOrString to reflect more ↵Nicholas Schwab
general use cases.
2021-04-08Reworked StatusbarWidget to use ValidPrefixes.Nicholas Schwab
2021-04-08Added configtype to wrap valid prefixes.Nicholas Schwab