Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 627:833290f16f09
ISSUE-85 (part I/III) Added further fields for the location/range state.
flys-artifacts/trunk@1992 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 24 May 2011 11:27:37 +0000 |
parents | e3ee131d5dd3 |
children | 51b69bca4560 |
comparison
equal
deleted
inserted
replaced
626:e3ee131d5dd3 | 627:833290f16f09 |
---|---|
10 | 10 |
11 * src/main/java/de/intevation/flys/artifacts/model/QRangeTree.java: | 11 * src/main/java/de/intevation/flys/artifacts/model/QRangeTree.java: |
12 Model to store the q values of a WST column efficiently. First | 12 Model to store the q values of a WST column efficiently. First |
13 building block not to store the q values directly aside the | 13 building block not to store the q values directly aside the |
14 w values. | 14 w values. |
15 | |
16 2011-05-23 Ingo Weinzierl <ingo@intevation.de> | |
17 | |
18 ISSUE-85 (part I/III) | |
19 | |
20 * doc/conf/artifacts/winfo.xml: Added two further field 'ld_mode' and | |
21 'ld_locations' to the range/locations state to track the selected mode | |
22 and locations. | |
23 | |
24 * src/main/java/de/intevation/flys/artifacts/states/LocationDistanceSelect.java: | |
25 Added methods to validate the user inserted locations. | |
26 | |
27 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Added a | |
28 method to determine of a range or locations have been inserted. | |
15 | 29 |
16 2011-05-23 Ingo Weinzierl <ingo@intevation.de> | 30 2011-05-23 Ingo Weinzierl <ingo@intevation.de> |
17 | 31 |
18 ISSUE-62 (part II/II) | 32 ISSUE-62 (part II/II) |
19 | 33 |