Mercurial > dive4elements > river
graph
- Filter reports and dispatch them to updateReports().2011-06-21, by Sascha L. Teichmann
- #132 Set the initial mode of the location/distance panel to 'distance'.2011-06-21, by Ingo Weinzierl
- The project list displays the favorite state of a collection now. A gold star means, that a collection is a owner's favorite project and will never die. A silver star means, that the project is a common project.2011-06-21, by Ingo Weinzierl
- Set project list update interval to 5 minutes.2011-06-21, by Sascha L. Teichmann
- #22 Introduced a polling mechanism to refresh the projects of a user in the project list.2011-06-21, by Ingo Weinzierl
- Added i18n strings for each calculation report output.2011-06-21, by Ingo Weinzierl
- Forget to commit changelog2011-06-20, by Sascha L. Teichmann
- Added dummy report panel.2011-06-20, by Sascha L. Teichmann
- Removed more expensive XPath.2011-06-20, by Sascha L. Teichmann
- #140, #122: Splitted the WQD table in the WQInputPanel into two tables: a table for QD values and a table for W values - only the QD table is selectable.2011-06-20, by Ingo Weinzierl
- #140 Code cleanup in WQ table.2011-06-17, by Ingo Weinzierl
- #118 Added 'wq_free' parameter to feed document even if single value mode is selected.2011-06-17, by Ingo Weinzierl
- #118 Added a further radio button to select 'Q at Gauge' to the WQ panel.2011-06-17, by Ingo Weinzierl
- Added 'index' and 'description' of a facet to the collection's attribute document. The ChartThemePanel is now working again.2011-06-17, by Ingo Weinzierl
- The description of a facet is now displayed in the ChartThemePanel.2011-06-17, by Ingo Weinzierl
- Alloc TreeNode arrays with the right size because its known.2011-06-16, by Sascha L. Teichmann
- The DoubleArrayPanel is more tolerant towards entered whitespaces.2011-06-15, by Ingo Weinzierl
- Avoid GWT throwing warnings if no 'old' items exist for the parameter list.2011-06-15, by Ingo Weinzierl
- #117 Improved double value parsing in DoubleArrayPanel and DoubleRangePanel.2011-06-15, by Ingo Weinzierl
- #88 Modified strings in the location/distance panel.2011-06-14, by Ingo Weinzierl
- DistanceInfoService: Got rid of namespace. Use DOM instead of XPath.2011-06-14, by Sascha L. Teichmann
- Bring Oberkante and Unterkante into UI.2011-06-14, by Sascha L. Teichmann
- Loop through 'Unterkante' 'Oberkante' from service.2011-06-14, by Sascha L. Teichmann
- Adjusted a german error message.2011-06-14, by Ingo Weinzierl
- Introduced a client side input validation for the adapted WQ panel.2011-06-14, by Ingo Weinzierl
- Introduced a client side validation for the WQ panel.2011-06-14, by Ingo Weinzierl
- Introduced an input validation for the location panels.2011-06-14, by Ingo Weinzierl
- Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.2011-06-09, by Ingo Weinzierl
- Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.2011-06-09, by Ingo Weinzierl
- #139 Fixed NPE while initialising user defined values in the adapted wq panel.2011-06-09, by Ingo Weinzierl
- Added units to the selected W or Q values in the static UI part.2011-06-08, by Ingo Weinzierl
- #43 Modified an english warning text.2011-06-08, by Ingo Weinzierl
- #21 There might be just a single window for each project now. Users can't open a project twice.2011-06-08, by Ingo Weinzierl
- Avoid NPE while parsing axes in ChartInfoService.2011-06-08, by Ingo Weinzierl
- Don't crash if there is no transformer.2011-06-08, by Sascha L. Teichmann
- Added a dirty hack to display project names shorter than 30 characters.2011-06-08, by Ingo Weinzierl
- The MouseOut event will now finish a current pan operation.2011-06-07, by Ingo Weinzierl
- Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.2011-06-07, by Ingo Weinzierl
- Added a PanControl to pan charts.2011-06-07, by Ingo Weinzierl
- Adjusted the return values of the CSVExportService, so that GWT can handle those values better.2011-06-07, by Ingo Weinzierl
- Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.2011-06-07, by Ingo Weinzierl
- Repaired broken zoom-out control.2011-06-06, by Ingo Weinzierl
- #131 Repaired a broken XPath expression for the chart attributes.2011-06-06, by Ingo Weinzierl
- Improved the zoombox control: cancel the zoom operation if the mouse pointer leaves the chart area.2011-06-06, by Ingo Weinzierl
- Added missing icon for the zoom-out control.2011-06-03, by Ingo Weinzierl
- Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.2011-06-03, by Ingo Weinzierl
- Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.2011-06-03, by Ingo Weinzierl
- Append the x and y ranges determined after zooming with the ZoomboxControl to the attribute document used for the chart creation.2011-06-03, by Ingo Weinzierl
- Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.2011-06-01, by Ingo Weinzierl
- Implemented a zoombox control and added it to the chart toolbar.2011-06-01, by Ingo Weinzierl
- Improved the layout of the mouse position panel.2011-06-01, by Ingo Weinzierl
- Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.2011-06-01, by Ingo Weinzierl
- The collection object in the CollectionView is now accessible via getter method.2011-06-01, by Ingo Weinzierl
- Removed a debug statement.2011-06-01, by Ingo Weinzierl
- Added a chart info service to fetch the info document for a specific chart from artifact server.2011-06-01, by Ingo Weinzierl
- Added a first implementation of a MousePositionPanel - work is not finished yet.2011-05-27, by Ingo Weinzierl
- Moved the toolbar stuff of the chart panel into an own class.2011-05-27, by Ingo Weinzierl
- Replaced buttons displayed as labels with real buttons.2011-05-27, by Ingo Weinzierl
- The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.2011-05-27, by Ingo Weinzierl
- Connected the CollectionAttributeService with the artifact server - Collection modifications will now be stored in the artifact databae.2011-05-27, by Ingo Weinzierl
- Changes in the chart theme panel will now have an effect on the themes stored at the collection.2011-05-27, by Ingo Weinzierl
- Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.2011-05-26, by Ingo Weinzierl
- Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).2011-05-25, by Ingo Weinzierl
- Added a service stub to update/modify the attribute of a collection (used in the theme control panel).2011-05-25, by Ingo Weinzierl
- Removed a bug in the DefaultTheme that prevented setting the artifact of a Theme correctly.2011-05-25, by Ingo Weinzierl
- The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.2011-05-25, by Ingo Weinzierl
- Implemented the first step of a theme control panel for charts.2011-05-25, by Ingo Weinzierl
- Removed needless imports.2011-05-25, by Ingo Weinzierl
- Added a new package 'chart' that should be the place where chart relevant classes should be stored. Moved ChartOutputTab into that package.2011-05-25, by Ingo Weinzierl
- Bugfix in the range/location panel - avoid NullPointerExceptions in getData().2011-05-25, by Ingo Weinzierl
- ISSUE-90 & ISSUE-40 (part II/II) Former selected values are preselected after back jumps.2011-05-24, by Ingo Weinzierl
- Added i18n error messages.2011-05-24, by Ingo Weinzierl
- Take care on empty Data objects while initializing default values in Location/distance panel.2011-05-24, by Ingo Weinzierl
- ISSUE-85 (part II/III) Repaired broken location/range panel.2011-05-24, by Ingo Weinzierl
- The default values/labels for Data objects are read from DESCRIBE document.2011-05-24, by Ingo Weinzierl
- Enhanced the Data object to save default values/labels.2011-05-24, by Ingo Weinzierl
- Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.2011-05-23, by Ingo Weinzierl
- Reverted commit that changed the default port of the artifact server.2011-05-20, by Ingo Weinzierl
- Added missing i18n strings for duration curve export.2011-05-20, by Ingo Weinzierl
- Tagged release 2.3.1 of flys-client.2011-05-20, by Ingo Weinzierl
- Prepared Changes for release 2.3.12011-05-20, by Ingo Weinzierl
- merged flys-backend/2.3.12012-09-28, by Thomas Arendsen Hein
- Tagged release 2.3.1 of flys-backend.2011-05-20, by Ingo Weinzierl
- Prepared Changes for the upcoming release.2011-05-13, by Ingo Weinzierl
- Schema: Added a column which tells if a river counts its km up or downwards.2011-05-11, by Sascha L. Teichmann
- Fixed flys/issue11 and flys51.2011-05-10, by Sascha L. Teichmann
- Importer: Added unsharp lookup to avoid numerical problems.2011-05-09, by Sascha L. Teichmann
- Importer: Fix silly bug and set Hibernate session flushing back to auto.2011-05-09, by Sascha L. Teichmann
- Importer: Change caching strategy not to cause OOM any more.2011-05-09, by Sascha L. Teichmann
- Importer: Use BigDecimals in hashing to prevent numerical problems. Cache ranges globally, too.2011-05-08, by Sascha L. Teichmann
- Importer: Only accept main value types 'Q', 'W', 'D' and 'T' by default.2011-05-08, by Sascha L. Teichmann
- Importer: Cache the discharge table values, too.2011-05-08, by Sascha L. Teichmann
- Importer: centralized caching2011-05-08, by Sascha L. Teichmann
- Schema: Dropped constraint which forces discharge tables to have a unique time interval for a given gauge and kind.2011-05-08, by Sascha L. Teichmann
- Importer: make column names in WST files unique by appending (1), (2) and so on in case of collision2011-05-08, by Sascha L. Teichmann
- Importer: Import the "HW-Schutzanlagen", too.2011-05-06, by Sascha L. Teichmann
- Importer: Make import of historical discharge tables work.2011-05-06, by Sascha L. Teichmann
- Importer: parse historical discharge tables, too. TODO: store them in database.2011-05-05, by Sascha L. Teichmann
- Importer: Prefix "Zusätzliche Längsschnitte" with "Zus.Längsschnitte" in description.2011-05-05, by Sascha L. Teichmann
- Import "Hochwasser-Marken", too.2011-05-05, by Sascha L. Teichmann
- Importer: Ignore lines that contain km positions which were found before in the same WST file.2011-05-05, by Sascha L. Teichmann
- River got a new method that returns all gauges intersected by a given start and end point.2011-05-05, by Ingo Weinzierl
- Importer: forgot to fetch time interval peer2011-05-03, by Sascha L. Teichmann
- Importer: Attach a time interval to a discharge table if we find one during import.2011-05-03, by Sascha L. Teichmann
- Importer: Try to extract time ranges from at files.2011-05-03, by Sascha L. Teichmann
- Parse and store "amtliche Linien" wst files.2011-05-03, by Sascha L. Teichmann
- Importer: parse and store fixation wst files as well2011-05-03, by Sascha L. Teichmann
- Importer: Support parsing "zusaetzliche Laengsschnitte".2011-05-03, by Sascha L. Teichmann
- Fixed flys/issue192011-05-02, by Sascha L. Teichmann
- Introduced a 'scale' parameter in Gauge.determineMinMaxW().2011-05-02, by Ingo Weinzierl
- Removed superfluous import.2011-05-01, by Sascha L. Teichmann
- Implemented a WstColumnValue cache to speed up inserting WST files into database.2011-04-20, by Ingo Weinzierl
- Forgot to add db update to changelog2011-04-18, by Sascha L. Teichmann
- Added a view 'wst_value_table' which aggregates the data to build w/q value tables.2011-04-18, by Sascha L. Teichmann
- Add forgotten one to many relation Wst -> WstColumn.2011-04-18, by Sascha L. Teichmann
- Import of q ranges of wst files was totally broken.2011-04-18, by Sascha L. Teichmann
- Importer: Forgot kind parameter in peer fetching query.2011-04-18, by Sascha L. Teichmann
- Added a new method to determine the selected gauge of a river based on a start and end point.2011-04-18, by Ingo Weinzierl
- Added 'position' column to wst_columns to allow order them by there column position in the original wst file.2011-04-15, by Sascha L. Teichmann
- Forget ',' in schema.2011-04-15, by Sascha L. Teichmann
- Fixed index problem when an empty list is returned.2011-04-15, by Sascha L. Teichmann
- Added methods to retrieve the min and max W and Q values of a Wst and Gauge.2011-04-15, by Ingo Weinzierl
- Added new column 'kind' in discharge tables and wst to distinguish between different types.2011-04-15, by Sascha L. Teichmann
- Moved the SessionHolder from flys-artifacts to flys-backend.2011-04-15, by Ingo Weinzierl
- Added a method to River that returns the min and max distance of the river.2011-04-14, by Ingo Weinzierl
- Removed trailing whitespace.2011-04-03, by Sascha L. Teichmann
- Tagged RELEASE 0.1 of FLYS backend.2011-03-30, by Ingo Weinzierl
- merged flys-artifacts/2.3.12012-09-28, by Thomas Arendsen Hein
- Tagged release 2.3.1 of flys-artifacts.2011-05-20, by Ingo Weinzierl
- Notes to Release V 2.3.12011-05-20, by Hans Plum
- Increment kms array size by one to take the end of range, too.2011-05-19, by Sascha L. Teichmann
- Use unsharp km lookup (epsilon = 0.0001).2011-05-19, by Sascha L. Teichmann
- ISSUE-66 Fixed broken english subtitle template for longitudinal section charts.2011-05-19, by Ingo Weinzierl
- The curve of a computed discharge curve has a human readable text now.2011-05-19, by Ingo Weinzierl
- Reintroduced titles for the "W for unausgeglichene Abfluesse".2011-05-19, by Sascha L. Teichmann
- Added names for discharge curves (at gauges).2011-05-19, by Ingo Weinzierl
- Removed dead code2011-05-19, by Sascha L. Teichmann
- use correct kms and step width now now2011-05-19, by Sascha L. Teichmann
- Use new logic to calculate "W für ungleichwertige Abfluesse". Not working yet.2011-05-18, by Sascha L. Teichmann
- Enabled the discharge longitudinal section to be exported as WST.2011-05-18, by Ingo Weinzierl
- flys/issue69: Connected calculation with the UI2011-05-18, by Sascha L. Teichmann
- W and Q curves in longitudinal section curves will now have names.2011-05-18, by Ingo Weinzierl
- WSTs will now have a header that contains the names of the Ws or Qs that had been defined for the computation.2011-05-18, by Ingo Weinzierl
- Implemented writer that creates WSTs and enabled the WaterlevelExporter to create those.2011-05-17, by Ingo Weinzierl
- Added a new class that supports formatters for different types of data.2011-05-17, by Ingo Weinzierl
- ISSUE-72 Repaired broken XPath expression in MainValuesService to extract start and end kilometer.2011-05-17, by Ingo Weinzierl
- Separated the WST table loading logic from the calculations.2011-05-17, by Sascha L. Teichmann
- Tagged RELEASE 2.32011-05-17, by Ingo Weinzierl
- Tagged release 2.3.1 of flys-client.2011-05-20, by Ingo Weinzierl
- Reverted src/main/java/de/intevation/flys/client/client/config.xml after unintentional change2011-05-20, by Hans Plum
- NEWS to Release V 2.3.12011-05-20, by Hans Plum
- Prepared Changes for the upcoming RELEASE 2.3.12011-05-19, by Ingo Weinzierl
- ISSUE-35 The project view has a maximize button now.2011-05-19, by Ingo Weinzierl
- ISSUE-43 Adapted the english warning the is displayed before a language switch takes place.2011-05-19, by Ingo Weinzierl
- Added missing i18n strings for computed discharge curve exports.2011-05-19, by Ingo Weinzierl
- Added i18n strings for exports.2011-05-18, by Ingo Weinzierl
- Adjusted the width of an export button and added a tooltip to distinguish different exports.2011-05-17, by Ingo Weinzierl
- Adjusted a method signature of ClientProtocolUtils that has been changed in the last revision.2011-05-17, by Ingo Weinzierl
- Tagged RELEASE 2.3 of flys-client.2011-05-17, by Ingo Weinzierl
- merged flys-artifacts/2.32012-09-28, by Thomas Arendsen Hein
- Tagged RELEASE 2.32011-05-17, by Ingo Weinzierl
- Added NEWS File for collecting enduser-sepcific information for releases2011-05-16, by Hans Plum
- First step to calculate "W fuer ungleichwertige Abfluesse" correctly. flys/issue552011-05-15, by Sascha L. Teichmann
- Fix step to fix issue69: Do the right calculation2011-05-15, by Sascha L. Teichmann
- Prepared Changes for the upcoming release 2.3.2011-05-13, by Ingo Weinzierl
- ISSUE-37 The river state wants to be rendered using a river_panel UI provider.2011-05-13, by Ingo Weinzierl
- Charts are generated using the size defined in the incoming request document.2011-05-12, by Ingo Weinzierl
- ISSUE-52 The longitudinal section charts will now always have the head of the river at the left side.2011-05-11, by Ingo Weinzierl
- MetaDataService: Make incoming XML symmetric to DistanceInfoService.2011-05-11, by Sascha L. Teichmann
- ISSUE-47 Adjusted the line color of W, Q and corrected W curves (temporarilly).2011-05-10, by Ingo Weinzierl
- Display gridlines in charts.2011-05-10, by Ingo Weinzierl
- ISSUE-53 Formatted number values of CSV exports.2011-05-10, by Ingo Weinzierl
- Implemented the input validation of WQ in the adapted WQ panel.2011-05-10, by Ingo Weinzierl
- The CSV exports will now have headers.2011-05-10, by Ingo Weinzierl
- Datacage: Added river parameter to meta data services.2011-05-10, by Sascha L. Teichmann
- Added subtitles to the available charts.2011-05-10, by Ingo Weinzierl
- Added a method to Resources that returns translated compound messages.2011-05-10, by Ingo Weinzierl
- Improved the OutGenerator interface to set a master artifact for the out generation.2011-05-10, by Ingo Weinzierl
- Enabled the WINFO artifact to choose between W and Q mode in the adapted wq panel of the discharge longitudinal section computation.2011-05-10, by Ingo Weinzierl
- Datacage service: Cleanup served XML document.2011-05-09, by Sascha L. Teichmann
- Datacage: Added forgotten columns of fixation WST to datcage template.2011-05-09, by Sascha L. Teichmann
- Enabled i18n support for charts.2011-05-09, by Ingo Weinzierl
- Added a CSV exporter for the discharge longitudinal section computation.2011-05-09, by Ingo Weinzierl
- Back jump correction should work now for both flow directions.2011-05-07, by Sascha L. Teichmann
- Added data cage configuration for 'Längsschnitt'.2011-05-06, by Sascha L. Teichmann
- Add data cage configuration for "Abflusskurve [NN + m]".2011-05-06, by Sascha L. Teichmann
- Added an OutGenerator to create discharge longitudinal section charts.2011-05-06, by Ingo Weinzierl
- Implemented methods to retrieve and compute the data used to create discharge longitudinal sections.2011-05-06, by Ingo Weinzierl
- Small bugfix in the adapted WQ state and further i18n strings.2011-05-05, by Ingo Weinzierl
- Changed the y-axis title of the computed discharge curve.2011-05-05, by Ingo Weinzierl
- Improved the transition model and added states to enable the 'discharge longitudinal section' computation - NOTE: the work in this computation has not finished yet.2011-05-05, by Ingo Weinzierl
- Use a default step width (100m) between two kilometers if no width is given.2011-05-05, by Ingo Weinzierl
- Fixed a potential NullPointerException while creating a longitudinal section chart.2011-05-05, by Ingo Weinzierl
- fix flys/issue302011-05-04, by Sascha L. Teichmann
- 'berechnete Abflusskurve': generate ws from qs2011-05-04, by Sascha L. Teichmann
- Filled the discharge curve exporter (CSV) with code - now, it generates a CSV export with the computed discharge curve data.2011-05-04, by Ingo Weinzierl
- Enabled the WINFO artifact to compute the data for discharge curves (computed) - ComputedDischargeCurveGenerator uses those values now to create the chart.2011-05-04, by Ingo Weinzierl
- Improved the transition model and added classes to enable the WINFO artifact to create computed discharge curves - NOTE: each of the new classes is just a stub.2011-05-04, by Ingo Weinzierl
- Added an exporter to export the computed data of a duration curve.2011-05-03, by Ingo Weinzierl
- Modified a confusing debug statement.2011-05-03, by Ingo Weinzierl
- Added an exporter (OutGenerator) for waterlevels which currently supports CSV exports.2011-05-03, by Ingo Weinzierl
- Introduced an export output target on collection level that enables collections to be exported.2011-05-03, by Ingo Weinzierl
- I18N Bugfix.2011-05-03, by Ingo Weinzierl
- Added i18n strings for the location selection.2011-05-03, by Ingo Weinzierl
- Enabled the WINFO artifact to create duration curves - new OutGenerator, added methods for data computation.2011-05-03, by Ingo Weinzierl
- visualize-transitions.xsl: State quoting was done wrong.2011-05-03, by Sascha L. Teichmann
- Enhanced the transition model to reach a state that creates duration curves.2011-05-02, by Ingo Weinzierl
- Flush/persist cache at end of program.2011-05-02, by Sascha L. Teichmann
- The DischargeCurveGenerator uses public methods of FLYSArtifact to retrieve all necessary information of the current settings.2011-05-02, by Ingo Weinzierl
- Moved expensive allocation of result arrays out of km loop.2011-05-02, by Sascha L. Teichmann
- Enabled the FLYSArtifact to handle an array of inserted WQ values (without given ranges).2011-05-02, by Ingo Weinzierl
- Repaired DischargeTables.getQForW()2011-05-02, by Sascha L. Teichmann
- Enabled the server to handle longitudinal section chart requests with inserted W data - Ws are transformed into Qs then.2011-05-02, by Ingo Weinzierl
- Removed an unused parameter from DischargeTables.getQForW().2011-05-02, by Ingo Weinzierl
- Ws and Qs of a longitudinal section chart are mapped to an own range axis now.2011-05-02, by Ingo Weinzierl
- Added caching support for the wst value tables.2011-05-01, by Sascha L. Teichmann
- Added ehcache support.2011-04-29, by Sascha L. Teichmann
- Added meta data service.2011-04-29, by Sascha L. Teichmann
- Added meta service stub. TODO: Add meta data builder.2011-04-29, by Sascha L. Teichmann
- Bugfix: Changed the datastructure of the ThemeList (inner class of FLYSArtifactCollection) to store the theme of a chart in an ordered list -> Q curves of longitudinal section charts are now drawn.2011-04-29, by Ingo Weinzierl
- Implemented the chart creation of a longitudinal section chart - W and Q facets.2011-04-29, by Ingo Weinzierl
- Improved the calculation of the step width of ranges.2011-04-29, by Ingo Weinzierl
- New method WQKms.size() to retrieve the number of elements in the data pool.2011-04-29, by Ingo Weinzierl
- WQKms model: Added a get() method which takes destination array as an argument.2011-04-29, by Sascha L. Teichmann