Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 577:ded285064e43
#118 Added a further radio button to select 'Q at Gauge' to the WQ panel.
flys-client/trunk@2145 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 17 Jun 2011 11:14:02 +0000 |
parents | a0884f486711 |
children | bcf1a37223a5 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Fri Jun 17 10:16:45 2011 +0000 +++ b/flys-client/ChangeLog Fri Jun 17 11:14:02 2011 +0000 @@ -1,3 +1,18 @@ +2011-06-17 Ingo Weinzierl <ingo@intevation.de> + + flys/issue118 (W-INFO: Eingabe Q aus Auswahlunterstützung und Manuell) + + * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: + Added a further radio button to select a "Q at Gauge". In addition, this + panel returns a new value "wq_free" that depends on the selected Q mode. + It is "true" if Q is selected, otherwise "false". + + * 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 strings for the new radio button. + 2011-06-17 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/server/CollectionHelper.java: