Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1756:bf356c5cfead
Added accidentally ommitted ChangeLog entry for last commit.
flys-artifacts/trunk@3059 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Mon, 24 Oct 2011 10:40:37 +0000 |
parents | 8e6615ad60b8 |
children | 63d5d52ba7f3 |
comparison
equal
deleted
inserted
replaced
1755:f7072039ad84 | 1756:bf356c5cfead |
---|---|
1 2011-10-24 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 * doc/conf/themes.xml: Added theme for w_differences facets. | |
4 | |
5 * src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java | |
6 (createSecondAxisRange): Survive parameter-nullness for now. | |
7 Added documentation. | |
8 | |
1 2011-10-21 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 9 2011-10-21 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/flys/themes/ThemeAccess.java: | 11 * src/main/java/de/intevation/flys/themes/ThemeAccess.java: |
4 New. Caching wrapper around an XML document theme. It uses ThemeUtil | 12 New. Caching wrapper around an XML document theme. It uses ThemeUtil |
5 to access the values and stores them in instance variable. | 13 to access the values and stores them in instance variable. |
39 New. Implements java.awt.Graphics2D trivial empty methods. | 47 New. Implements java.awt.Graphics2D trivial empty methods. |
40 This prevents rendering. | 48 This prevents rendering. |
41 | 49 |
42 * src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java: | 50 * src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java: |
43 Commented out spamy debug output | 51 Commented out spamy debug output |
52 | |
44 2011-10-21 Raimund Renkert <raimund.renkert@intevation.de> | 53 2011-10-21 Raimund Renkert <raimund.renkert@intevation.de> |
45 | 54 |
46 * src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java: | 55 * src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java: |
47 Draw the text background and use orientation attribute. | 56 Draw the text background and use orientation attribute. |
48 | 57 |