Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 470:b7bb66440cc8
Added mechanism for advancing to previous states.
gnv-artifacts/trunk@533 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 12 Jan 2010 15:25:32 +0000 |
parents | 62fc63d0f71d |
children | 06887e2e3f7a |
comparison
equal
deleted
inserted
replaced
469:62fc63d0f71d | 470:b7bb66440cc8 |
---|---|
1 2010-01-12 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/state/SingleInputState.java, | |
4 src/main/java/de/intevation/gnv/state/MinMaxState.java, | |
5 src/main/java/de/intevation/gnv/state/CoordinateSelectionState.java: | |
6 Data, describing the user interface, is stored in a list instead of a | |
7 collection, now. This makes it easier to remove the last element if we | |
8 advance back. | |
9 | |
10 * src/main/java/de/intevation/gnv/state/State.java, | |
11 src/main/java/de/intevation/gnv/state/StateBase.java: Added a 'reset' | |
12 method to clear data which has been inserted before returning to an old | |
13 state. This is called when we try to advance into the past. | |
14 | |
15 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java: Now, it's | |
16 possible to advance to an earlier state. The 'advance' method first | |
17 searches for a given target name in the list of reachable targets. If no | |
18 future target has been found, the method looks for an old state with this | |
19 target name. The last option is to return to the initial step for choosing | |
20 the FIS, if the target name is 'start'. | |
21 | |
1 2010-01-12 Tim Englich <tim.englich@intevation.de> | 22 2010-01-12 Tim Englich <tim.englich@intevation.de> |
2 | 23 |
3 * doc/conf/queries.properties: | 24 * doc/conf/queries.properties: |
4 Added Query for Years in VerticalProfiles in TimeSeriesPoints. | 25 Added Query for Years in VerticalProfiles in TimeSeriesPoints. |
5 Modified the Query for Dates in VerticalProfiles in TimeSeriesPoints. | 26 Modified the Query for Dates in VerticalProfiles in TimeSeriesPoints. |