Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
1279:af6ad7522351 | 1280:66192d170c79 |
---|---|
1 2011-09-29 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 flys/issue179 (Zoom Out funktioniert nichtzuverlässig) | |
4 flys/issue198 (Diagramm: Zu vorheriger Zoomstufe per Klick zurückkehren) | |
5 | |
6 * src/main/java/de/intevation/flys/client/shared/model/ZoomObj.java: New. | |
7 This object is used to save the zoom extent of charts. | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: | |
10 The zoom-out button calls ChartOutputTab.zoomOut() without a integer | |
11 value. | |
12 | |
13 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | |
14 The Zoom-Out action no longer zooms out for a specific factor, but to the | |
15 last extent. The current extent of a chart is pushed onto a stack before | |
16 a Zoom-In action takes place. Zoom-out then zooms to the last extent | |
17 retrieved from the stack. | |
18 | |
1 2011-09-29 Ingo Weinzierl <ingo@intevation.de> | 19 2011-09-29 Ingo Weinzierl <ingo@intevation.de> |
2 | 20 |
3 flys/issue336 (W-INFO / Berechnung Wasserstand an Orten, Zurodnung Bezugspegel) | 21 flys/issue336 (W-INFO / Berechnung Wasserstand an Orten, Zurodnung Bezugspegel) |
4 | 22 |
5 * src/main/java/de/intevation/flys/client/shared/model/DefaultArtifactDescription.java, | 23 * src/main/java/de/intevation/flys/client/shared/model/DefaultArtifactDescription.java, |