graph
- Allow fractions without SQ-time interval (suspended sediment) to be loaded.2014-09-08, by Tom Gottfried
- Error reports for sediment load calculation.2014-09-05, by Tom Gottfried
- Do not inherit smartgwt include the javascript directly in FLYS.htmlsuperdev 2014-09-05, by Andre Heinecke
- Update GWT to 2.6.1superdev 2014-09-05, by Andre Heinecke
- (issue1448) Use left join to permit loads with empty sq_time intervals to be handled.2014-09-05, by Andre Heinecke
- Fixed broken build.2014-09-05, by Sascha L. Teichmann
- Sediment load: converted grain fraction name to an array lookup.2014-09-05, by Sascha L. Teichmann
- Added new processor for fix derived curve.2014-09-05, by Raimund Renkert
- Added processor for discharge curve in fixanalysis.2014-09-05, by Raimund Renkert
- Do not return pure NaN data.2014-09-05, by Tom Gottfried
- Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.2014-09-05, by Tom Gottfried
- sed 's/logger/log/g' src/**/*.java2014-09-05, by Sascha L. Teichmann
- sed src/**/*.java 's/logger/log/g'2014-09-05, by Sascha L. Teichmann
- Make it compile again.2014-09-05, by Sascha L. Teichmann
- sed -i src/**/*.java 's/logger/log/g'2014-09-05, by Sascha L. Teichmann
- (issue1448) Add sq time intervals to sediment load data model.2014-09-05, by Andre Heinecke
- Forget to adjust a string reference to a moved backend utils class.2014-09-05, by Sascha L. Teichmann
- Anti programming: Removed obsolete classes in client. This may break stuff because of the GWT magic.2014-09-05, by Sascha L. Teichmann
- Find obsolete Java files in more than one project hierachie.2014-09-05, by Sascha L. Teichmann
- Anti programming: Removed TIM parser which ist not needed any longer.2014-09-05, by Sascha L. Teichmann
- Removed obsolete imports.2014-09-04, by Sascha L. Teichmann
- Sum up fractions from stations and previous stations according to respective validity model.2014-09-04, by Tom Gottfried
- Add Q'n'D Python script to find obsolete Java files.2014-09-04, by Sascha L. Teichmann
- merged2014-09-04, by Sascha L. Teichmann
- Anti programming.2014-09-04, by Sascha L. Teichmann
- merged.2014-09-04, by Raimund Renkert
- Use processors for historical discharge curves.2014-09-04, by Raimund Renkert
- Moved package org.dive4elements.river.utils to org.dive4elements.river.backend.utils.2014-09-04, by Sascha L. Teichmann
- Removed NASTY package clash. We had too org.dive4elements.river.util packages.2014-09-04, by Sascha L. Teichmann
- Removed obsolete average and renamed some symbols to make the difference between single fractions and sums of them clearer in the calculation.2014-09-04, by Tom Gottfried
- Remove dead class.2014-09-04, by Sascha L. Teichmann
- merged.2014-09-04, by Raimund Renkert
- Changed discharge processor to plot only discharge curves and added processor for computed discharge curves.2014-09-04, by Raimund Renkert
- Added new processor to plot misc discharge data, e.g. from datacage or recommendations.2014-09-04, by Raimund Renkert
- The existing implementation respects the fact that months are 0-based.2014-09-03, by Tom Gottfried
- Complete CSV-export and correct headers.2014-09-03, by Tom Gottfried
- Rev aa80f9ba56a9 was incomplete. Shame on me.2014-09-03, by Tom Gottfried
- We have to calculate bed load plus suspended sand instead of suspended load.2014-09-03, by Tom Gottfried
- Let epochs be averages over their years.2014-09-02, by Tom Gottfried
- Precalculated sums from the database will come through recommendations.2014-09-02, by Tom Gottfried
- Make sedimentload loadable as old calculation.2014-09-02, by Tom Gottfried
- Only calculated sums of fractions should be initially shown in diagram.2014-09-01, by Tom Gottfried
- Fix fraction respectively facet names and descriptions.2014-09-01, by Tom Gottfried
- Broken -> broke away.2014-09-01, by Tom Gottfried
- Do not handle the impossible.2014-09-01, by Tom Gottfried
- Handle missing years in bed height differences without assuming an unknown year to be BC 1.2014-09-01, by Tom Gottfried
- Converted configuration for discharge diagrams to the new Q symmetry style.2014-08-29, by Sascha L. Teichmann
- Added diagram defaults for discharge diagrams.2014-08-29, by Sascha L. Teichmann
- Renamed tag in sq relation defaults to a more fitting name.2014-08-29, by Sascha L. Teichmann
- Added new diagramm generator for Q symmetry.2014-08-29, by Sascha L. Teichmann
- More shoveling araound generators.2014-08-29, by Sascha L. Teichmann
- Added a woking copy for discharge diagramm generators. All modifications are go in here. If the process is finished we'll remove the old one and rename the copy to discharge-diagramms.xml2014-08-29, by Sascha L. Teichmann
- We have only 4 of them.2014-08-29, by Tom Gottfried
- More fixes for conf.xml2014-08-29, by Sascha L. Teichmann
- Moved external system entites back to conf.xml. Uncool.2014-08-29, by Sascha L. Teichmann
- Cleaned up generator dependencies.2014-08-29, by Sascha L. Teichmann
- Moved more generator stuff in reguarding sub directory.2014-08-29, by Sascha L. Teichmann
- Allow deeper nesting of output-generators in conf.xml. This allows better separation of concerns of different generator types.2014-08-29, by Sascha L. Teichmann
- Moved generators.xml and its dependencies to a directory of their own.2014-08-29, by Sascha L. Teichmann
- Moved external system entity for longitudinal sections default to generators.xml. TODO: Move in entirely different file.2014-08-29, by Sascha L. Teichmann
- Removed obsolete imports.2014-08-29, by Sascha L. Teichmann
- Fixed build error.2014-08-29, by Sascha L. Teichmann
- The relevant contents are now in artifacts/doc/datacage_ref_de.rst.2014-08-29, by Tom Gottfried
- IDs can be assumed to be unique.2014-08-28, by Tom Gottfried
- Do not put metadata on series if there are none (avoid NPE).2014-08-28, by Tom Gottfried
- Quoting is done elsewhere since rev 7021753b3797.2014-08-28, by Tom Gottfried
- The rest is silence.2014-08-27, by Tom Gottfried
- Make Logarithmic axis immun against negative values (not throwing Exceptions in that case).2014-08-27, by Sascha L. Teichmann
- Let the facet know the period of it's data.2014-08-27, by Tom Gottfried
- Calculate all single years in given interval but only once.2014-08-27, by Tom Gottfried
- Merged.2014-08-26, by Sascha L. Teichmann
- Datacage: Insert variable values literally into output.2014-08-26, by Sascha L. Teichmann
- With the exception of real calculation results, descriptions of sediment loads can all follow the same pattern.2014-08-26, by Tom Gottfried
- Metadata in datacage tooltips for sediment densities, bed heights, flow velocities and sounding widhts.2014-08-26, by Tom Gottfried
- Added missing generics parameter.2014-08-26, by Sascha L. Teichmann
- Sediment load: Remove simple tail recursive calls from SedimentLoadData.recursiveFindStations(). More carefully this time.2014-08-26, by Sascha L. Teichmann
- Removed obsolete same package imports.2014-08-26, by Sascha L. Teichmann
- Removed obsolete imports.2014-08-26, by Sascha L. Teichmann
- Fix exporter loops2014-08-25, by Andre Heinecke
- Acctually use the new Sedilmentload calculation2014-08-25, by Andre Heinecke
- Make SedimentloadExporter work with the new result scheme.2014-08-25, by Andre Heinecke
- Correctly handle not creating facets and error reports.2014-08-25, by Andre Heinecke
- GetFractionByName now returns a list as it can differ in Epochs2014-08-25, by Andre Heinecke
- Add period to sedimentloaddataresult fraction2014-08-25, by Andre Heinecke
- Use old names for SedimentloadDataFractions and add average fraction2014-08-25, by Andre Heinecke
- Actually return the period in SedimentLoadAccess2014-08-25, by Andre Heinecke
- Fix compilation of last commit2014-08-25, by Andre Heinecke
- Another fix for find stations in sediment load.2014-08-25, by Sascha L. Teichmann
- Correctly output problems in SedimentLoadDataCalculate2014-08-25, by Andre Heinecke
- (issue1448) Add WIP SedimentLoadDataFacet and use it in calculation.2014-08-25, by Andre Heinecke
- (issue 1448) Use new data model for sedimentloadinfo2014-08-25, by Andre Heinecke
- Sediment load: Fixed findStations() and add findLoads().2014-08-25, by Sascha L. Teichmann
- Tooltip for sediment loads in datacage.2014-08-22, by Tom Gottfried
- Add SQ time interval to selection tree in datacage for sediment loads.2014-08-22, by Tom Gottfried
- Remove code duplications in sedimentload datacage.2014-08-22, by Tom Gottfried
- Format timestamps in datacage tooltip for porosities.2014-08-22, by Tom Gottfried
- Dashed lines shall be used for sediment load at measurement stations (issue1352).2014-08-21, by Tom Gottfried
- Complete mapping and themes for sediment load.2014-08-21, by Tom Gottfried
- Make a difference between themes representing loads in different units.2014-08-21, by Tom Gottfried
- i18n for sediment loads.2014-08-20, by Tom Gottfried
- Reconstruct facet description of sediment load longitudinal sections. i18n will follow.2014-08-20, by Tom Gottfried
- Reconstruct facet description of sediment load at measurement stations. i18n will follow.2014-08-20, by Tom Gottfried
- Let hg ignore downloaded SmartGWT stuff.2014-08-20, by Tom Gottfried
- Change facet.sedimentload.dc to facet.sedimentload.ls2014-08-20, by Andre Heinecke
- (issue1681) Add l10n for grain fractions2014-08-20, by Andre Heinecke
- (issue1681) Handle different grain fraction kinds2014-08-20, by Andre Heinecke
- Fix typo in sedimentload i18n2014-08-20, by Andre Heinecke
- (issue1681) Add themes for sedimentloads2014-08-20, by Andre Heinecke
- Remove todos about sedimentload_ls facet2014-08-20, by Andre Heinecke
- Remove unecessary debut output2014-08-20, by Andre Heinecke
- Configure SedimentLoadLSFacet2014-08-20, by Andre Heinecke
- Add SedimentLoadLSFacet2014-08-20, by Andre Heinecke
- Add getSedimentLoadById accessor2014-08-20, by Andre Heinecke
- Distinction by measurement station gives lots of duplicates, as we always get a whole longitudinal section.2014-08-19, by Tom Gottfried
- Fix binarysearch logic in SedimentLoadData2014-08-15, by Andre Heinecke
- Add translation for sedimentloads2014-08-15, by Andre Heinecke
- Add new and simplyfied SedimentLoadFacet2014-08-15, by Andre Heinecke
- Fix ti_stop_time naming2014-08-15, by Andre Heinecke
- Change sedimentload factory from yields to loads.2014-08-15, by Andre Heinecke
- Configure sedimentload static facet2014-08-15, by Andre Heinecke
- Rename the SedimentLoadDataFacet and add deprection comment2014-08-15, by Andre Heinecke
- Revert accidental change.2014-08-15, by Andre Heinecke
- Expose sedimentLoad stations2014-08-15, by Andre Heinecke
- merge2014-08-15, by Andre Heinecke
- Move the old data facet out of the way.2014-08-15, by Andre Heinecke
- Use list() instead of iterator(). Why does this not work?2014-08-15, by Sascha L. Teichmann
- Add comment on how to obtain smartgwt2014-08-11, by Andre Heinecke
- Do not try to load empty files.2014-08-11, by Andre Heinecke