summaryrefslogtreecommitdiff
path: root/qutebrowser/completion/models/completionmodel.py
AgeCommit message (Expand)Author
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-11-04old qt: Remove layoutChanged signal workaroundFlorian Bruhin
2020-10-28mypy: use from-import styleTim Brown
2020-07-29Use utils.unused() everywhereFlorian Bruhin
2020-07-29Merge remote-tracking branch 'origin/pr/4180' into completionFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-02-13Allow more than three columns in completions.Jimmy
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-10-22mypy: Fix new issues in models.completionmodelFlorian Bruhin
2019-10-15mypy: check_untyped_defs for qutebrowser.completionFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-11-29Move CommandError to api.cmdutilsFlorian 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-12-02Improve workaround commentFlorian Bruhin
2017-11-27Ensure HistoryCategory works in isolation.Ryan Roden-Corrent
2017-07-22Fix completion-item-del on undeletable item.Ryan Roden-Corrent
2017-07-11SQL code review fixes.Ryan Roden-Corrent
2017-07-03Fix various test/flake8/pylint errors.Ryan Roden-Corrent
2017-06-29Assert if index is invalid in delete_cur_item.Ryan Roden-Corrent
2017-06-29Store pattern in completion view, not model.Ryan Roden-Corrent
2017-06-26Refactor delete_cur_item.Ryan Roden-Corrent
2017-06-20Pass invalid index to [can]FetchMore.Ryan Roden-Corrent
2017-06-20Use _cat_from_index in completionmodel.data.Ryan Roden-Corrent
2017-06-19Always return col 0 for index parent.Ryan Roden-Corrent
2017-06-19Assorted small fixes for sql code review.Ryan Roden-Corrent
2017-06-19Don't instantiate completion models nedlessly.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