Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 543:9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
flys-client/trunk@2049 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 03 Jun 2011 08:20:22 +0000 |
parents | 7c57149e8715 |
children | 0f4095a522ab |
comparison
equal
deleted
inserted
replaced
542:7c57149e8715 | 543:9c2cf4811a7d |
---|---|
1 2011-06-03 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | |
4 New method to reset the zoom. | |
5 | |
6 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: | |
7 Added a button that resets the zoom and triggers an update of the chart. | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/ui/chart/ZoomboxControl.java: | |
10 This control inherits from ImgButton now. The icon displayed for this | |
11 control is the same as in the desktop version of this software. | |
12 | |
13 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, | |
14 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, | |
15 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, | |
16 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: | |
17 Added links to zoom button images. | |
18 | |
19 * src/main/webapp/images/zoom-in_Selected.png, | |
20 src/main/webapp/images/zoom-1.png, | |
21 src/main/webapp/images/zoom-in.png: Images used for the zoom buttons. | |
22 | |
1 2011-06-03 Ingo Weinzierl <ingo@intevation.de> | 23 2011-06-03 Ingo Weinzierl <ingo@intevation.de> |
2 | 24 |
3 * src/main/java/de/intevation/flys/client/server/ChartOutputServiceImpl.java: | 25 * src/main/java/de/intevation/flys/client/server/ChartOutputServiceImpl.java: |
4 Append the selected min and max ranges for x and y axes to the attribute | 26 Append the selected min and max ranges for x and y axes to the attribute |
5 document. This enables the server to zoom the chart to the specified | 27 document. This enables the server to zoom the chart to the specified |