summaryrefslogtreecommitdiff
path: root/qutebrowser/completion/completionwidget.py
AgeCommit message (Expand)Author
2024-05-19Handle selection model being None when clearing selectiontoofar
2024-02-26Update lint etc for dependenciestoofar
2023-07-23reuse: Initial copyright text update for myselfFlorian Bruhin
2023-07-23reuse: Adjust most license headersFlorian Bruhin
2023-07-19Initial upgrade to new PyQt6 stubsFlorian Bruhin
2023-06-30Remove vim modelinesPhilipp Albrecht
2022-08-23Simplify _next_category_idx conditionFlorian Bruhin
2022-08-23Avoid deprecated QModelIndex::child()Florian Bruhin
2022-08-23Run scripts/dev/rewrite_enums.pyFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_qt_imports.shFlorian Bruhin
2022-04-25mypy: Upgrade to PyQt5-stubs 5.15.6.0Florian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-11-20Add workaround for fetching model data in completionFlorian Bruhin
2020-11-02Improve error handling for #5848Florian Bruhin
2020-10-28mypy: use from-import styleTim Brown
2020-08-05Calculate index instead of loopingFlorian Bruhin
2020-08-05Simplify CompletionView._next_page a bitFlorian Bruhin
2020-08-05Merge remote-tracking branch 'origin/pr/4301' into pageupdownFlorian Bruhin
2020-06-22completion: Make column sizing work with one column onlyFlorian Bruhin
2020-06-11Fix unhandled SelectionUnsupportedError in :completion-item-yankFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-20Split config.stylesheet into separate moduleFlorian Bruhin
2019-10-31Update docstring of completion_item_focusarza
2019-10-31Fix wrapping with :completion-item-focus prev-page/next-pagearza
2019-10-31Fix code stylearza
2019-10-30Change last-page to prev-page in :completion-item-focusarza
2019-10-22mypy: Fix new issues in completionviewFlorian Bruhin
2019-10-14Fix mypy issuesFlorian Bruhin
2019-10-13Remove some usages of 'status-command' from objregFlorian Bruhin
2019-10-01Remove unused-import pylint disables for typingFlorian Bruhin
2019-08-27Improve type annotationsFlorian Bruhin
2019-08-27Merge remote-tracking branch 'origin/pr/4714'Florian Bruhin
2019-08-18Fix some trivial implicit type conversionsFlorian Bruhin
2019-04-14Avoid setting pattern if pattern has not changedJay Kamat
2019-03-24completionwidget: don't do unnecessary assignmentKonstantin Kharlamov
2019-02-22Update copyright for 2019Jay Kamat
2018-11-29Move CommandError to api.cmdutilsFlorian Bruhin
2018-10-13implemented rcorre's requestsKenoben
2018-10-07Uses visualRect() instead of hard coded valuesKenoben
2018-10-06Lint Fix (Again)Kenoben
2018-10-06fixes issue #1248 (third time lucky?)Kenoben
2018-10-06fixed 1 lint errorKenoben
2018-10-06Properly fixes issue #1248 (second try!)Kenoben
2018-02-05Update copyright yearsFlorian Bruhin
2017-12-15Add an utils.Unreachable exceptionFlorian Bruhin
2017-12-14Simplify scrollbar width calculationFlorian Bruhin
2017-12-14Always subtract scroll bar width from completion viewFlorian Bruhin
2017-11-22Fix line breakFlorian Bruhin