Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1344:51d4b51a51ed
Added icons to export chart as PNG, PDF and SVG to the ChartToolbar.
flys-client/trunk@2998 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 17 Oct 2011 17:33:27 +0000 |
parents | 0d3d3860beb5 |
children | 92074508a387 |
comparison
equal
deleted
inserted
replaced
1343:0d3d3860beb5 | 1344:51d4b51a51ed |
---|---|
1 2011-10-17 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/ChartOutputServiceImpl.java: | |
4 Added support for chart exports. If the Http parameter "export=true" is | |
5 set, the header of the Http request is modified to trigger a download. | |
6 Currently, PNG, SVG and PDF export is supported. | |
7 | |
8 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: | |
9 Added a method that returns the URL for a chart export. | |
10 | |
11 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | |
12 Added download icons for png, pdf and svg. | |
13 | |
14 * src/main/java/de/intevation/flys/client/client/FLYSImages.java: Added | |
15 images for png/pdf/svg downloads. | |
16 | |
17 * src/main/java/de/intevation/flys/client/client/images/downloadPNG.png, | |
18 src/main/java/de/intevation/flys/client/client/images/downloadPDF.png, | |
19 src/main/java/de/intevation/flys/client/client/images/downloadSVG.png: | |
20 New. Icons for png/pdf/svg export of charts. | |
21 | |
1 2011-10-17 Ingo Weinzierl <ingo@intevation.de> | 22 2011-10-17 Ingo Weinzierl <ingo@intevation.de> |
2 | 23 |
3 * src/main/java/de/intevation/flys/client/client/ui/ImgLink.java: New. | 24 * src/main/java/de/intevation/flys/client/client/ui/ImgLink.java: New. |
4 This class creates a link with an image. | 25 This class creates a link with an image. |
5 | 26 |