Florian Bruhin
|
54a694e35e
|
Hide prompts correctly after :prompt-download-open
|
2016-11-03 08:40:42 +01:00 |
|
Florian Bruhin
|
5eb66f2693
|
Restore self._question when restoring prompt
|
2016-11-03 08:40:42 +01:00 |
|
Florian Bruhin
|
6f83590553
|
Add some more logging for prompts
|
2016-11-03 08:40:42 +01:00 |
|
Florian Bruhin
|
dba29e518a
|
First working prototype of global prompts
|
2016-11-03 08:40:42 +01:00 |
|
Florian Bruhin
|
fdd1147620
|
Revert "Global prompt container"
This reverts commit c23beee6502776dd19c0955b311e8dfb9f1c77ae.
|
2016-11-03 08:40:42 +01:00 |
|
Florian Bruhin
|
1d6166b474
|
Global prompt container
|
2016-11-03 08:40:42 +01:00 |
|
Florian Bruhin
|
9ce1180b31
|
First attempt at showing prompts in all windows
|
2016-11-03 08:40:42 +01:00 |
|
Florian Bruhin
|
d5a1f6d6b5
|
Only support calling _init_key_label once
|
2016-11-03 08:40:42 +01:00 |
|
Florian Bruhin
|
fefc8c4eb2
|
Add more tests for prompts
|
2016-11-03 08:40:42 +01:00 |
|
Florian Bruhin
|
653ca9799d
|
Add a default for SSL questions
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
20716c137c
|
Support tab completion for auth prompts again
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
3ffcb011a7
|
Simplify key label for auth prompts
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
9bdbb257ba
|
Add initial filename completion
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
6ab51e0b7b
|
Handle clicking on file items in prompt
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
acbd5107d6
|
Only show directories in download filename prompts
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
46b24fc64a
|
Improve how file list is shown in download prompt
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
6da6758263
|
Improve FilenamePrompt widget sizing
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
741ecac9ef
|
More improvements for yesno prompt key hints
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
7d63795613
|
Improve bindings output for yesno questions
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
7d57d884d6
|
Add configuration options for prompts
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
a33333eb41
|
Make the radius for prompt edges configurable
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
dff20ffe35
|
Fix message.confirm_async calls
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
bc4e340323
|
Save key mode to leave
Doing self._prompt.question.done() already sets self._prompt to the next
prompt or to None.
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
67cb3cd23e
|
tests: Fix waiting for questions with a text
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
80caed4642
|
Add missing docstring
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
e110f3b590
|
Get rid of StatusBar._set_prompt_active
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
fe59e0618f
|
Rename download_open function
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
fe230219a9
|
Fix lint
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
a8d1187ba0
|
Fix keyhint tests
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
d92674dd04
|
Remove test_prompt.py
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
f4be35c981
|
Add a LineEdit subclass for prompts
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
433afe8658
|
Handle invalid values with :prompt-accept
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
051b31d101
|
Fix reinitializing of key label
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
7d38430d2d
|
Fix confirm_async
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
9c34a64f81
|
self._build_question fail
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
04d24e3d94
|
Fix permission question
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
75bb2265be
|
Take text as pos. argument for _build_question
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
6d7748f05f
|
Add FilenamePrompt
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
47208eb022
|
Fix :prompt-open-download
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
d74b0109c7
|
Add key hints
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
f0ed43ec20
|
Use message module as API for most questions
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
756564ebff
|
Get rid of message_bridge.set_cmd_text
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
523369882a
|
Add title/text to questions
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
e3581a50ca
|
Remove generated stylesheets again
We can just use jinja logic instead...
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
1f011bdd5f
|
Fix prompt focus handling
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
33088588d9
|
half-working auth prompts
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
903e31efa4
|
First prototype of new prompts
|
2016-11-03 08:40:41 +01:00 |
|
Florian Bruhin
|
ced618eccb
|
Pass all arguments to pip on Travis
|
2016-11-03 08:37:30 +01:00 |
|
Florian Bruhin
|
55d8239671
|
Fix pip installs on CI
|
2016-11-03 08:30:21 +01:00 |
|
Florian Bruhin
|
75a3b9ab1b
|
test requirements: Update Mako to 1.0.5
|
2016-11-03 07:24:56 +01:00 |
|