summaryrefslogtreecommitdiff
path: root/qutebrowser/browser/history.py
AgeCommit message (Expand)Author
2021-03-18Add a test for flatpak runtime dirFlorian Bruhin
2021-03-18Try to recover from CompletionMetaInfo with unexpected structureFlorian Bruhin
2021-02-03Improve rebuilding of history databaseFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-15sql: Remove HistoryProgress reusabilityFlorian Bruhin
2021-01-15Use sql.user_version_changed() everywhereFlorian Bruhin
2021-01-14Revert "history: Simplify HistoryProgress"Florian Bruhin
2021-01-14history: Simplify HistoryProgressFlorian Bruhin
2021-01-14Fix lintFlorian Bruhin
2021-01-14history: Skip unnecessary checkFlorian Bruhin
2021-01-05history: Skip cleanup steps if tables are emptyFlorian Bruhin
2021-01-05history: Improve progress dialog UXFlorian Bruhin
2021-01-05sql: Run VACUUM after rebuilding completionFlorian Bruhin
2021-01-05history: Don't query SQL to rebuild completionFlorian Bruhin
2021-01-05sql: Only alter tables if user version changedFlorian Bruhin
2021-01-05history: Use new user version handlingFlorian Bruhin
2021-01-05history: Run migrations on all old versionsFlorian Bruhin
2021-01-05history: Show progress dialog immediatelyFlorian Bruhin
2021-01-05Remove qute://pdfjs URLs from historyFlorian Bruhin
2021-01-05history: Do clean up using SQLFlorian Bruhin
2021-01-05history: Use some more f-stringsFlorian Bruhin
2021-01-05Revert "Rename CompletionMetaInfo to MetaInfo"Florian Bruhin
2021-01-05Rename CompletionMetaInfo to MetaInfoFlorian Bruhin
2021-01-05sql: Run a one-time history cleanupFlorian Bruhin
2021-01-05Make HistoryProgress more reusableFlorian Bruhin
2021-01-05history: Refactor early excludesFlorian Bruhin
2021-01-02history: Remove old force_rebuild valuesFlorian Bruhin
2021-01-02Merge remote-tracking branch 'origin/pr/5871'Florian Bruhin
2020-12-28fixed typing mistakefreddii
2020-12-22Add small commentmamg22
2020-11-06Remove 'force_rebuild'mamg22
2020-11-04Fix completion.web_history.exclude on config.pymamg22
2020-10-27mypy: use from-import for typing in remaining files in `browser`Tim Brown
2020-08-15Unify backend conditionalsFlorian Bruhin
2020-05-09mypy: Remove unneeded casts/ignoresFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-11-25Remove web-history from objregFlorian Bruhin
2019-10-15mypy: check_untyped_defs for most of qutebrowser.browserFlorian Bruhin
2019-09-13Add objects.debug_flagsFlorian Bruhin
2019-04-06Make last_url privateJay Kamat
2019-04-03Ignore duplicate consecutive history entries from the same urlJay Kamat
2019-04-03Remove Sql prefix for SqlKnownError and SqlBugErrorFlorian Bruhin
2019-04-02Refactor LongQueryError and EnvironmentError into KnownErrorJay Kamat
2019-02-22Update copyright for 2019Jay Kamat
2018-11-29Move CommandError to api.cmdutilsFlorian Bruhin
2018-09-06Fix lintFlorian Bruhin
2018-09-06Decrease minimum QProgressDialog durationFlorian Bruhin
2018-09-06Remove support for importing pre-v1.0.0 historyFlorian Bruhin
2018-09-06Add tests for history progressFlorian Bruhin