Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 793:4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
flys-client/trunk@2301 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 07 Jul 2011 14:12:21 +0000 |
parents | 696e3404e991 |
children | 40269a176cd2 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Jul 07 12:10:50 2011 +0000 +++ b/flys-client/ChangeLog Thu Jul 07 14:12:21 2011 +0000 @@ -1,3 +1,20 @@ +2011-07-07 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java: + Refactored getting labels out to own methods which enables subclasses to + changed them. + + * src/main/java/de/intevation/flys/client/client/ui/WaterlevelGroundPanel.java: + Override methods of DistancePanel to support own labels for this panel. + In addition, this panel has no distance/locations table as the + DistancePanel has. + + * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added + new strings for the distance panel and the waterlevel/ground panel. + 2011-07-07 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/BooleanPanel.java: