summaryrefslogtreecommitdiff
path: root/qutebrowser/completion/models/listcategory.py
AgeCommit message (Expand)Author
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-12-28Trim long patterns rather than clearing them.Ryan Roden-Corrent
2020-12-28Use f-string for log line.Ryan Roden-Corrent
2020-12-28Don't crash on long search patterns.Ryan Roden-Corrent
2020-11-27Use QRegularExpression instead of QRegExp.Ryan Roden-Corrent
2020-11-25Make sure all Qt regexes are validFlorian Bruhin
2020-10-28mypy: use from-import styleTim Brown
2020-07-29Fix lintFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-10-15mypy: check_untyped_defs for qutebrowser.completionFlorian Bruhin
2019-08-27Add some more type annotations for completion modelsFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-10-03Add coverage commentFlorian Bruhin
2018-10-03Handle None values in lessThanFlorian Bruhin
2018-07-02Revert "Add workaround for PyQt 5.11 headerDataChanged bug"Florian Bruhin
2018-07-02Add workaround for PyQt 5.11 headerDataChanged bugFlorian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2017-11-02Ensure completions are sorted after filtering.Ryan Roden-Corrent
2017-08-06Don't perform alphabetical sort in listcategory.Ryan Roden-Corrent
2017-07-23Fix unused imports and removeRow override.Ryan Roden-Corrent
2017-07-22Fix completion-item-del on undeletable item.Ryan Roden-Corrent
2017-07-03Make various SQL code review changes.Ryan Roden-Corrent
2017-06-29Use builtin SortFilter regex functionality.Ryan Roden-Corrent
2017-06-26Refactor delete_cur_item.Ryan Roden-Corrent
2017-06-20Fix outdated docstring and pylint error.Ryan Roden-Corrent
2017-06-19Fix pylint errors.Ryan Roden-Corrent
2017-06-19Assorted small fixes for sql code review.Ryan Roden-Corrent
2017-06-19Add more performance logging to completion.Ryan Roden-Corrent
2017-06-19Remove CompletionModel.columns_to_filter.Ryan Roden-Corrent
2017-06-19Fix pylint/flake8 errorsRyan Roden-Corrent
2017-06-19Decouple categories from completionmodel.Ryan Roden-Corrent
2017-06-19Implement a hybrid list/sql completion model.Ryan Roden-Corrent