summaryrefslogtreecommitdiff
path: root/qutebrowser/completion/completionwidget.py
AgeCommit message (Expand)Author
2021-08-26Automatically rewrite enumsFlorian Bruhin
2021-08-26Blanket PyQt5 -> PyQt6Florian 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
2017-11-22Fix :completion-item-focus --history with / or ?Florian Bruhin
2017-11-19Simplify :completion-item-focusFlorian Bruhin
2017-11-19Make cursor keys go through completion if a text was enteredFlorian Bruhin
2017-11-13Yank selected text with completion-item-yank.Ryan Roden-Corrent
2017-11-13Remove hiding of commandsFlorian Bruhin
2017-11-06Improve completion-item-yank documentation.Ryan Roden-Corrent
2017-11-05Implement completion-item-yank.Ryan Roden-Corrent
2017-08-06Merge remote-tracking branch 'upstream/master' into HEADRyan Roden-Corrent
2017-07-27Merge pull request #2853 from rcorre/fix-completionviewFlorian Bruhin