# HG changeset patch # User Ingo Weinzierl # Date 1309179982 0 # Node ID ef88ecbbd4d38adf6a911eaf1549bbd8c83b6a3f # Parent ba1b27b7d282531880dde4c396b3730eb55eaf80 Prepared Changes for the upcoming release. flys-client/trunk@2250 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r ba1b27b7d282 -r ef88ecbbd4d3 flys-client/ChangeLog --- a/flys-client/ChangeLog Sun Jun 26 17:20:57 2011 +0000 +++ b/flys-client/ChangeLog Mon Jun 27 13:06:22 2011 +0000 @@ -1,3 +1,7 @@ +2011-06-27 Ingo Weinzierl + + * Changes: Prepared changes for the upcoming release. + 2011-06-26 Sascha L. Teichmann * src/main/java/de/intevation/flys/client/**/*.java: diff -r ba1b27b7d282 -r ef88ecbbd4d3 flys-client/Changes --- a/flys-client/Changes Sun Jun 26 17:20:57 2011 +0000 +++ b/flys-client/Changes Mon Jun 27 13:06:22 2011 +0000 @@ -1,3 +1,85 @@ +2011-06-27 RELEASE 2.4 + + NEW: + + * Introduced: + - a theme panel on the left of the chart. It allows to change + the state and order of the themes in the chart. + - a panel that displays the current mouse position in chart + coordinates. + - a Zoombox-Control that allows zooming in charts via zoombox. + - a control to zoom out for 10%. + - a control to zoom to the max extent of the chart. + - a control to pan charts. + - a panel that displays reports generated by calculations. + - a client side validation of user input. + + * Improved the project list. The user can now rename projects and set + favorite projects that will never be deleted. + + * Improved the chart output service to support zoom values. + + * Added new services to: + - set the Collection's attribute to a new value + - set the name of a project + - set the time-to-live of a project + - delete a project + - retrieve meta information of the current chart + This service returns a ChartInfo object that stores information about + the axes ranges, data ranges and a transformation matrix to transform + image coordinates into chart coordinates + - fetch calculation reports + + * flys/issue40 Input fields will show former selected values. + + FIXES: + + * flys/issue21 Projects cannot be opened twice but if a projects is + already open, it is brought to foreground. + + * flys/issue22 Introduced a polling for user projects. Dead projects are + automatically removed. + + * flys/issue43 I18N adjustments. + + * flys/issue85 Location/Distance panel now distinguishes between these + two modes. Two (or more) locations will no longer end up in a distance. + + * flys/issue88 I18N adjustments in the location/distance panel. + + * flys/issue91 The WQ panel's initial mode is Q. + + * flys/issue103 Append units in WQ panel. + + * flys/issue104 The selected WQ mode is displayed in the static panel + now. + + * flys/issue117 DoubleArrayPanel and DoubleRangePanel will no longer + return duplicate values. + + * flys/issue118 The WQ panel has three modes now: W at gauge, Q at + gauge and Q free. + + * flys/issue122 The values in the table displaying W values are no + longer selectable. + + * flys/issue132 The initial location/distance mode is now distance. + + * flys/issue139 Fixed NPE while initialising user values in the adapted + WQ panel. + + * flys/issue140 Splitted the table - displaying W, Q and D values - up + in two tables for W (no longer selectable) and for QD. + + * flys/issue156 The report panel is not displayed as tab besides the + chart tabs. + + * flys/issue165 Limit the length of new project names to 50 characters. + + * flys/issue170 Fixed broken initial chart info. + + + 2011-05-19 RELEASE 2.3.1 NEW: