log

age author description
Fri, 03 Feb 2012 15:22:56 +0000 Ingo Weinzierl W/Q input values in historical discharge curves may now by from type double.
Fri, 03 Feb 2012 14:57:10 +0000 Sascha L. Teichmann Removed superfluous imports.
Fri, 03 Feb 2012 14:53:11 +0000 Sascha L. Teichmann Dont sort the data series in reference curve.
Fri, 03 Feb 2012 13:51:08 +0000 Felix Wolfsteller Removed obsolete ReferenceCurveInputState.
Fri, 03 Feb 2012 13:49:16 +0000 Felix Wolfsteller Improved reference curve.
Fri, 03 Feb 2012 13:46:03 +0000 Ingo Weinzierl Bugfix: create a report facet for historical discharge curves even if no data has been computed.
Fri, 03 Feb 2012 13:42:48 +0000 Ingo Weinzierl Create title, subtitle and axes labels for charts from type historical discharge curve.
Fri, 03 Feb 2012 13:33:58 +0000 Felix Wolfsteller Fix.
Fri, 03 Feb 2012 13:06:23 +0000 Felix Wolfsteller Added i18n.
Fri, 03 Feb 2012 13:05:25 +0000 Felix Wolfsteller Doc added and fix getAxisWalker-issue.
Fri, 03 Feb 2012 12:16:59 +0000 Sascha L. Teichmann Use the ApplyFunctionIterator in reference curve generation.
Fri, 03 Feb 2012 11:45:22 +0000 Ingo Weinzierl Added an error report for historical discharge curves.
Fri, 03 Feb 2012 10:45:12 +0000 Ingo Weinzierl Improved chart creation for historical discharge curves.
Fri, 03 Feb 2012 09:39:22 +0000 Ingo Weinzierl Further refactoring of XYChartGenerator / ChartGenerator with the result, that timerange charts are now able to display lines.
Fri, 03 Feb 2012 09:35:46 +0000 Ingo Weinzierl New helper functions in ChartHelper and improvements in EnhancedLineAndShapeRenderer.
Thu, 02 Feb 2012 16:39:50 +0000 Ingo Weinzierl The HistoricalDischargeCurveGenerator now creates new AxisDataset objects and new TimeSeriesCollections for each Facet.
Thu, 02 Feb 2012 16:38:12 +0000 Ingo Weinzierl Improved WQTimerange and HistoricalDischargeFacet.
Thu, 02 Feb 2012 15:44:13 +0000 Ingo Weinzierl Some more refactoring in XYChartGenerator and ChartGenerator; implemented necessary stuff in TimeseriesChartGenerator and return new empty instances of timeseries charts.
Thu, 02 Feb 2012 15:39:28 +0000 Ingo Weinzierl Added a ChartHelper class that currently contains a method to compute the xy ranges of an XYDataset.
Thu, 02 Feb 2012 14:00:40 +0000 Ingo Weinzierl Refactoring: moved more base code from XYChartGenerator into its parent class ChartGenerator
Thu, 02 Feb 2012 13:23:55 +0000 Felix Wolfsteller Cosmetics/care/refac.
Thu, 02 Feb 2012 12:50:33 +0000 Ingo Weinzierl Refactoring: moved more base code from XYChartGenerator into its parent class ChartGenerator.
Thu, 02 Feb 2012 12:26:36 +0000 Ingo Weinzierl Added a new ChartGenerator for timeseries charts and refactored some code in XYChartGenerator.
Thu, 02 Feb 2012 11:57:38 +0000 Ingo Weinzierl Added demo standalone app for evaluating different timeseries charts.
Thu, 02 Feb 2012 10:54:21 +0000 Raimund Renkert Issue 466.
Wed, 01 Feb 2012 15:41:11 +0000 Ingo Weinzierl Improved the 'historical discharge' calculation: implemented findValueForW().
Wed, 01 Feb 2012 15:00:13 +0000 Felix Wolfsteller Add some fake 'input' data for reference curve. plot references curves from input km to input km +2.
Wed, 01 Feb 2012 14:48:00 +0000 Ingo Weinzierl Implemented the first step of Calculation6; create Facets for each calculation results.
Wed, 01 Feb 2012 14:43:50 +0000 Ingo Weinzierl Added a new constructor to Timerange that takes Date objects for start and end.
Wed, 01 Feb 2012 14:07:38 +0000 Sascha L. Teichmann W: Forget to create ws data in constructor.
Wed, 01 Feb 2012 14:01:46 +0000 Felix Wolfsteller Did some modifications for debugging purposes, added output to reference-curve-state.
Wed, 01 Feb 2012 13:59:52 +0000 Felix Wolfsteller Register ReferenceCurve-Generators.
Wed, 01 Feb 2012 13:58:50 +0000 Felix Wolfsteller Cosmetics.
Wed, 01 Feb 2012 13:58:09 +0000 Felix Wolfsteller Add more-or-less dummy Facet in ReferenceCurveState.
Wed, 01 Feb 2012 13:57:15 +0000 Felix Wolfsteller Cosmetics.
Wed, 01 Feb 2012 13:56:38 +0000 Felix Wolfsteller Added reference curve facet type.
Wed, 01 Feb 2012 13:33:58 +0000 Ingo Weinzierl Fetch parameters for 'historical discharge curve' calculation; call Calculation6 with those information and check input parameters.
Wed, 01 Feb 2012 13:32:10 +0000 Felix Wolfsteller Addes stub for ReferenceCurve*Generator
Wed, 01 Feb 2012 12:24:05 +0000 Ingo Weinzierl Added new model classes which will be used during historical discharge curve calculation.
Wed, 01 Feb 2012 12:21:05 +0000 Ingo Weinzierl Added new helper methods to FLYSUtils that extract int[] and double[] from string.
Wed, 01 Feb 2012 11:14:24 +0000 Ingo Weinzierl Added new classes and stubs used to calculate data for historical discharge curve charts.
Wed, 01 Feb 2012 11:07:22 +0000 Ingo Weinzierl Removed needless imports.
Wed, 01 Feb 2012 09:23:44 +0000 Felix Wolfsteller Changed wording.
Wed, 01 Feb 2012 08:37:38 +0000 Felix Wolfsteller Avoid running into an NPE, but add warning to ease forensic.
Tue, 31 Jan 2012 16:26:30 +0000 Sascha L. Teichmann Fixed problems with unformatted numbers in error message.
Tue, 31 Jan 2012 15:43:38 +0000 Ingo Weinzierl Override getLabelFor() in HistoricalDischargeState to return an I18N string for the selected evaluation mode.
Tue, 31 Jan 2012 15:14:54 +0000 Ingo Weinzierl Modified some data types in the 'historical discharge curves' transitions.
Mon, 30 Jan 2012 14:16:03 +0000 Felix Wolfsteller Fix wrong transition type towards w_diff.
Mon, 30 Jan 2012 13:36:36 +0000 Ingo Weinzierl Display the name of the reference gauge in the static ui of 'historical discharge curves' calculation.
Mon, 30 Jan 2012 13:33:18 +0000 Felix Wolfsteller Add manual point handling for many different chart types.
Mon, 30 Jan 2012 13:29:07 +0000 Ingo Weinzierl Format the timerange (static ui) inserted in the 'historical discharge curves' calculation.
Mon, 30 Jan 2012 13:23:40 +0000 Ingo Weinzierl Bugfix: use correct order of parameters to call DefaultStateData constructor.
Mon, 30 Jan 2012 10:54:38 +0000 Ingo Weinzierl Fixed a bug in the winfo transitions.
Mon, 30 Jan 2012 10:08:25 +0000 Ingo Weinzierl Added default values for min and max items prepared by MinMaxState.
Mon, 30 Jan 2012 09:57:59 +0000 Sascha L. Teichmann "Bezugslinienverfahren": Add start and end km to WW to determine if kms are at gauges.
Mon, 30 Jan 2012 09:03:12 +0000 Ingo Weinzierl Added transitions for 'historical discharge curves' calculation.
Mon, 30 Jan 2012 08:37:01 +0000 Felix Wolfsteller Skip 'inactive' points in output generation.
Sat, 28 Jan 2012 12:50:03 +0000 Sascha L. Teichmann "Bezugslinienverfahren": Replaced normalized curve generation with a better and needed solution.
Fri, 27 Jan 2012 17:59:24 +0000 Sascha L. Teichmann "Bezugslinienverfahren": Implemented the on-the-flys shift to (0, 0).
Fri, 27 Jan 2012 17:45:26 +0000 Sascha L. Teichmann "Bezugslinienverfahren": Added facet classes.

http://dive4elements.wald.intevation.org