graph
- Added i18n.2012-02-03, by Felix Wolfsteller
- Doc added and fix getAxisWalker-issue.2012-02-03, by Felix Wolfsteller
- Use the ApplyFunctionIterator in reference curve generation.2012-02-03, by Sascha L. Teichmann
- Added an error report for historical discharge curves.2012-02-03, by Ingo Weinzierl
- Improved chart creation for historical discharge curves.2012-02-03, by Ingo Weinzierl
- Further refactoring of XYChartGenerator / ChartGenerator with the result, that timerange charts are now able to display lines.2012-02-03, by Ingo Weinzierl
- New helper functions in ChartHelper and improvements in EnhancedLineAndShapeRenderer.2012-02-03, by Ingo Weinzierl
- The HistoricalDischargeCurveGenerator now creates new AxisDataset objects and new TimeSeriesCollections for each Facet.2012-02-02, by Ingo Weinzierl
- Improved WQTimerange and HistoricalDischargeFacet.2012-02-02, by Ingo Weinzierl
- Some more refactoring in XYChartGenerator and ChartGenerator; implemented necessary stuff in TimeseriesChartGenerator and return new empty instances of timeseries charts.2012-02-02, by Ingo Weinzierl
- Added a ChartHelper class that currently contains a method to compute the xy ranges of an XYDataset.2012-02-02, by Ingo Weinzierl
- Refactoring: moved more base code from XYChartGenerator into its parent class ChartGenerator2012-02-02, by Ingo Weinzierl
- Cosmetics/care/refac.2012-02-02, by Felix Wolfsteller
- Refactoring: moved more base code from XYChartGenerator into its parent class ChartGenerator.2012-02-02, by Ingo Weinzierl
- Added a new ChartGenerator for timeseries charts and refactored some code in XYChartGenerator.2012-02-02, by Ingo Weinzierl
- Added demo standalone app for evaluating different timeseries charts.2012-02-02, by Ingo Weinzierl
- Issue 466.2012-02-02, by Raimund Renkert
- Improved the 'historical discharge' calculation: implemented findValueForW().2012-02-01, by Ingo Weinzierl
- Add some fake 'input' data for reference curve. plot references curves from input km to input km +2.2012-02-01, by Felix Wolfsteller
- Implemented the first step of Calculation6; create Facets for each calculation results.2012-02-01, by Ingo Weinzierl
- Added a new constructor to Timerange that takes Date objects for start and end.2012-02-01, by Ingo Weinzierl
- W: Forget to create ws data in constructor.2012-02-01, by Sascha L. Teichmann
- Did some modifications for debugging purposes, added output to reference-curve-state.2012-02-01, by Felix Wolfsteller
- Register ReferenceCurve-Generators.2012-02-01, by Felix Wolfsteller
- Cosmetics.2012-02-01, by Felix Wolfsteller
- Add more-or-less dummy Facet in ReferenceCurveState.2012-02-01, by Felix Wolfsteller
- Cosmetics.2012-02-01, by Felix Wolfsteller
- Added reference curve facet type.2012-02-01, by Felix Wolfsteller
- Fetch parameters for 'historical discharge curve' calculation; call Calculation6 with those information and check input parameters.2012-02-01, by Ingo Weinzierl
- Addes stub for ReferenceCurve*Generator2012-02-01, by Felix Wolfsteller
- Added new model classes which will be used during historical discharge curve calculation.2012-02-01, by Ingo Weinzierl
- Added new helper methods to FLYSUtils that extract int[] and double[] from string.2012-02-01, by Ingo Weinzierl
- Added new classes and stubs used to calculate data for historical discharge curve charts.2012-02-01, by Ingo Weinzierl
- Removed needless imports.2012-02-01, by Ingo Weinzierl
- Changed wording.2012-02-01, by Felix Wolfsteller
- Avoid running into an NPE, but add warning to ease forensic.2012-02-01, by Felix Wolfsteller
- Fixed problems with unformatted numbers in error message.2012-01-31, by Sascha L. Teichmann
- Override getLabelFor() in HistoricalDischargeState to return an I18N string for the selected evaluation mode.2012-01-31, by Ingo Weinzierl
- Modified some data types in the 'historical discharge curves' transitions.2012-01-31, by Ingo Weinzierl
- Fix wrong transition type towards w_diff.2012-01-30, by Felix Wolfsteller
- Display the name of the reference gauge in the static ui of 'historical discharge curves' calculation.2012-01-30, by Ingo Weinzierl
- Add manual point handling for many different chart types.2012-01-30, by Felix Wolfsteller
- Format the timerange (static ui) inserted in the 'historical discharge curves' calculation.2012-01-30, by Ingo Weinzierl
- Bugfix: use correct order of parameters to call DefaultStateData constructor.2012-01-30, by Ingo Weinzierl
- Fixed a bug in the winfo transitions.2012-01-30, by Ingo Weinzierl
- Added default values for min and max items prepared by MinMaxState.2012-01-30, by Ingo Weinzierl
- "Bezugslinienverfahren": Add start and end km to WW to determine if kms are at gauges.2012-01-30, by Sascha L. Teichmann
- Added transitions for 'historical discharge curves' calculation.2012-01-30, by Ingo Weinzierl
- Skip 'inactive' points in output generation.2012-01-30, by Felix Wolfsteller
- "Bezugslinienverfahren": Replaced normalized curve generation with a better and needed solution.2012-01-28, by Sascha L. Teichmann
- "Bezugslinienverfahren": Implemented the on-the-flys shift to (0, 0).2012-01-27, by Sascha L. Teichmann
- "Bezugslinienverfahren": Added facet classes.2012-01-27, by Sascha L. Teichmann
- "Bezugslinenverfahren": Added stub loop for creating facets.2012-01-27, by Sascha L. Teichmann
- Call the "Bezugslinienverfahren" from the WINFOArtifact.2012-01-27, by Sascha L. Teichmann
- Manual Point Theming improved.2012-01-27, by Felix Wolfsteller
- 'Bezugslinienverfahren': Fixed stupid bug.2012-01-27, by Sascha L. Teichmann