summaryrefslogtreecommitdiff
path: root/qutebrowser/config/config.py
AgeCommit message (Expand)Author
2021-05-19mypy: Set disallow_any_genericsFlorian Bruhin
2021-05-13Fix crash in cmd completion for set-cmd-text.Ryan Roden-Corrent
2021-04-04Show error when using :config-unset with uncustomized settingFlorian Bruhin
2021-03-18Restore config access in commands.parserFlorian Bruhin
2021-03-03Merge remote-tracking branch 'origin/pr/5967' into devFlorian Bruhin
2021-02-03Only warn about autoconfig for the top-level config.pyFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-20Fix lintFlorian Bruhin
2021-01-20config: Improve error handling for missing sectionsFlorian Bruhin
2021-01-20config: Add ConfigContainer._with_prefix()Florian Bruhin
2021-01-07Restore coverage of config.py to 100%.Ryan Roden-Corrent
2021-01-06Eliminate parser dependency on config.Ryan Roden-Corrent
2021-01-03Fix PR issues for set-cmd-text completions.Ryan Roden-Corrent
2020-12-27Use CommandParser for binding completion.Ryan Roden-Corrent
2020-12-17Show set-cmd-text command bindings in completion.Ryan Roden-Corrent
2020-10-31mypy: use from-import for typing in `config`Tim Brown
2020-10-28Avoid some unnecessary TYPE_CHECKING checksFlorian Bruhin
2020-10-08Add warning when it's not specified if the config should be loadedJan-Pieter Baert
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-01-09Fix lint/coverage for Travis updatesFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-20Split config.stylesheet into separate moduleFlorian Bruhin
2019-12-20Replace configutils.UNSET by usertypes.UNSETFlorian Bruhin
2019-12-20Make it possible to hide ScopedValues from dump_userconfig()Florian Bruhin
2019-10-01Remove unused-import pylint disables for typingFlorian Bruhin
2019-09-13Use typing.TYPE_CHECKINGFlorian Bruhin
2019-08-22Add config.py path to :versionJan-Pieter Baert
2019-08-17Merge remote-tracking branch 'origin/pr/4808'Florian Bruhin
2019-08-12add line to :versionJan-Pieter Baert
2019-07-23mypy: Fix --warn-unreachable lintFlorian Bruhin
2019-07-04Only update stylesheet when related config option changesuser202729
2019-07-04Change get_opt to ensure_has_opt when used for sanity checkinguser202729
2019-06-04Register debug-cache-stats with a decoratoruser202729
2019-02-22Update copyright for 2019Jay Kamat
2018-12-10Use hook system for config_changed hookFlorian Bruhin
2018-12-05Configure coverage.py for "if MYPY:"Florian Bruhin
2018-12-03Revert "Revert "Add types for most of qutebrowser.config""Florian Bruhin
2018-12-03Revert "Add types for most of qutebrowser.config"Florian Bruhin
2018-12-03Add types for most of qutebrowser.configFlorian Bruhin
2018-11-27Fix coverageFlorian Bruhin
2018-11-27pylint: disable=unused-import for typingFlorian Bruhin
2018-11-26mypy: Fix issues with config default valuesFlorian Bruhin
2018-11-16s/an URL/a URL/gFlorian Bruhin
2018-09-28Allow fallback=False with config.get/get_objFlorian Bruhin
2018-09-05Refactor configcache to cacheJay Kamat
2018-09-02Use config cache to cache static hotspotsJay Kamat
2018-06-12Improve error messages with backend conditionalsFlorian Bruhin
2018-03-08Fix handling of empty bindings without breaking :unbindFlorian Bruhin
2018-03-07Make bindings.default only settable in autoconfig.ymlFlorian Bruhin