Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 1545:2f0150f21e77
Added basic UI to enter manual points.
flys-client/trunk@3773 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 26 Jan 2012 13:27:19 +0000 |
parents | 2b3d02626823 |
children | 5c6a5832bde5 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Jan 26 13:24:17 2012 +0000 +++ b/flys-client/ChangeLog Thu Jan 26 13:27:19 2012 +0000 @@ -1,3 +1,18 @@ +2012-01-26 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Added basic UI to enter 'manual points'. + + * src/main/java/de/intevation/flys/client/client/ui/chart/ManualPointsEditor.java: + New. UI to enter and modify manual points. + + * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: + Modified constructor to avoid passing unused parameters, instantiate + ManualPointsEditor on users command. + + * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: + Reflect change in ChartToolbars constructor. + (getView): New. + 2012-01-26 Felix Wolfsteller <felix.wolfsteller@intevation.de> In preparation of 'manual points' feature, opened Collection