summaryrefslogtreecommitdiff
path: root/qutebrowser/completion/completer.py
AgeCommit message (Expand)Author
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-03-18Move completion fallback handling out of CommandParserFlorian 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-13Remove unused importsFlorian Bruhin
2021-01-13dataclasses: Initial mypy fixFlorian Bruhin
2021-01-13dataclasses: Initial switchFlorian Bruhin
2021-01-06Eliminate parser dependency on config.Ryan Roden-Corrent
2020-12-28fixed typing mistakefreddii
2020-07-29Move current tab to CompletionInfoFlorian Bruhin
2020-07-29Restructure _update_completion a bitFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-11-29Move cmdutils.cmd_dict to objects.commandsFlorian Bruhin
2018-03-31Regen completion if args change.Ryan Roden-Corrent
2018-03-01Don't crash first completion update with min_chars.Ryan Roden-Corrent
2018-02-05Update copyright yearsFlorian Bruhin
2018-01-04Don't attempt completion if input starts with flag.Ryan Roden-Corrent
2017-12-15pylint: Re-enable bad-continuationFlorian Bruhin
2017-12-15Add an utils.Unreachable exceptionFlorian Bruhin
2017-12-15Remove old pylint disablesFlorian Bruhin
2017-12-03Style improvementsFlorian Bruhin
2017-12-03Don't show current window for :tab-give/:tab-take.Ryan Roden-Corrent
2017-10-31Stay within 79 columnsLuca Benci
2017-10-27Remove `_ignore_change`Luca Benci
2017-10-21Avoid scheduling spurious completion updatesLuca Benci
2017-10-12fix lints in completerJoakim Reinert
2017-10-09add adjustable amount of chars required to update completionsJoakim Reinert
2017-10-09add adjustable delay for completion updatesJoakim Reinert
2017-09-21Add an assertion for Completer._partitionFlorian Bruhin
2017-09-19Start using attrsFlorian Bruhin
2017-09-15Quote a completed value if it contains "Florian Bruhin
2017-09-04Pass CompletionInfo to completion functions.Ryan Roden-Corrent
2017-08-06Merge remote-tracking branch 'upstream/master' into HEADRyan Roden-Corrent
2017-07-04Split CommandRunner into runner/parserFlorian Bruhin
2017-07-02Fix completion stuffFlorian Bruhin
2017-07-02Initial conversion to new config syntaxFlorian Bruhin
2017-06-19Fix completion selection bug.Ryan Roden-Corrent
2017-06-19Don't instantiate completion models nedlessly.Ryan Roden-Corrent
2017-06-19Add more performance logging to completion.Ryan Roden-Corrent
2017-06-19Don't regenerate completion model needlessly.Ryan Roden-Corrent
2017-06-19Implement a hybrid list/sql completion model.Ryan Roden-Corrent
2017-06-19Fix end2end completion tests for SQL backend.Ryan Roden-Corrent
2017-06-19Implement SQL completion model.Ryan Roden-Corrent
2017-06-19Remove completion.instances, usertypes.Completion.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-10-05Add a commentFlorian Bruhin