annotate .hgignore @ 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 |
3f1ffb879ee8 |
children |
4f7cb3693d20 |
rev |
line source |
29
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
1 syntax: glob |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
2 |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
3 *.orig |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
4 *.rej |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
5 *~ |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
6 *.pyc |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
7 *.swp |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
8 \#*\# |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
9 .\#* |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
10 getan.log |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
11 time.db |
75
|
12 tags |
178
|
13 getan.egg-info |