Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 2391:3c8ae5605a51
Picked rev 4059,4071,4072,4073 from trunk.
flys-client/tags/2.6.1@4079 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 17 Feb 2012 11:33:03 +0000 |
parents | 39955a31f090 |
children | 8112ec686a9a |
comparison
equal
deleted
inserted
replaced
2390:39955a31f090 | 2391:3c8ae5605a51 |
---|---|
1 2012-02-17 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 flys/issue459 (Diagramm-Export hat nicht die gleiche Axenskalierung wie | |
4 Diagramm-Ansicht) | |
5 | |
6 * src/main/java/de/intevation/flys/client/client/ui/ImgLink.java: Added a | |
7 method setSource() that allows to reset the url of the export. | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: | |
10 Implements ZoomHandler to update the export url of PNG, PDF and SVG | |
11 download links. This is necessary to take the current zoom information | |
12 into account. | |
13 | |
14 2012-02-17 Ingo Weinzierl <ingo@intevation.de> | |
15 | |
16 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | |
17 Removed the server URL provided by Config. The URL is no longer | |
18 required since it is configured in web.xml. | |
19 | |
20 2012-02-17 Ingo Weinzierl <ingo@intevation.de> | |
21 | |
22 * src/main/java/de/intevation/flys/client/server/ChartOutputServiceImpl.java: | |
23 Print debug messages for zoom values. | |
24 | |
25 2012-02-16 Raimund Renkert <raimund.renkert@intevation.de> | |
26 | |
27 Refactored the wq input data fields. | |
28 | |
29 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java, | |
30 src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java: | |
31 Refactored the wq input data fields. The data fields wq_mode, wq_free | |
32 and wq_selection are now of type 'boolean'. | |
33 | |
1 2012-02-16 Ingo Weinzierl <ingo@intevation.de> | 34 2012-02-16 Ingo Weinzierl <ingo@intevation.de> |
2 | 35 |
3 * src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: | 36 * src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
4 Modified german translation of qps in floodmap's datacage panel. | 37 Modified german translation of qps in floodmap's datacage panel. |
5 | 38 |