summaryrefslogtreecommitdiff
path: root/qutebrowser/mainwindow/prompt.py
AgeCommit message (Collapse)Author
2021-06-24Add colors.prompts.selected.fgFlorian Bruhin
Closes #6559
2021-02-01Wrap and render newlines in JS dialogsAndrew MacFie
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
Closes #6015
2021-01-20Rename :enter-mode and :leave-modeFlorian Bruhin
See #6022
2021-01-13dataclasses: Adjust import orderFlorian Bruhin
See #6023
2021-01-13dataclasses: Initial switchFlorian Bruhin
See #6023
2021-01-08Trivial PyQt 6 changesFlorian Bruhin
See #5395
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
Update files in `keyinput`, `mainwindow`, and `misc`. See #5396
2020-05-13mypy: Remove ignores which are now unneededFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
See #5368
2020-05-09mypy: Add ignores/casts for some QEnum/QFlagsFlorian Bruhin
See #5368
2020-05-09mypy: Remove unneeded casts/ignoresFlorian Bruhin
See #5368
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-20Split config.stylesheet into separate moduleFlorian Bruhin
This avoids circular imports such as: urlutils -> config -> jinja -> urlutils
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
See #640
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
Fixes #832
2019-05-05Fixes crash in #1249user202729
See https://github.com/qutebrowser/qutebrowser/issues/1249#issuecomment-446266469 for details.
2019-04-05Move _on_aborted to slotJay Kamat
2019-02-25Fix crash when closing promptPaolo Capriotti
If a window is closed when a prompt is displayed on all windows, leaving prompt mode later would cause a crash. This patch fixes the crash simply by ignoring the RegistryUnavailableError caused by looking up a non-existent window. Fixes #3378.
2019-02-22Update copyright for 2019Jay Kamat
2018-11-29Move CommandError to api.cmdutilsFlorian Bruhin
2018-11-26Complete partial annotationsFlorian Bruhin
Unfortunately we can't turn on mypy's --disallow-incomplete-defs (yet) due to https://github.com/python/mypy/issues/5954
2018-09-27Add :prompt-open-download --pdfjsFlorian Bruhin
2018-07-02Add a wrapper around sipFlorian Bruhin
Starting with PyQt 5.11, the sip module now is bundled with PyQt as PyQt.sip. Having a qutebrowser.qt also helps with #3625, see #995
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
- re-encode url using QUrl.RemovePassword | QUrl.FullyEncoded - improve readability for clipboard / primary selection code block
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
error out when question.url is None add url to yesno prompts add default binding in prompt mode (ctrl-y)
2018-01-24remove extra line to satisfy flake8Marc Jauvin
2018-01-24Add prompt-yank commandMarc Jauvin
add yank_text property to utils.usertypes.Question class Resolves #2591
2017-12-15Fix some inconsistent returnsFlorian Bruhin
2017-11-13Remove hiding of commandsFlorian Bruhin
This was often confusing for people - let's instead just hide commands which are not available in normal mode.
2017-10-17Remove old deprecated commandsFlorian Bruhin
2017-09-26Slightly re-style promptsFlorian Bruhin
See #2104
2017-09-19Start using attrsFlorian Bruhin
Closes #1073
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