log flys-client/src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java @ 3542:9647a6548320

age author description
Tue, 04 Sep 2012 11:08:15 +0000 Raimund Renkert Issue 664.
Fri, 31 Aug 2012 11:19:29 +0000 Raimund Renkert Use river data in all states not only winfo in location/distance ui provider.
Tue, 24 Jul 2012 08:11:41 +0000 Sascha L. Teichmann Removed some superfluous casts.
Thu, 02 Feb 2012 13:37:26 +0000 Felix Wolfsteller Removed obsolete import.
Wed, 01 Feb 2012 09:28:39 +0000 Ingo Weinzierl #469 Use correct I18N string to display inserted locations in LocationDistancePanel.
Mon, 30 Jan 2012 13:05:14 +0000 Raimund Renkert Show hit count in filtered input helper tables.
Fri, 27 Jan 2012 08:49:16 +0000 Felix Wolfsteller Cosmetics, removed obsolete imports.
Tue, 24 Jan 2012 11:48:46 +0000 Raimund Renkert Added filter criterion and clear filter on tab selection changed and input mode
Tue, 24 Jan 2012 08:46:33 +0000 Raimund Renkert Filter the helper input tables using the range filter.
Mon, 23 Jan 2012 11:07:38 +0000 Raimund Renkert Added UI parts and event for filtering distances and locations.
Tue, 03 Jan 2012 14:05:35 +0000 Ingo Weinzierl Modified width of DoubleRangePanel in LocationDistancePanel.
Thu, 17 Nov 2011 16:24:09 +0000 Ingo Weinzierl Removed needless imports.
Thu, 17 Nov 2011 14:10:51 +0000 Raimund Renkert Issue312.
Thu, 10 Nov 2011 16:40:24 +0000 Raimund Renkert Issue 339.
Thu, 10 Nov 2011 16:21:51 +0000 Raimund Renkert Issue 338.
Thu, 10 Nov 2011 13:38:36 +0000 Raimund Renkert Issue 342.
Thu, 13 Oct 2011 12:25:07 +0000 Felix Wolfsteller Cosmetics, docs.
Wed, 28 Sep 2011 10:48:07 +0000 Ingo Weinzierl Bugfix: #211 Reset values of km range mode if single km mode is selected and the other way arround.
Thu, 15 Sep 2011 14:48:31 +0000 Raimund Renkert Added formatter for numeric columns that converts the decimal separator.
Wed, 14 Sep 2011 16:13:17 +0000 Raimund Renkert Changed columns to the correct type for most tables.
Wed, 14 Sep 2011 10:11:50 +0000 Raimund Renkert Clear the table filter on tab selection change and input method change.
Tue, 13 Sep 2011 12:47:54 +0000 Raimund Renkert Changed field size from fixed to percental value in helper tables.
Mon, 12 Sep 2011 12:23:34 +0000 Raimund Renkert Changed i18n string for empty table and set header fields to fixed order.
Mon, 12 Sep 2011 04:54:35 +0000 Ingo Weinzierl Removed needless imports.
Thu, 08 Sep 2011 12:49:24 +0000 Raimund Renkert Fixed the filter function and the helper panel.
Wed, 07 Sep 2011 17:22:21 +0000 Raimund Renkert Added filter for the "description" row of helper input tables.
Wed, 24 Aug 2011 12:16:41 +0000 Felix Wolfsteller Minor cosmetics.
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.
Sun, 26 Jun 2011 17:20:57 +0000 Sascha L. Teichmann Removed trailing whitespace.
Tue, 21 Jun 2011 16:41:09 +0000 Ingo Weinzierl #132 Set the initial mode of the location/distance panel to 'distance'.
Mon, 20 Jun 2011 16:35:43 +0000 Sascha L. Teichmann Added dummy report panel.
Tue, 14 Jun 2011 16:43:09 +0000 Ingo Weinzierl #88 Modified strings in the location/distance panel.
Tue, 14 Jun 2011 15:46:31 +0000 Sascha L. Teichmann Bring Oberkante and Unterkante into UI.
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.
Wed, 25 May 2011 07:05:22 +0000 Ingo Weinzierl Bugfix in the range/location panel - avoid NullPointerExceptions in getData().
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.
Thu, 12 May 2011 15:42:37 +0000 Raimund Renkert ISSUE 46: Removed the table header context menu.
Wed, 11 May 2011 11:07:18 +0000 Raimund Renkert ISSUE 44: Moved the location/range and WQ input tables to the helper panel and
Tue, 10 May 2011 15:36:07 +0000 Raimund Renkert Changed the empty table message for helper and data tables.
Tue, 10 May 2011 11:37:49 +0000 Raimund Renkert Fixed the location input. A range selection sets the correct location values
Mon, 09 May 2011 10:23:20 +0000 Sascha L. Teichmann Removed superfluous imports.
Wed, 04 May 2011 14:40:50 +0000 Raimund Renkert Do not update the locations table if no data is cached.
Mon, 02 May 2011 16:41:35 +0000 Raimund Renkert Cash the table data and rebuild the location table on distance selection.
Mon, 02 May 2011 14:47:12 +0000 Raimund Renkert Added location and distance tables.
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 07:54:07 +0000 Ingo Weinzierl Removed useless imports.
Tue, 29 Mar 2011 11:42:15 +0000 Raimund Renkert Resized CollectionView and set the content size to have a tabled style.
Mon, 28 Mar 2011 16:00:23 +0000 Ingo Weinzierl Improved the positioning of helper widgets and some layout specific stuff.
Fri, 18 Mar 2011 13:45:34 +0000 Ingo Weinzierl Save the data explicitly in the LocationDistancePanel and WQInputPanel before returning the user input to avoid a nullpointer exception.
Fri, 18 Mar 2011 12:01:55 +0000 Ingo Weinzierl The 'old' items in the parameter panel have a button to step back to a previous state (NOTE: just the UI stuff is implemented now).
Fri, 18 Mar 2011 11:32:05 +0000 Ingo Weinzierl Adjusted the look of the 'next' button in the parameter panel.
Fri, 18 Mar 2011 08:45:25 +0000 Ingo Weinzierl Read min/max values for the distance mode in the LocationDistancePanel.
Thu, 17 Mar 2011 18:34:20 +0000 Ingo Weinzierl The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
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).
Thu, 17 Mar 2011 10:28:03 +0000 Ingo Weinzierl Implemented the getData() method of the LocationDistancePanel.
Thu, 17 Mar 2011 09:54:05 +0000 Ingo Weinzierl Some GUI improvements in the Location/Distance, W/Q and Module panels.
Wed, 16 Mar 2011 16:24:43 +0000 Ingo Weinzierl Refactored the LocationDistancePanel, so that is uses the DoubleArrayPanel and DoubleRangePanel from the last commit as well.
Wed, 16 Mar 2011 09:57:41 +0000 Ingo Weinzierl Added a new widget that enables the user to enter a location or a distance in a single step.

http://dive4elements.wald.intevation.org