Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1281:4782c0ce9cec
Re-added the function to zoom-out charts by a given factor (10%).
flys-client/trunk@2863 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 29 Sep 2011 12:55:17 +0000 |
parents | 66192d170c79 |
children | 3904519ec161 |
comparison
equal
deleted
inserted
replaced
1280:66192d170c79 | 1281:4782c0ce9cec |
---|---|
1 2011-09-29 Ingo Weinzierl <ingo@intevation.de> | 1 2011-09-29 Ingo Weinzierl <ingo@intevation.de> |
2 | 2 |
3 flys/issue179 (Zoom Out funktioniert nichtzuverlässig) | 3 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: |
4 Re-added the button to zoom-out by a given factor. Added a new one to | |
5 step back to the last extent. | |
6 | |
7 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | |
8 Re-added the function to zoom-out by a given factor. | |
9 | |
10 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, | |
11 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, | |
12 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, | |
13 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added | |
14 the path to the zoom-back icon. | |
15 | |
16 * src/main/webapp/images/zoom-back.png: New. Icon for the zoom-back | |
17 button. | |
18 | |
19 2011-09-29 Ingo Weinzierl <ingo@intevation.de> | |
20 | |
4 flys/issue198 (Diagramm: Zu vorheriger Zoomstufe per Klick zurückkehren) | 21 flys/issue198 (Diagramm: Zu vorheriger Zoomstufe per Klick zurückkehren) |
5 | 22 |
6 * src/main/java/de/intevation/flys/client/shared/model/ZoomObj.java: New. | 23 * src/main/java/de/intevation/flys/client/shared/model/ZoomObj.java: New. |
7 This object is used to save the zoom extent of charts. | 24 This object is used to save the zoom extent of charts. |
8 | 25 |