log

age author description
Fri, 03 Jun 2011 06:34:32 +0000 Ingo Weinzierl Append the x and y ranges determined after zooming with the ZoomboxControl to the attribute document used for the chart creation.
Wed, 01 Jun 2011 14:13:29 +0000 Ingo Weinzierl Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.
Wed, 01 Jun 2011 13:43:35 +0000 Ingo Weinzierl Implemented a zoombox control and added it to the chart toolbar.
Wed, 01 Jun 2011 11:59:59 +0000 Ingo Weinzierl Improved the layout of the mouse position panel.
Wed, 01 Jun 2011 09:03:18 +0000 Ingo Weinzierl Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
Wed, 01 Jun 2011 08:50:40 +0000 Ingo Weinzierl The collection object in the CollectionView is now accessible via getter method.
Wed, 01 Jun 2011 08:49:39 +0000 Ingo Weinzierl Removed a debug statement.
Wed, 01 Jun 2011 08:15:58 +0000 Ingo Weinzierl Added a chart info service to fetch the info document for a specific chart from artifact server.
Fri, 27 May 2011 15:38:24 +0000 Ingo Weinzierl Added a first implementation of a MousePositionPanel - work is not finished yet.
Fri, 27 May 2011 13:48:25 +0000 Ingo Weinzierl Moved the toolbar stuff of the chart panel into an own class.
Fri, 27 May 2011 13:10:09 +0000 Ingo Weinzierl Replaced buttons displayed as labels with real buttons.
Fri, 27 May 2011 09:50:57 +0000 Ingo Weinzierl The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Fri, 27 May 2011 08:59:26 +0000 Ingo Weinzierl Connected the CollectionAttributeService with the artifact server - Collection modifications will now be stored in the artifact databae.
Fri, 27 May 2011 08:53:22 +0000 Ingo Weinzierl Changes in the chart theme panel will now have an effect on the themes stored at the collection.
Thu, 26 May 2011 13:53:36 +0000 Ingo Weinzierl Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
Wed, 25 May 2011 16:23:16 +0000 Ingo Weinzierl Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Wed, 25 May 2011 14:58:42 +0000 Ingo Weinzierl Added a service stub to update/modify the attribute of a collection (used in the theme control panel).
Wed, 25 May 2011 14:50:37 +0000 Ingo Weinzierl Removed a bug in the DefaultTheme that prevented setting the artifact of a Theme correctly.
Wed, 25 May 2011 13:42:04 +0000 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.
Wed, 25 May 2011 11:34:34 +0000 Ingo Weinzierl Implemented the first step of a theme control panel for charts.
Wed, 25 May 2011 11:30:46 +0000 Ingo Weinzierl Removed needless imports.
Wed, 25 May 2011 08:03:02 +0000 Ingo Weinzierl Added a new package 'chart' that should be the place where chart relevant classes should be stored. Moved ChartOutputTab into that package.
Wed, 25 May 2011 07:05:22 +0000 Ingo Weinzierl Bugfix in the range/location panel - avoid NullPointerExceptions in getData().
Tue, 24 May 2011 16:22:34 +0000 Ingo Weinzierl ISSUE-90 & ISSUE-40 (part II/II) Former selected values are preselected after back jumps.
Tue, 24 May 2011 11:22:05 +0000 Ingo Weinzierl Added i18n error messages.
Tue, 24 May 2011 11:21:11 +0000 Ingo Weinzierl Take care on empty Data objects while initializing default values in Location/distance panel.
Tue, 24 May 2011 10:52:00 +0000 Ingo Weinzierl ISSUE-85 (part II/III) Repaired broken location/range panel.
Tue, 24 May 2011 10:46:48 +0000 Ingo Weinzierl The default values/labels for Data objects are read from DESCRIBE document.
Tue, 24 May 2011 10:44:59 +0000 Ingo Weinzierl Enhanced the Data object to save default values/labels.
Mon, 23 May 2011 14:30:54 +0000 Ingo Weinzierl Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Fri, 20 May 2011 10:15:10 +0000 Ingo Weinzierl Reverted commit that changed the default port of the artifact server.
Fri, 20 May 2011 10:10:26 +0000 Ingo Weinzierl Added missing i18n strings for duration curve export.
Fri, 20 May 2011 09:28:07 +0000 Ingo Weinzierl Tagged release 2.3.1 of flys-client.
Fri, 20 May 2011 09:24:46 +0000 Ingo Weinzierl Prepared Changes for release 2.3.1
Fri, 28 Sep 2012 12:14:12 +0200 Thomas Arendsen Hein merged flys-backend/2.3.1 2.3.1
Fri, 20 May 2011 09:30:08 +0000 Ingo Weinzierl Tagged release 2.3.1 of flys-backend.
Fri, 13 May 2011 11:21:39 +0000 Ingo Weinzierl Prepared Changes for the upcoming release.
Wed, 11 May 2011 08:44:14 +0000 Sascha L. Teichmann Schema: Added a column which tells if a river counts its km up or downwards.
Tue, 10 May 2011 17:31:10 +0000 Sascha L. Teichmann Fixed flys/issue11 and flys51.
Mon, 09 May 2011 10:04:23 +0000 Sascha L. Teichmann Importer: Added unsharp lookup to avoid numerical problems.
Mon, 09 May 2011 00:38:13 +0000 Sascha L. Teichmann Importer: Fix silly bug and set Hibernate session flushing back to auto.
Mon, 09 May 2011 00:15:45 +0000 Sascha L. Teichmann Importer: Change caching strategy not to cause OOM any more.
Sun, 08 May 2011 22:41:07 +0000 Sascha L. Teichmann Importer: Use BigDecimals in hashing to prevent numerical problems. Cache ranges globally, too.
Sun, 08 May 2011 21:34:43 +0000 Sascha L. Teichmann Importer: Only accept main value types 'Q', 'W', 'D' and 'T' by default.
Sun, 08 May 2011 17:55:49 +0000 Sascha L. Teichmann Importer: Cache the discharge table values, too.
Sun, 08 May 2011 15:29:45 +0000 Sascha L. Teichmann Importer: centralized caching
Sun, 08 May 2011 11:20:39 +0000 Sascha L. Teichmann Schema: Dropped constraint which forces discharge tables to have a unique time interval for a given gauge and kind.
Sun, 08 May 2011 11:07:22 +0000 Sascha L. Teichmann Importer: make column names in WST files unique by appending (1), (2) and so on in case of collision
Fri, 06 May 2011 15:15:04 +0000 Sascha L. Teichmann Importer: Import the "HW-Schutzanlagen", too.
Fri, 06 May 2011 10:27:32 +0000 Sascha L. Teichmann Importer: Make import of historical discharge tables work.
Thu, 05 May 2011 15:25:16 +0000 Sascha L. Teichmann Importer: parse historical discharge tables, too. TODO: store them in database.
Thu, 05 May 2011 14:51:54 +0000 Sascha L. Teichmann Importer: Prefix "Zusätzliche Längsschnitte" with "Zus.Längsschnitte" in description.
Thu, 05 May 2011 14:46:41 +0000 Sascha L. Teichmann Import "Hochwasser-Marken", too.
Thu, 05 May 2011 09:45:13 +0000 Sascha L. Teichmann Importer: Ignore lines that contain km positions which were found before in the same WST file.
Thu, 05 May 2011 06:04:57 +0000 Ingo Weinzierl River got a new method that returns all gauges intersected by a given start and end point.
Tue, 03 May 2011 17:40:02 +0000 Sascha L. Teichmann Importer: forgot to fetch time interval peer
Tue, 03 May 2011 17:34:52 +0000 Sascha L. Teichmann Importer: Attach a time interval to a discharge table if we find one during import.
Tue, 03 May 2011 17:09:38 +0000 Sascha L. Teichmann Importer: Try to extract time ranges from at files.
Tue, 03 May 2011 14:18:43 +0000 Sascha L. Teichmann Parse and store "amtliche Linien" wst files.
Tue, 03 May 2011 13:50:37 +0000 Sascha L. Teichmann Importer: parse and store fixation wst files as well

http://dive4elements.wald.intevation.org