Mon, 26 Aug 2013 15:02:52 +0200 |
Felix Wolfsteller |
Added new ThemeMappings.
|
Mon, 26 Aug 2013 15:01:34 +0200 |
Felix Wolfsteller |
Mapping new facet type to theme.
|
Mon, 26 Aug 2013 14:53:41 +0200 |
Felix Wolfsteller |
Added new facet type to gaugedischargecurve.xml compat matrix.
|
Mon, 26 Aug 2013 14:40:53 +0200 |
Felix Wolfsteller |
FacetTypes: Added new type other.w.interpol .
|
Mon, 26 Aug 2013 14:28:19 +0200 |
Felix Wolfsteller |
Minor refactoring, renamed variable, extracted method.
|
Thu, 22 Aug 2013 14:58:56 +0200 |
Felix Wolfsteller |
Typo fix in debug message.
|
Fri, 23 Aug 2013 14:37:54 +0200 |
Sascha L. Teichmann |
Artifacts: ThemeDocument. More debug output. Make more getters private to only expose the parsed values.
|
Fri, 23 Aug 2013 14:17:35 +0200 |
Sascha L. Teichmann |
Artifacts: Make TextStyle Make more robust.
|
Fri, 23 Aug 2013 12:57:21 +0200 |
Tom Gottfried |
a bit of debug output
|
Fri, 23 Aug 2013 11:39:24 +0200 |
Sascha L. Teichmann |
Artifacts: ThemeDocument. Removed some zero length checks because we do not store zero length strings in the backing map.
|
Fri, 23 Aug 2013 11:07:11 +0200 |
Sascha L. Teichmann |
Artifacts: ThemeDocument. The bloody part: Removal of the XPaths. Now the theme XML document is scanned once(!) at construction time for field values and the resulting key/value pairs are store in a map.
|
Fri, 23 Aug 2013 01:17:13 +0200 |
Sascha L. Teichmann |
Artifacts: Removed ThemeUtil.
|
Fri, 23 Aug 2013 01:16:13 +0200 |
Sascha L. Teichmann |
Artifacts: Moved logic of ThemeUtils into ThemeDocument. TODO: Remove ThemeUtils
|
Thu, 22 Aug 2013 23:31:38 +0200 |
Sascha L. Teichmann |
Artifacts: Introduce ThemeDocument & make stuff compileable again. THIS BREAKS THE SYSTEM! TODO: Move ThemeUtils into ThemeDocument.
|
Thu, 22 Aug 2013 15:38:57 +0200 |
Sascha L. Teichmann |
Artifacts: Make it compilable again.
|
Thu, 22 Aug 2013 15:31:09 +0200 |
Sascha L. Teichmann |
ETL: Take care of the fact that one river in AFT/SGM may correspond to N rivers in FLYS.
|
Thu, 22 Aug 2013 15:22:59 +0200 |
Andre Heinecke |
Added tag 3.0.14 for changeset 84b1e87e8669
|
Thu, 22 Aug 2013 14:27:42 +0200 |
Felix Wolfsteller |
ComputedDischargeCurveGenerator: Use DischargeProcessor to add main values.
|
Thu, 22 Aug 2013 14:26:04 +0200 |
Felix Wolfsteller |
ChartGenerator: Changed visibility of doAnnotations,
|
Thu, 22 Aug 2013 14:24:44 +0200 |
Felix Wolfsteller |
DischargeCurveGenerator: Use DischargeProcessor.
|
Thu, 22 Aug 2013 14:24:13 +0200 |
Felix Wolfsteller |
DischargeProcessor: Handle main-values. Temporarily disable w/q data handling.
|
Thu, 22 Aug 2013 14:23:41 +0200 |
Felix Wolfsteller |
DischargeProcessor: Minor refactoring (use getter), warn when no αΊ€/Q data found.
|
Wed, 21 Aug 2013 17:15:06 +0200 |
Tom Gottfried |
Give correct name to outlier method
3.0.14
|
Wed, 21 Aug 2013 16:15:37 +0200 |
Sascha L. Teichmann |
Potential fix for flys/1453.
|
Wed, 21 Aug 2013 16:14:29 +0200 |
Sascha L. Teichmann |
Backed out changeset 60f39ee19473
|
Wed, 21 Aug 2013 16:13:36 +0200 |
Sascha L. Teichmann |
ETL: Potential fix for flys/1453.
|
Wed, 21 Aug 2013 15:46:39 +0200 |
Sascha L. Teichmann |
Removed obsolete imports.
|
Wed, 21 Aug 2013 15:41:58 +0200 |
Sascha L. Teichmann |
FixA: Remapped indices of analysis periods, too. Needs testing!
|
Wed, 21 Aug 2013 15:32:53 +0200 |
Tom Gottfried |
BWASTR-Import: name of tributary contains name of river, not the other way round.
double-precision
|
Wed, 21 Aug 2013 15:00:40 +0200 |
Felix Wolfsteller |
issue1378: Add axis markers for additional long-sect. without Q (e.g. dike heights).
|
Wed, 21 Aug 2013 15:00:04 +0200 |
Felix Wolfsteller |
Cosmetics.
|
Wed, 21 Aug 2013 12:24:45 +0200 |
Felix Wolfsteller |
issue1378: Also add ability to add text-annotations.
|
Wed, 21 Aug 2013 12:40:42 +0200 |
Tom Gottfried |
Geo-Importer: import axes 2D to avoid problems with invalid z-coordinates
double-precision
|
Wed, 21 Aug 2013 12:01:50 +0200 |
Sascha L. Teichmann |
FixA: Fix logger class reference.
|
Wed, 21 Aug 2013 11:12:39 +0200 |
Felix Wolfsteller |
issue1378 (part): Make DC config for discharge curve offer correct
|
Wed, 21 Aug 2013 11:11:56 +0200 |
Felix Wolfsteller |
issue1378: Prepare DischargeCurveGenerator to digest wq-interpolated data.
|
Wed, 21 Aug 2013 11:11:22 +0200 |
Felix Wolfsteller |
Cosmetics.
|
Wed, 21 Aug 2013 11:10:45 +0200 |
Felix Wolfsteller |
issue1378: Prepare StyledSeriesBuilder to get double[][] values to translate.
|
Tue, 20 Aug 2013 15:05:07 +0200 |
Felix Wolfsteller |
issue1378: Preparing DischargeProcessor to be able to draw W/Q points,
|
Tue, 20 Aug 2013 14:35:48 +0200 |
Felix Wolfsteller |
Cosmetics.
|
Tue, 20 Aug 2013 13:03:03 +0200 |
Felix Wolfsteller |
Initial DischargeProcessor-commit (skeleton).
|
Wed, 21 Aug 2013 01:09:25 +0200 |
Sascha L. Teichmann |
FixA: Make dates of analysis periods unique, too. TODO: Remap the indices like the reference interval.
|
Tue, 20 Aug 2013 19:50:37 +0200 |
Sascha L. Teichmann |
FixA W/Q Diagram: Allow duplicate points. It should work but it doesn't. :-/
|
Tue, 20 Aug 2013 19:24:26 +0200 |
Sascha L. Teichmann |
FixA: Fixed reference events mapping. TODO: Same for analysis periods.
|
Tue, 20 Aug 2013 11:20:25 +0200 |
Sascha L. Teichmann |
FixA Delta W(t): Add 30 seconds to colliding dates to avoid them vanishing from the diagrams.
|
Mon, 19 Aug 2013 22:19:09 +0200 |
Sascha L. Teichmann |
FixA: Reference points facets: the index of the point is stored in the lower 8 bits of the facect index. Why was it search via getIndex()?
|
Mon, 19 Aug 2013 22:04:03 +0200 |
Sascha L. Teichmann |
FixA overview: Fetch dates in higher resolution from database.
|
Mon, 19 Aug 2013 17:29:52 +0200 |
Tom Gottfried |
Undo misguided schema change from r5207
double-precision
|
Mon, 19 Aug 2013 16:28:01 +0200 |
Andre Heinecke |
(issue1071) Increase river km column width
|
Mon, 19 Aug 2013 16:37:04 +0200 |
Felix Wolfsteller |
issue738: Adjust S/Q-Relation Diagram subtitles.
|
Mon, 19 Aug 2013 16:29:28 +0200 |
Sascha L. Teichmann |
Fix Analysis: Code simplification in facets.
|
Mon, 19 Aug 2013 16:02:48 +0200 |
Sascha L. Teichmann |
Client: Removed an XPath eval and simplified a loop.
|
Mon, 19 Aug 2013 12:48:03 +0200 |
Andre Heinecke |
Add small script to generate an issue overview from a roundup querry.
|
Mon, 19 Aug 2013 12:45:27 +0200 |
Sascha L. Teichmann |
Factored our date formatter.
|
Mon, 19 Aug 2013 12:44:11 +0200 |
Sascha L. Teichmann |
Break long lines.
|
Mon, 19 Aug 2013 12:43:24 +0200 |
Felix Wolfsteller |
issue1225: Add bedheight/year-difference points with a scale factor,
|
Mon, 19 Aug 2013 12:42:27 +0200 |
Felix Wolfsteller |
StyledSeriesBuilder: Added new method to add points with a scane factor.
|
Mon, 19 Aug 2013 12:22:31 +0200 |
Felix Wolfsteller |
Minor refactoring.
|
Mon, 19 Aug 2013 11:56:17 +0200 |
Felix Wolfsteller |
issue1395: Add missing w_differences compat to new chart ls.
|
Mon, 19 Aug 2013 11:41:09 +0200 |
Andre Heinecke |
(issue1347) Add SQ Relation fields for measurement station information
|