Mercurial > getan
annotate TODO @ 197:2eb2bbf042b3
Inplement new State user input handling
Use a three phase user input handling.
1. Allow to filter keys in input_filter
2. Redirect keys to a view to use existing widget functions
3. Act on user input in handle_input
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 05 Apr 2013 19:14:03 +0200 |
parents | cfa9e755a5d2 |
children | abfa55c7c2b2 |
rev | line source |
---|---|
0 | 1 - Create empty databases from within getan. |
23
9c4e8ba3c4fa
Added a new implementation of 'getan' based on urwid, a python console user interface library.
Ingo Weinzierl <ingo_weinzierl@web.de>
parents:
0
diff
changeset
|
2 |
9c4e8ba3c4fa
Added a new implementation of 'getan' based on urwid, a python console user interface library.
Ingo Weinzierl <ingo_weinzierl@web.de>
parents:
0
diff
changeset
|
3 - Create a 'Help-Widget' to give the user an information about all possible |
9c4e8ba3c4fa
Added a new implementation of 'getan' based on urwid, a python console user interface library.
Ingo Weinzierl <ingo_weinzierl@web.de>
parents:
0
diff
changeset
|
4 keys. |
35
cfa9e755a5d2
Added TODO item (mainly to try the new commit list)
Thomas Arendsen Hein <thomas@intevation.de>
parents:
23
diff
changeset
|
5 |
cfa9e755a5d2
Added TODO item (mainly to try the new commit list)
Thomas Arendsen Hein <thomas@intevation.de>
parents:
23
diff
changeset
|
6 - reimplement RPN input for current getan implementation (28489e672e61) |