Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 1602:f30919997e57
Added helper input table to state 'timerange' input in hist. discharge curves.
flys-client/trunk@3940 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Mon, 06 Feb 2012 16:11:10 +0000 |
parents | 42543705a857 |
children | dd612a1348d2 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Mon Feb 06 16:02:53 2012 +0000 +++ b/flys-client/ChangeLog Mon Feb 06 16:11:10 2012 +0000 @@ -1,3 +1,21 @@ +2012-02-06 Raimund Renkert <raimund.renkert@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/GaugeTimeRangePanel.java: + New. Shows the integer input fields and a helper table containing discharge + informations. + + * src/main/java/de/intevation/flys/client/client/ui/range/DischargeInfoDataSource.java: + New. Data source container for discharge infos. + + * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: + Create a GaugeTimeRangePanel. + + * src/main/java/de/intevation/flys/client/client/FLYSConstants.java, + 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: + Added i18n strings for table header. + 2012-02-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties,