Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2330:594885703687
Picked changes r4015:4026 from trunk.
flys-artifacts/tags/2.6@4028 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 10 Feb 2012 11:18:27 +0000 |
parents | d999062c20e6 |
children | 2c96222dd773 |
comparison
equal
deleted
inserted
replaced
2329:d999062c20e6 | 2330:594885703687 |
---|---|
1 2012-02-10 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/InfoGeneratorHelper.java: Write | |
4 correct min and max values for date axes into the info document. | |
5 | |
6 * src/main/java/de/intevation/flys/exports/TimeseriesChartGenerator.java: | |
7 Enabled zooming for timeseries charts. | |
8 | |
9 2012-02-10 Ingo Weinzierl <ingo@intevation.de> | |
10 | |
11 * src/main/java/de/intevation/flys/jfree/Bounds.java, | |
12 src/main/java/de/intevation/flys/jfree/TimeBounds.java, | |
13 src/main/java/de/intevation/flys/jfree/DoubleBounds.java: Added a method | |
14 applyBounds(ValueAxis, int) that might be used to adapt the range of the | |
15 axis to the bounds adding a space to the left and right. | |
16 | |
17 2012-02-10 Ingo Weinzierl <ingo@intevation.de> | |
18 | |
19 * src/main/java/de/intevation/flys/exports/ChartGenerator.java: Defined | |
20 new abstract methods for setting and getting Bounds. Modified and | |
21 renamed getValueAxisRange(). This method is now called | |
22 getValueAxisRangeFromRequest() and returns no longer a Range object but | |
23 a String array that consists of the raw string values speicified in the | |
24 request document. | |
25 | |
26 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | |
27 Implemented the missing method getDomainAxisRange(). This method returns | |
28 a Range object based on the String array returned from | |
29 getValueAxisRangeFromRequest(). | |
30 | |
31 2012-02-10 Ingo Weinzierl <ingo@intevation.de> | |
32 | |
33 * src/main/java/de/intevation/flys/jfree/TimeBounds.java: Added new | |
34 methods getLowerAsDate() and getUpperAsDate(). The toString() method | |
35 will now return a string that contains a human readable date string. | |
36 | |
37 * src/main/java/de/intevation/flys/jfree/DoubleBounds.java: Made 'lower' | |
38 always be smaller than 'upper' in the default constructor. | |
39 | |
40 2012-02-10 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
41 | |
42 * src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java: | |
43 Give more precise message when an error occurs in W~W relation. | |
44 | |
45 * src/main/resources/messages.properties, | |
46 src/main/resources/messages_de_DE.properties, | |
47 src/main/resources/messages_en.properties, | |
48 src/main/resources/messages_de.properties: | |
49 Improved error messages. | |
50 | |
51 2012-02-10 Ingo Weinzierl <ingo@intevation.de> | |
52 | |
53 * src/main/java/de/intevation/flys/exports/ChartGenerator.java: Modified | |
54 and renamend getDomainAxisRange(). This method is now called | |
55 getDomainAxisRangeFromRequest() and returns no longer a Range object but | |
56 a String array that consists of the raw string values specified in the | |
57 request document. | |
58 | |
59 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | |
60 Implemented the missing method getDomainAxisRange(). This method returns | |
61 a Range object based on the String array returned from | |
62 getDomainAxisRangeFromRequest(). | |
63 | |
64 2012-02-10 Ingo Weinzierl <ingo@intevation.de> | |
65 | |
66 * src/main/java/de/intevation/flys/exports/ChartHelper.java: Added a | |
67 helper function to determine the min and max bounds (x and y) for | |
68 TimeSeriesCollections. | |
69 | |
70 2012-02-10 Ingo Weinzierl <ingo@intevation.de> | |
71 | |
72 * src/main/java/de/intevation/flys/jfree/TimeBounds.java, | |
73 src/main/java/de/intevation/flys/jfree/DoubleBounds.java: Removed | |
74 useless imports. | |
75 | |
1 2012-02-10 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 76 2012-02-10 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 77 |
3 * src/main/java/de/intevation/flys/artifacts/model/WW.java: | 78 * src/main/java/de/intevation/flys/artifacts/model/WW.java: |
4 Add accessors to relative heights. | 79 Add accessors to relative heights. |
5 | 80 |