comparison flys-client/Changes @ 1262:8d8b3cadac8f

Tagged RELEASE 2.5 of flys-client. flys-client/trunk@2790 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 19 Sep 2011 16:13:42 +0000
parents ef88ecbbd4d3
children
comparison
equal deleted inserted replaced
1261:87b6a93db523 1262:8d8b3cadac8f
1 2011-09-19 RELEASE 2.5
2
3 NEW:
4
5 * Added new widgets:
6 - DistancePanel: allows users to enter a km range.
7 - ContinuePanel: offers a 'next' button only for states which do not require input data.
8 - BooleanPanel: allows users to answer for yes/no questions.
9 - TextProvider: allows users to enter text strings.
10 - AutoIntegerPanel: allows users to enter integer values or the value 'auto'.
11 - WaterlevelGroundPanel: allows users to enter three integer values for "from", "to", and "diff" used for floodmaps.
12 - DatacagePanel: displays a datacage widget, that allows users to select items from datacage.
13 - MapPanel: displays a Gwt-OpenLayers based map and a MapToolbar.
14 - DatacageWidget: reads XML documents from MetaDataService and displays the result as tree.
15 - DigitizePanel: allows users to digitize spatial geometries using a map based on Gwt-OpenLayers.
16 - DatacageTwinPanel: allows users to select items from two parallel datacage widgets.
17
18 * Added RPC services to:
19 - create new Artifacts based on a model Artifact (ArtifactService).
20 - read XML documents from MetaDataService (MetaDataService).
21 - read map information (as srid, extent) from MapInfoService (MapInfoService).
22 - feed an Artifact only (without forwarding into a new state) (FeedService).
23 - fetch the description of an Artifact only (DescribeArtifactService).
24 - create new Artifacts based on Recommendation objects and add them to
25 current Collection (LoadArtifactService).
26
27 * The DatacageWindow in charts now allows adding new themes to charts.
28
29 * Introduced a Recommendation mechanism in the CollectionView that loads Artifacts to the
30 current Collection based on the recommendations in the Artifact description of the master
31 Artifact.
32
33 * Extract background state/messages of master Artifacts. Lock CollectionView window if
34 master Artifacts have started background threads that have not finished yet and display
35 status messages in the lock screen.
36
37 * Added support to clone existing projects in the project list.
38
39 * Introduced copy&paste support in calculation result tables.
40
41 * Added new OutputTab MapOutputTab. This tab initializes map based on Gwt-OpenLayers.
42 The layers added to the map depend on the facets of the output.
43
44 * Added a CrossSectionChartThemePanel. This ThemePanel offers a spinner right besides the
45 theme name to modify the current km.
46
47 * Added a MapToolbar that offers controls for working with a map based on Gwt-OpenLayers.
48
49 * UI improvements:
50 - Stepping back/forward in parameterization no longer redraws the whole CollectionView.
51 - set the title of CollectionView windows when the name of a collection is modified in the project list.
52 - introduced "find-as-you-type" search in most input tables.
53
54 * Distinguish between 'chart' and 'map' output modes to create ChartOutputTabs or MapOutputTabs.
55
56 * Bumped GWT up to 2.3.0.
57
58
59 FIXES:
60
61 * flys/issue159 (WINFO: Radiobutton - Ortsauswahl bei "W für ungleichwertigen Abflusslängsschnitt" entfernen)
62
63 * flys/issue166 (Projektname in die Fensterleiste übernehmen)
64
65 * flys/issue181 (Erstes Thema in der Themenliste wählt sich automatisch wieder an)
66
67 * flys/issue185 (IE8 + Chromium: Kein Zoomen von Diagrammen möglich)
68
69 * flys/issue194 (Wasserspiegellagen: Hauptwerte Q/D Spaltenbezeichnung "Kenzeichnender Abfluss")
70
71 * flys/issue195 (Wasserspiegellagen: Q/D-Panel Spaltenbezeichnung "W/Q/D" -> "Q/D")
72
73 * flys/issue199 (Berechnete Abflusskurve / Dauerzahlen: Freies Textfeld akzeptiert mehr als einen Ort.)
74
75 * flys/issue203 (W-INFO: Wasserspiegellagenberechnung / Auswahlunterstützung Abfluss)
76
77 * flys/issue234 (W-INFO: Projektverwaltung)
78
79 * flys/issue239 (W-INFO: Wasserspiegellagenberechnung / Auswahlunterstützung Ort bzw. Strecke)
80
81 * flys/issue240 (W-INFO: Projektverwaltung / Einstellung dauerhaft)
82
83 * flys/issue259 (Daten aus Datenkorb in Diagramm einladen)
84
85 * flys/issue266 (Projektverwaltung: Duplizieren von Projekten)
86
87 * flys/issue282 (Karte: Abstand interpolierte Profile - Default wert)
88
89 * flys/issue285 (Projektverwaltung: Suche auf den Titeln)
90
91 * flys/issue286 (Karte: Tooltips für die Werkzeugleiste)
92
93 * flys/issue289 (Karte: Messen von Strecken und Flächen in falscher Dimension)
94
95 * flys/issue299 (Karte: Einige Farben vereinheitlichen)
96
97 * flys/issue293 (Karte: Farbliche Anpassung der digitalisierten Objekte)
98
99 * flys/issue305 (Suche: Löschen der Eingabe nach einem Wechseln des Tabs Strecke -> Ort)
100
101 * flys/issue309 (Querprofil: Manuelle Eingabe funktioniert nicht nach Return (nur nach Tab))
102
103 * flys/issue311 (Querprofil: i18n)
104
105 * flys/issue313 ("AssertionError" beim Wechsel von Deutsch zu Englisch in der Projektliste)
106
107
108
1 2011-06-27 RELEASE 2.4 109 2011-06-27 RELEASE 2.4
2 110
3 NEW: 111 NEW:
4 112
5 * Introduced: 113 * Introduced:

http://dive4elements.wald.intevation.org