Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1349:46a4b74d87bf
Allow (yet limited) usage of zus and flood-protection data in wdiffs.
flys-client/trunk@3020 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 18 Oct 2011 15:43:33 +0000 |
parents | fb224f54c643 |
children | 064fb5d181ea |
comparison
equal
deleted
inserted
replaced
1348:fb224f54c643 | 1349:46a4b74d87bf |
---|---|
1 2011-10-18 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Make "zus" and flood protections usable for W-Differences (with yet | |
4 many constraints, e.g. server will fail if flood protection is | |
5 subtrahend). | |
6 | |
7 * src/main/java/de/intevation/flys/client/client/ui/DatacageTwinPanel.java: | |
8 Discern static and calculated data by pretty ugly hack, set factory | |
9 to "clone" with accordingly. | |
10 | |
11 * src/main/java/de/intevation/flys/client/client/ui/DatacagePairWidget.java: | |
12 Request the system ("static") part of datacage in wdiff-input | |
13 selection as well. | |
14 | |
15 * src/main/java/de/intevation/flys/client/client/ui/DatacageWidget.java: | |
16 Enable hack in DatacageTwinPanel, set ids to id content, such that | |
17 recommendations and toloads can be created from selected elements in | |
18 Datacage. | |
19 | |
20 * src/main/java/de/intevation/flys/client/shared/model/Recommendation.java: | |
21 (setFactory): Allow to change factory during live time. | |
22 | |
1 2011-10-18 Raimund Renkert <raimund.renkert@intevation.de> | 23 2011-10-18 Raimund Renkert <raimund.renkert@intevation.de> |
2 | 24 |
3 * src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java: | 25 * src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java: |
4 Prepared editor UI for annotation styling. | 26 Prepared editor UI for annotation styling. |
5 | 27 |