summaryrefslogtreecommitdiff
path: root/qutebrowser/completion/models/configmodel.py
AgeCommit message (Expand)Author
2021-12-03Add some missing docstring paramsFlorian Bruhin
2021-12-03pylint: Enable docparams checkerFlorian Bruhin
2021-03-03Merge remote-tracking branch 'origin/pr/5967' into devFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-06Eliminate parser dependency on config.Ryan Roden-Corrent
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-10-12Update docs and fix styleJay Kamat
2018-10-11Don't show no_autoconfig settings for :config-add-(list|dict)Florian Bruhin
2018-10-07Update docsFlorian Bruhin
2018-10-04New config: More powerful :config- commands: add #4283Milo Gertjejansen
2018-10-01New config: More powerful :config- commands: addMilo Gertjejansen
2018-03-31Regen completion if args change.Ryan Roden-Corrent
2018-03-07Make bindings.default only settable in autoconfig.ymlFlorian Bruhin
2018-03-04Merge branch 'keys'Florian Bruhin
2018-03-04Add missing default=True for configmodel.bindFlorian Bruhin
2018-03-04Refactor configmodel.bindFlorian Bruhin
2018-02-27Fix getting customized optionsFlorian Bruhin
2018-02-27Handle unknown keys in :bind completionFlorian Bruhin
2018-02-25Merge branch 'master' into keysFlorian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2017-12-29Use KeySequences in config.pyFlorian Bruhin
2017-12-15pylint: Re-enable bad-continuationFlorian Bruhin
2017-11-26Show default keybinding in :bind completionPanagiotis Ktistakis
2017-11-02Ensure completions are sorted after filtering.Ryan Roden-Corrent
2017-10-05Only show customized options for :config-unset completionFlorian Bruhin
2017-10-01Fix completion for empty config valuesFlorian Bruhin
2017-09-27Fix :bind completion with invalid commandsFlorian Bruhin
2017-09-20Use CommandParser for configmodel.bind.Ryan Roden-Corrent
2017-09-07Fix configmodel nitpicksRyan Roden-Corrent
2017-09-04Remove config dependency from get_cmd_completions.Ryan Roden-Corrent
2017-09-04Pass CompletionInfo to completion functions.Ryan Roden-Corrent
2017-08-20Merge remote-tracking branch 'upstream/master' into configmergeRyan Roden-Corrent
2017-08-20Fix pylint/flake8/vulture errors.Ryan Roden-Corrent
2017-08-20Move bind completion to configmodels.Ryan Roden-Corrent
2017-08-20Fix completion tests after config merge.Ryan Roden-Corrent
2017-08-09Fix startup crashes after config merge.Ryan Roden-Corrent
2017-08-06Don't perform alphabetical sort in listcategory.Ryan Roden-Corrent
2017-06-19Decouple categories from completionmodel.Ryan Roden-Corrent
2017-06-19Implement a hybrid list/sql completion model.Ryan Roden-Corrent
2017-06-19Avoid config -> configmodel circular import.Ryan Roden-Corrent
2017-06-19Simplify sorting logic in sortfilter.Ryan Roden-Corrent
2017-06-19Implement completion models as functions.Ryan Roden-Corrent
2017-05-09Finally update copyrights...Florian Bruhin
2017-02-05Replace all GitHub linksFlorian Bruhin
2016-01-04Adjust copyright years.Florian Bruhin
2015-12-01Add comment why abstract-method is ignored.Florian Bruhin
2015-11-13Style fixes.Florian Bruhin
2015-08-11Add tests:Alexander Cogneau