summaryrefslogtreecommitdiff
path: root/qutebrowser/completion/completiondelegate.py
AgeCommit message (Expand)Author
2022-04-24wipnew-stubsFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-11-25Ensure QRegularExpression is validFlorian Bruhin
2020-08-16Sort words by length in completion patternAndrew Carlotti
2020-08-16Use QRegularExpression for highlighting search terms in completionarza
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-09mypy: Add ignores for unknown operatorsFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-11-19Fix another implicit int conversionFlorian Bruhin
2019-10-22Fix issues with mypy changesFlorian Bruhin
2019-10-22mypy: Fix new issues in completion.completiondelegateFlorian Bruhin
2019-05-30Add colors.completion.item.selected.match.fg settingOlmo Kramer
2019-02-22Update copyright for 2019Jay Kamat
2019-01-12Fix match highlighting on qt 5.11.3 and 5.12.1+Jay Kamat
2018-10-12Cache hot config accesses in completionJay Kamat
2018-10-06Make completion highlighting case-insensitive againFlorian Bruhin
2018-09-22Use QSyntaxHighlighter for completion.Ryan Roden-Corrent
2018-09-15Don't highlight html escapes in completion.Ryan Roden-Corrent
2018-09-15Don't escape quotes in completion text.Ryan Roden-Corrent
2018-02-05Update copyright yearsFlorian Bruhin
2018-01-21Show '&' properly in completion widget.Ryan Roden-Corrent
2017-12-13Support different colors per completion column.Ryan Roden-Corrent
2017-10-16Fix HTML escaping in completionFlorian Bruhin
2017-09-27Cache the completion delegate stylesheetFlorian Bruhin
2017-09-16Always autoescape jinja environments unless overriddenFlorian Bruhin
2017-08-06Merge remote-tracking branch 'upstream/master' into HEADRyan Roden-Corrent
2017-07-04Move config.style into config.config and refactor itFlorian Bruhin
2017-07-04Fix lint and old config optionsFlorian Bruhin
2017-07-02Fix completion stuffFlorian Bruhin
2017-07-02Initial stylesheet refactoring for new configFlorian Bruhin
2017-07-02Initial configexc refactoringFlorian Bruhin
2017-07-02Initial conversion to new config syntaxFlorian Bruhin
2017-06-29Store pattern in completion view, not model.Ryan Roden-Corrent
2017-06-19Remove CompletionModel.columns_to_filter.Ryan Roden-Corrent
2017-06-19Implement a hybrid list/sql completion model.Ryan Roden-Corrent
2017-05-09Finally update copyrights...Florian Bruhin
2017-02-05Replace all GitHub linksFlorian Bruhin
2016-08-01Specify completion category font in HTMLFlorian Bruhin
2016-08-01Refactoring to resolve issue #1395nanjekyejoannah
2016-08-01commit resolving issue #1395nanjekyejoannah
2016-07-29completion: highlight only the matched termsJakub Klinkovský
2016-05-09Delete QTextDocument properly in completion.Florian Bruhin
2016-01-20Merge branch 'autocompletion_enhancement' of https://github.com/tex/qutebrows...Florian Bruhin
2016-01-06use greedy highlightingMilan Svoboda
2016-01-04Adjust copyright years.Florian Bruhin
2015-12-30fix lint, highlight properlyMilan Svoboda
2015-10-16initial replace pass.Nathan Isom
2015-07-26Rename cols_to_highlight to _filter and simplify.Florian Bruhin
2015-07-26Style fix.Florian Bruhin