summaryrefslogtreecommitdiff
path: root/qutebrowser/config/configtypes.py
AgeCommit message (Expand)Author
2021-03-24Catch AttributeError for FormatString configtypeFlorian Bruhin
2021-02-02Properly escape while properly escapingAndrew
2021-02-02Escape setting values in asciidocAndrew MacFie
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-19Refactor configtype __init__ methodsFlorian Bruhin
2021-01-19Merge remote-tracking branch 'origin/pr/5987'Florian Bruhin
2021-01-17Update to test cleanup file context and ignore coverAxel Dahlberg
2021-01-15completions for ShellCommandAxel Dahlberg
2021-01-13dataclasses: Adjust import orderFlorian Bruhin
2021-01-13dataclasses: Initial switchFlorian Bruhin
2020-11-24Move getting default system font to configutilsFlorian Bruhin
2020-11-23Clean up ValidValues code in configtypes.pyFlorian Bruhin
2020-10-31mypy: use from-import for typing in `configtypes.py`Tim Brown
2020-10-27Handle FutureWarning during regex validationFlorian Bruhin
2020-10-26Initial drop of Python 3.5Florian Bruhin
2020-07-10Add #AARRGGBB to color value docsPeter Rice
2020-06-10Remove unneeded importsConstantine Theocharis
2020-06-10Remove QtFont as a config typeConstantine Theocharis
2020-06-09Merge remote-tracking branch 'origin/pr/5445'Florian Bruhin
2020-05-30More pylint fixesRyan Roden-Corrent
2020-05-27configtypes: Add alias for "Union[None, usertypes.Unset]"Florian Bruhin
2020-05-27configtypes: Fix handling of Unset in _Numeric with boundsFlorian Bruhin
2020-05-25Make loglevel docstring consistentRyan Roden-Corrent
2020-05-25Lowercase loglevel config valuesRyan Roden-Corrent
2020-05-19Add custom configtype for loglevel.Ryan Roden-Corrent
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-10Use base class for configtypes.Font inheritanceFlorian Bruhin
2020-05-09mypy: Fix wrong type annotationsFlorian Bruhin
2020-04-16Remove URL validity check when parsing search enginesThorsten Wißmann
2020-04-04Only quote search engine terms if requestedThorsten Wißmann
2020-02-13Split up configtypes.QtFont.to_py()Florian Bruhin
2020-02-13Fix initializing of configtypes.QtFont when default_size is NoneFlorian Bruhin
2020-01-31Fix fonts.default_size with fonts.hintsFlorian Bruhin
2020-01-20Add fonts.default_family settingFlorian Bruhin
2020-01-11Quote font family names for Qt CSS onlyFlorian Bruhin
2020-01-11Switch to a FontFamilies classFlorian Bruhin
2020-01-11Fix font parsing for '"' as familyFlorian Bruhin
2020-01-10Replace fonts.monospace setting by rewritten fonts.default_familiesFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-31Clean up QtFont.to_pyFlorian Bruhin
2019-12-31Improve QtFont parsingFlorian Bruhin
2019-12-20Replace configutils.UNSET by usertypes.UNSETFlorian Bruhin
2019-12-18config: Allow to set completions for FormatStringFlorian Bruhin
2019-12-03Remove unneeded list() for sorted()Florian Bruhin
2019-10-01Add zero_ok to numeric config typesFlorian Bruhin
2019-07-23mypy: Fix --warn-unreachable lintFlorian Bruhin
2019-07-04Merge remote-tracking branch 'origin/pr/4819'Florian Bruhin
2019-06-04Register debug-cache-stats with a decoratoruser202729
2019-05-31Add missing type annotationsFlorian Bruhin