Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 528:39d9291513cc
Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
flys-client/trunk@2009 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 26 May 2011 13:53:36 +0000 |
parents | 902609b5cc79 |
children | a1048d310829 |
comparison
equal
deleted
inserted
replaced
527:902609b5cc79 | 528:39d9291513cc |
---|---|
1 2011-05-26 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/shared/model/Theme.java, | |
4 src/main/java/de/intevation/flys/client/shared/model/DefaultTheme.java: | |
5 Added further methods to set the position of a theme to a new value and | |
6 to compare two theme objects. | |
7 | |
8 * src/main/java/de/intevation/flys/client/shared/model/ThemeList.java: | |
9 Added a method to set the position of a theme to a new value. Based on | |
10 the new position, all other themes in this list are moved up or down. | |
11 | |
12 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: | |
13 The actions in the navigation panel have now an effect on the order of | |
14 the themes in the theme list. The selected theme/s is/are moved to | |
15 top/bottom or just a single field up/down. | |
16 | |
17 NOTE: The order still have no effect on the chart rendering process. | |
18 | |
1 2011-05-25 Ingo Weinzierl <ingo@intevation.de> | 19 2011-05-25 Ingo Weinzierl <ingo@intevation.de> |
2 | 20 |
3 * src/main/java/de/intevation/flys/client/client/event/OnMoveHandler.java, | 21 * src/main/java/de/intevation/flys/client/client/event/OnMoveHandler.java, |
4 src/main/java/de/intevation/flys/client/client/event/OnMoveEvent.java: | 22 src/main/java/de/intevation/flys/client/client/event/OnMoveEvent.java: |
5 New. Necessary classes and interfaces for a listener mechanism that is | 23 New. Necessary classes and interfaces for a listener mechanism that is |