Mercurial > dive4elements > river
graph
- 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
- Introduced GNU Trove to store WQKms values in a more performant data structure.2011-04-29, by Ingo Weinzierl
- Added the name of the facet to the parameterlist of OutGenerator.doOut().2011-04-29, by Ingo Weinzierl
- Added themes and mappings for the W and Q theme of a longitudinal section curve.2011-04-29, by Ingo Weinzierl
- Added necessary methods to start the computation of waterlevel data.2011-04-29, by Ingo Weinzierl
- Introduced a model class to store a set of triple data objects that consist of W, Q and Kms information.2011-04-29, by Ingo Weinzierl
- Bugfix: Removed endless loop and a bug while iterating over Hibernate results.2011-04-29, by Ingo Weinzierl
- Added an OutGenerator for creating longitudinal section curves.2011-04-28, by Ingo Weinzierl
- Bugfix: Added missing <output-generators> section to the global configuration.2011-04-28, by Ingo Weinzierl
- Added a further state that is reached if the waterlevel calculation mode has been chosen.2011-04-28, by Ingo Weinzierl
- Added a new Transition to compare values.2011-04-28, by Ingo Weinzierl
- Bugfixes: Adapted a broken method call of TransitionEngine.isStateReachable() and added the outputs of a current state to the DESCRIBE.2011-04-28, by Ingo Weinzierl
- Bugfix: Added the missing init() method to a Transition and call it in the TransitionFactory after a Transition has been created.2011-04-28, by Ingo Weinzierl
- Bugfix: The outputs of a Collection's attribute document are stored in an outputs node now instead of being stored toplevel in the document.2011-04-28, by Ingo Weinzierl
- Throw an illegal argument exception in LocationDistanceSelect.validate() and WQSelect.validate() if no data has been inserted so far.2011-04-28, by Ingo Weinzierl
- Added XSL transformation do create Graphviz digraph out of conf.xml2011-04-28, by Sascha L. Teichmann
- The OutGenerator gets the theme of a facet while output creation.2011-04-28, by Ingo Weinzierl
- Removed useless imports.2011-04-27, by Ingo Weinzierl
- Added an abstract OutGenerator that should be the base class for all generators which create charts.2011-04-27, by Ingo Weinzierl
- Improved the out() operation of a Collection - the OutGenerator gets to know about the facets and its theme.2011-04-27, by Ingo Weinzierl
- The Attributes of a collection are written into its DESCRIBE now.2011-04-26, by Ingo Weinzierl
- Initialized the facet2theme mappings configured in themes.xml and added a function to the ThemeFactory that retrieves a theme from FLYSContext based on its name.2011-04-26, by Ingo Weinzierl
- Corrected a silly c&p mistake.2011-04-22, by Sascha L. Teichmann
- Implementation of the "Ruecksprungkorrektur" to be done in "W fuer angepassten Abflusslaengschnitt".2011-04-22, by Sascha L. Teichmann
- Removed debug code that has been commited by accident.2011-04-21, by Ingo Weinzierl
- Added a first small theme configuration and code to read it.2011-04-21, by Ingo Weinzierl
- Implementation of interfaces and its default implementations and a factory to work with themes.2011-04-21, by Ingo Weinzierl
- Implementation of "Abflusskurve/Abflusstafel" calculation.2011-04-20, by Sascha L. Teichmann
- Added dependency to Apache Commons Math 2.2 (Apache License 2.0)2011-04-20, by Sascha L. Teichmann
- Discharge table: Fix problem when sorting by q (copied w instead of q).2011-04-20, by Sascha L. Teichmann
- Fixed broken HQL statement.2011-04-20, by Ingo Weinzierl
- Implemented the "Wasserstand/Wasserspiegellagen" calculation.2011-04-19, by Sascha L. Teichmann
- Discharge table: we need a getQForW() and not a getWForQ().2011-04-19, by Sascha L. Teichmann
- Discharge tables: Sorting of q values was done wrong.2011-04-19, by Sascha L. Teichmann
- The list of annotations returned by the AnnotationFactory is ordered by its range.2011-04-19, by Ingo Weinzierl
- Added a service that returns the MainValues of a Gauge based on a river name and a stationing.2011-04-19, by Ingo Weinzierl
- Added a factory that returns MainValues.2011-04-19, by Ingo Weinzierl
- Discharge table: Added static method getWForQ() to interpolate a w value for a given q value based on a given discharge table.2011-04-19, by Sascha L. Teichmann
- Discharge tables: Added convenience constructors/methods to ease the access to the master discharge table of a gauge.2011-04-19, by Sascha L. Teichmann
- Moved the query complexity of creating a w/q value table into view2011-04-18, by Sascha L. Teichmann
- Fetches w/q value tables from the backend.2011-04-18, by Sascha L. Teichmann
- Changed the error key that is written to the result document of the feed operation.2011-04-18, by Ingo Weinzierl
- The inserted river is validated in the feed operation().2011-04-18, by Ingo Weinzierl
- The calculation method is validated in the feed() operation.2011-04-18, by Ingo Weinzierl
- The inserted ranges (distance and WQ ranges) are validated in the feed() operation.2011-04-18, by Ingo Weinzierl
- Removed testing code that has been comitted by accident in the last revision.2011-04-18, by Ingo Weinzierl
- The getGauge() method of the FLYSArtifact returns the first gauge based on the given stationing now.2011-04-18, by Ingo Weinzierl
- The WQ state fills the DESCRIBE with default values for W and Q.2011-04-15, by Ingo Weinzierl
- Added a WstFactory to return Wst objects.2011-04-15, by Ingo Weinzierl
- FLYSArtifact provides methods to retrieve the real River, Gauge objects.2011-04-15, by Ingo Weinzierl
- Bugfix: repaired broken imports of the session holder.2011-04-15, by Ingo Weinzierl
- Removed the SessionHolder and adapted imports.2011-04-15, by Ingo Weinzierl
- Acquire/release sessions in services to avoid db connection leaks.2011-04-14, by Sascha L. Teichmann
- The location/distance state now writes default values into DESCRIBE.2011-04-14, by Ingo Weinzierl
- Added a new function to RiverFactory that retrieves a River object based on a given river name.2011-04-14, by Ingo Weinzierl
- Backend access: Static methods are using the SessionHolder, too.2011-04-14, by Sascha L. Teichmann
- Finalized the SessionCallContextListener and registered it as CallContext.Listener in the configuration.2011-04-14, by Ingo Weinzierl
- Bugfix: Call correct method to retrieve and initialize an instance of SessionFactoryProvider.2011-04-14, by Ingo Weinzierl
- Added a session holder to hold hibernate sessions.2011-04-14, by Sascha L. Teichmann
- Added an Implementation of CallContext.Listener to open/close Hibernate Sessions for each request.2011-04-14, by Ingo Weinzierl
- Modified the states' describe() method - related to the last commit.2011-04-14, by Ingo Weinzierl
- Removed the state to explicitly select a gauge.2011-04-14, by Ingo Weinzierl
- Bugfix: Repaired the dynamic UI part of the RiverSelect state in DESCRIBE.2011-04-13, by Ingo Weinzierl
- Write the name of an artifact into the DESCRIBE document.2011-04-12, by Ingo Weinzierl
- Bugfix: States are filled with data before they describe themself.2011-04-12, by Ingo Weinzierl
- Implemented a service that retrieves distance information for a specific river.2011-04-11, by Ingo Weinzierl
- The FLYSArtifactCollection overrides out() and uses OutGenerators to create output for this operation.2011-04-06, by Ingo Weinzierl
- Added a DischargeCurveGenerator that creates discharge curves.2011-04-06, by Ingo Weinzierl
- Changed the visibility of getData() method of FLYSArtifacts.2011-04-06, by Ingo Weinzierl
- Removed trailing whitespace.2011-04-03, by Sascha L. Teichmann
- Make project compilable again.2011-04-03, by Sascha L. Teichmann
- Added code to parse the configured OutGenerators in the global configuration and to save a map of such in the FLYSContext.2011-03-31, by Ingo Weinzierl
- Added an OutGenerator interface that might be used to generator collected outputs of a set of artifacts.2011-03-31, by Ingo Weinzierl
- Removed the Backend reference from FLYSArtifactCollection.2011-03-30, by Ingo Weinzierl
- Enhanced the output mode for discharge curves with three facets.2011-03-30, by Ingo Weinzierl
- Tagged RELEASE 0.1 of FLYS Artifacts.2011-03-30, by Ingo Weinzierl
- Tagged RELEASE 2.3 of flys-client.2011-05-17, by Ingo Weinzierl
- Added missing information for release2011-05-16, by Hans Plum
- Added NEWS File for collecting enduser-sepcific information for releases2011-05-16, by Hans Plum
- Prepared Changes for the upcoming release 2.3.2011-05-13, by Ingo Weinzierl
- Datacage: Better converter for incoming XML tree2011-05-13, by Sascha L. Teichmann
- ISSUE 61: Changed datacage button style.2011-05-12, by Raimund Renkert
- ISSUE 46: Removed the table header context menu.2011-05-12, by Raimund Renkert
- ISSUE 43: Changed i18n strings.2011-05-12, by Raimund Renkert
- Show rivers as links instead of a combobox.2011-05-12, by Raimund Renkert
- ISSUE-15 The charts in the chart panel are requested with the size of the parent panel.2011-05-12, by Ingo Weinzierl
- Enabled the client to request charts in different sizes.2011-05-12, by Ingo Weinzierl
- ISSUE-34 Limit the windows which are moved to the right lower corner to 10.2011-05-12, by Ingo Weinzierl
- Datacage: transport rpc result to ui.2011-05-11, by Sascha L. Teichmann
- Changed the height of the export panel.2011-05-11, by Ingo Weinzierl
- UI stub for data cage2011-05-11, by Sascha L. Teichmann
- ISSUE-56 Display download buttons to export the computed data.2011-05-11, by Ingo Weinzierl
- Added a service to export data from the artifact server.2011-05-11, by Ingo Weinzierl
- ISSUE 34: Move every new project window 20 px down and right.2011-05-11, by Raimund Renkert
- ISSUE 44: Moved the location/range and WQ input tables to the helper panel and2011-05-11, by Raimund Renkert
- Set the computation result panel width and height to 100%.2011-05-11, by Raimund Renkert
- Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).2011-05-11, by Ingo Weinzierl
- ISSUE-41 Moved the panel that shows the computation results right beside the parameterization - NOTE: issue is still open.2011-05-11, by Ingo Weinzierl
- ISSUE-57 Replaced wrong i18n function call.2011-05-11, by Ingo Weinzierl
- ISSUE-48 Added placeholder for the toolbar and the theme control in the chart output tab.2011-05-10, by Ingo Weinzierl
- ISSUE-38 Set the first value of a select box as default value.2011-05-10, by Ingo Weinzierl
- Added i18n error messages used in the adapted wq panel.2011-05-10, by Ingo Weinzierl
- Changed the empty table message for the WQ input table.2011-05-10, by Raimund Renkert
- Changed the empty table message for helper and data tables.2011-05-10, by Raimund Renkert
- Added stub for meta data service.2011-05-10, by Sascha L. Teichmann
- Fixed the location input. A range selection sets the correct location values2011-05-10, by Raimund Renkert
- Remove the data table on step back.2011-05-10, by Raimund Renkert
- Build a dynamic table for the CSV data.2011-05-10, by Raimund Renkert
- Fixed attributes/namespaces in the XML document that is used to fetch the CSV export of WINFO computations.2011-05-10, by Ingo Weinzierl