summaryrefslogtreecommitdiff
path: root/qutebrowser/config/configutils.py
AgeCommit message (Expand)Author
2021-08-26Automatically rewrite enumsFlorian Bruhin
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-04-09fix pylintAnder Punnar
2021-04-09make _widened_hostnames public, move to urlutilsAnder Punnar
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian 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-10-31Improve OrderedDict annotationFlorian Bruhin
2020-10-31mypy: use from-import for typing in `config`Tim Brown
2020-05-09mypy: Fix wrong type annotationsFlorian Bruhin
2020-05-07Reland: Always make sure URLs for per-domain settings are validFlorian Bruhin
2020-05-06Revert "Always make sure URLs for per-domain settings are valid"Florian Bruhin
2020-05-06Always make sure URLs for per-domain settings are validFlorian Bruhin
2020-01-15Strip trailing dots while matching url patternsJay Kamat
2020-01-11Quote font family names for Qt CSS onlyFlorian Bruhin
2020-01-11Switch to a FontFamilies classFlorian Bruhin
2020-01-10Replace fonts.monospace setting by rewritten fonts.default_familiesFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-20Move widened_hostnames to configutilsFlorian Bruhin
2019-12-20Replace configutils.UNSET by usertypes.UNSETFlorian Bruhin
2019-12-20Use existing ScopedValues for Values.__init__Florian Bruhin
2019-12-20Make it possible to hide ScopedValues from dump_userconfig()Florian Bruhin
2019-12-02Fix remaining issuesFlorian Bruhin
2019-12-02Don't clear ScopedValue.id_gen on Values.clear()Florian Bruhin
2019-11-27Don't use attrs for ScopedValueFlorian Bruhin
2019-11-27Always call widened_hostnamesFlorian Bruhin
2019-11-27Rewrite Values.get_for_urlFlorian Bruhin
2019-11-27Use a generator for insert_idFlorian Bruhin
2019-11-27Simplify getting host from patternFlorian Bruhin
2019-11-27Remove cmp/hash for nowFlorian Bruhin
2019-11-27Merge remote-tracking branch 'origin/pr/4707' into domain-mappingFlorian Bruhin
2019-11-27Make pylint shut upFlorian Bruhin
2019-11-27Fix type annotation for Values._get_fallbackFlorian Bruhin
2019-11-27Fix configutils.Values.__repr__Florian Bruhin
2019-11-27Rename VMAP_KEYFlorian Bruhin
2019-11-27Merge remote-tracking branch 'origin/pr/4544'Florian Bruhin
2019-10-01Remove unused-import pylint disables for typingFlorian Bruhin
2019-09-13Use typing.TYPE_CHECKINGFlorian Bruhin
2019-05-26Fix un-needed dictionary iteration on fallbackJay Kamat
2019-04-27Fix unhashable type on attrs 16.3.0Jay Kamat
2019-04-19Optimize lookup of non-domain configJay Kamat
2019-04-19Improve memory usage when no config settings are changedJay Kamat
2019-04-10Use a domain mapping to reduce complexity of per-domain lookupsJay Kamat
2019-03-24Use ordered dicts to reduce complexity of pattern setting addJay Kamat
2019-02-22Update copyright for 2019Jay Kamat
2018-12-05mypy: Add annotations for qutebrowser.config.configtypesFlorian Bruhin
2018-12-05Configure coverage.py for "if MYPY:"Florian Bruhin
2018-12-03Revert "Revert "Add types for most of qutebrowser.config""Florian Bruhin