log

age author description
Fri, 24 Jun 2011 09:20:22 +0000 Ingo Weinzierl #21 Newly created projects cannot be opened twice.
Thu, 23 Jun 2011 17:46:08 +0000 Ingo Weinzierl #170 Changed the DOM manipulation while zoom and drag operation.
Thu, 23 Jun 2011 17:16:08 +0000 Sascha L. Teichmann Prepare for AT export.
Thu, 23 Jun 2011 11:28:42 +0000 Ingo Weinzierl Removed the formatter for project names in the project list.
Thu, 23 Jun 2011 10:07:52 +0000 Ingo Weinzierl Escape project's names in the project list.
Thu, 23 Jun 2011 09:29:46 +0000 Ingo Weinzierl #165 (part 1) Added tooltips and table headers in the project list.
Thu, 23 Jun 2011 09:22:54 +0000 Ingo Weinzierl Improved the exception handling.
Thu, 23 Jun 2011 09:11:54 +0000 Sascha L. Teichmann First version of error reports.
Wed, 22 Jun 2011 15:34:52 +0000 Sascha L. Teichmann Stub for report service.
Wed, 22 Jun 2011 15:11:15 +0000 Ingo Weinzierl The adapted WQ panel now displays warnings if no information are present to validate user input.
Wed, 22 Jun 2011 14:02:11 +0000 Ingo Weinzierl Register newly created CollectionViews at FLYSWorkspace to avoid an inconsistent view.
Wed, 22 Jun 2011 13:39:15 +0000 Ingo Weinzierl Open projects are removed from screen if the user deletes them (via project list).
Wed, 22 Jun 2011 12:50:20 +0000 Ingo Weinzierl Implemented the RPC stubs to set the TTL and name of a collection and to delete an existing collection.
Wed, 22 Jun 2011 11:47:07 +0000 Ingo Weinzierl Added stubs to set the name and ttl of a collection and to delete a collection.
Wed, 22 Jun 2011 10:14:57 +0000 Ingo Weinzierl Improved the project list - listeners are notified after setting the name and ttl of a project.
Wed, 22 Jun 2011 08:06:19 +0000 Ingo Weinzierl Adapted a german string in the WQ panel.
Wed, 22 Jun 2011 07:39:12 +0000 Ingo Weinzierl #104 The WQ panel now display the selected wq mode.
Tue, 21 Jun 2011 17:53:08 +0000 Ingo Weinzierl Initialize the combobox in the SelectProvider correctly.
Tue, 21 Jun 2011 17:29:18 +0000 Ingo Weinzierl #156 Do not display report modes as tabs in the project view.
Tue, 21 Jun 2011 17:18:47 +0000 Ingo Weinzierl The comboboxes to select the calculation mode are no longer editable.
Tue, 21 Jun 2011 17:09:31 +0000 Ingo Weinzierl Restore the size of project windows if they are brought up to front.
Tue, 21 Jun 2011 16:54:17 +0000 Ingo Weinzierl DoubleArrayPanel takes care on empty array fields when adding new double values. This avoids displaying 'null' values.
Tue, 21 Jun 2011 16:43:59 +0000 Sascha L. Teichmann Filter reports and dispatch them to updateReports().
Tue, 21 Jun 2011 16:41:09 +0000 Ingo Weinzierl #132 Set the initial mode of the location/distance panel to 'distance'.
Tue, 21 Jun 2011 16:22:39 +0000 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.
Tue, 21 Jun 2011 16:14:10 +0000 Sascha L. Teichmann Set project list update interval to 5 minutes.
Tue, 21 Jun 2011 10:05:04 +0000 Ingo Weinzierl #22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Tue, 21 Jun 2011 08:13:47 +0000 Ingo Weinzierl Added i18n strings for each calculation report output.
Mon, 20 Jun 2011 16:57:11 +0000 Sascha L. Teichmann Forget to commit changelog
Mon, 20 Jun 2011 16:35:43 +0000 Sascha L. Teichmann Added dummy report panel.
Mon, 20 Jun 2011 16:25:48 +0000 Sascha L. Teichmann Removed more expensive XPath.
Mon, 20 Jun 2011 10:32:54 +0000 Ingo Weinzierl #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.
Fri, 17 Jun 2011 13:46:28 +0000 Ingo Weinzierl #140 Code cleanup in WQ table.
Fri, 17 Jun 2011 13:03:32 +0000 Ingo Weinzierl #118 Added 'wq_free' parameter to feed document even if single value mode is selected.
Fri, 17 Jun 2011 11:14:02 +0000 Ingo Weinzierl #118 Added a further radio button to select 'Q at Gauge' to the WQ panel.
Fri, 17 Jun 2011 10:16:45 +0000 Ingo Weinzierl Added 'index' and 'description' of a facet to the collection's attribute document. The ChartThemePanel is now working again.
Fri, 17 Jun 2011 09:57:23 +0000 Ingo Weinzierl The description of a facet is now displayed in the ChartThemePanel.
Thu, 16 Jun 2011 15:57:20 +0000 Sascha L. Teichmann Alloc TreeNode arrays with the right size because its known.
Wed, 15 Jun 2011 09:03:27 +0000 Ingo Weinzierl The DoubleArrayPanel is more tolerant towards entered whitespaces.
Wed, 15 Jun 2011 09:01:22 +0000 Ingo Weinzierl Avoid GWT throwing warnings if no 'old' items exist for the parameter list.
Wed, 15 Jun 2011 08:28:54 +0000 Ingo Weinzierl #117 Improved double value parsing in DoubleArrayPanel and DoubleRangePanel.
Tue, 14 Jun 2011 16:43:09 +0000 Ingo Weinzierl #88 Modified strings in the location/distance panel.
Tue, 14 Jun 2011 16:28:19 +0000 Sascha L. Teichmann DistanceInfoService: Got rid of namespace. Use DOM instead of XPath.
Tue, 14 Jun 2011 15:46:31 +0000 Sascha L. Teichmann Bring Oberkante and Unterkante into UI.
Tue, 14 Jun 2011 14:19:45 +0000 Sascha L. Teichmann Loop through 'Unterkante' 'Oberkante' from service.
Tue, 14 Jun 2011 14:01:08 +0000 Ingo Weinzierl Adjusted a german error message.
Tue, 14 Jun 2011 14:00:19 +0000 Ingo Weinzierl Introduced a client side input validation for the adapted WQ panel.
Tue, 14 Jun 2011 11:31:33 +0000 Ingo Weinzierl Introduced a client side validation for the WQ panel.
Tue, 14 Jun 2011 10:42:34 +0000 Ingo Weinzierl Introduced an input validation for the location panels.
Thu, 09 Jun 2011 14:06:10 +0000 Ingo Weinzierl Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Thu, 09 Jun 2011 10:57:42 +0000 Ingo Weinzierl Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.
Thu, 09 Jun 2011 06:05:44 +0000 Ingo Weinzierl #139 Fixed NPE while initialising user defined values in the adapted wq panel.
Wed, 08 Jun 2011 14:49:47 +0000 Ingo Weinzierl Added units to the selected W or Q values in the static UI part.
Wed, 08 Jun 2011 13:28:23 +0000 Ingo Weinzierl #43 Modified an english warning text.
Wed, 08 Jun 2011 13:21:46 +0000 Ingo Weinzierl #21 There might be just a single window for each project now. Users can't open a project twice.
Wed, 08 Jun 2011 12:43:38 +0000 Ingo Weinzierl Avoid NPE while parsing axes in ChartInfoService.
Wed, 08 Jun 2011 10:57:28 +0000 Sascha L. Teichmann Don't crash if there is no transformer.
Wed, 08 Jun 2011 07:31:01 +0000 Ingo Weinzierl Added a dirty hack to display project names shorter than 30 characters.
Tue, 07 Jun 2011 13:58:38 +0000 Ingo Weinzierl The MouseOut event will now finish a current pan operation.
Tue, 07 Jun 2011 13:26:24 +0000 Ingo Weinzierl Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.

http://dive4elements.wald.intevation.org