Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 921:610d0e0f4f85
#159 Modifications in the transition model to support a state with a kilometer range input only.
flys-artifacts/trunk@2270 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 30 Jun 2011 11:32:17 +0000 |
parents | a618dd6d80ea |
children | 95356252c309 |
comparison
equal
deleted
inserted
replaced
920:a618dd6d80ea | 921:610d0e0f4f85 |
---|---|
1 2011-06-30 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 flys/issue159 (WINFO: Radiobutton - Ortsauswahl bei "W für ungleichwertigen Abflusslängsschnitt" entfernen) | |
4 | |
5 * doc/conf/artifacts/winfo.xml: Changed the kilometer range input for | |
6 calculation 4. This calculation type requires a kilometer range. So, | |
7 after choosing the calculation 4, the transition model leads to a state | |
8 that just allows the input of a kilometer range with no option to | |
9 enter locations. | |
10 | |
11 * src/main/java/de/intevation/flys/artifacts/states/ComputationRangeState.java: | |
12 New. A base state for the kilometer selection for calculations. The | |
13 target of this state is to provide facets for the duration curves. | |
14 | |
15 * src/main/java/de/intevation/flys/artifacts/states/DistanceSelect.java: | |
16 New. This state is used to enter a kilometer range. The difference to | |
17 the LocationDistanceSelect state is, that there is no option to enter | |
18 locations. | |
19 | |
20 * src/main/java/de/intevation/flys/artifacts/states/RangeState.java: | |
21 Improved this state to be the base state for calculation ranges. | |
22 | |
23 * src/main/java/de/intevation/flys/artifacts/states/LocationSelect.java | |
24 src/main/java/de/intevation/flys/artifacts/states/LocationDistanceSelect.java | |
25 | |
26 * src/main/java/de/intevation/flys/artifacts/states/WQSelect.java: This | |
27 state no longer inherits from RangeState which now is used as base | |
28 state for kilometer ranges. | |
29 | |
30 * src/main/resources/messages.properties, | |
31 src/main/resources/messages_de_DE.properties, | |
32 src/main/resources/messages_en.properties, | |
33 src/main/resources/messages_de.properties: Added new i18n strings for | |
34 the DistanceSelect state. | |
35 | |
1 2011-06-28 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 36 2011-06-28 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 37 |
3 * pom.xml: Downgraded Trove to 1.1-beta-5, because the new | 38 * pom.xml: Downgraded Trove to 1.1-beta-5, because the new |
4 later ones are removed from the maven repos. | 39 later ones are removed from the maven repos. |
5 | 40 |