summaryrefslogtreecommitdiff
path: root/qutebrowser/completion/models/histcategory.py
AgeCommit message (Expand)Author
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-10-28mypy: use from-import styleTim Brown
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-10-22mypy: Fix new issues in models.histcategoryFlorian Bruhin
2019-10-01Remove unused-import pylint disables for typingFlorian Bruhin
2019-08-27Improve type annotationsFlorian Bruhin
2019-04-13Skip completion when a prefix returning nothing is providedJay Kamat
2019-04-03Consistent SQL casingFlorian Bruhin
2019-04-03Remove Sql prefix for SqlKnownError and SqlBugErrorFlorian Bruhin
2019-04-03Merge remote-tracking branch 'origin/pr/4682'Florian Bruhin
2019-04-02Fix 'too many SQL variables' variantJay Kamat
2019-04-02Refactor LongQueryError and EnvironmentError into KnownErrorJay Kamat
2019-03-26Use OR instead of concatenation for queriesJay Kamat
2019-03-26Fix crash on long sql linesJay Kamat
2019-02-22Update copyright for 2019Jay Kamat
2018-11-13Fix sql comment to match updated code.Ryan Roden-Corrent
2018-11-06Don't complete url and title from same search word.Ryan Roden-Corrent
2018-09-02Rename history.exclude to completion.web_history.excludeFlorian Bruhin
2018-09-01Use composition instead of inheritance for sql.QueryFlorian 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-03-01Resolve empty completion.timestamp_format crash.Ryan Roden-Corrent
2018-02-05Update copyright yearsFlorian Bruhin
2017-12-13Fix histcategory query reuse logic.Ryan Roden-Corrent
2017-12-13Fix comment in histcategory.Ryan Roden-Corrent
2017-12-12Remove unused re importRyan Roden-Corrent
2017-12-12Fix casing of LIKE in commentRyan Roden-Corrent
2017-12-12Clean up "any order" SQL query code.Ryan Roden-Corrent
2017-12-12Cache url query when possible.Ryan Roden-Corrent
2017-12-11Match url completion terms in any order.Ryan Roden-Corrent
2017-12-05History completion by both URL and title.Ryan Roden-Corrent
2017-08-20Fix pylint/flake8/vulture errors.Ryan Roden-Corrent
2017-08-09Fix startup crashes after config merge.Ryan Roden-Corrent
2017-07-28Fix fetch/delete sql category bug.Ryan Roden-Corrent
2017-07-24Merge pull request #2852 from rcorre/fix-max-itemsFlorian Bruhin
2017-07-23Fix web-history-max-items-crash.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-21Use simpler way of preventing History completionFlorian Bruhin
2017-07-21Fix new completion with web-history-max-items set to 0Florian Bruhin
2017-07-20Add 'localtime' to sql history query.Ryan Roden-Corrent
2017-07-16Add LIMIT to history query.Ryan Roden-Corrent