summaryrefslogtreecommitdiff
path: root/qutebrowser/config/configtypes.py
AgeCommit message (Expand)Author
2021-08-26Automatically rewrite enumsFlorian Bruhin
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-05-30Validate encoding for header settingsFlorian Bruhin
2021-04-08Apply suggestions from code reviewNicholas42
2021-04-08Revert all prefix-related commits.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 documentat...Nicholas Schwab
2021-04-08Renamed configtypes.StatusbarWidget to PrefixOrString to reflect more general...Nicholas Schwab
2021-04-08Reworked StatusbarWidget to use ValidPrefixes.Nicholas Schwab
2021-04-08Added configtype to wrap valid prefixes.Nicholas Schwab
2021-04-08Added configtype StatusbarWidget that can either be one of the valid_values o...Nicholas Schwab
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