Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1478:237e7450ae2e
Save output settings in chart properties dialog.
flys-client/trunk@3524 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 22 Dec 2011 12:46:23 +0000 |
parents | 6e694603cde1 |
children | 2f525f54e429 |
comparison
equal
deleted
inserted
replaced
1477:6e694603cde1 | 1478:237e7450ae2e |
---|---|
1 2011-12-22 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 Save output settings. | |
4 | |
5 * src/main/java/de/intevation/flys/client/server/CollectionHelper.java: | |
6 Create the XML elements for output settings. | |
7 | |
8 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartPropertiesEditor.java: | |
9 Added handler to UI elements and call CollectionAttributeService to save the | |
10 new settings. | |
11 | |
12 * src/main/java/de/intevation/flys/client/shared/model/PropertySetting.java: | |
13 Fixed typo. | |
14 | |
1 2011-12-22 Ingo Weinzierl <ingo@intevation.de> | 15 2011-12-22 Ingo Weinzierl <ingo@intevation.de> |
2 | 16 |
3 * src/main/java/de/intevation/flys/client/server/CSVExportServiceImpl.java: | 17 * src/main/java/de/intevation/flys/client/server/CSVExportServiceImpl.java: |
4 This service now skips lines that begin with a "#". This character is | 18 This service now skips lines that begin with a "#". This character is |
5 used in FLYS as the beginning of a comment line. | 19 used in FLYS as the beginning of a comment line. |