Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 906:39acba4b5f0b
Added formatter for numeric columns that converts the decimal separator.
(Issue200)
flys-client/trunk@2758 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 15 Sep 2011 14:48:31 +0000 |
parents | 478a571f1f94 |
children | 24d15c2e0da3 |
comparison
equal
deleted
inserted
replaced
905:478a571f1f94 | 906:39acba4b5f0b |
---|---|
1 2011-09-15 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 Issue200 | |
4 | |
5 * src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java, | |
6 src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, | |
7 src/main/java/de/intevation/flys/client/client/ui/range/LocationsTable.java, | |
8 src/main/java/de/intevation/flys/client/client/ui/range/RangeTable.java, | |
9 src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: | |
10 Added formatter for numeric columns that converts the decimal | |
11 separator. | |
12 | |
1 2011-09-15 Ingo Weinzierl <ingo@intevation.de> | 13 2011-09-15 Ingo Weinzierl <ingo@intevation.de> |
2 | 14 |
3 Refactored the HTTP related code for Collections and Artifacts out to helper | 15 Refactored the HTTP related code for Collections and Artifacts out to helper |
4 classes. This makes us able to combine several Artifact and Collection | 16 classes. This makes us able to combine several Artifact and Collection |
5 protocol specific things in new Services. The first one which uses this | 17 protocol specific things in new Services. The first one which uses this |