summaryrefslogtreecommitdiff
path: root/qutebrowser/completion
AgeCommit message (Expand)Author
2021-08-26Fix style enum accessFlorian Bruhin
2021-08-26Automatically rewrite enumsFlorian Bruhin
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-07-13Simplify exception catchingFlorian Bruhin
2021-07-13Handle and test more file path corner casesFlorian Bruhin
2021-07-13Handle UnicodeEncodeError in path completionFlorian Bruhin
2021-06-26Update usages of sql module to use the new class.lufte
2021-03-31Increase vim compatibilityFlorian Bruhin
2021-03-23Clean up successful process data after 1hFlorian Bruhin
2021-03-23Sort :process completion manuallyFlorian Bruhin
2021-03-23Fix lint/testsFlorian Bruhin
2021-03-23Add a ProcessOutcome classFlorian Bruhin
2021-03-23Add :processFlorian 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-20Rename :buffer to :tab-selectFlorian Bruhin
2021-01-20completion: Avoid pathlib in filepathcategoryFlorian Bruhin
2021-01-20Handle null bytes in filepath completionFlorian Bruhin
2021-01-20Update docsFlorian Bruhin
2021-01-20Refactor FilePathCategoryFlorian Bruhin
2021-01-20Minor reformatFlorian Bruhin
2021-01-20Merge remote-tracking branch 'origin/pr/6038' into devFlorian Bruhin
2021-01-19Add some testsAndrew MacFie
2021-01-19Add favorite_paths as settingAndrew MacFie
2021-01-19Remove config import for nowAndrew MacFie
2021-01-19Fix name from QtAndrew MacFie
2021-01-19Fix method implementationAndrew MacFie
2021-01-19Add filesystem completion to defaultAndrew MacFie
2021-01-19Leave prefix as user typed itAndrew MacFie
2021-01-19Fix some stuffAndrew MacFie
2021-01-19Update qutebrowser/completion/models/filepathcategory.pyAndrew
2021-01-19Update qutebrowser/completion/models/filepathcategory.pyAndrew
2021-01-19Update qutebrowser/completion/models/filepathcategory.pyAndrew
2021-01-19Update qutebrowser/completion/models/filepathcategory.pyAndrew
2021-01-14Fix c/p'ed docstringAndrew MacFie
2021-01-14Remove lint (whoops)Andrew MacFie
2021-01-14Support file protocol in filename completionAndrew MacFie
2021-01-14Add file path completionAndrew MacFie
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
2021-01-02pylint: Make config check more intelligentFlorian Bruhin
2020-12-30Fix lintFlorian Bruhin
2020-12-30Show renderer process PID in :buffer completionFlorian Bruhin
2020-12-30Merge remote-tracking branch 'origin/pr/5992'Florian Bruhin
2020-12-28Trim long patterns rather than clearing them.Ryan Roden-Corrent
2020-12-28Use f-string for log line.Ryan Roden-Corrent