Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 1280:66192d170c79
Bugfix: #179 and #198 Zoom-out will no longer work with a factor but with stacked chart extents.
flys-client/trunk@2862 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 29 Sep 2011 11:12:04 +0000 |
parents | af6ad7522351 |
children | 4782c0ce9cec |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Sep 29 09:14:41 2011 +0000 +++ b/flys-client/ChangeLog Thu Sep 29 11:12:04 2011 +0000 @@ -1,3 +1,21 @@ +2011-09-29 Ingo Weinzierl <ingo@intevation.de> + + flys/issue179 (Zoom Out funktioniert nichtzuverlässig) + flys/issue198 (Diagramm: Zu vorheriger Zoomstufe per Klick zurückkehren) + + * src/main/java/de/intevation/flys/client/shared/model/ZoomObj.java: New. + This object is used to save the zoom extent of charts. + + * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: + The zoom-out button calls ChartOutputTab.zoomOut() without a integer + value. + + * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: + The Zoom-Out action no longer zooms out for a specific factor, but to the + last extent. The current extent of a chart is pushed onto a stack before + a Zoom-In action takes place. Zoom-out then zooms to the last extent + retrieved from the stack. + 2011-09-29 Ingo Weinzierl <ingo@intevation.de> flys/issue336 (W-INFO / Berechnung Wasserstand an Orten, Zurodnung Bezugspegel)