Mercurial > getan
comparison ChangeLog @ 89:3bea335c0f30
Save the current project when switching to Running state
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Mon, 30 May 2011 15:45:25 +0200 |
parents | 6dc52940dde0 |
children | 04dbf4c9f297 |
comparison
equal
deleted
inserted
replaced
88:6dc52940dde0 | 89:3bea335c0f30 |
---|---|
1 2011-05-30 Björn Ricks <bjoern.ricks@intevation.de> | |
2 | |
3 * getan/states.py: Save the current project when switching to Running state. | |
4 Now it's possible to move up and down through the project list or even to | |
5 the entry list while a project is running. This behaviour also changed the | |
6 current project. Therefore it's necessary to keep the project while changing | |
7 to other states. | |
8 | |
1 2011-05-30 Björn Ricks <bjoern.ricks@intevation.de> | 9 2011-05-30 Björn Ricks <bjoern.ricks@intevation.de> |
2 | 10 |
3 * getan/states.py: Move 'up' and 'down' keypress handling to | 11 * getan/states.py: Move 'up' and 'down' keypress handling to |
4 general ProjectState class to make them available in all project | 12 general ProjectState class to make them available in all project |
5 states. | 13 states. |