log flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 803:653ae84533e7

age author description
Mon, 18 Jul 2011 09:52:16 +0000 Ingo Weinzierl Read/create recommended Artifacts and add them to the current Collection.
Fri, 08 Jul 2011 08:54:08 +0000 Ingo Weinzierl Improved the process of creating OutputTabs. Added support for map output.
Wed, 06 Jul 2011 12:31:32 +0000 Ingo Weinzierl Integrated a stacked panel on the right side of the ParameterList that enables users to see calculation results and the helper panel at the same time.
Fri, 24 Jun 2011 09:20:22 +0000 Ingo Weinzierl #21 Newly created projects cannot be opened twice.
Wed, 22 Jun 2011 14:02:11 +0000 Ingo Weinzierl Register newly created CollectionViews at FLYSWorkspace to avoid an inconsistent view.
Tue, 21 Jun 2011 17:29:18 +0000 Ingo Weinzierl #156 Do not display report modes as tabs in the project view.
Mon, 20 Jun 2011 16:35:43 +0000 Sascha L. Teichmann Added dummy report panel.
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, 01 Jun 2011 08:50:40 +0000 Ingo Weinzierl The collection object in the CollectionView is now accessible via getter method.
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.
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.
Thu, 19 May 2011 13:02:47 +0000 Ingo Weinzierl ISSUE-35 The project view has a maximize button now.
Wed, 11 May 2011 14:34:15 +0000 Sascha L. Teichmann UI stub for data cage
Wed, 11 May 2011 14:29:35 +0000 Ingo Weinzierl ISSUE-56 Display download buttons to export the computed data.
Wed, 11 May 2011 09:11:40 +0000 Ingo Weinzierl Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Tue, 10 May 2011 10:57:57 +0000 Raimund Renkert Remove the data table on step back.
Tue, 10 May 2011 10:03:00 +0000 Raimund Renkert Build a dynamic table for the CSV data.
Mon, 09 May 2011 14:29:53 +0000 Raimund Renkert Added table and service for calculation output to UI.
Tue, 03 May 2011 16:22:27 +0000 Ingo Weinzierl Added new i18n strings for new output modes.
Thu, 14 Apr 2011 07:53:01 +0000 Ingo Weinzierl Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Tue, 12 Apr 2011 13:48:11 +0000 Ingo Weinzierl The title of a the ParameterList tab depends on the Artifact's name if we create a new project window with an existing Artifact.
Tue, 12 Apr 2011 10:54:59 +0000 Ingo Weinzierl Improved the CollectionView and the ParameterList - both can be initialized with an existing artifact (parameterization).
Fri, 08 Apr 2011 08:51:28 +0000 Ingo Weinzierl Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Tue, 05 Apr 2011 08:13:48 +0000 Ingo Weinzierl Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Wed, 30 Mar 2011 08:33:24 +0000 Ingo Weinzierl Improved the way how to i18n strings in our application.
Wed, 30 Mar 2011 07:54:07 +0000 Ingo Weinzierl Removed useless imports.
Wed, 30 Mar 2011 07:40:53 +0000 Ingo Weinzierl Bugfix: A collection view just creates a single time a new collection - even if we step back to a previous state and go forward afterwards.
Tue, 29 Mar 2011 11:55:34 +0000 Raimund Renkert Changed some german strings.
Tue, 29 Mar 2011 11:42:15 +0000 Raimund Renkert Resized CollectionView and set the content size to have a tabled style.
Tue, 29 Mar 2011 10:11:57 +0000 Ingo Weinzierl The title of the parameter tab will change after the module has been selectd.
Mon, 28 Mar 2011 17:04:17 +0000 Ingo Weinzierl Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache.
Mon, 28 Mar 2011 16:10:40 +0000 Ingo Weinzierl Removed the title (date string) of CollectionViews.
Mon, 28 Mar 2011 10:40:50 +0000 Raimund Renkert Limited the area for CollectionView to the size of FLYSWorkspace.
Mon, 28 Mar 2011 07:55:39 +0000 Ingo Weinzierl Added a panel that will be used to display chart output.
Mon, 28 Mar 2011 07:09:34 +0000 Ingo Weinzierl Available output modes are displayed in the tab bar of the collection view.
Mon, 28 Mar 2011 06:48:44 +0000 Ingo Weinzierl Moved parameterization specific code from CollectionView to ParameterList.
Sat, 26 Mar 2011 18:07:41 +0000 Ingo Weinzierl Moved ParameterList specific code into the ParameterList.
Fri, 25 Mar 2011 11:51:54 +0000 Ingo Weinzierl Adjusted the return type of the CreateCollectionService and added code to react on Collection changes (like output modes).
Mon, 21 Mar 2011 08:28:02 +0000 Ingo Weinzierl Implemented a mechanism to step back to previous states.
Fri, 18 Mar 2011 07:45:34 +0000 Ingo Weinzierl Remove the dynamic parameter panel if a state is reached that doesn't need any user input.
Thu, 17 Mar 2011 16:44:51 +0000 Ingo Weinzierl Introduced a data structure DataList to manage to list of Data objects of a single state.
Thu, 17 Mar 2011 11:39:27 +0000 Ingo Weinzierl Some refactoring (imports, etc).
Tue, 15 Mar 2011 14:35:41 +0000 Ingo Weinzierl Implemented the step forward mechanism in the CollectionView and added the river map to the initial widget.
Mon, 14 Mar 2011 16:35:32 +0000 Ingo Weinzierl Read i18n strings from DESCRIBE document and display those values in the UI.
Thu, 10 Mar 2011 13:49:48 +0000 Ingo Weinzierl CollectionView implements HasParameterChangeHandler and ParameterChangeHandler interfaces.
Thu, 10 Mar 2011 10:53:41 +0000 Ingo Weinzierl Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Wed, 09 Mar 2011 09:41:45 +0000 Ingo Weinzierl Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Mon, 07 Mar 2011 13:47:55 +0000 Ingo Weinzierl Implemented a service that triggers the artifact-collection creation in the artifact server.
Tue, 22 Feb 2011 17:39:23 +0000 Ingo Weinzierl The CollectionView is able to create new instances of a WINFO artifact and to display the artifact's state.
Mon, 21 Feb 2011 07:03:13 +0000 Ingo Weinzierl The CollectionView implements the HasCollectionChangeHandlers interface now.
Thu, 17 Feb 2011 11:52:55 +0000 Ingo Weinzierl Integrated the httpclient for the communication between client and server. It is now possible to create a new WINFO artifact.
Thu, 17 Feb 2011 09:17:37 +0000 Ingo Weinzierl Enhanced the CollectionView: there are radio buttons for each module and a button to select one of those.
Fri, 11 Feb 2011 11:16:55 +0000 Ingo Weinzierl Radio buttons for each plugin are displayed if a new CollectionView is created.
Fri, 11 Feb 2011 09:51:32 +0000 Ingo Weinzierl Added a workspace that handles the collection windows. New button to open a new collection.

http://dive4elements.wald.intevation.org