summaryrefslogtreecommitdiff
path: root/qutebrowser/completion/models/urlmodel.py
AgeCommit message (Expand)Author
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-20Minor reformatFlorian Bruhin
2021-01-14Add file path completionAndrew MacFie
2021-01-02pylint: Make config check more intelligentFlorian Bruhin
2020-10-28Fix type annotationsFlorian Bruhin
2020-10-28Avoid some unnecessary TYPE_CHECKING checksFlorian Bruhin
2020-10-28mypy: use from-import styleTim Brown
2020-05-10Fix lintFlorian Bruhin
2020-05-09mypy: Fix typing for some re-assigned valuesFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-11-25Remove web-history from objregFlorian Bruhin
2019-08-27Add some more type annotations for completion modelsFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-10-05Fix lintFlorian Bruhin
2018-10-05Fix getting searchengines in URL modelFlorian Bruhin
2018-10-05Merge remote-tracking branch 'origin/pr/4004'Florian Bruhin
2018-09-04Fixed pylint complaintsPhilip Scheel
2018-09-04Resolved conflicts for merge, regenerated asciidoc, removed whitespacePhilip Scheel
2018-09-03Merged upstream, made requested modifications to the search engine code and a...Philip Scheel
2018-09-02Rename history.exclude to completion.web_history.excludeFlorian Bruhin
2018-06-17Fixed crash which could occur if user adds nonexistent category to url.open_c...Philip
2018-06-17Implemented use of the order of url.open_categories_shown in the :open dialogue.Philip
2018-06-17Added support for searchengines listing in :open dialogue. Added settings for...Philip
2018-02-05Update copyright yearsFlorian Bruhin
2017-11-28Reapply "Hide quickmark/bookmark completion if empty."Ryan Roden-Corrent
2017-11-14Revert "Hide quickmark/bookmark completion if empty."Florian Bruhin
2017-11-12Hide quickmark/bookmark completion if empty.Ryan Roden-Corrent
2017-11-02Ensure completions are sorted after filtering.Ryan Roden-Corrent
2017-09-04Pass CompletionInfo to completion functions.Ryan Roden-Corrent
2017-08-06Merge remote-tracking branch 'upstream/master' into HEADRyan Roden-Corrent
2017-07-21Use simpler way of preventing History completionFlorian Bruhin
2017-07-16Add LIMIT to history query.Ryan Roden-Corrent
2017-07-04Refactor objreg.get('config') callsFlorian Bruhin
2017-07-02Adjust config.change_filterFlorian Bruhin
2017-07-02Initial conversion to new config syntaxFlorian Bruhin
2017-06-29Use builtin SortFilter regex functionality.Ryan Roden-Corrent
2017-06-27Fix pylint/coverage errors.Ryan Roden-Corrent
2017-06-26Refactor delete_cur_item.Ryan Roden-Corrent
2017-06-19Separate sqlcategory title from table name.Ryan Roden-Corrent
2017-06-19Assorted small fixes for sql code review.Ryan Roden-Corrent
2017-06-19Add a CompletionHistory instead of HistoryVisits tableFlorian Bruhin
2017-06-19Add separate table for history visitsFlorian Bruhin
2017-06-19Remove 'group by' from url completion query.Ryan Roden-Corrent
2017-06-19Remove CompletionModel.columns_to_filter.Ryan Roden-Corrent
2017-06-19Use prepared SQL queries.Ryan Roden-Corrent
2017-06-19Only complete most recent atime for url.Ryan Roden-Corrent
2017-06-19Decouple categories from completionmodel.Ryan Roden-Corrent
2017-06-19Use list completion for bookmarks/quickmarks.Ryan Roden-Corrent
2017-06-19Implement a hybrid list/sql completion model.Ryan Roden-Corrent