Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 529:a1048d310829
Changes in the chart theme panel will now have an effect on the themes stored at the collection.
flys-client/trunk@2017 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 27 May 2011 08:53:22 +0000 |
parents | 39d9291513cc |
children | 26e38b79658d |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu May 26 13:53:36 2011 +0000 +++ b/flys-client/ChangeLog Fri May 27 08:53:22 2011 +0000 @@ -1,3 +1,13 @@ +2011-05-27 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/shared/model/Theme.java, + src/main/java/de/intevation/flys/client/shared/model/DefaultTheme.java: + Added a setter method to set the 'active' attribute if a theme. + + * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: + After editing themes in the theme control panel will now modify the + themes stored at the collection as well. + 2011-05-26 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/shared/model/Theme.java,