summaryrefslogtreecommitdiff
path: root/qutebrowser/mainwindow/prompt.py
AgeCommit message (Expand)Author
2021-06-24Add colors.prompts.selected.fgFlorian Bruhin
2021-02-01Wrap and render newlines in JS dialogsAndrew MacFie
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-20Rename :enter-mode and :leave-modeFlorian Bruhin
2021-01-13dataclasses: Adjust import orderFlorian Bruhin
2021-01-13dataclasses: Initial switchFlorian Bruhin
2021-01-08Trivial PyQt 6 changesFlorian Bruhin
2020-11-02Pre-select default text for promptsFlorian Bruhin
2020-10-28Use forward-reference for type instead of disabling pylint testTim Brown
2020-10-28mypy: use from-import style for typingTim Brown
2020-05-13mypy: Remove ignores which are now unneededFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-09mypy: Add ignores/casts for some QEnum/QFlagsFlorian Bruhin
2020-05-09mypy: Remove unneeded casts/ignoresFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-20Split config.stylesheet into separate moduleFlorian Bruhin
2019-10-22mypy: Fix new issues in mainwindow.promptFlorian Bruhin
2019-10-15mypy: check_untyped_defs for qutebrowser.mainwindowFlorian Bruhin
2019-10-13Remove prompt-queue from objregFlorian Bruhin
2019-10-13Fix mypy issuesFlorian Bruhin
2019-07-10Remove unused importFlorian Bruhin
2019-07-10Fix issues with :prompt-accept --saveFlorian Bruhin
2019-07-09Add :prompt-accept --save for boolean promptsFlorian Bruhin
2019-05-05Fixes crash in #1249user202729
2019-04-05Move _on_aborted to slotJay Kamat
2019-02-25Fix crash when closing promptPaolo Capriotti
2019-02-22Update copyright for 2019Jay Kamat
2018-11-29Move CommandError to api.cmdutilsFlorian Bruhin
2018-11-26Complete partial annotationsFlorian Bruhin
2018-09-27Add :prompt-open-download --pdfjsFlorian Bruhin
2018-07-02Add a wrapper around sipFlorian Bruhin
2018-03-09add basic completion to file dialogJohannes Wegener
2018-02-26Clearly separate yesno/prompt key modesFlorian Bruhin
2018-02-11Merge remote-tracking branch 'origin/pr/3525'Florian Bruhin
2018-02-10address all mentionned issues except for file://Marc Jauvin
2018-02-05Update copyright yearsFlorian Bruhin
2018-01-26add --sel option to prompt-yankMarc Jauvin
2018-01-25modify Question.yank_text to Question.urlMarc Jauvin
2018-01-24remove extra line to satisfy flake8Marc Jauvin
2018-01-24Add prompt-yank commandMarc Jauvin
2017-12-15Fix some inconsistent returnsFlorian Bruhin
2017-11-13Remove hiding of commandsFlorian Bruhin
2017-10-17Remove old deprecated commandsFlorian Bruhin
2017-09-26Slightly re-style promptsFlorian Bruhin
2017-09-19Start using attrsFlorian Bruhin
2017-07-04Move config.style into config.config and refactor itFlorian Bruhin
2017-07-04Fix key-config usageFlorian Bruhin
2017-07-04Fix lint and old config optionsFlorian Bruhin
2017-07-02Initial stylesheet refactoring for new configFlorian Bruhin