Mercurial > dive4elements > river
annotate flys-client/ChangeLog @ 1302:17e7d5e437fb
Bumped OpenLayers to version 2.11 and GWT-OpenLayers to version 0.6
flys-client/trunk@2930 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 10 Oct 2011 15:29:39 +0000 |
parents | 2fa7ed1ac7cf |
children | 84c50f1d939b |
rev | line source |
---|---|
1302
17e7d5e437fb
Bumped OpenLayers to version 2.11 and GWT-OpenLayers to version 0.6
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1301
diff
changeset
|
1 2011-10-10 Ingo Weinzierl <ingo@intevation.de> |
17e7d5e437fb
Bumped OpenLayers to version 2.11 and GWT-OpenLayers to version 0.6
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1301
diff
changeset
|
2 |
17e7d5e437fb
Bumped OpenLayers to version 2.11 and GWT-OpenLayers to version 0.6
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1301
diff
changeset
|
3 * src/main/webapp/FLYS.html: Import OpenLayers 2.11. |
17e7d5e437fb
Bumped OpenLayers to version 2.11 and GWT-OpenLayers to version 0.6
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1301
diff
changeset
|
4 |
17e7d5e437fb
Bumped OpenLayers to version 2.11 and GWT-OpenLayers to version 0.6
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1301
diff
changeset
|
5 * pom.xml: Upgrade of GWT-OpenLayers from 0.5 to 0.6 |
17e7d5e437fb
Bumped OpenLayers to version 2.11 and GWT-OpenLayers to version 0.6
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1301
diff
changeset
|
6 |
1301
2fa7ed1ac7cf
Removed obsolete imports.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1300
diff
changeset
|
7 2011-10-10 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2fa7ed1ac7cf
Removed obsolete imports.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1300
diff
changeset
|
8 |
2fa7ed1ac7cf
Removed obsolete imports.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1300
diff
changeset
|
9 * src/main/java/de/intevation/flys/client/client/ui/DatacagePairWidget.java: |
2fa7ed1ac7cf
Removed obsolete imports.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1300
diff
changeset
|
10 Removed obsolete imports. |
2fa7ed1ac7cf
Removed obsolete imports.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1300
diff
changeset
|
11 |
1300
6890e1041eac
Bugfix: #289 Display measured areas in 'ha'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1299
diff
changeset
|
12 2011-10-10 Ingo Weinzierl <ingo@intevation.de> |
6890e1041eac
Bugfix: #289 Display measured areas in 'ha'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1299
diff
changeset
|
13 |
6890e1041eac
Bugfix: #289 Display measured areas in 'ha'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1299
diff
changeset
|
14 flys/issue289 (ÜSK: Messen von Strecken und Flächen in falscher Dimension) |
6890e1041eac
Bugfix: #289 Display measured areas in 'ha'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1299
diff
changeset
|
15 |
6890e1041eac
Bugfix: #289 Display measured areas in 'ha'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1299
diff
changeset
|
16 * src/main/java/de/intevation/flys/client/client/ui/map/MeasureControl.java: |
6890e1041eac
Bugfix: #289 Display measured areas in 'ha'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1299
diff
changeset
|
17 Measured areas are now displayed in 'ha'. |
6890e1041eac
Bugfix: #289 Display measured areas in 'ha'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1299
diff
changeset
|
18 |
1299
f4f30d758550
Cosmetics (docs).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1298
diff
changeset
|
19 2011-10-10 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
f4f30d758550
Cosmetics (docs).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1298
diff
changeset
|
20 |
f4f30d758550
Cosmetics (docs).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1298
diff
changeset
|
21 * src/main/java/de/intevation/flys/client/client/ui/RecommendationPairRecord.java: |
f4f30d758550
Cosmetics (docs).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1298
diff
changeset
|
22 Polish with doc, removed junk. |
f4f30d758550
Cosmetics (docs).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1298
diff
changeset
|
23 |
1298
b0ed67cb5197
Minor refactoring, improved displayed Strings in W-Diff branch.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1297
diff
changeset
|
24 2011-10-10 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
b0ed67cb5197
Minor refactoring, improved displayed Strings in W-Diff branch.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1297
diff
changeset
|
25 |
b0ed67cb5197
Minor refactoring, improved displayed Strings in W-Diff branch.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1297
diff
changeset
|
26 * src/main/java/de/intevation/flys/client/client/ui/RecommendationPairRecord.java: |
b0ed67cb5197
Minor refactoring, improved displayed Strings in W-Diff branch.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1297
diff
changeset
|
27 New file. Extracted from DatacagePairWidget. |
b0ed67cb5197
Minor refactoring, improved displayed Strings in W-Diff branch.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1297
diff
changeset
|
28 |
b0ed67cb5197
Minor refactoring, improved displayed Strings in W-Diff branch.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1297
diff
changeset
|
29 * src/main/java/de/intevation/flys/client/client/ui/DatacagePairWidget.java: |
b0ed67cb5197
Minor refactoring, improved displayed Strings in W-Diff branch.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1297
diff
changeset
|
30 Extracted RecommendationPairRecord implementation and constats. |
b0ed67cb5197
Minor refactoring, improved displayed Strings in W-Diff branch.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1297
diff
changeset
|
31 |
1299
f4f30d758550
Cosmetics (docs).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1298
diff
changeset
|
32 * src/main/java/de/intevation/flys/client/client/ui/DatacageTwinPanel.java: |
f4f30d758550
Cosmetics (docs).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1298
diff
changeset
|
33 Improved displayed strings for selections of pairs. First steps |
f4f30d758550
Cosmetics (docs).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1298
diff
changeset
|
34 towards the ability to jump back ("reparameterize") the artifact. |
f4f30d758550
Cosmetics (docs).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1298
diff
changeset
|
35 Adjusted to RecommendationPairRecord-extraction. |
f4f30d758550
Cosmetics (docs).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1298
diff
changeset
|
36 |
1297
887eb0cd7dfc
Bugfix: #375 Limit the number of fractions in the result of the measure controls (in the map).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1296
diff
changeset
|
37 2011-10-10 Ingo Weinzierl <ingo@intevation.de> |
887eb0cd7dfc
Bugfix: #375 Limit the number of fractions in the result of the measure controls (in the map).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1296
diff
changeset
|
38 |
887eb0cd7dfc
Bugfix: #375 Limit the number of fractions in the result of the measure controls (in the map).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1296
diff
changeset
|
39 flys/issue375 (ÜSK, Streckemessung) |
887eb0cd7dfc
Bugfix: #375 Limit the number of fractions in the result of the measure controls (in the map).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1296
diff
changeset
|
40 |
887eb0cd7dfc
Bugfix: #375 Limit the number of fractions in the result of the measure controls (in the map).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1296
diff
changeset
|
41 * src/main/java/de/intevation/flys/client/client/ui/map/MeasureControl.java: |
887eb0cd7dfc
Bugfix: #375 Limit the number of fractions in the result of the measure controls (in the map).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1296
diff
changeset
|
42 Added a formatter for lines and areas which is used to limit the number |
887eb0cd7dfc
Bugfix: #375 Limit the number of fractions in the result of the measure controls (in the map).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1296
diff
changeset
|
43 of fractions. |
887eb0cd7dfc
Bugfix: #375 Limit the number of fractions in the result of the measure controls (in the map).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1296
diff
changeset
|
44 |
1296
c087137a8584
Cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1295
diff
changeset
|
45 2011-10-10 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
c087137a8584
Cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1295
diff
changeset
|
46 |
c087137a8584
Cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1295
diff
changeset
|
47 * src/main/java/de/intevation/flys/client/shared/model/DataList.java, |
c087137a8584
Cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1295
diff
changeset
|
48 src/main/java/de/intevation/flys/client/client/ui/TextProvider.java: |
c087137a8584
Cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1295
diff
changeset
|
49 Cosmetics (docs and whitespace). |
c087137a8584
Cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1295
diff
changeset
|
50 |
1295
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
51 2011-10-10 Ingo Weinzierl <ingo@intevation.de> |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
52 |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
53 * src/main/java/de/intevation/flys/client/server/CollectionItemAttributeServiceImpl.java, |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
54 src/main/java/de/intevation/flys/client/shared/model/Style.java, |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
55 src/main/java/de/intevation/flys/client/client/services/CollectionItemAttributeService.java, |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
56 src/main/java/de/intevation/flys/client/client/services/CollectionItemAttributeServiceAsync.java, |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
57 src/main/java/de/intevation/flys/client/client/ui/DatacageTwinPanel.java, |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
58 src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java, |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
59 src/main/java/de/intevation/flys/client/client/ui/DatacagePairWidget.java: |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
60 Removed superfluous imports. |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
61 |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
62 2011-10-10 Ingo Weinzierl <ingo@intevation.de> |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
63 |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
64 flys/issue326 (Projektliste: Projekte ohne Parametrisierung werden angezeigt, können aber nicht geöffnet werden.) |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
65 |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
66 * src/main/java/de/intevation/flys/client/client/FLYS.java: Take care on |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
67 empty projects while opening existing projects. Fetch the master |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
68 Artifact only if the Collection has an Artifact set. |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
69 |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
70 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
71 Enabled CollectionView creation without Artifact but existing |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
72 Collection. |
d9cb362b8b34
Removed superfluous imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1293
diff
changeset
|
73 |
1293
e88cd17b3420
Bugfix: #233 Redraw computation table if no data was retrieved to display an error message immediatly.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1292
diff
changeset
|
74 2011-10-07 Ingo Weinzierl <ingo@intevation.de> |
e88cd17b3420
Bugfix: #233 Redraw computation table if no data was retrieved to display an error message immediatly.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1292
diff
changeset
|
75 |
e88cd17b3420
Bugfix: #233 Redraw computation table if no data was retrieved to display an error message immediatly.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1292
diff
changeset
|
76 flys/issue233 (W-Info: Dauerlinienberechnung / "Lädt Daten") |
e88cd17b3420
Bugfix: #233 Redraw computation table if no data was retrieved to display an error message immediatly.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1292
diff
changeset
|
77 |
e88cd17b3420
Bugfix: #233 Redraw computation table if no data was retrieved to display an error message immediatly.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1292
diff
changeset
|
78 * src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java: |
e88cd17b3420
Bugfix: #233 Redraw computation table if no data was retrieved to display an error message immediatly.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1292
diff
changeset
|
79 Force a redraw of the computation data grid if no data could be |
e88cd17b3420
Bugfix: #233 Redraw computation table if no data was retrieved to display an error message immediatly.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1292
diff
changeset
|
80 retrieved from server - this displays an error message. |
e88cd17b3420
Bugfix: #233 Redraw computation table if no data was retrieved to display an error message immediatly.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1292
diff
changeset
|
81 |
1292
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
82 2011-10-05 Raimund Renkert <raimund.renkert@intevation.de> |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
83 |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
84 Edited item attributes are saved and send to the server on accept. |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
85 |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
86 * src/main/java/de/intevation/flys/client/server/CollectionItemAttributeServiceImpl.java, |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
87 src/main/java/de/intevation/flys/client/client/services/CollectionItemAttributeService.java, |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
88 src/main/java/de/intevation/flys/client/client/services/CollectionItemAttributeServiceAsync.java: |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
89 Added service method to save new item attributes. |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
90 |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
91 * src/main/java/de/intevation/flys/client/shared/model/Style.java: |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
92 Added facet to style attributes. |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
93 |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
94 * src/main/java/de/intevation/flys/client/shared/model/CollectionItemAttribute.java: |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
95 Added artifact uuid to collection item attributes. |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
96 |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
97 * src/main/java/de/intevation/flys/client/client/ui/chart/StyleEditorWindow.java: |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
98 Added item changed handler to save new values and update the |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
99 serverside values. |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
100 |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
101 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
102 Set the selected facet record to the editor window. |
bdc270ea6195
Edited item attributes are saved and send to the server on accept.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1291
diff
changeset
|
103 |
1291
1d04f35b2cc0
New methods for color transformation (html to rgb; rgb to html).
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1290
diff
changeset
|
104 2011-10-05 Raimund Renkert <raimund.renkert@intevation.de> |
1d04f35b2cc0
New methods for color transformation (html to rgb; rgb to html).
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1290
diff
changeset
|
105 |
1d04f35b2cc0
New methods for color transformation (html to rgb; rgb to html).
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1290
diff
changeset
|
106 * src/main/java/de/intevation/flys/client/client/ui/chart/StyleEditorWindow.java: |
1d04f35b2cc0
New methods for color transformation (html to rgb; rgb to html).
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1290
diff
changeset
|
107 New methods for color transformation (html to rgb; rgb to html). |
1d04f35b2cc0
New methods for color transformation (html to rgb; rgb to html).
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1290
diff
changeset
|
108 |
1290
f4deeafa60b3
Build up the editor window from CollectionItemAttribute response.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1289
diff
changeset
|
109 2011-10-04 Raimund Renkert <raimund.renkert@intevation.de> |
f4deeafa60b3
Build up the editor window from CollectionItemAttribute response.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1289
diff
changeset
|
110 |
f4deeafa60b3
Build up the editor window from CollectionItemAttribute response.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1289
diff
changeset
|
111 * src/main/java/de/intevation/flys/client/client/ui/chart/StyleEditorWindow.java: |
f4deeafa60b3
Build up the editor window from CollectionItemAttribute response.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1289
diff
changeset
|
112 Build up the editor window from CollectionItemAttribute response. |
f4deeafa60b3
Build up the editor window from CollectionItemAttribute response.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1289
diff
changeset
|
113 |
f4deeafa60b3
Build up the editor window from CollectionItemAttribute response.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1289
diff
changeset
|
114 * src/main/java/de/intevation/flys/client/shared/model/Style.java: |
f4deeafa60b3
Build up the editor window from CollectionItemAttribute response.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1289
diff
changeset
|
115 Added getter for number of settings and settings based on the index. |
f4deeafa60b3
Build up the editor window from CollectionItemAttribute response.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1289
diff
changeset
|
116 |
1289
d59dcaf52796
Improved error handling if no calculation result data was found.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1288
diff
changeset
|
117 2011-10-04 Ingo Weinzierl <ingo@intevation.de> |
d59dcaf52796
Improved error handling if no calculation result data was found.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1288
diff
changeset
|
118 |
d59dcaf52796
Improved error handling if no calculation result data was found.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1288
diff
changeset
|
119 * src/main/java/de/intevation/flys/client/client/FLYSConstants.java, |
d59dcaf52796
Improved error handling if no calculation result data was found.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1288
diff
changeset
|
120 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
d59dcaf52796
Improved error handling if no calculation result data was found.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1288
diff
changeset
|
121 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
d59dcaf52796
Improved error handling if no calculation result data was found.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1288
diff
changeset
|
122 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
d59dcaf52796
Improved error handling if no calculation result data was found.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1288
diff
changeset
|
123 Added an error message that might be used if no calculation result was |
d59dcaf52796
Improved error handling if no calculation result data was found.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1288
diff
changeset
|
124 found for calculation result panel. |
d59dcaf52796
Improved error handling if no calculation result data was found.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1288
diff
changeset
|
125 |
d59dcaf52796
Improved error handling if no calculation result data was found.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1288
diff
changeset
|
126 * src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java: |
d59dcaf52796
Improved error handling if no calculation result data was found.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1288
diff
changeset
|
127 Improved error handling if no calculation result was found - display |
d59dcaf52796
Improved error handling if no calculation result data was found.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1288
diff
changeset
|
128 error message in this case. |
d59dcaf52796
Improved error handling if no calculation result data was found.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1288
diff
changeset
|
129 |
1288
17bff7b27052
Bugfix: #357 Removed header title of selection column.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1287
diff
changeset
|
130 2011-09-30 Ingo Weinzierl <ingo@intevation.de> |
17bff7b27052
Bugfix: #357 Removed header title of selection column.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1287
diff
changeset
|
131 |
17bff7b27052
Bugfix: #357 Removed header title of selection column.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1287
diff
changeset
|
132 flys/issue357 (W-Info / Wasserspiegellage, Diagramm) |
17bff7b27052
Bugfix: #357 Removed header title of selection column.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1287
diff
changeset
|
133 |
17bff7b27052
Bugfix: #357 Removed header title of selection column.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1287
diff
changeset
|
134 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: |
17bff7b27052
Bugfix: #357 Removed header title of selection column.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1287
diff
changeset
|
135 Removed header title of selection column. |
17bff7b27052
Bugfix: #357 Removed header title of selection column.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1287
diff
changeset
|
136 |
1287
95ecb98c6015
Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1286
diff
changeset
|
137 2011-09-30 Raimund Renkert <raimund.renkert@intevation.de> |
95ecb98c6015
Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1286
diff
changeset
|
138 |
95ecb98c6015
Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1286
diff
changeset
|
139 Added skeleton for editor window. |
95ecb98c6015
Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1286
diff
changeset
|
140 |
95ecb98c6015
Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1286
diff
changeset
|
141 * src/main/java/de/intevation/flys/client/client/ui/chart/StyleEditorWindow.java: |
95ecb98c6015
Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1286
diff
changeset
|
142 New. Skeleton for editor window. |
95ecb98c6015
Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1286
diff
changeset
|
143 |
95ecb98c6015
Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1286
diff
changeset
|
144 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java, |
95ecb98c6015
Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1286
diff
changeset
|
145 src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
95ecb98c6015
Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1286
diff
changeset
|
146 Set the collection view as attribute to have a parent for the |
95ecb98c6015
Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1286
diff
changeset
|
147 style editor window. |
95ecb98c6015
Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1286
diff
changeset
|
148 |
95ecb98c6015
Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1286
diff
changeset
|
149 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
95ecb98c6015
Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1286
diff
changeset
|
150 src/main/java/de/intevation/flys/client/client/FLYSConstants.java, |
95ecb98c6015
Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1286
diff
changeset
|
151 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
95ecb98c6015
Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1286
diff
changeset
|
152 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
95ecb98c6015
Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1286
diff
changeset
|
153 Added strings for the style editor window. |
95ecb98c6015
Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1286
diff
changeset
|
154 |
1286
b643622d77fe
Added context menu to themes list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1285
diff
changeset
|
155 2011-09-30 Raimund Renkert <raimund.renkert@intevation.de> |
b643622d77fe
Added context menu to themes list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1285
diff
changeset
|
156 |
b643622d77fe
Added context menu to themes list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1285
diff
changeset
|
157 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: |
b643622d77fe
Added context menu to themes list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1285
diff
changeset
|
158 Added context menu to themes list. |
b643622d77fe
Added context menu to themes list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1285
diff
changeset
|
159 |
b643622d77fe
Added context menu to themes list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1285
diff
changeset
|
160 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
b643622d77fe
Added context menu to themes list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1285
diff
changeset
|
161 src/main/java/de/intevation/flys/client/client/FLYSConstants.java, |
b643622d77fe
Added context menu to themes list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1285
diff
changeset
|
162 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
b643622d77fe
Added context menu to themes list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1285
diff
changeset
|
163 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
b643622d77fe
Added context menu to themes list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1285
diff
changeset
|
164 Added string for context menu entry. |
b643622d77fe
Added context menu to themes list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1285
diff
changeset
|
165 |
1285
0f3b19df1880
Added new service and model for collection item attributes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1284
diff
changeset
|
166 2011-09-30 Raimund Renkert <raimund.renkert@intevation.de> |
0f3b19df1880
Added new service and model for collection item attributes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1284
diff
changeset
|
167 |
0f3b19df1880
Added new service and model for collection item attributes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1284
diff
changeset
|
168 * src/main/java/de/intevation/flys/client/server/CollectionItemAttributeServiceImpl.java, |
0f3b19df1880
Added new service and model for collection item attributes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1284
diff
changeset
|
169 src/main/java/de/intevation/flys/client/shared/model/Style.java, |
0f3b19df1880
Added new service and model for collection item attributes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1284
diff
changeset
|
170 src/main/java/de/intevation/flys/client/shared/model/StyleSetting.java, |
0f3b19df1880
Added new service and model for collection item attributes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1284
diff
changeset
|
171 src/main/java/de/intevation/flys/client/shared/model/CollectionItemAttribute.java, |
0f3b19df1880
Added new service and model for collection item attributes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1284
diff
changeset
|
172 src/main/java/de/intevation/flys/client/client/services/CollectionItemAttributeService.java, |
0f3b19df1880
Added new service and model for collection item attributes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1284
diff
changeset
|
173 src/main/java/de/intevation/flys/client/client/services/CollectionItemAttributeServiceAsync.java: |
0f3b19df1880
Added new service and model for collection item attributes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1284
diff
changeset
|
174 New. Added new service and model for collection item attributes. |
0f3b19df1880
Added new service and model for collection item attributes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1284
diff
changeset
|
175 |
0f3b19df1880
Added new service and model for collection item attributes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1284
diff
changeset
|
176 * src/main/webapp/WEB-INF/web.xml: |
0f3b19df1880
Added new service and model for collection item attributes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1284
diff
changeset
|
177 Added the collection item attribute service. |
0f3b19df1880
Added new service and model for collection item attributes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1284
diff
changeset
|
178 |
1284
cdb1505a32f1
Fix messed up indentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1283
diff
changeset
|
179 2011-09-30 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
cdb1505a32f1
Fix messed up indentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1283
diff
changeset
|
180 |
cdb1505a32f1
Fix messed up indentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1283
diff
changeset
|
181 Fix accidentally messed-up indentation. |
cdb1505a32f1
Fix messed up indentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1283
diff
changeset
|
182 |
cdb1505a32f1
Fix messed up indentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1283
diff
changeset
|
183 * src/main/java/de/intevation/flys/client/client/ui/DatacagePairWidget.java: |
cdb1505a32f1
Fix messed up indentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1283
diff
changeset
|
184 Fix indentation. |
cdb1505a32f1
Fix messed up indentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1283
diff
changeset
|
185 |
1283
e8bb11976c70
Neaten certain GUI aspects with W-Diff waterlevel-pair selection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1282
diff
changeset
|
186 2011-09-30 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
e8bb11976c70
Neaten certain GUI aspects with W-Diff waterlevel-pair selection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1282
diff
changeset
|
187 |
e8bb11976c70
Neaten certain GUI aspects with W-Diff waterlevel-pair selection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1282
diff
changeset
|
188 Neaten displayed gridcontent when selecting waterlevels for wdiff, |
e8bb11976c70
Neaten certain GUI aspects with W-Diff waterlevel-pair selection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1282
diff
changeset
|
189 do not allow multi-selection. |
e8bb11976c70
Neaten certain GUI aspects with W-Diff waterlevel-pair selection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1282
diff
changeset
|
190 |
e8bb11976c70
Neaten certain GUI aspects with W-Diff waterlevel-pair selection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1282
diff
changeset
|
191 * src/main/java/de/intevation/flys/client/client/ui/DatacagePairWidget.java: |
e8bb11976c70
Neaten certain GUI aspects with W-Diff waterlevel-pair selection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1282
diff
changeset
|
192 Display facets name in table when selecting pairs. |
e8bb11976c70
Neaten certain GUI aspects with W-Diff waterlevel-pair selection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1282
diff
changeset
|
193 |
e8bb11976c70
Neaten certain GUI aspects with W-Diff waterlevel-pair selection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1282
diff
changeset
|
194 * src/main/java/de/intevation/flys/client/client/ui/DatacageWidget.java: |
e8bb11976c70
Neaten certain GUI aspects with W-Diff waterlevel-pair selection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1282
diff
changeset
|
195 (getSelectionTitle): New function to access visible titles of |
e8bb11976c70
Neaten certain GUI aspects with W-Diff waterlevel-pair selection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1282
diff
changeset
|
196 selection. |
e8bb11976c70
Neaten certain GUI aspects with W-Diff waterlevel-pair selection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1282
diff
changeset
|
197 |
1282
3904519ec161
Bugfix: #179 Repaired broken zoom-out-by-factor function for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1281
diff
changeset
|
198 2011-09-29 Ingo Weinzierl <ingo@intevation.de> |
3904519ec161
Bugfix: #179 Repaired broken zoom-out-by-factor function for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1281
diff
changeset
|
199 |
3904519ec161
Bugfix: #179 Repaired broken zoom-out-by-factor function for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1281
diff
changeset
|
200 flys/issue179 (Zoom Out funktioniert nichtzuverlässig) |
3904519ec161
Bugfix: #179 Repaired broken zoom-out-by-factor function for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1281
diff
changeset
|
201 |
3904519ec161
Bugfix: #179 Repaired broken zoom-out-by-factor function for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1281
diff
changeset
|
202 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
3904519ec161
Bugfix: #179 Repaired broken zoom-out-by-factor function for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1281
diff
changeset
|
203 Repaired broken zoom-out function. |
3904519ec161
Bugfix: #179 Repaired broken zoom-out-by-factor function for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1281
diff
changeset
|
204 |
1280
66192d170c79
Bugfix: #179 and #198 Zoom-out will no longer work with a factor but with stacked chart extents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1279
diff
changeset
|
205 2011-09-29 Ingo Weinzierl <ingo@intevation.de> |
66192d170c79
Bugfix: #179 and #198 Zoom-out will no longer work with a factor but with stacked chart extents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1279
diff
changeset
|
206 |
1281
4782c0ce9cec
Re-added the function to zoom-out charts by a given factor (10%).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1280
diff
changeset
|
207 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: |
4782c0ce9cec
Re-added the function to zoom-out charts by a given factor (10%).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1280
diff
changeset
|
208 Re-added the button to zoom-out by a given factor. Added a new one to |
4782c0ce9cec
Re-added the function to zoom-out charts by a given factor (10%).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1280
diff
changeset
|
209 step back to the last extent. |
4782c0ce9cec
Re-added the function to zoom-out charts by a given factor (10%).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1280
diff
changeset
|
210 |
4782c0ce9cec
Re-added the function to zoom-out charts by a given factor (10%).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1280
diff
changeset
|
211 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
4782c0ce9cec
Re-added the function to zoom-out charts by a given factor (10%).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1280
diff
changeset
|
212 Re-added the function to zoom-out by a given factor. |
4782c0ce9cec
Re-added the function to zoom-out charts by a given factor (10%).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1280
diff
changeset
|
213 |
4782c0ce9cec
Re-added the function to zoom-out charts by a given factor (10%).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1280
diff
changeset
|
214 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
4782c0ce9cec
Re-added the function to zoom-out charts by a given factor (10%).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1280
diff
changeset
|
215 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
4782c0ce9cec
Re-added the function to zoom-out charts by a given factor (10%).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1280
diff
changeset
|
216 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
4782c0ce9cec
Re-added the function to zoom-out charts by a given factor (10%).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1280
diff
changeset
|
217 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added |
4782c0ce9cec
Re-added the function to zoom-out charts by a given factor (10%).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1280
diff
changeset
|
218 the path to the zoom-back icon. |
4782c0ce9cec
Re-added the function to zoom-out charts by a given factor (10%).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1280
diff
changeset
|
219 |
4782c0ce9cec
Re-added the function to zoom-out charts by a given factor (10%).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1280
diff
changeset
|
220 * src/main/webapp/images/zoom-back.png: New. Icon for the zoom-back |
4782c0ce9cec
Re-added the function to zoom-out charts by a given factor (10%).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1280
diff
changeset
|
221 button. |
4782c0ce9cec
Re-added the function to zoom-out charts by a given factor (10%).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1280
diff
changeset
|
222 |
4782c0ce9cec
Re-added the function to zoom-out charts by a given factor (10%).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1280
diff
changeset
|
223 2011-09-29 Ingo Weinzierl <ingo@intevation.de> |
4782c0ce9cec
Re-added the function to zoom-out charts by a given factor (10%).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1280
diff
changeset
|
224 |
1280
66192d170c79
Bugfix: #179 and #198 Zoom-out will no longer work with a factor but with stacked chart extents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1279
diff
changeset
|
225 flys/issue198 (Diagramm: Zu vorheriger Zoomstufe per Klick zurückkehren) |
66192d170c79
Bugfix: #179 and #198 Zoom-out will no longer work with a factor but with stacked chart extents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1279
diff
changeset
|
226 |
66192d170c79
Bugfix: #179 and #198 Zoom-out will no longer work with a factor but with stacked chart extents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1279
diff
changeset
|
227 * src/main/java/de/intevation/flys/client/shared/model/ZoomObj.java: New. |
66192d170c79
Bugfix: #179 and #198 Zoom-out will no longer work with a factor but with stacked chart extents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1279
diff
changeset
|
228 This object is used to save the zoom extent of charts. |
66192d170c79
Bugfix: #179 and #198 Zoom-out will no longer work with a factor but with stacked chart extents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1279
diff
changeset
|
229 |
66192d170c79
Bugfix: #179 and #198 Zoom-out will no longer work with a factor but with stacked chart extents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1279
diff
changeset
|
230 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: |
66192d170c79
Bugfix: #179 and #198 Zoom-out will no longer work with a factor but with stacked chart extents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1279
diff
changeset
|
231 The zoom-out button calls ChartOutputTab.zoomOut() without a integer |
66192d170c79
Bugfix: #179 and #198 Zoom-out will no longer work with a factor but with stacked chart extents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1279
diff
changeset
|
232 value. |
66192d170c79
Bugfix: #179 and #198 Zoom-out will no longer work with a factor but with stacked chart extents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1279
diff
changeset
|
233 |
66192d170c79
Bugfix: #179 and #198 Zoom-out will no longer work with a factor but with stacked chart extents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1279
diff
changeset
|
234 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
66192d170c79
Bugfix: #179 and #198 Zoom-out will no longer work with a factor but with stacked chart extents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1279
diff
changeset
|
235 The Zoom-Out action no longer zooms out for a specific factor, but to the |
66192d170c79
Bugfix: #179 and #198 Zoom-out will no longer work with a factor but with stacked chart extents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1279
diff
changeset
|
236 last extent. The current extent of a chart is pushed onto a stack before |
66192d170c79
Bugfix: #179 and #198 Zoom-out will no longer work with a factor but with stacked chart extents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1279
diff
changeset
|
237 a Zoom-In action takes place. Zoom-out then zooms to the last extent |
66192d170c79
Bugfix: #179 and #198 Zoom-out will no longer work with a factor but with stacked chart extents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1279
diff
changeset
|
238 retrieved from the stack. |
66192d170c79
Bugfix: #179 and #198 Zoom-out will no longer work with a factor but with stacked chart extents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1279
diff
changeset
|
239 |
1279
af6ad7522351
Bugfix: #336 Improved determination of min/max KM values - code moved to ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1278
diff
changeset
|
240 2011-09-29 Ingo Weinzierl <ingo@intevation.de> |
af6ad7522351
Bugfix: #336 Improved determination of min/max KM values - code moved to ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1278
diff
changeset
|
241 |
af6ad7522351
Bugfix: #336 Improved determination of min/max KM values - code moved to ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1278
diff
changeset
|
242 flys/issue336 (W-INFO / Berechnung Wasserstand an Orten, Zurodnung Bezugspegel) |
af6ad7522351
Bugfix: #336 Improved determination of min/max KM values - code moved to ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1278
diff
changeset
|
243 |
af6ad7522351
Bugfix: #336 Improved determination of min/max KM values - code moved to ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1278
diff
changeset
|
244 * src/main/java/de/intevation/flys/client/shared/model/DefaultArtifactDescription.java, |
af6ad7522351
Bugfix: #336 Improved determination of min/max KM values - code moved to ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1278
diff
changeset
|
245 src/main/java/de/intevation/flys/client/shared/model/ArtifactDescription.java: |
af6ad7522351
Bugfix: #336 Improved determination of min/max KM values - code moved to ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1278
diff
changeset
|
246 Added two new methods getRiver() (returns the selected river) and |
af6ad7522351
Bugfix: #336 Improved determination of min/max KM values - code moved to ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1278
diff
changeset
|
247 getKMRange() (returns the selected min/max KM values). |
af6ad7522351
Bugfix: #336 Improved determination of min/max KM values - code moved to ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1278
diff
changeset
|
248 |
af6ad7522351
Bugfix: #336 Improved determination of min/max KM values - code moved to ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1278
diff
changeset
|
249 * src/main/java/de/intevation/flys/client/shared/DoubleUtils.java: New. |
af6ad7522351
Bugfix: #336 Improved determination of min/max KM values - code moved to ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1278
diff
changeset
|
250 Utility class for working with double values. |
af6ad7522351
Bugfix: #336 Improved determination of min/max KM values - code moved to ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1278
diff
changeset
|
251 |
af6ad7522351
Bugfix: #336 Improved determination of min/max KM values - code moved to ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1278
diff
changeset
|
252 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
af6ad7522351
Bugfix: #336 Improved determination of min/max KM values - code moved to ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1278
diff
changeset
|
253 Moved the code to determine the min/max KM range and river out to |
af6ad7522351
Bugfix: #336 Improved determination of min/max KM values - code moved to ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1278
diff
changeset
|
254 ArtifactDescription. There, it is available for other classes as well. |
af6ad7522351
Bugfix: #336 Improved determination of min/max KM values - code moved to ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1278
diff
changeset
|
255 |
1278
4c3329db2536
Bugfix: #328 The datacage used for waterlevel selection now fetches W facets (waterlevels) only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1277
diff
changeset
|
256 2011-09-28 Ingo Weinzierl <ingo@intevation.de> |
4c3329db2536
Bugfix: #328 The datacage used for waterlevel selection now fetches W facets (waterlevels) only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1277
diff
changeset
|
257 |
4c3329db2536
Bugfix: #328 The datacage used for waterlevel selection now fetches W facets (waterlevels) only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1277
diff
changeset
|
258 flys/issue328 (W-INFO / ÜSK: Auswahl der Wasserspiegellage / Auswahlunterstützung) |
4c3329db2536
Bugfix: #328 The datacage used for waterlevel selection now fetches W facets (waterlevels) only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1277
diff
changeset
|
259 |
4c3329db2536
Bugfix: #328 The datacage used for waterlevel selection now fetches W facets (waterlevels) only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1277
diff
changeset
|
260 * src/main/java/de/intevation/flys/client/client/ui/WspDatacagePanel.java: |
4c3329db2536
Bugfix: #328 The datacage used for waterlevel selection now fetches W facets (waterlevels) only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1277
diff
changeset
|
261 Fetch datacage out 'waterlevels' only (possible since last rev in |
4c3329db2536
Bugfix: #328 The datacage used for waterlevel selection now fetches W facets (waterlevels) only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1277
diff
changeset
|
262 flys-artifacts). The datacage will provide W facets only - no Q facets |
4c3329db2536
Bugfix: #328 The datacage used for waterlevel selection now fetches W facets (waterlevels) only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1277
diff
changeset
|
263 are displayed. |
4c3329db2536
Bugfix: #328 The datacage used for waterlevel selection now fetches W facets (waterlevels) only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1277
diff
changeset
|
264 |
1277
ee55a8ab5f5e
Bugfix: #211 Reset values of km range mode if single km mode is selected and the other way arround.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1276
diff
changeset
|
265 2011-09-28 Ingo Weinzierl <ingo@intevation.de> |
ee55a8ab5f5e
Bugfix: #211 Reset values of km range mode if single km mode is selected and the other way arround.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1276
diff
changeset
|
266 |
ee55a8ab5f5e
Bugfix: #211 Reset values of km range mode if single km mode is selected and the other way arround.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1276
diff
changeset
|
267 flys/issue211 (W-INFO: Wasserspiegellagenberechnung / Auswahlunterstützung Abfluss) |
ee55a8ab5f5e
Bugfix: #211 Reset values of km range mode if single km mode is selected and the other way arround.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1276
diff
changeset
|
268 |
ee55a8ab5f5e
Bugfix: #211 Reset values of km range mode if single km mode is selected and the other way arround.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1276
diff
changeset
|
269 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: |
ee55a8ab5f5e
Bugfix: #211 Reset values of km range mode if single km mode is selected and the other way arround.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1276
diff
changeset
|
270 Reset values of km range mode if single km mode is selected and the |
ee55a8ab5f5e
Bugfix: #211 Reset values of km range mode if single km mode is selected and the other way arround.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1276
diff
changeset
|
271 other way arround. |
ee55a8ab5f5e
Bugfix: #211 Reset values of km range mode if single km mode is selected and the other way arround.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1276
diff
changeset
|
272 |
1276
393e5d37d85d
Bugfix: #119 Display min/max values for WQ ranges if input validation failed.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1275
diff
changeset
|
273 2011-09-28 Ingo Weinzierl <ingo@intevation.de> |
393e5d37d85d
Bugfix: #119 Display min/max values for WQ ranges if input validation failed.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1275
diff
changeset
|
274 |
393e5d37d85d
Bugfix: #119 Display min/max values for WQ ranges if input validation failed.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1275
diff
changeset
|
275 flys/issue119 (W-INFO: Wasserspiegellagenberechnung / Dateneingabe ausserhalb des Wertebereichs) |
393e5d37d85d
Bugfix: #119 Display min/max values for WQ ranges if input validation failed.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1275
diff
changeset
|
276 |
393e5d37d85d
Bugfix: #119 Display min/max values for WQ ranges if input validation failed.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1275
diff
changeset
|
277 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
393e5d37d85d
Bugfix: #119 Display min/max values for WQ ranges if input validation failed.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1275
diff
changeset
|
278 Display min/max values when input validation for ranges failed. |
393e5d37d85d
Bugfix: #119 Display min/max values for WQ ranges if input validation failed.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1275
diff
changeset
|
279 |
1275
ca2d5bcf67a3
Bugfix: #111 Reset the values of WQ range mode if single mode is selected and the other way arround.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1274
diff
changeset
|
280 2011-09-28 Ingo Weinzierl <ingo@intevation.de> |
ca2d5bcf67a3
Bugfix: #111 Reset the values of WQ range mode if single mode is selected and the other way arround.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1274
diff
changeset
|
281 |
ca2d5bcf67a3
Bugfix: #111 Reset the values of WQ range mode if single mode is selected and the other way arround.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1274
diff
changeset
|
282 flys/issue111 (W-INFO: Wasserspiegellagenberechnung / Strecke) |
ca2d5bcf67a3
Bugfix: #111 Reset the values of WQ range mode if single mode is selected and the other way arround.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1274
diff
changeset
|
283 |
ca2d5bcf67a3
Bugfix: #111 Reset the values of WQ range mode if single mode is selected and the other way arround.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1274
diff
changeset
|
284 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
ca2d5bcf67a3
Bugfix: #111 Reset the values of WQ range mode if single mode is selected and the other way arround.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1274
diff
changeset
|
285 Reset the values of range mode if single mode is selected and the other |
ca2d5bcf67a3
Bugfix: #111 Reset the values of WQ range mode if single mode is selected and the other way arround.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1274
diff
changeset
|
286 way arround. |
ca2d5bcf67a3
Bugfix: #111 Reset the values of WQ range mode if single mode is selected and the other way arround.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1274
diff
changeset
|
287 |
1274
f76c90b3086f
Make differences (rows of list) in wdiff-gui removable.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1273
diff
changeset
|
288 2011-09-28 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
f76c90b3086f
Make differences (rows of list) in wdiff-gui removable.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1273
diff
changeset
|
289 |
f76c90b3086f
Make differences (rows of list) in wdiff-gui removable.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1273
diff
changeset
|
290 Make rows of in list with differences (WDiff) removable. |
f76c90b3086f
Make differences (rows of list) in wdiff-gui removable.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1273
diff
changeset
|
291 |
f76c90b3086f
Make differences (rows of list) in wdiff-gui removable.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1273
diff
changeset
|
292 * src/main/java/de/intevation/flys/client/client/ui/DatacageTwinPanel.java: |
f76c90b3086f
Make differences (rows of list) in wdiff-gui removable.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1273
diff
changeset
|
293 Make rows of in list with differences (WDiff) removable. |
f76c90b3086f
Make differences (rows of list) in wdiff-gui removable.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1273
diff
changeset
|
294 |
1273
6ec804500621
Avoid duplicate clones in w-diff branch by using a set instead of a list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1272
diff
changeset
|
295 2011-09-27 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
6ec804500621
Avoid duplicate clones in w-diff branch by using a set instead of a list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1272
diff
changeset
|
296 |
6ec804500621
Avoid duplicate clones in w-diff branch by using a set instead of a list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1272
diff
changeset
|
297 Use HashSet to avoid duplicate clones in Collections with WDiffs. |
6ec804500621
Avoid duplicate clones in w-diff branch by using a set instead of a list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1272
diff
changeset
|
298 |
6ec804500621
Avoid duplicate clones in w-diff branch by using a set instead of a list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1272
diff
changeset
|
299 * src/main/java/de/intevation/flys/client/client/ui/DatacageTwinPanel.java: |
6ec804500621
Avoid duplicate clones in w-diff branch by using a set instead of a list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1272
diff
changeset
|
300 Use HashSet instead of list to avoid duplicate clones, cosmetics. |
6ec804500621
Avoid duplicate clones in w-diff branch by using a set instead of a list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1272
diff
changeset
|
301 |
1272
2ce5d7ac9e60
Cosmetics, documentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1271
diff
changeset
|
302 2011-09-27 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2ce5d7ac9e60
Cosmetics, documentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1271
diff
changeset
|
303 |
2ce5d7ac9e60
Cosmetics, documentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1271
diff
changeset
|
304 Cosmetics, documentation. |
2ce5d7ac9e60
Cosmetics, documentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1271
diff
changeset
|
305 |
2ce5d7ac9e60
Cosmetics, documentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1271
diff
changeset
|
306 * src/main/java/de/intevation/flys/client/server/LoadArtifactServiceImpl.java |
2ce5d7ac9e60
Cosmetics, documentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1271
diff
changeset
|
307 (loadMany): Documented, added TODO. |
2ce5d7ac9e60
Cosmetics, documentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1271
diff
changeset
|
308 |
1271
3e7717b6e2bc
Implement equals und hashCode for Recommendation and associates.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1270
diff
changeset
|
309 2011-09-27 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
3e7717b6e2bc
Implement equals und hashCode for Recommendation and associates.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1270
diff
changeset
|
310 |
3e7717b6e2bc
Implement equals und hashCode for Recommendation and associates.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1270
diff
changeset
|
311 Implement equals and hashCode for Recommendation, Recommendation.Facet |
3e7717b6e2bc
Implement equals und hashCode for Recommendation and associates.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1270
diff
changeset
|
312 and Recommendation.Filter . |
3e7717b6e2bc
Implement equals und hashCode for Recommendation and associates.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1270
diff
changeset
|
313 |
3e7717b6e2bc
Implement equals und hashCode for Recommendation and associates.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1270
diff
changeset
|
314 * src/main/java/de/intevation/flys/client/shared/model/Recommendation.java |
3e7717b6e2bc
Implement equals und hashCode for Recommendation and associates.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1270
diff
changeset
|
315 (equals, hashCode, Filter.equals, Filter.hashCode, Facet.equals) |
3e7717b6e2bc
Implement equals und hashCode for Recommendation and associates.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1270
diff
changeset
|
316 (Facet.hashCode): New. |
3e7717b6e2bc
Implement equals und hashCode for Recommendation and associates.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1270
diff
changeset
|
317 |
1270
ea9a73782de4
Bugfix: #321 Refresh the parameter list after a calculation is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1269
diff
changeset
|
318 2011-09-27 Ingo Weinzierl <ingo@intevation.de> |
ea9a73782de4
Bugfix: #321 Refresh the parameter list after a calculation is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1269
diff
changeset
|
319 |
ea9a73782de4
Bugfix: #321 Refresh the parameter list after a calculation is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1269
diff
changeset
|
320 flys/issue321 (ÜSK: Aktualisieren der Parameterliste nach Beendigung der Berechnung) |
ea9a73782de4
Bugfix: #321 Refresh the parameter list after a calculation is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1269
diff
changeset
|
321 |
ea9a73782de4
Bugfix: #321 Refresh the parameter list after a calculation is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1269
diff
changeset
|
322 * src/main/java/de/intevation/flys/client/client/ui/LoadingPanel.java: Put |
ea9a73782de4
Bugfix: #321 Refresh the parameter list after a calculation is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1269
diff
changeset
|
323 the updated Artifact into the CollectionView when the calculation is |
ea9a73782de4
Bugfix: #321 Refresh the parameter list after a calculation is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1269
diff
changeset
|
324 finished. |
ea9a73782de4
Bugfix: #321 Refresh the parameter list after a calculation is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1269
diff
changeset
|
325 |
ea9a73782de4
Bugfix: #321 Refresh the parameter list after a calculation is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1269
diff
changeset
|
326 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
ea9a73782de4
Bugfix: #321 Refresh the parameter list after a calculation is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1269
diff
changeset
|
327 Update the UI after the Artifact of this CollectionView is updated. |
ea9a73782de4
Bugfix: #321 Refresh the parameter list after a calculation is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1269
diff
changeset
|
328 |
1269
45791d12a1f4
Bugfix: #298 Floodmaps initial zoom is determined by the WSPLGEN layer's extent.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1268
diff
changeset
|
329 2011-09-26 Ingo Weinzierl <ingo@intevation.de> |
45791d12a1f4
Bugfix: #298 Floodmaps initial zoom is determined by the WSPLGEN layer's extent.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1268
diff
changeset
|
330 |
45791d12a1f4
Bugfix: #298 Floodmaps initial zoom is determined by the WSPLGEN layer's extent.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1268
diff
changeset
|
331 flys/issue298 (Karte: Automatischer Zoom auf Berechnungsergebnisse) |
45791d12a1f4
Bugfix: #298 Floodmaps initial zoom is determined by the WSPLGEN layer's extent.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1268
diff
changeset
|
332 |
45791d12a1f4
Bugfix: #298 Floodmaps initial zoom is determined by the WSPLGEN layer's extent.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1268
diff
changeset
|
333 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: |
45791d12a1f4
Bugfix: #298 Floodmaps initial zoom is determined by the WSPLGEN layer's extent.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1268
diff
changeset
|
334 The initial zoom of the map is determined by the extents of all layers |
45791d12a1f4
Bugfix: #298 Floodmaps initial zoom is determined by the WSPLGEN layer's extent.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1268
diff
changeset
|
335 in the map OR by the wsplgen layer, if such layer is existing and if it |
45791d12a1f4
Bugfix: #298 Floodmaps initial zoom is determined by the WSPLGEN layer's extent.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1268
diff
changeset
|
336 has an extent set. |
45791d12a1f4
Bugfix: #298 Floodmaps initial zoom is determined by the WSPLGEN layer's extent.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1268
diff
changeset
|
337 |
1268
d0500e993218
Force a single selection in the datacage widget for DEMs and WSPs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1267
diff
changeset
|
338 2011-09-26 Ingo Weinzierl <ingo@intevation.de> |
d0500e993218
Force a single selection in the datacage widget for DEMs and WSPs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1267
diff
changeset
|
339 |
d0500e993218
Force a single selection in the datacage widget for DEMs and WSPs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1267
diff
changeset
|
340 * src/main/java/de/intevation/flys/client/client/ui/DatacageWidget.java: |
d0500e993218
Force a single selection in the datacage widget for DEMs and WSPs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1267
diff
changeset
|
341 Added new method to adjust the selection type (multi or single select). |
d0500e993218
Force a single selection in the datacage widget for DEMs and WSPs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1267
diff
changeset
|
342 |
d0500e993218
Force a single selection in the datacage widget for DEMs and WSPs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1267
diff
changeset
|
343 * src/main/java/de/intevation/flys/client/client/ui/DemDatacagePanel.java, |
d0500e993218
Force a single selection in the datacage widget for DEMs and WSPs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1267
diff
changeset
|
344 src/main/java/de/intevation/flys/client/client/ui/WspDatacagePanel.java: |
d0500e993218
Force a single selection in the datacage widget for DEMs and WSPs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1267
diff
changeset
|
345 Set single selection type for DatacageWidget's grid - only one selected |
d0500e993218
Force a single selection in the datacage widget for DEMs and WSPs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1267
diff
changeset
|
346 item is allowed here. |
d0500e993218
Force a single selection in the datacage widget for DEMs and WSPs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1267
diff
changeset
|
347 |
1267
07aa1f504491
Bugfix: #323 A double click in the datacage widget triggers the DatacageDoubleClickHandler.onDoubleClick() method of all registered handlers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1266
diff
changeset
|
348 2011-09-26 Ingo Weinzierl <ingo@intevation.de> |
07aa1f504491
Bugfix: #323 A double click in the datacage widget triggers the DatacageDoubleClickHandler.onDoubleClick() method of all registered handlers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1266
diff
changeset
|
349 |
07aa1f504491
Bugfix: #323 A double click in the datacage widget triggers the DatacageDoubleClickHandler.onDoubleClick() method of all registered handlers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1266
diff
changeset
|
350 flys/issue323 (Datenkorb: Doppelklick im Datenkorb sollte gewähltes Thema (Themen) laden) |
07aa1f504491
Bugfix: #323 A double click in the datacage widget triggers the DatacageDoubleClickHandler.onDoubleClick() method of all registered handlers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1266
diff
changeset
|
351 |
07aa1f504491
Bugfix: #323 A double click in the datacage widget triggers the DatacageDoubleClickHandler.onDoubleClick() method of all registered handlers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1266
diff
changeset
|
352 * src/main/java/de/intevation/flys/client/client/event/DatacageDoubleClickHandler.java: |
07aa1f504491
Bugfix: #323 A double click in the datacage widget triggers the DatacageDoubleClickHandler.onDoubleClick() method of all registered handlers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1266
diff
changeset
|
353 New. Interface for double click handlers used in the datacage. |
07aa1f504491
Bugfix: #323 A double click in the datacage widget triggers the DatacageDoubleClickHandler.onDoubleClick() method of all registered handlers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1266
diff
changeset
|
354 |
07aa1f504491
Bugfix: #323 A double click in the datacage widget triggers the DatacageDoubleClickHandler.onDoubleClick() method of all registered handlers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1266
diff
changeset
|
355 * src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: |
07aa1f504491
Bugfix: #323 A double click in the datacage widget triggers the DatacageDoubleClickHandler.onDoubleClick() method of all registered handlers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1266
diff
changeset
|
356 Implements the DatacageDoubleClickHandler. After a doubleClick event has |
07aa1f504491
Bugfix: #323 A double click in the datacage widget triggers the DatacageDoubleClickHandler.onDoubleClick() method of all registered handlers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1266
diff
changeset
|
357 been received, the selected Themes from datacage widget are loaded and |
07aa1f504491
Bugfix: #323 A double click in the datacage widget triggers the DatacageDoubleClickHandler.onDoubleClick() method of all registered handlers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1266
diff
changeset
|
358 the window is destroyed. |
07aa1f504491
Bugfix: #323 A double click in the datacage widget triggers the DatacageDoubleClickHandler.onDoubleClick() method of all registered handlers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1266
diff
changeset
|
359 |
07aa1f504491
Bugfix: #323 A double click in the datacage widget triggers the DatacageDoubleClickHandler.onDoubleClick() method of all registered handlers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1266
diff
changeset
|
360 * src/main/java/de/intevation/flys/client/client/ui/DatacageWidget.java: |
07aa1f504491
Bugfix: #323 A double click in the datacage widget triggers the DatacageDoubleClickHandler.onDoubleClick() method of all registered handlers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1266
diff
changeset
|
361 A double click on a tree node triggers the onDoubleClick method for each |
07aa1f504491
Bugfix: #323 A double click in the datacage widget triggers the DatacageDoubleClickHandler.onDoubleClick() method of all registered handlers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1266
diff
changeset
|
362 registered DatacageDoubleClickHandler. A DatacageDoubleClickHandler |
07aa1f504491
Bugfix: #323 A double click in the datacage widget triggers the DatacageDoubleClickHandler.onDoubleClick() method of all registered handlers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1266
diff
changeset
|
363 may register itself via DatacageWidget.addDatacageDoubleClickHander() |
07aa1f504491
Bugfix: #323 A double click in the datacage widget triggers the DatacageDoubleClickHandler.onDoubleClick() method of all registered handlers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1266
diff
changeset
|
364 method. |
07aa1f504491
Bugfix: #323 A double click in the datacage widget triggers the DatacageDoubleClickHandler.onDoubleClick() method of all registered handlers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1266
diff
changeset
|
365 |
1266
ff012a9d9d1d
Employ waterlevelfactory when cloning artifacts for WDifferences-Subtrahend/Minuend-artifacts.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1265
diff
changeset
|
366 2011-09-21 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
ff012a9d9d1d
Employ waterlevelfactory when cloning artifacts for WDifferences-Subtrahend/Minuend-artifacts.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1265
diff
changeset
|
367 |
ff012a9d9d1d
Employ waterlevelfactory when cloning artifacts for WDifferences-Subtrahend/Minuend-artifacts.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1265
diff
changeset
|
368 Clone Subtrahend and Minuend in WDiff-branch of WINFO with waterlevelfactory. |
ff012a9d9d1d
Employ waterlevelfactory when cloning artifacts for WDifferences-Subtrahend/Minuend-artifacts.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1265
diff
changeset
|
369 |
ff012a9d9d1d
Employ waterlevelfactory when cloning artifacts for WDifferences-Subtrahend/Minuend-artifacts.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1265
diff
changeset
|
370 * src/main/java/de/intevation/flys/client/client/ui/DatacageTwinPanel.java: |
ff012a9d9d1d
Employ waterlevelfactory when cloning artifacts for WDifferences-Subtrahend/Minuend-artifacts.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1265
diff
changeset
|
371 Clone recommendations with waterlevel-factory, prepare to have a |
ff012a9d9d1d
Employ waterlevelfactory when cloning artifacts for WDifferences-Subtrahend/Minuend-artifacts.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1265
diff
changeset
|
372 third column in listgrid to remove pairs. |
ff012a9d9d1d
Employ waterlevelfactory when cloning artifacts for WDifferences-Subtrahend/Minuend-artifacts.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1265
diff
changeset
|
373 |
1265
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
374 2011-09-21 Ingo Weinzierl <ingo@intevation.de> |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
375 |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
376 flys/issue315 (Überschwemmungsfläche: String bei Streckenauswahl) |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
377 |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
378 * src/main/java/de/intevation/flys/client/client/ui/DoubleRangePanel.java: |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
379 Little modifications to allow subclassing. |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
380 |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
381 * src/main/java/de/intevation/flys/client/client/ui/DoubleRangeOnlyPanel.java: |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
382 New. A subclass of DoubleRangePanel that does NOT display a "step" |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
383 field. |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
384 |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
385 * src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java: |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
386 Set correct title for this panel. |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
387 |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
388 * src/main/java/de/intevation/flys/client/client/ui/DistanceOnlyPanel.java: |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
389 New. A subclass of DistancePanel that instantiates a |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
390 DoubleRangeOnlyPanel instead of a DoubleRangePanel. So, there are only |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
391 "from" and "to" fields visible. In addition, this panel only returns |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
392 Data objects for these two fields. |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
393 |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
394 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
395 Registered the DistanceOnlyPanel. |
f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1264
diff
changeset
|
396 |
1264
0a19a90d40c3
News 2.5.0 added for completeness
Hans Plum <hans.plum@intevation.de>
parents:
1263
diff
changeset
|
397 2011-09-19 Hans Plum <hans@intevation.de> |
0a19a90d40c3
News 2.5.0 added for completeness
Hans Plum <hans.plum@intevation.de>
parents:
1263
diff
changeset
|
398 |
0a19a90d40c3
News 2.5.0 added for completeness
Hans Plum <hans.plum@intevation.de>
parents:
1263
diff
changeset
|
399 * NEWS for V 2.5.0: |
0a19a90d40c3
News 2.5.0 added for completeness
Hans Plum <hans.plum@intevation.de>
parents:
1263
diff
changeset
|
400 Describing new functionality and some backgrounds in |
0a19a90d40c3
News 2.5.0 added for completeness
Hans Plum <hans.plum@intevation.de>
parents:
1263
diff
changeset
|
401 MoinMoin-Wiki Syntax (in german only) from the user perspective. It |
0a19a90d40c3
News 2.5.0 added for completeness
Hans Plum <hans.plum@intevation.de>
parents:
1263
diff
changeset
|
402 does not differentiate between client and server-specific code! |
0a19a90d40c3
News 2.5.0 added for completeness
Hans Plum <hans.plum@intevation.de>
parents:
1263
diff
changeset
|
403 |
1263
41ddd8409128
News 2.4.0 added for completeness
Hans Plum <hans.plum@intevation.de>
parents:
1262
diff
changeset
|
404 2011-09-19 Hans Plum <hans@intevation.de> |
41ddd8409128
News 2.4.0 added for completeness
Hans Plum <hans.plum@intevation.de>
parents:
1262
diff
changeset
|
405 |
41ddd8409128
News 2.4.0 added for completeness
Hans Plum <hans.plum@intevation.de>
parents:
1262
diff
changeset
|
406 * NEWS for V 2.4.0: |
41ddd8409128
News 2.4.0 added for completeness
Hans Plum <hans.plum@intevation.de>
parents:
1262
diff
changeset
|
407 Describing new functionality and some backgrounds in |
41ddd8409128
News 2.4.0 added for completeness
Hans Plum <hans.plum@intevation.de>
parents:
1262
diff
changeset
|
408 MoinMoin-Wiki Syntax (in german only) from the user perspective. It |
41ddd8409128
News 2.4.0 added for completeness
Hans Plum <hans.plum@intevation.de>
parents:
1262
diff
changeset
|
409 does not differentiate between client and server-specific code! |
41ddd8409128
News 2.4.0 added for completeness
Hans Plum <hans.plum@intevation.de>
parents:
1262
diff
changeset
|
410 |
1262
8d8b3cadac8f
Tagged RELEASE 2.5 of flys-client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1261
diff
changeset
|
411 2011-09-19 Ingo Weinzierl <ingo@intevation.de> |
8d8b3cadac8f
Tagged RELEASE 2.5 of flys-client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1261
diff
changeset
|
412 |
8d8b3cadac8f
Tagged RELEASE 2.5 of flys-client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1261
diff
changeset
|
413 Tagged RELEASE 2.5 |
8d8b3cadac8f
Tagged RELEASE 2.5 of flys-client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1261
diff
changeset
|
414 |
8d8b3cadac8f
Tagged RELEASE 2.5 of flys-client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1261
diff
changeset
|
415 * Changes: Prepared changes for the release. |
8d8b3cadac8f
Tagged RELEASE 2.5 of flys-client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1261
diff
changeset
|
416 |
1261
87b6a93db523
Cleaned imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1260
diff
changeset
|
417 2011-09-19 Ingo Weinzierl <ingo@intevation.de> |
87b6a93db523
Cleaned imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1260
diff
changeset
|
418 |
87b6a93db523
Cleaned imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1260
diff
changeset
|
419 * src/main/java/de/intevation/flys/client/client/ui/DatacageTwinPanel.java, |
87b6a93db523
Cleaned imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1260
diff
changeset
|
420 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java, |
87b6a93db523
Cleaned imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1260
diff
changeset
|
421 src/main/java/de/intevation/flys/client/client/ui/TableFilter.java, |
87b6a93db523
Cleaned imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1260
diff
changeset
|
422 src/main/java/de/intevation/flys/client/client/ui/ProjectList.java, |
87b6a93db523
Cleaned imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1260
diff
changeset
|
423 src/main/java/de/intevation/flys/client/client/ui/DatacagePairWidget.java: |
87b6a93db523
Cleaned imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1260
diff
changeset
|
424 Removed needless imports. |
87b6a93db523
Cleaned imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1260
diff
changeset
|
425 |
1260
3a4c14b4a8f1
DemDatacagePanel now returns the database ID of the selected DEM.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
916
diff
changeset
|
426 2011-09-19 Ingo Weinzierl <ingo@intevation.de> |
3a4c14b4a8f1
DemDatacagePanel now returns the database ID of the selected DEM.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
916
diff
changeset
|
427 |
3a4c14b4a8f1
DemDatacagePanel now returns the database ID of the selected DEM.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
916
diff
changeset
|
428 * src/main/java/de/intevation/flys/client/client/ui/DemDatacagePanel.java: |
3a4c14b4a8f1
DemDatacagePanel now returns the database ID of the selected DEM.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
916
diff
changeset
|
429 Display datacage panel with DEMs only. Return Data object with selected |
3a4c14b4a8f1
DemDatacagePanel now returns the database ID of the selected DEM.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
916
diff
changeset
|
430 database ID after pushing 'next' button. |
3a4c14b4a8f1
DemDatacagePanel now returns the database ID of the selected DEM.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
916
diff
changeset
|
431 |
916
a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
915
diff
changeset
|
432 2011-09-16 Ingo Weinzierl <ingo@intevation.de> |
a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
915
diff
changeset
|
433 |
a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
915
diff
changeset
|
434 * src/main/java/de/intevation/flys/client/server/MetaDataServiceImpl.java, |
a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
915
diff
changeset
|
435 src/main/java/de/intevation/flys/client/client/services/MetaDataServiceAsync.java, |
a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
915
diff
changeset
|
436 src/main/java/de/intevation/flys/client/client/services/MetaDataService.java: |
a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
915
diff
changeset
|
437 Added a further 'parameters' parameter to be able to adjust the metadata |
a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
915
diff
changeset
|
438 query more precise. |
a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
915
diff
changeset
|
439 |
a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
915
diff
changeset
|
440 * src/main/java/de/intevation/flys/client/client/ui/DatacageWidget.java: |
a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
915
diff
changeset
|
441 Added a further 'parameters' attribute and a constructor. The |
a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
915
diff
changeset
|
442 'parameters' attribute is used for the metadata query as well as the |
a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
915
diff
changeset
|
443 user and the outs. |
a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
915
diff
changeset
|
444 |
a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
915
diff
changeset
|
445 * src/main/java/de/intevation/flys/client/client/ui/DatacagePanel.java: |
a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
915
diff
changeset
|
446 The parameters for the metadata query can now be adjusted by overriding |
a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
915
diff
changeset
|
447 getUser(), getOuts() and getParameters(). |
a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
915
diff
changeset
|
448 |
a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
915
diff
changeset
|
449 * src/main/java/de/intevation/flys/client/client/ui/DemDatacagePanel.java: |
a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
915
diff
changeset
|
450 This panel now able to only display the DEMs in the datacage panel. |
a1a5dc2b9e34
Improved the DEM datacage panel to display the DEMs only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
915
diff
changeset
|
451 |
915
89a47098bcbd
Hide geometry layer in floodmap when tab selection changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
914
diff
changeset
|
452 2011-09-16 Raimund Renkert <raimund.renkert@intevation.de> |
89a47098bcbd
Hide geometry layer in floodmap when tab selection changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
914
diff
changeset
|
453 |
89a47098bcbd
Hide geometry layer in floodmap when tab selection changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
914
diff
changeset
|
454 Issue265 |
89a47098bcbd
Hide geometry layer in floodmap when tab selection changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
914
diff
changeset
|
455 |
89a47098bcbd
Hide geometry layer in floodmap when tab selection changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
914
diff
changeset
|
456 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java, |
89a47098bcbd
Hide geometry layer in floodmap when tab selection changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
914
diff
changeset
|
457 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
89a47098bcbd
Hide geometry layer in floodmap when tab selection changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
914
diff
changeset
|
458 Added method to be able to register TabSelecedHandler at the |
89a47098bcbd
Hide geometry layer in floodmap when tab selection changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
914
diff
changeset
|
459 CollectionView. |
89a47098bcbd
Hide geometry layer in floodmap when tab selection changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
914
diff
changeset
|
460 |
89a47098bcbd
Hide geometry layer in floodmap when tab selection changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
914
diff
changeset
|
461 * src/main/java/de/intevation/flys/client/client/ui/DigitizePanel.java, |
89a47098bcbd
Hide geometry layer in floodmap when tab selection changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
914
diff
changeset
|
462 src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java: |
89a47098bcbd
Hide geometry layer in floodmap when tab selection changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
914
diff
changeset
|
463 Register the panel as TabSelectedHandler to hide or show the barrier |
89a47098bcbd
Hide geometry layer in floodmap when tab selection changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
914
diff
changeset
|
464 layer in the FloodMap. |
89a47098bcbd
Hide geometry layer in floodmap when tab selection changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
914
diff
changeset
|
465 |
89a47098bcbd
Hide geometry layer in floodmap when tab selection changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
914
diff
changeset
|
466 * src/main/java/de/intevation/flys/client/client/ui/UIProvider.java, |
89a47098bcbd
Hide geometry layer in floodmap when tab selection changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
914
diff
changeset
|
467 src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java: |
89a47098bcbd
Hide geometry layer in floodmap when tab selection changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
914
diff
changeset
|
468 Added setter for ParameterList. |
89a47098bcbd
Hide geometry layer in floodmap when tab selection changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
914
diff
changeset
|
469 |
914
39a39e9be5af
Made DatacageTwinPanel somewhat usable.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
913
diff
changeset
|
470 2011-09-16 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
39a39e9be5af
Made DatacageTwinPanel somewhat usable.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
913
diff
changeset
|
471 |
39a39e9be5af
Made DatacageTwinPanel somewhat usable.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
913
diff
changeset
|
472 Updated implementation to a working (but limited and buggy) |
39a39e9be5af
Made DatacageTwinPanel somewhat usable.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
913
diff
changeset
|
473 DatacageTwinPanel. |
39a39e9be5af
Made DatacageTwinPanel somewhat usable.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
913
diff
changeset
|
474 |
39a39e9be5af
Made DatacageTwinPanel somewhat usable.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
913
diff
changeset
|
475 * src/main/java/de/intevation/flys/client/client/ui/DatacageTwinPanel.java, |
39a39e9be5af
Made DatacageTwinPanel somewhat usable.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
913
diff
changeset
|
476 src/main/java/de/intevation/flys/client/client/ui/DatacagePairWidget.java: |
39a39e9be5af
Made DatacageTwinPanel somewhat usable.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
913
diff
changeset
|
477 Eat recommendations and add them to list, on "proceed"-click, clone |
39a39e9be5af
Made DatacageTwinPanel somewhat usable.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
913
diff
changeset
|
478 selected artifacts and add them to selection, collapse list entries |
39a39e9be5af
Made DatacageTwinPanel somewhat usable.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
913
diff
changeset
|
479 to string and add that string as data. |
39a39e9be5af
Made DatacageTwinPanel somewhat usable.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
913
diff
changeset
|
480 |
913
9976d99aea34
Added loadMany-function to LoadArtifactService.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
912
diff
changeset
|
481 2011-09-16 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
9976d99aea34
Added loadMany-function to LoadArtifactService.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
912
diff
changeset
|
482 |
9976d99aea34
Added loadMany-function to LoadArtifactService.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
912
diff
changeset
|
483 Added a loadMany-Function to LoadArtifactService. |
9976d99aea34
Added loadMany-function to LoadArtifactService.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
912
diff
changeset
|
484 |
9976d99aea34
Added loadMany-function to LoadArtifactService.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
912
diff
changeset
|
485 * src/main/java/de/intevation/flys/client/server/LoadArtifactServiceImpl.java, |
9976d99aea34
Added loadMany-function to LoadArtifactService.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
912
diff
changeset
|
486 src/main/java/de/intevation/flys/client/client/services/LoadArtifactService.java, |
9976d99aea34
Added loadMany-function to LoadArtifactService.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
912
diff
changeset
|
487 src/main/java/de/intevation/flys/client/client/services/LoadArtifactServiceAsync.java: |
9976d99aea34
Added loadMany-function to LoadArtifactService.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
912
diff
changeset
|
488 Added a loadMany-Function to LoadArtifactService |
9976d99aea34
Added loadMany-function to LoadArtifactService.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
912
diff
changeset
|
489 |
912
2c8f1112be37
Rollback for input assistance of "Q/D" table.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
911
diff
changeset
|
490 2011-09-16 Raimund Renkert <raimund.renkert@intevation.de> |
2c8f1112be37
Rollback for input assistance of "Q/D" table.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
911
diff
changeset
|
491 |
2c8f1112be37
Rollback for input assistance of "Q/D" table.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
911
diff
changeset
|
492 Issue203 |
2c8f1112be37
Rollback for input assistance of "Q/D" table.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
911
diff
changeset
|
493 |
2c8f1112be37
Rollback for input assistance of "Q/D" table.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
911
diff
changeset
|
494 * src/main/java/de/intevation/flys/client/client/ui/wq/QDTable.java, |
2c8f1112be37
Rollback for input assistance of "Q/D" table.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
911
diff
changeset
|
495 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
2c8f1112be37
Rollback for input assistance of "Q/D" table.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
911
diff
changeset
|
496 Rollback for input assistance of "Q/D" table. |
2c8f1112be37
Rollback for input assistance of "Q/D" table.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
911
diff
changeset
|
497 The selectable icon columns are visible in all modes except of |
2c8f1112be37
Rollback for input assistance of "Q/D" table.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
911
diff
changeset
|
498 "Q" input mode. |
2c8f1112be37
Rollback for input assistance of "Q/D" table.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
911
diff
changeset
|
499 |
911
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
500 2011-09-15 Ingo Weinzierl <ingo@intevation.de> |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
501 |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
502 flys/issue259 (Daten aus Datenkorb in Diagramm einladen) |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
503 |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
504 * src/main/java/de/intevation/flys/client/client/event/RedrawRequestEvent.java: |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
505 New. This event might be used to define the redraw type. Currently, |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
506 there are two types defined: RESET and DEFAULT. DEFAULT means the chart |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
507 should only be redrawn, RESET means the chart's state (zoom, etc) should |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
508 be reset. |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
509 |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
510 * src/main/java/de/intevation/flys/client/client/event/RedrawRequestHandler.java: |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
511 Added the RedrawRequestEvent to the onRedrawRequest() method. |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
512 |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
513 * src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
514 Implements the HasRedrawRequestHandlers interface. After all Artifacts has |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
515 been loaded, the onRedrawRequest() event is fired. |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
516 |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
517 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
518 Registered the ChartOutputTab as RedrawRequestHandler. |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
519 |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
520 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
521 Distinguishes between the RedrawRequestEvent.Types now. The chart's |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
522 state is only reset if the RESET type is given. Otherwise, only the |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
523 ThemePanel and the chart image are refreshed. |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
524 |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
525 * src/main/java/de/intevation/flys/client/client/ui/ThemePanel.java: Fire |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
526 the RedrawRequestEvent with type RESET. |
4668357b255e
#259 Refresh charts after loading new Themes / Artifacts from Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
910
diff
changeset
|
527 |
910
7f72239e56c8
#259 Use the LoadArtifactService to clone Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
909
diff
changeset
|
528 2011-09-15 Ingo Weinzierl <ingo@intevation.de> |
7f72239e56c8
#259 Use the LoadArtifactService to clone Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
909
diff
changeset
|
529 |
7f72239e56c8
#259 Use the LoadArtifactService to clone Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
909
diff
changeset
|
530 flys/issue259 (Daten aus Datenkorb in Diagramm einladen) |
7f72239e56c8
#259 Use the LoadArtifactService to clone Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
909
diff
changeset
|
531 |
7f72239e56c8
#259 Use the LoadArtifactService to clone Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
909
diff
changeset
|
532 * src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: |
7f72239e56c8
#259 Use the LoadArtifactService to clone Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
909
diff
changeset
|
533 Don't abuse the mechanism to load recommendations any longer. Selected |
7f72239e56c8
#259 Use the LoadArtifactService to clone Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
909
diff
changeset
|
534 Facets/Artifacts in this Window are cloned and loaded into the current |
7f72239e56c8
#259 Use the LoadArtifactService to clone Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
909
diff
changeset
|
535 Collection using the LoadArtifactService. |
7f72239e56c8
#259 Use the LoadArtifactService to clone Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
909
diff
changeset
|
536 |
909
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
537 2011-09-15 Ingo Weinzierl <ingo@intevation.de> |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
538 |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
539 * src/main/java/de/intevation/flys/client/client/ui/UIProvider.java: |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
540 Defined a setter method to inject a Collection. |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
541 |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
542 * src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java: |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
543 Added a setter/getter method to inject a Collection. |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
544 |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
545 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
546 Inject the current Collection into the UIProvider and add Artifacts that |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
547 have been created to the Collection of CollectionView. |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
548 |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
549 * src/main/java/de/intevation/flys/client/client/ui/WspDatacagePanel.java: |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
550 Clone an Artifact that is selected in the datacage widget and add it to |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
551 the current Collection. Finally, return its UUID, the name of the facet |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
552 and the index. |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
553 |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
554 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
555 src/main/java/de/intevation/flys/client/client/FLYSConstants.java, |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
556 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
557 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
558 Added new error messages that will be displayed when an error occured |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
559 while cloning an Artifact or adding it to a Collection. |
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
908
diff
changeset
|
560 |
908
a680ccec5dd6
Create new collections initially when starting a new project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
907
diff
changeset
|
561 2011-09-15 Ingo Weinzierl <ingo@intevation.de> |
a680ccec5dd6
Create new collections initially when starting a new project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
907
diff
changeset
|
562 |
a680ccec5dd6
Create new collections initially when starting a new project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
907
diff
changeset
|
563 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
a680ccec5dd6
Create new collections initially when starting a new project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
907
diff
changeset
|
564 Create a new collection if no Collection is given while initializing a |
a680ccec5dd6
Create new collections initially when starting a new project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
907
diff
changeset
|
565 CollectionView. This is necessary, because a Collection is required in |
a680ccec5dd6
Create new collections initially when starting a new project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
907
diff
changeset
|
566 states that try to add cloned Artifacts (as it is the case in |
a680ccec5dd6
Create new collections initially when starting a new project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
907
diff
changeset
|
567 WspDatacagePanel). |
a680ccec5dd6
Create new collections initially when starting a new project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
907
diff
changeset
|
568 |
a680ccec5dd6
Create new collections initially when starting a new project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
907
diff
changeset
|
569 !! NOTE: This changes the behaviour - before, Collections have been |
a680ccec5dd6
Create new collections initially when starting a new project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
907
diff
changeset
|
570 created when a Collection has Outputs. Now, a Collection is initially |
a680ccec5dd6
Create new collections initially when starting a new project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
907
diff
changeset
|
571 created when the user starts a new project. !! |
a680ccec5dd6
Create new collections initially when starting a new project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
907
diff
changeset
|
572 |
907
24d15c2e0da3
Validate than the input field for single locations contains a single value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
906
diff
changeset
|
573 2011-09-15 Raimund Renkert <raimund.renkert@intevation.de> |
24d15c2e0da3
Validate than the input field for single locations contains a single value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
906
diff
changeset
|
574 |
24d15c2e0da3
Validate than the input field for single locations contains a single value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
906
diff
changeset
|
575 Issue199 |
24d15c2e0da3
Validate than the input field for single locations contains a single value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
906
diff
changeset
|
576 |
24d15c2e0da3
Validate than the input field for single locations contains a single value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
906
diff
changeset
|
577 * src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: |
24d15c2e0da3
Validate than the input field for single locations contains a single value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
906
diff
changeset
|
578 Validate than the input field contains a single value. |
24d15c2e0da3
Validate than the input field for single locations contains a single value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
906
diff
changeset
|
579 |
24d15c2e0da3
Validate than the input field for single locations contains a single value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
906
diff
changeset
|
580 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
24d15c2e0da3
Validate than the input field for single locations contains a single value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
906
diff
changeset
|
581 src/main/java/de/intevation/flys/client/client/FLYSConstants.java, |
24d15c2e0da3
Validate than the input field for single locations contains a single value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
906
diff
changeset
|
582 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
24d15c2e0da3
Validate than the input field for single locations contains a single value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
906
diff
changeset
|
583 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
24d15c2e0da3
Validate than the input field for single locations contains a single value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
906
diff
changeset
|
584 Added i18n string for error message. |
24d15c2e0da3
Validate than the input field for single locations contains a single value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
906
diff
changeset
|
585 |
906
39acba4b5f0b
Added formatter for numeric columns that converts the decimal separator.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
905
diff
changeset
|
586 2011-09-15 Raimund Renkert <raimund.renkert@intevation.de> |
39acba4b5f0b
Added formatter for numeric columns that converts the decimal separator.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
905
diff
changeset
|
587 |
39acba4b5f0b
Added formatter for numeric columns that converts the decimal separator.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
905
diff
changeset
|
588 Issue200 |
39acba4b5f0b
Added formatter for numeric columns that converts the decimal separator.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
905
diff
changeset
|
589 |
39acba4b5f0b
Added formatter for numeric columns that converts the decimal separator.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
905
diff
changeset
|
590 * src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java, |
39acba4b5f0b
Added formatter for numeric columns that converts the decimal separator.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
905
diff
changeset
|
591 src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
39acba4b5f0b
Added formatter for numeric columns that converts the decimal separator.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
905
diff
changeset
|
592 src/main/java/de/intevation/flys/client/client/ui/range/LocationsTable.java, |
39acba4b5f0b
Added formatter for numeric columns that converts the decimal separator.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
905
diff
changeset
|
593 src/main/java/de/intevation/flys/client/client/ui/range/RangeTable.java, |
39acba4b5f0b
Added formatter for numeric columns that converts the decimal separator.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
905
diff
changeset
|
594 src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: |
39acba4b5f0b
Added formatter for numeric columns that converts the decimal separator.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
905
diff
changeset
|
595 Added formatter for numeric columns that converts the decimal |
39acba4b5f0b
Added formatter for numeric columns that converts the decimal separator.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
905
diff
changeset
|
596 separator. |
39acba4b5f0b
Added formatter for numeric columns that converts the decimal separator.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
905
diff
changeset
|
597 |
905
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
598 2011-09-15 Ingo Weinzierl <ingo@intevation.de> |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
599 |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
600 Refactored the HTTP related code for Collections and Artifacts out to helper |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
601 classes. This makes us able to combine several Artifact and Collection |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
602 protocol specific things in new Services. The first one which uses this |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
603 combination is the LoadArtifactService where a new Artifact is created and |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
604 finally added to a Collection. |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
605 |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
606 * src/main/java/de/intevation/flys/client/server/LoadArtifactServiceImpl.java, |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
607 src/main/java/de/intevation/flys/client/client/services/LoadArtifactServiceAsync.java, |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
608 src/main/java/de/intevation/flys/client/client/services/LoadArtifactService.java: |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
609 New service to create a new Artifact (with a given factory and a |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
610 recommendation) and add it directly to a specified Collection. |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
611 |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
612 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java, |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
613 src/main/java/de/intevation/flys/client/server/AddArtifactServiceImpl.java: |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
614 Removed HTTP related code - the CollectionHelper should do all this. |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
615 |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
616 * src/main/java/de/intevation/flys/client/server/ArtifactServiceImpl.java: |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
617 Removed HTTP related code - the ArtifactHelper should do all this. |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
618 |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
619 * src/main/java/de/intevation/flys/client/server/CollectionHelper.java: |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
620 Added HTTP related methods from DescribeCollectionServiceImpl and |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
621 AddArtifactServiceImpl. |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
622 |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
623 * src/main/java/de/intevation/flys/client/server/ArtifactHelper.java: New. |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
624 This helper class should handle all the HTTP stuff for working with |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
625 Artifacts. |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
626 |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
627 * src/main/webapp/WEB-INF/web.xml: Registered the new LoadArtifactService. |
478a571f1f94
Refactored server code - HTTP related code moved to ArtifactsHelper and CollectionHelper which makes us able to combine Artifact and Collection protocol stuff in a single RPC service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
904
diff
changeset
|
628 |
904
1e08a5b0add9
Changed table header string and set the column width to percental value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
903
diff
changeset
|
629 2011-09-15 Raimund Renkert <raimund.renkert@intevation.de> |
1e08a5b0add9
Changed table header string and set the column width to percental value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
903
diff
changeset
|
630 |
1e08a5b0add9
Changed table header string and set the column width to percental value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
903
diff
changeset
|
631 Issue194 |
1e08a5b0add9
Changed table header string and set the column width to percental value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
903
diff
changeset
|
632 |
1e08a5b0add9
Changed table header string and set the column width to percental value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
903
diff
changeset
|
633 * src/main/java/de/intevation/flys/client/client/ui/wq/QDTable.java: |
1e08a5b0add9
Changed table header string and set the column width to percental value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
903
diff
changeset
|
634 Changed table header string and set the column width to percental |
1e08a5b0add9
Changed table header string and set the column width to percental value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
903
diff
changeset
|
635 value. |
1e08a5b0add9
Changed table header string and set the column width to percental value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
903
diff
changeset
|
636 |
1e08a5b0add9
Changed table header string and set the column width to percental value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
903
diff
changeset
|
637 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
1e08a5b0add9
Changed table header string and set the column width to percental value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
903
diff
changeset
|
638 src/main/java/de/intevation/flys/client/client/FLYSConstants.java, |
1e08a5b0add9
Changed table header string and set the column width to percental value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
903
diff
changeset
|
639 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
1e08a5b0add9
Changed table header string and set the column width to percental value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
903
diff
changeset
|
640 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
1e08a5b0add9
Changed table header string and set the column width to percental value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
903
diff
changeset
|
641 Added i18n string for "Q/D" table header. |
1e08a5b0add9
Changed table header string and set the column width to percental value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
903
diff
changeset
|
642 |
903
dd702348b878
Changed columns to the correct type for most tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
902
diff
changeset
|
643 2011-09-14 Raimund Renkert <raimund.renkert@intevation.de> |
dd702348b878
Changed columns to the correct type for most tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
902
diff
changeset
|
644 |
dd702348b878
Changed columns to the correct type for most tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
902
diff
changeset
|
645 Issue200 |
dd702348b878
Changed columns to the correct type for most tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
902
diff
changeset
|
646 |
dd702348b878
Changed columns to the correct type for most tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
902
diff
changeset
|
647 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
dd702348b878
Changed columns to the correct type for most tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
902
diff
changeset
|
648 src/main/java/de/intevation/flys/client/client/ui/wq/QDTable.java, |
dd702348b878
Changed columns to the correct type for most tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
902
diff
changeset
|
649 src/main/java/de/intevation/flys/client/client/ui/wq/WTable.java, |
dd702348b878
Changed columns to the correct type for most tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
902
diff
changeset
|
650 src/main/java/de/intevation/flys/client/client/ui/range/LocationsTable.java, |
dd702348b878
Changed columns to the correct type for most tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
902
diff
changeset
|
651 src/main/java/de/intevation/flys/client/client/ui/range/RangeTable.java, |
dd702348b878
Changed columns to the correct type for most tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
902
diff
changeset
|
652 src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: |
dd702348b878
Changed columns to the correct type for most tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
902
diff
changeset
|
653 Changed columns to the correct type for most tables. |
dd702348b878
Changed columns to the correct type for most tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
902
diff
changeset
|
654 |
902
470912f16876
Changed i18n string for "Q/D" table header.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
901
diff
changeset
|
655 2011-09-14 Raimund Renkert <raimund.renkert@intevation.de> |
470912f16876
Changed i18n string for "Q/D" table header.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
901
diff
changeset
|
656 |
470912f16876
Changed i18n string for "Q/D" table header.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
901
diff
changeset
|
657 Issue195 |
470912f16876
Changed i18n string for "Q/D" table header.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
901
diff
changeset
|
658 |
470912f16876
Changed i18n string for "Q/D" table header.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
901
diff
changeset
|
659 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
470912f16876
Changed i18n string for "Q/D" table header.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
901
diff
changeset
|
660 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
470912f16876
Changed i18n string for "Q/D" table header.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
901
diff
changeset
|
661 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
470912f16876
Changed i18n string for "Q/D" table header.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
901
diff
changeset
|
662 Changed i18n string for "Q/D" table header. |
470912f16876
Changed i18n string for "Q/D" table header.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
901
diff
changeset
|
663 |
901
3ef7205b814e
Added stubs for two datacage panels - one for choosing waterlevels, one for choosing DEMs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
900
diff
changeset
|
664 2011-09-14 Ingo Weinzierl <ingo@intevation.de> |
3ef7205b814e
Added stubs for two datacage panels - one for choosing waterlevels, one for choosing DEMs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
900
diff
changeset
|
665 |
3ef7205b814e
Added stubs for two datacage panels - one for choosing waterlevels, one for choosing DEMs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
900
diff
changeset
|
666 * src/main/java/de/intevation/flys/client/client/ui/DemDatacagePanel.java, |
3ef7205b814e
Added stubs for two datacage panels - one for choosing waterlevels, one for choosing DEMs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
900
diff
changeset
|
667 src/main/java/de/intevation/flys/client/client/ui/WspDatacagePanel.java: |
3ef7205b814e
Added stubs for two datacage panels - one for choosing waterlevels, one for choosing DEMs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
900
diff
changeset
|
668 New. Two concrete subclasses of DatacagePanel - one for choosing a dem |
3ef7205b814e
Added stubs for two datacage panels - one for choosing waterlevels, one for choosing DEMs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
900
diff
changeset
|
669 and one for choosing a waterlevel. |
3ef7205b814e
Added stubs for two datacage panels - one for choosing waterlevels, one for choosing DEMs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
900
diff
changeset
|
670 |
3ef7205b814e
Added stubs for two datacage panels - one for choosing waterlevels, one for choosing DEMs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
900
diff
changeset
|
671 * src/main/java/de/intevation/flys/client/client/ui/DatacagePanel.java: |
3ef7205b814e
Added stubs for two datacage panels - one for choosing waterlevels, one for choosing DEMs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
900
diff
changeset
|
672 Some refactoring that makes it able to subclass the DatacagePanel. Now, |
3ef7205b814e
Added stubs for two datacage panels - one for choosing waterlevels, one for choosing DEMs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
900
diff
changeset
|
673 this class is abstract and needs to be subclassed. |
3ef7205b814e
Added stubs for two datacage panels - one for choosing waterlevels, one for choosing DEMs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
900
diff
changeset
|
674 |
3ef7205b814e
Added stubs for two datacage panels - one for choosing waterlevels, one for choosing DEMs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
900
diff
changeset
|
675 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: |
3ef7205b814e
Added stubs for two datacage panels - one for choosing waterlevels, one for choosing DEMs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
900
diff
changeset
|
676 Registered the DemDatacagePanel and WspDatacagePanel as new UIProviders. |
3ef7205b814e
Added stubs for two datacage panels - one for choosing waterlevels, one for choosing DEMs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
900
diff
changeset
|
677 |
900
c580a336438c
Changed i18n string for search field label.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
899
diff
changeset
|
678 2011-09-14 Raimund Renkert <raimund.renkert@intevation.de> |
c580a336438c
Changed i18n string for search field label.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
899
diff
changeset
|
679 |
c580a336438c
Changed i18n string for search field label.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
899
diff
changeset
|
680 Issue313 |
c580a336438c
Changed i18n string for search field label.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
899
diff
changeset
|
681 |
c580a336438c
Changed i18n string for search field label.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
899
diff
changeset
|
682 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
c580a336438c
Changed i18n string for search field label.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
899
diff
changeset
|
683 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties: |
c580a336438c
Changed i18n string for search field label.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
899
diff
changeset
|
684 Changed i18n string for search field label. |
c580a336438c
Changed i18n string for search field label.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
899
diff
changeset
|
685 |
898
a9dd792444a1
Changed style for loading panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
897
diff
changeset
|
686 2011-09-14 Raimund Renkert <raimund.renkert@intevation.de> |
a9dd792444a1
Changed style for loading panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
897
diff
changeset
|
687 |
a9dd792444a1
Changed style for loading panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
897
diff
changeset
|
688 Issue299 |
a9dd792444a1
Changed style for loading panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
897
diff
changeset
|
689 |
a9dd792444a1
Changed style for loading panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
897
diff
changeset
|
690 * src/main/java/de/intevation/flys/client/client/ui/LoadingPanel.java, |
a9dd792444a1
Changed style for loading panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
897
diff
changeset
|
691 src/main/webapp/FLYS.css: |
a9dd792444a1
Changed style for loading panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
897
diff
changeset
|
692 Changed style for loading panel. |
a9dd792444a1
Changed style for loading panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
897
diff
changeset
|
693 |
897
2b6efb8b2301
Refactored DatacageWidget to allow reuse in other use-cases.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
896
diff
changeset
|
694 2011-09-14 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2b6efb8b2301
Refactored DatacageWidget to allow reuse in other use-cases.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
896
diff
changeset
|
695 |
899
6e678b5d08a4
New widget for future use.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
898
diff
changeset
|
696 New DatacageTwinWidget to be used in W-Differences GUI. |
6e678b5d08a4
New widget for future use.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
898
diff
changeset
|
697 |
6e678b5d08a4
New widget for future use.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
898
diff
changeset
|
698 * src/main/java/de/intevation/flys/client/client/ui/DatacagePairWidget.java: |
6e678b5d08a4
New widget for future use.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
898
diff
changeset
|
699 New, display two datacages and a "+" button. On selection and |
6e678b5d08a4
New widget for future use.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
898
diff
changeset
|
700 plus-button press will in future add names of selections into a |
6e678b5d08a4
New widget for future use.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
898
diff
changeset
|
701 given ListGrid. |
6e678b5d08a4
New widget for future use.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
898
diff
changeset
|
702 |
6e678b5d08a4
New widget for future use.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
898
diff
changeset
|
703 2011-09-14 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
6e678b5d08a4
New widget for future use.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
898
diff
changeset
|
704 |
897
2b6efb8b2301
Refactored DatacageWidget to allow reuse in other use-cases.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
896
diff
changeset
|
705 Ease access to selected elements of a DatacageWidget. Make button-less |
2b6efb8b2301
Refactored DatacageWidget to allow reuse in other use-cases.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
896
diff
changeset
|
706 DatacageWidget possible. |
2b6efb8b2301
Refactored DatacageWidget to allow reuse in other use-cases.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
896
diff
changeset
|
707 |
2b6efb8b2301
Refactored DatacageWidget to allow reuse in other use-cases.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
896
diff
changeset
|
708 * src/main/java/de/intevation/flys/client/client/ui/DatacageWidget.java: |
2b6efb8b2301
Refactored DatacageWidget to allow reuse in other use-cases.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
896
diff
changeset
|
709 Refactored to allow for button-less Widget and still be able to |
2b6efb8b2301
Refactored DatacageWidget to allow reuse in other use-cases.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
896
diff
changeset
|
710 access current selection as ToLoad-objects from "outside"; in coo |
2b6efb8b2301
Refactored DatacageWidget to allow reuse in other use-cases.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
896
diff
changeset
|
711 with Ingo Weinzierl. |
2b6efb8b2301
Refactored DatacageWidget to allow reuse in other use-cases.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
896
diff
changeset
|
712 |
896
fe23bbf0ea11
Fixed a problem with renaming collection view title and duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
895
diff
changeset
|
713 2011-09-14 Raimund Renkert <raimund.renkert@intevation.de> |
fe23bbf0ea11
Fixed a problem with renaming collection view title and duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
895
diff
changeset
|
714 |
fe23bbf0ea11
Fixed a problem with renaming collection view title and duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
895
diff
changeset
|
715 * src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java, |
fe23bbf0ea11
Fixed a problem with renaming collection view title and duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
895
diff
changeset
|
716 src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
fe23bbf0ea11
Fixed a problem with renaming collection view title and duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
895
diff
changeset
|
717 Fixed a problem with renaming collection view title and duplicating projects. |
fe23bbf0ea11
Fixed a problem with renaming collection view title and duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
895
diff
changeset
|
718 |
895
9acbd3f98262
Update the collection view title when the project name changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
894
diff
changeset
|
719 2011-09-14 Raimund Renkert <raimund.renkert@intevation.de> |
9acbd3f98262
Update the collection view title when the project name changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
894
diff
changeset
|
720 |
9acbd3f98262
Update the collection view title when the project name changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
894
diff
changeset
|
721 Issue166 |
9acbd3f98262
Update the collection view title when the project name changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
894
diff
changeset
|
722 |
9acbd3f98262
Update the collection view title when the project name changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
894
diff
changeset
|
723 * src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java, |
9acbd3f98262
Update the collection view title when the project name changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
894
diff
changeset
|
724 src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
9acbd3f98262
Update the collection view title when the project name changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
894
diff
changeset
|
725 Update the collection view title when the project name changes. |
9acbd3f98262
Update the collection view title when the project name changes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
894
diff
changeset
|
726 |
894
5341be7dec7a
Removed the table listener for "Q" input. The table is no longer used
Raimund Renkert <raimund.renkert@intevation.de>
parents:
893
diff
changeset
|
727 2011-09-14 Raimund Renkert <raimund.renkert@intevation.de> |
5341be7dec7a
Removed the table listener for "Q" input. The table is no longer used
Raimund Renkert <raimund.renkert@intevation.de>
parents:
893
diff
changeset
|
728 |
5341be7dec7a
Removed the table listener for "Q" input. The table is no longer used
Raimund Renkert <raimund.renkert@intevation.de>
parents:
893
diff
changeset
|
729 Issue203 |
5341be7dec7a
Removed the table listener for "Q" input. The table is no longer used
Raimund Renkert <raimund.renkert@intevation.de>
parents:
893
diff
changeset
|
730 |
5341be7dec7a
Removed the table listener for "Q" input. The table is no longer used
Raimund Renkert <raimund.renkert@intevation.de>
parents:
893
diff
changeset
|
731 * src/main/java/de/intevation/flys/client/client/ui/wq/QDTable.java, |
5341be7dec7a
Removed the table listener for "Q" input. The table is no longer used
Raimund Renkert <raimund.renkert@intevation.de>
parents:
893
diff
changeset
|
732 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
5341be7dec7a
Removed the table listener for "Q" input. The table is no longer used
Raimund Renkert <raimund.renkert@intevation.de>
parents:
893
diff
changeset
|
733 Removed the table listener for "Q" input. The table is no longer used |
5341be7dec7a
Removed the table listener for "Q" input. The table is no longer used
Raimund Renkert <raimund.renkert@intevation.de>
parents:
893
diff
changeset
|
734 for input assistance. |
5341be7dec7a
Removed the table listener for "Q" input. The table is no longer used
Raimund Renkert <raimund.renkert@intevation.de>
parents:
893
diff
changeset
|
735 |
893
89c01218172b
Clear the table filter on tab selection change and input method change.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
892
diff
changeset
|
736 2011-09-14 Raimund Renkert <raimund.renkert@intevation.de> |
89c01218172b
Clear the table filter on tab selection change and input method change.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
892
diff
changeset
|
737 |
89c01218172b
Clear the table filter on tab selection change and input method change.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
892
diff
changeset
|
738 Issue305 |
89c01218172b
Clear the table filter on tab selection change and input method change.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
892
diff
changeset
|
739 |
89c01218172b
Clear the table filter on tab selection change and input method change.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
892
diff
changeset
|
740 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
89c01218172b
Clear the table filter on tab selection change and input method change.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
892
diff
changeset
|
741 src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java, |
89c01218172b
Clear the table filter on tab selection change and input method change.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
892
diff
changeset
|
742 src/main/java/de/intevation/flys/client/client/ui/TableFilter.java: |
89c01218172b
Clear the table filter on tab selection change and input method change.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
892
diff
changeset
|
743 Clear the table filter on tab selection change and input method |
89c01218172b
Clear the table filter on tab selection change and input method change.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
892
diff
changeset
|
744 change. |
89c01218172b
Clear the table filter on tab selection change and input method change.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
892
diff
changeset
|
745 |
892
63b258bf365c
Bugfix: Use name instead of description for loading new facets via Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
891
diff
changeset
|
746 2011-09-14 Ingo Weinzierl <ingo@intevation.de> |
63b258bf365c
Bugfix: Use name instead of description for loading new facets via Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
891
diff
changeset
|
747 |
63b258bf365c
Bugfix: Use name instead of description for loading new facets via Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
891
diff
changeset
|
748 * src/main/java/de/intevation/flys/client/server/meta/Converter.java: |
63b258bf365c
Bugfix: Use name instead of description for loading new facets via Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
891
diff
changeset
|
749 Extract the name AND the description from dom Element. Use both |
63b258bf365c
Bugfix: Use name instead of description for loading new facets via Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
891
diff
changeset
|
750 attributes to create a new DataCageNode with 'name' and 'description'. |
63b258bf365c
Bugfix: Use name instead of description for loading new facets via Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
891
diff
changeset
|
751 The 'description' depends on the Element: if it has an attribute |
63b258bf365c
Bugfix: Use name instead of description for loading new facets via Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
891
diff
changeset
|
752 'description', this one is used otherwise the 'description' is |
63b258bf365c
Bugfix: Use name instead of description for loading new facets via Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
891
diff
changeset
|
753 "${'name'}". |
63b258bf365c
Bugfix: Use name instead of description for loading new facets via Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
891
diff
changeset
|
754 |
63b258bf365c
Bugfix: Use name instead of description for loading new facets via Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
891
diff
changeset
|
755 * src/main/java/de/intevation/flys/client/shared/model/DataCageNode.java: |
63b258bf365c
Bugfix: Use name instead of description for loading new facets via Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
891
diff
changeset
|
756 Added a new attribute 'description' with getter method and new |
63b258bf365c
Bugfix: Use name instead of description for loading new facets via Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
891
diff
changeset
|
757 constructor. |
63b258bf365c
Bugfix: Use name instead of description for loading new facets via Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
891
diff
changeset
|
758 |
63b258bf365c
Bugfix: Use name instead of description for loading new facets via Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
891
diff
changeset
|
759 * src/main/java/de/intevation/flys/client/client/ui/DatacageWidget.java: |
63b258bf365c
Bugfix: Use name instead of description for loading new facets via Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
891
diff
changeset
|
760 Display the 'description' of DataCageNodes in the Datacage tree, but use |
63b258bf365c
Bugfix: Use name instead of description for loading new facets via Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
891
diff
changeset
|
761 the 'name' for in the ToLoad object which is created after pressing the |
63b258bf365c
Bugfix: Use name instead of description for loading new facets via Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
891
diff
changeset
|
762 "+" button. |
63b258bf365c
Bugfix: Use name instead of description for loading new facets via Datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
891
diff
changeset
|
763 |
891
f6c14ffdfd07
Rest for fix for flys/issue311 .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
890
diff
changeset
|
764 2011-09-14 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
f6c14ffdfd07
Rest for fix for flys/issue311 .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
890
diff
changeset
|
765 |
f6c14ffdfd07
Rest for fix for flys/issue311 .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
890
diff
changeset
|
766 Committed rest for fix flys/issue311 (translation of crosssection). |
f6c14ffdfd07
Rest for fix for flys/issue311 .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
890
diff
changeset
|
767 |
f6c14ffdfd07
Rest for fix for flys/issue311 .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
890
diff
changeset
|
768 * src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java, |
f6c14ffdfd07
Rest for fix for flys/issue311 .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
890
diff
changeset
|
769 src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: |
f6c14ffdfd07
Rest for fix for flys/issue311 .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
890
diff
changeset
|
770 Use translated "actions" string, use constant instead of spelled-out |
f6c14ffdfd07
Rest for fix for flys/issue311 .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
890
diff
changeset
|
771 string. |
f6c14ffdfd07
Rest for fix for flys/issue311 .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
890
diff
changeset
|
772 |
890
c87500c42c5d
Fix flys/issue309 (crosssection-km-spinner does not respond to return key).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
889
diff
changeset
|
773 2011-09-14 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
c87500c42c5d
Fix flys/issue309 (crosssection-km-spinner does not respond to return key).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
889
diff
changeset
|
774 |
c87500c42c5d
Fix flys/issue309 (crosssection-km-spinner does not respond to return key).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
889
diff
changeset
|
775 Fix flys/issue309 (crosssection-spinner does not trigger action when |
c87500c42c5d
Fix flys/issue309 (crosssection-km-spinner does not respond to return key).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
889
diff
changeset
|
776 return pressed). |
c87500c42c5d
Fix flys/issue309 (crosssection-km-spinner does not respond to return key).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
889
diff
changeset
|
777 |
c87500c42c5d
Fix flys/issue309 (crosssection-km-spinner does not respond to return key).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
889
diff
changeset
|
778 * src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java: |
c87500c42c5d
Fix flys/issue309 (crosssection-km-spinner does not respond to return key).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
889
diff
changeset
|
779 Trigger ChangedEvent on each keypress when any value given. |
c87500c42c5d
Fix flys/issue309 (crosssection-km-spinner does not respond to return key).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
889
diff
changeset
|
780 |
c87500c42c5d
Fix flys/issue309 (crosssection-km-spinner does not respond to return key).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
889
diff
changeset
|
781 2011-09-14 Raimund Renkert <raimund.renkert@intevation.de> |
889
2c9c3448e499
Fixed some minor problems and strings in projectlist.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
888
diff
changeset
|
782 |
2c9c3448e499
Fixed some minor problems and strings in projectlist.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
888
diff
changeset
|
783 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
2c9c3448e499
Fixed some minor problems and strings in projectlist.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
888
diff
changeset
|
784 Fixed NPE problem on empty list. |
2c9c3448e499
Fixed some minor problems and strings in projectlist.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
888
diff
changeset
|
785 Changed filter to caseinsensitiv. (Issue285) |
2c9c3448e499
Fixed some minor problems and strings in projectlist.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
888
diff
changeset
|
786 Changed the copy-prefix for duplicated projects. |
2c9c3448e499
Fixed some minor problems and strings in projectlist.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
888
diff
changeset
|
787 |
888
d6b88f8f88dd
Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
887
diff
changeset
|
788 2011-09-14 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
d6b88f8f88dd
Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
887
diff
changeset
|
789 |
d6b88f8f88dd
Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
887
diff
changeset
|
790 Fix flys/issue311 (i18n of crosssection). |
d6b88f8f88dd
Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
887
diff
changeset
|
791 |
d6b88f8f88dd
Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
887
diff
changeset
|
792 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
d6b88f8f88dd
Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
887
diff
changeset
|
793 src/main/java/de/intevation/flys/client/client/FLYSConstants.java, |
d6b88f8f88dd
Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
887
diff
changeset
|
794 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
d6b88f8f88dd
Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
887
diff
changeset
|
795 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
d6b88f8f88dd
Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
887
diff
changeset
|
796 Added translation for crosssections "actions" and w-diff export. |
d6b88f8f88dd
Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
887
diff
changeset
|
797 |
d6b88f8f88dd
Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
887
diff
changeset
|
798 * src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java: |
d6b88f8f88dd
Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
887
diff
changeset
|
799 Use translated "actions" string. |
d6b88f8f88dd
Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
887
diff
changeset
|
800 |
891
f6c14ffdfd07
Rest for fix for flys/issue311 .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
890
diff
changeset
|
801 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: |
888
d6b88f8f88dd
Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
887
diff
changeset
|
802 Use constant instead of spelled-out string. |
d6b88f8f88dd
Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
887
diff
changeset
|
803 |
887
6a27949c7022
Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
886
diff
changeset
|
804 2011-09-13 Raimund Renkert <raimund.renkert@intevation.de> |
6a27949c7022
Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
886
diff
changeset
|
805 |
6a27949c7022
Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
886
diff
changeset
|
806 Issue234/266 |
6a27949c7022
Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
886
diff
changeset
|
807 |
6a27949c7022
Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
886
diff
changeset
|
808 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
6a27949c7022
Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
886
diff
changeset
|
809 Added feature for duplicating projects. |
6a27949c7022
Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
886
diff
changeset
|
810 |
6a27949c7022
Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
886
diff
changeset
|
811 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
6a27949c7022
Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
886
diff
changeset
|
812 src/main/java/de/intevation/flys/client/client/FLYSConstants.java, |
6a27949c7022
Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
886
diff
changeset
|
813 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
6a27949c7022
Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
886
diff
changeset
|
814 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
6a27949c7022
Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
886
diff
changeset
|
815 Added i18n string for context menu and project name. |
6a27949c7022
Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
886
diff
changeset
|
816 |
886
2161d3acc83f
Changed field size from fixed to percental value in helper tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
885
diff
changeset
|
817 2011-09-13 Raimund Renkert <raimund.renkert@intevation.de> |
2161d3acc83f
Changed field size from fixed to percental value in helper tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
885
diff
changeset
|
818 |
2161d3acc83f
Changed field size from fixed to percental value in helper tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
885
diff
changeset
|
819 Issue239 |
2161d3acc83f
Changed field size from fixed to percental value in helper tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
885
diff
changeset
|
820 |
2161d3acc83f
Changed field size from fixed to percental value in helper tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
885
diff
changeset
|
821 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
2161d3acc83f
Changed field size from fixed to percental value in helper tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
885
diff
changeset
|
822 src/main/java/de/intevation/flys/client/client/ui/range/LocationsTable.java, |
2161d3acc83f
Changed field size from fixed to percental value in helper tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
885
diff
changeset
|
823 src/main/java/de/intevation/flys/client/client/ui/range/RangeTable.java, |
2161d3acc83f
Changed field size from fixed to percental value in helper tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
885
diff
changeset
|
824 src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: |
2161d3acc83f
Changed field size from fixed to percental value in helper tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
885
diff
changeset
|
825 Changed field size from fixed to percental value. |
2161d3acc83f
Changed field size from fixed to percental value in helper tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
885
diff
changeset
|
826 |
885
eeea6a02d62c
Added filter functionality to the project list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
884
diff
changeset
|
827 2011-09-13 Raimund Renkert <raimund.renkert@intevation.de> |
eeea6a02d62c
Added filter functionality to the project list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
884
diff
changeset
|
828 |
eeea6a02d62c
Added filter functionality to the project list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
884
diff
changeset
|
829 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
eeea6a02d62c
Added filter functionality to the project list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
884
diff
changeset
|
830 Added filter functionality to the project list. |
eeea6a02d62c
Added filter functionality to the project list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
884
diff
changeset
|
831 |
884
ace7e9cfbb7f
Fixed some bugs that avoided datacage usage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
883
diff
changeset
|
832 2011-09-13 Ingo Weinzierl <ingo@intevation.de> |
ace7e9cfbb7f
Fixed some bugs that avoided datacage usage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
883
diff
changeset
|
833 |
ace7e9cfbb7f
Fixed some bugs that avoided datacage usage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
883
diff
changeset
|
834 * src/main/java/de/intevation/flys/client/shared/model/ArtifactFilter.java: |
ace7e9cfbb7f
Fixed some bugs that avoided datacage usage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
883
diff
changeset
|
835 Call default constructor in parameterized constructor to initialize data |
ace7e9cfbb7f
Fixed some bugs that avoided datacage usage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
883
diff
changeset
|
836 structures. |
ace7e9cfbb7f
Fixed some bugs that avoided datacage usage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
883
diff
changeset
|
837 |
ace7e9cfbb7f
Fixed some bugs that avoided datacage usage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
883
diff
changeset
|
838 * src/main/java/de/intevation/flys/client/client/ui/DatacageWidget.java: |
ace7e9cfbb7f
Fixed some bugs that avoided datacage usage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
883
diff
changeset
|
839 Repaired broken if-statement that avoided adding new DatacageHandlers. |
ace7e9cfbb7f
Fixed some bugs that avoided datacage usage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
883
diff
changeset
|
840 |
883
cd286de8f2ad
Datacage window in Output tabs fetches information for the current output now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
882
diff
changeset
|
841 2011-09-13 Ingo Weinzierl <ingo@intevation.de> |
cd286de8f2ad
Datacage window in Output tabs fetches information for the current output now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
882
diff
changeset
|
842 |
cd286de8f2ad
Datacage window in Output tabs fetches information for the current output now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
882
diff
changeset
|
843 * src/main/java/de/intevation/flys/client/client/ui/OutputTab.java: Added |
cd286de8f2ad
Datacage window in Output tabs fetches information for the current output now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
882
diff
changeset
|
844 method that returns the name of the current output. |
cd286de8f2ad
Datacage window in Output tabs fetches information for the current output now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
882
diff
changeset
|
845 |
cd286de8f2ad
Datacage window in Output tabs fetches information for the current output now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
882
diff
changeset
|
846 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: |
cd286de8f2ad
Datacage window in Output tabs fetches information for the current output now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
882
diff
changeset
|
847 Resolved TODO: the datacage window fetches the data for the current |
cd286de8f2ad
Datacage window in Output tabs fetches information for the current output now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
882
diff
changeset
|
848 output now. |
cd286de8f2ad
Datacage window in Output tabs fetches information for the current output now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
882
diff
changeset
|
849 |
882
d3b4010d2c89
I293: Set the style of digitized features in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
881
diff
changeset
|
850 2011-09-13 Ingo Weinzierl <ingo@intevation.de> |
d3b4010d2c89
I293: Set the style of digitized features in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
881
diff
changeset
|
851 |
d3b4010d2c89
I293: Set the style of digitized features in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
881
diff
changeset
|
852 flys/issue293 (Karte: Farbliche Anpassung der digitalisierten Objekte) |
d3b4010d2c89
I293: Set the style of digitized features in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
881
diff
changeset
|
853 |
d3b4010d2c89
I293: Set the style of digitized features in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
881
diff
changeset
|
854 * src/main/java/de/intevation/flys/client/client/ui/map/DrawControl.java, |
d3b4010d2c89
I293: Set the style of digitized features in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
881
diff
changeset
|
855 src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java: Set |
d3b4010d2c89
I293: Set the style of digitized features in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
881
diff
changeset
|
856 style attribute for newly created vector features. The styled is based |
d3b4010d2c89
I293: Set the style of digitized features in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
881
diff
changeset
|
857 on the "type" attribute of a feature. FloodMap.getStyle(String type) |
d3b4010d2c89
I293: Set the style of digitized features in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
881
diff
changeset
|
858 returns the Style for the specified type. |
d3b4010d2c89
I293: Set the style of digitized features in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
881
diff
changeset
|
859 |
881
4af1ee86b0b1
Bugfix: #289 Set map units 'm'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
880
diff
changeset
|
860 2011-09-13 Ingo Weinzierl <ingo@intevation.de> |
4af1ee86b0b1
Bugfix: #289 Set map units 'm'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
880
diff
changeset
|
861 |
4af1ee86b0b1
Bugfix: #289 Set map units 'm'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
880
diff
changeset
|
862 flys/issue289 (Karte: Messen von Strecken und Flächen in falscher |
4af1ee86b0b1
Bugfix: #289 Set map units 'm'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
880
diff
changeset
|
863 Dimension) |
4af1ee86b0b1
Bugfix: #289 Set map units 'm'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
880
diff
changeset
|
864 |
4af1ee86b0b1
Bugfix: #289 Set map units 'm'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
880
diff
changeset
|
865 * src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java: Set |
4af1ee86b0b1
Bugfix: #289 Set map units 'm'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
880
diff
changeset
|
866 map units 'm'. |
4af1ee86b0b1
Bugfix: #289 Set map units 'm'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
880
diff
changeset
|
867 |
880
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
879
diff
changeset
|
868 2011-09-13 Ingo Weinzierl <ingo@intevation.de> |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
879
diff
changeset
|
869 |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
879
diff
changeset
|
870 flys/issue286 (Karte: Tooltips für die Werkzeugleiste) |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
879
diff
changeset
|
871 |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
879
diff
changeset
|
872 * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java, |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
879
diff
changeset
|
873 src/main/java/de/intevation/flys/client/client/ui/map/MeasureControl.java, |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
879
diff
changeset
|
874 src/main/java/de/intevation/flys/client/client/ui/map/DrawControl.java: |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
879
diff
changeset
|
875 Added tooltips for map controls. |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
879
diff
changeset
|
876 |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
879
diff
changeset
|
877 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
879
diff
changeset
|
878 src/main/java/de/intevation/flys/client/client/FLYSConstants.java, |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
879
diff
changeset
|
879 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
879
diff
changeset
|
880 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
879
diff
changeset
|
881 Added tooltip texts. |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
879
diff
changeset
|
882 |
879
5a299d49a989
Set the data table cells selectable for copy&paste.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
878
diff
changeset
|
883 2011-09-12 Raimund Renkert <raimund.renkert@intevation.de> |
5a299d49a989
Set the data table cells selectable for copy&paste.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
878
diff
changeset
|
884 |
5a299d49a989
Set the data table cells selectable for copy&paste.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
878
diff
changeset
|
885 * src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java: |
5a299d49a989
Set the data table cells selectable for copy&paste.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
878
diff
changeset
|
886 Set the data table cells selectable for copy&paste. |
5a299d49a989
Set the data table cells selectable for copy&paste.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
878
diff
changeset
|
887 |
878
d7c322a3bb32
Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
877
diff
changeset
|
888 2011-09-12 Ingo Weinzierl <ingo@intevation.de> |
d7c322a3bb32
Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
877
diff
changeset
|
889 |
d7c322a3bb32
Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
877
diff
changeset
|
890 * src/main/java/de/intevation/flys/client/client/ui/LoadingPanel.java: |
d7c322a3bb32
Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
877
diff
changeset
|
891 Introduced i18n for messages in the loading panel. Note that messages |
d7c322a3bb32
Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
877
diff
changeset
|
892 parsed from Artifact's DESCRIBE are _NOT_ based on the client's locale! |
d7c322a3bb32
Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
877
diff
changeset
|
893 |
d7c322a3bb32
Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
877
diff
changeset
|
894 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
d7c322a3bb32
Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
877
diff
changeset
|
895 src/main/java/de/intevation/flys/client/client/FLYSConstants.java, |
d7c322a3bb32
Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
877
diff
changeset
|
896 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
d7c322a3bb32
Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
877
diff
changeset
|
897 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
d7c322a3bb32
Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
877
diff
changeset
|
898 Added strings used in the loading panel. |
d7c322a3bb32
Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
877
diff
changeset
|
899 |
877
f343b4c2d135
Set header fields to fixed order in project list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
876
diff
changeset
|
900 2011-09-12 Raimund Renkert <raimund.renkert@intevation.de> |
f343b4c2d135
Set header fields to fixed order in project list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
876
diff
changeset
|
901 |
f343b4c2d135
Set header fields to fixed order in project list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
876
diff
changeset
|
902 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
f343b4c2d135
Set header fields to fixed order in project list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
876
diff
changeset
|
903 Set header fields to fixed order. (Issue240) |
f343b4c2d135
Set header fields to fixed order in project list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
876
diff
changeset
|
904 |
876
dbaef661d0e5
Changed i18n string for empty table and set header fields to fixed order.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
875
diff
changeset
|
905 2011-09-12 Raimund Renkert <raimund.renkert@intevation.de> |
dbaef661d0e5
Changed i18n string for empty table and set header fields to fixed order.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
875
diff
changeset
|
906 |
dbaef661d0e5
Changed i18n string for empty table and set header fields to fixed order.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
875
diff
changeset
|
907 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
dbaef661d0e5
Changed i18n string for empty table and set header fields to fixed order.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
875
diff
changeset
|
908 src/main/java/de/intevation/flys/client/client/ui/range/LocationsTable.java, |
dbaef661d0e5
Changed i18n string for empty table and set header fields to fixed order.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
875
diff
changeset
|
909 src/main/java/de/intevation/flys/client/client/ui/range/RangeTable.java, |
dbaef661d0e5
Changed i18n string for empty table and set header fields to fixed order.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
875
diff
changeset
|
910 src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: |
dbaef661d0e5
Changed i18n string for empty table and set header fields to fixed order.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
875
diff
changeset
|
911 Changed i18n string for empty table and set header fields to fixed order. |
dbaef661d0e5
Changed i18n string for empty table and set header fields to fixed order.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
875
diff
changeset
|
912 |
dbaef661d0e5
Changed i18n string for empty table and set header fields to fixed order.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
875
diff
changeset
|
913 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
dbaef661d0e5
Changed i18n string for empty table and set header fields to fixed order.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
875
diff
changeset
|
914 src/main/java/de/intevation/flys/client/client/FLYSConstants.java, |
dbaef661d0e5
Changed i18n string for empty table and set header fields to fixed order.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
875
diff
changeset
|
915 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
dbaef661d0e5
Changed i18n string for empty table and set header fields to fixed order.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
875
diff
changeset
|
916 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
dbaef661d0e5
Changed i18n string for empty table and set header fields to fixed order.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
875
diff
changeset
|
917 Added i18n string for empty table. |
dbaef661d0e5
Changed i18n string for empty table and set header fields to fixed order.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
875
diff
changeset
|
918 |
875
a77958780e1c
Updated the search field style including i18n and changed the handler
Raimund Renkert <raimund.renkert@intevation.de>
parents:
874
diff
changeset
|
919 2011-09-12 Raimund Renkert <raimund.renkert@intevation.de> |
a77958780e1c
Updated the search field style including i18n and changed the handler
Raimund Renkert <raimund.renkert@intevation.de>
parents:
874
diff
changeset
|
920 |
a77958780e1c
Updated the search field style including i18n and changed the handler
Raimund Renkert <raimund.renkert@intevation.de>
parents:
874
diff
changeset
|
921 * src/main/java/de/intevation/flys/client/client/ui/TableFilter.java: |
a77958780e1c
Updated the search field style including i18n and changed the handler
Raimund Renkert <raimund.renkert@intevation.de>
parents:
874
diff
changeset
|
922 The TableFilter implements KeyUpHandler now to receive the last pressed |
a77958780e1c
Updated the search field style including i18n and changed the handler
Raimund Renkert <raimund.renkert@intevation.de>
parents:
874
diff
changeset
|
923 key. |
a77958780e1c
Updated the search field style including i18n and changed the handler
Raimund Renkert <raimund.renkert@intevation.de>
parents:
874
diff
changeset
|
924 Removed the 'clear' button and ClickHandler implementation and set the label |
a77958780e1c
Updated the search field style including i18n and changed the handler
Raimund Renkert <raimund.renkert@intevation.de>
parents:
874
diff
changeset
|
925 text to i18n strings. |
a77958780e1c
Updated the search field style including i18n and changed the handler
Raimund Renkert <raimund.renkert@intevation.de>
parents:
874
diff
changeset
|
926 |
a77958780e1c
Updated the search field style including i18n and changed the handler
Raimund Renkert <raimund.renkert@intevation.de>
parents:
874
diff
changeset
|
927 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
a77958780e1c
Updated the search field style including i18n and changed the handler
Raimund Renkert <raimund.renkert@intevation.de>
parents:
874
diff
changeset
|
928 src/main/java/de/intevation/flys/client/client/FLYSConstants.java, |
a77958780e1c
Updated the search field style including i18n and changed the handler
Raimund Renkert <raimund.renkert@intevation.de>
parents:
874
diff
changeset
|
929 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
a77958780e1c
Updated the search field style including i18n and changed the handler
Raimund Renkert <raimund.renkert@intevation.de>
parents:
874
diff
changeset
|
930 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
a77958780e1c
Updated the search field style including i18n and changed the handler
Raimund Renkert <raimund.renkert@intevation.de>
parents:
874
diff
changeset
|
931 Added i18n string for filter label. |
a77958780e1c
Updated the search field style including i18n and changed the handler
Raimund Renkert <raimund.renkert@intevation.de>
parents:
874
diff
changeset
|
932 |
874
d900ab031dfe
Set the default value of the AutoInteger panel to 'auto' if no other value is set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
873
diff
changeset
|
933 2011-09-12 Ingo Weinzierl <ingo@intevation.de> |
d900ab031dfe
Set the default value of the AutoInteger panel to 'auto' if no other value is set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
873
diff
changeset
|
934 |
d900ab031dfe
Set the default value of the AutoInteger panel to 'auto' if no other value is set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
873
diff
changeset
|
935 flys/issue282 (Karte: Abstand interpolierte Profile - Default wert) |
d900ab031dfe
Set the default value of the AutoInteger panel to 'auto' if no other value is set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
873
diff
changeset
|
936 |
d900ab031dfe
Set the default value of the AutoInteger panel to 'auto' if no other value is set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
873
diff
changeset
|
937 * src/main/java/de/intevation/flys/client/client/ui/AutoIntegerPanel.java: |
d900ab031dfe
Set the default value of the AutoInteger panel to 'auto' if no other value is set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
873
diff
changeset
|
938 Set default value (if no other value is set) to 'auto'. |
d900ab031dfe
Set the default value of the AutoInteger panel to 'auto' if no other value is set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
873
diff
changeset
|
939 |
873
77a549772aa9
Query MapInfo object for correct river (was hard coded).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
872
diff
changeset
|
940 2011-09-12 Ingo Weinzierl <ingo@intevation.de> |
77a549772aa9
Query MapInfo object for correct river (was hard coded).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
872
diff
changeset
|
941 |
77a549772aa9
Query MapInfo object for correct river (was hard coded).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
872
diff
changeset
|
942 * src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java: |
77a549772aa9
Query MapInfo object for correct river (was hard coded).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
872
diff
changeset
|
943 Implemented a method getDataValue(String state, String name) that searches |
77a549772aa9
Query MapInfo object for correct river (was hard coded).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
872
diff
changeset
|
944 for a specific state and data name and returns the string value if such |
77a549772aa9
Query MapInfo object for correct river (was hard coded).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
872
diff
changeset
|
945 a data object exists. |
77a549772aa9
Query MapInfo object for correct river (was hard coded).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
872
diff
changeset
|
946 |
77a549772aa9
Query MapInfo object for correct river (was hard coded).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
872
diff
changeset
|
947 * src/main/java/de/intevation/flys/client/client/ui/DigitizePanel.java: |
77a549772aa9
Query MapInfo object for correct river (was hard coded).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
872
diff
changeset
|
948 Find out the rivername on the fly (was hard coded before). |
77a549772aa9
Query MapInfo object for correct river (was hard coded).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
872
diff
changeset
|
949 |
872
a7179e3a774e
Suppress the GeoJSON string to be drawn into the static UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
870
diff
changeset
|
950 2011-09-12 Ingo Weinzierl <ingo@intevation.de> |
a7179e3a774e
Suppress the GeoJSON string to be drawn into the static UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
870
diff
changeset
|
951 |
a7179e3a774e
Suppress the GeoJSON string to be drawn into the static UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
870
diff
changeset
|
952 * src/main/java/de/intevation/flys/client/shared/model/DataList.java: Made |
a7179e3a774e
Suppress the GeoJSON string to be drawn into the static UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
870
diff
changeset
|
953 the DataList cloneable. |
a7179e3a774e
Suppress the GeoJSON string to be drawn into the static UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
870
diff
changeset
|
954 |
a7179e3a774e
Suppress the GeoJSON string to be drawn into the static UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
870
diff
changeset
|
955 * src/main/java/de/intevation/flys/client/client/ui/DigitizePanel.java: |
a7179e3a774e
Suppress the GeoJSON string to be drawn into the static UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
870
diff
changeset
|
956 Remove the data "uesk.barriers" that contains the GeoJSON geometries |
a7179e3a774e
Suppress the GeoJSON string to be drawn into the static UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
870
diff
changeset
|
957 from cloned DataList to supress the GeoJSON string in UI. |
a7179e3a774e
Suppress the GeoJSON string to be drawn into the static UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
870
diff
changeset
|
958 |
a7179e3a774e
Suppress the GeoJSON string to be drawn into the static UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
870
diff
changeset
|
959 2011-09-12 Ingo Weinzierl <ingo@intevation.de> |
a7179e3a774e
Suppress the GeoJSON string to be drawn into the static UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
870
diff
changeset
|
960 |
a7179e3a774e
Suppress the GeoJSON string to be drawn into the static UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
870
diff
changeset
|
961 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
a7179e3a774e
Suppress the GeoJSON string to be drawn into the static UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
870
diff
changeset
|
962 src/main/java/de/intevation/flys/client/client/ui/TableFilter.java, |
a7179e3a774e
Suppress the GeoJSON string to be drawn into the static UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
870
diff
changeset
|
963 src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: |
a7179e3a774e
Suppress the GeoJSON string to be drawn into the static UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
870
diff
changeset
|
964 Removed needless imports. |
a7179e3a774e
Suppress the GeoJSON string to be drawn into the static UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
870
diff
changeset
|
965 |
870
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
966 2011-09-09 Ingo Weinzierl <ingo@intevation.de> |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
967 |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
968 * src/main/java/de/intevation/flys/client/shared/model/CalculationMessage.java: |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
969 New. Status messages and progress information of Artifact's background |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
970 processes are stored in here. |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
971 |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
972 * src/main/java/de/intevation/flys/client/server/FLYSArtifactCreator.java: |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
973 Read status messages and progress information from Artifact's DESCRIBE. |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
974 Put a CalculationMessage object into the newly created artifacts. |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
975 |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
976 * src/main/java/de/intevation/flys/client/shared/model/WINFOArtifact.java, |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
977 src/main/java/de/intevation/flys/client/shared/model/DefaultArtifact.java, |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
978 src/main/java/de/intevation/flys/client/shared/model/Artifact.java: |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
979 Artifacts provide a method getBackgroundMessages() that returns a list |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
980 of CalculationMessages. |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
981 |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
982 * src/main/java/de/intevation/flys/client/client/images/loading.gif: A |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
983 spinner used in the loading panel. |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
984 |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
985 * src/main/java/de/intevation/flys/client/client/FLYSImages.java: Declared |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
986 the loading.gif. |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
987 |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
988 * src/main/java/de/intevation/flys/client/client/ui/LoadingPanel.java: Use |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
989 the status message and progress information to fill the loading panel |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
990 with text. The 'loading.gif' is placed at the top of this panel for a |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
991 nice visual effect. |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
992 |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
993 * src/main/webapp/FLYS.css: Set some style information for the loading |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
994 box. |
d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
869
diff
changeset
|
995 |
869
94d9c8353ca9
Fixed the filter function and the helper panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
868
diff
changeset
|
996 2011-09-08 Raimund Renkert <raimund.renkert@intevation.de> |
94d9c8353ca9
Fixed the filter function and the helper panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
868
diff
changeset
|
997 |
94d9c8353ca9
Fixed the filter function and the helper panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
868
diff
changeset
|
998 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: |
94d9c8353ca9
Fixed the filter function and the helper panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
868
diff
changeset
|
999 Changed 'addChild()' to 'addMember' at layout container to be able to |
94d9c8353ca9
Fixed the filter function and the helper panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
868
diff
changeset
|
1000 remove the content. |
94d9c8353ca9
Fixed the filter function and the helper panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
868
diff
changeset
|
1001 |
94d9c8353ca9
Fixed the filter function and the helper panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
868
diff
changeset
|
1002 * src/main/java/de/intevation/flys/client/client/ui/TableFilter.java: |
94d9c8353ca9
Fixed the filter function and the helper panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
868
diff
changeset
|
1003 Uncommented the fire event line to make the filter work. |
94d9c8353ca9
Fixed the filter function and the helper panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
868
diff
changeset
|
1004 |
868
439068365cde
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
867
diff
changeset
|
1005 2011-09-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
439068365cde
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
867
diff
changeset
|
1006 |
439068365cde
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
867
diff
changeset
|
1007 Minor cosmetics. |
439068365cde
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
867
diff
changeset
|
1008 |
439068365cde
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
867
diff
changeset
|
1009 * src/main/java/de/intevation/flys/client/client/ui/DatacageWidget.java: |
439068365cde
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
867
diff
changeset
|
1010 Minor cosmetics. |
439068365cde
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
867
diff
changeset
|
1011 |
867
6a2ed979dfcf
Added new UIProvider "DatacageTwinPanel", pass user via UIProviderFactory.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
866
diff
changeset
|
1012 2011-09-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
6a2ed979dfcf
Added new UIProvider "DatacageTwinPanel", pass user via UIProviderFactory.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
866
diff
changeset
|
1013 |
6a2ed979dfcf
Added new UIProvider "DatacageTwinPanel", pass user via UIProviderFactory.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
866
diff
changeset
|
1014 Added new UIProvider "DatacageTwinPanel"/ "datacage_twin_panel" (stub). As the |
6a2ed979dfcf
Added new UIProvider "DatacageTwinPanel", pass user via UIProviderFactory.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
866
diff
changeset
|
1015 Datacage needs to know a user, Modified UIProviderFactory to accept user in |
6a2ed979dfcf
Added new UIProvider "DatacageTwinPanel", pass user via UIProviderFactory.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
866
diff
changeset
|
1016 calls to getProvider. |
6a2ed979dfcf
Added new UIProvider "DatacageTwinPanel", pass user via UIProviderFactory.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
866
diff
changeset
|
1017 |
6a2ed979dfcf
Added new UIProvider "DatacageTwinPanel", pass user via UIProviderFactory.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
866
diff
changeset
|
1018 * src/main/java/de/intevation/flys/client/client/ui/DatacageTwinPanel.java: |
6a2ed979dfcf
Added new UIProvider "DatacageTwinPanel", pass user via UIProviderFactory.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
866
diff
changeset
|
1019 New. Display two DatacageWidgets. |
6a2ed979dfcf
Added new UIProvider "DatacageTwinPanel", pass user via UIProviderFactory.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
866
diff
changeset
|
1020 |
6a2ed979dfcf
Added new UIProvider "DatacageTwinPanel", pass user via UIProviderFactory.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
866
diff
changeset
|
1021 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java |
6a2ed979dfcf
Added new UIProvider "DatacageTwinPanel", pass user via UIProviderFactory.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
866
diff
changeset
|
1022 (getProvider): Added "user" argument, create DatacageTwinPanel if asked to. |
6a2ed979dfcf
Added new UIProvider "DatacageTwinPanel", pass user via UIProviderFactory.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
866
diff
changeset
|
1023 |
6a2ed979dfcf
Added new UIProvider "DatacageTwinPanel", pass user via UIProviderFactory.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
866
diff
changeset
|
1024 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
6a2ed979dfcf
Added new UIProvider "DatacageTwinPanel", pass user via UIProviderFactory.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
866
diff
changeset
|
1025 Pass user argument in call to UIProverFactory.getProvider(). |
6a2ed979dfcf
Added new UIProvider "DatacageTwinPanel", pass user via UIProviderFactory.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
866
diff
changeset
|
1026 |
866
593e6c49c6ee
Added "w_differences" translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
865
diff
changeset
|
1027 2011-09-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
593e6c49c6ee
Added "w_differences" translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
865
diff
changeset
|
1028 |
593e6c49c6ee
Added "w_differences" translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
865
diff
changeset
|
1029 Added w_differences translation. |
593e6c49c6ee
Added "w_differences" translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
865
diff
changeset
|
1030 |
593e6c49c6ee
Added "w_differences" translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
865
diff
changeset
|
1031 * src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
593e6c49c6ee
Added "w_differences" translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
865
diff
changeset
|
1032 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
593e6c49c6ee
Added "w_differences" translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
865
diff
changeset
|
1033 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
593e6c49c6ee
Added "w_differences" translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
865
diff
changeset
|
1034 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
593e6c49c6ee
Added "w_differences" translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
865
diff
changeset
|
1035 Added "w_differences" translation. |
593e6c49c6ee
Added "w_differences" translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
865
diff
changeset
|
1036 |
865
43f520f923a8
Remove the loading panel when its Artifact's background process is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
864
diff
changeset
|
1037 2011-09-08 Ingo Weinzierl <ingo@intevation.de> |
43f520f923a8
Remove the loading panel when its Artifact's background process is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
864
diff
changeset
|
1038 |
43f520f923a8
Remove the loading panel when its Artifact's background process is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
864
diff
changeset
|
1039 * src/main/java/de/intevation/flys/client/client/services/DescribeArtifactServiceAsync.java, |
43f520f923a8
Remove the loading panel when its Artifact's background process is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
864
diff
changeset
|
1040 src/main/java/de/intevation/flys/client/client/services/DescribeArtifactService.java, |
43f520f923a8
Remove the loading panel when its Artifact's background process is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
864
diff
changeset
|
1041 src/main/java/de/intevation/flys/client/server/DescribeArtifactServiceImpl.java: |
43f520f923a8
Remove the loading panel when its Artifact's background process is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
864
diff
changeset
|
1042 New. The task of this service is to fetch the current DESCRIBE document |
43f520f923a8
Remove the loading panel when its Artifact's background process is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
864
diff
changeset
|
1043 of a specific Artifact (currently used in the LoadingPanel to determine |
43f520f923a8
Remove the loading panel when its Artifact's background process is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
864
diff
changeset
|
1044 the background processing's state). |
43f520f923a8
Remove the loading panel when its Artifact's background process is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
864
diff
changeset
|
1045 |
43f520f923a8
Remove the loading panel when its Artifact's background process is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
864
diff
changeset
|
1046 * src/main/java/de/intevation/flys/client/client/ui/LoadingPanel.java: The |
43f520f923a8
Remove the loading panel when its Artifact's background process is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
864
diff
changeset
|
1047 loading panel is finished when its Artifact has no longer a processing |
43f520f923a8
Remove the loading panel when its Artifact's background process is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
864
diff
changeset
|
1048 background task. |
43f520f923a8
Remove the loading panel when its Artifact's background process is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
864
diff
changeset
|
1049 |
43f520f923a8
Remove the loading panel when its Artifact's background process is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
864
diff
changeset
|
1050 * src/main/webapp/WEB-INF/web.xml: Registered the DescribeArtifactService. |
43f520f923a8
Remove the loading panel when its Artifact's background process is finished.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
864
diff
changeset
|
1051 |
864
c0e13cf826d7
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
863
diff
changeset
|
1052 2011-09-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
c0e13cf826d7
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
863
diff
changeset
|
1053 |
c0e13cf826d7
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
863
diff
changeset
|
1054 Cosmetics. |
c0e13cf826d7
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
863
diff
changeset
|
1055 |
c0e13cf826d7
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
863
diff
changeset
|
1056 * src/main/java/de/intevation/flys/client/client/FLYS.java. |
c0e13cf826d7
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
863
diff
changeset
|
1057 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java. |
c0e13cf826d7
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
863
diff
changeset
|
1058 src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java. |
c0e13cf826d7
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
863
diff
changeset
|
1059 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
c0e13cf826d7
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
863
diff
changeset
|
1060 Cosmetics; adjusted and corrected some doc. |
c0e13cf826d7
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
863
diff
changeset
|
1061 |
c0e13cf826d7
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
863
diff
changeset
|
1062 |
863
9bb8b7a751ec
Added filter for the "description" row of helper input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
862
diff
changeset
|
1063 2011-09-07 Raimund Renkert <raimund.renkert@intevation.de> |
9bb8b7a751ec
Added filter for the "description" row of helper input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
862
diff
changeset
|
1064 |
9bb8b7a751ec
Added filter for the "description" row of helper input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
862
diff
changeset
|
1065 Added a filter for the "description" row of helper input tables. |
9bb8b7a751ec
Added filter for the "description" row of helper input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
862
diff
changeset
|
1066 |
9bb8b7a751ec
Added filter for the "description" row of helper input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
862
diff
changeset
|
1067 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
9bb8b7a751ec
Added filter for the "description" row of helper input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
862
diff
changeset
|
1068 src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java, |
9bb8b7a751ec
Added filter for the "description" row of helper input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
862
diff
changeset
|
1069 src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: |
9bb8b7a751ec
Added filter for the "description" row of helper input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
862
diff
changeset
|
1070 Added a filter for the input tables. |
9bb8b7a751ec
Added filter for the "description" row of helper input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
862
diff
changeset
|
1071 The filter works as an "as you type" filter, if this is to slow, go to the |
9bb8b7a751ec
Added filter for the "description" row of helper input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
862
diff
changeset
|
1072 'TableFilter' class and change the 'onKeyPress()' handler as documented in |
9bb8b7a751ec
Added filter for the "description" row of helper input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
862
diff
changeset
|
1073 the code. |
9bb8b7a751ec
Added filter for the "description" row of helper input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
862
diff
changeset
|
1074 |
9bb8b7a751ec
Added filter for the "description" row of helper input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
862
diff
changeset
|
1075 * src/main/java/de/intevation/flys/client/client/event/FilterHandler.java, |
9bb8b7a751ec
Added filter for the "description" row of helper input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
862
diff
changeset
|
1076 src/main/java/de/intevation/flys/client/client/event/StringFilterEvent.java, |
9bb8b7a751ec
Added filter for the "description" row of helper input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
862
diff
changeset
|
1077 src/main/java/de/intevation/flys/client/client/ui/TableFilter.java: |
9bb8b7a751ec
Added filter for the "description" row of helper input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
862
diff
changeset
|
1078 New. These classes/interfaces are implemented by Ingo and are used for the |
9bb8b7a751ec
Added filter for the "description" row of helper input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
862
diff
changeset
|
1079 table filter. |
9bb8b7a751ec
Added filter for the "description" row of helper input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
862
diff
changeset
|
1080 They provide common functionality and interfaces for filtering. |
9bb8b7a751ec
Added filter for the "description" row of helper input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
862
diff
changeset
|
1081 |
862
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1082 2011-09-07 Ingo Weinzierl <ingo@intevation.de> |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1083 |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1084 * src/main/java/de/intevation/flys/client/shared/model/Artifact.java,, |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1085 src/main/java/de/intevation/flys/client/shared/model/WINFOArtifact.java, |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1086 src/main/java/de/intevation/flys/client/shared/model/DefaultArtifact.java: |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1087 An Artifact got a method isInBackground() that returns true, if the |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1088 Artifact has been started a background thread in the Artifact-Server - |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1089 otherwise it returns false. |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1090 |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1091 * src/main/java/de/intevation/flys/client/server/FLYSArtifactCreator.java: |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1092 Parse the "background-processing" attribute from Artifact's DESCRIBE |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1093 document. |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1094 |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1095 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: Add |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1096 a LoadingPanel if the new Artifact that is injected via setArtifact() is |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1097 in background mode. |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1098 |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1099 * src/main/java/de/intevation/flys/client/client/ui/LoadingPanel.java: New. |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1100 A window that places itself in front of another component - which disables |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1101 user interaction with the parent component. Currently, the loading panel |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1102 waits a few seconds an removes itself from parent component. |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1103 |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1104 * src/main/webapp/FLYS.css: Added a style for the loading panel's label |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1105 'loading-message'. |
c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
861
diff
changeset
|
1106 |
861
65204f30877b
Display Action Widget only for cross_section theme/facet.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
860
diff
changeset
|
1107 2011-09-07 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
65204f30877b
Display Action Widget only for cross_section theme/facet.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
860
diff
changeset
|
1108 |
65204f30877b
Display Action Widget only for cross_section theme/facet.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
860
diff
changeset
|
1109 Display Action Widget only for cross_section theme/facet. |
65204f30877b
Display Action Widget only for cross_section theme/facet.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
860
diff
changeset
|
1110 |
65204f30877b
Display Action Widget only for cross_section theme/facet.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
860
diff
changeset
|
1111 * src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java: |
65204f30877b
Display Action Widget only for cross_section theme/facet.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
860
diff
changeset
|
1112 Put action widget only for cross_section theme, resolving a TODO. |
65204f30877b
Display Action Widget only for cross_section theme/facet.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
860
diff
changeset
|
1113 Adjust layout slightly. |
65204f30877b
Display Action Widget only for cross_section theme/facet.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
860
diff
changeset
|
1114 |
860
f5855350fc03
Set WSPLGEN specific 'type' attributes after digitizing new geometries.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
859
diff
changeset
|
1115 2011-09-06 Ingo Weinzierl <ingo@intevation.de> |
f5855350fc03
Set WSPLGEN specific 'type' attributes after digitizing new geometries.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
859
diff
changeset
|
1116 |
f5855350fc03
Set WSPLGEN specific 'type' attributes after digitizing new geometries.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
859
diff
changeset
|
1117 * src/main/java/de/intevation/flys/client/client/ui/map/DrawControl.java: |
f5855350fc03
Set WSPLGEN specific 'type' attributes after digitizing new geometries.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
859
diff
changeset
|
1118 Set WSPLGEN specific names for the 'type' attribute after digitizing new |
f5855350fc03
Set WSPLGEN specific 'type' attributes after digitizing new geometries.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
859
diff
changeset
|
1119 geometries. |
f5855350fc03
Set WSPLGEN specific 'type' attributes after digitizing new geometries.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
859
diff
changeset
|
1120 |
859
6b047887855b
Fix broken build.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
858
diff
changeset
|
1121 2011-09-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
6b047887855b
Fix broken build.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
858
diff
changeset
|
1122 |
6b047887855b
Fix broken build.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
858
diff
changeset
|
1123 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
6b047887855b
Fix broken build.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
858
diff
changeset
|
1124 Fix broken build by changed method name. |
6b047887855b
Fix broken build.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
858
diff
changeset
|
1125 |
858
9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
857
diff
changeset
|
1126 2011-09-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
857
diff
changeset
|
1127 |
9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
857
diff
changeset
|
1128 Subclassed ChartThemePanel, trigger redraws of Chart when interaction with |
9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
857
diff
changeset
|
1129 "Action" widgets in ThemePanel occured (but will still crash). |
9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
857
diff
changeset
|
1130 |
9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
857
diff
changeset
|
1131 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: |
9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
857
diff
changeset
|
1132 Extracted CrossSection-specific stuff to own subclass. |
9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
857
diff
changeset
|
1133 |
9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
857
diff
changeset
|
1134 * src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java: |
9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
857
diff
changeset
|
1135 New, contains specific parts that were extracted from ChartThemePanel. |
9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
857
diff
changeset
|
1136 After interaction via the "Actions" Widgets (currently only a spinner), |
9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
857
diff
changeset
|
1137 request a chart redraw. |
9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
857
diff
changeset
|
1138 |
9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
857
diff
changeset
|
1139 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
857
diff
changeset
|
1140 Depending on the outputmode, create a CrossSectionChartThemePanel, register |
9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
857
diff
changeset
|
1141 as redrawRequestHandler. |
9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
857
diff
changeset
|
1142 |
9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
857
diff
changeset
|
1143 * src/main/java/de/intevation/flys/client/client/ui/ThemePanel.java: |
9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
857
diff
changeset
|
1144 Implement HasRedrawRequestHandlers interface. |
9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
857
diff
changeset
|
1145 |
857
fa8efe5b8aee
Added RedrawRequestHandler interface and friend.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
856
diff
changeset
|
1146 2011-09-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
fa8efe5b8aee
Added RedrawRequestHandler interface and friend.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
856
diff
changeset
|
1147 |
fa8efe5b8aee
Added RedrawRequestHandler interface and friend.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
856
diff
changeset
|
1148 Added concept of a RedrawRequestHandler to allow e.g. ChartThemePanel to |
fa8efe5b8aee
Added RedrawRequestHandler interface and friend.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
856
diff
changeset
|
1149 trigger a redraw of a Chart. |
fa8efe5b8aee
Added RedrawRequestHandler interface and friend.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
856
diff
changeset
|
1150 |
fa8efe5b8aee
Added RedrawRequestHandler interface and friend.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
856
diff
changeset
|
1151 * src/main/java/de/intevation/flys/client/client/event/HasRedrawRequestHandlers.java, |
fa8efe5b8aee
Added RedrawRequestHandler interface and friend.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
856
diff
changeset
|
1152 src/main/java/de/intevation/flys/client/client/event/RedrawRequestHandler.java: |
fa8efe5b8aee
Added RedrawRequestHandler interface and friend.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
856
diff
changeset
|
1153 New, trivial yet eventless notification handler interfaces. |
fa8efe5b8aee
Added RedrawRequestHandler interface and friend.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
856
diff
changeset
|
1154 |
856
ec5c75da5c7a
Bugfix flys/issue166: Parse Collection names from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
855
diff
changeset
|
1155 2011-09-06 Ingo Weinzierl <ingo@intevation.de> |
ec5c75da5c7a
Bugfix flys/issue166: Parse Collection names from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
855
diff
changeset
|
1156 |
ec5c75da5c7a
Bugfix flys/issue166: Parse Collection names from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
855
diff
changeset
|
1157 flys/issue166 (Projektname in die Fensterleiste übernehmen) |
ec5c75da5c7a
Bugfix flys/issue166: Parse Collection names from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
855
diff
changeset
|
1158 |
ec5c75da5c7a
Bugfix flys/issue166: Parse Collection names from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
855
diff
changeset
|
1159 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java: |
ec5c75da5c7a
Bugfix flys/issue166: Parse Collection names from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
855
diff
changeset
|
1160 Read the name from Collection's DESCRIBE document and create new |
ec5c75da5c7a
Bugfix flys/issue166: Parse Collection names from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
855
diff
changeset
|
1161 Collection objects with this information. |
ec5c75da5c7a
Bugfix flys/issue166: Parse Collection names from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
855
diff
changeset
|
1162 |
ec5c75da5c7a
Bugfix flys/issue166: Parse Collection names from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
855
diff
changeset
|
1163 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java: |
ec5c75da5c7a
Bugfix flys/issue166: Parse Collection names from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
855
diff
changeset
|
1164 Adapted constructors which now require a name. |
ec5c75da5c7a
Bugfix flys/issue166: Parse Collection names from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
855
diff
changeset
|
1165 |
ec5c75da5c7a
Bugfix flys/issue166: Parse Collection names from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
855
diff
changeset
|
1166 * src/main/java/de/intevation/flys/client/server/CreateCollectionServiceImpl.java: |
ec5c75da5c7a
Bugfix flys/issue166: Parse Collection names from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
855
diff
changeset
|
1167 Use the UUID as Collection name after a Collection has been created - at |
ec5c75da5c7a
Bugfix flys/issue166: Parse Collection names from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
855
diff
changeset
|
1168 that time no user defined name is existing. |
ec5c75da5c7a
Bugfix flys/issue166: Parse Collection names from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
855
diff
changeset
|
1169 |
855
2c48d75c4ab7
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
854
diff
changeset
|
1170 2011-09-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2c48d75c4ab7
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
854
diff
changeset
|
1171 |
2c48d75c4ab7
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
854
diff
changeset
|
1172 Minor cosmetics. |
2c48d75c4ab7
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
854
diff
changeset
|
1173 |
2c48d75c4ab7
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
854
diff
changeset
|
1174 * src/main/java/de/intevation/flys/client/shared/model/DefaultDataItem.java, |
2c48d75c4ab7
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
854
diff
changeset
|
1175 src/main/java/de/intevation/flys/client/shared/model/DefaultArtifact.java, |
2c48d75c4ab7
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
854
diff
changeset
|
1176 src/main/java/de/intevation/flys/client/shared/model/FacetRecord.java, |
2c48d75c4ab7
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
854
diff
changeset
|
1177 src/main/java/de/intevation/flys/client/client/services/FeedService.java, |
2c48d75c4ab7
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
854
diff
changeset
|
1178 src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
2c48d75c4ab7
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
854
diff
changeset
|
1179 Minor cosmetics. |
2c48d75c4ab7
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
854
diff
changeset
|
1180 |
2c48d75c4ab7
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
854
diff
changeset
|
1181 2011-09-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2c48d75c4ab7
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
854
diff
changeset
|
1182 |
854
67c678903280
Refactored to allow specialized controls within the ChartThemePanel, stubby
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
853
diff
changeset
|
1183 2011-09-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
67c678903280
Refactored to allow specialized controls within the ChartThemePanel, stubby
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
853
diff
changeset
|
1184 |
67c678903280
Refactored to allow specialized controls within the ChartThemePanel, stubby
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
853
diff
changeset
|
1185 Refactored to allow specialized controls within the ChartThemePanel, stubby |
67c678903280
Refactored to allow specialized controls within the ChartThemePanel, stubby
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
853
diff
changeset
|
1186 first steps towards such a control (bound to FeedService). |
67c678903280
Refactored to allow specialized controls within the ChartThemePanel, stubby
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
853
diff
changeset
|
1187 |
67c678903280
Refactored to allow specialized controls within the ChartThemePanel, stubby
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
853
diff
changeset
|
1188 * src/main/java/de/intevation/flys/client/client/ui/ThemePanel.java: |
67c678903280
Refactored to allow specialized controls within the ChartThemePanel, stubby
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
853
diff
changeset
|
1189 Minor cosmetics. |
67c678903280
Refactored to allow specialized controls within the ChartThemePanel, stubby
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
853
diff
changeset
|
1190 (createGrid): |
67c678903280
Refactored to allow specialized controls within the ChartThemePanel, stubby
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
853
diff
changeset
|
1191 Extracted (trivial) to allow more concrete implementations in subclasses. |
67c678903280
Refactored to allow specialized controls within the ChartThemePanel, stubby
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
853
diff
changeset
|
1192 |
67c678903280
Refactored to allow specialized controls within the ChartThemePanel, stubby
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
853
diff
changeset
|
1193 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java |
67c678903280
Refactored to allow specialized controls within the ChartThemePanel, stubby
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
853
diff
changeset
|
1194 (createGrid): |
67c678903280
Refactored to allow specialized controls within the ChartThemePanel, stubby
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
853
diff
changeset
|
1195 Implementation, add a spinner that could talk with feedservice. |
67c678903280
Refactored to allow specialized controls within the ChartThemePanel, stubby
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
853
diff
changeset
|
1196 (initGrid): |
67c678903280
Refactored to allow specialized controls within the ChartThemePanel, stubby
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
853
diff
changeset
|
1197 Added new "actions" field. |
67c678903280
Refactored to allow specialized controls within the ChartThemePanel, stubby
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
853
diff
changeset
|
1198 |
853
3d379e6b9a5f
Minor Cosmetics, removed import.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
852
diff
changeset
|
1199 2011-09-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
3d379e6b9a5f
Minor Cosmetics, removed import.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
852
diff
changeset
|
1200 |
3d379e6b9a5f
Minor Cosmetics, removed import.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
852
diff
changeset
|
1201 Minor Cosmetics. |
3d379e6b9a5f
Minor Cosmetics, removed import.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
852
diff
changeset
|
1202 |
3d379e6b9a5f
Minor Cosmetics, removed import.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
852
diff
changeset
|
1203 * src/main/java/de/intevation/flys/client/server/FeedServiceImpl.java: |
3d379e6b9a5f
Minor Cosmetics, removed import.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
852
diff
changeset
|
1204 Removed superflouus import. |
3d379e6b9a5f
Minor Cosmetics, removed import.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
852
diff
changeset
|
1205 |
852
c0105b4dc6d1
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
851
diff
changeset
|
1206 2011-09-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
c0105b4dc6d1
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
851
diff
changeset
|
1207 |
c0105b4dc6d1
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
851
diff
changeset
|
1208 Cosmetics, doc. |
c0105b4dc6d1
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
851
diff
changeset
|
1209 |
c0105b4dc6d1
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
851
diff
changeset
|
1210 * src/main/java/de/intevation/flys/client/client/services/StepForwardService.java, |
c0105b4dc6d1
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
851
diff
changeset
|
1211 src/main/java/de/intevation/flys/client/client/services/StepForwardServiceAsync.java: |
c0105b4dc6d1
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
851
diff
changeset
|
1212 Modified docs so that the distinction to FeedService becomes clear. |
c0105b4dc6d1
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
851
diff
changeset
|
1213 |
c0105b4dc6d1
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
851
diff
changeset
|
1214 * src/main/java/de/intevation/flys/client/server/AddArtifactServiceImpl.java: |
c0105b4dc6d1
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
851
diff
changeset
|
1215 Whitespaces. |
c0105b4dc6d1
Cosmetics, doc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
851
diff
changeset
|
1216 |
851
aa83a6a864b4
Added FeedService Implementation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
850
diff
changeset
|
1217 2011-09-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
aa83a6a864b4
Added FeedService Implementation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
850
diff
changeset
|
1218 |
aa83a6a864b4
Added FeedService Implementation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
850
diff
changeset
|
1219 Added implementation of a FeedService. |
aa83a6a864b4
Added FeedService Implementation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
850
diff
changeset
|
1220 |
aa83a6a864b4
Added FeedService Implementation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
850
diff
changeset
|
1221 * src/main/java/de/intevation/flys/client/client/services/FeedServiceAsync.java, |
aa83a6a864b4
Added FeedService Implementation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
850
diff
changeset
|
1222 src/main/java/de/intevation/flys/client/client/services/FeedService.java, |
aa83a6a864b4
Added FeedService Implementation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
850
diff
changeset
|
1223 src/main/java/de/intevation/flys/client/server/FeedServiceImpl.java: |
aa83a6a864b4
Added FeedService Implementation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
850
diff
changeset
|
1224 Added implementation of a FeedService (shamelessly copied from |
aa83a6a864b4
Added FeedService Implementation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
850
diff
changeset
|
1225 ~AdvanceService) |
aa83a6a864b4
Added FeedService Implementation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
850
diff
changeset
|
1226 |
aa83a6a864b4
Added FeedService Implementation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
850
diff
changeset
|
1227 * src/main/webapp/WEB-INF/web.xml: |
aa83a6a864b4
Added FeedService Implementation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
850
diff
changeset
|
1228 Added configuration of feedService. |
aa83a6a864b4
Added FeedService Implementation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
850
diff
changeset
|
1229 |
850
d02c3835df28
Set the 'typ' attribute of new features (digitized) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
849
diff
changeset
|
1230 2011-09-01 Ingo Weinzierl <ingo@intevation.de> |
d02c3835df28
Set the 'typ' attribute of new features (digitized) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
849
diff
changeset
|
1231 |
d02c3835df28
Set the 'typ' attribute of new features (digitized) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
849
diff
changeset
|
1232 * src/main/java/de/intevation/flys/client/client/ui/map/DrawControl.java: |
d02c3835df28
Set the 'typ' attribute of new features (digitized) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
849
diff
changeset
|
1233 Set the 'typ' attribute of a feature that is added to the vector layer. |
d02c3835df28
Set the 'typ' attribute of new features (digitized) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
849
diff
changeset
|
1234 Features, that are loaded into the layer from GeoJSON file keep their |
d02c3835df28
Set the 'typ' attribute of new features (digitized) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
849
diff
changeset
|
1235 existing 'typ' attribute. New features get the attribute from combo box. |
d02c3835df28
Set the 'typ' attribute of new features (digitized) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
849
diff
changeset
|
1236 |
849
d0098fc8c40b
Added translation for "cross_section".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
848
diff
changeset
|
1237 2011-08-31 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
d0098fc8c40b
Added translation for "cross_section".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
848
diff
changeset
|
1238 |
d0098fc8c40b
Added translation for "cross_section".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
848
diff
changeset
|
1239 Added cross section translation. |
d0098fc8c40b
Added translation for "cross_section".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
848
diff
changeset
|
1240 |
d0098fc8c40b
Added translation for "cross_section".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
848
diff
changeset
|
1241 * src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
d0098fc8c40b
Added translation for "cross_section".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
848
diff
changeset
|
1242 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
d0098fc8c40b
Added translation for "cross_section".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
848
diff
changeset
|
1243 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
d0098fc8c40b
Added translation for "cross_section".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
848
diff
changeset
|
1244 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
d0098fc8c40b
Added translation for "cross_section".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
848
diff
changeset
|
1245 Added "cross_section" translation. |
d0098fc8c40b
Added translation for "cross_section".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
848
diff
changeset
|
1246 |
848
9ecd58f619a4
Moved datacage into a separated widget.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
847
diff
changeset
|
1247 2011-08-25 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
9ecd58f619a4
Moved datacage into a separated widget.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
847
diff
changeset
|
1248 |
9ecd58f619a4
Moved datacage into a separated widget.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
847
diff
changeset
|
1249 * src/main/java/de/intevation/flys/client/client/ui/DatacageWidget.java: |
9ecd58f619a4
Moved datacage into a separated widget.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
847
diff
changeset
|
1250 Moved datacage specific stuff into a VLayout. |
9ecd58f619a4
Moved datacage into a separated widget.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
847
diff
changeset
|
1251 * src/main/java/de/intevation/flys/client/client/event/DatacageHandler.java: |
9ecd58f619a4
Moved datacage into a separated widget.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
847
diff
changeset
|
1252 New. Event handler used by DatacageWidget to broadcast toLoad events. |
9ecd58f619a4
Moved datacage into a separated widget.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
847
diff
changeset
|
1253 |
9ecd58f619a4
Moved datacage into a separated widget.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
847
diff
changeset
|
1254 * src/main/java/de/intevation/flys/client/client/ui/DatacagePanel.java, |
9ecd58f619a4
Moved datacage into a separated widget.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
847
diff
changeset
|
1255 src/main/java/de/intevation/flys/client/client/ui/DatacageButton.java: |
9ecd58f619a4
Moved datacage into a separated widget.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
847
diff
changeset
|
1256 Adjusted calls. TODO: We need the user and the collection view. |
9ecd58f619a4
Moved datacage into a separated widget.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
847
diff
changeset
|
1257 |
9ecd58f619a4
Moved datacage into a separated widget.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
847
diff
changeset
|
1258 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: |
9ecd58f619a4
Moved datacage into a separated widget.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
847
diff
changeset
|
1259 Forward collection view to DatacageWindow. |
9ecd58f619a4
Moved datacage into a separated widget.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
847
diff
changeset
|
1260 |
9ecd58f619a4
Moved datacage into a separated widget.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
847
diff
changeset
|
1261 * src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: |
9ecd58f619a4
Moved datacage into a separated widget.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
847
diff
changeset
|
1262 Moved stuff out to DatacageWidget. Send recommendations to CollectionView. |
9ecd58f619a4
Moved datacage into a separated widget.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
847
diff
changeset
|
1263 |
9ecd58f619a4
Moved datacage into a separated widget.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
847
diff
changeset
|
1264 2011-08-25 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
847
25a4bf390757
Loading recommendations: If no reference artifact is given use current
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
846
diff
changeset
|
1265 |
25a4bf390757
Loading recommendations: If no reference artifact is given use current
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
846
diff
changeset
|
1266 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
25a4bf390757
Loading recommendations: If no reference artifact is given use current
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
846
diff
changeset
|
1267 Ugly workaraound: If no reference artifact is given use current |
25a4bf390757
Loading recommendations: If no reference artifact is given use current
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
846
diff
changeset
|
1268 artifact as master artifact. |
25a4bf390757
Loading recommendations: If no reference artifact is given use current
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
846
diff
changeset
|
1269 |
846
e47ef0ca8f33
Compile a list of recommendations out of
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
845
diff
changeset
|
1270 2011-08-24 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
e47ef0ca8f33
Compile a list of recommendations out of
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
845
diff
changeset
|
1271 |
e47ef0ca8f33
Compile a list of recommendations out of
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
845
diff
changeset
|
1272 * src/main/java/de/intevation/flys/client/shared/model/ToLoad.java |
e47ef0ca8f33
Compile a list of recommendations out of
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
845
diff
changeset
|
1273 (toRecommendations): Compile a list of recommendations out of |
e47ef0ca8f33
Compile a list of recommendations out of
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
845
diff
changeset
|
1274 datacage tree selections. A lot of model conversions. :-/ |
e47ef0ca8f33
Compile a list of recommendations out of
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
845
diff
changeset
|
1275 |
e47ef0ca8f33
Compile a list of recommendations out of
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
845
diff
changeset
|
1276 * src/main/java/de/intevation/flys/client/shared/model/ArtifactFilter.java, |
e47ef0ca8f33
Compile a list of recommendations out of
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
845
diff
changeset
|
1277 src/main/java/de/intevation/flys/client/shared/model/FacetFilter.java, |
e47ef0ca8f33
Compile a list of recommendations out of
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
845
diff
changeset
|
1278 src/main/java/de/intevation/flys/client/shared/model/OutFilter.java: |
e47ef0ca8f33
Compile a list of recommendations out of
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
845
diff
changeset
|
1279 Added code to convert the models. |
e47ef0ca8f33
Compile a list of recommendations out of
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
845
diff
changeset
|
1280 |
845
4db672cdacb2
Added outs/facet filters when creation new artifacts.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
844
diff
changeset
|
1281 2011-08-24 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
4db672cdacb2
Added outs/facet filters when creation new artifacts.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
844
diff
changeset
|
1282 |
4db672cdacb2
Added outs/facet filters when creation new artifacts.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
844
diff
changeset
|
1283 * src/main/java/de/intevation/flys/client/client/services/ArtifactService.java, |
4db672cdacb2
Added outs/facet filters when creation new artifacts.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
844
diff
changeset
|
1284 src/main/java/de/intevation/flys/client/server/ArtifactServiceImpl.java, |
4db672cdacb2
Added outs/facet filters when creation new artifacts.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
844
diff
changeset
|
1285 src/main/java/de/intevation/flys/client/client/services/ArtifactServiceAsync.java: |
4db672cdacb2
Added outs/facet filters when creation new artifacts.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
844
diff
changeset
|
1286 Removed the UUID of the master artifact from interface. |
4db672cdacb2
Added outs/facet filters when creation new artifacts.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
844
diff
changeset
|
1287 Its transported in the recommendation. Set the creation |
4db672cdacb2
Added outs/facet filters when creation new artifacts.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
844
diff
changeset
|
1288 filter if its set in the recommendation. |
4db672cdacb2
Added outs/facet filters when creation new artifacts.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
844
diff
changeset
|
1289 |
4db672cdacb2
Added outs/facet filters when creation new artifacts.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
844
diff
changeset
|
1290 * src/main/java/de/intevation/flys/client/shared/model/Recommendation.java: |
4db672cdacb2
Added outs/facet filters when creation new artifacts.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
844
diff
changeset
|
1291 Added Filter/Facets. Its merely a copy of CreationFilter |
4db672cdacb2
Added outs/facet filters when creation new artifacts.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
844
diff
changeset
|
1292 but this cannot be serialized from JS to the RPC side. |
4db672cdacb2
Added outs/facet filters when creation new artifacts.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
844
diff
changeset
|
1293 |
4db672cdacb2
Added outs/facet filters when creation new artifacts.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
844
diff
changeset
|
1294 * src/main/java/de/intevation/flys/client/client/FLYS.java, |
4db672cdacb2
Added outs/facet filters when creation new artifacts.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
844
diff
changeset
|
1295 src/main/java/de/intevation/flys/client/client/ui/ParameterList.java, |
4db672cdacb2
Added outs/facet filters when creation new artifacts.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
844
diff
changeset
|
1296 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
4db672cdacb2
Added outs/facet filters when creation new artifacts.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
844
diff
changeset
|
1297 Adjusted the calls to fulfill the changed interface. |
4db672cdacb2
Added outs/facet filters when creation new artifacts.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
844
diff
changeset
|
1298 |
844
ac70261bb3f8
Allow passing no master artifact to RPC service when creating new artifact.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
843
diff
changeset
|
1299 2011-08-24 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
ac70261bb3f8
Allow passing no master artifact to RPC service when creating new artifact.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
843
diff
changeset
|
1300 |
ac70261bb3f8
Allow passing no master artifact to RPC service when creating new artifact.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
843
diff
changeset
|
1301 * src/main/java/de/intevation/flys/client/shared/model/Recommendation.java: |
ac70261bb3f8
Allow passing no master artifact to RPC service when creating new artifact.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
843
diff
changeset
|
1302 Added field for master artifact. Not uses, yet. |
ac70261bb3f8
Allow passing no master artifact to RPC service when creating new artifact.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
843
diff
changeset
|
1303 |
ac70261bb3f8
Allow passing no master artifact to RPC service when creating new artifact.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
843
diff
changeset
|
1304 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
ac70261bb3f8
Allow passing no master artifact to RPC service when creating new artifact.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
843
diff
changeset
|
1305 Allow passing no master artifact to RPC service when creating new artifact. |
ac70261bb3f8
Allow passing no master artifact to RPC service when creating new artifact.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
843
diff
changeset
|
1306 |
843
78ef14dc1877
Forward recommendations as a structure to RPC service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
842
diff
changeset
|
1307 2011-08-24 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
78ef14dc1877
Forward recommendations as a structure to RPC service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
842
diff
changeset
|
1308 |
78ef14dc1877
Forward recommendations as a structure to RPC service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
842
diff
changeset
|
1309 * src/main/java/de/intevation/flys/client/client/services/ArtifactService.java, |
78ef14dc1877
Forward recommendations as a structure to RPC service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
842
diff
changeset
|
1310 src/main/java/de/intevation/flys/client/server/ArtifactServiceImpl.java: |
78ef14dc1877
Forward recommendations as a structure to RPC service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
842
diff
changeset
|
1311 Forward recommendations as a structure to RPC service. |
78ef14dc1877
Forward recommendations as a structure to RPC service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
842
diff
changeset
|
1312 TODO: use this to give filters to creation. |
78ef14dc1877
Forward recommendations as a structure to RPC service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
842
diff
changeset
|
1313 |
78ef14dc1877
Forward recommendations as a structure to RPC service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
842
diff
changeset
|
1314 * src/main/java/de/intevation/flys/client/client/services/ArtifactServiceAsync.java, |
78ef14dc1877
Forward recommendations as a structure to RPC service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
842
diff
changeset
|
1315 src/main/java/de/intevation/flys/client/client/services/ArtifactService.java, |
78ef14dc1877
Forward recommendations as a structure to RPC service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
842
diff
changeset
|
1316 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
78ef14dc1877
Forward recommendations as a structure to RPC service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
842
diff
changeset
|
1317 Adjusted calls. |
78ef14dc1877
Forward recommendations as a structure to RPC service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
842
diff
changeset
|
1318 |
841
e699adf3b092
Fix loading of recommendations when collection is not yet in place.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
840
diff
changeset
|
1319 2011-08-24 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
e699adf3b092
Fix loading of recommendations when collection is not yet in place.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
840
diff
changeset
|
1320 |
e699adf3b092
Fix loading of recommendations when collection is not yet in place.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
840
diff
changeset
|
1321 Fix loading of recommendations when collection is not yet in place. |
e699adf3b092
Fix loading of recommendations when collection is not yet in place.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
840
diff
changeset
|
1322 |
e699adf3b092
Fix loading of recommendations when collection is not yet in place.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
840
diff
changeset
|
1323 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java |
e699adf3b092
Fix loading of recommendations when collection is not yet in place.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
840
diff
changeset
|
1324 (createNewCollection): |
e699adf3b092
Fix loading of recommendations when collection is not yet in place.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
840
diff
changeset
|
1325 Load recommendations when new Collection is created. |
e699adf3b092
Fix loading of recommendations when collection is not yet in place.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
840
diff
changeset
|
1326 (onParameterChange): |
e699adf3b092
Fix loading of recommendations when collection is not yet in place.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
840
diff
changeset
|
1327 Guard call to loadRecommendation to avoid NPE when no collection is yet set. |
e699adf3b092
Fix loading of recommendations when collection is not yet in place.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
840
diff
changeset
|
1328 |
840
18fc7afe0251
Ensure list of recommendations is non-null after construction of DefaultCollection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
839
diff
changeset
|
1329 2011-08-24 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
18fc7afe0251
Ensure list of recommendations is non-null after construction of DefaultCollection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
839
diff
changeset
|
1330 |
18fc7afe0251
Ensure list of recommendations is non-null after construction of DefaultCollection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
839
diff
changeset
|
1331 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java: |
18fc7afe0251
Ensure list of recommendations is non-null after construction of DefaultCollection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
839
diff
changeset
|
1332 Ensure list of recommendations is non-null after construction. |
18fc7afe0251
Ensure list of recommendations is non-null after construction of DefaultCollection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
839
diff
changeset
|
1333 |
842
95fd96b3a19f
Fix authorship in ChangeLog.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
841
diff
changeset
|
1334 2011-08-24 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
839
6a1cd38e6e18
Made Recommendation a class for direct use.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
838
diff
changeset
|
1335 |
6a1cd38e6e18
Made Recommendation a class for direct use.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
838
diff
changeset
|
1336 * src/main/java/de/intevation/flys/client/shared/model/DefaultRecommendation.java, |
6a1cd38e6e18
Made Recommendation a class for direct use.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
838
diff
changeset
|
1337 src/main/java/de/intevation/flys/client/shared/model/Recommendation.java: |
6a1cd38e6e18
Made Recommendation a class for direct use.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
838
diff
changeset
|
1338 Deleted DefaultRecommendation. Use Recommendation as a class directly. |
6a1cd38e6e18
Made Recommendation a class for direct use.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
838
diff
changeset
|
1339 |
6a1cd38e6e18
Made Recommendation a class for direct use.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
838
diff
changeset
|
1340 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java, |
6a1cd38e6e18
Made Recommendation a class for direct use.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
838
diff
changeset
|
1341 src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: |
6a1cd38e6e18
Made Recommendation a class for direct use.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
838
diff
changeset
|
1342 Use the Recommendation class directly. |
6a1cd38e6e18
Made Recommendation a class for direct use.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
838
diff
changeset
|
1343 |
838
a5e96a36478c
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
837
diff
changeset
|
1344 2011-08-24 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
a5e96a36478c
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
837
diff
changeset
|
1345 |
a5e96a36478c
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
837
diff
changeset
|
1346 Minor cosmetics. |
a5e96a36478c
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
837
diff
changeset
|
1347 |
a5e96a36478c
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
837
diff
changeset
|
1348 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: |
a5e96a36478c
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
837
diff
changeset
|
1349 Picky cosmetics about comment content. |
a5e96a36478c
Minor cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
837
diff
changeset
|
1350 |
837
29966a53cfeb
Datacage: Use 'ids' instead of 'num' in user specific part, too.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
836
diff
changeset
|
1351 2011-08-24 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
29966a53cfeb
Datacage: Use 'ids' instead of 'num' in user specific part, too.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
836
diff
changeset
|
1352 |
29966a53cfeb
Datacage: Use 'ids' instead of 'num' in user specific part, too.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
836
diff
changeset
|
1353 * src/main/java/de/intevation/flys/client/shared/model/ToLoad.java, |
29966a53cfeb
Datacage: Use 'ids' instead of 'num' in user specific part, too.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
836
diff
changeset
|
1354 src/main/java/de/intevation/flys/client/shared/model/FacetFilter.java, |
29966a53cfeb
Datacage: Use 'ids' instead of 'num' in user specific part, too.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
836
diff
changeset
|
1355 src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: |
29966a53cfeb
Datacage: Use 'ids' instead of 'num' in user specific part, too.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
836
diff
changeset
|
1356 Use "ids" instead of "num". |
29966a53cfeb
Datacage: Use 'ids' instead of 'num' in user specific part, too.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
836
diff
changeset
|
1357 |
836
0fe456332785
Datacage: s/db-ids/ids/g to unify system and user specific loading.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
835
diff
changeset
|
1358 2011-08-24 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
0fe456332785
Datacage: s/db-ids/ids/g to unify system and user specific loading.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
835
diff
changeset
|
1359 |
0fe456332785
Datacage: s/db-ids/ids/g to unify system and user specific loading.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
835
diff
changeset
|
1360 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java, |
0fe456332785
Datacage: s/db-ids/ids/g to unify system and user specific loading.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
835
diff
changeset
|
1361 src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java, |
0fe456332785
Datacage: s/db-ids/ids/g to unify system and user specific loading.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
835
diff
changeset
|
1362 src/main/java/de/intevation/flys/client/server/CollectionHelper.java: |
0fe456332785
Datacage: s/db-ids/ids/g to unify system and user specific loading.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
835
diff
changeset
|
1363 s/db-ids/ids/g to unify system and user specific loading. |
0fe456332785
Datacage: s/db-ids/ids/g to unify system and user specific loading.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
835
diff
changeset
|
1364 |
835
c89a42950d11
Removed the digitize controls from map widget that is used in the floodmap state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
834
diff
changeset
|
1365 2011-08-24 Ingo Weinzierl <ingo@intevation.de> |
c89a42950d11
Removed the digitize controls from map widget that is used in the floodmap state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
834
diff
changeset
|
1366 |
c89a42950d11
Removed the digitize controls from map widget that is used in the floodmap state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
834
diff
changeset
|
1367 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: |
c89a42950d11
Removed the digitize controls from map widget that is used in the floodmap state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
834
diff
changeset
|
1368 The toolbar used in this map widget will no longer contain digitize |
c89a42950d11
Removed the digitize controls from map widget that is used in the floodmap state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
834
diff
changeset
|
1369 controls. |
c89a42950d11
Removed the digitize controls from map widget that is used in the floodmap state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
834
diff
changeset
|
1370 |
834
77469d7f3c93
Generate unique keys for anonymous artifacts (aka static data).
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
833
diff
changeset
|
1371 2011-08-24 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
77469d7f3c93
Generate unique keys for anonymous artifacts (aka static data).
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
833
diff
changeset
|
1372 |
77469d7f3c93
Generate unique keys for anonymous artifacts (aka static data).
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
833
diff
changeset
|
1373 * src/main/java/de/intevation/flys/client/shared/model/ArtifactFilter.java, |
77469d7f3c93
Generate unique keys for anonymous artifacts (aka static data).
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
833
diff
changeset
|
1374 src/main/java/de/intevation/flys/client/shared/model/ToLoad.java: |
77469d7f3c93
Generate unique keys for anonymous artifacts (aka static data).
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
833
diff
changeset
|
1375 Generate unique keys for anonymous artifacts (aka static data). |
77469d7f3c93
Generate unique keys for anonymous artifacts (aka static data).
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
833
diff
changeset
|
1376 |
833
dcecdd9693a8
Added a UIProvider that displays a combobox on the left and a map widget in the helper container.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
832
diff
changeset
|
1377 2011-08-24 Ingo Weinzierl <ingo@intevation.de> |
dcecdd9693a8
Added a UIProvider that displays a combobox on the left and a map widget in the helper container.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
832
diff
changeset
|
1378 |
dcecdd9693a8
Added a UIProvider that displays a combobox on the left and a map widget in the helper container.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
832
diff
changeset
|
1379 * src/main/java/de/intevation/flys/client/client/ui/DigitizePanel.java: |
dcecdd9693a8
Added a UIProvider that displays a combobox on the left and a map widget in the helper container.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
832
diff
changeset
|
1380 New. A subclass of the SelectProvider which displays combo boxes on the |
dcecdd9693a8
Added a UIProvider that displays a combobox on the left and a map widget in the helper container.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
832
diff
changeset
|
1381 left and a map panel in the helper container. |
dcecdd9693a8
Added a UIProvider that displays a combobox on the left and a map widget in the helper container.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
832
diff
changeset
|
1382 |
dcecdd9693a8
Added a UIProvider that displays a combobox on the left and a map widget in the helper container.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
832
diff
changeset
|
1383 * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java: |
dcecdd9693a8
Added a UIProvider that displays a combobox on the left and a map widget in the helper container.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
832
diff
changeset
|
1384 Added a property that allows initializing the toolbar with no digitize |
dcecdd9693a8
Added a UIProvider that displays a combobox on the left and a map widget in the helper container.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
832
diff
changeset
|
1385 controls. |
dcecdd9693a8
Added a UIProvider that displays a combobox on the left and a map widget in the helper container.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
832
diff
changeset
|
1386 |
dcecdd9693a8
Added a UIProvider that displays a combobox on the left and a map widget in the helper container.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
832
diff
changeset
|
1387 * src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java: |
dcecdd9693a8
Added a UIProvider that displays a combobox on the left and a map widget in the helper container.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
832
diff
changeset
|
1388 Added a method that returns the vector features as GeoJSON string. |
dcecdd9693a8
Added a UIProvider that displays a combobox on the left and a map widget in the helper container.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
832
diff
changeset
|
1389 |
dcecdd9693a8
Added a UIProvider that displays a combobox on the left and a map widget in the helper container.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
832
diff
changeset
|
1390 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: |
dcecdd9693a8
Added a UIProvider that displays a combobox on the left and a map widget in the helper container.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
832
diff
changeset
|
1391 Creates a DigitizePanel if the uiprovider string "map_digitize" is set. |
dcecdd9693a8
Added a UIProvider that displays a combobox on the left and a map widget in the helper container.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
832
diff
changeset
|
1392 |
832
303a923d232b
Added a panel that wraps all the stuff to combine SmartGWT and GWT-OpenLayers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
831
diff
changeset
|
1393 2011-08-24 Ingo Weinzierl <ingo@intevation.de> |
303a923d232b
Added a panel that wraps all the stuff to combine SmartGWT and GWT-OpenLayers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
831
diff
changeset
|
1394 |
303a923d232b
Added a panel that wraps all the stuff to combine SmartGWT and GWT-OpenLayers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
831
diff
changeset
|
1395 * src/main/java/de/intevation/flys/client/client/ui/map/MapPanel.java: |
303a923d232b
Added a panel that wraps all the stuff to combine SmartGWT and GWT-OpenLayers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
831
diff
changeset
|
1396 New. A widget that displays a map with a toolbar. It wraps all the stuff |
303a923d232b
Added a panel that wraps all the stuff to combine SmartGWT and GWT-OpenLayers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
831
diff
changeset
|
1397 to combine SmartGWT with GWT-OpenLayers. |
303a923d232b
Added a panel that wraps all the stuff to combine SmartGWT and GWT-OpenLayers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
831
diff
changeset
|
1398 |
831
9101b4d64666
Datacage: Re-written ToLoad to feature the new filter models.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
830
diff
changeset
|
1399 2011-08-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
9101b4d64666
Datacage: Re-written ToLoad to feature the new filter models.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
830
diff
changeset
|
1400 |
9101b4d64666
Datacage: Re-written ToLoad to feature the new filter models.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
830
diff
changeset
|
1401 * src/main/java/de/intevation/flys/client/shared/model/ToLoad.java: |
9101b4d64666
Datacage: Re-written ToLoad to feature the new filter models.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
830
diff
changeset
|
1402 Re-written to feature the new models. |
9101b4d64666
Datacage: Re-written ToLoad to feature the new filter models.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
830
diff
changeset
|
1403 |
9101b4d64666
Datacage: Re-written ToLoad to feature the new filter models.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
830
diff
changeset
|
1404 * src/main/java/de/intevation/flys/client/shared/model/FacetFilter.java: |
9101b4d64666
Datacage: Re-written ToLoad to feature the new filter models.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
830
diff
changeset
|
1405 Be aware of null values for num and name. |
9101b4d64666
Datacage: Re-written ToLoad to feature the new filter models.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
830
diff
changeset
|
1406 |
9101b4d64666
Datacage: Re-written ToLoad to feature the new filter models.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
830
diff
changeset
|
1407 * src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: |
9101b4d64666
Datacage: Re-written ToLoad to feature the new filter models.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
830
diff
changeset
|
1408 Adjusted calls for new toLoad semantics. |
9101b4d64666
Datacage: Re-written ToLoad to feature the new filter models.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
830
diff
changeset
|
1409 |
830
3dde14f0bd98
Datacage: Added models better suited for creating artifact facet filters.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
829
diff
changeset
|
1410 2011-08-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
3dde14f0bd98
Datacage: Added models better suited for creating artifact facet filters.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
829
diff
changeset
|
1411 |
3dde14f0bd98
Datacage: Added models better suited for creating artifact facet filters.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
829
diff
changeset
|
1412 * src/main/java/de/intevation/flys/client/shared/model/ArtifactFilter.java, |
3dde14f0bd98
Datacage: Added models better suited for creating artifact facet filters.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
829
diff
changeset
|
1413 src/main/java/de/intevation/flys/client/shared/model/FacetFilter.java, |
3dde14f0bd98
Datacage: Added models better suited for creating artifact facet filters.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
829
diff
changeset
|
1414 src/main/java/de/intevation/flys/client/shared/model/OutFilter.java: |
3dde14f0bd98
Datacage: Added models better suited for creating artifact facet filters.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
829
diff
changeset
|
1415 New. Models which are better suited for creating artifact facet filters. |
3dde14f0bd98
Datacage: Added models better suited for creating artifact facet filters.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
829
diff
changeset
|
1416 TODO: Re-factor ToLoad to create these models. |
3dde14f0bd98
Datacage: Added models better suited for creating artifact facet filters.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
829
diff
changeset
|
1417 |
829
f14cefeed243
Display the output modes of the master artifact only - all other artifact's output modes are NOT visible to the user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
828
diff
changeset
|
1418 2011-08-23 Ingo Weinzierl <ingo@intevation.de> |
f14cefeed243
Display the output modes of the master artifact only - all other artifact's output modes are NOT visible to the user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
828
diff
changeset
|
1419 |
f14cefeed243
Display the output modes of the master artifact only - all other artifact's output modes are NOT visible to the user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
828
diff
changeset
|
1420 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java: |
f14cefeed243
Display the output modes of the master artifact only - all other artifact's output modes are NOT visible to the user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
828
diff
changeset
|
1421 Parse the output modes of the first Artifact only. The output modes of |
f14cefeed243
Display the output modes of the master artifact only - all other artifact's output modes are NOT visible to the user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
828
diff
changeset
|
1422 the other artifacts shouldn't be visible to the user. |
f14cefeed243
Display the output modes of the master artifact only - all other artifact's output modes are NOT visible to the user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
828
diff
changeset
|
1423 |
828
910b03de6857
Added a service to get some basic spatial information used for map creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
827
diff
changeset
|
1424 2011-08-23 Ingo Weinzierl <ingo@intevation.de> |
910b03de6857
Added a service to get some basic spatial information used for map creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
827
diff
changeset
|
1425 |
910b03de6857
Added a service to get some basic spatial information used for map creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
827
diff
changeset
|
1426 * src/main/java/de/intevation/flys/client/shared/model/MapInfo.java: New. |
910b03de6857
Added a service to get some basic spatial information used for map creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
827
diff
changeset
|
1427 Instances of this class are used to store basic information which are |
910b03de6857
Added a service to get some basic spatial information used for map creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
827
diff
changeset
|
1428 necessary to create maps. |
910b03de6857
Added a service to get some basic spatial information used for map creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
827
diff
changeset
|
1429 |
910b03de6857
Added a service to get some basic spatial information used for map creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
827
diff
changeset
|
1430 * src/main/java/de/intevation/flys/client/shared/model/BBox.java: New. An |
910b03de6857
Added a service to get some basic spatial information used for map creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
827
diff
changeset
|
1431 internal representation of a bounding box which consists of four |
910b03de6857
Added a service to get some basic spatial information used for map creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
827
diff
changeset
|
1432 coordinates. |
910b03de6857
Added a service to get some basic spatial information used for map creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
827
diff
changeset
|
1433 |
910b03de6857
Added a service to get some basic spatial information used for map creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
827
diff
changeset
|
1434 * src/main/java/de/intevation/flys/client/client/services/MapInfoServiceAsync.java, |
910b03de6857
Added a service to get some basic spatial information used for map creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
827
diff
changeset
|
1435 src/main/java/de/intevation/flys/client/client/services/MapInfoService.java, |
910b03de6857
Added a service to get some basic spatial information used for map creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
827
diff
changeset
|
1436 src/main/java/de/intevation/flys/client/server/MapInfoServiceImpl.java: |
910b03de6857
Added a service to get some basic spatial information used for map creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
827
diff
changeset
|
1437 The interface definitions and the implementation of a service that |
910b03de6857
Added a service to get some basic spatial information used for map creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
827
diff
changeset
|
1438 queries basic map information from artifact server. |
910b03de6857
Added a service to get some basic spatial information used for map creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
827
diff
changeset
|
1439 |
910b03de6857
Added a service to get some basic spatial information used for map creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
827
diff
changeset
|
1440 * src/main/webapp/WEB-INF/web.xml: Registered the new MapInfo service. |
910b03de6857
Added a service to get some basic spatial information used for map creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
827
diff
changeset
|
1441 |
827
bd56dc762e7f
Datacage: Re-added the outs parameter to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
826
diff
changeset
|
1442 2011-08-22 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
bd56dc762e7f
Datacage: Re-added the outs parameter to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
826
diff
changeset
|
1443 |
bd56dc762e7f
Datacage: Re-added the outs parameter to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
826
diff
changeset
|
1444 * src/main/java/de/intevation/flys/client/server/MetaDataServiceImpl.java, |
bd56dc762e7f
Datacage: Re-added the outs parameter to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
826
diff
changeset
|
1445 src/main/java/de/intevation/flys/client/client/services/MetaDataServiceAsync.java, |
bd56dc762e7f
Datacage: Re-added the outs parameter to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
826
diff
changeset
|
1446 src/main/java/de/intevation/flys/client/client/services/MetaDataService.java, |
bd56dc762e7f
Datacage: Re-added the outs parameter to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
826
diff
changeset
|
1447 src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: |
bd56dc762e7f
Datacage: Re-added the outs parameter to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
826
diff
changeset
|
1448 Re-added the outs parameter to the meta data service. TODO: Pass |
bd56dc762e7f
Datacage: Re-added the outs parameter to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
826
diff
changeset
|
1449 it from the UI. |
bd56dc762e7f
Datacage: Re-added the outs parameter to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
826
diff
changeset
|
1450 |
826
2f65c742803f
Datacage: Aggregate items to load for easier filtering facets
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
825
diff
changeset
|
1451 2011-08-22 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2f65c742803f
Datacage: Aggregate items to load for easier filtering facets
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
825
diff
changeset
|
1452 |
2f65c742803f
Datacage: Aggregate items to load for easier filtering facets
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
825
diff
changeset
|
1453 * src/main/java/de/intevation/flys/client/shared/model/ToLoad.java, |
2f65c742803f
Datacage: Aggregate items to load for easier filtering facets
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
825
diff
changeset
|
1454 src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: |
2f65c742803f
Datacage: Aggregate items to load for easier filtering facets
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
825
diff
changeset
|
1455 Aggregate the items to load by artifact id and factories. Makes |
2f65c742803f
Datacage: Aggregate items to load for easier filtering facets
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
825
diff
changeset
|
1456 it easier to build filter views on new created artifacts to be |
2f65c742803f
Datacage: Aggregate items to load for easier filtering facets
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
825
diff
changeset
|
1457 added to the current collection. |
2f65c742803f
Datacage: Aggregate items to load for easier filtering facets
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
825
diff
changeset
|
1458 |
825
1b9b7e9ab219
Save and reload user defined geometries (barriers) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
824
diff
changeset
|
1459 2011-08-22 Ingo Weinzierl <ingo@intevation.de> |
1b9b7e9ab219
Save and reload user defined geometries (barriers) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
824
diff
changeset
|
1460 |
1b9b7e9ab219
Save and reload user defined geometries (barriers) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
824
diff
changeset
|
1461 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
1b9b7e9ab219
Save and reload user defined geometries (barriers) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
824
diff
changeset
|
1462 Set the Collection and its Master-Artifact at first when we create a |
1b9b7e9ab219
Save and reload user defined geometries (barriers) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
824
diff
changeset
|
1463 CollectionView with an existing Collection instance. |
1b9b7e9ab219
Save and reload user defined geometries (barriers) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
824
diff
changeset
|
1464 |
1b9b7e9ab219
Save and reload user defined geometries (barriers) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
824
diff
changeset
|
1465 * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java: |
1b9b7e9ab219
Save and reload user defined geometries (barriers) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
824
diff
changeset
|
1466 Enabled the SelectFeature control to select a feature using a box. |
1b9b7e9ab219
Save and reload user defined geometries (barriers) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
824
diff
changeset
|
1467 |
1b9b7e9ab219
Save and reload user defined geometries (barriers) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
824
diff
changeset
|
1468 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: |
1b9b7e9ab219
Save and reload user defined geometries (barriers) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
824
diff
changeset
|
1469 The geometries added by the user are saved as GeoJSON parameters of the |
1b9b7e9ab219
Save and reload user defined geometries (barriers) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
824
diff
changeset
|
1470 master artifact . The user does not need to save the geometries |
1b9b7e9ab219
Save and reload user defined geometries (barriers) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
824
diff
changeset
|
1471 explicitly - this is an automatic process. While initializing the map, |
1b9b7e9ab219
Save and reload user defined geometries (barriers) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
824
diff
changeset
|
1472 those geometries are reloaded and displayed again. |
1b9b7e9ab219
Save and reload user defined geometries (barriers) in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
824
diff
changeset
|
1473 |
824
3fe265b47675
Added a NoInputPanel to suppress the creation of an input panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
823
diff
changeset
|
1474 2011-08-22 Ingo Weinzierl <ingo@intevation.de> |
3fe265b47675
Added a NoInputPanel to suppress the creation of an input panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
823
diff
changeset
|
1475 |
3fe265b47675
Added a NoInputPanel to suppress the creation of an input panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
823
diff
changeset
|
1476 * src/main/java/de/intevation/flys/client/client/ui/NoInputPanel.java: |
3fe265b47675
Added a NoInputPanel to suppress the creation of an input panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
823
diff
changeset
|
1477 This panel is used to suppress the creation of an input panel. |
3fe265b47675
Added a NoInputPanel to suppress the creation of an input panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
823
diff
changeset
|
1478 Currently, this panel is used in the floodmap state. This state is able |
3fe265b47675
Added a NoInputPanel to suppress the creation of an input panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
823
diff
changeset
|
1479 to save geometries, but we currently don't want to insert GeoJSON |
3fe265b47675
Added a NoInputPanel to suppress the creation of an input panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
823
diff
changeset
|
1480 strings manually. |
3fe265b47675
Added a NoInputPanel to suppress the creation of an input panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
823
diff
changeset
|
1481 |
3fe265b47675
Added a NoInputPanel to suppress the creation of an input panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
823
diff
changeset
|
1482 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: |
3fe265b47675
Added a NoInputPanel to suppress the creation of an input panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
823
diff
changeset
|
1483 Instantiate the NoInputPanel if the ui provider string "noinput" is |
3fe265b47675
Added a NoInputPanel to suppress the creation of an input panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
823
diff
changeset
|
1484 specified. |
3fe265b47675
Added a NoInputPanel to suppress the creation of an input panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
823
diff
changeset
|
1485 |
823
407de0f4b66a
Set the map projection and its max extent dynamically - information extracted from facets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
822
diff
changeset
|
1486 2011-08-19 Ingo Weinzierl <ingo@intevation.de> |
407de0f4b66a
Set the map projection and its max extent dynamically - information extracted from facets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
822
diff
changeset
|
1487 |
407de0f4b66a
Set the map projection and its max extent dynamically - information extracted from facets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
822
diff
changeset
|
1488 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: |
407de0f4b66a
Set the map projection and its max extent dynamically - information extracted from facets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
822
diff
changeset
|
1489 Determine the max extent of all layers contained in the collection. |
407de0f4b66a
Set the map projection and its max extent dynamically - information extracted from facets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
822
diff
changeset
|
1490 |
407de0f4b66a
Set the map projection and its max extent dynamically - information extracted from facets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
822
diff
changeset
|
1491 * src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java: Set |
407de0f4b66a
Set the map projection and its max extent dynamically - information extracted from facets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
822
diff
changeset
|
1492 the map projection and its max extent determined by MapOutputTab. |
407de0f4b66a
Set the map projection and its max extent dynamically - information extracted from facets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
822
diff
changeset
|
1493 |
822
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1494 2011-08-12 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1495 |
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1496 Extract selected data from datacage panel |
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1497 |
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1498 * src/main/java/de/intevation/flys/client/server/meta/Converter.java: |
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1499 Removed some debugging. |
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1500 |
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1501 * src/main/java/de/intevation/flys/client/shared/model/ToLoad.java: New. |
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1502 Contains artifact id, db ids, factory name and facet number. Should |
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1503 be enough to identify the data to load. |
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1504 * src/main/java/de/intevation/flys/client/shared/model/AttrList.java: |
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1505 Fixed indexing bug. |
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1506 |
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1507 * src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: |
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1508 Added a toLoad() method which returns a list of ToLoad data to load via |
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1509 the corresponding factories. |
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1510 If you double click on a tree node all data below this filled into this list |
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1511 and the window is disposed. |
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1512 You can do multipl selects on the and press the '+' button to do |
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1513 a multiselect loading. |
ffb98b228b3c
Add code to extract data to load from datacage tree.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
821
diff
changeset
|
1514 |
821
56069d236afa
Datacage: Build UI tree in a more compatible style
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
820
diff
changeset
|
1515 2011-08-09 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
56069d236afa
Datacage: Build UI tree in a more compatible style
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
820
diff
changeset
|
1516 |
56069d236afa
Datacage: Build UI tree in a more compatible style
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
820
diff
changeset
|
1517 * src/main/java/de/intevation/flys/client/server/meta/Converter.java: |
56069d236afa
Datacage: Build UI tree in a more compatible style
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
820
diff
changeset
|
1518 Do not use 'name' attribute of datacage. |
56069d236afa
Datacage: Build UI tree in a more compatible style
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
820
diff
changeset
|
1519 |
56069d236afa
Datacage: Build UI tree in a more compatible style
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
820
diff
changeset
|
1520 * src/main/java/de/intevation/flys/client/client/widgets/tree/AttributedTreeNode.java: |
56069d236afa
Datacage: Build UI tree in a more compatible style
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
820
diff
changeset
|
1521 Removed. Not longer needed. |
56069d236afa
Datacage: Build UI tree in a more compatible style
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
820
diff
changeset
|
1522 |
56069d236afa
Datacage: Build UI tree in a more compatible style
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
820
diff
changeset
|
1523 * src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: |
56069d236afa
Datacage: Build UI tree in a more compatible style
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
820
diff
changeset
|
1524 Build the UI tree in a more smartgwt compatible style. Prevents lots |
56069d236afa
Datacage: Build UI tree in a more compatible style
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
820
diff
changeset
|
1525 of exception when using click listeners. |
56069d236afa
Datacage: Build UI tree in a more compatible style
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
820
diff
changeset
|
1526 |
820
912379835298
UI: Set CollectionViews ("Window") title to include UUID of Collection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
819
diff
changeset
|
1527 2011-08-09 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
912379835298
UI: Set CollectionViews ("Window") title to include UUID of Collection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
819
diff
changeset
|
1528 |
912379835298
UI: Set CollectionViews ("Window") title to include UUID of Collection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
819
diff
changeset
|
1529 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
912379835298
UI: Set CollectionViews ("Window") title to include UUID of Collection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
819
diff
changeset
|
1530 Set window title to include UUID. |
912379835298
UI: Set CollectionViews ("Window") title to include UUID of Collection.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
819
diff
changeset
|
1531 |
819
11fd6557d0fc
UI: Cosmetics in log messages of CollectionView.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
818
diff
changeset
|
1532 2011-08-09 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
11fd6557d0fc
UI: Cosmetics in log messages of CollectionView.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
818
diff
changeset
|
1533 |
11fd6557d0fc
UI: Cosmetics in log messages of CollectionView.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
818
diff
changeset
|
1534 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
11fd6557d0fc
UI: Cosmetics in log messages of CollectionView.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
818
diff
changeset
|
1535 Changed log message for two distinct malconditions. |
11fd6557d0fc
UI: Cosmetics in log messages of CollectionView.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
818
diff
changeset
|
1536 |
818
2c004a40b1e1
Adjusted German translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
815
diff
changeset
|
1537 2011-08-09 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2c004a40b1e1
Adjusted German translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
815
diff
changeset
|
1538 |
2c004a40b1e1
Adjusted German translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
815
diff
changeset
|
1539 * src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
2c004a40b1e1
Adjusted German translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
815
diff
changeset
|
1540 Adjusted German translation to use unique strings. |
2c004a40b1e1
Adjusted German translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
815
diff
changeset
|
1541 |
815
112f95d7b286
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
814
diff
changeset
|
1542 2011-08-08 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
112f95d7b286
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
814
diff
changeset
|
1543 |
112f95d7b286
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
814
diff
changeset
|
1544 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java, |
112f95d7b286
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
814
diff
changeset
|
1545 src/main/java/de/intevation/flys/client/client/ui/BooleanPanel.java, |
112f95d7b286
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
814
diff
changeset
|
1546 src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java, |
112f95d7b286
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
814
diff
changeset
|
1547 src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: |
112f95d7b286
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
814
diff
changeset
|
1548 Removed superfluous imports. |
112f95d7b286
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
814
diff
changeset
|
1549 |
814
6db4839e0ba1
Datacage: Added a subclass of TreeNode to carry the informations needed by the loading listeners.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
813
diff
changeset
|
1550 2011-08-08 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
6db4839e0ba1
Datacage: Added a subclass of TreeNode to carry the informations needed by the loading listeners.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
813
diff
changeset
|
1551 |
6db4839e0ba1
Datacage: Added a subclass of TreeNode to carry the informations needed by the loading listeners.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
813
diff
changeset
|
1552 * src/main/java/de/intevation/flys/client/client/widgets/tree/AttributedTreeNode.java: |
6db4839e0ba1
Datacage: Added a subclass of TreeNode to carry the informations needed by the loading listeners.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
813
diff
changeset
|
1553 New. Subclassed TreeNode to carry the attribute data from |
6db4839e0ba1
Datacage: Added a subclass of TreeNode to carry the informations needed by the loading listeners.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
813
diff
changeset
|
1554 the meta data service. |
6db4839e0ba1
Datacage: Added a subclass of TreeNode to carry the informations needed by the loading listeners.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
813
diff
changeset
|
1555 |
6db4839e0ba1
Datacage: Added a subclass of TreeNode to carry the informations needed by the loading listeners.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
813
diff
changeset
|
1556 * src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: |
6db4839e0ba1
Datacage: Added a subclass of TreeNode to carry the informations needed by the loading listeners.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
813
diff
changeset
|
1557 Create AttributedTreeNodes instead of TreeNodes to have the |
6db4839e0ba1
Datacage: Added a subclass of TreeNode to carry the informations needed by the loading listeners.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
813
diff
changeset
|
1558 relevant information at hand if a listener wants to access |
6db4839e0ba1
Datacage: Added a subclass of TreeNode to carry the informations needed by the loading listeners.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
813
diff
changeset
|
1559 the data. |
6db4839e0ba1
Datacage: Added a subclass of TreeNode to carry the informations needed by the loading listeners.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
813
diff
changeset
|
1560 |
813
57ea5af8a967
Meta data service converter: transfer attributes to client, too.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
812
diff
changeset
|
1561 2011-08-08 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
57ea5af8a967
Meta data service converter: transfer attributes to client, too.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
812
diff
changeset
|
1562 |
57ea5af8a967
Meta data service converter: transfer attributes to client, too.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
812
diff
changeset
|
1563 * src/main/java/de/intevation/flys/client/shared/model/AttrList.java: |
57ea5af8a967
Meta data service converter: transfer attributes to client, too.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
812
diff
changeset
|
1564 New. List of attributes for each DataCageNode. |
57ea5af8a967
Meta data service converter: transfer attributes to client, too.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
812
diff
changeset
|
1565 |
57ea5af8a967
Meta data service converter: transfer attributes to client, too.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
812
diff
changeset
|
1566 * src/main/java/de/intevation/flys/client/server/meta/Converter.java: |
57ea5af8a967
Meta data service converter: transfer attributes to client, too.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
812
diff
changeset
|
1567 Generate the list of attributes for each datacage node. |
57ea5af8a967
Meta data service converter: transfer attributes to client, too.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
812
diff
changeset
|
1568 |
57ea5af8a967
Meta data service converter: transfer attributes to client, too.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
812
diff
changeset
|
1569 * src/main/java/de/intevation/flys/client/shared/model/DataCageNode.java: |
57ea5af8a967
Meta data service converter: transfer attributes to client, too.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
812
diff
changeset
|
1570 Added the attribute list. |
57ea5af8a967
Meta data service converter: transfer attributes to client, too.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
812
diff
changeset
|
1571 |
812
70b728a9f4e8
Meta data service: Create correct request document now.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
811
diff
changeset
|
1572 2011-08-08 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
70b728a9f4e8
Meta data service: Create correct request document now.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
811
diff
changeset
|
1573 |
70b728a9f4e8
Meta data service: Create correct request document now.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
811
diff
changeset
|
1574 * src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: |
70b728a9f4e8
Meta data service: Create correct request document now.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
811
diff
changeset
|
1575 Do not cry for missing i18n if running into error. |
70b728a9f4e8
Meta data service: Create correct request document now.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
811
diff
changeset
|
1576 |
70b728a9f4e8
Meta data service: Create correct request document now.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
811
diff
changeset
|
1577 * src/main/java/de/intevation/flys/client/server/meta/Converter.java: |
70b728a9f4e8
Meta data service: Create correct request document now.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
811
diff
changeset
|
1578 Convert more stuff. |
70b728a9f4e8
Meta data service: Create correct request document now.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
811
diff
changeset
|
1579 |
70b728a9f4e8
Meta data service: Create correct request document now.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
811
diff
changeset
|
1580 * src/main/java/de/intevation/flys/client/server/MetaDataServiceImpl.java: |
70b728a9f4e8
Meta data service: Create correct request document now.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
811
diff
changeset
|
1581 Create correct request document now. |
70b728a9f4e8
Meta data service: Create correct request document now.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
811
diff
changeset
|
1582 |
70b728a9f4e8
Meta data service: Create correct request document now.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
811
diff
changeset
|
1583 2011-08-08 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
811
8fa303586f14
Pass user id to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
810
diff
changeset
|
1584 |
8fa303586f14
Pass user id to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
810
diff
changeset
|
1585 * src/main/java/de/intevation/flys/client/client/services/MetaDataService.java, |
8fa303586f14
Pass user id to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
810
diff
changeset
|
1586 src/main/java/de/intevation/flys/client/server/MetaDataServiceImpl.java, |
8fa303586f14
Pass user id to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
810
diff
changeset
|
1587 src/main/java/de/intevation/flys/client/client/services/MetaDataServiceAsync.java: |
8fa303586f14
Pass user id to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
810
diff
changeset
|
1588 Take the user id, too. |
8fa303586f14
Pass user id to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
810
diff
changeset
|
1589 |
8fa303586f14
Pass user id to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
810
diff
changeset
|
1590 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java, |
8fa303586f14
Pass user id to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
810
diff
changeset
|
1591 src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java, |
8fa303586f14
Pass user id to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
810
diff
changeset
|
1592 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
8fa303586f14
Pass user id to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
810
diff
changeset
|
1593 Adjusted call to pass the user id to the datacage window. |
8fa303586f14
Pass user id to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
810
diff
changeset
|
1594 |
8fa303586f14
Pass user id to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
810
diff
changeset
|
1595 * src/main/java/de/intevation/flys/client/client/ui/DatacageButton.java, |
8fa303586f14
Pass user id to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
810
diff
changeset
|
1596 src/main/java/de/intevation/flys/client/client/ui/DatacagePanel.java: |
8fa303586f14
Pass user id to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
810
diff
changeset
|
1597 TODO: Bring user id into play. |
8fa303586f14
Pass user id to the meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
810
diff
changeset
|
1598 |
810
a443dd6566b8
Minor cosmetic changes (javadoc comments).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
809
diff
changeset
|
1599 2011-08-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
a443dd6566b8
Minor cosmetic changes (javadoc comments).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
809
diff
changeset
|
1600 |
a443dd6566b8
Minor cosmetic changes (javadoc comments).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
809
diff
changeset
|
1601 * src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java: |
a443dd6566b8
Minor cosmetic changes (javadoc comments).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
809
diff
changeset
|
1602 Unified spacing and punctuations in javadoc comments, removed |
a443dd6566b8
Minor cosmetic changes (javadoc comments).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
809
diff
changeset
|
1603 incorrect comment. |
a443dd6566b8
Minor cosmetic changes (javadoc comments).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
809
diff
changeset
|
1604 |
809
e9337488bac3
The Collection now knows its already loaded recommendations - the CollectionView will not load recommendations that have already been loaded before.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
808
diff
changeset
|
1605 2011-07-22 Ingo Weinzierl <ingo@intevation.de> |
e9337488bac3
The Collection now knows its already loaded recommendations - the CollectionView will not load recommendations that have already been loaded before.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
808
diff
changeset
|
1606 |
e9337488bac3
The Collection now knows its already loaded recommendations - the CollectionView will not load recommendations that have already been loaded before.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
808
diff
changeset
|
1607 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java, |
e9337488bac3
The Collection now knows its already loaded recommendations - the CollectionView will not load recommendations that have already been loaded before.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
808
diff
changeset
|
1608 src/main/java/de/intevation/flys/client/shared/model/Collection.java: |
e9337488bac3
The Collection now knows its already loaded recommendations - the CollectionView will not load recommendations that have already been loaded before.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
808
diff
changeset
|
1609 Collections are able to store the recommendations they have already |
e9337488bac3
The Collection now knows its already loaded recommendations - the CollectionView will not load recommendations that have already been loaded before.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
808
diff
changeset
|
1610 loaded. Therefore, new methods have been added to add recommendations |
e9337488bac3
The Collection now knows its already loaded recommendations - the CollectionView will not load recommendations that have already been loaded before.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
808
diff
changeset
|
1611 and to determine, if a recommendation has already been loaded. |
e9337488bac3
The Collection now knows its already loaded recommendations - the CollectionView will not load recommendations that have already been loaded before.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
808
diff
changeset
|
1612 |
e9337488bac3
The Collection now knows its already loaded recommendations - the CollectionView will not load recommendations that have already been loaded before.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
808
diff
changeset
|
1613 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java: |
e9337488bac3
The Collection now knows its already loaded recommendations - the CollectionView will not load recommendations that have already been loaded before.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
808
diff
changeset
|
1614 Read the already loaded recommendations from Collection's DESCRIBE |
e9337488bac3
The Collection now knows its already loaded recommendations - the CollectionView will not load recommendations that have already been loaded before.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
808
diff
changeset
|
1615 document. |
e9337488bac3
The Collection now knows its already loaded recommendations - the CollectionView will not load recommendations that have already been loaded before.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
808
diff
changeset
|
1616 |
e9337488bac3
The Collection now knows its already loaded recommendations - the CollectionView will not load recommendations that have already been loaded before.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
808
diff
changeset
|
1617 * src/main/java/de/intevation/flys/client/server/CollectionHelper.java: |
e9337488bac3
The Collection now knows its already loaded recommendations - the CollectionView will not load recommendations that have already been loaded before.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
808
diff
changeset
|
1618 Write the Collection's recommendations into its attribute document. |
e9337488bac3
The Collection now knows its already loaded recommendations - the CollectionView will not load recommendations that have already been loaded before.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
808
diff
changeset
|
1619 |
e9337488bac3
The Collection now knows its already loaded recommendations - the CollectionView will not load recommendations that have already been loaded before.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
808
diff
changeset
|
1620 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
e9337488bac3
The Collection now knows its already loaded recommendations - the CollectionView will not load recommendations that have already been loaded before.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
808
diff
changeset
|
1621 Two things: |
e9337488bac3
The Collection now knows its already loaded recommendations - the CollectionView will not load recommendations that have already been loaded before.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
808
diff
changeset
|
1622 1) Do no load recommendations that have already been loaded before. |
e9337488bac3
The Collection now knows its already loaded recommendations - the CollectionView will not load recommendations that have already been loaded before.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
808
diff
changeset
|
1623 2) Update UI when there are no more artifacts to load (recommendations). |
e9337488bac3
The Collection now knows its already loaded recommendations - the CollectionView will not load recommendations that have already been loaded before.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
808
diff
changeset
|
1624 |
808
3187b268b311
Repaired broken XPath expression.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
807
diff
changeset
|
1625 2011-07-21 Ingo Weinzierl <ingo@intevation.de> |
3187b268b311
Repaired broken XPath expression.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
807
diff
changeset
|
1626 |
3187b268b311
Repaired broken XPath expression.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
807
diff
changeset
|
1627 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: |
3187b268b311
Repaired broken XPath expression.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
807
diff
changeset
|
1628 Added missing slash in XPath expression. |
3187b268b311
Repaired broken XPath expression.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
807
diff
changeset
|
1629 |
807
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1630 2011-07-21 Ingo Weinzierl <ingo@intevation.de> |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1631 |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1632 * src/main/java/de/intevation/flys/client/shared/model/DefaultRecommendation.java, |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1633 src/main/java/de/intevation/flys/client/shared/model/Recommendation.java: |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1634 New. The interface and its default implementation that represent |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1635 recommendations provided by an Artifact. A recommendation consists at |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1636 least of the name of an ArtifactFactory and a list of database ids. |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1637 |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1638 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1639 Read the recommendations from Artifact's DESCRIBE document (which |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1640 structure has changed.) |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1641 |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1642 * src/main/java/de/intevation/flys/client/shared/model/ArtifactDescription.java, |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1643 src/main/java/de/intevation/flys/client/shared/model/DefaultArtifactDescription.java: |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1644 Recommendation are no longer simple strings but Recommendation objects |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1645 now. So, the interface to retrieve those recommendations has changed. |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1646 |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1647 * src/main/java/de/intevation/flys/client/client/services/ArtifactServiceAsync.java, |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1648 src/main/java/de/intevation/flys/client/client/services/ArtifactService.java, |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1649 src/main/java/de/intevation/flys/client/server/ArtifactServiceImpl.java: |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1650 This service takes a further string now, which represents the database |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1651 ids used to create static artifacts that require data from database. |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1652 |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1653 * src/main/java/de/intevation/flys/client/client/FLYS.java, |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1654 src/main/java/de/intevation/flys/client/client/ui/ParameterList.java, |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1655 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1656 Adapted the call of the ArtifactService. |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1657 |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1658 M src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java |
6f65e70fa11d
Repaired broken recommendation parsing from Artifact's DESCRIBE document (which structure has changed).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
806
diff
changeset
|
1659 |
806
e50da1f74e58
The layers created in the floodmap reflect to the facets this output mode has.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
805
diff
changeset
|
1660 2011-07-20 Ingo Weinzierl <ingo@intevation.de> |
e50da1f74e58
The layers created in the floodmap reflect to the facets this output mode has.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
805
diff
changeset
|
1661 |
e50da1f74e58
The layers created in the floodmap reflect to the facets this output mode has.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
805
diff
changeset
|
1662 * src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java: The |
e50da1f74e58
The layers created in the floodmap reflect to the facets this output mode has.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
805
diff
changeset
|
1663 vector layer which is used to save features created by the user acts as |
e50da1f74e58
The layers created in the floodmap reflect to the facets this output mode has.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
805
diff
changeset
|
1664 OpenLayers base layer. I decided to do so, because this is the first |
e50da1f74e58
The layers created in the floodmap reflect to the facets this output mode has.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
805
diff
changeset
|
1665 and only layer that will always exist in our maps. Users aren't able to |
e50da1f74e58
The layers created in the floodmap reflect to the facets this output mode has.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
805
diff
changeset
|
1666 remove it! |
e50da1f74e58
The layers created in the floodmap reflect to the facets this output mode has.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
805
diff
changeset
|
1667 |
e50da1f74e58
The layers created in the floodmap reflect to the facets this output mode has.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
805
diff
changeset
|
1668 * src/main/java/de/intevation/flys/client/client/ui/map/MapThemePanel.java: |
e50da1f74e58
The layers created in the floodmap reflect to the facets this output mode has.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
805
diff
changeset
|
1669 Added a callback interface that allows the MapOutputTab to react on |
e50da1f74e58
The layers created in the floodmap reflect to the facets this output mode has.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
805
diff
changeset
|
1670 modifications in the ThemePanel. This special callback is used to |
e50da1f74e58
The layers created in the floodmap reflect to the facets this output mode has.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
805
diff
changeset
|
1671 activate/deactivate layers. |
e50da1f74e58
The layers created in the floodmap reflect to the facets this output mode has.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
805
diff
changeset
|
1672 |
e50da1f74e58
The layers created in the floodmap reflect to the facets this output mode has.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
805
diff
changeset
|
1673 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: |
e50da1f74e58
The layers created in the floodmap reflect to the facets this output mode has.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
805
diff
changeset
|
1674 Now, the layers in the map reflect the facets of the map output. Each |
e50da1f74e58
The layers created in the floodmap reflect to the facets this output mode has.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
805
diff
changeset
|
1675 layer's extent is analyzed and finally the map is zoomed to the minimal |
e50da1f74e58
The layers created in the floodmap reflect to the facets this output mode has.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
805
diff
changeset
|
1676 extent that contains all layers. |
e50da1f74e58
The layers created in the floodmap reflect to the facets this output mode has.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
805
diff
changeset
|
1677 |
805
f43d06d6a4a2
Refactored code of theme panel and added a MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
804
diff
changeset
|
1678 2011-07-20 Ingo Weinzierl <ingo@intevation.de> |
f43d06d6a4a2
Refactored code of theme panel and added a MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
804
diff
changeset
|
1679 |
f43d06d6a4a2
Refactored code of theme panel and added a MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
804
diff
changeset
|
1680 * src/main/java/de/intevation/flys/client/client/ui/chart/ThemeNavigationPanel.java, |
f43d06d6a4a2
Refactored code of theme panel and added a MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
804
diff
changeset
|
1681 src/main/java/de/intevation/flys/client/client/ui/ThemeNavigationPanel.java: |
f43d06d6a4a2
Refactored code of theme panel and added a MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
804
diff
changeset
|
1682 Moved the panel a package level higher. |
f43d06d6a4a2
Refactored code of theme panel and added a MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
804
diff
changeset
|
1683 |
f43d06d6a4a2
Refactored code of theme panel and added a MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
804
diff
changeset
|
1684 * src/main/java/de/intevation/flys/client/client/ui/ThemePanel.java: New. |
f43d06d6a4a2
Refactored code of theme panel and added a MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
804
diff
changeset
|
1685 Abstract class that consists basically of the code that was removed from |
f43d06d6a4a2
Refactored code of theme panel and added a MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
804
diff
changeset
|
1686 ChartThemePanel. |
f43d06d6a4a2
Refactored code of theme panel and added a MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
804
diff
changeset
|
1687 |
f43d06d6a4a2
Refactored code of theme panel and added a MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
804
diff
changeset
|
1688 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: |
f43d06d6a4a2
Refactored code of theme panel and added a MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
804
diff
changeset
|
1689 Sourced code base out to ThemePanel, so that's possible to reuse the |
f43d06d6a4a2
Refactored code of theme panel and added a MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
804
diff
changeset
|
1690 code for a MapThemePanel. |
f43d06d6a4a2
Refactored code of theme panel and added a MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
804
diff
changeset
|
1691 |
f43d06d6a4a2
Refactored code of theme panel and added a MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
804
diff
changeset
|
1692 * src/main/java/de/intevation/flys/client/client/ui/map/MapThemePanel.java: |
f43d06d6a4a2
Refactored code of theme panel and added a MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
804
diff
changeset
|
1693 New. A theme panel for the map widget. |
f43d06d6a4a2
Refactored code of theme panel and added a MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
804
diff
changeset
|
1694 |
804
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1695 2011-07-19 Ingo Weinzierl <ingo@intevation.de> |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1696 |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1697 * src/main/java/de/intevation/flys/client/shared/model/AttributedTheme.java: |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1698 New. This theme stores all its attributes in a map. The intent of this |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1699 theme is to save all the facet's values contained in the DESCRIBE of the |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1700 Collection to be able to write an equivalent attribute part as the |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1701 incoming DESCRIBE has -> no loss of attributes like WMS URL or |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1702 layernames in a map theme! |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1703 |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1704 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java: |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1705 Instantiate new AttributedThemes to save all information of a facet. |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1706 |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1707 * src/main/java/de/intevation/flys/client/server/CollectionHelper.java: |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1708 Write all attributes of an AttributedTheme into a facet's element. |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1709 |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1710 * src/main/java/de/intevation/flys/client/shared/model/Theme.java, |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1711 src/main/java/de/intevation/flys/client/shared/model/DefaultTheme.java, |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1712 src/main/java/de/intevation/flys/client/shared/model/FacetRecord.java, |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1713 src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1714 The 'active' member variable is an integer value now as it is in the |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1715 Collection's DESCRIBE document, too. |
374712890b94
Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
803
diff
changeset
|
1716 |
803
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1717 2011-07-18 Ingo Weinzierl <ingo@intevation.de> |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1718 |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1719 * src/main/java/de/intevation/flys/client/client/services/ArtifactServiceAsync.java, |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1720 src/main/java/de/intevation/flys/client/client/services/ArtifactService.java, |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1721 src/main/java/de/intevation/flys/client/server/ArtifactServiceImpl.java: |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1722 An artifact can be created using a UUID as model artifact. |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1723 |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1724 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1725 Read artifact recommendations from artifact description. |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1726 |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1727 * src/main/java/de/intevation/flys/client/shared/model/ArtifactDescription.java, |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1728 src/main/java/de/intevation/flys/client/shared/model/DefaultArtifactDescription.java: |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1729 Added method to retrieve recommendations. |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1730 |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1731 * src/main/java/de/intevation/flys/client/client/FLYS.java, |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1732 src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1733 Adapted the call of the ArtifactService. |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1734 |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1735 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1736 If the Artifact of a collection changes, the recommended Artifacts - if |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1737 existing - are created and added to the current Collection. |
653ae84533e7
Read/create recommended Artifacts and add them to the current Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
802
diff
changeset
|
1738 |
802
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1739 2011-07-12 Ingo Weinzierl <ingo@intevation.de> |
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1740 |
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1741 * src/main/java/de/intevation/flys/client/client/ui/map/MeasureControl.java: |
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1742 New. This control consists of two OpenLayers controls to measure lines |
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1743 and polygons. |
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1744 |
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1745 * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java: |
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1746 Added the MeasureControl. |
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1747 |
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1748 * src/main/webapp/images/measurePolygon.png, |
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1749 src/main/webapp/images/measurePolygon_Selected.png, |
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1750 src/main/webapp/images/measureLine.png, |
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1751 src/main/webapp/images/measureLine_Selected.png: New. Icons for the |
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1752 measure control. |
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1753 |
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1754 * src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1755 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1756 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1757 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added |
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1758 path locations for the measurement tools. |
d45ad7fd3027
Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
801
diff
changeset
|
1759 |
801
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1760 2011-07-12 Ingo Weinzierl <ingo@intevation.de> |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1761 |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1762 * src/main/java/de/intevation/flys/client/client/ui/map/MapPositionPanel.java: |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1763 New. This panel displays the mouse position in map coordinates. |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1764 |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1765 * src/main/java/de/intevation/flys/client/client/ui/map/DrawControl.java:: |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1766 New. This control consists of a button to enable the control and a |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1767 combobox that provides different types of barriers. Dependent on the |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1768 selected barrier type, the user can draw lines or polygons into the map. |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1769 |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1770 * src/main/java/de/intevation/flys/client/client/utils/EnableDisableCmd.java: |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1771 New. This interface might be used to react on enable/disable operations. |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1772 |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1773 * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java: |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1774 Added controls to digitize lines and polygons. |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1775 |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1776 * src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java: |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1777 Added a method that returns a vector layer that might be used to insert |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1778 new barriers draw by the user. This layer is used by the DrawControl. |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1779 |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1780 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1781 The MapToolbar requires a Canvas object now, which is used to keep track |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1782 on the current mouse position. |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1783 |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1784 * src/main/webapp/images/selectFeature_Selected.png, |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1785 src/main/webapp/images/selectFeature.png, |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1786 src/main/webapp/images/digitize.png, |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1787 src/main/webapp/images/digitize_Selected.png, |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1788 src/main/webapp/images/removeFeature.png: New. Icons for the map control |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1789 elements. |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1790 |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1791 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1792 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1793 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1794 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1795 i18n strings and image pathes. |
f6693d8f0bc8
Added missing ChangeLog entry for the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
799
diff
changeset
|
1796 |
799
f4299b90c996
Added controls to navigate in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
798
diff
changeset
|
1797 2011-07-11 Ingo Weinzierl <ingo@intevation.de> |
f4299b90c996
Added controls to navigate in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
798
diff
changeset
|
1798 |
f4299b90c996
Added controls to navigate in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
798
diff
changeset
|
1799 * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java: |
f4299b90c996
Added controls to navigate in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
798
diff
changeset
|
1800 New. This toolbar provides controls that interact with the map. |
f4299b90c996
Added controls to navigate in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
798
diff
changeset
|
1801 |
f4299b90c996
Added controls to navigate in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
798
diff
changeset
|
1802 * src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java: |
f4299b90c996
Added controls to navigate in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
798
diff
changeset
|
1803 Removed the initialization of map controls. |
f4299b90c996
Added controls to navigate in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
798
diff
changeset
|
1804 |
f4299b90c996
Added controls to navigate in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
798
diff
changeset
|
1805 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: |
f4299b90c996
Added controls to navigate in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
798
diff
changeset
|
1806 Added the MapToolbar at the top of the layout. |
f4299b90c996
Added controls to navigate in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
798
diff
changeset
|
1807 |
798
7061c2e66039
Finished layouting the map components.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
797
diff
changeset
|
1808 2011-07-11 Ingo Weinzierl <ingo@intevation.de> |
7061c2e66039
Finished layouting the map components.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
797
diff
changeset
|
1809 |
7061c2e66039
Finished layouting the map components.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
797
diff
changeset
|
1810 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: |
7061c2e66039
Finished layouting the map components.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
797
diff
changeset
|
1811 Finished layouting the components. The map has the same layout as the |
7061c2e66039
Finished layouting the map components.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
797
diff
changeset
|
1812 chart now. |
7061c2e66039
Finished layouting the map components.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
797
diff
changeset
|
1813 |
797
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1814 2011-07-08 Ingo Weinzierl <ingo@intevation.de> |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1815 |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1816 * pom.xml: Added a dependency to GwtOpenLayers 0.5 (Apache 2.0). |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1817 |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1818 * src/main/java/de/intevation/flys/client/FLYS.gwt.xml: Include the GWT |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1819 OpenLayers code. |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1820 |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1821 * src/main/webapp/FLYS.html: Include OpenLayers 2.9 (currently from remote |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1822 openlayers.org server). For production use, we have to include a local |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1823 OpenLayers. |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1824 |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1825 * src/main/java/de/intevation/flys/client/client/FLYS.java: Small |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1826 modification on the way to render the HTML page. This lets us now |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1827 combine GWT and SmartGWT components. |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1828 |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1829 * src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java: |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1830 New. This components manages the map provided by GwtOpenLayers. |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1831 |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1832 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1833 Initializes a FloodMap now and renders the map in the middle area. Note, |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1834 that the layout is nearly completely using GWT components. Mixing |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1835 GwtOpenLayers with SmartGWT doesn't work here. |
cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
796
diff
changeset
|
1836 |
796
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1837 2011-07-08 Ingo Weinzierl <ingo@intevation.de> |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1838 |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1839 * src/main/java/de/intevation/flys/client/shared/model/OutputMode.java: An |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1840 output mode has type member now. In addition, the interface describes a |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1841 method that creates an OutputTab. Concrete subclasses should return |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1842 OutputTabs that fit to their type. |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1843 |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1844 * src/main/java/de/intevation/flys/client/shared/model/ChartMode.java: |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1845 New. This OutputMode is instantiated if type == "chart" and creates |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1846 ChartOutputTabs. |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1847 |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1848 * src/main/java/de/intevation/flys/client/shared/model/MapMode.java: New. |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1849 This OutputMode is instantiated if type == "map". It creates |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1850 MapOutputTabs. |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1851 |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1852 * src/main/java/de/intevation/flys/client/shared/model/DefaultOutputMode.java: |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1853 This default implementation of an OutputMode support the type member |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1854 now. The method to create OutputTabs will return null. |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1855 |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1856 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java: |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1857 Now, we support the 'type' attribute of Outputs in the DESCRIBE |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1858 document. Based on the type, we will now instantiate concrete subclasses |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1859 of the DefaultOutputMode. E.g. the type == 'chart', the instantiated |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1860 OutputMode will be ChartMode. |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1861 |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1862 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1863 New. This OutputTab is used to render a map. |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1864 |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1865 Note: This is currently a stub only! |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1866 |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1867 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1868 Creating OutputTabs based on the names of an OutputMode is obsolete. |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1869 Now, the OutputModes itself create their required OutputTab. |
cd8603aaa730
Improved the process of creating OutputTabs. Added support for map output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
1870 |
795
68b8770af6c5
Added strings for the output mode 'floodmap'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
794
diff
changeset
|
1871 2011-07-07 Ingo Weinzierl <ingo@intevation.de> |
68b8770af6c5
Added strings for the output mode 'floodmap'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
794
diff
changeset
|
1872 |
68b8770af6c5
Added strings for the output mode 'floodmap'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
794
diff
changeset
|
1873 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
68b8770af6c5
Added strings for the output mode 'floodmap'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
794
diff
changeset
|
1874 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
68b8770af6c5
Added strings for the output mode 'floodmap'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
794
diff
changeset
|
1875 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
68b8770af6c5
Added strings for the output mode 'floodmap'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
794
diff
changeset
|
1876 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
68b8770af6c5
Added strings for the output mode 'floodmap'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
794
diff
changeset
|
1877 Added strings for the output mode 'floodmap'. |
68b8770af6c5
Added strings for the output mode 'floodmap'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
794
diff
changeset
|
1878 |
794
40269a176cd2
Set default values in the BooleanPanel, TextProvider and AutoIntegerPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
793
diff
changeset
|
1879 2011-07-07 Ingo Weinzierl <ingo@intevation.de> |
40269a176cd2
Set default values in the BooleanPanel, TextProvider and AutoIntegerPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
793
diff
changeset
|
1880 |
40269a176cd2
Set default values in the BooleanPanel, TextProvider and AutoIntegerPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
793
diff
changeset
|
1881 * src/main/java/de/intevation/flys/client/client/ui/BooleanPanel.java, |
40269a176cd2
Set default values in the BooleanPanel, TextProvider and AutoIntegerPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
793
diff
changeset
|
1882 src/main/java/de/intevation/flys/client/client/ui/TextProvider.java, |
40269a176cd2
Set default values in the BooleanPanel, TextProvider and AutoIntegerPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
793
diff
changeset
|
1883 src/main/java/de/intevation/flys/client/client/ui/AutoIntegerPanel.java: |
40269a176cd2
Set default values in the BooleanPanel, TextProvider and AutoIntegerPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
793
diff
changeset
|
1884 Default values provided by the data list used to create the panels are |
40269a176cd2
Set default values in the BooleanPanel, TextProvider and AutoIntegerPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
793
diff
changeset
|
1885 set now. |
40269a176cd2
Set default values in the BooleanPanel, TextProvider and AutoIntegerPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
793
diff
changeset
|
1886 |
793
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
792
diff
changeset
|
1887 2011-07-07 Ingo Weinzierl <ingo@intevation.de> |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
792
diff
changeset
|
1888 |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
792
diff
changeset
|
1889 * src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java: |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
792
diff
changeset
|
1890 Refactored getting labels out to own methods which enables subclasses to |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
792
diff
changeset
|
1891 changed them. |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
792
diff
changeset
|
1892 |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
792
diff
changeset
|
1893 * src/main/java/de/intevation/flys/client/client/ui/WaterlevelGroundPanel.java: |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
792
diff
changeset
|
1894 Override methods of DistancePanel to support own labels for this panel. |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
792
diff
changeset
|
1895 In addition, this panel has no distance/locations table as the |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
792
diff
changeset
|
1896 DistancePanel has. |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
792
diff
changeset
|
1897 |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
792
diff
changeset
|
1898 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
792
diff
changeset
|
1899 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
792
diff
changeset
|
1900 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
792
diff
changeset
|
1901 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
792
diff
changeset
|
1902 new strings for the distance panel and the waterlevel/ground panel. |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
792
diff
changeset
|
1903 |
792
696e3404e991
Finished the panel to activate/deactivate optional parameters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
791
diff
changeset
|
1904 2011-07-07 Ingo Weinzierl <ingo@intevation.de> |
696e3404e991
Finished the panel to activate/deactivate optional parameters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
791
diff
changeset
|
1905 |
696e3404e991
Finished the panel to activate/deactivate optional parameters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
791
diff
changeset
|
1906 * src/main/java/de/intevation/flys/client/client/ui/BooleanPanel.java: |
696e3404e991
Finished the panel to activate/deactivate optional parameters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
791
diff
changeset
|
1907 This panel is a sublcass of TextProvider now. The difference to the |
696e3404e991
Finished the panel to activate/deactivate optional parameters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
791
diff
changeset
|
1908 TextProvider is, that there is the option to active/deactivate a |
696e3404e991
Finished the panel to activate/deactivate optional parameters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
791
diff
changeset
|
1909 checkbox. So, the valid values returned by this panel are "true" and |
696e3404e991
Finished the panel to activate/deactivate optional parameters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
791
diff
changeset
|
1910 "false". |
696e3404e991
Finished the panel to activate/deactivate optional parameters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
791
diff
changeset
|
1911 |
791
9b1499a65aaa
Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
790
diff
changeset
|
1912 2011-07-07 Ingo Weinzierl <ingo@intevation.de> |
9b1499a65aaa
Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
790
diff
changeset
|
1913 |
9b1499a65aaa
Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
790
diff
changeset
|
1914 * src/main/java/de/intevation/flys/client/client/ui/TextProvider.java: |
9b1499a65aaa
Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
790
diff
changeset
|
1915 Made methods in this class much smaller to override them easily in |
9b1499a65aaa
Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
790
diff
changeset
|
1916 subclasses. In addition, the TextItem has been replaced with a |
9b1499a65aaa
Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
790
diff
changeset
|
1917 DataSourceField which seems to be more easily to change in subclasses. |
9b1499a65aaa
Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
790
diff
changeset
|
1918 |
9b1499a65aaa
Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
790
diff
changeset
|
1919 * src/main/java/de/intevation/flys/client/client/ui/AutoIntegerPanel.java: |
9b1499a65aaa
Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
790
diff
changeset
|
1920 Override required methods of TextProvider. This panel now accepts |
9b1499a65aaa
Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
790
diff
changeset
|
1921 integer values and the string "auto". An inner class |
9b1499a65aaa
Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
790
diff
changeset
|
1922 AutoIntegerValidator is used to validate the user input. |
9b1499a65aaa
Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
790
diff
changeset
|
1923 |
9b1499a65aaa
Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
790
diff
changeset
|
1924 * src/main/webapp/FLYS.css: Set style for html label elements. Those label |
9b1499a65aaa
Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
790
diff
changeset
|
1925 elements are used in forms to label items. |
9b1499a65aaa
Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
790
diff
changeset
|
1926 |
790
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1927 2011-07-06 Ingo Weinzierl <ingo@intevation.de> |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1928 |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1929 * src/main/java/de/intevation/flys/client/client/event/ParameterChangeEvent.java: |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1930 This event now supports a further member variable "type". Type is an |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1931 enum and can be FORWARD or BACK which reflects to stepping forward or |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1932 backward with the master artifact. |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1933 |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1934 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1935 Improved the way of adding/removing items to/from the static list of |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1936 parameters. We now distinguish between the two ways: |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1937 - step forward: the last item in the list is added to the static |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1938 parameter list. This makes redrawing much smoother. |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1939 - step backward: only the necessary items are removed from the static |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1940 parameter list. Before, we have removed all items and |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1941 added the relevant ones afterwards. This makes |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1942 redrawing also much smoother. |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1943 |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1944 * src/main/java/de/intevation/flys/client/client/ui/ContinuePanel.java: |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1945 This panel will have no static widget. |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1946 |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1947 * src/main/java/de/intevation/flys/client/client/ui/AutoIntegerPanel.java: |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1948 This panel uses the parents createOld() now. |
3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
789
diff
changeset
|
1949 |
789
e8be9a188e64
Layout improvements related to the height of components in the current parameterlist.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
788
diff
changeset
|
1950 2011-07-06 Ingo Weinzierl <ingo@intevation.de> |
e8be9a188e64
Layout improvements related to the height of components in the current parameterlist.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
788
diff
changeset
|
1951 |
e8be9a188e64
Layout improvements related to the height of components in the current parameterlist.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
788
diff
changeset
|
1952 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java, |
e8be9a188e64
Layout improvements related to the height of components in the current parameterlist.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
788
diff
changeset
|
1953 src/main/webapp/FLYS.css: Some layout improvements related to the height |
e8be9a188e64
Layout improvements related to the height of components in the current parameterlist.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
788
diff
changeset
|
1954 of components. |
e8be9a188e64
Layout improvements related to the height of components in the current parameterlist.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
788
diff
changeset
|
1955 |
788
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1956 2011-07-06 Ingo Weinzierl <ingo@intevation.de> |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1957 |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1958 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1959 The right side of the ParameterList now consists of a stacked panel that |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1960 itself consists of the helper panel and a panel for displaying the |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1961 calculation results. The user is now able to see both at the same time. |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1962 |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1963 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1964 Improved the Collection update process. There is no need to update the |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1965 collection twice when the master artifact changed. Now, the collection |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1966 is updated only a single time if the collection itself changed - and it |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1967 changes everytime when its artifact is set. |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1968 |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1969 * src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java: |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1970 The label 'Berechnungsergebnisse' is no longer part of the Canvas |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1971 created by this class. |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1972 |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1973 * src/main/java/de/intevation/flys/client/client/ui/UIProvider.java, |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1974 src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java: |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1975 The helper panel is now a VLayout, no longer a Canvas. |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1976 |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1977 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1978 src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java, |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1979 src/main/java/de/intevation/flys/client/client/ui/MapSelection.java, |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1980 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java, |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1981 src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1982 Add helper widgets as members to the helper panel, no longer as |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1983 children. |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1984 |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1985 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1986 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1987 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1988 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1989 strings for the input support stack. |
dfbc6693247e
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
1990 |
787
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
1991 2011-07-05 Ingo Weinzierl <ingo@intevation.de> |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
1992 |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
1993 * src/main/java/de/intevation/flys/client/client/ui/DoubleRangePanel.java, |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
1994 src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java: |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
1995 Modified these classes with the intent to override them easier. |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
1996 |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
1997 * src/main/java/de/intevation/flys/client/client/ui/BooleanPanel.java, |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
1998 src/main/java/de/intevation/flys/client/client/ui/DatacagePanel.java, |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
1999 src/main/java/de/intevation/flys/client/client/ui/TextProvider.java, |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
2000 src/main/java/de/intevation/flys/client/client/ui/AutoIntegerPanel.java, |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
2001 src/main/java/de/intevation/flys/client/client/ui/WaterlevelGroundPanel.java, |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
2002 src/main/java/de/intevation/flys/client/client/ui/DatacageButton.java: |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
2003 New panels for data input. The work on these classes is not finished |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
2004 yet! |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
2005 |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
2006 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
2007 Support more UI providers that return the new panels above. |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
2008 |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
2009 * src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
2010 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
2011 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: New |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
2012 strings used in the WaterlevelGroundPanel. |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
786
diff
changeset
|
2013 |
786
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2014 2011-07-05 Ingo Weinzierl <ingo@intevation.de> |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2015 |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2016 * src/main/java/de/intevation/flys/client/client/event/AdvanceHandler.java: |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2017 New. This interface describes a handler that listens to events in order |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2018 to advance to a next step. |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2019 |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2020 * src/main/java/de/intevation/flys/client/client/ui/ContinuePanel.java: |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2021 New. This panel doesn't allow users to enter data. It only displays a |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2022 link that lets users step forward to a next state. |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2023 |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2024 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2025 The ParameterList needs to take care on states that do not require user |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2026 input but that aren't the final state of an artifact. In such case, the |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2027 UI provider should be the ContinuePanel only! It allows users to step to |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2028 the next state. In order to provide such functionality - step forward |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2029 without feeding the artifact - the ParameterList now implements the |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2030 AdvanceHandler. |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2031 |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2032 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2033 If the uiprovider attribute is 'continue', the ContinuePanel is |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2034 returned. |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2035 |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2036 * src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java: |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2037 Adapted the width of the label field. |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2038 |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2039 * src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2040 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2041 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2042 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2043 strings for new states. |
06457f0dbad9
Commit forgotten ChangeLog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
784
diff
changeset
|
2044 |
784
3fa64c796ffc
Added the missing 'back'-button to the DistancePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
783
diff
changeset
|
2045 2011-07-04 Ingo Weinzierl <ingo@intevation.de> |
3fa64c796ffc
Added the missing 'back'-button to the DistancePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
783
diff
changeset
|
2046 |
3fa64c796ffc
Added the missing 'back'-button to the DistancePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
783
diff
changeset
|
2047 * src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java: |
3fa64c796ffc
Added the missing 'back'-button to the DistancePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
783
diff
changeset
|
2048 Added the missing "back"-button. |
3fa64c796ffc
Added the missing 'back'-button to the DistancePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
783
diff
changeset
|
2049 |
783
8ebaad41285b
#159 Added listeners to the locations and distances tables of the kilometer range panel to set the from/to fields.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
782
diff
changeset
|
2050 2011-07-01 Ingo Weinzierl <ingo@intevation.de> |
8ebaad41285b
#159 Added listeners to the locations and distances tables of the kilometer range panel to set the from/to fields.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
782
diff
changeset
|
2051 |
8ebaad41285b
#159 Added listeners to the locations and distances tables of the kilometer range panel to set the from/to fields.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
782
diff
changeset
|
2052 flys/issue159 (WINFO: Radiobutton - Ortsauswahl bei "W für ungleichwertigen Abflusslängsschnitt" entfernen) |
8ebaad41285b
#159 Added listeners to the locations and distances tables of the kilometer range panel to set the from/to fields.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
782
diff
changeset
|
2053 |
8ebaad41285b
#159 Added listeners to the locations and distances tables of the kilometer range panel to set the from/to fields.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
782
diff
changeset
|
2054 * src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java: |
8ebaad41285b
#159 Added listeners to the locations and distances tables of the kilometer range panel to set the from/to fields.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
782
diff
changeset
|
2055 Connected columns of the locations and distances tables with the |
8ebaad41285b
#159 Added listeners to the locations and distances tables of the kilometer range panel to set the from/to fields.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
782
diff
changeset
|
2056 panels from/to fields. The first two columns of the locations and the |
8ebaad41285b
#159 Added listeners to the locations and distances tables of the kilometer range panel to set the from/to fields.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
782
diff
changeset
|
2057 first column of the distances table might be used to set from/to values |
8ebaad41285b
#159 Added listeners to the locations and distances tables of the kilometer range panel to set the from/to fields.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
782
diff
changeset
|
2058 in the panel. |
8ebaad41285b
#159 Added listeners to the locations and distances tables of the kilometer range panel to set the from/to fields.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
782
diff
changeset
|
2059 |
782
4a7ece57f44c
#159 The tables in the WQ panel for calculation 4 are now filled with data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
781
diff
changeset
|
2060 2011-07-01 Ingo Weinzierl <ingo@intevation.de> |
4a7ece57f44c
#159 The tables in the WQ panel for calculation 4 are now filled with data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
781
diff
changeset
|
2061 |
4a7ece57f44c
#159 The tables in the WQ panel for calculation 4 are now filled with data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
781
diff
changeset
|
2062 * src/main/java/de/intevation/flys/client/server/DistanceInfoXML.java: |
4a7ece57f44c
#159 The tables in the WQ panel for calculation 4 are now filled with data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
781
diff
changeset
|
2063 New. This service - which is no GWT RPC Service - returns the distance |
4a7ece57f44c
#159 The tables in the WQ panel for calculation 4 are now filled with data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
781
diff
changeset
|
2064 info document as XML. The content of the document is not modified, |
4a7ece57f44c
#159 The tables in the WQ panel for calculation 4 are now filled with data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
781
diff
changeset
|
2065 parsed but only copied through. |
4a7ece57f44c
#159 The tables in the WQ panel for calculation 4 are now filled with data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
781
diff
changeset
|
2066 |
4a7ece57f44c
#159 The tables in the WQ panel for calculation 4 are now filled with data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
781
diff
changeset
|
2067 * src/main/java/de/intevation/flys/client/client/ui/range/DistanceInfoDataSource.java: |
4a7ece57f44c
#159 The tables in the WQ panel for calculation 4 are now filled with data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
781
diff
changeset
|
2068 New. This data source is used to fill the LocationsTable and RangeTable. |
4a7ece57f44c
#159 The tables in the WQ panel for calculation 4 are now filled with data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
781
diff
changeset
|
2069 It uses the DistanceInfoXML service to query the required data |
4a7ece57f44c
#159 The tables in the WQ panel for calculation 4 are now filled with data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
781
diff
changeset
|
2070 automatically using a "locations" or "distances" filter to reduce the |
4a7ece57f44c
#159 The tables in the WQ panel for calculation 4 are now filled with data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
781
diff
changeset
|
2071 size of the data document. |
4a7ece57f44c
#159 The tables in the WQ panel for calculation 4 are now filled with data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
781
diff
changeset
|
2072 |
4a7ece57f44c
#159 The tables in the WQ panel for calculation 4 are now filled with data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
781
diff
changeset
|
2073 * src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java: |
4a7ece57f44c
#159 The tables in the WQ panel for calculation 4 are now filled with data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
781
diff
changeset
|
2074 Use the DistanceInfoDataSource to fill the locations and distances tables. |
4a7ece57f44c
#159 The tables in the WQ panel for calculation 4 are now filled with data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
781
diff
changeset
|
2075 |
4a7ece57f44c
#159 The tables in the WQ panel for calculation 4 are now filled with data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
781
diff
changeset
|
2076 * src/main/webapp/WEB-INF/web.xml: Registered the new service. |
4a7ece57f44c
#159 The tables in the WQ panel for calculation 4 are now filled with data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
781
diff
changeset
|
2077 |
781
6653cf54b45d
The distance panel got two tables for locations and ranges. Both do not load any data until now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
780
diff
changeset
|
2078 2011-06-30 Ingo Weinzierl <ingo@intevation.de> |
6653cf54b45d
The distance panel got two tables for locations and ranges. Both do not load any data until now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
780
diff
changeset
|
2079 |
6653cf54b45d
The distance panel got two tables for locations and ranges. Both do not load any data until now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
780
diff
changeset
|
2080 * src/main/java/de/intevation/flys/client/client/ui/range/LocationsTable.java, |
6653cf54b45d
The distance panel got two tables for locations and ranges. Both do not load any data until now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
780
diff
changeset
|
2081 src/main/java/de/intevation/flys/client/client/ui/range/RangeTable.java: |
6653cf54b45d
The distance panel got two tables for locations and ranges. Both do not load any data until now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
780
diff
changeset
|
2082 New. These two tables are used to support the user to select from/to |
6653cf54b45d
The distance panel got two tables for locations and ranges. Both do not load any data until now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
780
diff
changeset
|
2083 values in the distance panel. |
6653cf54b45d
The distance panel got two tables for locations and ranges. Both do not load any data until now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
780
diff
changeset
|
2084 |
6653cf54b45d
The distance panel got two tables for locations and ranges. Both do not load any data until now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
780
diff
changeset
|
2085 * src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java: |
6653cf54b45d
The distance panel got two tables for locations and ranges. Both do not load any data until now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
780
diff
changeset
|
2086 Added LocationsTable and RangeTable that currently load no data. |
6653cf54b45d
The distance panel got two tables for locations and ranges. Both do not load any data until now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
780
diff
changeset
|
2087 |
780
a39c2f531755
Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
779
diff
changeset
|
2088 2011-06-30 Ingo Weinzierl <ingo@intevation.de> |
a39c2f531755
Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
779
diff
changeset
|
2089 |
a39c2f531755
Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
779
diff
changeset
|
2090 * src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java: |
a39c2f531755
Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
779
diff
changeset
|
2091 New. This panel is used to insert kilometer ranges. There is no input |
a39c2f531755
Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
779
diff
changeset
|
2092 mode for locations as it is in LocationDistancePanel. |
a39c2f531755
Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
779
diff
changeset
|
2093 |
a39c2f531755
Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
779
diff
changeset
|
2094 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
a39c2f531755
Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
779
diff
changeset
|
2095 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
a39c2f531755
Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
779
diff
changeset
|
2096 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
a39c2f531755
Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
779
diff
changeset
|
2097 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
a39c2f531755
Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
779
diff
changeset
|
2098 Added i18n strings for the distance panel. |
a39c2f531755
Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
779
diff
changeset
|
2099 |
a39c2f531755
Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
779
diff
changeset
|
2100 * src/main/java/de/intevation/flys/client/client/ui/DoubleRangePanel.java: |
a39c2f531755
Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
779
diff
changeset
|
2101 Added a method to set the step width. |
a39c2f531755
Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
779
diff
changeset
|
2102 |
a39c2f531755
Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
779
diff
changeset
|
2103 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: |
a39c2f531755
Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
779
diff
changeset
|
2104 Create a DistancePanel UIProvider if the "uiprovider" string in the |
a39c2f531755
Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
779
diff
changeset
|
2105 DESCRIBE of an artifact equals "distance_panel". |
a39c2f531755
Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
779
diff
changeset
|
2106 |
779
f1a559d13eef
#185 Repaired zooming for IE8 and Chrome.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
778
diff
changeset
|
2107 2011-06-29 Ingo Weinzierl <ingo@intevation.de> |
f1a559d13eef
#185 Repaired zooming for IE8 and Chrome.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
778
diff
changeset
|
2108 |
f1a559d13eef
#185 Repaired zooming for IE8 and Chrome.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
778
diff
changeset
|
2109 flys/issue185 (IE8 + Chromium: Kein Zoomen von Diagrammen möglich) |
f1a559d13eef
#185 Repaired zooming for IE8 and Chrome.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
778
diff
changeset
|
2110 |
f1a559d13eef
#185 Repaired zooming for IE8 and Chrome.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
778
diff
changeset
|
2111 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
f1a559d13eef
#185 Repaired zooming for IE8 and Chrome.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
778
diff
changeset
|
2112 Create the chart image first before initialising listeners on it. |
f1a559d13eef
#185 Repaired zooming for IE8 and Chrome.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
778
diff
changeset
|
2113 |
f1a559d13eef
#185 Repaired zooming for IE8 and Chrome.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
778
diff
changeset
|
2114 * src/main/java/de/intevation/flys/client/client/ui/chart/ZoomboxControl.java: |
f1a559d13eef
#185 Repaired zooming for IE8 and Chrome.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
778
diff
changeset
|
2115 The zoombox that is displayed in while zooming is 2 pixel smaller than |
f1a559d13eef
#185 Repaired zooming for IE8 and Chrome.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
778
diff
changeset
|
2116 the area between start and end point now. This should avoid the zoombox |
f1a559d13eef
#185 Repaired zooming for IE8 and Chrome.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
778
diff
changeset
|
2117 absorbing mouse events. |
f1a559d13eef
#185 Repaired zooming for IE8 and Chrome.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
778
diff
changeset
|
2118 |
f1a559d13eef
#185 Repaired zooming for IE8 and Chrome.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
778
diff
changeset
|
2119 2011-06-29 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
778
e14dc5fed6bb
Reordered delete and rename in project context menu, add separator.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
777
diff
changeset
|
2120 |
e14dc5fed6bb
Reordered delete and rename in project context menu, add separator.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
777
diff
changeset
|
2121 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
e14dc5fed6bb
Reordered delete and rename in project context menu, add separator.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
777
diff
changeset
|
2122 Reordered delete and rename in project context menu, add separator. |
e14dc5fed6bb
Reordered delete and rename in project context menu, add separator.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
777
diff
changeset
|
2123 |
777
3b02a798d75d
#181 Repaired activate/deactivate function in theme list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
776
diff
changeset
|
2124 2011-06-29 Ingo Weinzierl <ingo@intevation.de> |
3b02a798d75d
#181 Repaired activate/deactivate function in theme list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
776
diff
changeset
|
2125 |
3b02a798d75d
#181 Repaired activate/deactivate function in theme list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
776
diff
changeset
|
2126 flys/issue181 (Erstes Thema in der Themenliste wählt sich automatisch wieder an) |
3b02a798d75d
#181 Repaired activate/deactivate function in theme list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
776
diff
changeset
|
2127 |
3b02a798d75d
#181 Repaired activate/deactivate function in theme list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
776
diff
changeset
|
2128 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: |
3b02a798d75d
#181 Repaired activate/deactivate function in theme list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
776
diff
changeset
|
2129 We will no longer check if an update of the theme list is necessary. |
3b02a798d75d
#181 Repaired activate/deactivate function in theme list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
776
diff
changeset
|
2130 The EditEvent that is caught should be enough information to start the |
3b02a798d75d
#181 Repaired activate/deactivate function in theme list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
776
diff
changeset
|
2131 update process. |
3b02a798d75d
#181 Repaired activate/deactivate function in theme list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
776
diff
changeset
|
2132 |
776
b82bed27429f
GWT version upgrade from 2.1.1 to 2.3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
775
diff
changeset
|
2133 2011-06-28 Ingo Weinzierl <ingo@intevation.de> |
b82bed27429f
GWT version upgrade from 2.1.1 to 2.3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
775
diff
changeset
|
2134 |
b82bed27429f
GWT version upgrade from 2.1.1 to 2.3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
775
diff
changeset
|
2135 * pom.xml: GWT version upgrade from 2.1.1 to 2.3.0. |
b82bed27429f
GWT version upgrade from 2.1.1 to 2.3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
775
diff
changeset
|
2136 |
775
261faa6a271f
Tagged RELEASE 2.4 of flys-client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
617
diff
changeset
|
2137 2011-06-28 Ingo Weinzierl <ingo@intevation.de> |
261faa6a271f
Tagged RELEASE 2.4 of flys-client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
617
diff
changeset
|
2138 |
261faa6a271f
Tagged RELEASE 2.4 of flys-client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
617
diff
changeset
|
2139 Tagged RELEASE 2.4 |
261faa6a271f
Tagged RELEASE 2.4 of flys-client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
617
diff
changeset
|
2140 |
617
5bf652ba4581
#182 Initial WQ mode in adapted wq panel is now Q.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
616
diff
changeset
|
2141 2011-06-27 Ingo Weinzierl <ingo@intevation.de> |
5bf652ba4581
#182 Initial WQ mode in adapted wq panel is now Q.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
616
diff
changeset
|
2142 |
5bf652ba4581
#182 Initial WQ mode in adapted wq panel is now Q.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
616
diff
changeset
|
2143 flys/issue182 (WINFO: Vorbelegung Q bei "ungleichwertigem Abflusslängsschnitt") |
5bf652ba4581
#182 Initial WQ mode in adapted wq panel is now Q.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
616
diff
changeset
|
2144 |
5bf652ba4581
#182 Initial WQ mode in adapted wq panel is now Q.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
616
diff
changeset
|
2145 * src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java: |
5bf652ba4581
#182 Initial WQ mode in adapted wq panel is now Q.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
616
diff
changeset
|
2146 Set initial mode to Q. |
5bf652ba4581
#182 Initial WQ mode in adapted wq panel is now Q.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
616
diff
changeset
|
2147 |
616
ef88ecbbd4d3
Prepared Changes for the upcoming release.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
615
diff
changeset
|
2148 2011-06-27 Ingo Weinzierl <ingo@intevation.de> |
ef88ecbbd4d3
Prepared Changes for the upcoming release.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
615
diff
changeset
|
2149 |
ef88ecbbd4d3
Prepared Changes for the upcoming release.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
615
diff
changeset
|
2150 * Changes: Prepared changes for the upcoming release. |
ef88ecbbd4d3
Prepared Changes for the upcoming release.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
615
diff
changeset
|
2151 |
615
ba1b27b7d282
Removed trailing whitespace.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
614
diff
changeset
|
2152 2011-06-26 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
ba1b27b7d282
Removed trailing whitespace.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
614
diff
changeset
|
2153 |
ba1b27b7d282
Removed trailing whitespace.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
614
diff
changeset
|
2154 * src/main/java/de/intevation/flys/client/**/*.java: |
ba1b27b7d282
Removed trailing whitespace.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
614
diff
changeset
|
2155 Removed trailing whitespace. |
ba1b27b7d282
Removed trailing whitespace.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
614
diff
changeset
|
2156 |
614
80626c4a5bbf
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
613
diff
changeset
|
2157 2011-06-26 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
80626c4a5bbf
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
613
diff
changeset
|
2158 |
80626c4a5bbf
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
613
diff
changeset
|
2159 * src/main/java/de/intevation/flys/client/server/UserCollectionsServiceImpl.java, |
80626c4a5bbf
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
613
diff
changeset
|
2160 src/main/java/de/intevation/flys/client/shared/model/CollectionRecord.java, |
80626c4a5bbf
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
613
diff
changeset
|
2161 src/main/java/de/intevation/flys/client/client/ui/chart/PanControl.java: |
80626c4a5bbf
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
613
diff
changeset
|
2162 Removed superfluous imports. |
80626c4a5bbf
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
613
diff
changeset
|
2163 |
613
471ca61b83b5
#165 Set the max length of project names to 50 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
612
diff
changeset
|
2164 2011-06-24 Ingo Weinzierl <ingo@intevation.de> |
471ca61b83b5
#165 Set the max length of project names to 50 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
612
diff
changeset
|
2165 |
471ca61b83b5
#165 Set the max length of project names to 50 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
612
diff
changeset
|
2166 flys/issue165 (Projektliste: Einige Auffälligkeiten nach Neuimplementierung) |
471ca61b83b5
#165 Set the max length of project names to 50 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
612
diff
changeset
|
2167 |
471ca61b83b5
#165 Set the max length of project names to 50 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
612
diff
changeset
|
2168 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
471ca61b83b5
#165 Set the max length of project names to 50 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
612
diff
changeset
|
2169 Set the maximal length of project names to 50 characters. If the name, |
471ca61b83b5
#165 Set the max length of project names to 50 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
612
diff
changeset
|
2170 entered by the user, is longer than this max value, it is not saved to |
471ca61b83b5
#165 Set the max length of project names to 50 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
612
diff
changeset
|
2171 artifact server and the old name is displayed again. |
471ca61b83b5
#165 Set the max length of project names to 50 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
612
diff
changeset
|
2172 |
471ca61b83b5
#165 Set the max length of project names to 50 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
612
diff
changeset
|
2173 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
471ca61b83b5
#165 Set the max length of project names to 50 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
612
diff
changeset
|
2174 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
471ca61b83b5
#165 Set the max length of project names to 50 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
612
diff
changeset
|
2175 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
471ca61b83b5
#165 Set the max length of project names to 50 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
612
diff
changeset
|
2176 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
471ca61b83b5
#165 Set the max length of project names to 50 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
612
diff
changeset
|
2177 Added warning message for too long project names. |
471ca61b83b5
#165 Set the max length of project names to 50 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
612
diff
changeset
|
2178 |
612
e59f2569558e
Zoom-to-max-extent will zoom to the initial chart range now (without zoom values given).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
611
diff
changeset
|
2179 2011-06-24 Ingo Weinzierl <ingo@intevation.de> |
e59f2569558e
Zoom-to-max-extent will zoom to the initial chart range now (without zoom values given).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
611
diff
changeset
|
2180 |
e59f2569558e
Zoom-to-max-extent will zoom to the initial chart range now (without zoom values given).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
611
diff
changeset
|
2181 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
e59f2569558e
Zoom-to-max-extent will zoom to the initial chart range now (without zoom values given).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
611
diff
changeset
|
2182 The "zoom-to-max-extent" button will have the effect that no zoom values |
e59f2569558e
Zoom-to-max-extent will zoom to the initial chart range now (without zoom values given).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
611
diff
changeset
|
2183 are transfered to the server. |
e59f2569558e
Zoom-to-max-extent will zoom to the initial chart range now (without zoom values given).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
611
diff
changeset
|
2184 |
611
854312c0528c
#21 Newly created projects cannot be opened twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
610
diff
changeset
|
2185 2011-06-24 Ingo Weinzierl <ingo@intevation.de> |
854312c0528c
#21 Newly created projects cannot be opened twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
610
diff
changeset
|
2186 |
854312c0528c
#21 Newly created projects cannot be opened twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
610
diff
changeset
|
2187 flys/issue21 (Gleiches Projekt kann mehr als einmal gleichzeitig geöffnet werden) |
854312c0528c
#21 Newly created projects cannot be opened twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
610
diff
changeset
|
2188 |
854312c0528c
#21 Newly created projects cannot be opened twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
610
diff
changeset
|
2189 * src/main/java/de/intevation/flys/client/client/FLYS.java: Implements |
854312c0528c
#21 Newly created projects cannot be opened twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
610
diff
changeset
|
2190 CollectionChangeHandler to lock new projects. In addition, there is a |
854312c0528c
#21 Newly created projects cannot be opened twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
610
diff
changeset
|
2191 new method to close projects. |
854312c0528c
#21 Newly created projects cannot be opened twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
610
diff
changeset
|
2192 |
854312c0528c
#21 Newly created projects cannot be opened twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
610
diff
changeset
|
2193 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
854312c0528c
#21 Newly created projects cannot be opened twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
610
diff
changeset
|
2194 If this view contains a Collection, FLYS is used to close this window. |
854312c0528c
#21 Newly created projects cannot be opened twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
610
diff
changeset
|
2195 FLYS needs to unlock the project before the view is destroyed. |
854312c0528c
#21 Newly created projects cannot be opened twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
610
diff
changeset
|
2196 Otherwise - if no Collection has been created yet - this view destroys |
854312c0528c
#21 Newly created projects cannot be opened twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
610
diff
changeset
|
2197 itself. |
854312c0528c
#21 Newly created projects cannot be opened twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
610
diff
changeset
|
2198 |
610
ea2191b1299d
#170 Changed the DOM manipulation while zoom and drag operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
609
diff
changeset
|
2199 2011-06-23 Ingo Weinzierl <ingo@intevation.de> |
ea2191b1299d
#170 Changed the DOM manipulation while zoom and drag operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
609
diff
changeset
|
2200 |
ea2191b1299d
#170 Changed the DOM manipulation while zoom and drag operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
609
diff
changeset
|
2201 flys/issue170 (Diagramm: Initiales Zoomen zeigt verschobenen Bereich) |
ea2191b1299d
#170 Changed the DOM manipulation while zoom and drag operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
609
diff
changeset
|
2202 |
ea2191b1299d
#170 Changed the DOM manipulation while zoom and drag operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
609
diff
changeset
|
2203 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
ea2191b1299d
#170 Changed the DOM manipulation while zoom and drag operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
609
diff
changeset
|
2204 The chart image is no longer removed from DOM but it's source is set to |
ea2191b1299d
#170 Changed the DOM manipulation while zoom and drag operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
609
diff
changeset
|
2205 a new value after the panel's size changes. This makes the zoom actions |
ea2191b1299d
#170 Changed the DOM manipulation while zoom and drag operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
609
diff
changeset
|
2206 much smoother and there the initial zoom values are no longer broken. |
ea2191b1299d
#170 Changed the DOM manipulation while zoom and drag operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
609
diff
changeset
|
2207 |
ea2191b1299d
#170 Changed the DOM manipulation while zoom and drag operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
609
diff
changeset
|
2208 * src/main/java/de/intevation/flys/client/client/ui/chart/PanControl.java: |
ea2191b1299d
#170 Changed the DOM manipulation while zoom and drag operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
609
diff
changeset
|
2209 Panning will now move the image itself but not its parent element. |
ea2191b1299d
#170 Changed the DOM manipulation while zoom and drag operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
609
diff
changeset
|
2210 |
ea2191b1299d
#170 Changed the DOM manipulation while zoom and drag operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
609
diff
changeset
|
2211 * src/main/java/de/intevation/flys/client/shared/model/ChartInfo.java, |
ea2191b1299d
#170 Changed the DOM manipulation while zoom and drag operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
609
diff
changeset
|
2212 src/main/java/de/intevation/flys/client/shared/Transform2D.java: Added |
ea2191b1299d
#170 Changed the DOM manipulation while zoom and drag operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
609
diff
changeset
|
2213 methods to dump the objects to GWT log. |
ea2191b1299d
#170 Changed the DOM manipulation while zoom and drag operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
609
diff
changeset
|
2214 |
609
418be98527f0
Prepare for AT export.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
608
diff
changeset
|
2215 2011-06-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
418be98527f0
Prepare for AT export.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
608
diff
changeset
|
2216 |
418be98527f0
Prepare for AT export.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
608
diff
changeset
|
2217 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
418be98527f0
Prepare for AT export.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
608
diff
changeset
|
2218 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
418be98527f0
Prepare for AT export.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
608
diff
changeset
|
2219 src/main/java/de/intevation/flys/client/client/FLYSConstants.java, |
418be98527f0
Prepare for AT export.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
608
diff
changeset
|
2220 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
418be98527f0
Prepare for AT export.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
608
diff
changeset
|
2221 Prepare for AT export. |
418be98527f0
Prepare for AT export.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
608
diff
changeset
|
2222 |
608
ee40f86dd009
Removed the formatter for project names in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
607
diff
changeset
|
2223 2011-06-23 Ingo Weinzierl <ingo@intevation.de> |
ee40f86dd009
Removed the formatter for project names in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
607
diff
changeset
|
2224 |
ee40f86dd009
Removed the formatter for project names in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
607
diff
changeset
|
2225 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
ee40f86dd009
Removed the formatter for project names in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
607
diff
changeset
|
2226 Removed the formatter that cuts out a piece of the middle of project |
ee40f86dd009
Removed the formatter for project names in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
607
diff
changeset
|
2227 names. |
ee40f86dd009
Removed the formatter for project names in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
607
diff
changeset
|
2228 |
607
3acc631efdf0
Escape project's names in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
606
diff
changeset
|
2229 2011-06-23 Ingo Weinzierl <ingo@intevation.de> |
3acc631efdf0
Escape project's names in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
606
diff
changeset
|
2230 |
3acc631efdf0
Escape project's names in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
606
diff
changeset
|
2231 * src/main/java/de/intevation/flys/client/shared/model/CollectionRecord.java: |
3acc631efdf0
Escape project's names in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
606
diff
changeset
|
2232 Store Html escaped strings as names. |
3acc631efdf0
Escape project's names in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
606
diff
changeset
|
2233 |
3acc631efdf0
Escape project's names in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
606
diff
changeset
|
2234 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
3acc631efdf0
Escape project's names in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
606
diff
changeset
|
2235 Display the project's name stored at the CollectionRecord which is Html |
3acc631efdf0
Escape project's names in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
606
diff
changeset
|
2236 escaped. |
3acc631efdf0
Escape project's names in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
606
diff
changeset
|
2237 |
606
69c0a6ecad57
#165 (part 1) Added tooltips and table headers in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
605
diff
changeset
|
2238 2011-06-23 Ingo Weinzierl <ingo@intevation.de> |
69c0a6ecad57
#165 (part 1) Added tooltips and table headers in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
605
diff
changeset
|
2239 |
69c0a6ecad57
#165 (part 1) Added tooltips and table headers in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
605
diff
changeset
|
2240 flys/issue165 (Projektliste: Einige Auffälligkeiten nach Neuimplementierung) |
69c0a6ecad57
#165 (part 1) Added tooltips and table headers in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
605
diff
changeset
|
2241 |
69c0a6ecad57
#165 (part 1) Added tooltips and table headers in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
605
diff
changeset
|
2242 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
69c0a6ecad57
#165 (part 1) Added tooltips and table headers in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
605
diff
changeset
|
2243 Added tooltips and table headers. |
69c0a6ecad57
#165 (part 1) Added tooltips and table headers in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
605
diff
changeset
|
2244 |
605
9e30c776cbef
Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
604
diff
changeset
|
2245 2011-06-23 Ingo Weinzierl <ingo@intevation.de> |
9e30c776cbef
Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
604
diff
changeset
|
2246 |
9e30c776cbef
Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
604
diff
changeset
|
2247 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
9e30c776cbef
Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
604
diff
changeset
|
2248 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
9e30c776cbef
Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
604
diff
changeset
|
2249 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
9e30c776cbef
Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
604
diff
changeset
|
2250 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
9e30c776cbef
Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
604
diff
changeset
|
2251 Added more i18n strings for the project list and error messages. |
9e30c776cbef
Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
604
diff
changeset
|
2252 |
9e30c776cbef
Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
604
diff
changeset
|
2253 * src/main/java/de/intevation/flys/client/client/FLYS.java: Added a |
9e30c776cbef
Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
604
diff
changeset
|
2254 handler that catches uncaught exceptions. Those exceptions are displayed |
9e30c776cbef
Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
604
diff
changeset
|
2255 using a new method showWarning(Throwable t). This method brings up a |
9e30c776cbef
Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
604
diff
changeset
|
2256 Window that displays the stacktrace of the exceptions. |
9e30c776cbef
Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
604
diff
changeset
|
2257 |
604
84d3c5fde5bb
First version of error reports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
603
diff
changeset
|
2258 2011-06-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
84d3c5fde5bb
First version of error reports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
603
diff
changeset
|
2259 |
84d3c5fde5bb
First version of error reports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
603
diff
changeset
|
2260 * pom.xml: Added dependency to Apache Commons Lang 2.6 http://commons.apache.org/lang/ |
84d3c5fde5bb
First version of error reports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
603
diff
changeset
|
2261 Used for proper HTML string escaping. |
84d3c5fde5bb
First version of error reports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
603
diff
changeset
|
2262 |
84d3c5fde5bb
First version of error reports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
603
diff
changeset
|
2263 * src/main/java/de/intevation/flys/client/server/ReportServiceImpl.java: Generate |
84d3c5fde5bb
First version of error reports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
603
diff
changeset
|
2264 error reports as HTML lists. |
84d3c5fde5bb
First version of error reports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
603
diff
changeset
|
2265 |
84d3c5fde5bb
First version of error reports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
603
diff
changeset
|
2266 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: Set report |
84d3c5fde5bb
First version of error reports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
603
diff
changeset
|
2267 in corresponding panel. |
84d3c5fde5bb
First version of error reports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
603
diff
changeset
|
2268 |
603
8cb98fa4987f
Stub for report service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
602
diff
changeset
|
2269 2011-06-22 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
8cb98fa4987f
Stub for report service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
602
diff
changeset
|
2270 |
8cb98fa4987f
Stub for report service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
602
diff
changeset
|
2271 * src/main/java/de/intevation/flys/client/client/services/ReportService.java, |
8cb98fa4987f
Stub for report service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
602
diff
changeset
|
2272 src/main/java/de/intevation/flys/client/server/ReportServiceImpl.java, |
8cb98fa4987f
Stub for report service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
602
diff
changeset
|
2273 src/main/java/de/intevation/flys/client/client/services/ReportServiceAsync.java: |
8cb98fa4987f
Stub for report service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
602
diff
changeset
|
2274 Stub for report service. |
8cb98fa4987f
Stub for report service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
602
diff
changeset
|
2275 |
8cb98fa4987f
Stub for report service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
602
diff
changeset
|
2276 * src/main/webapp/WEB-INF/web.xml: registered new service. |
8cb98fa4987f
Stub for report service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
602
diff
changeset
|
2277 |
602
3b670af34367
The adapted WQ panel now displays warnings if no information are present to validate user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
601
diff
changeset
|
2278 2011-06-22 Ingo Weinzierl <ingo@intevation.de> |
3b670af34367
The adapted WQ panel now displays warnings if no information are present to validate user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
601
diff
changeset
|
2279 |
3b670af34367
The adapted WQ panel now displays warnings if no information are present to validate user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
601
diff
changeset
|
2280 * src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
3b670af34367
The adapted WQ panel now displays warnings if no information are present to validate user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
601
diff
changeset
|
2281 Added a new error string. |
3b670af34367
The adapted WQ panel now displays warnings if no information are present to validate user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
601
diff
changeset
|
2282 |
3b670af34367
The adapted WQ panel now displays warnings if no information are present to validate user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
601
diff
changeset
|
2283 * src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java: |
3b670af34367
The adapted WQ panel now displays warnings if no information are present to validate user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
601
diff
changeset
|
2284 Display a warning if there are no information of W and Q ranges that |
3b670af34367
The adapted WQ panel now displays warnings if no information are present to validate user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
601
diff
changeset
|
2285 might be used to validate user input. |
3b670af34367
The adapted WQ panel now displays warnings if no information are present to validate user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
601
diff
changeset
|
2286 |
601
3cf6ee30207c
Register newly created CollectionViews at FLYSWorkspace to avoid an inconsistent view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
600
diff
changeset
|
2287 2011-06-22 Ingo Weinzierl <ingo@intevation.de> |
3cf6ee30207c
Register newly created CollectionViews at FLYSWorkspace to avoid an inconsistent view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
600
diff
changeset
|
2288 |
3cf6ee30207c
Register newly created CollectionViews at FLYSWorkspace to avoid an inconsistent view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
600
diff
changeset
|
2289 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
3cf6ee30207c
Register newly created CollectionViews at FLYSWorkspace to avoid an inconsistent view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
600
diff
changeset
|
2290 Register the CollectionView when a new collection is created. This is |
3cf6ee30207c
Register newly created CollectionViews at FLYSWorkspace to avoid an inconsistent view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
600
diff
changeset
|
2291 necessary to avoid an inconsistent view that would otherwise display |
3cf6ee30207c
Register newly created CollectionViews at FLYSWorkspace to avoid an inconsistent view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
600
diff
changeset
|
2292 projects that might have been deleted. |
3cf6ee30207c
Register newly created CollectionViews at FLYSWorkspace to avoid an inconsistent view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
600
diff
changeset
|
2293 |
600
347cf4a5a486
Open projects are removed from screen if the user deletes them (via project list).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
599
diff
changeset
|
2294 2011-06-22 Ingo Weinzierl <ingo@intevation.de> |
347cf4a5a486
Open projects are removed from screen if the user deletes them (via project list).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
599
diff
changeset
|
2295 |
347cf4a5a486
Open projects are removed from screen if the user deletes them (via project list).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
599
diff
changeset
|
2296 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
347cf4a5a486
Open projects are removed from screen if the user deletes them (via project list).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
599
diff
changeset
|
2297 If an open project is removed (via context menu) the related |
347cf4a5a486
Open projects are removed from screen if the user deletes them (via project list).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
599
diff
changeset
|
2298 CollectionView is removed from screen. |
347cf4a5a486
Open projects are removed from screen if the user deletes them (via project list).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
599
diff
changeset
|
2299 |
347cf4a5a486
Open projects are removed from screen if the user deletes them (via project list).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
599
diff
changeset
|
2300 * src/main/java/de/intevation/flys/client/client/FLYS.java: Added a method |
347cf4a5a486
Open projects are removed from screen if the user deletes them (via project list).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
599
diff
changeset
|
2301 that returns the current FLYSWorkspace. |
347cf4a5a486
Open projects are removed from screen if the user deletes them (via project list).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
599
diff
changeset
|
2302 |
347cf4a5a486
Open projects are removed from screen if the user deletes them (via project list).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
599
diff
changeset
|
2303 * src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java: |
347cf4a5a486
Open projects are removed from screen if the user deletes them (via project list).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
599
diff
changeset
|
2304 Added a method that destroys a CollectionView if it is open. |
347cf4a5a486
Open projects are removed from screen if the user deletes them (via project list).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
599
diff
changeset
|
2305 |
599
1dbffe4c6d12
Implemented the RPC stubs to set the TTL and name of a collection and to delete an existing collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
598
diff
changeset
|
2306 2011-06-22 Ingo Weinzierl <ingo@intevation.de> |
1dbffe4c6d12
Implemented the RPC stubs to set the TTL and name of a collection and to delete an existing collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
598
diff
changeset
|
2307 |
1dbffe4c6d12
Implemented the RPC stubs to set the TTL and name of a collection and to delete an existing collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
598
diff
changeset
|
2308 * src/main/java/de/intevation/flys/client/server/DoCollectionAction.java: |
1dbffe4c6d12
Implemented the RPC stubs to set the TTL and name of a collection and to delete an existing collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
598
diff
changeset
|
2309 New. This base RPC service implementation handles collecion specific |
1dbffe4c6d12
Implemented the RPC stubs to set the TTL and name of a collection and to delete an existing collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
598
diff
changeset
|
2310 actions. It has a doAction() method that takes a Collection, the action |
1dbffe4c6d12
Implemented the RPC stubs to set the TTL and name of a collection and to delete an existing collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
598
diff
changeset
|
2311 document and a server url. |
1dbffe4c6d12
Implemented the RPC stubs to set the TTL and name of a collection and to delete an existing collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
598
diff
changeset
|
2312 |
1dbffe4c6d12
Implemented the RPC stubs to set the TTL and name of a collection and to delete an existing collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
598
diff
changeset
|
2313 * src/main/java/de/intevation/flys/client/server/SetCollectionNameServiceImpl.java, |
1dbffe4c6d12
Implemented the RPC stubs to set the TTL and name of a collection and to delete an existing collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
598
diff
changeset
|
2314 src/main/java/de/intevation/flys/client/server/DeleteCollectionServiceImpl.java, |
1dbffe4c6d12
Implemented the RPC stubs to set the TTL and name of a collection and to delete an existing collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
598
diff
changeset
|
2315 src/main/java/de/intevation/flys/client/server/SetCollectionTTLServiceImpl.java: |
1dbffe4c6d12
Implemented the RPC stubs to set the TTL and name of a collection and to delete an existing collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
598
diff
changeset
|
2316 Trigger the collection actions on the server using the |
1dbffe4c6d12
Implemented the RPC stubs to set the TTL and name of a collection and to delete an existing collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
598
diff
changeset
|
2317 DoCollectionAction class which handles the Http stuff. |
1dbffe4c6d12
Implemented the RPC stubs to set the TTL and name of a collection and to delete an existing collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
598
diff
changeset
|
2318 |
1dbffe4c6d12
Implemented the RPC stubs to set the TTL and name of a collection and to delete an existing collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
598
diff
changeset
|
2319 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
1dbffe4c6d12
Implemented the RPC stubs to set the TTL and name of a collection and to delete an existing collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
598
diff
changeset
|
2320 Bugfix: If no user collections returned, we will clear the project list. |
1dbffe4c6d12
Implemented the RPC stubs to set the TTL and name of a collection and to delete an existing collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
598
diff
changeset
|
2321 |
598
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2322 2011-06-22 Ingo Weinzierl <ingo@intevation.de> |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2323 |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2324 * src/main/java/de/intevation/flys/client/client/services/SetCollectionNameServiceAsync.java, |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2325 src/main/java/de/intevation/flys/client/client/services/SetCollectionNameService.java, |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2326 src/main/java/de/intevation/flys/client/server/SetCollectionNameServiceImpl.java: |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2327 New. This service is used to set the name of a collection. Note, that |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2328 this is currently just a stub. The ServiceImpl currently throws a "NOT |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2329 IMPLEMENTED" exception. |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2330 |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2331 * src/main/java/de/intevation/flys/client/client/services/SetCollectionTTLServiceAsync.java, |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2332 src/main/java/de/intevation/flys/client/client/services/SetCollectionTTLService.java, |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2333 src/main/java/de/intevation/flys/client/server/SetCollectionTTLServiceImpl.java: |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2334 New. This service is used to set the time-to-live of a collection. Note, |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2335 that this is currently just a stub. The ServiceImpl currently throws a |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2336 "NOT IMPLEMENTED" exception. |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2337 |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2338 * src/main/java/de/intevation/flys/client/client/services/DeleteCollectionServiceAsync.java, |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2339 src/main/java/de/intevation/flys/client/client/services/DeleteCollectionService.java, |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2340 src/main/java/de/intevation/flys/client/server/DeleteCollectionServiceImpl.java: |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2341 New. This service is used to delete a collection. Note, that this is |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2342 currently just a stub. The ServiceImpl currently throws a "NOT |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2343 IMPLEMENTED" exception. |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2344 |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2345 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2346 Calls the services SetCollectionTTLService, SetCollectionNameService and |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2347 DeleteCollectionService and display a warning if an error occured. |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2348 |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2349 * src/main/webapp/WEB-INF/web.xml: Registered the new services. |
031357c3e23e
Added stubs to set the name and ttl of a collection and to delete a collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
2350 |
597
14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
596
diff
changeset
|
2351 2011-06-22 Ingo Weinzierl <ingo@intevation.de> |
14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
596
diff
changeset
|
2352 |
14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
596
diff
changeset
|
2353 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java, |
14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
596
diff
changeset
|
2354 src/main/java/de/intevation/flys/client/shared/model/Collection.java: |
14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
596
diff
changeset
|
2355 There are setter methods for 'name' and 'ttl' now. The project list |
14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
596
diff
changeset
|
2356 requires this to set those attribute to a new value. |
14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
596
diff
changeset
|
2357 |
14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
596
diff
changeset
|
2358 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
596
diff
changeset
|
2359 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
596
diff
changeset
|
2360 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
596
diff
changeset
|
2361 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
596
diff
changeset
|
2362 Added strings for the project list's context menu item "rename project". |
14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
596
diff
changeset
|
2363 |
14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
596
diff
changeset
|
2364 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
596
diff
changeset
|
2365 Added a context menu item to rename the selected project and listeners |
14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
596
diff
changeset
|
2366 to trigger setting 'name' and 'ttl' to a new value. |
14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
596
diff
changeset
|
2367 |
14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
596
diff
changeset
|
2368 TODO: We still need to write RPC services to update those values! |
14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
596
diff
changeset
|
2369 |
596
3f094045d512
Adapted a german string in the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
595
diff
changeset
|
2370 2011-06-22 Ingo Weinzierl <ingo@intevation.de> |
3f094045d512
Adapted a german string in the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
595
diff
changeset
|
2371 |
3f094045d512
Adapted a german string in the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
595
diff
changeset
|
2372 * src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
3f094045d512
Adapted a german string in the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
595
diff
changeset
|
2373 Renamed the german translation of wq mode for "Q at gauge". |
3f094045d512
Adapted a german string in the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
595
diff
changeset
|
2374 |
3f094045d512
Adapted a german string in the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
595
diff
changeset
|
2375 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
3f094045d512
Adapted a german string in the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
595
diff
changeset
|
2376 Adapted the layout to fit the (long) german wq mode string. |
3f094045d512
Adapted a german string in the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
595
diff
changeset
|
2377 |
595
9155110ec0a6
#104 The WQ panel now display the selected wq mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
594
diff
changeset
|
2378 2011-06-22 Ingo Weinzierl <ingo@intevation.de> |
9155110ec0a6
#104 The WQ panel now display the selected wq mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
594
diff
changeset
|
2379 |
9155110ec0a6
#104 The WQ panel now display the selected wq mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
594
diff
changeset
|
2380 flys/issue104 (W-INFO: Wasserspiegellagenberechnung / Strecke) |
9155110ec0a6
#104 The WQ panel now display the selected wq mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
594
diff
changeset
|
2381 |
9155110ec0a6
#104 The WQ panel now display the selected wq mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
594
diff
changeset
|
2382 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
9155110ec0a6
#104 The WQ panel now display the selected wq mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
594
diff
changeset
|
2383 The old/static panel will display the selected wq mode now, because it's |
9155110ec0a6
#104 The WQ panel now display the selected wq mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
594
diff
changeset
|
2384 no longer possible to recognize the selected q mode based on the |
9155110ec0a6
#104 The WQ panel now display the selected wq mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
594
diff
changeset
|
2385 displayed units (there are two different q modes now). |
9155110ec0a6
#104 The WQ panel now display the selected wq mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
594
diff
changeset
|
2386 |
594
646cf09dabf2
Initialize the combobox in the SelectProvider correctly.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
593
diff
changeset
|
2387 2011-06-21 Ingo Weinzierl <ingo@intevation.de> |
646cf09dabf2
Initialize the combobox in the SelectProvider correctly.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
593
diff
changeset
|
2388 |
646cf09dabf2
Initialize the combobox in the SelectProvider correctly.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
593
diff
changeset
|
2389 * src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java: |
646cf09dabf2
Initialize the combobox in the SelectProvider correctly.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
593
diff
changeset
|
2390 Initialize the combobox correctly. |
646cf09dabf2
Initialize the combobox in the SelectProvider correctly.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
593
diff
changeset
|
2391 |
593
c0477626ae6a
#156 Do not display report modes as tabs in the project view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
592
diff
changeset
|
2392 2011-06-21 Ingo Weinzierl <ingo@intevation.de> |
c0477626ae6a
#156 Do not display report modes as tabs in the project view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
592
diff
changeset
|
2393 |
c0477626ae6a
#156 Do not display report modes as tabs in the project view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
592
diff
changeset
|
2394 flys/issue156 (WINFO: Platzierung des Berechnungsberichtes) |
c0477626ae6a
#156 Do not display report modes as tabs in the project view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
592
diff
changeset
|
2395 |
c0477626ae6a
#156 Do not display report modes as tabs in the project view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
592
diff
changeset
|
2396 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
c0477626ae6a
#156 Do not display report modes as tabs in the project view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
592
diff
changeset
|
2397 Do not display report modes as tabs. |
c0477626ae6a
#156 Do not display report modes as tabs in the project view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
592
diff
changeset
|
2398 |
592
f8f8982e2d5c
The comboboxes to select the calculation mode are no longer editable.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
591
diff
changeset
|
2399 2011-06-21 Ingo Weinzierl <ingo@intevation.de> |
f8f8982e2d5c
The comboboxes to select the calculation mode are no longer editable.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
591
diff
changeset
|
2400 |
f8f8982e2d5c
The comboboxes to select the calculation mode are no longer editable.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
591
diff
changeset
|
2401 * src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java: |
f8f8982e2d5c
The comboboxes to select the calculation mode are no longer editable.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
591
diff
changeset
|
2402 The combobox is no longer editable now. |
f8f8982e2d5c
The comboboxes to select the calculation mode are no longer editable.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
591
diff
changeset
|
2403 |
591
62b65b7b5c7c
Restore the size of project windows if they are brought up to front.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
590
diff
changeset
|
2404 2011-06-21 Ingo Weinzierl <ingo@intevation.de> |
62b65b7b5c7c
Restore the size of project windows if they are brought up to front.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
590
diff
changeset
|
2405 |
62b65b7b5c7c
Restore the size of project windows if they are brought up to front.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
590
diff
changeset
|
2406 flys/issue21 (Gleiches Projekt kann mehr als einmal gleichzeitig geöffnet werden) |
62b65b7b5c7c
Restore the size of project windows if they are brought up to front.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
590
diff
changeset
|
2407 |
62b65b7b5c7c
Restore the size of project windows if they are brought up to front.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
590
diff
changeset
|
2408 * src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java: |
62b65b7b5c7c
Restore the size of project windows if they are brought up to front.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
590
diff
changeset
|
2409 Open projects that are opened again via ProjectList are brought up to |
62b65b7b5c7c
Restore the size of project windows if they are brought up to front.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
590
diff
changeset
|
2410 front and their size is restored. |
62b65b7b5c7c
Restore the size of project windows if they are brought up to front.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
590
diff
changeset
|
2411 |
590
81d7939a5d9e
DoubleArrayPanel takes care on empty array fields when adding new double values. This avoids displaying 'null' values.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
589
diff
changeset
|
2412 2011-06-21 Ingo Weinzierl <ingo@intevation.de> |
81d7939a5d9e
DoubleArrayPanel takes care on empty array fields when adding new double values. This avoids displaying 'null' values.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
589
diff
changeset
|
2413 |
81d7939a5d9e
DoubleArrayPanel takes care on empty array fields when adding new double values. This avoids displaying 'null' values.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
589
diff
changeset
|
2414 * src/main/java/de/intevation/flys/client/client/ui/DoubleArrayPanel.java: |
81d7939a5d9e
DoubleArrayPanel takes care on empty array fields when adding new double values. This avoids displaying 'null' values.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
589
diff
changeset
|
2415 Take care on empty fields when adding a new double value. |
81d7939a5d9e
DoubleArrayPanel takes care on empty array fields when adding new double values. This avoids displaying 'null' values.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
589
diff
changeset
|
2416 |
589
942bd0e7e332
Filter reports and dispatch them to updateReports().
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
588
diff
changeset
|
2417 2011-06-21 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
942bd0e7e332
Filter reports and dispatch them to updateReports().
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
588
diff
changeset
|
2418 |
942bd0e7e332
Filter reports and dispatch them to updateReports().
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
588
diff
changeset
|
2419 * src/main/java/de/intevation/flys/client/shared/model/ReportMode.java: |
942bd0e7e332
Filter reports and dispatch them to updateReports().
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
588
diff
changeset
|
2420 New. Mode to detect out of type 'report'. |
942bd0e7e332
Filter reports and dispatch them to updateReports().
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
588
diff
changeset
|
2421 |
942bd0e7e332
Filter reports and dispatch them to updateReports().
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
588
diff
changeset
|
2422 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java: |
942bd0e7e332
Filter reports and dispatch them to updateReports().
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
588
diff
changeset
|
2423 Build ReportModes for 'report' outs. |
942bd0e7e332
Filter reports and dispatch them to updateReports().
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
588
diff
changeset
|
2424 |
942bd0e7e332
Filter reports and dispatch them to updateReports().
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
588
diff
changeset
|
2425 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
942bd0e7e332
Filter reports and dispatch them to updateReports().
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
588
diff
changeset
|
2426 Filter reports and dispatch them to updateReports(). |
942bd0e7e332
Filter reports and dispatch them to updateReports().
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
588
diff
changeset
|
2427 |
588
809756dda091
#132 Set the initial mode of the location/distance panel to 'distance'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
587
diff
changeset
|
2428 2011-06-21 Ingo Weinzierl <ingo@intevation.de> |
809756dda091
#132 Set the initial mode of the location/distance panel to 'distance'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
587
diff
changeset
|
2429 |
809756dda091
#132 Set the initial mode of the location/distance panel to 'distance'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
587
diff
changeset
|
2430 flys/issue132 (WINFO: Streckenauswahl per default setzen) |
809756dda091
#132 Set the initial mode of the location/distance panel to 'distance'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
587
diff
changeset
|
2431 |
809756dda091
#132 Set the initial mode of the location/distance panel to 'distance'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
587
diff
changeset
|
2432 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: |
809756dda091
#132 Set the initial mode of the location/distance panel to 'distance'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
587
diff
changeset
|
2433 Set the initial mode to "distance". |
809756dda091
#132 Set the initial mode of the location/distance panel to 'distance'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
587
diff
changeset
|
2434 |
587
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2435 2011-06-21 Ingo Weinzierl <ingo@intevation.de> |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2436 |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2437 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java, |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2438 src/main/java/de/intevation/flys/client/server/UserCollectionsServiceImpl.java, |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2439 src/main/java/de/intevation/flys/client/server/CreateCollectionServiceImpl.java: |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2440 Read the time-to-live from collection's describe document. |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2441 |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2442 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java, |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2443 src/main/java/de/intevation/flys/client/shared/model/Collection.java: |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2444 Adapted the constructor calls. They require a time-to-live attribute |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2445 now. This value is retrievable via getTTL(). |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2446 |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2447 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2448 The project list has now a column that displays an icon that shows the |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2449 favorite state of the project. A gold star means, the project is marked |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2450 as favorite, a silver one means that the project is no favorite project. |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2451 |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2452 * src/main/java/de/intevation/flys/client/shared/model/CollectionRecord.java: |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2453 The 'ttl' attribute returns the filename of the icon that should be |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2454 displayed in the project list. |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2455 |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2456 * src/main/webapp/images/star_silver.png, |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2457 src/main/webapp/images/star_gold.png: New. These icons - based on icons |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2458 copied from famfamfam - are used to mark a project as favorite or no |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2459 favorite. |
53ad6dd2cb2b
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
586
diff
changeset
|
2460 |
586
e3c8e045737b
Set project list update interval to 5 minutes.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
585
diff
changeset
|
2461 2011-06-21 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
e3c8e045737b
Set project list update interval to 5 minutes.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
585
diff
changeset
|
2462 |
e3c8e045737b
Set project list update interval to 5 minutes.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
585
diff
changeset
|
2463 * src/main/java/de/intevation/flys/client/client/config.xml: |
e3c8e045737b
Set project list update interval to 5 minutes.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
585
diff
changeset
|
2464 Set project list update interval to 5 minutes. That is enough |
e3c8e045737b
Set project list update interval to 5 minutes.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
585
diff
changeset
|
2465 for long living projects. |
e3c8e045737b
Set project list update interval to 5 minutes.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
585
diff
changeset
|
2466 |
585
ab7ec931bae2
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
584
diff
changeset
|
2467 2011-06-21 Ingo Weinzierl <ingo@intevation.de> |
ab7ec931bae2
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
584
diff
changeset
|
2468 |
ab7ec931bae2
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
584
diff
changeset
|
2469 flys/issue22 (Abgelaufene Projekte/Collections werden noch in der Projektliste angezeigt.) |
ab7ec931bae2
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
584
diff
changeset
|
2470 |
ab7ec931bae2
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
584
diff
changeset
|
2471 * src/main/java/de/intevation/flys/client/client/Config.java, |
ab7ec931bae2
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
584
diff
changeset
|
2472 src/main/java/de/intevation/flys/client/client/config.xml: |
ab7ec931bae2
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
584
diff
changeset
|
2473 Added a config option to specify the update interval of the project |
ab7ec931bae2
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
584
diff
changeset
|
2474 list. This value is retrievable using the method |
ab7ec931bae2
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
584
diff
changeset
|
2475 Config.getProjectListUpdateInterval(). |
ab7ec931bae2
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
584
diff
changeset
|
2476 |
ab7ec931bae2
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
584
diff
changeset
|
2477 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
ab7ec931bae2
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
584
diff
changeset
|
2478 Added a timer to update the user's collections frequently. The interval |
ab7ec931bae2
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
584
diff
changeset
|
2479 is determined by the constant UPDATE_INTERVAL which is currently 30 |
ab7ec931bae2
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
584
diff
changeset
|
2480 seconds or a config.xml option that needs to be configured at |
ab7ec931bae2
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
584
diff
changeset
|
2481 "/config/projectlist/update-interval/text()". |
ab7ec931bae2
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
584
diff
changeset
|
2482 |
584
dc24b1346271
Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
583
diff
changeset
|
2483 2011-06-21 Ingo Weinzierl <ingo@intevation.de> |
dc24b1346271
Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
583
diff
changeset
|
2484 |
dc24b1346271
Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
583
diff
changeset
|
2485 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
dc24b1346271
Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
583
diff
changeset
|
2486 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
dc24b1346271
Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
583
diff
changeset
|
2487 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
dc24b1346271
Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
583
diff
changeset
|
2488 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
dc24b1346271
Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
583
diff
changeset
|
2489 Added i18n strings for the new output "report" for each calculation |
dc24b1346271
Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
583
diff
changeset
|
2490 mode. |
dc24b1346271
Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
583
diff
changeset
|
2491 |
582
78907f0fb939
Added dummy report panel.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
581
diff
changeset
|
2492 2011-06-20 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
78907f0fb939
Added dummy report panel.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
581
diff
changeset
|
2493 |
78907f0fb939
Added dummy report panel.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
581
diff
changeset
|
2494 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: Added report panel. |
78907f0fb939
Added dummy report panel.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
581
diff
changeset
|
2495 |
78907f0fb939
Added dummy report panel.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
581
diff
changeset
|
2496 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java, |
78907f0fb939
Added dummy report panel.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
581
diff
changeset
|
2497 src/main/java/de/intevation/flys/client/server/DistanceInfoServiceImpl.java, |
78907f0fb939
Added dummy report panel.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
581
diff
changeset
|
2498 src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
78907f0fb939
Added dummy report panel.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
581
diff
changeset
|
2499 src/main/java/de/intevation/flys/client/client/ui/chart/MousePositionPanel.java, |
78907f0fb939
Added dummy report panel.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
581
diff
changeset
|
2500 src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: |
78907f0fb939
Added dummy report panel.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
581
diff
changeset
|
2501 Removed superfluous imports. |
78907f0fb939
Added dummy report panel.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
581
diff
changeset
|
2502 |
583
6ec50e517bc0
Forget to commit changelog
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
582
diff
changeset
|
2503 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java, |
6ec50e517bc0
Forget to commit changelog
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
582
diff
changeset
|
2504 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
582
78907f0fb939
Added dummy report panel.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
581
diff
changeset
|
2505 'boolean ? true : false' <=> 'boolean' |
78907f0fb939
Added dummy report panel.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
581
diff
changeset
|
2506 |
581
210339fd1a34
Removed more expensive XPath.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
580
diff
changeset
|
2507 2011-06-20 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
210339fd1a34
Removed more expensive XPath.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
580
diff
changeset
|
2508 |
210339fd1a34
Removed more expensive XPath.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
580
diff
changeset
|
2509 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java: |
210339fd1a34
Removed more expensive XPath.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
580
diff
changeset
|
2510 Removed more expensive XPath. |
210339fd1a34
Removed more expensive XPath.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
580
diff
changeset
|
2511 |
580
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2512 2011-06-20 Ingo Weinzierl <ingo@intevation.de> |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2513 |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2514 flys/issue140 (WINFO: WQ-Tabelle in Tabs aufsplitten) |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2515 flys/issue122 (W-INFO: Wasserspiegellagenberechnung / Auswahlunterstützung Abfluss (W-Werte sind nicht auswählbar)) |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2516 |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2517 * src/main/java/de/intevation/flys/client/client/ui/wq/QDTable.java: |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2518 New. This table is used to show Q and D values for the WQInputPanel. The |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2519 first two rows are selectable icons. |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2520 |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2521 * src/main/java/de/intevation/flys/client/client/ui/wq/WTable.java: New. |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2522 This table is used to show W values for the WQInputPanel. The rows in |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2523 this table are not selectable. |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2524 |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2525 * src/main/java/de/intevation/flys/client/client/ui/DoubleRangePanel.java: |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2526 Added methods to set the lower and upper value directly. |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2527 |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2528 * src/main/java/de/intevation/flys/client/client/ui/DoubleArrayPanel.java: |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2529 Added a method to add a further double value to the current list. |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2530 |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2531 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2532 Removed the old WQD tables and replaced them with a QDTable and a |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2533 WTable. The WQD values are sorted into the two tables when they are |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2534 initialized. The values in the WTable are not selectable. The QDTable |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2535 has two selectable columns. Based on the current mode (single values or |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2536 range mode), the selected values are filled into the array panel or into |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2537 the range panel. |
42512fce9b1b
#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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
2538 |
579
f1b977657880
#140 Code cleanup in WQ table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
578
diff
changeset
|
2539 2011-06-17 Ingo Weinzierl <ingo@intevation.de> |
f1b977657880
#140 Code cleanup in WQ table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
578
diff
changeset
|
2540 |
f1b977657880
#140 Code cleanup in WQ table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
578
diff
changeset
|
2541 flys/issue140 PART 1 (WINFO: WQ-Tabelle in Tabs aufsplitten) |
f1b977657880
#140 Code cleanup in WQ table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
578
diff
changeset
|
2542 |
f1b977657880
#140 Code cleanup in WQ table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
578
diff
changeset
|
2543 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
f1b977657880
#140 Code cleanup in WQ table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
578
diff
changeset
|
2544 Splitted the code to determine min/max kilometer range and rivername |
f1b977657880
#140 Code cleanup in WQ table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
578
diff
changeset
|
2545 from code to fetch WQ data via RPC. |
f1b977657880
#140 Code cleanup in WQ table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
578
diff
changeset
|
2546 |
578
bcf1a37223a5
#118 Added 'wq_free' parameter to feed document even if single value mode is selected.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
577
diff
changeset
|
2547 2011-06-17 Ingo Weinzierl <ingo@intevation.de> |
bcf1a37223a5
#118 Added 'wq_free' parameter to feed document even if single value mode is selected.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
577
diff
changeset
|
2548 |
bcf1a37223a5
#118 Added 'wq_free' parameter to feed document even if single value mode is selected.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
577
diff
changeset
|
2549 flys/issue118 (W-INFO: Eingabe Q aus Auswahlunterstützung und Manuell) |
bcf1a37223a5
#118 Added 'wq_free' parameter to feed document even if single value mode is selected.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
577
diff
changeset
|
2550 |
bcf1a37223a5
#118 Added 'wq_free' parameter to feed document even if single value mode is selected.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
577
diff
changeset
|
2551 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
bcf1a37223a5
#118 Added 'wq_free' parameter to feed document even if single value mode is selected.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
577
diff
changeset
|
2552 Added the "wq_free" parameter to the feed data even if the single value |
bcf1a37223a5
#118 Added 'wq_free' parameter to feed document even if single value mode is selected.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
577
diff
changeset
|
2553 mode is selected. |
bcf1a37223a5
#118 Added 'wq_free' parameter to feed document even if single value mode is selected.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
577
diff
changeset
|
2554 |
577
ded285064e43
#118 Added a further radio button to select 'Q at Gauge' to the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
2555 2011-06-17 Ingo Weinzierl <ingo@intevation.de> |
ded285064e43
#118 Added a further radio button to select 'Q at Gauge' to the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
2556 |
ded285064e43
#118 Added a further radio button to select 'Q at Gauge' to the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
2557 flys/issue118 (W-INFO: Eingabe Q aus Auswahlunterstützung und Manuell) |
ded285064e43
#118 Added a further radio button to select 'Q at Gauge' to the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
2558 |
ded285064e43
#118 Added a further radio button to select 'Q at Gauge' to the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
2559 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
ded285064e43
#118 Added a further radio button to select 'Q at Gauge' to the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
2560 Added a further radio button to select a "Q at Gauge". In addition, this |
ded285064e43
#118 Added a further radio button to select 'Q at Gauge' to the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
2561 panel returns a new value "wq_free" that depends on the selected Q mode. |
ded285064e43
#118 Added a further radio button to select 'Q at Gauge' to the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
2562 It is "true" if Q is selected, otherwise "false". |
ded285064e43
#118 Added a further radio button to select 'Q at Gauge' to the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
2563 |
ded285064e43
#118 Added a further radio button to select 'Q at Gauge' to the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
2564 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
ded285064e43
#118 Added a further radio button to select 'Q at Gauge' to the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
2565 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
ded285064e43
#118 Added a further radio button to select 'Q at Gauge' to the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
2566 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
ded285064e43
#118 Added a further radio button to select 'Q at Gauge' to the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
2567 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
ded285064e43
#118 Added a further radio button to select 'Q at Gauge' to the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
2568 Added strings for the new radio button. |
ded285064e43
#118 Added a further radio button to select 'Q at Gauge' to the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
2569 |
576
a0884f486711
Added 'index' and 'description' of a facet to the collection's attribute document. The ChartThemePanel is now working again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
575
diff
changeset
|
2570 2011-06-17 Ingo Weinzierl <ingo@intevation.de> |
a0884f486711
Added 'index' and 'description' of a facet to the collection's attribute document. The ChartThemePanel is now working again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
575
diff
changeset
|
2571 |
a0884f486711
Added 'index' and 'description' of a facet to the collection's attribute document. The ChartThemePanel is now working again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
575
diff
changeset
|
2572 * src/main/java/de/intevation/flys/client/server/CollectionHelper.java: |
a0884f486711
Added 'index' and 'description' of a facet to the collection's attribute document. The ChartThemePanel is now working again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
575
diff
changeset
|
2573 Write "index" and "description" into the attribute document. This is |
a0884f486711
Added 'index' and 'description' of a facet to the collection's attribute document. The ChartThemePanel is now working again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
575
diff
changeset
|
2574 necessary for the ChartThemePanel. |
a0884f486711
Added 'index' and 'description' of a facet to the collection's attribute document. The ChartThemePanel is now working again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
575
diff
changeset
|
2575 |
a0884f486711
Added 'index' and 'description' of a facet to the collection's attribute document. The ChartThemePanel is now working again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
575
diff
changeset
|
2576 * src/main/java/de/intevation/flys/client/shared/model/Theme.java: Added a |
a0884f486711
Added 'index' and 'description' of a facet to the collection's attribute document. The ChartThemePanel is now working again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
575
diff
changeset
|
2577 getIndex() method. |
a0884f486711
Added 'index' and 'description' of a facet to the collection's attribute document. The ChartThemePanel is now working again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
575
diff
changeset
|
2578 |
575
5277f46a63c2
The description of a facet is now displayed in the ChartThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
2579 2011-06-17 Ingo Weinzierl <ingo@intevation.de> |
5277f46a63c2
The description of a facet is now displayed in the ChartThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
2580 |
5277f46a63c2
The description of a facet is now displayed in the ChartThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
2581 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java: |
5277f46a63c2
The description of a facet is now displayed in the ChartThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
2582 Read "index" and "description" of facets from collection's describe |
5277f46a63c2
The description of a facet is now displayed in the ChartThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
2583 document. In addition, I replaced the expensive XPath search for |
5277f46a63c2
The description of a facet is now displayed in the ChartThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
2584 attributes with DOM methods. |
5277f46a63c2
The description of a facet is now displayed in the ChartThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
2585 |
5277f46a63c2
The description of a facet is now displayed in the ChartThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
2586 * src/main/java/de/intevation/flys/client/shared/model/Theme.java, |
5277f46a63c2
The description of a facet is now displayed in the ChartThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
2587 src/main/java/de/intevation/flys/client/shared/model/DefaultTheme.java, |
5277f46a63c2
The description of a facet is now displayed in the ChartThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
2588 src/main/java/de/intevation/flys/client/shared/model/DefaultFacet.java: |
5277f46a63c2
The description of a facet is now displayed in the ChartThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
2589 Themes and facets have now indices and descriptions. |
5277f46a63c2
The description of a facet is now displayed in the ChartThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
2590 |
5277f46a63c2
The description of a facet is now displayed in the ChartThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
2591 * src/main/java/de/intevation/flys/client/shared/model/FacetRecord.java: |
5277f46a63c2
The description of a facet is now displayed in the ChartThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
2592 Display the description of a theme in the theme panel instead of the |
5277f46a63c2
The description of a facet is now displayed in the ChartThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
2593 name (which represents the facet type). |
5277f46a63c2
The description of a facet is now displayed in the ChartThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
2594 |
574
3629d36f0e5d
Alloc TreeNode arrays with the right size because its known.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
573
diff
changeset
|
2595 2011-06-16 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
3629d36f0e5d
Alloc TreeNode arrays with the right size because its known.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
573
diff
changeset
|
2596 |
3629d36f0e5d
Alloc TreeNode arrays with the right size because its known.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
573
diff
changeset
|
2597 * src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: |
3629d36f0e5d
Alloc TreeNode arrays with the right size because its known.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
573
diff
changeset
|
2598 Alloc TreeNode array with the right size because its known. |
3629d36f0e5d
Alloc TreeNode arrays with the right size because its known.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
573
diff
changeset
|
2599 |
573
756bd8f0b97c
The DoubleArrayPanel is more tolerant towards entered whitespaces.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
2600 2011-06-15 Ingo Weinzierl <ingo@intevation.de> |
756bd8f0b97c
The DoubleArrayPanel is more tolerant towards entered whitespaces.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
2601 |
756bd8f0b97c
The DoubleArrayPanel is more tolerant towards entered whitespaces.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
2602 * src/main/java/de/intevation/flys/client/client/ui/DoubleArrayPanel.java: |
756bd8f0b97c
The DoubleArrayPanel is more tolerant towards entered whitespaces.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
2603 Be more tolerant with entered whitespaces. |
756bd8f0b97c
The DoubleArrayPanel is more tolerant towards entered whitespaces.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
2604 |
572
830e4720caad
Avoid GWT throwing warnings if no 'old' items exist for the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
571
diff
changeset
|
2605 2011-06-15 Ingo Weinzierl <ingo@intevation.de> |
830e4720caad
Avoid GWT throwing warnings if no 'old' items exist for the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
571
diff
changeset
|
2606 |
830e4720caad
Avoid GWT throwing warnings if no 'old' items exist for the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
571
diff
changeset
|
2607 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
830e4720caad
Avoid GWT throwing warnings if no 'old' items exist for the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
571
diff
changeset
|
2608 Set height of the parameter panel that shows the "old" values to "1" if |
830e4720caad
Avoid GWT throwing warnings if no 'old' items exist for the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
571
diff
changeset
|
2609 no "old" value is existing. This avoids GWT throwing warning messages. |
830e4720caad
Avoid GWT throwing warnings if no 'old' items exist for the parameter list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
571
diff
changeset
|
2610 |
571
6ebe845a9d37
#117 Improved double value parsing in DoubleArrayPanel and DoubleRangePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
2611 2011-06-15 Ingo Weinzierl <ingo@intevation.de> |
6ebe845a9d37
#117 Improved double value parsing in DoubleArrayPanel and DoubleRangePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
2612 |
6ebe845a9d37
#117 Improved double value parsing in DoubleArrayPanel and DoubleRangePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
2613 flys/issue117 (W-INFO: Wasserspiegellagenberechnung / Q-Eingabe) |
6ebe845a9d37
#117 Improved double value parsing in DoubleArrayPanel and DoubleRangePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
2614 |
6ebe845a9d37
#117 Improved double value parsing in DoubleArrayPanel and DoubleRangePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
2615 * src/main/java/de/intevation/flys/client/client/ui/DoubleArrayPanel.java: |
6ebe845a9d37
#117 Improved double value parsing in DoubleArrayPanel and DoubleRangePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
2616 This panel will return a list of unique values. |
6ebe845a9d37
#117 Improved double value parsing in DoubleArrayPanel and DoubleRangePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
2617 |
6ebe845a9d37
#117 Improved double value parsing in DoubleArrayPanel and DoubleRangePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
2618 * src/main/java/de/intevation/flys/client/client/ui/DoubleRangePanel.java: |
6ebe845a9d37
#117 Improved double value parsing in DoubleArrayPanel and DoubleRangePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
2619 Improved parsing of double values. |
6ebe845a9d37
#117 Improved double value parsing in DoubleArrayPanel and DoubleRangePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
2620 |
570
85d7cc0f2bab
#88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
2621 2011-06-14 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
85d7cc0f2bab
#88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
2622 |
85d7cc0f2bab
#88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
2623 flys/issue88 (WINFO/Wasserspiegellage: Namensänderung im Eingabebereich |
85d7cc0f2bab
#88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
2624 von Orten und Strecken) |
85d7cc0f2bab
#88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
2625 |
85d7cc0f2bab
#88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
2626 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
85d7cc0f2bab
#88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
2627 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
85d7cc0f2bab
#88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
2628 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
85d7cc0f2bab
#88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
2629 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
85d7cc0f2bab
#88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
2630 Modified strings for the location/distance panel. |
85d7cc0f2bab
#88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
2631 |
85d7cc0f2bab
#88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
2632 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: |
85d7cc0f2bab
#88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
2633 Modified strings for the radio button and panel titles. |
85d7cc0f2bab
#88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
2634 |
569
c7301a701da9
DistanceInfoService: Got rid of namespace. Use DOM instead of XPath.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
568
diff
changeset
|
2635 2011-06-14 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
c7301a701da9
DistanceInfoService: Got rid of namespace. Use DOM instead of XPath.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
568
diff
changeset
|
2636 |
c7301a701da9
DistanceInfoService: Got rid of namespace. Use DOM instead of XPath.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
568
diff
changeset
|
2637 * src/main/java/de/intevation/flys/client/server/DistanceInfoServiceImpl.java: |
c7301a701da9
DistanceInfoService: Got rid of namespace. Use DOM instead of XPath.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
568
diff
changeset
|
2638 Got rid of namespace. Use DOM instead of XPath. |
c7301a701da9
DistanceInfoService: Got rid of namespace. Use DOM instead of XPath.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
568
diff
changeset
|
2639 |
568
1d20533a4ae3
Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
567
diff
changeset
|
2640 2011-06-14 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
1d20533a4ae3
Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
567
diff
changeset
|
2641 |
1d20533a4ae3
Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
567
diff
changeset
|
2642 * src/main/java/de/intevation/flys/client/shared/model/DistanceInfoRecord.java: |
1d20533a4ae3
Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
567
diff
changeset
|
2643 Adjusted table model. |
1d20533a4ae3
Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
567
diff
changeset
|
2644 |
1d20533a4ae3
Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
567
diff
changeset
|
2645 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
1d20533a4ae3
Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
567
diff
changeset
|
2646 src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: |
1d20533a4ae3
Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
567
diff
changeset
|
2647 Bring 'Oberkante' and 'Unterkante' into UI. |
1d20533a4ae3
Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
567
diff
changeset
|
2648 |
1d20533a4ae3
Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
567
diff
changeset
|
2649 * src/main/java/de/intevation/flys/client/client/FLYSConstants.java, |
1d20533a4ae3
Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
567
diff
changeset
|
2650 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
1d20533a4ae3
Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
567
diff
changeset
|
2651 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
1d20533a4ae3
Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
567
diff
changeset
|
2652 i18n. Repaired a few wrong encoded strings, too. |
1d20533a4ae3
Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
567
diff
changeset
|
2653 |
567
d9fc58e30a53
Loop through 'Unterkante' 'Oberkante' from service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
566
diff
changeset
|
2654 2011-06-14 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
d9fc58e30a53
Loop through 'Unterkante' 'Oberkante' from service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
566
diff
changeset
|
2655 |
d9fc58e30a53
Loop through 'Unterkante' 'Oberkante' from service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
566
diff
changeset
|
2656 * src/main/java/de/intevation/flys/client/server/DistanceInfoServiceImpl.java, |
d9fc58e30a53
Loop through 'Unterkante' 'Oberkante' from service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
566
diff
changeset
|
2657 src/main/java/de/intevation/flys/client/shared/model/DistanceInfoObjectImpl.java, |
d9fc58e30a53
Loop through 'Unterkante' 'Oberkante' from service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
566
diff
changeset
|
2658 src/main/java/de/intevation/flys/client/shared/model/DistanceInfoObject.java: |
d9fc58e30a53
Loop through 'Unterkante' 'Oberkante' from service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
566
diff
changeset
|
2659 Loop through 'Unterkante' 'Oberkante' from service. |
d9fc58e30a53
Loop through 'Unterkante' 'Oberkante' from service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
566
diff
changeset
|
2660 |
566
3ce558193526
Adjusted a german error message.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
565
diff
changeset
|
2661 2011-06-14 Ingo Weinzierl <ingo@intevation.de> |
3ce558193526
Adjusted a german error message.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
565
diff
changeset
|
2662 |
3ce558193526
Adjusted a german error message.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
565
diff
changeset
|
2663 * src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
3ce558193526
Adjusted a german error message.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
565
diff
changeset
|
2664 Adapted the german error message that is displayed if the user entered a |
3ce558193526
Adjusted a german error message.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
565
diff
changeset
|
2665 value which is not in the valid range. |
3ce558193526
Adjusted a german error message.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
565
diff
changeset
|
2666 |
565
a078ba1c139d
Introduced a client side input validation for the adapted WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
564
diff
changeset
|
2667 2011-06-14 Ingo Weinzierl <ingo@intevation.de> |
a078ba1c139d
Introduced a client side input validation for the adapted WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
564
diff
changeset
|
2668 |
a078ba1c139d
Introduced a client side input validation for the adapted WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
564
diff
changeset
|
2669 * src/main/java/de/intevation/flys/client/shared/model/WQDataItem.java: |
a078ba1c139d
Introduced a client side input validation for the adapted WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
564
diff
changeset
|
2670 New. This DataItem is used to save min/max W/Q values. This enables the |
a078ba1c139d
Introduced a client side input validation for the adapted WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
564
diff
changeset
|
2671 UIProvider to validate the entered values. Currently, this is used in the |
a078ba1c139d
Introduced a client side input validation for the adapted WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
564
diff
changeset
|
2672 WQAdaptedInputPanel only. |
a078ba1c139d
Introduced a client side input validation for the adapted WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
564
diff
changeset
|
2673 |
a078ba1c139d
Introduced a client side input validation for the adapted WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
564
diff
changeset
|
2674 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: |
a078ba1c139d
Introduced a client side input validation for the adapted WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
564
diff
changeset
|
2675 Read the W/Q ranges from DESCRIBE document and create WQDataItems if |
a078ba1c139d
Introduced a client side input validation for the adapted WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
564
diff
changeset
|
2676 they are existing. |
a078ba1c139d
Introduced a client side input validation for the adapted WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
564
diff
changeset
|
2677 |
a078ba1c139d
Introduced a client side input validation for the adapted WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
564
diff
changeset
|
2678 * src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java: |
a078ba1c139d
Introduced a client side input validation for the adapted WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
564
diff
changeset
|
2679 Introduced a client side input validation for the entered W/Q values |
a078ba1c139d
Introduced a client side input validation for the adapted WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
564
diff
changeset
|
2680 with respect on their format and min/max range. |
a078ba1c139d
Introduced a client side input validation for the adapted WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
564
diff
changeset
|
2681 |
564
55a90afaf513
Introduced a client side validation for the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
563
diff
changeset
|
2682 2011-06-14 Ingo Weinzierl <ingo@intevation.de> |
55a90afaf513
Introduced a client side validation for the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
563
diff
changeset
|
2683 |
55a90afaf513
Introduced a client side validation for the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
563
diff
changeset
|
2684 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: The |
55a90afaf513
Introduced a client side validation for the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
563
diff
changeset
|
2685 values entered by the user are validated on client side now taking |
55a90afaf513
Introduced a client side validation for the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
563
diff
changeset
|
2686 account on the format and the river's W/Q ranges. |
55a90afaf513
Introduced a client side validation for the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
563
diff
changeset
|
2687 |
563
469528551b78
Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
562
diff
changeset
|
2688 2011-06-14 Ingo Weinzierl <ingo@intevation.de> |
469528551b78
Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
562
diff
changeset
|
2689 |
469528551b78
Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
562
diff
changeset
|
2690 * src/main/java/de/intevation/flys/client/client/ui/DoubleArrayPanel.java: |
469528551b78
Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
562
diff
changeset
|
2691 Added a method to validate the form field. If a value is not a valid |
469528551b78
Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
562
diff
changeset
|
2692 double value, it returns false. |
469528551b78
Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
562
diff
changeset
|
2693 |
469528551b78
Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
562
diff
changeset
|
2694 * src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: |
469528551b78
Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
562
diff
changeset
|
2695 The values entered in the text field are validated regarding to the |
469528551b78
Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
562
diff
changeset
|
2696 river's range. |
469528551b78
Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
562
diff
changeset
|
2697 |
469528551b78
Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
562
diff
changeset
|
2698 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
469528551b78
Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
562
diff
changeset
|
2699 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
469528551b78
Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
562
diff
changeset
|
2700 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
469528551b78
Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
562
diff
changeset
|
2701 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added |
469528551b78
Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
562
diff
changeset
|
2702 error messages displayed if we were not able to read min/max values from |
469528551b78
Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
562
diff
changeset
|
2703 DESCRIBE document. |
469528551b78
Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
562
diff
changeset
|
2704 |
562
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
561
diff
changeset
|
2705 2011-06-09 Ingo Weinzierl <ingo@intevation.de> |
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
561
diff
changeset
|
2706 |
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
561
diff
changeset
|
2707 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
561
diff
changeset
|
2708 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
561
diff
changeset
|
2709 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
561
diff
changeset
|
2710 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
561
diff
changeset
|
2711 Added error strings for the range range/location panel. |
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
561
diff
changeset
|
2712 |
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
561
diff
changeset
|
2713 * src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java: |
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
561
diff
changeset
|
2714 Added a validate() method that is called before the event to step |
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
561
diff
changeset
|
2715 forward is fired. If the method returns a list with errors, the event is |
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
561
diff
changeset
|
2716 not fired. In that case, an error dialog is displayed. |
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
561
diff
changeset
|
2717 |
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
561
diff
changeset
|
2718 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: |
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
561
diff
changeset
|
2719 Override the validate() method of AbstractUIProvider. |
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
561
diff
changeset
|
2720 |
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
561
diff
changeset
|
2721 * src/main/java/de/intevation/flys/client/client/ui/DoubleRangePanel.java: |
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
561
diff
changeset
|
2722 Added a method that validates the form. |
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
561
diff
changeset
|
2723 |
561
460b8e0f0563
Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
560
diff
changeset
|
2724 2011-06-09 Ingo Weinzierl <ingo@intevation.de> |
460b8e0f0563
Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
560
diff
changeset
|
2725 |
460b8e0f0563
Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
560
diff
changeset
|
2726 * src/main/java/de/intevation/flys/client/server/ChartInfoServiceImpl.java: |
460b8e0f0563
Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
560
diff
changeset
|
2727 Parse min/max values for axes and all transformation matrix elements. |
460b8e0f0563
Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
560
diff
changeset
|
2728 |
460b8e0f0563
Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
560
diff
changeset
|
2729 * src/main/java/de/intevation/flys/client/shared/model/Axis.java: An axis |
460b8e0f0563
Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
560
diff
changeset
|
2730 has a min and max value now. |
460b8e0f0563
Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
560
diff
changeset
|
2731 |
460b8e0f0563
Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
560
diff
changeset
|
2732 * src/main/java/de/intevation/flys/client/shared/model/ChartInfo.java: |
460b8e0f0563
Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
560
diff
changeset
|
2733 The ChartInfo object provides a Transform2D object for each y axis |
460b8e0f0563
Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
560
diff
changeset
|
2734 contained in the chart. |
460b8e0f0563
Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
560
diff
changeset
|
2735 |
460b8e0f0563
Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
560
diff
changeset
|
2736 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
460b8e0f0563
Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
560
diff
changeset
|
2737 Refactored the zoom and pan actions. The values used to select a |
460b8e0f0563
Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
560
diff
changeset
|
2738 concrete clip of the chart are computed based on the min/max range of an |
460b8e0f0563
Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
560
diff
changeset
|
2739 axis. The chart request uses percentual values for axes ranges now. |
460b8e0f0563
Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
560
diff
changeset
|
2740 |
560
5274b9317e40
#139 Fixed NPE while initialising user defined values in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
559
diff
changeset
|
2741 2011-06-09 Ingo Weinzierl <ingo@intevation.de> |
5274b9317e40
#139 Fixed NPE while initialising user defined values in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
559
diff
changeset
|
2742 |
5274b9317e40
#139 Fixed NPE while initialising user defined values in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
559
diff
changeset
|
2743 flys/issue139 (WINFO: NPE bei Step-Back bei ungleichwertiger Berechnungsart) |
5274b9317e40
#139 Fixed NPE while initialising user defined values in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
559
diff
changeset
|
2744 |
5274b9317e40
#139 Fixed NPE while initialising user defined values in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
559
diff
changeset
|
2745 * src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java: |
5274b9317e40
#139 Fixed NPE while initialising user defined values in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
559
diff
changeset
|
2746 Fixed NPE while initialising user values. |
5274b9317e40
#139 Fixed NPE while initialising user defined values in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
559
diff
changeset
|
2747 |
559
ec85bab86e7b
Added units to the selected W or Q values in the static UI part.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
558
diff
changeset
|
2748 2011-06-08 Ingo Weinzierl <ingo@intevation.de> |
ec85bab86e7b
Added units to the selected W or Q values in the static UI part.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
558
diff
changeset
|
2749 |
ec85bab86e7b
Added units to the selected W or Q values in the static UI part.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
558
diff
changeset
|
2750 flys/issue103 PART 2 (WINFO: Wasserspiegellagenberechnung / Layout-Inkonsistenz) |
ec85bab86e7b
Added units to the selected W or Q values in the static UI part.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
558
diff
changeset
|
2751 |
ec85bab86e7b
Added units to the selected W or Q values in the static UI part.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
558
diff
changeset
|
2752 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
ec85bab86e7b
Added units to the selected W or Q values in the static UI part.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
558
diff
changeset
|
2753 Append the unit of W or Q to the values in the single mode. |
ec85bab86e7b
Added units to the selected W or Q values in the static UI part.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
558
diff
changeset
|
2754 |
558
5749fd2b0138
#43 Modified an english warning text.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
557
diff
changeset
|
2755 2011-06-08 Ingo Weinzierl <ingo@intevation.de> |
5749fd2b0138
#43 Modified an english warning text.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
557
diff
changeset
|
2756 |
5749fd2b0138
#43 Modified an english warning text.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
557
diff
changeset
|
2757 flys/issue43 (i18n: Einige Verbesserungen) |
5749fd2b0138
#43 Modified an english warning text.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
557
diff
changeset
|
2758 |
5749fd2b0138
#43 Modified an english warning text.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
557
diff
changeset
|
2759 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
5749fd2b0138
#43 Modified an english warning text.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
557
diff
changeset
|
2760 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties: |
5749fd2b0138
#43 Modified an english warning text.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
557
diff
changeset
|
2761 Adjusted the english text that is displayed before switching to another |
5749fd2b0138
#43 Modified an english warning text.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
557
diff
changeset
|
2762 language. |
5749fd2b0138
#43 Modified an english warning text.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
557
diff
changeset
|
2763 |
557
92c200887b20
#21 There might be just a single window for each project now. Users can't open a project twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
556
diff
changeset
|
2764 2011-06-08 Ingo Weinzierl <ingo@intevation.de> |
92c200887b20
#21 There might be just a single window for each project now. Users can't open a project twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
556
diff
changeset
|
2765 |
92c200887b20
#21 There might be just a single window for each project now. Users can't open a project twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
556
diff
changeset
|
2766 flys/issue21 (Gleiches Projekt kann mehr als einmal gleichzeitig |
92c200887b20
#21 There might be just a single window for each project now. Users can't open a project twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
556
diff
changeset
|
2767 geöffnet werden) |
92c200887b20
#21 There might be just a single window for each project now. Users can't open a project twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
556
diff
changeset
|
2768 |
92c200887b20
#21 There might be just a single window for each project now. Users can't open a project twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
556
diff
changeset
|
2769 * src/main/java/de/intevation/flys/client/client/FLYS.java: Introduced a |
92c200887b20
#21 There might be just a single window for each project now. Users can't open a project twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
556
diff
changeset
|
2770 lock mechanism for projects. When a project is opened, it becomes |
92c200887b20
#21 There might be just a single window for each project now. Users can't open a project twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
556
diff
changeset
|
2771 locked. Further clicks on that project in the project list will have no |
92c200887b20
#21 There might be just a single window for each project now. Users can't open a project twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
556
diff
changeset
|
2772 effect except it brings up the project window. |
92c200887b20
#21 There might be just a single window for each project now. Users can't open a project twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
556
diff
changeset
|
2773 |
92c200887b20
#21 There might be just a single window for each project now. Users can't open a project twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
556
diff
changeset
|
2774 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
92c200887b20
#21 There might be just a single window for each project now. Users can't open a project twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
556
diff
changeset
|
2775 Implements the CloseClickHandler interface now. The operations triggered |
92c200887b20
#21 There might be just a single window for each project now. Users can't open a project twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
556
diff
changeset
|
2776 by the "x" in the upper right corner of the window will close and |
92c200887b20
#21 There might be just a single window for each project now. Users can't open a project twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
556
diff
changeset
|
2777 destroy the window. This has been done automatically before. |
92c200887b20
#21 There might be just a single window for each project now. Users can't open a project twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
556
diff
changeset
|
2778 |
92c200887b20
#21 There might be just a single window for each project now. Users can't open a project twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
556
diff
changeset
|
2779 * src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java: |
92c200887b20
#21 There might be just a single window for each project now. Users can't open a project twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
556
diff
changeset
|
2780 Added a new method that brings up a project window. |
92c200887b20
#21 There might be just a single window for each project now. Users can't open a project twice.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
556
diff
changeset
|
2781 |
556
046f43e1d305
Avoid NPE while parsing axes in ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
555
diff
changeset
|
2782 2011-06-08 Ingo Weinzierl <ingo@intevation.de> |
046f43e1d305
Avoid NPE while parsing axes in ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
555
diff
changeset
|
2783 |
046f43e1d305
Avoid NPE while parsing axes in ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
555
diff
changeset
|
2784 * src/main/java/de/intevation/flys/client/server/ChartInfoServiceImpl.java: |
046f43e1d305
Avoid NPE while parsing axes in ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
555
diff
changeset
|
2785 Skip axes that lay out of valid bounds. E.g. there are 2 axes: if one of |
046f43e1d305
Avoid NPE while parsing axes in ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
555
diff
changeset
|
2786 those axes position is > 1 it is skipped. |
046f43e1d305
Avoid NPE while parsing axes in ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
555
diff
changeset
|
2787 |
555
33b86f5b1168
Don't crash if there is no transformer.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
554
diff
changeset
|
2788 2011-06-08 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
33b86f5b1168
Don't crash if there is no transformer.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
554
diff
changeset
|
2789 |
33b86f5b1168
Don't crash if there is no transformer.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
554
diff
changeset
|
2790 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
33b86f5b1168
Don't crash if there is no transformer.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
554
diff
changeset
|
2791 Don't crash if there is no transformer. |
33b86f5b1168
Don't crash if there is no transformer.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
554
diff
changeset
|
2792 |
554
ad2ba6e2b8bd
Added a dirty hack to display project names shorter than 30 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
553
diff
changeset
|
2793 2011-06-08 Ingo Weinzierl <ingo@intevation.de> |
ad2ba6e2b8bd
Added a dirty hack to display project names shorter than 30 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
553
diff
changeset
|
2794 |
ad2ba6e2b8bd
Added a dirty hack to display project names shorter than 30 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
553
diff
changeset
|
2795 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
ad2ba6e2b8bd
Added a dirty hack to display project names shorter than 30 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
553
diff
changeset
|
2796 Added a dirty hack to accept project names shorter than 30 characters |
ad2ba6e2b8bd
Added a dirty hack to display project names shorter than 30 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
553
diff
changeset
|
2797 without cutting a part from the middle. |
ad2ba6e2b8bd
Added a dirty hack to display project names shorter than 30 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
553
diff
changeset
|
2798 |
553
c5fc3fa02edb
The MouseOut event will now finish a current pan operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
552
diff
changeset
|
2799 2011-06-07 Ingo Weinzierl <ingo@intevation.de> |
c5fc3fa02edb
The MouseOut event will now finish a current pan operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
552
diff
changeset
|
2800 |
c5fc3fa02edb
The MouseOut event will now finish a current pan operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
552
diff
changeset
|
2801 * src/main/java/de/intevation/flys/client/client/ui/chart/PanControl.java: |
c5fc3fa02edb
The MouseOut event will now finish a current pan operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
552
diff
changeset
|
2802 Implemented the onMouseOut() method. If this event is catched, the |
c5fc3fa02edb
The MouseOut event will now finish a current pan operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
552
diff
changeset
|
2803 current pan operation is finished (not canceled). |
c5fc3fa02edb
The MouseOut event will now finish a current pan operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
552
diff
changeset
|
2804 |
552
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2805 2011-06-07 Ingo Weinzierl <ingo@intevation.de> |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2806 |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2807 * src/main/java/de/intevation/flys/client/shared/model/Axis.java: New. |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2808 This class should represent an axis in a chart. |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2809 |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2810 * src/main/java/de/intevation/flys/client/shared/model/ChartInfo.java: |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2811 New. This class is used by the ChartInfoService to retrieve more |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2812 information about a Chart that just the Transform2D object to reproject |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2813 points. It currently stores x and y axes and the Transform2D object of a |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2814 chart. |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2815 |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2816 * src/main/java/de/intevation/flys/client/client/services/ChartInfoServiceAsync.java, |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2817 src/main/java/de/intevation/flys/client/server/ChartInfoServiceImpl.java, |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2818 src/main/java/de/intevation/flys/client/client/services/ChartInfoService.java: |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2819 Changed the return value of this service from Transform2D to ChartInfo. |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2820 The Transform2D object is included in this new ChartInfo. |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2821 |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2822 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2823 Implements the PanHandler interface. If a PanEvent is fired by the |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2824 PanControl, a new chart range is computed using the axes information |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2825 provided by the ChartInfo object (that has been retrieved by the |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2826 ChartInfoService). |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2827 |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2828 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2829 Added the PanControl to the toolbar. |
6050d49eaba3
Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
2830 |
551
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2831 2011-06-07 Ingo Weinzierl <ingo@intevation.de> |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2832 |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2833 * src/main/java/de/intevation/flys/client/client/event/HasPanHandlers.java, |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2834 src/main/java/de/intevation/flys/client/client/event/PanEvent.java, |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2835 src/main/java/de/intevation/flys/client/client/event/PanHandler.java: |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2836 New. Classes and interfaces necessary for a pan listeners mechanism. |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2837 |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2838 * src/main/java/de/intevation/flys/client/client/ui/chart/PanControl.java: |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2839 New. A control that enables the user to pan a chart. |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2840 |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2841 * src/main/webapp/images/pan.png, |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2842 src/main/webapp/images/pan_Selected.png: Icons for the PanControl. |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2843 |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2844 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2845 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2846 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2847 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2848 links to the pan icons. |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2849 |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2850 2011-06-07 Ingo Weinzierl <ingo@intevation.de> |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2851 |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2852 * src/main/java/de/intevation/flys/client/client/services/CSVExportServiceAsync.java, |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2853 src/main/java/de/intevation/flys/client/client/services/CSVExportService.java, |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2854 src/main/java/de/intevation/flys/client/server/CSVExportServiceImpl.java: |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2855 Changed the return value of this service from List to List<String[]>. |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2856 This helps GWT creating JavaScript objects. |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2857 |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2858 * src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java: |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2859 Adjusted the return value of the CSVExportService and added a warning |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2860 dialog if an error occured while fetching those data. |
13c7f90917fc
Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
549
diff
changeset
|
2861 |
549
e74bf6bfeeb6
Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
548
diff
changeset
|
2862 2011-06-07 Ingo Weinzierl <ingo@intevation.de> |
e74bf6bfeeb6
Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
548
diff
changeset
|
2863 |
e74bf6bfeeb6
Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
548
diff
changeset
|
2864 * src/main/java/de/intevation/flys/client/server/ChartServiceHelper.java: |
e74bf6bfeeb6
Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
548
diff
changeset
|
2865 New. This class helps generating the attribute document that is used for |
e74bf6bfeeb6
Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
548
diff
changeset
|
2866 generating charts. |
e74bf6bfeeb6
Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
548
diff
changeset
|
2867 |
e74bf6bfeeb6
Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
548
diff
changeset
|
2868 * src/main/java/de/intevation/flys/client/client/services/ChartInfoServiceAsync.java, |
e74bf6bfeeb6
Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
548
diff
changeset
|
2869 src/main/java/de/intevation/flys/client/client/services/ChartInfoService.java, |
e74bf6bfeeb6
Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
548
diff
changeset
|
2870 src/main/java/de/intevation/flys/client/server/ChartInfoServiceImpl.java, |
e74bf6bfeeb6
Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
548
diff
changeset
|
2871 * src/main/java/de/intevation/flys/client/server/ChartOutputServiceImpl.java: |
e74bf6bfeeb6
Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
548
diff
changeset
|
2872 Removed the code to create the chart attribute document. This work is |
e74bf6bfeeb6
Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
548
diff
changeset
|
2873 done in the ChartServiceHelper. |
e74bf6bfeeb6
Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
548
diff
changeset
|
2874 |
e74bf6bfeeb6
Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
548
diff
changeset
|
2875 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
e74bf6bfeeb6
Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
548
diff
changeset
|
2876 Added a method that returns all attribute that should be used for the |
e74bf6bfeeb6
Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
548
diff
changeset
|
2877 chart creation. Currently, there are width, height, x and y ranges. |
e74bf6bfeeb6
Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
548
diff
changeset
|
2878 |
548
aff225e07720
Repaired broken zoom-out control.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
547
diff
changeset
|
2879 2011-06-06 Ingo Weinzierl <ingo@intevation.de> |
aff225e07720
Repaired broken zoom-out control.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
547
diff
changeset
|
2880 |
aff225e07720
Repaired broken zoom-out control.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
547
diff
changeset
|
2881 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
aff225e07720
Repaired broken zoom-out control.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
547
diff
changeset
|
2882 Repaired broken zoom-out control. We will now zoom out for 10% of the |
aff225e07720
Repaired broken zoom-out control.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
547
diff
changeset
|
2883 axis range. E.g. range before = 2 - 10 , range after = 1.2 - 10.8 |
aff225e07720
Repaired broken zoom-out control.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
547
diff
changeset
|
2884 |
547
95a7f9cb3d58
#131 Repaired a broken XPath expression for the chart attributes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
546
diff
changeset
|
2885 2011-06-06 Ingo Weinzierl <ingo@intevation.de> |
95a7f9cb3d58
#131 Repaired a broken XPath expression for the chart attributes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
546
diff
changeset
|
2886 |
95a7f9cb3d58
#131 Repaired a broken XPath expression for the chart attributes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
546
diff
changeset
|
2887 flys/issue131 (Anzeige der Position bei großen Zahlen ungenau) |
95a7f9cb3d58
#131 Repaired a broken XPath expression for the chart attributes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
546
diff
changeset
|
2888 |
95a7f9cb3d58
#131 Repaired a broken XPath expression for the chart attributes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
546
diff
changeset
|
2889 * src/main/java/de/intevation/flys/client/server/ChartInfoServiceImpl.java: |
95a7f9cb3d58
#131 Repaired a broken XPath expression for the chart attributes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
546
diff
changeset
|
2890 Repaired a broken XPath expression for the chart attributes. |
95a7f9cb3d58
#131 Repaired a broken XPath expression for the chart attributes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
546
diff
changeset
|
2891 |
546
feaf6a8881ee
Improved the zoombox control: cancel the zoom operation if the mouse pointer leaves the chart area.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
544
diff
changeset
|
2892 2011-06-06 Ingo Weinzierl <ingo@intevation.de> |
feaf6a8881ee
Improved the zoombox control: cancel the zoom operation if the mouse pointer leaves the chart area.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
544
diff
changeset
|
2893 |
feaf6a8881ee
Improved the zoombox control: cancel the zoom operation if the mouse pointer leaves the chart area.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
544
diff
changeset
|
2894 * src/main/java/de/intevation/flys/client/client/ui/chart/ZoomboxControl.java: |
feaf6a8881ee
Improved the zoombox control: cancel the zoom operation if the mouse pointer leaves the chart area.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
544
diff
changeset
|
2895 Added a handler that listens to mouse out events. If the mouse moves out |
feaf6a8881ee
Improved the zoombox control: cancel the zoom operation if the mouse pointer leaves the chart area.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
544
diff
changeset
|
2896 of the chart area, the current zoom operation is canceled. The zoombox |
feaf6a8881ee
Improved the zoombox control: cancel the zoom operation if the mouse pointer leaves the chart area.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
544
diff
changeset
|
2897 and the coordinates are reset. |
feaf6a8881ee
Improved the zoombox control: cancel the zoom operation if the mouse pointer leaves the chart area.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
544
diff
changeset
|
2898 |
544
0f4095a522ab
Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
543
diff
changeset
|
2899 2011-06-03 Ingo Weinzierl <ingo@intevation.de> |
0f4095a522ab
Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
543
diff
changeset
|
2900 |
0f4095a522ab
Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
543
diff
changeset
|
2901 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
0f4095a522ab
Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
543
diff
changeset
|
2902 Added a method that allows zooming out for a specified factor (between |
0f4095a522ab
Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
543
diff
changeset
|
2903 0-100). |
0f4095a522ab
Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
543
diff
changeset
|
2904 |
0f4095a522ab
Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
543
diff
changeset
|
2905 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: |
0f4095a522ab
Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
543
diff
changeset
|
2906 Added a button to zoom out 10%. |
0f4095a522ab
Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
543
diff
changeset
|
2907 |
0f4095a522ab
Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
543
diff
changeset
|
2908 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
0f4095a522ab
Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
543
diff
changeset
|
2909 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
0f4095a522ab
Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
543
diff
changeset
|
2910 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
0f4095a522ab
Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
543
diff
changeset
|
2911 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
0f4095a522ab
Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
543
diff
changeset
|
2912 |
0f4095a522ab
Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
543
diff
changeset
|
2913 * src/main/webapp/images/zoom-out.png: New. The icon for the zoom-out |
0f4095a522ab
Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
543
diff
changeset
|
2914 control. |
0f4095a522ab
Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
543
diff
changeset
|
2915 |
543
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2916 2011-06-03 Ingo Weinzierl <ingo@intevation.de> |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2917 |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2918 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2919 New method to reset the zoom. |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2920 |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2921 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2922 Added a button that resets the zoom and triggers an update of the chart. |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2923 |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2924 * src/main/java/de/intevation/flys/client/client/ui/chart/ZoomboxControl.java: |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2925 This control inherits from ImgButton now. The icon displayed for this |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2926 control is the same as in the desktop version of this software. |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2927 |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2928 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2929 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2930 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2931 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2932 Added links to zoom button images. |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2933 |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2934 * src/main/webapp/images/zoom-in_Selected.png, |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2935 src/main/webapp/images/zoom-1.png, |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2936 src/main/webapp/images/zoom-in.png: Images used for the zoom buttons. |
9c2cf4811a7d
Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
542
diff
changeset
|
2937 |
542
7c57149e8715
Append the x and y ranges determined after zooming with the ZoomboxControl to the attribute document used for the chart creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
541
diff
changeset
|
2938 2011-06-03 Ingo Weinzierl <ingo@intevation.de> |
7c57149e8715
Append the x and y ranges determined after zooming with the ZoomboxControl to the attribute document used for the chart creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
541
diff
changeset
|
2939 |
7c57149e8715
Append the x and y ranges determined after zooming with the ZoomboxControl to the attribute document used for the chart creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
541
diff
changeset
|
2940 * src/main/java/de/intevation/flys/client/server/ChartOutputServiceImpl.java: |
7c57149e8715
Append the x and y ranges determined after zooming with the ZoomboxControl to the attribute document used for the chart creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
541
diff
changeset
|
2941 Append the selected min and max ranges for x and y axes to the attribute |
7c57149e8715
Append the x and y ranges determined after zooming with the ZoomboxControl to the attribute document used for the chart creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
541
diff
changeset
|
2942 document. This enables the server to zoom the chart to the specified |
7c57149e8715
Append the x and y ranges determined after zooming with the ZoomboxControl to the attribute document used for the chart creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
541
diff
changeset
|
2943 view. |
7c57149e8715
Append the x and y ranges determined after zooming with the ZoomboxControl to the attribute document used for the chart creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
541
diff
changeset
|
2944 |
7c57149e8715
Append the x and y ranges determined after zooming with the ZoomboxControl to the attribute document used for the chart creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
541
diff
changeset
|
2945 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
7c57149e8715
Append the x and y ranges determined after zooming with the ZoomboxControl to the attribute document used for the chart creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
541
diff
changeset
|
2946 The x and y ranges specified after zooming are stored as instance |
7c57149e8715
Append the x and y ranges determined after zooming with the ZoomboxControl to the attribute document used for the chart creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
541
diff
changeset
|
2947 variables and used while creating the chart imgage url. The |
7c57149e8715
Append the x and y ranges determined after zooming with the ZoomboxControl to the attribute document used for the chart creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
541
diff
changeset
|
2948 ChartOutputService will put those ranges into the attribute document for |
7c57149e8715
Append the x and y ranges determined after zooming with the ZoomboxControl to the attribute document used for the chart creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
541
diff
changeset
|
2949 the chart creation. |
7c57149e8715
Append the x and y ranges determined after zooming with the ZoomboxControl to the attribute document used for the chart creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
541
diff
changeset
|
2950 |
541
ed29599e06e5
Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
540
diff
changeset
|
2951 2011-06-01 Ingo Weinzierl <ingo@intevation.de> |
ed29599e06e5
Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
540
diff
changeset
|
2952 |
ed29599e06e5
Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
540
diff
changeset
|
2953 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
ed29599e06e5
Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
540
diff
changeset
|
2954 Implements the ZoomHandler interface now. Currently, the values are just |
ed29599e06e5
Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
540
diff
changeset
|
2955 received from ZoomboxControl. We still need to refresh the chart with |
ed29599e06e5
Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
540
diff
changeset
|
2956 those zoom values. |
ed29599e06e5
Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
540
diff
changeset
|
2957 |
ed29599e06e5
Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
540
diff
changeset
|
2958 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: |
ed29599e06e5
Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
540
diff
changeset
|
2959 Registered the ChartOutputTab as ZoomHandler at the ZoomboxControl. |
ed29599e06e5
Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
540
diff
changeset
|
2960 |
ed29599e06e5
Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
540
diff
changeset
|
2961 * src/main/java/de/intevation/flys/client/client/ui/chart/ZoomboxControl.java: |
ed29599e06e5
Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
540
diff
changeset
|
2962 Bugfix: fire the ZoomEvent when mouse up events occur. The events was |
ed29599e06e5
Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
540
diff
changeset
|
2963 not fired anytime. |
ed29599e06e5
Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
540
diff
changeset
|
2964 |
540
a866cdf1ca40
Implemented a zoombox control and added it to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
539
diff
changeset
|
2965 2011-06-01 Ingo Weinzierl <ingo@intevation.de> |
a866cdf1ca40
Implemented a zoombox control and added it to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
539
diff
changeset
|
2966 |
a866cdf1ca40
Implemented a zoombox control and added it to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
539
diff
changeset
|
2967 * src/main/java/de/intevation/flys/client/client/event/HasZoomHandlers.java, |
a866cdf1ca40
Implemented a zoombox control and added it to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
539
diff
changeset
|
2968 src/main/java/de/intevation/flys/client/client/event/ZoomHandler.java, |
a866cdf1ca40
Implemented a zoombox control and added it to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
539
diff
changeset
|
2969 src/main/java/de/intevation/flys/client/client/event/ZoomEvent.java: |
a866cdf1ca40
Implemented a zoombox control and added it to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
539
diff
changeset
|
2970 New. Necessary interfaces and classes for a listener mechanism for zoom |
a866cdf1ca40
Implemented a zoombox control and added it to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
539
diff
changeset
|
2971 events. |
a866cdf1ca40
Implemented a zoombox control and added it to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
539
diff
changeset
|
2972 |
a866cdf1ca40
Implemented a zoombox control and added it to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
539
diff
changeset
|
2973 * src/main/java/de/intevation/flys/client/client/ui/chart/ZoomboxControl.java: |
a866cdf1ca40
Implemented a zoombox control and added it to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
539
diff
changeset
|
2974 New. A zoombox control that draws - if activated - an semi opaque |
a866cdf1ca40
Implemented a zoombox control and added it to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
539
diff
changeset
|
2975 rectangle on the top of the observed panel. This control uses mouse |
a866cdf1ca40
Implemented a zoombox control and added it to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
539
diff
changeset
|
2976 up/down/move events to draw the rectangle. A mouse down event starts the |
a866cdf1ca40
Implemented a zoombox control and added it to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
539
diff
changeset
|
2977 zoom process, a mouse up event determines the coordinates for the zoom |
a866cdf1ca40
Implemented a zoombox control and added it to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
539
diff
changeset
|
2978 and fires a ZoomEvent. |
a866cdf1ca40
Implemented a zoombox control and added it to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
539
diff
changeset
|
2979 |
a866cdf1ca40
Implemented a zoombox control and added it to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
539
diff
changeset
|
2980 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: |
a866cdf1ca40
Implemented a zoombox control and added it to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
539
diff
changeset
|
2981 Added the ZoomboxControl. |
a866cdf1ca40
Implemented a zoombox control and added it to the chart toolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
539
diff
changeset
|
2982 |
539
fea93eebd2fa
Improved the layout of the mouse position panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
538
diff
changeset
|
2983 2011-06-01 Ingo Weinzierl <ingo@intevation.de> |
fea93eebd2fa
Improved the layout of the mouse position panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
538
diff
changeset
|
2984 |
fea93eebd2fa
Improved the layout of the mouse position panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
538
diff
changeset
|
2985 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: |
fea93eebd2fa
Improved the layout of the mouse position panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
538
diff
changeset
|
2986 Moved the mouse position panel to the right border of the toolbar panel. |
fea93eebd2fa
Improved the layout of the mouse position panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
538
diff
changeset
|
2987 |
fea93eebd2fa
Improved the layout of the mouse position panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
538
diff
changeset
|
2988 * src/main/java/de/intevation/flys/client/client/ui/chart/MousePositionPanel.java: |
fea93eebd2fa
Improved the layout of the mouse position panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
538
diff
changeset
|
2989 Improved the layout of this HLayout panel. It has a fixed width of 195px |
fea93eebd2fa
Improved the layout of the mouse position panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
538
diff
changeset
|
2990 now. The components inside this panel have also fixed width values. |
fea93eebd2fa
Improved the layout of the mouse position panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
538
diff
changeset
|
2991 |
538
75df57220104
Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
537
diff
changeset
|
2992 2011-06-01 Ingo Weinzierl <ingo@intevation.de> |
75df57220104
Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
537
diff
changeset
|
2993 |
75df57220104
Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
537
diff
changeset
|
2994 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
75df57220104
Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
537
diff
changeset
|
2995 After the chart panel is resized, we will now fetch a chart info |
75df57220104
Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
537
diff
changeset
|
2996 document using the ChartInfoService. This service lets us update the |
75df57220104
Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
537
diff
changeset
|
2997 current Transform2D - which is used to display mouse position in chart |
75df57220104
Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
537
diff
changeset
|
2998 coordinates and determine mouse clicks for zooming. |
75df57220104
Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
537
diff
changeset
|
2999 |
75df57220104
Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
537
diff
changeset
|
3000 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: |
75df57220104
Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
537
diff
changeset
|
3001 Changed the constructor call of the MousePositionPanel. It needs to |
75df57220104
Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
537
diff
changeset
|
3002 ChartOutputTab now. |
75df57220104
Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
537
diff
changeset
|
3003 |
75df57220104
Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
537
diff
changeset
|
3004 * src/main/java/de/intevation/flys/client/client/ui/chart/MousePositionPanel.java: |
75df57220104
Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
537
diff
changeset
|
3005 Changed the way to compute the chart coordinates. We will now use the |
75df57220104
Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
537
diff
changeset
|
3006 Transform2D object that is returned by the ChartInfoService. |
75df57220104
Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
537
diff
changeset
|
3007 |
537
d2c37ba78feb
The collection object in the CollectionView is now accessible via getter method.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
536
diff
changeset
|
3008 2011-06-01 Ingo Weinzierl <ingo@intevation.de> |
d2c37ba78feb
The collection object in the CollectionView is now accessible via getter method.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
536
diff
changeset
|
3009 |
d2c37ba78feb
The collection object in the CollectionView is now accessible via getter method.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
536
diff
changeset
|
3010 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
d2c37ba78feb
The collection object in the CollectionView is now accessible via getter method.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
536
diff
changeset
|
3011 Made the collection object accessible. |
d2c37ba78feb
The collection object in the CollectionView is now accessible via getter method.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
536
diff
changeset
|
3012 |
536
fe2860653f8d
Removed a debug statement.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
535
diff
changeset
|
3013 2011-06-01 Ingo Weinzierl <ingo@intevation.de> |
fe2860653f8d
Removed a debug statement.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
535
diff
changeset
|
3014 |
fe2860653f8d
Removed a debug statement.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
535
diff
changeset
|
3015 * src/main/java/de/intevation/flys/client/server/ChartInfoServiceImpl.java: |
fe2860653f8d
Removed a debug statement.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
535
diff
changeset
|
3016 Removed a debug statement. |
fe2860653f8d
Removed a debug statement.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
535
diff
changeset
|
3017 |
535
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3018 2011-06-01 Ingo Weinzierl <ingo@intevation.de> |
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3019 |
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3020 * src/main/java/de/intevation/flys/client/shared/Transform2D.java: New. |
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3021 This class transforms coordinates into an other coordinate system based |
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3022 on specified scale and translation factors. |
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3023 |
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3024 * src/main/java/de/intevation/flys/client/client/services/ChartInfoServiceAsync.java, |
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3025 src/main/java/de/intevation/flys/client/client/services/ChartInfoService.java, |
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3026 src/main/java/de/intevation/flys/client/server/ChartInfoServiceImpl.java: |
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3027 New. A service that fetches the chart info document provided by the |
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3028 artifact server and returns (currently) a Transform2D object. |
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3029 |
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3030 * src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3031 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3032 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3033 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added |
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3034 an error string that should be displayed if the chart info service |
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3035 failed. |
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3036 |
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3037 * src/main/webapp/WEB-INF/web.xml: Registered the chart info service. |
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
534
diff
changeset
|
3038 |
534
e08777967bad
Added a first implementation of a MousePositionPanel - work is not finished yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
533
diff
changeset
|
3039 2011-05-27 Ingo Weinzierl <ingo@intevation.de> |
e08777967bad
Added a first implementation of a MousePositionPanel - work is not finished yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
533
diff
changeset
|
3040 |
e08777967bad
Added a first implementation of a MousePositionPanel - work is not finished yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
533
diff
changeset
|
3041 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
e08777967bad
Added a first implementation of a MousePositionPanel - work is not finished yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
533
diff
changeset
|
3042 Added a public method that returns the chart panel. |
e08777967bad
Added a first implementation of a MousePositionPanel - work is not finished yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
533
diff
changeset
|
3043 |
e08777967bad
Added a first implementation of a MousePositionPanel - work is not finished yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
533
diff
changeset
|
3044 * src/main/java/de/intevation/flys/client/client/ui/chart/MousePositionPanel.java: |
e08777967bad
Added a first implementation of a MousePositionPanel - work is not finished yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
533
diff
changeset
|
3045 New. A panel that displays the mouse position relative to a element. |
e08777967bad
Added a first implementation of a MousePositionPanel - work is not finished yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
533
diff
changeset
|
3046 |
e08777967bad
Added a first implementation of a MousePositionPanel - work is not finished yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
533
diff
changeset
|
3047 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: |
e08777967bad
Added a first implementation of a MousePositionPanel - work is not finished yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
533
diff
changeset
|
3048 Added the MousePositionPanel. |
e08777967bad
Added a first implementation of a MousePositionPanel - work is not finished yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
533
diff
changeset
|
3049 |
e08777967bad
Added a first implementation of a MousePositionPanel - work is not finished yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
533
diff
changeset
|
3050 NOTE: The MousePositionPanel does NOT show the correct position and it |
e08777967bad
Added a first implementation of a MousePositionPanel - work is not finished yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
533
diff
changeset
|
3051 does NOT show the x|y coordinates in chart dimension yet! |
e08777967bad
Added a first implementation of a MousePositionPanel - work is not finished yet.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
533
diff
changeset
|
3052 |
533
34103ab9fe60
Moved the toolbar stuff of the chart panel into an own class.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
532
diff
changeset
|
3053 2011-05-27 Ingo Weinzierl <ingo@intevation.de> |
34103ab9fe60
Moved the toolbar stuff of the chart panel into an own class.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
532
diff
changeset
|
3054 |
34103ab9fe60
Moved the toolbar stuff of the chart panel into an own class.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
532
diff
changeset
|
3055 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
34103ab9fe60
Moved the toolbar stuff of the chart panel into an own class.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
532
diff
changeset
|
3056 Moved the toolbar code into an own class. |
34103ab9fe60
Moved the toolbar stuff of the chart panel into an own class.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
532
diff
changeset
|
3057 |
34103ab9fe60
Moved the toolbar stuff of the chart panel into an own class.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
532
diff
changeset
|
3058 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: |
34103ab9fe60
Moved the toolbar stuff of the chart panel into an own class.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
532
diff
changeset
|
3059 New. The toolbar used for chart panels. |
34103ab9fe60
Moved the toolbar stuff of the chart panel into an own class.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
532
diff
changeset
|
3060 |
532
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3061 2011-05-27 Ingo Weinzierl <ingo@intevation.de> |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3062 |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3063 * src/main/java/de/intevation/flys/client/client/ui/MainMenu.java: |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3064 Replaced buttons displayed as labels with real buttons. |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3065 |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3066 * src/main/java/de/intevation/flys/client/client/ui/MainMenu.java, |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3067 src/main/java/de/intevation/flys/client/client/ui/chart/ThemeNavigationPanel.java, |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3068 src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3069 Replaced label buttons with real buttons. |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3070 |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3071 * src/main/webapp/images/theme_top.png, |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3072 src/main/webapp/images/theme_up.png, |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3073 src/main/webapp/images/theme_bottom.png, |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3074 src/main/webapp/images/theme_down.png: New. Images used in the |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3075 ThemeNavigationPanel for buttons to move themes. |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3076 |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3077 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3078 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3079 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3080 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3081 i18n string for the databasket and pathes for the icons used in the |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3082 ThemeNavigationPanel. |
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
531
diff
changeset
|
3083 |
531
c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
530
diff
changeset
|
3084 2011-05-27 Ingo Weinzierl <ingo@intevation.de> |
c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
530
diff
changeset
|
3085 |
c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
530
diff
changeset
|
3086 * src/main/java/de/intevation/flys/client/client/event/HasOutputParameterChangeHandlers.java, |
c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
530
diff
changeset
|
3087 src/main/java/de/intevation/flys/client/client/event/OutputParameterChangeHandler.java, |
c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
530
diff
changeset
|
3088 src/main/java/de/intevation/flys/client/client/event/OutputParameterChangeEvent.java: |
c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
530
diff
changeset
|
3089 Interface and class to realize a listener mechanism for output parameter |
c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
530
diff
changeset
|
3090 changes. |
c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
530
diff
changeset
|
3091 |
c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
530
diff
changeset
|
3092 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: |
c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
530
diff
changeset
|
3093 Implements the OutputParameterChangeHandler interface. After the output |
c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
530
diff
changeset
|
3094 parameter of the chart have changed, the chart is refreshed. |
c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
530
diff
changeset
|
3095 |
c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
530
diff
changeset
|
3096 NOTE: The panel is disabled right before the RPC call to replace the |
c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
530
diff
changeset
|
3097 collection's attribute is executed. It is enabled after the RPC call has |
c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
530
diff
changeset
|
3098 finished. |
c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
530
diff
changeset
|
3099 |
c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
530
diff
changeset
|
3100 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
530
diff
changeset
|
3101 Implements the HasOutputParameterChangeHanders interface. The event is |
c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
530
diff
changeset
|
3102 fired if there are changes in the chart theme control panel. |
c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
530
diff
changeset
|
3103 |
530
26e38b79658d
Connected the CollectionAttributeService with the artifact server - Collection modifications will now be stored in the artifact databae.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
529
diff
changeset
|
3104 2011-05-27 Ingo Weinzierl <ingo@intevation.de> |
26e38b79658d
Connected the CollectionAttributeService with the artifact server - Collection modifications will now be stored in the artifact databae.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
529
diff
changeset
|
3105 |
26e38b79658d
Connected the CollectionAttributeService with the artifact server - Collection modifications will now be stored in the artifact databae.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
529
diff
changeset
|
3106 * src/main/java/de/intevation/flys/client/server/CollectionAttributeServiceImpl.java: |
26e38b79658d
Connected the CollectionAttributeService with the artifact server - Collection modifications will now be stored in the artifact databae.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
529
diff
changeset
|
3107 Connected this service with the artifact server. Modifications of a |
26e38b79658d
Connected the CollectionAttributeService with the artifact server - Collection modifications will now be stored in the artifact databae.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
529
diff
changeset
|
3108 Collection will be stored in the artifact database now. |
26e38b79658d
Connected the CollectionAttributeService with the artifact server - Collection modifications will now be stored in the artifact databae.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
529
diff
changeset
|
3109 |
26e38b79658d
Connected the CollectionAttributeService with the artifact server - Collection modifications will now be stored in the artifact databae.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
529
diff
changeset
|
3110 * src/main/java/de/intevation/flys/client/server/CollectionHelper.java: |
26e38b79658d
Connected the CollectionAttributeService with the artifact server - Collection modifications will now be stored in the artifact databae.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
529
diff
changeset
|
3111 New. This helper is currently used to create the attribute document of a |
26e38b79658d
Connected the CollectionAttributeService with the artifact server - Collection modifications will now be stored in the artifact databae.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
529
diff
changeset
|
3112 collection based on a Collection itself. This helper now takes the |
26e38b79658d
Connected the CollectionAttributeService with the artifact server - Collection modifications will now be stored in the artifact databae.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
529
diff
changeset
|
3113 attributes of the Collection and transforms those values into XML. |
26e38b79658d
Connected the CollectionAttributeService with the artifact server - Collection modifications will now be stored in the artifact databae.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
529
diff
changeset
|
3114 |
529
a1048d310829
Changes in the chart theme panel will now have an effect on the themes stored at the collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
528
diff
changeset
|
3115 2011-05-27 Ingo Weinzierl <ingo@intevation.de> |
a1048d310829
Changes in the chart theme panel will now have an effect on the themes stored at the collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
528
diff
changeset
|
3116 |
a1048d310829
Changes in the chart theme panel will now have an effect on the themes stored at the collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
528
diff
changeset
|
3117 * src/main/java/de/intevation/flys/client/shared/model/Theme.java, |
a1048d310829
Changes in the chart theme panel will now have an effect on the themes stored at the collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
528
diff
changeset
|
3118 src/main/java/de/intevation/flys/client/shared/model/DefaultTheme.java: |
a1048d310829
Changes in the chart theme panel will now have an effect on the themes stored at the collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
528
diff
changeset
|
3119 Added a setter method to set the 'active' attribute if a theme. |
a1048d310829
Changes in the chart theme panel will now have an effect on the themes stored at the collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
528
diff
changeset
|
3120 |
a1048d310829
Changes in the chart theme panel will now have an effect on the themes stored at the collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
528
diff
changeset
|
3121 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: |
a1048d310829
Changes in the chart theme panel will now have an effect on the themes stored at the collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
528
diff
changeset
|
3122 After editing themes in the theme control panel will now modify the |
a1048d310829
Changes in the chart theme panel will now have an effect on the themes stored at the collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
528
diff
changeset
|
3123 themes stored at the collection as well. |
a1048d310829
Changes in the chart theme panel will now have an effect on the themes stored at the collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
528
diff
changeset
|
3124 |
528
39d9291513cc
Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
527
diff
changeset
|
3125 2011-05-26 Ingo Weinzierl <ingo@intevation.de> |
39d9291513cc
Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
527
diff
changeset
|
3126 |
39d9291513cc
Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
527
diff
changeset
|
3127 * src/main/java/de/intevation/flys/client/shared/model/Theme.java, |
39d9291513cc
Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
527
diff
changeset
|
3128 src/main/java/de/intevation/flys/client/shared/model/DefaultTheme.java: |
39d9291513cc
Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
527
diff
changeset
|
3129 Added further methods to set the position of a theme to a new value and |
39d9291513cc
Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
527
diff
changeset
|
3130 to compare two theme objects. |
39d9291513cc
Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
527
diff
changeset
|
3131 |
39d9291513cc
Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
527
diff
changeset
|
3132 * src/main/java/de/intevation/flys/client/shared/model/ThemeList.java: |
39d9291513cc
Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
527
diff
changeset
|
3133 Added a method to set the position of a theme to a new value. Based on |
39d9291513cc
Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
527
diff
changeset
|
3134 the new position, all other themes in this list are moved up or down. |
39d9291513cc
Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
527
diff
changeset
|
3135 |
39d9291513cc
Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
527
diff
changeset
|
3136 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: |
39d9291513cc
Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
527
diff
changeset
|
3137 The actions in the navigation panel have now an effect on the order of |
39d9291513cc
Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
527
diff
changeset
|
3138 the themes in the theme list. The selected theme/s is/are moved to |
39d9291513cc
Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
527
diff
changeset
|
3139 top/bottom or just a single field up/down. |
39d9291513cc
Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
527
diff
changeset
|
3140 |
39d9291513cc
Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
527
diff
changeset
|
3141 NOTE: The order still have no effect on the chart rendering process. |
39d9291513cc
Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
527
diff
changeset
|
3142 |
527
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3143 2011-05-25 Ingo Weinzierl <ingo@intevation.de> |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3144 |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3145 * src/main/java/de/intevation/flys/client/client/event/OnMoveHandler.java, |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3146 src/main/java/de/intevation/flys/client/client/event/OnMoveEvent.java: |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3147 New. Necessary classes and interfaces for a listener mechanism that is |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3148 used to inform handlers about a movement. E.g. the movement of a theme. |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3149 |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3150 * src/main/java/de/intevation/flys/client/client/ui/chart/ThemeNavigationPanel.java: |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3151 New. A panel that consist of four buttons that throw OnMoveEvents after |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3152 pushing it. |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3153 |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3154 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3155 In addition, it implements the OnMoveHandler interface to listen to move |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3156 events. |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3157 |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3158 NOTE: We need to implement the code that moves themes up/down. |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3159 |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3160 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3161 Set the minimum width of the theme panel to 200px. |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3162 |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3163 2011-05-25 Ingo Weinzierl <ingo@intevation.de> |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3164 |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3165 * src/main/java/de/intevation/flys/client/client/services/CollectionAttributeService.java, |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3166 src/main/java/de/intevation/flys/client/client/services/CollectionAttributeServiceAsync.java, |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3167 src/main/java/de/intevation/flys/client/server/CollectionAttributeServiceImpl.java: |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3168 New. This service should be used to modify/update the attribute of a |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3169 collection. |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3170 |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3171 NOTE: The update process needs to be implemented! Currently, the only |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3172 thing this service does is, that is waits 5sec and fetches a new |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3173 description right after this ;-) |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3174 |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3175 * src/main/java/de/intevation/flys/client/shared/model/ThemeList.java: |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3176 Added methods to remove and add themes. |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3177 |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3178 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3179 Changes in the theme panel will now trigger the update process of the |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3180 collection's attribute using the CollectionAttributeService. |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3181 |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3182 * src/main/webapp/WEB-INF/web.xml: Registered the new service. |
902609b5cc79
Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
525
diff
changeset
|
3183 |
525
fc994da131f9
Removed a bug in the DefaultTheme that prevented setting the artifact of a Theme correctly.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
524
diff
changeset
|
3184 2011-05-25 Ingo Weinzierl <ingo@intevation.de> |
fc994da131f9
Removed a bug in the DefaultTheme that prevented setting the artifact of a Theme correctly.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
524
diff
changeset
|
3185 |
fc994da131f9
Removed a bug in the DefaultTheme that prevented setting the artifact of a Theme correctly.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
524
diff
changeset
|
3186 * src/main/java/de/intevation/flys/client/shared/model/DefaultTheme.java: |
fc994da131f9
Removed a bug in the DefaultTheme that prevented setting the artifact of a Theme correctly.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
524
diff
changeset
|
3187 Removed a bug that caused that the artifact of a default theme is never |
fc994da131f9
Removed a bug in the DefaultTheme that prevented setting the artifact of a Theme correctly.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
524
diff
changeset
|
3188 set. |
fc994da131f9
Removed a bug in the DefaultTheme that prevented setting the artifact of a Theme correctly.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
524
diff
changeset
|
3189 |
524
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3190 2011-05-25 Ingo Weinzierl <ingo@intevation.de> |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3191 |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3192 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java: |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3193 Parse the theme lists - contained in the attribute of the collection - |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3194 and add those lists to the collection. The lists are retrievable using |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3195 the method getThemeList(String outName). |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3196 |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3197 * src/main/java/de/intevation/flys/client/shared/model/Theme.java, |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3198 src/main/java/de/intevation/flys/client/shared/model/DefaultTheme.java: |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3199 The interface and its default implementation of a theme. A theme |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3200 represents a curve in a chart or a layer in a map. The default |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3201 implementation knows about the facet, the position, the status and the |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3202 artifact this theme belongs to. |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3203 |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3204 * src/main/java/de/intevation/flys/client/shared/model/ThemeList.java: |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3205 New. A ThemeList is a wrapper for themes and should provide some |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3206 functions to process regularly used operations on a list of themes. |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3207 |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3208 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java, |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3209 src/main/java/de/intevation/flys/client/shared/model/Collection.java: |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3210 Added a new constructor that takes a ThemeList as well and a method to |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3211 retrieve a ThemeList based on the name of the output. |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3212 |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3213 * src/main/java/de/intevation/flys/client/shared/model/FacetRecord.java: |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3214 This record no longer stores facets but themes. |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3215 |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3216 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3217 Modified the process of adding new themes to the theme grid. |
ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
3218 |
523
0785a8ba5e6d
Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
522
diff
changeset
|
3219 2011-05-25 Ingo Weinzierl <ingo@intevation.de> |
0785a8ba5e6d
Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
522
diff
changeset
|
3220 |
0785a8ba5e6d
Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
522
diff
changeset
|
3221 * src/main/java/de/intevation/flys/client/shared/model/FacetRecord.java: |
0785a8ba5e6d
Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
522
diff
changeset
|
3222 New. This ListRecord is used to display facets in grids. |
0785a8ba5e6d
Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
522
diff
changeset
|
3223 |
0785a8ba5e6d
Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
522
diff
changeset
|
3224 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: |
0785a8ba5e6d
Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
522
diff
changeset
|
3225 New. This panel contains elements to control the themes of a chart. |
0785a8ba5e6d
Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
522
diff
changeset
|
3226 |
0785a8ba5e6d
Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
522
diff
changeset
|
3227 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
0785a8ba5e6d
Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
522
diff
changeset
|
3228 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
0785a8ba5e6d
Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
522
diff
changeset
|
3229 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
0785a8ba5e6d
Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
522
diff
changeset
|
3230 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
0785a8ba5e6d
Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
522
diff
changeset
|
3231 Added i18n strings for the ChartThemePanel. |
0785a8ba5e6d
Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
522
diff
changeset
|
3232 |
0785a8ba5e6d
Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
522
diff
changeset
|
3233 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
0785a8ba5e6d
Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
522
diff
changeset
|
3234 The left side of this panel is filled with the ChartThemePanel now. |
0785a8ba5e6d
Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
522
diff
changeset
|
3235 |
522
2e02db03e576
Removed needless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
521
diff
changeset
|
3236 2011-05-25 Ingo Weinzierl <ingo@intevation.de> |
2e02db03e576
Removed needless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
521
diff
changeset
|
3237 |
2e02db03e576
Removed needless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
521
diff
changeset
|
3238 * src/main/java/de/intevation/flys/client/server/meta/Converter.java, |
2e02db03e576
Removed needless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
521
diff
changeset
|
3239 src/main/java/de/intevation/flys/client/server/MetaDataServiceImpl.java, |
2e02db03e576
Removed needless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
521
diff
changeset
|
3240 src/main/java/de/intevation/flys/client/client/ui/MapSelection.java, |
2e02db03e576
Removed needless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
521
diff
changeset
|
3241 src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java, |
2e02db03e576
Removed needless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
521
diff
changeset
|
3242 src/main/java/de/intevation/flys/client/client/ui/ModuleSelection.java: |
2e02db03e576
Removed needless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
521
diff
changeset
|
3243 Removed needless imports. |
2e02db03e576
Removed needless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
521
diff
changeset
|
3244 |
521
fc60822e9c89
Added a new package 'chart' that should be the place where chart relevant classes should be stored. Moved ChartOutputTab into that package.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
520
diff
changeset
|
3245 2011-05-25 Ingo Weinzierl <ingo@intevation.de> |
fc60822e9c89
Added a new package 'chart' that should be the place where chart relevant classes should be stored. Moved ChartOutputTab into that package.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
520
diff
changeset
|
3246 |
fc60822e9c89
Added a new package 'chart' that should be the place where chart relevant classes should be stored. Moved ChartOutputTab into that package.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
520
diff
changeset
|
3247 * src/main/java/de/intevation/flys/client/client/ui/chart: A new package |
fc60822e9c89
Added a new package 'chart' that should be the place where chart relevant classes should be stored. Moved ChartOutputTab into that package.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
520
diff
changeset
|
3248 for all chart relevant classes. |
fc60822e9c89
Added a new package 'chart' that should be the place where chart relevant classes should be stored. Moved ChartOutputTab into that package.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
520
diff
changeset
|
3249 |
fc60822e9c89
Added a new package 'chart' that should be the place where chart relevant classes should be stored. Moved ChartOutputTab into that package.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
520
diff
changeset
|
3250 * src/main/java/de/intevation/flys/client/client/ui/ChartOutputTab.java, |
fc60822e9c89
Added a new package 'chart' that should be the place where chart relevant classes should be stored. Moved ChartOutputTab into that package.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
520
diff
changeset
|
3251 src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
fc60822e9c89
Added a new package 'chart' that should be the place where chart relevant classes should be stored. Moved ChartOutputTab into that package.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
520
diff
changeset
|
3252 Moved the ChartOutputTab to the chart package. |
fc60822e9c89
Added a new package 'chart' that should be the place where chart relevant classes should be stored. Moved ChartOutputTab into that package.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
520
diff
changeset
|
3253 |
fc60822e9c89
Added a new package 'chart' that should be the place where chart relevant classes should be stored. Moved ChartOutputTab into that package.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
520
diff
changeset
|
3254 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
fc60822e9c89
Added a new package 'chart' that should be the place where chart relevant classes should be stored. Moved ChartOutputTab into that package.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
520
diff
changeset
|
3255 Adapted imports - added ChartOutputTab that has been moved to chart |
fc60822e9c89
Added a new package 'chart' that should be the place where chart relevant classes should be stored. Moved ChartOutputTab into that package.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
520
diff
changeset
|
3256 subpackage. |
fc60822e9c89
Added a new package 'chart' that should be the place where chart relevant classes should be stored. Moved ChartOutputTab into that package.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
520
diff
changeset
|
3257 |
520
9e2b151770bd
Bugfix in the range/location panel - avoid NullPointerExceptions in getData().
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
519
diff
changeset
|
3258 2011-05-25 Ingo Weinzierl <ingo@intevation.de> |
9e2b151770bd
Bugfix in the range/location panel - avoid NullPointerExceptions in getData().
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
519
diff
changeset
|
3259 |
9e2b151770bd
Bugfix in the range/location panel - avoid NullPointerExceptions in getData().
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
519
diff
changeset
|
3260 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: |
9e2b151770bd
Bugfix in the range/location panel - avoid NullPointerExceptions in getData().
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
519
diff
changeset
|
3261 Bugfix: We return the inserted values only in getData(). We do not |
9e2b151770bd
Bugfix in the range/location panel - avoid NullPointerExceptions in getData().
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
519
diff
changeset
|
3262 return Data objects with no value. This prevents NullPointerExceptions |
9e2b151770bd
Bugfix in the range/location panel - avoid NullPointerExceptions in getData().
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
519
diff
changeset
|
3263 that occur if no location has been inserted - e.g. the case if we |
9e2b151770bd
Bugfix in the range/location panel - avoid NullPointerExceptions in getData().
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
519
diff
changeset
|
3264 selected a range. |
9e2b151770bd
Bugfix in the range/location panel - avoid NullPointerExceptions in getData().
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
519
diff
changeset
|
3265 |
519
77234b1d009c
ISSUE-90 & ISSUE-40 (part II/II) Former selected values are preselected after back jumps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
518
diff
changeset
|
3266 2011-05-24 Ingo Weinzierl <ingo@intevation.de> |
77234b1d009c
ISSUE-90 & ISSUE-40 (part II/II) Former selected values are preselected after back jumps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
518
diff
changeset
|
3267 |
77234b1d009c
ISSUE-90 & ISSUE-40 (part II/II) Former selected values are preselected after back jumps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
518
diff
changeset
|
3268 ISSUE-91 |
77234b1d009c
ISSUE-90 & ISSUE-40 (part II/II) Former selected values are preselected after back jumps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
518
diff
changeset
|
3269 ISSUE-40 (part II/II) |
77234b1d009c
ISSUE-90 & ISSUE-40 (part II/II) Former selected values are preselected after back jumps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
518
diff
changeset
|
3270 |
77234b1d009c
ISSUE-90 & ISSUE-40 (part II/II) Former selected values are preselected after back jumps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
518
diff
changeset
|
3271 * src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java, |
77234b1d009c
ISSUE-90 & ISSUE-40 (part II/II) Former selected values are preselected after back jumps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
518
diff
changeset
|
3272 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java, |
77234b1d009c
ISSUE-90 & ISSUE-40 (part II/II) Former selected values are preselected after back jumps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
518
diff
changeset
|
3273 src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java, |
77234b1d009c
ISSUE-90 & ISSUE-40 (part II/II) Former selected values are preselected after back jumps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
518
diff
changeset
|
3274 src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: |
77234b1d009c
ISSUE-90 & ISSUE-40 (part II/II) Former selected values are preselected after back jumps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
518
diff
changeset
|
3275 Read default values in those panels and fill the form items with that |
77234b1d009c
ISSUE-90 & ISSUE-40 (part II/II) Former selected values are preselected after back jumps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
518
diff
changeset
|
3276 data. |
77234b1d009c
ISSUE-90 & ISSUE-40 (part II/II) Former selected values are preselected after back jumps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
518
diff
changeset
|
3277 |
518
bac8e6ea277d
Added i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
517
diff
changeset
|
3278 2011-05-24 Ingo Weinzierl <ingo@intevation.de> |
bac8e6ea277d
Added i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
517
diff
changeset
|
3279 |
bac8e6ea277d
Added i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
517
diff
changeset
|
3280 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
bac8e6ea277d
Added i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
517
diff
changeset
|
3281 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
bac8e6ea277d
Added i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
517
diff
changeset
|
3282 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
bac8e6ea277d
Added i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
517
diff
changeset
|
3283 Added i18n error messages. |
bac8e6ea277d
Added i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
517
diff
changeset
|
3284 |
517
ec965bf8dfef
Take care on empty Data objects while initializing default values in Location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
516
diff
changeset
|
3285 2011-05-24 Ingo Weinzierl <ingo@intevation.de> |
ec965bf8dfef
Take care on empty Data objects while initializing default values in Location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
516
diff
changeset
|
3286 |
ec965bf8dfef
Take care on empty Data objects while initializing default values in Location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
516
diff
changeset
|
3287 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: |
ec965bf8dfef
Take care on empty Data objects while initializing default values in Location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
516
diff
changeset
|
3288 Take care on empty Data objects while initializing default values. |
ec965bf8dfef
Take care on empty Data objects while initializing default values in Location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
516
diff
changeset
|
3289 |
516
ba606e575663
ISSUE-85 (part II/III) Repaired broken location/range panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
515
diff
changeset
|
3290 2011-05-24 Ingo Weinzierl <ingo@intevation.de> |
ba606e575663
ISSUE-85 (part II/III) Repaired broken location/range panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
515
diff
changeset
|
3291 |
ba606e575663
ISSUE-85 (part II/III) Repaired broken location/range panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
515
diff
changeset
|
3292 ISSUE-85 (part II/III) |
ba606e575663
ISSUE-85 (part II/III) Repaired broken location/range panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
515
diff
changeset
|
3293 |
ba606e575663
ISSUE-85 (part II/III) Repaired broken location/range panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
515
diff
changeset
|
3294 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: |
ba606e575663
ISSUE-85 (part II/III) Repaired broken location/range panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
515
diff
changeset
|
3295 Repaired this broken panel. Now, we distinguish between the two modes |
ba606e575663
ISSUE-85 (part II/III) Repaired broken location/range panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
515
diff
changeset
|
3296 'range' and 'locations'. |
ba606e575663
ISSUE-85 (part II/III) Repaired broken location/range panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
515
diff
changeset
|
3297 |
515
27ffaf628b54
The default values/labels for Data objects are read from DESCRIBE document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
514
diff
changeset
|
3298 2011-05-24 Ingo Weinzierl <ingo@intevation.de> |
27ffaf628b54
The default values/labels for Data objects are read from DESCRIBE document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
514
diff
changeset
|
3299 |
27ffaf628b54
The default values/labels for Data objects are read from DESCRIBE document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
514
diff
changeset
|
3300 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: |
27ffaf628b54
The default values/labels for Data objects are read from DESCRIBE document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
514
diff
changeset
|
3301 Read the default values for Data objects from DESCRIBE. |
27ffaf628b54
The default values/labels for Data objects are read from DESCRIBE document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
514
diff
changeset
|
3302 |
514
b9127f876a6a
Enhanced the Data object to save default values/labels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
513
diff
changeset
|
3303 2011-05-24 Ingo Weinzierl <ingo@intevation.de> |
b9127f876a6a
Enhanced the Data object to save default values/labels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
513
diff
changeset
|
3304 |
b9127f876a6a
Enhanced the Data object to save default values/labels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
513
diff
changeset
|
3305 * src/main/java/de/intevation/flys/client/shared/model/Data.java, |
b9127f876a6a
Enhanced the Data object to save default values/labels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
513
diff
changeset
|
3306 src/main/java/de/intevation/flys/client/shared/model/DefaultData.java: |
b9127f876a6a
Enhanced the Data object to save default values/labels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
513
diff
changeset
|
3307 A data item can now have a default value and a default label. |
b9127f876a6a
Enhanced the Data object to save default values/labels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
513
diff
changeset
|
3308 |
513
e090fbd5a535
Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3309 2011-05-23 Ingo Weinzierl <ingo@intevation.de> |
e090fbd5a535
Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3310 |
e090fbd5a535
Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3311 ISSUE-62 (part I/II) |
e090fbd5a535
Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3312 |
e090fbd5a535
Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3313 * src/main/java/de/intevation/flys/client/client/event/OutputModesChangeEvent.java, |
e090fbd5a535
Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3314 src/main/java/de/intevation/flys/client/client/event/HasOutputModesChangeHandlers.java, |
e090fbd5a535
Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3315 src/main/java/de/intevation/flys/client/client/event/OutputModesChangeHandler.java: |
e090fbd5a535
Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3316 Classes and interfaces that are necessary to build up a listener |
e090fbd5a535
Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3317 mechanism for output mode changes. |
e090fbd5a535
Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3318 |
e090fbd5a535
Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3319 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java:: |
e090fbd5a535
Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3320 Implements the HasOutputModesChangeHandlers and OutputModesChangeHandler |
e090fbd5a535
Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3321 interfaces. |
e090fbd5a535
Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3322 |
e090fbd5a535
Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3323 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
e090fbd5a535
Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3324 Implements the OutputModesChangeHandler interface which enables us to |
e090fbd5a535
Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3325 update the export panel even after the outs of an artifact have changed. |
e090fbd5a535
Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3326 |
e090fbd5a535
Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3327 |
e090fbd5a535
Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3328 |
512
e35de49f942f
Reverted commit that changed the default port of the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
511
diff
changeset
|
3329 2011-05-20 Ingo Weinzierl <ingo@intevation.de> |
e35de49f942f
Reverted commit that changed the default port of the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
511
diff
changeset
|
3330 |
e35de49f942f
Reverted commit that changed the default port of the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
511
diff
changeset
|
3331 * src/main/java/de/intevation/flys/client/client/config.xml: |
e35de49f942f
Reverted commit that changed the default port of the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
511
diff
changeset
|
3332 Reverted to default config; unintentional change in previous commit |
e35de49f942f
Reverted commit that changed the default port of the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
511
diff
changeset
|
3333 |
511
437e3b917155
Added missing i18n strings for duration curve export.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
510
diff
changeset
|
3334 2011-05-20 Ingo Weinzierl <ingo@intevation.de> |
437e3b917155
Added missing i18n strings for duration curve export.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
510
diff
changeset
|
3335 |
437e3b917155
Added missing i18n strings for duration curve export.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
510
diff
changeset
|
3336 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
437e3b917155
Added missing i18n strings for duration curve export.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
510
diff
changeset
|
3337 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
437e3b917155
Added missing i18n strings for duration curve export.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
510
diff
changeset
|
3338 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
437e3b917155
Added missing i18n strings for duration curve export.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
510
diff
changeset
|
3339 Added missing i18n strings for duration curve export. |
437e3b917155
Added missing i18n strings for duration curve export.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
510
diff
changeset
|
3340 |
510
e88282c372ba
Tagged release 2.3.1 of flys-client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
509
diff
changeset
|
3341 2011-05-20 Ingo Weinzierl <ingo@intevation.de> |
e88282c372ba
Tagged release 2.3.1 of flys-client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
509
diff
changeset
|
3342 |
e88282c372ba
Tagged release 2.3.1 of flys-client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
509
diff
changeset
|
3343 Tagged RELEASE 2.3.1 |
e88282c372ba
Tagged release 2.3.1 of flys-client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
509
diff
changeset
|
3344 |
511
437e3b917155
Added missing i18n strings for duration curve export.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
510
diff
changeset
|
3345 2011-05-20 Ingo Weinzierl <ingo@intevation.de> |
509
f6966ccb9244
Prepared Changes for release 2.3.1
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
440
diff
changeset
|
3346 |
f6966ccb9244
Prepared Changes for release 2.3.1
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
440
diff
changeset
|
3347 * Changes: Prepared Changes for the upcoming release. |
f6966ccb9244
Prepared Changes for release 2.3.1
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
440
diff
changeset
|
3348 |
440
c6d9a40d1713
Reverted src/main/java/de/intevation/flys/client/client/config.xml after unintentional change
Hans Plum <hans.plum@intevation.de>
parents:
439
diff
changeset
|
3349 2011-05-20 Hans Plum <hans@intevation.de> |
c6d9a40d1713
Reverted src/main/java/de/intevation/flys/client/client/config.xml after unintentional change
Hans Plum <hans.plum@intevation.de>
parents:
439
diff
changeset
|
3350 |
c6d9a40d1713
Reverted src/main/java/de/intevation/flys/client/client/config.xml after unintentional change
Hans Plum <hans.plum@intevation.de>
parents:
439
diff
changeset
|
3351 * src/main/java/de/intevation/flys/client/client/config.xml: |
c6d9a40d1713
Reverted src/main/java/de/intevation/flys/client/client/config.xml after unintentional change
Hans Plum <hans.plum@intevation.de>
parents:
439
diff
changeset
|
3352 Reverted to default config; unintentional change in previous commit |
c6d9a40d1713
Reverted src/main/java/de/intevation/flys/client/client/config.xml after unintentional change
Hans Plum <hans.plum@intevation.de>
parents:
439
diff
changeset
|
3353 |
439
a1b4427dfee1
NEWS to Release V 2.3.1
Hans Plum <hans.plum@intevation.de>
parents:
438
diff
changeset
|
3354 2011-05-20 Hans Plum <hans@intevation.de> |
a1b4427dfee1
NEWS to Release V 2.3.1
Hans Plum <hans.plum@intevation.de>
parents:
438
diff
changeset
|
3355 |
a1b4427dfee1
NEWS to Release V 2.3.1
Hans Plum <hans.plum@intevation.de>
parents:
438
diff
changeset
|
3356 * NEWS: |
a1b4427dfee1
NEWS to Release V 2.3.1
Hans Plum <hans.plum@intevation.de>
parents:
438
diff
changeset
|
3357 Added information for Release V 2.3.1 for endusers |
a1b4427dfee1
NEWS to Release V 2.3.1
Hans Plum <hans.plum@intevation.de>
parents:
438
diff
changeset
|
3358 |
438
8869028f8476
Prepared Changes for the upcoming RELEASE 2.3.1
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
437
diff
changeset
|
3359 2011-05-19 Ingo Weinzierl <ingo@intevation.de> |
8869028f8476
Prepared Changes for the upcoming RELEASE 2.3.1
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
437
diff
changeset
|
3360 |
8869028f8476
Prepared Changes for the upcoming RELEASE 2.3.1
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
437
diff
changeset
|
3361 Tagged RELEASE 2.3.1 |
8869028f8476
Prepared Changes for the upcoming RELEASE 2.3.1
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
437
diff
changeset
|
3362 |
8869028f8476
Prepared Changes for the upcoming RELEASE 2.3.1
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
437
diff
changeset
|
3363 * Changes: Prepared for release. |
8869028f8476
Prepared Changes for the upcoming RELEASE 2.3.1
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
437
diff
changeset
|
3364 |
437
7fa15845fecf
ISSUE-35 The project view has a maximize button now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
436
diff
changeset
|
3365 2011-05-19 Ingo Weinzierl <ingo@intevation.de> |
7fa15845fecf
ISSUE-35 The project view has a maximize button now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
436
diff
changeset
|
3366 |
7fa15845fecf
ISSUE-35 The project view has a maximize button now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
436
diff
changeset
|
3367 ISSUE-35 |
7fa15845fecf
ISSUE-35 The project view has a maximize button now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
436
diff
changeset
|
3368 |
7fa15845fecf
ISSUE-35 The project view has a maximize button now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
436
diff
changeset
|
3369 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
7fa15845fecf
ISSUE-35 The project view has a maximize button now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
436
diff
changeset
|
3370 Added a maximize button to this view. |
7fa15845fecf
ISSUE-35 The project view has a maximize button now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
436
diff
changeset
|
3371 |
436
1fcffb5079ec
ISSUE-43 Adapted the english warning the is displayed before a language switch takes place.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
435
diff
changeset
|
3372 2011-05-19 Ingo Weinzierl <ingo@intevation.de> |
1fcffb5079ec
ISSUE-43 Adapted the english warning the is displayed before a language switch takes place.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
435
diff
changeset
|
3373 |
1fcffb5079ec
ISSUE-43 Adapted the english warning the is displayed before a language switch takes place.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
435
diff
changeset
|
3374 ISSUE-43 |
1fcffb5079ec
ISSUE-43 Adapted the english warning the is displayed before a language switch takes place.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
435
diff
changeset
|
3375 |
1fcffb5079ec
ISSUE-43 Adapted the english warning the is displayed before a language switch takes place.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
435
diff
changeset
|
3376 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
1fcffb5079ec
ISSUE-43 Adapted the english warning the is displayed before a language switch takes place.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
435
diff
changeset
|
3377 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties: |
1fcffb5079ec
ISSUE-43 Adapted the english warning the is displayed before a language switch takes place.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
435
diff
changeset
|
3378 Adapted the english waring that is displayed before a language switch |
1fcffb5079ec
ISSUE-43 Adapted the english warning the is displayed before a language switch takes place.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
435
diff
changeset
|
3379 takes place. |
1fcffb5079ec
ISSUE-43 Adapted the english warning the is displayed before a language switch takes place.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
435
diff
changeset
|
3380 |
435
5b8ad33a18c1
Added missing i18n strings for computed discharge curve exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
434
diff
changeset
|
3381 2011-05-19 Ingo Weinzierl <ingo@intevation.de> |
5b8ad33a18c1
Added missing i18n strings for computed discharge curve exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
434
diff
changeset
|
3382 |
5b8ad33a18c1
Added missing i18n strings for computed discharge curve exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
434
diff
changeset
|
3383 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
5b8ad33a18c1
Added missing i18n strings for computed discharge curve exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
434
diff
changeset
|
3384 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
5b8ad33a18c1
Added missing i18n strings for computed discharge curve exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
434
diff
changeset
|
3385 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
5b8ad33a18c1
Added missing i18n strings for computed discharge curve exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
434
diff
changeset
|
3386 Added i18n strings for exports of computed discharge curves. |
5b8ad33a18c1
Added missing i18n strings for computed discharge curve exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
434
diff
changeset
|
3387 |
434
2d045a65ec27
Added i18n strings for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
433
diff
changeset
|
3388 2011-05-18 Ingo Weinzierl <ingo@intevation.de> |
2d045a65ec27
Added i18n strings for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
433
diff
changeset
|
3389 |
2d045a65ec27
Added i18n strings for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
433
diff
changeset
|
3390 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
2d045a65ec27
Added i18n strings for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
433
diff
changeset
|
3391 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
2d045a65ec27
Added i18n strings for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
433
diff
changeset
|
3392 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
2d045a65ec27
Added i18n strings for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
433
diff
changeset
|
3393 Added i18n strings for exports. |
2d045a65ec27
Added i18n strings for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
433
diff
changeset
|
3394 |
433
ad2c4fb17318
Adjusted the width of an export button and added a tooltip to distinguish different exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
432
diff
changeset
|
3395 2011-05-17 Ingo Weinzierl <ingo@intevation.de> |
ad2c4fb17318
Adjusted the width of an export button and added a tooltip to distinguish different exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
432
diff
changeset
|
3396 |
ad2c4fb17318
Adjusted the width of an export button and added a tooltip to distinguish different exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
432
diff
changeset
|
3397 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
ad2c4fb17318
Adjusted the width of an export button and added a tooltip to distinguish different exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
432
diff
changeset
|
3398 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
ad2c4fb17318
Adjusted the width of an export button and added a tooltip to distinguish different exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
432
diff
changeset
|
3399 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
ad2c4fb17318
Adjusted the width of an export button and added a tooltip to distinguish different exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
432
diff
changeset
|
3400 Added i18n string for wst export. |
ad2c4fb17318
Adjusted the width of an export button and added a tooltip to distinguish different exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
432
diff
changeset
|
3401 |
ad2c4fb17318
Adjusted the width of an export button and added a tooltip to distinguish different exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
432
diff
changeset
|
3402 * src/main/java/de/intevation/flys/client/client/ui/ExportPanel.java: |
ad2c4fb17318
Adjusted the width of an export button and added a tooltip to distinguish different exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
432
diff
changeset
|
3403 Set a maximum size of the export button and added a tooltip to |
ad2c4fb17318
Adjusted the width of an export button and added a tooltip to distinguish different exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
432
diff
changeset
|
3404 distinguish exports. |
ad2c4fb17318
Adjusted the width of an export button and added a tooltip to distinguish different exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
432
diff
changeset
|
3405 |
ad2c4fb17318
Adjusted the width of an export button and added a tooltip to distinguish different exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
432
diff
changeset
|
3406 NOTE: We should consider using specific images for each export type. |
ad2c4fb17318
Adjusted the width of an export button and added a tooltip to distinguish different exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
432
diff
changeset
|
3407 |
432
8ea213bd8fba
Adjusted a method signature of ClientProtocolUtils that has been changed in the last revision.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
431
diff
changeset
|
3408 2011-05-17 Ingo Weinzierl <ingo@intevation.de> |
8ea213bd8fba
Adjusted a method signature of ClientProtocolUtils that has been changed in the last revision.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
431
diff
changeset
|
3409 |
8ea213bd8fba
Adjusted a method signature of ClientProtocolUtils that has been changed in the last revision.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
431
diff
changeset
|
3410 * src/main/java/de/intevation/flys/client/server/ExportServiceImpl.java, |
8ea213bd8fba
Adjusted a method signature of ClientProtocolUtils that has been changed in the last revision.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
431
diff
changeset
|
3411 src/main/java/de/intevation/flys/client/server/ChartOutputServiceImpl.java: |
8ea213bd8fba
Adjusted a method signature of ClientProtocolUtils that has been changed in the last revision.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
431
diff
changeset
|
3412 Adapted a method signature of ClientProtocolUtils that has been changed |
8ea213bd8fba
Adjusted a method signature of ClientProtocolUtils that has been changed in the last revision.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
431
diff
changeset
|
3413 in the last revision. |
8ea213bd8fba
Adjusted a method signature of ClientProtocolUtils that has been changed in the last revision.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
431
diff
changeset
|
3414 |
431
86e6097e5a6a
Tagged RELEASE 2.3 of flys-client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
289
diff
changeset
|
3415 2011-05-17 Ingo Weinzierl <ingo@intevation.de> |
86e6097e5a6a
Tagged RELEASE 2.3 of flys-client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
289
diff
changeset
|
3416 |
86e6097e5a6a
Tagged RELEASE 2.3 of flys-client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
289
diff
changeset
|
3417 Tagged RELEASE 2.3 |
86e6097e5a6a
Tagged RELEASE 2.3 of flys-client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
289
diff
changeset
|
3418 |
289
664ed764aeb7
Added missing information for release
Hans Plum <hans.plum@intevation.de>
parents:
288
diff
changeset
|
3419 2011-05-16 Hans Plum <hans@intevation.de> |
664ed764aeb7
Added missing information for release
Hans Plum <hans.plum@intevation.de>
parents:
288
diff
changeset
|
3420 |
664ed764aeb7
Added missing information for release
Hans Plum <hans.plum@intevation.de>
parents:
288
diff
changeset
|
3421 * NEWS: |
664ed764aeb7
Added missing information for release
Hans Plum <hans.plum@intevation.de>
parents:
288
diff
changeset
|
3422 Added version number and release date for V 2.3 |
664ed764aeb7
Added missing information for release
Hans Plum <hans.plum@intevation.de>
parents:
288
diff
changeset
|
3423 |
288
0f7213a1c383
Added NEWS File for collecting enduser-sepcific information for releases
Hans Plum <hans.plum@intevation.de>
parents:
287
diff
changeset
|
3424 2011-05-16 Hans Plum <hans@intevation.de> |
0f7213a1c383
Added NEWS File for collecting enduser-sepcific information for releases
Hans Plum <hans.plum@intevation.de>
parents:
287
diff
changeset
|
3425 |
0f7213a1c383
Added NEWS File for collecting enduser-sepcific information for releases
Hans Plum <hans.plum@intevation.de>
parents:
287
diff
changeset
|
3426 * NEWS: |
0f7213a1c383
Added NEWS File for collecting enduser-sepcific information for releases
Hans Plum <hans.plum@intevation.de>
parents:
287
diff
changeset
|
3427 New. Describing new functionality and some backgrounds in |
0f7213a1c383
Added NEWS File for collecting enduser-sepcific information for releases
Hans Plum <hans.plum@intevation.de>
parents:
287
diff
changeset
|
3428 MoinMoin-Wiki Syntax (in german only) from the user perspective. It |
0f7213a1c383
Added NEWS File for collecting enduser-sepcific information for releases
Hans Plum <hans.plum@intevation.de>
parents:
287
diff
changeset
|
3429 does not differentiate between client and server-specific code! |
0f7213a1c383
Added NEWS File for collecting enduser-sepcific information for releases
Hans Plum <hans.plum@intevation.de>
parents:
287
diff
changeset
|
3430 |
287
2586149b9934
Prepared Changes for the upcoming release 2.3.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
286
diff
changeset
|
3431 2011-05-13 Ingo Weinzierl <ingo@intevation.de> |
2586149b9934
Prepared Changes for the upcoming release 2.3.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
286
diff
changeset
|
3432 |
2586149b9934
Prepared Changes for the upcoming release 2.3.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
286
diff
changeset
|
3433 * Changes: Prepared Changes for the upcoming release 2.3 - see Changes |
2586149b9934
Prepared Changes for the upcoming release 2.3.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
286
diff
changeset
|
3434 file to get to know about the change of version number. |
2586149b9934
Prepared Changes for the upcoming release 2.3.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
286
diff
changeset
|
3435 |
286
0fa8bf8a2295
Datacage: Better converter for incoming XML tree
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
285
diff
changeset
|
3436 2011-05-12 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
0fa8bf8a2295
Datacage: Better converter for incoming XML tree
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
285
diff
changeset
|
3437 |
555
33b86f5b1168
Don't crash if there is no transformer.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
554
diff
changeset
|
3438 * src/main/java/de/intevation/flys/client/server/meta/Converter.java: |
33b86f5b1168
Don't crash if there is no transformer.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
554
diff
changeset
|
3439 New. Converts the incoming XML to a more informative way. |
33b86f5b1168
Don't crash if there is no transformer.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
554
diff
changeset
|
3440 |
33b86f5b1168
Don't crash if there is no transformer.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
554
diff
changeset
|
3441 * src/main/java/de/intevation/flys/client/server/MetaDataServiceImpl.java: |
33b86f5b1168
Don't crash if there is no transformer.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
554
diff
changeset
|
3442 Use the new converter. |
286
0fa8bf8a2295
Datacage: Better converter for incoming XML tree
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
285
diff
changeset
|
3443 |
285
3e99953bac8d
ISSUE 61: Changed datacage button style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
284
diff
changeset
|
3444 2011-05-12 Raimund Renkert <rrenkert@intevation.de> |
3e99953bac8d
ISSUE 61: Changed datacage button style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
284
diff
changeset
|
3445 |
3e99953bac8d
ISSUE 61: Changed datacage button style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
284
diff
changeset
|
3446 ISSUE-61 |
3e99953bac8d
ISSUE 61: Changed datacage button style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
284
diff
changeset
|
3447 |
3e99953bac8d
ISSUE 61: Changed datacage button style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
284
diff
changeset
|
3448 * src/main/java/de/intevation/flys/client/client/ui/ChartOutputTab.java: |
3e99953bac8d
ISSUE 61: Changed datacage button style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
284
diff
changeset
|
3449 Changed datacage button style. |
3e99953bac8d
ISSUE 61: Changed datacage button style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
284
diff
changeset
|
3450 |
284
be842e36ce1c
ISSUE 46: Removed the table header context menu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
283
diff
changeset
|
3451 2011-05-12 Raimund Renkert <rrenkert@intevation.de> |
be842e36ce1c
ISSUE 46: Removed the table header context menu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
283
diff
changeset
|
3452 |
be842e36ce1c
ISSUE 46: Removed the table header context menu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
283
diff
changeset
|
3453 ISSUE-46 |
be842e36ce1c
ISSUE 46: Removed the table header context menu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
283
diff
changeset
|
3454 |
be842e36ce1c
ISSUE 46: Removed the table header context menu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
283
diff
changeset
|
3455 * src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java, |
be842e36ce1c
ISSUE 46: Removed the table header context menu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
283
diff
changeset
|
3456 src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
be842e36ce1c
ISSUE 46: Removed the table header context menu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
283
diff
changeset
|
3457 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java, |
be842e36ce1c
ISSUE 46: Removed the table header context menu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
283
diff
changeset
|
3458 src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: |
be842e36ce1c
ISSUE 46: Removed the table header context menu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
283
diff
changeset
|
3459 Removed the table header context menu. |
be842e36ce1c
ISSUE 46: Removed the table header context menu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
283
diff
changeset
|
3460 |
be842e36ce1c
ISSUE 46: Removed the table header context menu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
283
diff
changeset
|
3461 * src/main/java/de/intevation/flys/client/client/ui/LinkSelection.java: |
be842e36ce1c
ISSUE 46: Removed the table header context menu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
283
diff
changeset
|
3462 Removed log message. |
be842e36ce1c
ISSUE 46: Removed the table header context menu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
283
diff
changeset
|
3463 |
283
08eef8a047eb
ISSUE 43: Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
282
diff
changeset
|
3464 2011-05-12 Raimund Renkert <rrenkert@intevation.de> |
08eef8a047eb
ISSUE 43: Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
282
diff
changeset
|
3465 |
08eef8a047eb
ISSUE 43: Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
282
diff
changeset
|
3466 ISSUE-43 |
08eef8a047eb
ISSUE 43: Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
282
diff
changeset
|
3467 |
08eef8a047eb
ISSUE 43: Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
282
diff
changeset
|
3468 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
08eef8a047eb
ISSUE 43: Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
282
diff
changeset
|
3469 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
08eef8a047eb
ISSUE 43: Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
282
diff
changeset
|
3470 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
08eef8a047eb
ISSUE 43: Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
282
diff
changeset
|
3471 Changed i18n strings. |
08eef8a047eb
ISSUE 43: Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
282
diff
changeset
|
3472 |
282
e92f7ef455d6
Show rivers as links instead of a combobox.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
281
diff
changeset
|
3473 2011-05-12 Raimund Renkert <rrenkert@intevation.de> |
e92f7ef455d6
Show rivers as links instead of a combobox.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
281
diff
changeset
|
3474 |
e92f7ef455d6
Show rivers as links instead of a combobox.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
281
diff
changeset
|
3475 * src/main/java/de/intevation/flys/client/client/ui/LinkSelection.java: |
e92f7ef455d6
Show rivers as links instead of a combobox.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
281
diff
changeset
|
3476 New. Shows a list of rivers displayed as links. |
e92f7ef455d6
Show rivers as links instead of a combobox.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
281
diff
changeset
|
3477 |
e92f7ef455d6
Show rivers as links instead of a combobox.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
281
diff
changeset
|
3478 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java, |
e92f7ef455d6
Show rivers as links instead of a combobox.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
281
diff
changeset
|
3479 src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java, |
e92f7ef455d6
Show rivers as links instead of a combobox.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
281
diff
changeset
|
3480 src/main/java/de/intevation/flys/client/client/ui/MapSelection.java, |
e92f7ef455d6
Show rivers as links instead of a combobox.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
281
diff
changeset
|
3481 src/main/java/de/intevation/flys/client/client/ui/ModuleSelection.java: |
e92f7ef455d6
Show rivers as links instead of a combobox.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
281
diff
changeset
|
3482 Use the new Panel to show rivers as links. |
e92f7ef455d6
Show rivers as links instead of a combobox.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
281
diff
changeset
|
3483 |
281
c271012a97a3
ISSUE-15 The charts in the chart panel are requested with the size of the parent panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
280
diff
changeset
|
3484 2011-05-12 Ingo Weinzierl <ingo@intevation.de> |
c271012a97a3
ISSUE-15 The charts in the chart panel are requested with the size of the parent panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
280
diff
changeset
|
3485 |
c271012a97a3
ISSUE-15 The charts in the chart panel are requested with the size of the parent panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
280
diff
changeset
|
3486 ISSUE-15 |
c271012a97a3
ISSUE-15 The charts in the chart panel are requested with the size of the parent panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
280
diff
changeset
|
3487 |
c271012a97a3
ISSUE-15 The charts in the chart panel are requested with the size of the parent panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
280
diff
changeset
|
3488 * src/main/java/de/intevation/flys/client/client/ui/ChartOutputTab.java: |
c271012a97a3
ISSUE-15 The charts in the chart panel are requested with the size of the parent panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
280
diff
changeset
|
3489 After resizing the chart panel, the chart/image is replaced by a new |
c271012a97a3
ISSUE-15 The charts in the chart panel are requested with the size of the parent panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
280
diff
changeset
|
3490 chart with adjusted width and height (requested from server). |
c271012a97a3
ISSUE-15 The charts in the chart panel are requested with the size of the parent panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
280
diff
changeset
|
3491 |
280
b493d606fdef
Enabled the client to request charts in different sizes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
279
diff
changeset
|
3492 2011-05-12 Ingo Weinzierl <ingo@intevation.de> |
b493d606fdef
Enabled the client to request charts in different sizes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
279
diff
changeset
|
3493 |
b493d606fdef
Enabled the client to request charts in different sizes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
279
diff
changeset
|
3494 * src/main/java/de/intevation/flys/client/client/ui/ChartOutputTab.java: |
b493d606fdef
Enabled the client to request charts in different sizes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
279
diff
changeset
|
3495 Defined the chart size (600x500). |
b493d606fdef
Enabled the client to request charts in different sizes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
279
diff
changeset
|
3496 |
b493d606fdef
Enabled the client to request charts in different sizes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
279
diff
changeset
|
3497 * src/main/java/de/intevation/flys/client/server/ChartOutputServiceImpl.java: |
b493d606fdef
Enabled the client to request charts in different sizes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
279
diff
changeset
|
3498 Query the chart in the requested size defined in the GET-parameters of |
b493d606fdef
Enabled the client to request charts in different sizes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
279
diff
changeset
|
3499 the request. |
b493d606fdef
Enabled the client to request charts in different sizes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
279
diff
changeset
|
3500 |
279
e763d8efd42f
ISSUE-34 Limit the windows which are moved to the right lower corner to 10.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
278
diff
changeset
|
3501 2011-05-12 Ingo Weinzierl <ingo@intevation.de> |
e763d8efd42f
ISSUE-34 Limit the windows which are moved to the right lower corner to 10.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
278
diff
changeset
|
3502 |
e763d8efd42f
ISSUE-34 Limit the windows which are moved to the right lower corner to 10.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
278
diff
changeset
|
3503 ISSUE-34 |
e763d8efd42f
ISSUE-34 Limit the windows which are moved to the right lower corner to 10.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
278
diff
changeset
|
3504 |
e763d8efd42f
ISSUE-34 Limit the windows which are moved to the right lower corner to 10.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
278
diff
changeset
|
3505 * src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java: |
e763d8efd42f
ISSUE-34 Limit the windows which are moved to the right lower corner to 10.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
278
diff
changeset
|
3506 The number of windows which are moved the right lower browser window |
e763d8efd42f
ISSUE-34 Limit the windows which are moved to the right lower corner to 10.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
278
diff
changeset
|
3507 corner is limited to 10 windows now. The 11th window is placed at the |
e763d8efd42f
ISSUE-34 Limit the windows which are moved to the right lower corner to 10.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
278
diff
changeset
|
3508 left upper corner again. Window 12-20 are moved with an offset into to |
e763d8efd42f
ISSUE-34 Limit the windows which are moved to the right lower corner to 10.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
278
diff
changeset
|
3509 the right lower corner again. |
e763d8efd42f
ISSUE-34 Limit the windows which are moved to the right lower corner to 10.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
278
diff
changeset
|
3510 |
278
f33af25b7490
Datacage: transport rpc result to ui.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
277
diff
changeset
|
3511 2011-05-11 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
f33af25b7490
Datacage: transport rpc result to ui.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
277
diff
changeset
|
3512 |
f33af25b7490
Datacage: transport rpc result to ui.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
277
diff
changeset
|
3513 * src/main/java/de/intevation/flys/client/shared/model/DataCageNode.java, |
f33af25b7490
Datacage: transport rpc result to ui.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
277
diff
changeset
|
3514 src/main/java/de/intevation/flys/client/shared/model/DataCageTree.java: |
f33af25b7490
Datacage: transport rpc result to ui.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
277
diff
changeset
|
3515 New. Server -> Client transport model. Ugly because it re-invents XML |
f33af25b7490
Datacage: transport rpc result to ui.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
277
diff
changeset
|
3516 documents. XML is received by the RPC service from the artifact server, |
f33af25b7490
Datacage: transport rpc result to ui.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
277
diff
changeset
|
3517 transformed into this transport representation and this is transformed |
f33af25b7490
Datacage: transport rpc result to ui.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
277
diff
changeset
|
3518 in ui elements on the client side. |
f33af25b7490
Datacage: transport rpc result to ui.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
277
diff
changeset
|
3519 |
f33af25b7490
Datacage: transport rpc result to ui.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
277
diff
changeset
|
3520 * src/main/java/de/intevation/flys/client/server/MetaDataServiceImpl.java: |
f33af25b7490
Datacage: transport rpc result to ui.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
277
diff
changeset
|
3521 Transform the incoming XML to transport representation. TODO: |
f33af25b7490
Datacage: transport rpc result to ui.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
277
diff
changeset
|
3522 Do not simply copy the XML. |
f33af25b7490
Datacage: transport rpc result to ui.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
277
diff
changeset
|
3523 |
f33af25b7490
Datacage: transport rpc result to ui.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
277
diff
changeset
|
3524 * src/main/java/de/intevation/flys/client/client/services/MetaDataServiceAsync.java, |
f33af25b7490
Datacage: transport rpc result to ui.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
277
diff
changeset
|
3525 src/main/java/de/intevation/flys/client/client/services/MetaDataService.java: |
f33af25b7490
Datacage: transport rpc result to ui.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
277
diff
changeset
|
3526 Changed signature tio transport the tree. |
f33af25b7490
Datacage: transport rpc result to ui.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
277
diff
changeset
|
3527 |
f33af25b7490
Datacage: transport rpc result to ui.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
277
diff
changeset
|
3528 * src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: |
f33af25b7490
Datacage: transport rpc result to ui.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
277
diff
changeset
|
3529 Transform the transport tree into ui elements. |
f33af25b7490
Datacage: transport rpc result to ui.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
277
diff
changeset
|
3530 |
277
50b88b641be6
Changed the height of the export panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
276
diff
changeset
|
3531 2011-05-11 Ingo Weinzierl <ingo@intevation.de> |
50b88b641be6
Changed the height of the export panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
276
diff
changeset
|
3532 |
50b88b641be6
Changed the height of the export panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
276
diff
changeset
|
3533 * src/main/java/de/intevation/flys/client/client/ui/ExportPanel.java: |
50b88b641be6
Changed the height of the export panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
276
diff
changeset
|
3534 Changed the height of this panel to be visible in all browsers. |
50b88b641be6
Changed the height of the export panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
276
diff
changeset
|
3535 |
50b88b641be6
Changed the height of the export panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
276
diff
changeset
|
3536 2011-05-11 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
276
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3537 |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3538 * src/main/java/de/intevation/flys/client/server/MetaDataServiceImpl.java: |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3539 Call the service. TODO: transport artifact server result to client. |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3540 |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3541 * src/main/java/de/intevation/flys/client/client/services/MetaDataServiceAsync.java, |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3542 src/main/java/de/intevation/flys/client/client/services/MetaDataService.java: |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3543 Extended interfaces to cope with i18n. |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3544 |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3545 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3546 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3547 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3548 Error messages if the artifact meta data service is not reachable. |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3549 |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3550 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3551 Forward collection view to chart output tab. |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3552 |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3553 * src/main/java/de/intevation/flys/client/client/ui/ChartOutputTab.java: |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3554 Forward artifact to fetch river name later. |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3555 |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3556 * src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3557 New. UI code for the data cage panel. TODO: build tree from |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3558 service data. |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3559 |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3560 * src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3561 Added simple break in a loop if river was found. |
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
3562 |
275
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3563 2011-05-11 Ingo Weinzierl <ingo@intevation.de> |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3564 |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3565 ISSUE-56 |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3566 |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3567 * src/main/java/de/intevation/flys/client/shared/model/DefaultOutputMode.java, |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3568 src/main/java/de/intevation/flys/client/shared/model/OutputMode.java: |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3569 Added a further method that returns all available facets. |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3570 |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3571 * src/main/java/de/intevation/flys/client/client/ui/ExportPanel.java: New. |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3572 This panel is used to serve download links for each export mode / type |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3573 of a collection. |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3574 |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3575 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3576 Implements the CollectionChangeHandler interface now. If a Collection |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3577 changes, the available output modes are analyzed. If there are export |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3578 modes available, those modes are displayed in a so called 'ExportPanel'. |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3579 |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3580 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3581 Registered the ParameterList as CollectionChange handler. |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3582 |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3583 * src/main/webapp/FLYS.css: Added a stylesheet for the export panels |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3584 title. |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3585 |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3586 * src/main/webapp/images/save.gif: New. This image is displayed in the |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3587 export panel. |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3588 |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3589 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3590 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3591 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: New |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3592 i18n strings for the export panel. |
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
274
diff
changeset
|
3593 |
274
71a7533555d0
Added a service to export data from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
273
diff
changeset
|
3594 2011-05-11 Ingo Weinzierl <ingo@intevation.de> |
71a7533555d0
Added a service to export data from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
273
diff
changeset
|
3595 |
71a7533555d0
Added a service to export data from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
273
diff
changeset
|
3596 * src/main/java/de/intevation/flys/client/server/ExportServiceImpl.java: |
71a7533555d0
Added a service to export data from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
273
diff
changeset
|
3597 New. This service is a "proxy servlet" that enables the GUI to add |
71a7533555d0
Added a service to export data from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
273
diff
changeset
|
3598 download buttons for exporting the computed data of the artifact server. |
71a7533555d0
Added a service to export data from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
273
diff
changeset
|
3599 |
71a7533555d0
Added a service to export data from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
273
diff
changeset
|
3600 * src/main/java/de/intevation/flys/client/client/services/CSVExportService.java: |
71a7533555d0
Added a service to export data from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
273
diff
changeset
|
3601 Changed the URL part to query the CSV export ('export' -> 'csv'). |
71a7533555d0
Added a service to export data from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
273
diff
changeset
|
3602 |
71a7533555d0
Added a service to export data from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
273
diff
changeset
|
3603 * src/main/webapp/WEB-INF/web.xml: Registered the new ExportService. |
71a7533555d0
Added a service to export data from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
273
diff
changeset
|
3604 |
273
905daf30221a
ISSUE 34: Move every new project window 20 px down and right.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
272
diff
changeset
|
3605 2011-05-11 Raimund Renkert <rrenkert@intevation.de> |
905daf30221a
ISSUE 34: Move every new project window 20 px down and right.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
272
diff
changeset
|
3606 |
905daf30221a
ISSUE 34: Move every new project window 20 px down and right.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
272
diff
changeset
|
3607 ISSUE 34 |
905daf30221a
ISSUE 34: Move every new project window 20 px down and right.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
272
diff
changeset
|
3608 |
905daf30221a
ISSUE 34: Move every new project window 20 px down and right.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
272
diff
changeset
|
3609 * src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java: |
905daf30221a
ISSUE 34: Move every new project window 20 px down and right.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
272
diff
changeset
|
3610 Move every new project window 20 px multiplicated with the window count |
905daf30221a
ISSUE 34: Move every new project window 20 px down and right.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
272
diff
changeset
|
3611 down and right. |
905daf30221a
ISSUE 34: Move every new project window 20 px down and right.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
272
diff
changeset
|
3612 |
272
d3c053420c3b
ISSUE 44: Moved the location/range and WQ input tables to the helper panel and
Raimund Renkert <raimund.renkert@intevation.de>
parents:
271
diff
changeset
|
3613 2011-05-11 Raimund Renkert <rrenkert@intevation.de> |
d3c053420c3b
ISSUE 44: Moved the location/range and WQ input tables to the helper panel and
Raimund Renkert <raimund.renkert@intevation.de>
parents:
271
diff
changeset
|
3614 |
d3c053420c3b
ISSUE 44: Moved the location/range and WQ input tables to the helper panel and
Raimund Renkert <raimund.renkert@intevation.de>
parents:
271
diff
changeset
|
3615 ISSUE 44 |
d3c053420c3b
ISSUE 44: Moved the location/range and WQ input tables to the helper panel and
Raimund Renkert <raimund.renkert@intevation.de>
parents:
271
diff
changeset
|
3616 |
d3c053420c3b
ISSUE 44: Moved the location/range and WQ input tables to the helper panel and
Raimund Renkert <raimund.renkert@intevation.de>
parents:
271
diff
changeset
|
3617 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
d3c053420c3b
ISSUE 44: Moved the location/range and WQ input tables to the helper panel and
Raimund Renkert <raimund.renkert@intevation.de>
parents:
271
diff
changeset
|
3618 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java, |
d3c053420c3b
ISSUE 44: Moved the location/range and WQ input tables to the helper panel and
Raimund Renkert <raimund.renkert@intevation.de>
parents:
271
diff
changeset
|
3619 src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: |
d3c053420c3b
ISSUE 44: Moved the location/range and WQ input tables to the helper panel and
Raimund Renkert <raimund.renkert@intevation.de>
parents:
271
diff
changeset
|
3620 Moved the location/range and WQ input tables to the helper panel on the |
d3c053420c3b
ISSUE 44: Moved the location/range and WQ input tables to the helper panel and
Raimund Renkert <raimund.renkert@intevation.de>
parents:
271
diff
changeset
|
3621 right. The tables have a dynamic size now. |
d3c053420c3b
ISSUE 44: Moved the location/range and WQ input tables to the helper panel and
Raimund Renkert <raimund.renkert@intevation.de>
parents:
271
diff
changeset
|
3622 |
271
65735765643d
Set the computation result panel width and height to 100%.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
270
diff
changeset
|
3623 2011-05-11 Raimund Renkert <rrenkert@intevation.de> |
65735765643d
Set the computation result panel width and height to 100%.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
270
diff
changeset
|
3624 |
65735765643d
Set the computation result panel width and height to 100%.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
270
diff
changeset
|
3625 ISSUE 41 (part2) |
65735765643d
Set the computation result panel width and height to 100%.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
270
diff
changeset
|
3626 |
65735765643d
Set the computation result panel width and height to 100%.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
270
diff
changeset
|
3627 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
65735765643d
Set the computation result panel width and height to 100%.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
270
diff
changeset
|
3628 Set the computation result panel width and height to 100%. The panel |
65735765643d
Set the computation result panel width and height to 100%.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
270
diff
changeset
|
3629 resizes with its parent component now. |
65735765643d
Set the computation result panel width and height to 100%.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
270
diff
changeset
|
3630 |
270
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3631 2011-05-11 Ingo Weinzierl <ingo@intevation.de> |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3632 |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3633 * src/main/java/de/intevation/flys/client/shared/model/ExportMode.java: |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3634 New. A derived OutputMode that is used to mark an OutputMode as an |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3635 export. |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3636 |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3637 * src/main/java/de/intevation/flys/client/shared/model/OutputMode.java, |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3638 src/main/java/de/intevation/flys/client/shared/model/DefaultOutputMode.java: |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3639 Added methods to provide facets in output modes. |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3640 |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3641 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java: |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3642 Extract facets from DESCRIBE and distinguish between an ordinary |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3643 OutputMode or an ExportMode. |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3644 |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3645 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3646 Replaced the determination of an export mode for creating new |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3647 OutputTabs. Now, we just create new OutputTabs for OutputModes that are |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3648 no instance of ExportMode. Furthermore, the computation output panel |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3649 is now displayed if there is an output mode which: |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3650 - is an ExportMode |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3651 - has a facet which name is "csv" |
d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
269
diff
changeset
|
3652 |
269
eb3c16df59db
ISSUE-41 Moved the panel that shows the computation results right beside the parameterization - NOTE: issue is still open.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
268
diff
changeset
|
3653 2011-05-11 Ingo Weinzierl <ingo@intevation.de> |
eb3c16df59db
ISSUE-41 Moved the panel that shows the computation results right beside the parameterization - NOTE: issue is still open.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
268
diff
changeset
|
3654 |
eb3c16df59db
ISSUE-41 Moved the panel that shows the computation results right beside the parameterization - NOTE: issue is still open.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
268
diff
changeset
|
3655 ISSUE-41 (part1) |
eb3c16df59db
ISSUE-41 Moved the panel that shows the computation results right beside the parameterization - NOTE: issue is still open.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
268
diff
changeset
|
3656 |
eb3c16df59db
ISSUE-41 Moved the panel that shows the computation results right beside the parameterization - NOTE: issue is still open.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
268
diff
changeset
|
3657 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
eb3c16df59db
ISSUE-41 Moved the panel that shows the computation results right beside the parameterization - NOTE: issue is still open.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
268
diff
changeset
|
3658 Moved the computation result panel right beside the parameterization. |
eb3c16df59db
ISSUE-41 Moved the panel that shows the computation results right beside the parameterization - NOTE: issue is still open.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
268
diff
changeset
|
3659 |
eb3c16df59db
ISSUE-41 Moved the panel that shows the computation results right beside the parameterization - NOTE: issue is still open.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
268
diff
changeset
|
3660 TODO: This panel has now hard coded width/height. The result of this is, |
eb3c16df59db
ISSUE-41 Moved the panel that shows the computation results right beside the parameterization - NOTE: issue is still open.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
268
diff
changeset
|
3661 that it does not change its size when the parent component is resized. |
eb3c16df59db
ISSUE-41 Moved the panel that shows the computation results right beside the parameterization - NOTE: issue is still open.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
268
diff
changeset
|
3662 So, the width and height should be set to 100%. |
eb3c16df59db
ISSUE-41 Moved the panel that shows the computation results right beside the parameterization - NOTE: issue is still open.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
268
diff
changeset
|
3663 |
eb3c16df59db
ISSUE-41 Moved the panel that shows the computation results right beside the parameterization - NOTE: issue is still open.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
268
diff
changeset
|
3664 2011-05-11 Ingo Weinzierl <ingo@intevation.de> |
268
eb3f9b6496a5
ISSUE-57 Replaced wrong i18n function call.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
267
diff
changeset
|
3665 |
eb3f9b6496a5
ISSUE-57 Replaced wrong i18n function call.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
267
diff
changeset
|
3666 ISSUE-57 |
eb3f9b6496a5
ISSUE-57 Replaced wrong i18n function call.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
267
diff
changeset
|
3667 |
eb3f9b6496a5
ISSUE-57 Replaced wrong i18n function call.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
267
diff
changeset
|
3668 * src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: |
eb3f9b6496a5
ISSUE-57 Replaced wrong i18n function call.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
267
diff
changeset
|
3669 Replaced wrong i18n function name. |
eb3f9b6496a5
ISSUE-57 Replaced wrong i18n function call.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
267
diff
changeset
|
3670 |
267
7e484390d191
ISSUE-48 Added placeholder for the toolbar and the theme control in the chart output tab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
266
diff
changeset
|
3671 2011-05-10 Ingo Weinzierl <ingo@intevation.de> |
7e484390d191
ISSUE-48 Added placeholder for the toolbar and the theme control in the chart output tab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
266
diff
changeset
|
3672 |
7e484390d191
ISSUE-48 Added placeholder for the toolbar and the theme control in the chart output tab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
266
diff
changeset
|
3673 ISSUE-48 |
7e484390d191
ISSUE-48 Added placeholder for the toolbar and the theme control in the chart output tab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
266
diff
changeset
|
3674 |
7e484390d191
ISSUE-48 Added placeholder for the toolbar and the theme control in the chart output tab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
266
diff
changeset
|
3675 * src/main/java/de/intevation/flys/client/client/ui/ChartOutputTab.java: |
7e484390d191
ISSUE-48 Added placeholder for the toolbar and the theme control in the chart output tab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
266
diff
changeset
|
3676 Added labels placeholder for the theme control panel and the toolbar. |
7e484390d191
ISSUE-48 Added placeholder for the toolbar and the theme control in the chart output tab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
266
diff
changeset
|
3677 Both panels now have a black border. |
7e484390d191
ISSUE-48 Added placeholder for the toolbar and the theme control in the chart output tab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
266
diff
changeset
|
3678 |
266
e3565f58b0ae
ISSUE-38 Set the first value of a select box as default value.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
265
diff
changeset
|
3679 2011-05-10 Ingo Weinzierl <ingo@intevation.de> |
e3565f58b0ae
ISSUE-38 Set the first value of a select box as default value.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
265
diff
changeset
|
3680 |
e3565f58b0ae
ISSUE-38 Set the first value of a select box as default value.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
265
diff
changeset
|
3681 ISSUE-38 |
e3565f58b0ae
ISSUE-38 Set the first value of a select box as default value.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
265
diff
changeset
|
3682 |
e3565f58b0ae
ISSUE-38 Set the first value of a select box as default value.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
265
diff
changeset
|
3683 * src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java: |
e3565f58b0ae
ISSUE-38 Set the first value of a select box as default value.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
265
diff
changeset
|
3684 Set the first value of a select box as default value. |
e3565f58b0ae
ISSUE-38 Set the first value of a select box as default value.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
265
diff
changeset
|
3685 |
265
51f1c7420115
Added i18n error messages used in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
264
diff
changeset
|
3686 2011-05-10 Ingo Weinzierl <ingo@intevation.de> |
51f1c7420115
Added i18n error messages used in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
264
diff
changeset
|
3687 |
51f1c7420115
Added i18n error messages used in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
264
diff
changeset
|
3688 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
51f1c7420115
Added i18n error messages used in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
264
diff
changeset
|
3689 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
51f1c7420115
Added i18n error messages used in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
264
diff
changeset
|
3690 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added |
51f1c7420115
Added i18n error messages used in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
264
diff
changeset
|
3691 i18n error messages required if the data input failed in the adapted WQ |
51f1c7420115
Added i18n error messages used in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
264
diff
changeset
|
3692 panel. |
51f1c7420115
Added i18n error messages used in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
264
diff
changeset
|
3693 |
264
337f5a7c7160
Changed the empty table message for the WQ input table.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
263
diff
changeset
|
3694 2011-05-10 Raimund Renkert <rrenkert@intevation.de> |
337f5a7c7160
Changed the empty table message for the WQ input table.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
263
diff
changeset
|
3695 |
337f5a7c7160
Changed the empty table message for the WQ input table.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
263
diff
changeset
|
3696 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
337f5a7c7160
Changed the empty table message for the WQ input table.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
263
diff
changeset
|
3697 Changed the empty table message for the WQ input table. |
337f5a7c7160
Changed the empty table message for the WQ input table.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
263
diff
changeset
|
3698 |
263
f56523bf4c55
Changed the empty table message for helper and data tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
262
diff
changeset
|
3699 2011-05-10 Raimund Renkert <rrenkert@intevation.de> |
f56523bf4c55
Changed the empty table message for helper and data tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
262
diff
changeset
|
3700 |
f56523bf4c55
Changed the empty table message for helper and data tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
262
diff
changeset
|
3701 * src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java, |
f56523bf4c55
Changed the empty table message for helper and data tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
262
diff
changeset
|
3702 src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
f56523bf4c55
Changed the empty table message for helper and data tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
262
diff
changeset
|
3703 src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: |
f56523bf4c55
Changed the empty table message for helper and data tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
262
diff
changeset
|
3704 Changed the empty table text from default to "Loading data". |
f56523bf4c55
Changed the empty table message for helper and data tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
262
diff
changeset
|
3705 |
f56523bf4c55
Changed the empty table message for helper and data tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
262
diff
changeset
|
3706 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
f56523bf4c55
Changed the empty table message for helper and data tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
262
diff
changeset
|
3707 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
f56523bf4c55
Changed the empty table message for helper and data tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
262
diff
changeset
|
3708 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
f56523bf4c55
Changed the empty table message for helper and data tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
262
diff
changeset
|
3709 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
f56523bf4c55
Changed the empty table message for helper and data tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
262
diff
changeset
|
3710 Added i18n strings for empty table text. |
f56523bf4c55
Changed the empty table message for helper and data tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
262
diff
changeset
|
3711 |
f56523bf4c55
Changed the empty table message for helper and data tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
262
diff
changeset
|
3712 * src/main/java/de/intevation/flys/client/server/CSVExportServiceImpl.java: |
f56523bf4c55
Changed the empty table message for helper and data tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
262
diff
changeset
|
3713 Changed author. |
f56523bf4c55
Changed the empty table message for helper and data tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
262
diff
changeset
|
3714 |
262
44a340c9becc
Added stub for meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
261
diff
changeset
|
3715 2011-05-10 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
44a340c9becc
Added stub for meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
261
diff
changeset
|
3716 |
44a340c9becc
Added stub for meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
261
diff
changeset
|
3717 * src/main/java/de/intevation/flys/client/server/MetaDataServiceImpl.java, |
44a340c9becc
Added stub for meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
261
diff
changeset
|
3718 src/main/java/de/intevation/flys/client/client/services/MetaDataServiceAsync.java, |
44a340c9becc
Added stub for meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
261
diff
changeset
|
3719 src/main/java/de/intevation/flys/client/client/services/MetaDataService.java: |
44a340c9becc
Added stub for meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
261
diff
changeset
|
3720 New. Stub for new meta data service. |
44a340c9becc
Added stub for meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
261
diff
changeset
|
3721 |
44a340c9becc
Added stub for meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
261
diff
changeset
|
3722 * src/main/webapp/WEB-INF/web.xml: Registered meta data service. |
44a340c9becc
Added stub for meta data service.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
261
diff
changeset
|
3723 |
261
f3ea644800c4
Fixed the location input. A range selection sets the correct location values
Raimund Renkert <raimund.renkert@intevation.de>
parents:
260
diff
changeset
|
3724 2011-05-10 Raimund Renkert <rrenkert@intevation.de> |
f3ea644800c4
Fixed the location input. A range selection sets the correct location values
Raimund Renkert <raimund.renkert@intevation.de>
parents:
260
diff
changeset
|
3725 |
f3ea644800c4
Fixed the location input. A range selection sets the correct location values
Raimund Renkert <raimund.renkert@intevation.de>
parents:
260
diff
changeset
|
3726 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: |
f3ea644800c4
Fixed the location input. A range selection sets the correct location values
Raimund Renkert <raimund.renkert@intevation.de>
parents:
260
diff
changeset
|
3727 Fixed the location input. A range selection sets the correct location values |
f3ea644800c4
Fixed the location input. A range selection sets the correct location values
Raimund Renkert <raimund.renkert@intevation.de>
parents:
260
diff
changeset
|
3728 now. |
f3ea644800c4
Fixed the location input. A range selection sets the correct location values
Raimund Renkert <raimund.renkert@intevation.de>
parents:
260
diff
changeset
|
3729 |
260
dd1dad2ff94e
Remove the data table on step back.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
259
diff
changeset
|
3730 2011-05-10 Raimund Renkert <rrenkert@intevation.de> |
dd1dad2ff94e
Remove the data table on step back.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
259
diff
changeset
|
3731 |
dd1dad2ff94e
Remove the data table on step back.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
259
diff
changeset
|
3732 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java, |
dd1dad2ff94e
Remove the data table on step back.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
259
diff
changeset
|
3733 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
dd1dad2ff94e
Remove the data table on step back.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
259
diff
changeset
|
3734 Remove the data table on step back. |
dd1dad2ff94e
Remove the data table on step back.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
259
diff
changeset
|
3735 |
259
50a95db68e66
Build a dynamic table for the CSV data.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
258
diff
changeset
|
3736 2011-05-10 Raimund Renkert <rrenkert@intevation.de> |
50a95db68e66
Build a dynamic table for the CSV data.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
258
diff
changeset
|
3737 |
50a95db68e66
Build a dynamic table for the CSV data.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
258
diff
changeset
|
3738 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
50a95db68e66
Build a dynamic table for the CSV data.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
258
diff
changeset
|
3739 Use the name instead of the description to determine the output mode. |
50a95db68e66
Build a dynamic table for the CSV data.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
258
diff
changeset
|
3740 |
50a95db68e66
Build a dynamic table for the CSV data.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
258
diff
changeset
|
3741 * src/main/java/de/intevation/flys/client/server/CSVExportServiceImpl.java: |
50a95db68e66
Build a dynamic table for the CSV data.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
258
diff
changeset
|
3742 Removed obsolete code. |
50a95db68e66
Build a dynamic table for the CSV data.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
258
diff
changeset
|
3743 |
50a95db68e66
Build a dynamic table for the CSV data.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
258
diff
changeset
|
3744 * src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java: |
50a95db68e66
Build a dynamic table for the CSV data.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
258
diff
changeset
|
3745 Build up a dynamic table for different header count. The first line of CSV |
50a95db68e66
Build a dynamic table for the CSV data.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
258
diff
changeset
|
3746 data is used to set the header title. |
50a95db68e66
Build a dynamic table for the CSV data.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
258
diff
changeset
|
3747 |
258
5091675676d6
Fixed attributes/namespaces in the XML document that is used to fetch the CSV export of WINFO computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
257
diff
changeset
|
3748 2011-05-10 Ingo Weinzierl <ingo@intevation.de> |
5091675676d6
Fixed attributes/namespaces in the XML document that is used to fetch the CSV export of WINFO computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
257
diff
changeset
|
3749 |
5091675676d6
Fixed attributes/namespaces in the XML document that is used to fetch the CSV export of WINFO computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
257
diff
changeset
|
3750 * src/main/java/de/intevation/flys/client/server/CSVExportServiceImpl.java: |
5091675676d6
Fixed attributes/namespaces in the XML document that is used to fetch the CSV export of WINFO computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
257
diff
changeset
|
3751 Bugfix: Use the ElementCreator from XMLUtils to add attribute to nodes |
5091675676d6
Fixed attributes/namespaces in the XML document that is used to fetch the CSV export of WINFO computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
257
diff
changeset
|
3752 in the xml document. Then, those nodes will have the ArtifactNamespace |
5091675676d6
Fixed attributes/namespaces in the XML document that is used to fetch the CSV export of WINFO computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
257
diff
changeset
|
3753 automatically. If we do something like |
5091675676d6
Fixed attributes/namespaces in the XML document that is used to fetch the CSV export of WINFO computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
257
diff
changeset
|
3754 node.setAttribute("art:attr", "value") |
5091675676d6
Fixed attributes/namespaces in the XML document that is used to fetch the CSV export of WINFO computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
257
diff
changeset
|
3755 Restlet will throw an exception, because it does not know the "art:" |
5091675676d6
Fixed attributes/namespaces in the XML document that is used to fetch the CSV export of WINFO computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
257
diff
changeset
|
3756 namespace. |
5091675676d6
Fixed attributes/namespaces in the XML document that is used to fetch the CSV export of WINFO computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
257
diff
changeset
|
3757 |
257
7017ed659ee6
Fixed a broken dependency in the maven pom file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
256
diff
changeset
|
3758 2011-05-09 Ingo Weinzierl <ingo@intevation.de> |
7017ed659ee6
Fixed a broken dependency in the maven pom file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
256
diff
changeset
|
3759 |
7017ed659ee6
Fixed a broken dependency in the maven pom file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
256
diff
changeset
|
3760 * pom.xml: Bugfix: replaced the goupId of the OpenCSV dependency with the |
7017ed659ee6
Fixed a broken dependency in the maven pom file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
256
diff
changeset
|
3761 correct id. |
7017ed659ee6
Fixed a broken dependency in the maven pom file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
256
diff
changeset
|
3762 |
256
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3763 2011-05-09 Raimund Renkert <rrenkert@intevation.de> |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3764 |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3765 * src/main/java/de/intevation/flys/client/server/CSVExportServiceImpl.java, |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3766 src/main/java/de/intevation/flys/client/client/services/CSVExportServiceAsync.java, |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3767 src/main/java/de/intevation/flys/client/client/services/CSVExportService.java: |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3768 New service. Requests CSV data and returns a list of lines in a string |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3769 array. |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3770 |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3771 * src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java: |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3772 New. Displays the data requested by the new service. |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3773 |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3774 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java, |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3775 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3776 Added the table to UI. |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3777 |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3778 * src/main/webapp/WEB-INF/web.xml: Registered new service. |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3779 |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3780 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3781 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3782 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3783 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3784 Added strings for the new table. |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3785 |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3786 * pom.xml: Added dependency: au.com.bytecode.opencsv, version 2.0; |
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
255
diff
changeset
|
3787 |
255
e4f0bef52689
Added radio buttons to choose between W/Q modes in the adapted WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
254
diff
changeset
|
3788 2011-05-09 Ingo Weinzierl <ingo@intevation.de> |
e4f0bef52689
Added radio buttons to choose between W/Q modes in the adapted WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
254
diff
changeset
|
3789 |
e4f0bef52689
Added radio buttons to choose between W/Q modes in the adapted WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
254
diff
changeset
|
3790 * src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java: |
e4f0bef52689
Added radio buttons to choose between W/Q modes in the adapted WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
254
diff
changeset
|
3791 Added radio buttons to choose between W/Q mode. |
e4f0bef52689
Added radio buttons to choose between W/Q modes in the adapted WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
254
diff
changeset
|
3792 |
254
6838e4112eeb
Bugfix: the current locale string is used to fetch chart images now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
253
diff
changeset
|
3793 2011-05-09 Ingo Weinzierl <ingo@intevation.de> |
6838e4112eeb
Bugfix: the current locale string is used to fetch chart images now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
253
diff
changeset
|
3794 |
6838e4112eeb
Bugfix: the current locale string is used to fetch chart images now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
253
diff
changeset
|
3795 * src/main/java/de/intevation/flys/client/server/ChartOutputServiceImpl.java, |
6838e4112eeb
Bugfix: the current locale string is used to fetch chart images now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
253
diff
changeset
|
3796 src/main/java/de/intevation/flys/client/client/ui/ChartOutputTab.java: |
6838e4112eeb
Bugfix: the current locale string is used to fetch chart images now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
253
diff
changeset
|
3797 Bugfix: the current locale string is used to fetch the chart image now |
6838e4112eeb
Bugfix: the current locale string is used to fetch chart images now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
253
diff
changeset
|
3798 which enables the client to present localized charts. |
6838e4112eeb
Bugfix: the current locale string is used to fetch chart images now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
253
diff
changeset
|
3799 |
253
aea3ab5997b2
Added a doubleclick listener to the project list to open a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
252
diff
changeset
|
3800 2011-05-09 Ingo Weinzierl <ingo@intevation.de> |
aea3ab5997b2
Added a doubleclick listener to the project list to open a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
252
diff
changeset
|
3801 |
aea3ab5997b2
Added a doubleclick listener to the project list to open a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
252
diff
changeset
|
3802 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
aea3ab5997b2
Added a doubleclick listener to the project list to open a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
252
diff
changeset
|
3803 Added a doubleclick listener to the rows of this list. A doubleclick |
aea3ab5997b2
Added a doubleclick listener to the project list to open a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
252
diff
changeset
|
3804 will now open the selected project. |
aea3ab5997b2
Added a doubleclick listener to the project list to open a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
252
diff
changeset
|
3805 |
252
385e9368ffcd
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
251
diff
changeset
|
3806 2011-05-09 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
385e9368ffcd
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
251
diff
changeset
|
3807 |
385e9368ffcd
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
251
diff
changeset
|
3808 * src/main/java/de/intevation/flys/client/shared/model/DistanceInfoRecord.java, |
385e9368ffcd
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
251
diff
changeset
|
3809 src/main/java/de/intevation/flys/client/client/Config.java, |
385e9368ffcd
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
251
diff
changeset
|
3810 src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: |
385e9368ffcd
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
251
diff
changeset
|
3811 Removed superfluous imports. |
385e9368ffcd
Removed superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
251
diff
changeset
|
3812 |
251
f22f457d4e9a
Changed the wording when speaking about kilometer ranges.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
250
diff
changeset
|
3813 2011-05-09 Ingo Weinzierl <ingo@intevation.de> |
f22f457d4e9a
Changed the wording when speaking about kilometer ranges.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
250
diff
changeset
|
3814 |
f22f457d4e9a
Changed the wording when speaking about kilometer ranges.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
250
diff
changeset
|
3815 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
f22f457d4e9a
Changed the wording when speaking about kilometer ranges.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
250
diff
changeset
|
3816 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties: |
f22f457d4e9a
Changed the wording when speaking about kilometer ranges.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
250
diff
changeset
|
3817 Changed wording: 'distance' -> 'range'. |
f22f457d4e9a
Changed the wording when speaking about kilometer ranges.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
250
diff
changeset
|
3818 |
250
27f12703937e
Enable or disable table rows depending on the WQ selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
249
diff
changeset
|
3819 2011-05-05 Raimund Renkert <rrenkert@intevation.de> |
27f12703937e
Enable or disable table rows depending on the WQ selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
249
diff
changeset
|
3820 |
27f12703937e
Enable or disable table rows depending on the WQ selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
249
diff
changeset
|
3821 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
27f12703937e
Enable or disable table rows depending on the WQ selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
249
diff
changeset
|
3822 Enable or disable table rows depending on the WQ selection. |
27f12703937e
Enable or disable table rows depending on the WQ selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
249
diff
changeset
|
3823 |
249
6c7133eb8c4c
Implemented handler for WQ value selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
248
diff
changeset
|
3824 2011-05-05 Raimund Renkert <rrenkert@intevation.de> |
6c7133eb8c4c
Implemented handler for WQ value selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
248
diff
changeset
|
3825 |
6c7133eb8c4c
Implemented handler for WQ value selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
248
diff
changeset
|
3826 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
6c7133eb8c4c
Implemented handler for WQ value selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
248
diff
changeset
|
3827 Implemented handler for the value selection. |
6c7133eb8c4c
Implemented handler for WQ value selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
248
diff
changeset
|
3828 |
248
ed90309ec608
Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
247
diff
changeset
|
3829 2011-05-05 Raimund Renkert <rrenkert@intevation.de> |
ed90309ec608
Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
247
diff
changeset
|
3830 |
ed90309ec608
Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
247
diff
changeset
|
3831 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
ed90309ec608
Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
247
diff
changeset
|
3832 Added table for WQ inputs. TODO: Implement the selection and set the |
ed90309ec608
Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
247
diff
changeset
|
3833 values. |
ed90309ec608
Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
247
diff
changeset
|
3834 |
ed90309ec608
Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
247
diff
changeset
|
3835 * src/main/java/de/intevation/flys/client/client/FLYSConstants.java, |
ed90309ec608
Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
247
diff
changeset
|
3836 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
ed90309ec608
Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
247
diff
changeset
|
3837 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
ed90309ec608
Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
247
diff
changeset
|
3838 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
ed90309ec608
Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
247
diff
changeset
|
3839 New i18n strings for the WQ input table. |
ed90309ec608
Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
247
diff
changeset
|
3840 |
247
4a684d29404f
Implemented the createOld() of WQAdaptedInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
246
diff
changeset
|
3841 2011-05-05 Ingo Weinzierl <ingo@intevation.de> |
4a684d29404f
Implemented the createOld() of WQAdaptedInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
246
diff
changeset
|
3842 |
4a684d29404f
Implemented the createOld() of WQAdaptedInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
246
diff
changeset
|
3843 * src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java, |
4a684d29404f
Implemented the createOld() of WQAdaptedInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
246
diff
changeset
|
3844 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
4a684d29404f
Implemented the createOld() of WQAdaptedInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
246
diff
changeset
|
3845 Moved functions getData() and getDataItem() from WQInputPanel to |
4a684d29404f
Implemented the createOld() of WQAdaptedInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
246
diff
changeset
|
3846 AbstractUIProvider to make it accessible in all UIProvider that inherit |
4a684d29404f
Implemented the createOld() of WQAdaptedInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
246
diff
changeset
|
3847 from AbstractUIProvider. |
4a684d29404f
Implemented the createOld() of WQAdaptedInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
246
diff
changeset
|
3848 |
4a684d29404f
Implemented the createOld() of WQAdaptedInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
246
diff
changeset
|
3849 * src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java: |
4a684d29404f
Implemented the createOld() of WQAdaptedInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
246
diff
changeset
|
3850 Implemented the methods to create the old widget of thi panel. |
4a684d29404f
Implemented the createOld() of WQAdaptedInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
246
diff
changeset
|
3851 |
246
ccba1a0b743e
The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
245
diff
changeset
|
3852 2011-05-05 Ingo Weinzierl <ingo@intevation.de> |
ccba1a0b743e
The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
245
diff
changeset
|
3853 |
ccba1a0b743e
The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
245
diff
changeset
|
3854 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
ccba1a0b743e
The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
245
diff
changeset
|
3855 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
ccba1a0b743e
The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
245
diff
changeset
|
3856 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
ccba1a0b743e
The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
245
diff
changeset
|
3857 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added |
ccba1a0b743e
The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
245
diff
changeset
|
3858 new i18n displayed in the WQAdaptedInputPanel. |
ccba1a0b743e
The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
245
diff
changeset
|
3859 |
ccba1a0b743e
The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
245
diff
changeset
|
3860 * src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java: |
ccba1a0b743e
The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
245
diff
changeset
|
3861 The list of input fields for each intersected gauge is created now. The |
ccba1a0b743e
The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
245
diff
changeset
|
3862 correct w/q values will be returned after the submit button has been |
ccba1a0b743e
The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
245
diff
changeset
|
3863 clicked. |
ccba1a0b743e
The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
245
diff
changeset
|
3864 |
ccba1a0b743e
The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
245
diff
changeset
|
3865 * src/main/java/de/intevation/flys/client/client/ui/DoubleArrayPanel.java: |
ccba1a0b743e
The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
245
diff
changeset
|
3866 The orientation of the field label might be adjusted using a new |
ccba1a0b743e
The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
245
diff
changeset
|
3867 constructor parameter. Furthermore, there is a new method (which has no |
ccba1a0b743e
The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
245
diff
changeset
|
3868 parameters) that returns the double values inserted in this panel. |
ccba1a0b743e
The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
245
diff
changeset
|
3869 |
245
1e73d5a4859c
Added new WQ info service and data structures.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
244
diff
changeset
|
3870 2011-05-04 Raimund Renkert <rrenkert@intevation.de> |
1e73d5a4859c
Added new WQ info service and data structures.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
244
diff
changeset
|
3871 |
1e73d5a4859c
Added new WQ info service and data structures.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
244
diff
changeset
|
3872 * src/main/java/de/intevation/flys/client/server/WQInfoServiceImpl.java, |
1e73d5a4859c
Added new WQ info service and data structures.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
244
diff
changeset
|
3873 src/main/java/de/intevation/flys/client/client/services/WQInfoServiceAsync.java, |
1e73d5a4859c
Added new WQ info service and data structures.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
244
diff
changeset
|
3874 src/main/java/de/intevation/flys/client/client/services/WQInfoService.java: |
1e73d5a4859c
Added new WQ info service and data structures.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
244
diff
changeset
|
3875 New. This service fetches WQ information from the server. |
1e73d5a4859c
Added new WQ info service and data structures.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
244
diff
changeset
|
3876 |
1e73d5a4859c
Added new WQ info service and data structures.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
244
diff
changeset
|
3877 * src/main/java/de/intevation/flys/client/shared/model/WQInfoRecord.java, |
1e73d5a4859c
Added new WQ info service and data structures.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
244
diff
changeset
|
3878 src/main/java/de/intevation/flys/client/shared/model/WQInfoObjectImpl.java, |
1e73d5a4859c
Added new WQ info service and data structures.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
244
diff
changeset
|
3879 src/main/java/de/intevation/flys/client/shared/model/WQInfoObject.java: |
1e73d5a4859c
Added new WQ info service and data structures.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
244
diff
changeset
|
3880 New. Data structures for the WQ information. |
1e73d5a4859c
Added new WQ info service and data structures.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
244
diff
changeset
|
3881 |
1e73d5a4859c
Added new WQ info service and data structures.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
244
diff
changeset
|
3882 * src/main/webapp/WEB-INF/web.xml: Added new service. |
1e73d5a4859c
Added new WQ info service and data structures.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
244
diff
changeset
|
3883 |
244
1bc787eeb556
Do not update the locations table if no data is cached.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
243
diff
changeset
|
3884 2011-05-04 Raimund Renkert <rrenkert@intevation.de> |
1bc787eeb556
Do not update the locations table if no data is cached.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
243
diff
changeset
|
3885 |
1bc787eeb556
Do not update the locations table if no data is cached.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
243
diff
changeset
|
3886 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: |
1bc787eeb556
Do not update the locations table if no data is cached.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
243
diff
changeset
|
3887 Do not update the locations table if no data is cached. |
1bc787eeb556
Do not update the locations table if no data is cached.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
243
diff
changeset
|
3888 |
243
11c5bcd349b1
Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
242
diff
changeset
|
3889 2011-05-04 Ingo Weinzierl <ingo@intevation.de> |
11c5bcd349b1
Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
242
diff
changeset
|
3890 |
11c5bcd349b1
Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
242
diff
changeset
|
3891 * src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java: |
11c5bcd349b1
Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
242
diff
changeset
|
3892 New. This UIProvider is used to enter W/Q values associated with a set |
11c5bcd349b1
Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
242
diff
changeset
|
3893 of gauges. |
11c5bcd349b1
Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
242
diff
changeset
|
3894 |
11c5bcd349b1
Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
242
diff
changeset
|
3895 NOTE: This is currently just a stub implementation used for further |
11c5bcd349b1
Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
242
diff
changeset
|
3896 development. |
11c5bcd349b1
Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
242
diff
changeset
|
3897 |
11c5bcd349b1
Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
242
diff
changeset
|
3898 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: |
11c5bcd349b1
Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
242
diff
changeset
|
3899 Initialize the WQAdaptedInputPanel if the uiprovider flag is set to |
11c5bcd349b1
Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
242
diff
changeset
|
3900 "wq_panel_adapted". |
11c5bcd349b1
Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
242
diff
changeset
|
3901 |
11c5bcd349b1
Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
242
diff
changeset
|
3902 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
11c5bcd349b1
Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
242
diff
changeset
|
3903 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
11c5bcd349b1
Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
242
diff
changeset
|
3904 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
11c5bcd349b1
Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
242
diff
changeset
|
3905 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: New |
11c5bcd349b1
Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
242
diff
changeset
|
3906 i18n strings for the "discharge longitudinal section. |
11c5bcd349b1
Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
242
diff
changeset
|
3907 |
242
f9ca49e59fb6
Fixed the single location input panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
241
diff
changeset
|
3908 2011-05-04 Raimund Renkert <rrenkert@intevation.de> |
f9ca49e59fb6
Fixed the single location input panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
241
diff
changeset
|
3909 |
f9ca49e59fb6
Fixed the single location input panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
241
diff
changeset
|
3910 * src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: |
f9ca49e59fb6
Fixed the single location input panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
241
diff
changeset
|
3911 Fixed the input panel. It takes manual input now and the table data is |
f9ca49e59fb6
Fixed the single location input panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
241
diff
changeset
|
3912 filtered correctly. |
f9ca49e59fb6
Fixed the single location input panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
241
diff
changeset
|
3913 |
241
764488577cc8
Renamed non-computed discharge curve outputs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
240
diff
changeset
|
3914 2011-05-04 Ingo Weinzierl <ingo@intevation.de> |
764488577cc8
Renamed non-computed discharge curve outputs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
240
diff
changeset
|
3915 |
764488577cc8
Renamed non-computed discharge curve outputs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
240
diff
changeset
|
3916 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
764488577cc8
Renamed non-computed discharge curve outputs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
240
diff
changeset
|
3917 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
764488577cc8
Renamed non-computed discharge curve outputs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
240
diff
changeset
|
3918 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
764488577cc8
Renamed non-computed discharge curve outputs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
240
diff
changeset
|
3919 Renamed the non-computed discharge curves into 'Discharge Curves at |
764488577cc8
Renamed non-computed discharge curve outputs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
240
diff
changeset
|
3920 Gauges' (german 'Abflusskurven an Pegeln') to distinuish the two output |
764488577cc8
Renamed non-computed discharge curve outputs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
240
diff
changeset
|
3921 types for discharge curves. |
764488577cc8
Renamed non-computed discharge curve outputs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
240
diff
changeset
|
3922 |
240
4cdf9030854f
Added i18n strings for the computed discharge curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
239
diff
changeset
|
3923 2011-05-04 Ingo Weinzierl <ingo@intevation.de> |
4cdf9030854f
Added i18n strings for the computed discharge curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
239
diff
changeset
|
3924 |
4cdf9030854f
Added i18n strings for the computed discharge curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
239
diff
changeset
|
3925 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
4cdf9030854f
Added i18n strings for the computed discharge curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
239
diff
changeset
|
3926 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
4cdf9030854f
Added i18n strings for the computed discharge curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
239
diff
changeset
|
3927 src/main/java/de/intevation/flys/client/client/FLYSConstants.java, |
4cdf9030854f
Added i18n strings for the computed discharge curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
239
diff
changeset
|
3928 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
4cdf9030854f
Added i18n strings for the computed discharge curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
239
diff
changeset
|
3929 New i18n strings for the computed discharge curve. |
4cdf9030854f
Added i18n strings for the computed discharge curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
239
diff
changeset
|
3930 |
239
47fe77a1bac7
Added new i18n strings for new output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
238
diff
changeset
|
3931 2011-05-03 Ingo Weinzierl <ingo@intevation.de> |
47fe77a1bac7
Added new i18n strings for new output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
238
diff
changeset
|
3932 |
47fe77a1bac7
Added new i18n strings for new output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
238
diff
changeset
|
3933 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
47fe77a1bac7
Added new i18n strings for new output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
238
diff
changeset
|
3934 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
47fe77a1bac7
Added new i18n strings for new output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
238
diff
changeset
|
3935 src/main/java/de/intevation/flys/client/client/FLYSConstants.java, |
47fe77a1bac7
Added new i18n strings for new output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
238
diff
changeset
|
3936 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
47fe77a1bac7
Added new i18n strings for new output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
238
diff
changeset
|
3937 New i18n strings for new output modes. |
47fe77a1bac7
Added new i18n strings for new output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
238
diff
changeset
|
3938 |
238
234c78a91c15
Added new UI provider for single location selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
237
diff
changeset
|
3939 2011-05-03 Raimund Renkert <rrenkert@intevation.de> |
234c78a91c15
Added new UI provider for single location selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
237
diff
changeset
|
3940 |
234c78a91c15
Added new UI provider for single location selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
237
diff
changeset
|
3941 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: |
234c78a91c15
Added new UI provider for single location selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
237
diff
changeset
|
3942 Added new UI provider for single location selection. |
234c78a91c15
Added new UI provider for single location selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
237
diff
changeset
|
3943 |
234c78a91c15
Added new UI provider for single location selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
237
diff
changeset
|
3944 * src/main/java/de/intevation/flys/client/client/ui/DoubleArrayPanel.java: |
234c78a91c15
Added new UI provider for single location selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
237
diff
changeset
|
3945 Check if the values are not null. |
234c78a91c15
Added new UI provider for single location selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
237
diff
changeset
|
3946 |
234c78a91c15
Added new UI provider for single location selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
237
diff
changeset
|
3947 * src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: |
234c78a91c15
Added new UI provider for single location selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
237
diff
changeset
|
3948 New. Takes a single location from the location input table. |
234c78a91c15
Added new UI provider for single location selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
237
diff
changeset
|
3949 |
237
cf25f235b7b6
Cash the table data and rebuild the location table on distance selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
236
diff
changeset
|
3950 2011-05-02 Raimund Renkert <rrenkert@intevation.de> |
cf25f235b7b6
Cash the table data and rebuild the location table on distance selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
236
diff
changeset
|
3951 |
cf25f235b7b6
Cash the table data and rebuild the location table on distance selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
236
diff
changeset
|
3952 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: |
cf25f235b7b6
Cash the table data and rebuild the location table on distance selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
236
diff
changeset
|
3953 The table data is cached in a new variable. The location table for |
cf25f235b7b6
Cash the table data and rebuild the location table on distance selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
236
diff
changeset
|
3954 distance input is rebuild on distance selection. |
cf25f235b7b6
Cash the table data and rebuild the location table on distance selection.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
236
diff
changeset
|
3955 |
236
d12078053b59
Introduced two further parameters in the WQ panel to determine the selection mode (range/single, w/q).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
235
diff
changeset
|
3956 2011-05-02 Ingo Weinzierl <ingo@intevation.de> |
d12078053b59
Introduced two further parameters in the WQ panel to determine the selection mode (range/single, w/q).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
235
diff
changeset
|
3957 |
d12078053b59
Introduced two further parameters in the WQ panel to determine the selection mode (range/single, w/q).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
235
diff
changeset
|
3958 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
d12078053b59
Introduced two further parameters in the WQ panel to determine the selection mode (range/single, w/q).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
235
diff
changeset
|
3959 Introduced two further parameters to determine the selection mode of |
d12078053b59
Introduced two further parameters in the WQ panel to determine the selection mode (range/single, w/q).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
235
diff
changeset
|
3960 this panel. |
d12078053b59
Introduced two further parameters in the WQ panel to determine the selection mode (range/single, w/q).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
235
diff
changeset
|
3961 |
235
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3962 2011-05-02 Raimund Renkert <rrenkert@intevation.de> |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3963 |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3964 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3965 Added location and distance tables. A selection fills the textfield with |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3966 the selected values. |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3967 |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3968 * src/main/java/de/intevation/flys/client/shared/model/DistanceInfoRecord.java: |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3969 New. |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3970 |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3971 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3972 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3973 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3974 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3975 Added i18n strings for the new tables. |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3976 |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3977 * src/main/java/de/intevation/flys/client/client/FLYSImages.java: Added new |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3978 images. |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3979 |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3980 * src/main/java/de/intevation/flys/client/client/images/marker_green.png, |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3981 src/main/java/de/intevation/flys/client/client/images/marker_red.png: New. |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
234
diff
changeset
|
3982 |
234
27f5afc4dbde
Bugfix: the WQ panel now returns the correct step width value if the range mode is selected.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
233
diff
changeset
|
3983 2011-05-02 Ingo Weinzierl <ingo@intevation.de> |
27f5afc4dbde
Bugfix: the WQ panel now returns the correct step width value if the range mode is selected.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
233
diff
changeset
|
3984 |
27f5afc4dbde
Bugfix: the WQ panel now returns the correct step width value if the range mode is selected.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
233
diff
changeset
|
3985 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
27f5afc4dbde
Bugfix: the WQ panel now returns the correct step width value if the range mode is selected.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
233
diff
changeset
|
3986 Bugfix: The WQ panel now returns the correct step width value if the |
27f5afc4dbde
Bugfix: the WQ panel now returns the correct step width value if the range mode is selected.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
233
diff
changeset
|
3987 range mode is selected. |
27f5afc4dbde
Bugfix: the WQ panel now returns the correct step width value if the range mode is selected.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
233
diff
changeset
|
3988 |
233
137daff2c732
Prepared UI elements for the location and distance input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
232
diff
changeset
|
3989 2011-04-29 Raimund Renkert <rrenkert@intevation.de> |
137daff2c732
Prepared UI elements for the location and distance input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
232
diff
changeset
|
3990 |
137daff2c732
Prepared UI elements for the location and distance input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
232
diff
changeset
|
3991 * src/main/java/de/intevation/flys/client/client/ui/DoubleArrayPanel.java, |
137daff2c732
Prepared UI elements for the location and distance input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
232
diff
changeset
|
3992 src/main/java/de/intevation/flys/client/client/ui/DoubleRangePanel.java: |
137daff2c732
Prepared UI elements for the location and distance input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
232
diff
changeset
|
3993 Added setter for the location and distance values. |
137daff2c732
Prepared UI elements for the location and distance input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
232
diff
changeset
|
3994 |
137daff2c732
Prepared UI elements for the location and distance input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
232
diff
changeset
|
3995 * src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java, |
137daff2c732
Prepared UI elements for the location and distance input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
232
diff
changeset
|
3996 src/main/java/de/intevation/flys/client/client/ui/UIProvider.java: |
137daff2c732
Prepared UI elements for the location and distance input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
232
diff
changeset
|
3997 Added setter for an artifact. |
137daff2c732
Prepared UI elements for the location and distance input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
232
diff
changeset
|
3998 |
137daff2c732
Prepared UI elements for the location and distance input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
232
diff
changeset
|
3999 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
137daff2c732
Prepared UI elements for the location and distance input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
232
diff
changeset
|
4000 Set the current artifact to the provider to make the old data available |
137daff2c732
Prepared UI elements for the location and distance input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
232
diff
changeset
|
4001 for the other widgets. |
137daff2c732
Prepared UI elements for the location and distance input tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
232
diff
changeset
|
4002 |
232
bc5f7d8084e2
Added i18n strings for a longitudinal section curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
231
diff
changeset
|
4003 2011-04-28 Ingo Weinzierl <ingo@intevation.de> |
bc5f7d8084e2
Added i18n strings for a longitudinal section curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
231
diff
changeset
|
4004 |
bc5f7d8084e2
Added i18n strings for a longitudinal section curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
231
diff
changeset
|
4005 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
bc5f7d8084e2
Added i18n strings for a longitudinal section curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
231
diff
changeset
|
4006 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
bc5f7d8084e2
Added i18n strings for a longitudinal section curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
231
diff
changeset
|
4007 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
bc5f7d8084e2
Added i18n strings for a longitudinal section curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
231
diff
changeset
|
4008 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: New |
bc5f7d8084e2
Added i18n strings for a longitudinal section curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
231
diff
changeset
|
4009 i18n strings for a 'longitudinal section curve' output tab. |
bc5f7d8084e2
Added i18n strings for a longitudinal section curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
231
diff
changeset
|
4010 |
231
aa496a344901
Added class diagrams for the client ui.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
230
diff
changeset
|
4011 2011-04-28 Raimund Renkert <rrenkert@intevation.de> |
aa496a344901
Added class diagrams for the client ui.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
230
diff
changeset
|
4012 |
aa496a344901
Added class diagrams for the client ui.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
230
diff
changeset
|
4013 Added class diagrams. |
aa496a344901
Added class diagrams for the client ui.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
230
diff
changeset
|
4014 |
aa496a344901
Added class diagrams for the client ui.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
230
diff
changeset
|
4015 * doc/Flys-UI-Classes.png, doc/Flys-UI-Services-Classes.png: New. |
aa496a344901
Added class diagrams for the client ui.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
230
diff
changeset
|
4016 |
230
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
229
diff
changeset
|
4017 2011-04-18 Ingo Weinzierl <ingo@intevation.de> |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
229
diff
changeset
|
4018 |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
229
diff
changeset
|
4019 * src/main/java/de/intevation/flys/client/server/StepForwardServiceImpl.java: |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
229
diff
changeset
|
4020 The error key that is provided by the FLYS artifact server is read from |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
229
diff
changeset
|
4021 feed() result document and used to bring up an error popup with an |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
229
diff
changeset
|
4022 translated error message. |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
229
diff
changeset
|
4023 |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
229
diff
changeset
|
4024 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
229
diff
changeset
|
4025 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
229
diff
changeset
|
4026 src/main/java/de/intevation/flys/client/client/FLYSConstants.java, |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
229
diff
changeset
|
4027 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
229
diff
changeset
|
4028 Added error messages for the feed operation. |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
229
diff
changeset
|
4029 |
229
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4030 2011-04-14 Ingo Weinzierl <ingo@intevation.de> |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4031 |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4032 * src/main/java/de/intevation/flys/client/client/Config.java: |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4033 A new method returns the name of the current locale now. |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4034 |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4035 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4036 src/main/java/de/intevation/flys/client/server/ArtifactServiceImpl.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4037 src/main/java/de/intevation/flys/client/server/UserCollectionsServiceImpl.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4038 src/main/java/de/intevation/flys/client/server/GetArtifactServiceImpl.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4039 src/main/java/de/intevation/flys/client/server/UserServiceImpl.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4040 src/main/java/de/intevation/flys/client/server/CreateCollectionServiceImpl.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4041 src/main/java/de/intevation/flys/client/server/StepForwardServiceImpl.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4042 src/main/java/de/intevation/flys/client/server/AdvanceServiceImpl.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4043 src/main/java/de/intevation/flys/client/server/AddArtifactServiceImpl.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4044 src/main/java/de/intevation/flys/client/server/DistanceInfoServiceImpl.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4045 src/main/java/de/intevation/flys/client/server/RiverServiceImpl.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4046 src/main/java/de/intevation/flys/client/client/services/UserService.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4047 src/main/java/de/intevation/flys/client/client/services/CreateCollectionService.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4048 src/main/java/de/intevation/flys/client/client/services/RiverServiceAsync.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4049 src/main/java/de/intevation/flys/client/client/services/RiverService.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4050 src/main/java/de/intevation/flys/client/client/services/DescribeCollectionServiceAsync.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4051 src/main/java/de/intevation/flys/client/client/services/GetArtifactServiceAsync.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4052 src/main/java/de/intevation/flys/client/client/services/ArtifactServiceAsync.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4053 src/main/java/de/intevation/flys/client/client/services/DescribeCollectionService.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4054 src/main/java/de/intevation/flys/client/client/services/ArtifactService.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4055 src/main/java/de/intevation/flys/client/client/services/GetArtifactService.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4056 src/main/java/de/intevation/flys/client/client/services/StepForwardServiceAsync.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4057 src/main/java/de/intevation/flys/client/client/services/AdvanceServiceAsync.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4058 src/main/java/de/intevation/flys/client/client/services/StepForwardService.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4059 src/main/java/de/intevation/flys/client/client/services/AdvanceService.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4060 src/main/java/de/intevation/flys/client/client/services/AddArtifactServiceAsync.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4061 src/main/java/de/intevation/flys/client/client/services/DistanceInfoServiceAsync.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4062 src/main/java/de/intevation/flys/client/client/services/AddArtifactService.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4063 src/main/java/de/intevation/flys/client/client/services/DistanceInfoService.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4064 src/main/java/de/intevation/flys/client/client/services/UserCollectionsServiceAsync.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4065 src/main/java/de/intevation/flys/client/client/services/UserServiceAsync.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4066 src/main/java/de/intevation/flys/client/client/services/CreateCollectionServiceAsync.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4067 src/main/java/de/intevation/flys/client/client/services/UserCollectionsService.java: |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4068 Introduced a "locale" parameter that stores the name of the current |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4069 locale. This is used to set the locale of the request object manually. |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4070 |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4071 * src/main/java/de/intevation/flys/client/client/FLYS.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4072 src/main/java/de/intevation/flys/client/client/ui/ProjectList.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4073 src/main/java/de/intevation/flys/client/client/ui/ParameterList.java, |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4074 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4075 Modified the RPC service calls (introduction of a locale). |
924da6695800
Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
228
diff
changeset
|
4076 |
228
bbe32496dc84
The title of a the ParameterList tab depends on the Artifact's name if we create a new project window with an existing Artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
227
diff
changeset
|
4077 2011-04-12 Ingo Weinzierl <ingo@intevation.de> |
bbe32496dc84
The title of a the ParameterList tab depends on the Artifact's name if we create a new project window with an existing Artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
227
diff
changeset
|
4078 |
bbe32496dc84
The title of a the ParameterList tab depends on the Artifact's name if we create a new project window with an existing Artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
227
diff
changeset
|
4079 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
bbe32496dc84
The title of a the ParameterList tab depends on the Artifact's name if we create a new project window with an existing Artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
227
diff
changeset
|
4080 The title of the ParameterList depends on the Artifact's name if we |
bbe32496dc84
The title of a the ParameterList tab depends on the Artifact's name if we create a new project window with an existing Artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
227
diff
changeset
|
4081 gonna create a new CollectionView with an existing Artifact. |
bbe32496dc84
The title of a the ParameterList tab depends on the Artifact's name if we create a new project window with an existing Artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
227
diff
changeset
|
4082 |
227
7f7f6d2c4b2c
We can now distinuish between different artifact types based on its name in the DESCRIBE. The ArtifactCreator returns concrete instances of Artifacts now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
226
diff
changeset
|
4083 2011-04-12 Ingo Weinzierl <ingo@intevation.de> |
7f7f6d2c4b2c
We can now distinuish between different artifact types based on its name in the DESCRIBE. The ArtifactCreator returns concrete instances of Artifacts now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
226
diff
changeset
|
4084 |
7f7f6d2c4b2c
We can now distinuish between different artifact types based on its name in the DESCRIBE. The ArtifactCreator returns concrete instances of Artifacts now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
226
diff
changeset
|
4085 * src/main/java/de/intevation/flys/client/shared/model/Artifact.java, |
7f7f6d2c4b2c
We can now distinuish between different artifact types based on its name in the DESCRIBE. The ArtifactCreator returns concrete instances of Artifacts now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
226
diff
changeset
|
4086 src/main/java/de/intevation/flys/client/shared/model/DefaultArtifact.java: |
7f7f6d2c4b2c
We can now distinuish between different artifact types based on its name in the DESCRIBE. The ArtifactCreator returns concrete instances of Artifacts now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
226
diff
changeset
|
4087 An artifact knows its name now. It is retrievable via getName(). |
7f7f6d2c4b2c
We can now distinuish between different artifact types based on its name in the DESCRIBE. The ArtifactCreator returns concrete instances of Artifacts now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
226
diff
changeset
|
4088 |
7f7f6d2c4b2c
We can now distinuish between different artifact types based on its name in the DESCRIBE. The ArtifactCreator returns concrete instances of Artifacts now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
226
diff
changeset
|
4089 * src/main/java/de/intevation/flys/client/shared/model/WINFOArtifact.java: |
7f7f6d2c4b2c
We can now distinuish between different artifact types based on its name in the DESCRIBE. The ArtifactCreator returns concrete instances of Artifacts now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
226
diff
changeset
|
4090 New. A concrete class that represents an Artifact using the WINFO |
7f7f6d2c4b2c
We can now distinuish between different artifact types based on its name in the DESCRIBE. The ArtifactCreator returns concrete instances of Artifacts now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
226
diff
changeset
|
4091 parameterization. |
7f7f6d2c4b2c
We can now distinuish between different artifact types based on its name in the DESCRIBE. The ArtifactCreator returns concrete instances of Artifacts now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
226
diff
changeset
|
4092 |
7f7f6d2c4b2c
We can now distinuish between different artifact types based on its name in the DESCRIBE. The ArtifactCreator returns concrete instances of Artifacts now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
226
diff
changeset
|
4093 * src/main/java/de/intevation/flys/client/server/FLYSArtifactCreator.java: |
7f7f6d2c4b2c
We can now distinuish between different artifact types based on its name in the DESCRIBE. The ArtifactCreator returns concrete instances of Artifacts now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
226
diff
changeset
|
4094 The ArtifactCreator builds up new Artifacts based on the name in the |
7f7f6d2c4b2c
We can now distinuish between different artifact types based on its name in the DESCRIBE. The ArtifactCreator returns concrete instances of Artifacts now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
226
diff
changeset
|
4095 DESCRIBE document. If no name is included, a DefaultArtifact is created. |
7f7f6d2c4b2c
We can now distinuish between different artifact types based on its name in the DESCRIBE. The ArtifactCreator returns concrete instances of Artifacts now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
226
diff
changeset
|
4096 |
226
a13382876e5d
The project list is sorted now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
225
diff
changeset
|
4097 2011-04-12 Ingo Weinzierl <ingo@intevation.de> |
a13382876e5d
The project list is sorted now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
225
diff
changeset
|
4098 |
a13382876e5d
The project list is sorted now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
225
diff
changeset
|
4099 * src/main/java/de/intevation/flys/client/shared/model/CollectionRecord.java: |
a13382876e5d
The project list is sorted now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
225
diff
changeset
|
4100 This record class uses the default mechanism to store/load values - |
a13382876e5d
The project list is sorted now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
225
diff
changeset
|
4101 it uses the setAttribute() and getAttribute() methods now. |
a13382876e5d
The project list is sorted now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
225
diff
changeset
|
4102 |
a13382876e5d
The project list is sorted now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
225
diff
changeset
|
4103 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: The |
a13382876e5d
The project list is sorted now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
225
diff
changeset
|
4104 list is sorted based on the project's creation time now. |
a13382876e5d
The project list is sorted now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
225
diff
changeset
|
4105 |
a13382876e5d
The project list is sorted now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
225
diff
changeset
|
4106 * src/main/java/de/intevation/flys/client/client/ui/CollectionGrid.java: |
a13382876e5d
The project list is sorted now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
225
diff
changeset
|
4107 Removed. The collection grid is no longer used, because the fields are |
a13382876e5d
The project list is sorted now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
225
diff
changeset
|
4108 created by using default mechanisms (setting the field type, using cell |
a13382876e5d
The project list is sorted now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
225
diff
changeset
|
4109 formatter). |
a13382876e5d
The project list is sorted now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
225
diff
changeset
|
4110 |
225
9040663aee01
Filled the context menu point 'Open project' of the ProjectList with life - it opens a new window displaying the parameterization of the selected project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
224
diff
changeset
|
4111 2011-04-12 Ingo Weinzierl <ingo@intevation.de> |
9040663aee01
Filled the context menu point 'Open project' of the ProjectList with life - it opens a new window displaying the parameterization of the selected project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
224
diff
changeset
|
4112 |
9040663aee01
Filled the context menu point 'Open project' of the ProjectList with life - it opens a new window displaying the parameterization of the selected project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
224
diff
changeset
|
4113 * src/main/java/de/intevation/flys/client/client/FLYS.java: |
9040663aee01
Filled the context menu point 'Open project' of the ProjectList with life - it opens a new window displaying the parameterization of the selected project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
224
diff
changeset
|
4114 Implemented a method to open an existing project. The method takes the |
9040663aee01
Filled the context menu point 'Open project' of the ProjectList with life - it opens a new window displaying the parameterization of the selected project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
224
diff
changeset
|
4115 UUID of a Collection and creates a new CollectionView with |
9040663aee01
Filled the context menu point 'Open project' of the ProjectList with life - it opens a new window displaying the parameterization of the selected project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
224
diff
changeset
|
4116 ParameterList based on the first Artifact that is stored in that |
9040663aee01
Filled the context menu point 'Open project' of the ProjectList with life - it opens a new window displaying the parameterization of the selected project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
224
diff
changeset
|
4117 Collection. |
9040663aee01
Filled the context menu point 'Open project' of the ProjectList with life - it opens a new window displaying the parameterization of the selected project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
224
diff
changeset
|
4118 |
9040663aee01
Filled the context menu point 'Open project' of the ProjectList with life - it opens a new window displaying the parameterization of the selected project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
224
diff
changeset
|
4119 NOTE: Maybe we need to introduce a mechanism to mark the artifact that |
9040663aee01
Filled the context menu point 'Open project' of the ProjectList with life - it opens a new window displaying the parameterization of the selected project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
224
diff
changeset
|
4120 defines the parameterization. I am not sure, if the first artifact is |
9040663aee01
Filled the context menu point 'Open project' of the ProjectList with life - it opens a new window displaying the parameterization of the selected project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
224
diff
changeset
|
4121 always the artifact that the Collection's parameterization is based on! |
9040663aee01
Filled the context menu point 'Open project' of the ProjectList with life - it opens a new window displaying the parameterization of the selected project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
224
diff
changeset
|
4122 |
9040663aee01
Filled the context menu point 'Open project' of the ProjectList with life - it opens a new window displaying the parameterization of the selected project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
224
diff
changeset
|
4123 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
9040663aee01
Filled the context menu point 'Open project' of the ProjectList with life - it opens a new window displaying the parameterization of the selected project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
224
diff
changeset
|
4124 Triggers the method of FLYS to open an existing project. |
9040663aee01
Filled the context menu point 'Open project' of the ProjectList with life - it opens a new window displaying the parameterization of the selected project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
224
diff
changeset
|
4125 |
224
a4a68b4ee2a3
Improved the CollectionView and the ParameterList - both can be initialized with an existing artifact (parameterization).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
223
diff
changeset
|
4126 2011-04-12 Ingo Weinzierl <ingo@intevation.de> |
a4a68b4ee2a3
Improved the CollectionView and the ParameterList - both can be initialized with an existing artifact (parameterization).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
223
diff
changeset
|
4127 |
a4a68b4ee2a3
Improved the CollectionView and the ParameterList - both can be initialized with an existing artifact (parameterization).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
223
diff
changeset
|
4128 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java, |
a4a68b4ee2a3
Improved the CollectionView and the ParameterList - both can be initialized with an existing artifact (parameterization).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
223
diff
changeset
|
4129 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
a4a68b4ee2a3
Improved the CollectionView and the ParameterList - both can be initialized with an existing artifact (parameterization).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
223
diff
changeset
|
4130 Added new constructors that enables us to create instances with an |
a4a68b4ee2a3
Improved the CollectionView and the ParameterList - both can be initialized with an existing artifact (parameterization).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
223
diff
changeset
|
4131 existing parameterization (with a given artifact). |
a4a68b4ee2a3
Improved the CollectionView and the ParameterList - both can be initialized with an existing artifact (parameterization).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
223
diff
changeset
|
4132 |
223
964abeb76771
Added more i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
222
diff
changeset
|
4133 2011-04-12 Ingo Weinzierl <ingo@intevation.de> |
964abeb76771
Added more i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
222
diff
changeset
|
4134 |
964abeb76771
Added more i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
222
diff
changeset
|
4135 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
964abeb76771
Added more i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
222
diff
changeset
|
4136 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
964abeb76771
Added more i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
222
diff
changeset
|
4137 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
964abeb76771
Added more i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
222
diff
changeset
|
4138 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
964abeb76771
Added more i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
222
diff
changeset
|
4139 Added further error messages. |
964abeb76771
Added more i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
222
diff
changeset
|
4140 |
222
9bd9c24f4935
The CollectionRecord implements a method that returns the Collection objects which is represented by the record now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
221
diff
changeset
|
4141 2011-04-12 Ingo Weinzierl <ingo@intevation.de> |
9bd9c24f4935
The CollectionRecord implements a method that returns the Collection objects which is represented by the record now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
221
diff
changeset
|
4142 |
9bd9c24f4935
The CollectionRecord implements a method that returns the Collection objects which is represented by the record now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
221
diff
changeset
|
4143 * src/main/java/de/intevation/flys/client/shared/model/CollectionRecord.java: |
9bd9c24f4935
The CollectionRecord implements a method that returns the Collection objects which is represented by the record now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
221
diff
changeset
|
4144 There is a new method that returns the Collection object which is |
9bd9c24f4935
The CollectionRecord implements a method that returns the Collection objects which is represented by the record now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
221
diff
changeset
|
4145 represented by this record. |
9bd9c24f4935
The CollectionRecord implements a method that returns the Collection objects which is represented by the record now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
221
diff
changeset
|
4146 |
221
f03c34bec364
Added a new service to query an artifact description.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
220
diff
changeset
|
4147 2011-04-12 Ingo Weinzierl <ingo@intevation.de> |
f03c34bec364
Added a new service to query an artifact description.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
220
diff
changeset
|
4148 |
f03c34bec364
Added a new service to query an artifact description.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
220
diff
changeset
|
4149 * src/main/java/de/intevation/flys/client/client/services/GetArtifactServiceAsync.java, |
f03c34bec364
Added a new service to query an artifact description.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
220
diff
changeset
|
4150 src/main/java/de/intevation/flys/client/client/services/GetArtifactService.java, |
f03c34bec364
Added a new service to query an artifact description.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
220
diff
changeset
|
4151 src/main/java/de/intevation/flys/client/server/GetArtifactServiceImpl.java: |
f03c34bec364
Added a new service to query an artifact description.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
220
diff
changeset
|
4152 New. A service that queries the artifact description based on the |
f03c34bec364
Added a new service to query an artifact description.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
220
diff
changeset
|
4153 identifier of an artifact. |
f03c34bec364
Added a new service to query an artifact description.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
220
diff
changeset
|
4154 |
f03c34bec364
Added a new service to query an artifact description.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
220
diff
changeset
|
4155 * src/main/webapp/WEB-INF/web.xml: Registered the new GetArtifactService. |
f03c34bec364
Added a new service to query an artifact description.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
220
diff
changeset
|
4156 |
220
35094660f91a
Implemented a context menu for the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
219
diff
changeset
|
4157 2011-04-11 Ingo Weinzierl <ingo@intevation.de> |
35094660f91a
Implemented a context menu for the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
219
diff
changeset
|
4158 |
35094660f91a
Implemented a context menu for the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
219
diff
changeset
|
4159 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
35094660f91a
Implemented a context menu for the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
219
diff
changeset
|
4160 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
35094660f91a
Implemented a context menu for the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
219
diff
changeset
|
4161 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
35094660f91a
Implemented a context menu for the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
219
diff
changeset
|
4162 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
35094660f91a
Implemented a context menu for the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
219
diff
changeset
|
4163 Added strings that are used in the context menu of the project list. |
35094660f91a
Implemented a context menu for the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
219
diff
changeset
|
4164 |
35094660f91a
Implemented a context menu for the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
219
diff
changeset
|
4165 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
35094660f91a
Implemented a context menu for the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
219
diff
changeset
|
4166 A right mouse click on a project opens a context menu with the options |
35094660f91a
Implemented a context menu for the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
219
diff
changeset
|
4167 to open / delete a project. |
35094660f91a
Implemented a context menu for the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
219
diff
changeset
|
4168 |
219
7523faf567e5
Implemented a service to fetch distance information of a river from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
218
diff
changeset
|
4169 2011-04-11 Ingo Weinzierl <ingo@intevation.de> |
7523faf567e5
Implemented a service to fetch distance information of a river from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
218
diff
changeset
|
4170 |
7523faf567e5
Implemented a service to fetch distance information of a river from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
218
diff
changeset
|
4171 * src/main/java/de/intevation/flys/client/server/DistanceInfoServiceImpl.java, |
7523faf567e5
Implemented a service to fetch distance information of a river from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
218
diff
changeset
|
4172 src/main/java/de/intevation/flys/client/client/services/DistanceInfoServiceAsync.java, |
7523faf567e5
Implemented a service to fetch distance information of a river from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
218
diff
changeset
|
4173 src/main/java/de/intevation/flys/client/client/services/DistanceInfoService.java: |
7523faf567e5
Implemented a service to fetch distance information of a river from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
218
diff
changeset
|
4174 New. This service fetches river specific distance information from |
7523faf567e5
Implemented a service to fetch distance information of a river from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
218
diff
changeset
|
4175 server. |
7523faf567e5
Implemented a service to fetch distance information of a river from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
218
diff
changeset
|
4176 |
7523faf567e5
Implemented a service to fetch distance information of a river from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
218
diff
changeset
|
4177 * src/main/webapp/WEB-INF/web.xml: Registered the DistanceInfoService. |
7523faf567e5
Implemented a service to fetch distance information of a river from the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
218
diff
changeset
|
4178 |
218
79fb4d900643
Added a model class that represents a distance information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
217
diff
changeset
|
4179 2011-04-11 Ingo Weinzierl <ingo@intevation.de> |
79fb4d900643
Added a model class that represents a distance information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
217
diff
changeset
|
4180 |
79fb4d900643
Added a model class that represents a distance information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
217
diff
changeset
|
4181 * src/main/java/de/intevation/flys/client/shared/model/DistanceInfoObjectImpl.java, |
79fb4d900643
Added a model class that represents a distance information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
217
diff
changeset
|
4182 src/main/java/de/intevation/flys/client/shared/model/DistanceInfoObject.java: |
79fb4d900643
Added a model class that represents a distance information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
217
diff
changeset
|
4183 New. This model will be used by the LocationDistancePanel to bring up a |
79fb4d900643
Added a model class that represents a distance information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
217
diff
changeset
|
4184 table with distances which supports the user while entering the start |
79fb4d900643
Added a model class that represents a distance information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
217
diff
changeset
|
4185 and end point of the WINFO paramterization. A DistanceInfoObject |
79fb4d900643
Added a model class that represents a distance information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
217
diff
changeset
|
4186 contains information about a specific distance (description, from, to |
79fb4d900643
Added a model class that represents a distance information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
217
diff
changeset
|
4187 and riverside). |
79fb4d900643
Added a model class that represents a distance information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
217
diff
changeset
|
4188 |
217
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4189 2011-04-08 Ingo Weinzierl <ingo@intevation.de> |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4190 |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4191 * src/main/java/de/intevation/flys/client/server/UserServiceImpl.java, |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4192 src/main/java/de/intevation/flys/client/client/services/UserService.java: |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4193 This service now throws an AuthenticationException if an error occured |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4194 while user authentication. |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4195 |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4196 * src/main/java/de/intevation/flys/client/server/RiverServiceImpl.java, |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4197 src/main/java/de/intevation/flys/client/client/services/RiverService.java: |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4198 This service now throws a ServerException if an error occured while |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4199 reading the supported rivers from artifact server. |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4200 |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4201 * src/main/java/de/intevation/flys/client/client/FLYS.java: Show warnings |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4202 if errors occur while fetching supported rivers or |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4203 |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4204 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4205 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4206 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4207 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4208 Added further strings for error messages. |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
216
diff
changeset
|
4209 |
216
4b0fb079ead9
Added an exception class that should be used if the user authentication fails.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
215
diff
changeset
|
4210 2011-04-08 Ingo Weinzierl <ingo@intevation.de> |
4b0fb079ead9
Added an exception class that should be used if the user authentication fails.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
215
diff
changeset
|
4211 |
4b0fb079ead9
Added an exception class that should be used if the user authentication fails.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
215
diff
changeset
|
4212 * src/main/java/de/intevation/flys/client/shared/exceptions/AuthenticationException.java: |
4b0fb079ead9
Added an exception class that should be used if the user authentication fails.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
215
diff
changeset
|
4213 New. An exception that should be used if the user authentication fails. |
4b0fb079ead9
Added an exception class that should be used if the user authentication fails.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
215
diff
changeset
|
4214 |
215
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4215 2011-04-08 Ingo Weinzierl <ingo@intevation.de> |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4216 |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4217 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java, |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4218 src/main/java/de/intevation/flys/client/server/ArtifactServiceImpl.java, |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4219 src/main/java/de/intevation/flys/client/server/CreateCollectionServiceImpl.java, |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4220 src/main/java/de/intevation/flys/client/server/StepForwardServiceImpl.java, |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4221 src/main/java/de/intevation/flys/client/server/AdvanceServiceImpl.java, |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4222 src/main/java/de/intevation/flys/client/server/AddArtifactServiceImpl.java, |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4223 src/main/java/de/intevation/flys/client/client/services/CreateCollectionService.java, |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4224 src/main/java/de/intevation/flys/client/client/services/DescribeCollectionService.java, |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4225 src/main/java/de/intevation/flys/client/client/services/ArtifactService.java, |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4226 src/main/java/de/intevation/flys/client/client/services/StepForwardService.java, |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4227 src/main/java/de/intevation/flys/client/client/services/AdvanceService.java, |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4228 src/main/java/de/intevation/flys/client/client/services/AddArtifactService.java: |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4229 Improved the exception handling. If an exception occurs specific to an |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4230 artifact / collection specific operation, a ServerException is thrown. |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4231 The message of this exception is a key that needs to be translated using |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4232 the lookup mechanism of FLYSConstants. |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4233 |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4234 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java, |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4235 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4236 The dialog helper class SC of the SmartGWT framework is used to bring up |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4237 warning dialogs that inform the user about errors that occured after the |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4238 artifact / collection specific operations. |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4239 |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4240 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4241 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4242 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4243 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4244 Added strings for the exceptions thrown in the services. |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
214
diff
changeset
|
4245 |
214
29c6d9573ae7
Added a new exception class that is used to be thrown after artifact / collection operation specific errors.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
213
diff
changeset
|
4246 2011-04-08 Ingo Weinzierl <ingo@intevation.de> |
29c6d9573ae7
Added a new exception class that is used to be thrown after artifact / collection operation specific errors.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
213
diff
changeset
|
4247 |
29c6d9573ae7
Added a new exception class that is used to be thrown after artifact / collection operation specific errors.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
213
diff
changeset
|
4248 * src/main/java/de/intevation/flys/client/shared/exceptions/ServerException.java: |
29c6d9573ae7
Added a new exception class that is used to be thrown after artifact / collection operation specific errors.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
213
diff
changeset
|
4249 New. This exception is used to be thrown after an error occured while |
29c6d9573ae7
Added a new exception class that is used to be thrown after artifact / collection operation specific errors.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
213
diff
changeset
|
4250 one of the artifact / collection operations. |
29c6d9573ae7
Added a new exception class that is used to be thrown after artifact / collection operation specific errors.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
213
diff
changeset
|
4251 |
213
7ea004d0ffbc
The ChartOutputTab calls the out() operation of a Collection now - no longer the out() of its first artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
212
diff
changeset
|
4252 2011-04-07 Ingo Weinzierl <ingo@intevation.de> |
7ea004d0ffbc
The ChartOutputTab calls the out() operation of a Collection now - no longer the out() of its first artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
212
diff
changeset
|
4253 |
7ea004d0ffbc
The ChartOutputTab calls the out() operation of a Collection now - no longer the out() of its first artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
212
diff
changeset
|
4254 * src/main/java/de/intevation/flys/client/server/ChartOutputServiceImpl.java, |
7ea004d0ffbc
The ChartOutputTab calls the out() operation of a Collection now - no longer the out() of its first artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
212
diff
changeset
|
4255 src/main/java/de/intevation/flys/client/client/ui/ChartOutputTab.java: |
7ea004d0ffbc
The ChartOutputTab calls the out() operation of a Collection now - no longer the out() of its first artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
212
diff
changeset
|
4256 Adjusted the code to trigger the out() operation of the Collection |
7ea004d0ffbc
The ChartOutputTab calls the out() operation of a Collection now - no longer the out() of its first artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
212
diff
changeset
|
4257 instead of the out() operation of the first Artifact in that Collection. |
7ea004d0ffbc
The ChartOutputTab calls the out() operation of a Collection now - no longer the out() of its first artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
212
diff
changeset
|
4258 |
212
e3ea3c74b7f5
Fixed the function to toggle the language and added a warning dialog that informs the user about the creation of a new session.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
211
diff
changeset
|
4259 2011-04-07 Ingo Weinzierl <ingo@intevation.de> |
e3ea3c74b7f5
Fixed the function to toggle the language and added a warning dialog that informs the user about the creation of a new session.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
211
diff
changeset
|
4260 |
e3ea3c74b7f5
Fixed the function to toggle the language and added a warning dialog that informs the user about the creation of a new session.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
211
diff
changeset
|
4261 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
e3ea3c74b7f5
Fixed the function to toggle the language and added a warning dialog that informs the user about the creation of a new session.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
211
diff
changeset
|
4262 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
e3ea3c74b7f5
Fixed the function to toggle the language and added a warning dialog that informs the user about the creation of a new session.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
211
diff
changeset
|
4263 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
e3ea3c74b7f5
Fixed the function to toggle the language and added a warning dialog that informs the user about the creation of a new session.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
211
diff
changeset
|
4264 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
e3ea3c74b7f5
Fixed the function to toggle the language and added a warning dialog that informs the user about the creation of a new session.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
211
diff
changeset
|
4265 Added new strings for a warning dialog that is opened when the user |
e3ea3c74b7f5
Fixed the function to toggle the language and added a warning dialog that informs the user about the creation of a new session.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
211
diff
changeset
|
4266 start changing the current language. |
e3ea3c74b7f5
Fixed the function to toggle the language and added a warning dialog that informs the user about the creation of a new session.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
211
diff
changeset
|
4267 |
e3ea3c74b7f5
Fixed the function to toggle the language and added a warning dialog that informs the user about the creation of a new session.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
211
diff
changeset
|
4268 * src/main/java/de/intevation/flys/client/client/ui/MainMenu.java: Fixed |
e3ea3c74b7f5
Fixed the function to toggle the language and added a warning dialog that informs the user about the creation of a new session.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
211
diff
changeset
|
4269 the function to toggle the language and added a warning dialog that |
e3ea3c74b7f5
Fixed the function to toggle the language and added a warning dialog that informs the user about the creation of a new session.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
211
diff
changeset
|
4270 informs the user about the creation of a new session when the language |
e3ea3c74b7f5
Fixed the function to toggle the language and added a warning dialog that informs the user about the creation of a new session.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
211
diff
changeset
|
4271 is changed. |
e3ea3c74b7f5
Fixed the function to toggle the language and added a warning dialog that informs the user about the creation of a new session.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
211
diff
changeset
|
4272 |
211
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4273 2011-04-05 Ingo Weinzierl <ingo@intevation.de> |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4274 |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4275 * src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4276 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4277 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4278 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4279 New. A constants interface with the ability to lookup an i18n string |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4280 with a given key. |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4281 |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4282 * src/main/java/de/intevation/flys/client/client/ui/CollectionGrid.java, |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4283 src/main/java/de/intevation/flys/client/client/ui/ProjectList.java, |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4284 src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4285 src/main/java/de/intevation/flys/client/client/ui/DoubleRangePanel.java, |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4286 src/main/java/de/intevation/flys/client/client/ui/MainMenu.java, |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4287 src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java, |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4288 src/main/java/de/intevation/flys/client/client/ui/ParameterList.java, |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4289 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java, |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4290 src/main/java/de/intevation/flys/client/client/ui/FLYSHeader.java, |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4291 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java, |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4292 src/main/java/de/intevation/flys/client/client/ui/DoubleArrayPanel.java, |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4293 src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java, |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4294 src/main/java/de/intevation/flys/client/client/ui/ModuleSelection.java, |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4295 src/main/java/de/intevation/flys/client/client/ui/FLYSFooter.java: |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4296 Replaced the FLYSMessages interface with the FLYSConstants interface. |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4297 |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4298 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4299 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties, |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4300 src/main/java/de/intevation/flys/client/client/FLYSMessages.java: |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4301 Removed. |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
210
diff
changeset
|
4302 |
210
c587903f02a4
Implemented the button to toggle the current locale.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
209
diff
changeset
|
4303 2011-04-05 Ingo Weinzierl <ingo@intevation.de> |
c587903f02a4
Implemented the button to toggle the current locale.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
209
diff
changeset
|
4304 |
c587903f02a4
Implemented the button to toggle the current locale.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
209
diff
changeset
|
4305 * src/main/java/de/intevation/flys/client/client/ui/MainMenu.java: |
c587903f02a4
Implemented the button to toggle the current locale.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
209
diff
changeset
|
4306 Implemented the toggle button to switch the current locale. |
c587903f02a4
Implemented the button to toggle the current locale.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
209
diff
changeset
|
4307 |
209
9c8f450655c7
Added missing i18n footer strings.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
208
diff
changeset
|
4308 2011-04-05 Ingo Weinzierl <ingo@intevation.de> |
9c8f450655c7
Added missing i18n footer strings.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
208
diff
changeset
|
4309 |
9c8f450655c7
Added missing i18n footer strings.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
208
diff
changeset
|
4310 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties: |
9c8f450655c7
Added missing i18n footer strings.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
208
diff
changeset
|
4311 Added missing strings used in the footer. |
9c8f450655c7
Added missing i18n footer strings.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
208
diff
changeset
|
4312 |
208
7e300d2ed1f6
Tagged RELEASE 0.1 of FLYS Client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
103
diff
changeset
|
4313 2011-03-30 Ingo Weinzierl <ingo@intevation.de> |
7e300d2ed1f6
Tagged RELEASE 0.1 of FLYS Client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
103
diff
changeset
|
4314 |
7e300d2ed1f6
Tagged RELEASE 0.1 of FLYS Client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
103
diff
changeset
|
4315 Tagged RELEASE 0.1 |
7e300d2ed1f6
Tagged RELEASE 0.1 of FLYS Client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
103
diff
changeset
|
4316 |
103
deaa50a8be82
Removed some out commented code that have been commited by mistaken.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
102
diff
changeset
|
4317 2011-03-30 Ingo Weinzierl <ingo@intevation.de> |
deaa50a8be82
Removed some out commented code that have been commited by mistaken.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
102
diff
changeset
|
4318 |
deaa50a8be82
Removed some out commented code that have been commited by mistaken.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
102
diff
changeset
|
4319 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
deaa50a8be82
Removed some out commented code that have been commited by mistaken.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
102
diff
changeset
|
4320 Removed some comments that have been commited by mistaken. |
deaa50a8be82
Removed some out commented code that have been commited by mistaken.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
102
diff
changeset
|
4321 |
102
33e24b33fc38
Improved the way how to i18n strings in our application.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
101
diff
changeset
|
4322 2011-03-30 Ingo Weinzierl <ingo@intevation.de> |
33e24b33fc38
Improved the way how to i18n strings in our application.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
101
diff
changeset
|
4323 |
33e24b33fc38
Improved the way how to i18n strings in our application.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
101
diff
changeset
|
4324 * src/main/java/de/intevation/flys/client/client/FLYSMessages.java: |
33e24b33fc38
Improved the way how to i18n strings in our application.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
101
diff
changeset
|
4325 Derives the ConstantsWithLookup interface now. This makes it possible to |
33e24b33fc38
Improved the way how to i18n strings in our application.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
101
diff
changeset
|
4326 fetch i18n string using a getString(String key) lookup method. |
33e24b33fc38
Improved the way how to i18n strings in our application.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
101
diff
changeset
|
4327 |
33e24b33fc38
Improved the way how to i18n strings in our application.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
101
diff
changeset
|
4328 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, |
33e24b33fc38
Improved the way how to i18n strings in our application.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
101
diff
changeset
|
4329 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties: |
33e24b33fc38
Improved the way how to i18n strings in our application.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
101
diff
changeset
|
4330 Removed '@DefaultMessage' annotations - they are not available for |
33e24b33fc38
Improved the way how to i18n strings in our application.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
101
diff
changeset
|
4331 ConstantsWithLookup, added a further i18n string and fixed another one. |
33e24b33fc38
Improved the way how to i18n strings in our application.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
101
diff
changeset
|
4332 |
33e24b33fc38
Improved the way how to i18n strings in our application.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
101
diff
changeset
|
4333 * src/main/java/de/intevation/flys/client/client/ui/MainMenu.java, |
33e24b33fc38
Improved the way how to i18n strings in our application.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
101
diff
changeset
|
4334 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
33e24b33fc38
Improved the way how to i18n strings in our application.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
101
diff
changeset
|
4335 Some modifications related to the changes above. |
33e24b33fc38
Improved the way how to i18n strings in our application.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
101
diff
changeset
|
4336 |
33e24b33fc38
Improved the way how to i18n strings in our application.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
101
diff
changeset
|
4337 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
33e24b33fc38
Improved the way how to i18n strings in our application.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
101
diff
changeset
|
4338 Removed the hard coded title determination based on the selected module. |
33e24b33fc38
Improved the way how to i18n strings in our application.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
101
diff
changeset
|
4339 Now, the getString() of FLYSMessages is used to determine the human |
33e24b33fc38
Improved the way how to i18n strings in our application.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
101
diff
changeset
|
4340 readable string. |
33e24b33fc38
Improved the way how to i18n strings in our application.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
101
diff
changeset
|
4341 |
101
f7967d12ce6e
Removed useless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
100
diff
changeset
|
4342 2011-03-30 Ingo Weinzierl <ingo@intevation.de> |
f7967d12ce6e
Removed useless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
100
diff
changeset
|
4343 |
f7967d12ce6e
Removed useless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
100
diff
changeset
|
4344 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java, |
f7967d12ce6e
Removed useless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
100
diff
changeset
|
4345 src/main/java/de/intevation/flys/client/server/AddArtifactServiceImpl.java, |
f7967d12ce6e
Removed useless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
100
diff
changeset
|
4346 src/main/java/de/intevation/flys/client/client/services/DescribeCollectionService.java, |
f7967d12ce6e
Removed useless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
100
diff
changeset
|
4347 src/main/java/de/intevation/flys/client/client/FLYS.java, |
f7967d12ce6e
Removed useless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
100
diff
changeset
|
4348 src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
f7967d12ce6e
Removed useless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
100
diff
changeset
|
4349 src/main/java/de/intevation/flys/client/client/ui/ChartOutputTab.java, |
f7967d12ce6e
Removed useless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
100
diff
changeset
|
4350 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java, |
f7967d12ce6e
Removed useless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
100
diff
changeset
|
4351 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java, |
f7967d12ce6e
Removed useless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
100
diff
changeset
|
4352 src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java, |
f7967d12ce6e
Removed useless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
100
diff
changeset
|
4353 src/main/java/de/intevation/flys/client/client/ui/FLYSFooter.java: |
f7967d12ce6e
Removed useless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
100
diff
changeset
|
4354 Removed useless imports. |
f7967d12ce6e
Removed useless imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
100
diff
changeset
|
4355 |
100
95b30a5d6350
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
99
diff
changeset
|
4356 2011-03-29 Ingo Weinzierl <ingo@intevation.de> |
95b30a5d6350
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
99
diff
changeset
|
4357 |
95b30a5d6350
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
99
diff
changeset
|
4358 * src/main/java/de/intevation/flys/client/client/FLYS.java: The |
95b30a5d6350
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
99
diff
changeset
|
4359 CollectionView no longer gets an empty collection when it is created. |
95b30a5d6350
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
99
diff
changeset
|
4360 |
95b30a5d6350
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
99
diff
changeset
|
4361 * src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java: |
95b30a5d6350
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
99
diff
changeset
|
4362 The CollectionViews are no longer stored in a Map but in a List. |
95b30a5d6350
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
99
diff
changeset
|
4363 |
95b30a5d6350
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
99
diff
changeset
|
4364 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
95b30a5d6350
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
99
diff
changeset
|
4365 Bugfix: We just create a new collection a single time - if no one is |
95b30a5d6350
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
99
diff
changeset
|
4366 existing. If the output modes of the artifact that is used for the |
95b30a5d6350
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
99
diff
changeset
|
4367 parameterization changes, we fetch the new DESCRIBE document of the |
95b30a5d6350
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
99
diff
changeset
|
4368 collection using the new DescribeCollectionService. |
95b30a5d6350
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.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
99
diff
changeset
|
4369 |
99
5c3d685546a6
Added a new service to describe collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
98
diff
changeset
|
4370 2011-03-29 Ingo Weinzierl <ingo@intevation.de> |
5c3d685546a6
Added a new service to describe collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
98
diff
changeset
|
4371 |
5c3d685546a6
Added a new service to describe collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
98
diff
changeset
|
4372 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java, |
5c3d685546a6
Added a new service to describe collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
98
diff
changeset
|
4373 src/main/java/de/intevation/flys/client/client/services/DescribeCollectionServiceAsync.java, |
5c3d685546a6
Added a new service to describe collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
98
diff
changeset
|
4374 src/main/java/de/intevation/flys/client/client/services/DescribeCollectionService.java: |
5c3d685546a6
Added a new service to describe collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
98
diff
changeset
|
4375 New. This service is used to fetch the DESCRIBE document of a specific |
5c3d685546a6
Added a new service to describe collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
98
diff
changeset
|
4376 collection and returns a Collection object that contains the information of |
5c3d685546a6
Added a new service to describe collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
98
diff
changeset
|
4377 that document. The code to parse the DESCRIBE has been moved here from |
5c3d685546a6
Added a new service to describe collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
98
diff
changeset
|
4378 the AddArtifactServiceImpl which now derives the |
5c3d685546a6
Added a new service to describe collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
98
diff
changeset
|
4379 DescribeCollectionServiceImpl. |
5c3d685546a6
Added a new service to describe collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
98
diff
changeset
|
4380 |
5c3d685546a6
Added a new service to describe collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
98
diff
changeset
|
4381 * src/main/java/de/intevation/flys/client/server/AddArtifactServiceImpl.java: |
5c3d685546a6
Added a new service to describe collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
98
diff
changeset
|
4382 This service is derived from DescribeCollectionServiceImpl now, because |
5c3d685546a6
Added a new service to describe collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
98
diff
changeset
|
4383 the methods to parse the DESCRIBE document are moved to that service. |
5c3d685546a6
Added a new service to describe collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
98
diff
changeset
|
4384 |
5c3d685546a6
Added a new service to describe collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
98
diff
changeset
|
4385 * src/main/webapp/WEB-INF/web.xml: Registered the |
5c3d685546a6
Added a new service to describe collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
98
diff
changeset
|
4386 DescribeCollectionService. |
5c3d685546a6
Added a new service to describe collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
98
diff
changeset
|
4387 |
98
83bf2fb17b7c
Replaced a german string in the ProjectList.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
97
diff
changeset
|
4388 2011-03-29 Ingo Weinzierl <ingo@intevation.de> |
83bf2fb17b7c
Replaced a german string in the ProjectList.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
97
diff
changeset
|
4389 |
83bf2fb17b7c
Replaced a german string in the ProjectList.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
97
diff
changeset
|
4390 * src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties: |
83bf2fb17b7c
Replaced a german string in the ProjectList.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
97
diff
changeset
|
4391 Replaced the german title of the project list 'Berechnungen' with |
83bf2fb17b7c
Replaced a german string in the ProjectList.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
97
diff
changeset
|
4392 'Projekte'. |
83bf2fb17b7c
Replaced a german string in the ProjectList.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
97
diff
changeset
|
4393 |
97
0bec0112c8b3
Integrated the ProjectList into the client. Now, the Collections of a user are displayed in the list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
96
diff
changeset
|
4394 2011-03-29 Ingo Weinzierl <ingo@intevation.de> |
0bec0112c8b3
Integrated the ProjectList into the client. Now, the Collections of a user are displayed in the list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
96
diff
changeset
|
4395 |
0bec0112c8b3
Integrated the ProjectList into the client. Now, the Collections of a user are displayed in the list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
96
diff
changeset
|
4396 * src/main/java/de/intevation/flys/client/client/FLYS.java: Registered the |
0bec0112c8b3
Integrated the ProjectList into the client. Now, the Collections of a user are displayed in the list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
96
diff
changeset
|
4397 ProjectList as CollectionChangeHandler of each created CollectionView. |
0bec0112c8b3
Integrated the ProjectList into the client. Now, the Collections of a user are displayed in the list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
96
diff
changeset
|
4398 |
0bec0112c8b3
Integrated the ProjectList into the client. Now, the Collections of a user are displayed in the list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
96
diff
changeset
|
4399 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
0bec0112c8b3
Integrated the ProjectList into the client. Now, the Collections of a user are displayed in the list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
96
diff
changeset
|
4400 Implements the CollectionChangeHandler to update the list of user |
0bec0112c8b3
Integrated the ProjectList into the client. Now, the Collections of a user are displayed in the list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
96
diff
changeset
|
4401 collections after a collection changed (or has been created). |
0bec0112c8b3
Integrated the ProjectList into the client. Now, the Collections of a user are displayed in the list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
96
diff
changeset
|
4402 |
0bec0112c8b3
Integrated the ProjectList into the client. Now, the Collections of a user are displayed in the list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
96
diff
changeset
|
4403 * src/main/java/de/intevation/flys/client/client/ui/CollectionGrid.java, |
0bec0112c8b3
Integrated the ProjectList into the client. Now, the Collections of a user are displayed in the list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
96
diff
changeset
|
4404 src/main/java/de/intevation/flys/client/shared/model/CollectionRecord.java: |
0bec0112c8b3
Integrated the ProjectList into the client. Now, the Collections of a user are displayed in the list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
96
diff
changeset
|
4405 Modified the output of the 'name' and 'date' fields. |
0bec0112c8b3
Integrated the ProjectList into the client. Now, the Collections of a user are displayed in the list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
96
diff
changeset
|
4406 |
0bec0112c8b3
Integrated the ProjectList into the client. Now, the Collections of a user are displayed in the list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
96
diff
changeset
|
4407 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, |
0bec0112c8b3
Integrated the ProjectList into the client. Now, the Collections of a user are displayed in the list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
96
diff
changeset
|
4408 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties, |
0bec0112c8b3
Integrated the ProjectList into the client. Now, the Collections of a user are displayed in the list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
96
diff
changeset
|
4409 src/main/java/de/intevation/flys/client/client/FLYSMessages.java: |
0bec0112c8b3
Integrated the ProjectList into the client. Now, the Collections of a user are displayed in the list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
96
diff
changeset
|
4410 Added a format for datetime strings. |
0bec0112c8b3
Integrated the ProjectList into the client. Now, the Collections of a user are displayed in the list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
96
diff
changeset
|
4411 |
96
261a2ee7d9bb
Added a service that returns the collections of a specified user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
95
diff
changeset
|
4412 2011-03-29 Ingo Weinzierl <ingo@intevation.de> |
261a2ee7d9bb
Added a service that returns the collections of a specified user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
95
diff
changeset
|
4413 |
261a2ee7d9bb
Added a service that returns the collections of a specified user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
95
diff
changeset
|
4414 * src/main/java/de/intevation/flys/client/server/UserCollectionsServiceImpl.java, |
261a2ee7d9bb
Added a service that returns the collections of a specified user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
95
diff
changeset
|
4415 src/main/java/de/intevation/flys/client/client/services/UserCollectionsServiceAsync.java, |
261a2ee7d9bb
Added a service that returns the collections of a specified user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
95
diff
changeset
|
4416 src/main/java/de/intevation/flys/client/client/services/UserCollectionsService.java: |
261a2ee7d9bb
Added a service that returns the collections of a specified user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
95
diff
changeset
|
4417 New. This service returns a list of Collections owned by a specified |
261a2ee7d9bb
Added a service that returns the collections of a specified user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
95
diff
changeset
|
4418 user. |
261a2ee7d9bb
Added a service that returns the collections of a specified user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
95
diff
changeset
|
4419 |
261a2ee7d9bb
Added a service that returns the collections of a specified user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
95
diff
changeset
|
4420 * src/main/webapp/WEB-INF/web.xml: Registered the UserCollectionsService. |
261a2ee7d9bb
Added a service that returns the collections of a specified user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
95
diff
changeset
|
4421 |
95
e2abb6b9dc7e
A collection provides a method to retrieve its creation time now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
94
diff
changeset
|
4422 2011-03-29 Ingo Weinzierl <ingo@intevation.de> |
e2abb6b9dc7e
A collection provides a method to retrieve its creation time now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
94
diff
changeset
|
4423 |
e2abb6b9dc7e
A collection provides a method to retrieve its creation time now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
94
diff
changeset
|
4424 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java, |
e2abb6b9dc7e
A collection provides a method to retrieve its creation time now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
94
diff
changeset
|
4425 src/main/java/de/intevation/flys/client/shared/model/Collection.java: |
e2abb6b9dc7e
A collection provides a method to retrieve its creation time now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
94
diff
changeset
|
4426 Added methods to retrieve the creation time. |
e2abb6b9dc7e
A collection provides a method to retrieve its creation time now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
94
diff
changeset
|
4427 |
94
eb54fb9f5f2c
Fixed some issues.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
93
diff
changeset
|
4428 2011-03-29 Raimund Renkert <rrenkert@intevation.de> |
eb54fb9f5f2c
Fixed some issues.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
93
diff
changeset
|
4429 |
eb54fb9f5f2c
Fixed some issues.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
93
diff
changeset
|
4430 * src/main/java/de/intevation/flys/client/client/ui/MainMenu.java: Fixed code |
eb54fb9f5f2c
Fixed some issues.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
93
diff
changeset
|
4431 in ProjectList toggle method. |
eb54fb9f5f2c
Fixed some issues.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
93
diff
changeset
|
4432 |
eb54fb9f5f2c
Fixed some issues.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
93
diff
changeset
|
4433 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: Fixed |
eb54fb9f5f2c
Fixed some issues.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
93
diff
changeset
|
4434 the WQInputPanel label to have the correct size. |
eb54fb9f5f2c
Fixed some issues.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
93
diff
changeset
|
4435 |
93
cda0662a03d2
Added style information to avoid body margin.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
92
diff
changeset
|
4436 2011-03-29 Raimund Renkert <rrenkert@intevation.de> |
cda0662a03d2
Added style information to avoid body margin.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
92
diff
changeset
|
4437 |
cda0662a03d2
Added style information to avoid body margin.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
92
diff
changeset
|
4438 * src/main/webapp/FLYS.html: Added style information to avoid the smartgwt |
cda0662a03d2
Added style information to avoid body margin.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
92
diff
changeset
|
4439 theme margin. |
cda0662a03d2
Added style information to avoid body margin.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
92
diff
changeset
|
4440 |
92
fa3d9f79dff5
Changed some german strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
91
diff
changeset
|
4441 2011-03-29 Raimund Renkert <rrenkert@intevation.de> |
fa3d9f79dff5
Changed some german strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
91
diff
changeset
|
4442 |
fa3d9f79dff5
Changed some german strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
91
diff
changeset
|
4443 * src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties: |
fa3d9f79dff5
Changed some german strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
91
diff
changeset
|
4444 Changed some german strings. |
fa3d9f79dff5
Changed some german strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
91
diff
changeset
|
4445 |
fa3d9f79dff5
Changed some german strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
91
diff
changeset
|
4446 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
fa3d9f79dff5
Changed some german strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
91
diff
changeset
|
4447 Changed tab title. |
fa3d9f79dff5
Changed some german strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
91
diff
changeset
|
4448 |
91
0d8203594bb4
Resized CollectionView and set the content size to have a tabled style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
90
diff
changeset
|
4449 2011-03-29 Raimund Renkert <rrenkert@intevation.de> |
0d8203594bb4
Resized CollectionView and set the content size to have a tabled style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
90
diff
changeset
|
4450 |
0d8203594bb4
Resized CollectionView and set the content size to have a tabled style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
90
diff
changeset
|
4451 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
0d8203594bb4
Resized CollectionView and set the content size to have a tabled style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
90
diff
changeset
|
4452 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java, |
0d8203594bb4
Resized CollectionView and set the content size to have a tabled style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
90
diff
changeset
|
4453 src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java: Set |
0d8203594bb4
Resized CollectionView and set the content size to have a tabled style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
90
diff
changeset
|
4454 label width to have a tabled style for WINFO selections. |
0d8203594bb4
Resized CollectionView and set the content size to have a tabled style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
90
diff
changeset
|
4455 |
0d8203594bb4
Resized CollectionView and set the content size to have a tabled style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
90
diff
changeset
|
4456 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
0d8203594bb4
Resized CollectionView and set the content size to have a tabled style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
90
diff
changeset
|
4457 Resized window to fit the content size. |
0d8203594bb4
Resized CollectionView and set the content size to have a tabled style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
90
diff
changeset
|
4458 |
90
f8c240f28c2a
The title of the parameter tab will change after the module has been selectd.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
89
diff
changeset
|
4459 2011-03-29 Ingo Weinzierl <ingo@intevation.de> |
f8c240f28c2a
The title of the parameter tab will change after the module has been selectd.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
89
diff
changeset
|
4460 |
f8c240f28c2a
The title of the parameter tab will change after the module has been selectd.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
89
diff
changeset
|
4461 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
f8c240f28c2a
The title of the parameter tab will change after the module has been selectd.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
89
diff
changeset
|
4462 The ParameterList is a Tab now and can set its title itself. So, the |
f8c240f28c2a
The title of the parameter tab will change after the module has been selectd.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
89
diff
changeset
|
4463 title will change after the module is chosen. |
f8c240f28c2a
The title of the parameter tab will change after the module has been selectd.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
89
diff
changeset
|
4464 |
f8c240f28c2a
The title of the parameter tab will change after the module has been selectd.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
89
diff
changeset
|
4465 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
f8c240f28c2a
The title of the parameter tab will change after the module has been selectd.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
89
diff
changeset
|
4466 Removed code to insert the ParameterList into a new Tab. This is no longer |
f8c240f28c2a
The title of the parameter tab will change after the module has been selectd.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
89
diff
changeset
|
4467 needed, because the ParameterList is a Tab itself. |
f8c240f28c2a
The title of the parameter tab will change after the module has been selectd.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
89
diff
changeset
|
4468 |
89
131e3f23a74e
Modified the URL of the 'back button' image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
88
diff
changeset
|
4469 2011-03-29 Ingo Weinzierl <ingo@intevation.de> |
131e3f23a74e
Modified the URL of the 'back button' image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
88
diff
changeset
|
4470 |
131e3f23a74e
Modified the URL of the 'back button' image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
88
diff
changeset
|
4471 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, |
131e3f23a74e
Modified the URL of the 'back button' image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
88
diff
changeset
|
4472 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties, |
131e3f23a74e
Modified the URL of the 'back button' image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
88
diff
changeset
|
4473 src/main/java/de/intevation/flys/client/client/FLYSMessages.java: |
131e3f23a74e
Modified the URL of the 'back button' image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
88
diff
changeset
|
4474 Modified the string that points to the 'back button' image. |
131e3f23a74e
Modified the URL of the 'back button' image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
88
diff
changeset
|
4475 |
131e3f23a74e
Modified the URL of the 'back button' image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
88
diff
changeset
|
4476 * src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java: |
131e3f23a74e
Modified the URL of the 'back button' image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
88
diff
changeset
|
4477 Modified the URL that points to the 'back button' image. Now, the |
131e3f23a74e
Modified the URL of the 'back button' image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
88
diff
changeset
|
4478 base URL is taken into account as well. The button will be shown |
131e3f23a74e
Modified the URL of the 'back button' image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
88
diff
changeset
|
4479 everywhere now (in every installation)! |
131e3f23a74e
Modified the URL of the 'back button' image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
88
diff
changeset
|
4480 |
88
4d7c6a63602b
Fixed toggle method.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
87
diff
changeset
|
4481 2011-03-29 Raimund Renkert <rrenkert@intevation.de> |
4d7c6a63602b
Fixed toggle method.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
87
diff
changeset
|
4482 |
91
0d8203594bb4
Resized CollectionView and set the content size to have a tabled style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
90
diff
changeset
|
4483 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
0d8203594bb4
Resized CollectionView and set the content size to have a tabled style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
90
diff
changeset
|
4484 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java, |
0d8203594bb4
Resized CollectionView and set the content size to have a tabled style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
90
diff
changeset
|
4485 src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java: Set |
0d8203594bb4
Resized CollectionView and set the content size to have a tabled style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
90
diff
changeset
|
4486 label width to have a tabled style for WINFO selections. |
0d8203594bb4
Resized CollectionView and set the content size to have a tabled style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
90
diff
changeset
|
4487 |
0d8203594bb4
Resized CollectionView and set the content size to have a tabled style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
90
diff
changeset
|
4488 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
0d8203594bb4
Resized CollectionView and set the content size to have a tabled style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
90
diff
changeset
|
4489 Resized window to fit the content size. |
0d8203594bb4
Resized CollectionView and set the content size to have a tabled style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
90
diff
changeset
|
4490 |
0d8203594bb4
Resized CollectionView and set the content size to have a tabled style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
90
diff
changeset
|
4491 2011-03-29 Raimund Renkert <rrenkert@intevation.de> |
0d8203594bb4
Resized CollectionView and set the content size to have a tabled style.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
90
diff
changeset
|
4492 |
88
4d7c6a63602b
Fixed toggle method.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
87
diff
changeset
|
4493 * src/main/java/de/intevation/flys/client/client/ui/MainMenu.java: Fixed |
4d7c6a63602b
Fixed toggle method.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
87
diff
changeset
|
4494 toggle method. |
4d7c6a63602b
Fixed toggle method.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
87
diff
changeset
|
4495 |
87
c8cd1b918901
Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
86
diff
changeset
|
4496 2011-03-28 Ingo Weinzierl <ingo@intevation.de> |
c8cd1b918901
Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
86
diff
changeset
|
4497 |
c8cd1b918901
Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
86
diff
changeset
|
4498 * src/main/java/de/intevation/flys/client/shared/model/CollectionItem.java, |
c8cd1b918901
Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
86
diff
changeset
|
4499 src/main/java/de/intevation/flys/client/shared/model/DefaultCollectionItem.java: |
c8cd1b918901
Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
86
diff
changeset
|
4500 A CollectionItem has a hash() method now. The value comes from the |
c8cd1b918901
Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
86
diff
changeset
|
4501 Collection's DESCRIBE document. |
c8cd1b918901
Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
86
diff
changeset
|
4502 |
c8cd1b918901
Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
86
diff
changeset
|
4503 * src/main/java/de/intevation/flys/client/server/AddArtifactServiceImpl.java: |
c8cd1b918901
Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
86
diff
changeset
|
4504 The hash value of a collection item is parsed from DESCRIBE document. |
c8cd1b918901
Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
86
diff
changeset
|
4505 |
c8cd1b918901
Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
86
diff
changeset
|
4506 * src/main/java/de/intevation/flys/client/client/ui/ChartOutputTab.java: |
c8cd1b918901
Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
86
diff
changeset
|
4507 Appended the hash value of the artifact to the URL of the chart image. |
c8cd1b918901
Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
86
diff
changeset
|
4508 This bypasses the browser cache of a previous chart image. |
c8cd1b918901
Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
86
diff
changeset
|
4509 |
c8cd1b918901
Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
86
diff
changeset
|
4510 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
c8cd1b918901
Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
86
diff
changeset
|
4511 A parameterization change will always remove all output tabs before |
c8cd1b918901
Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
86
diff
changeset
|
4512 updating the output tab panel. |
c8cd1b918901
Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
86
diff
changeset
|
4513 |
86
eae92a05282e
Added a further plugin in the module selection and changed its alignment to vertical.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
85
diff
changeset
|
4514 2011-03-28 Ingo Weinzierl <ingo@intevation.de> |
eae92a05282e
Added a further plugin in the module selection and changed its alignment to vertical.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
85
diff
changeset
|
4515 |
eae92a05282e
Added a further plugin in the module selection and changed its alignment to vertical.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
85
diff
changeset
|
4516 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, |
eae92a05282e
Added a further plugin in the module selection and changed its alignment to vertical.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
85
diff
changeset
|
4517 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties, |
eae92a05282e
Added a further plugin in the module selection and changed its alignment to vertical.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
85
diff
changeset
|
4518 src/main/java/de/intevation/flys/client/client/FLYSMessages.java: |
eae92a05282e
Added a further plugin in the module selection and changed its alignment to vertical.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
85
diff
changeset
|
4519 Modified existing string and added a new one. |
eae92a05282e
Added a further plugin in the module selection and changed its alignment to vertical.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
85
diff
changeset
|
4520 |
eae92a05282e
Added a further plugin in the module selection and changed its alignment to vertical.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
85
diff
changeset
|
4521 * src/main/java/de/intevation/flys/client/client/ui/ModuleSelection.java: |
eae92a05282e
Added a further plugin in the module selection and changed its alignment to vertical.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
85
diff
changeset
|
4522 Added a further radio button for a plugin and changed the alignment of |
eae92a05282e
Added a further plugin in the module selection and changed its alignment to vertical.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
85
diff
changeset
|
4523 the radio button to vertical. |
eae92a05282e
Added a further plugin in the module selection and changed its alignment to vertical.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
85
diff
changeset
|
4524 |
85
d327cff11848
Removed a label from ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
84
diff
changeset
|
4525 2011-03-28 Ingo Weinzierl <ingo@intevation.de> |
d327cff11848
Removed a label from ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
84
diff
changeset
|
4526 |
d327cff11848
Removed a label from ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
84
diff
changeset
|
4527 * src/main/java/de/intevation/flys/client/client/ui/ChartOutputTab.java: |
d327cff11848
Removed a label from ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
84
diff
changeset
|
4528 Removed the "TODO: ThemeEditor" label. |
d327cff11848
Removed a label from ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
84
diff
changeset
|
4529 |
84
b8acb6a615f2
Removed the title (date string) of CollectionViews.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
83
diff
changeset
|
4530 2011-03-28 Ingo Weinzierl <ingo@intevation.de> |
b8acb6a615f2
Removed the title (date string) of CollectionViews.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
83
diff
changeset
|
4531 |
b8acb6a615f2
Removed the title (date string) of CollectionViews.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
83
diff
changeset
|
4532 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
b8acb6a615f2
Removed the title (date string) of CollectionViews.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
83
diff
changeset
|
4533 Removed the date string from title bar. |
b8acb6a615f2
Removed the title (date string) of CollectionViews.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
83
diff
changeset
|
4534 |
83
4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
82
diff
changeset
|
4535 2011-03-28 Ingo Weinzierl <ingo@intevation.de> |
4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
82
diff
changeset
|
4536 |
4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
82
diff
changeset
|
4537 * src/main/java/de/intevation/flys/client/client/ui/UIProvider.java, |
4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
82
diff
changeset
|
4538 src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java: |
4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
82
diff
changeset
|
4539 A UIProvider might now have a panel that can be used to render helper |
4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
82
diff
changeset
|
4540 widgets. E.g. the river selection will render its river map into this |
4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
82
diff
changeset
|
4541 panel. It is injected and can be placed somewhere around the |
4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
82
diff
changeset
|
4542 application. |
4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
82
diff
changeset
|
4543 |
4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
82
diff
changeset
|
4544 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
82
diff
changeset
|
4545 Injected the right panel of the parameter panel into the UIProvider. |
4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
82
diff
changeset
|
4546 Helper widgets are rendered into this panel now! |
4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
82
diff
changeset
|
4547 |
4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
82
diff
changeset
|
4548 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
82
diff
changeset
|
4549 src/main/java/de/intevation/flys/client/client/ui/MapSelection.java, |
4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
82
diff
changeset
|
4550 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java, |
4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
82
diff
changeset
|
4551 src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java, |
4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
82
diff
changeset
|
4552 src/main/java/de/intevation/flys/client/client/ui/ModuleSelection.java: |
4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
82
diff
changeset
|
4553 Some layout improvements (heights, position of elements and so far). |
4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
82
diff
changeset
|
4554 |
82
4c5fa2b0086a
The project list button toggles the project list now.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
81
diff
changeset
|
4555 2011-03-28 Raimund Renkert <rrenkert@intevation.de> |
4c5fa2b0086a
The project list button toggles the project list now.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
81
diff
changeset
|
4556 |
4c5fa2b0086a
The project list button toggles the project list now.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
81
diff
changeset
|
4557 * src/main/java/de/intevation/flys/client/client/ui/MainMenu.java: The project |
4c5fa2b0086a
The project list button toggles the project list now.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
81
diff
changeset
|
4558 list button toggles the project list now. |
4c5fa2b0086a
The project list button toggles the project list now.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
81
diff
changeset
|
4559 |
81
1d0fb625248d
Replaced next button image with smart gwt button.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
80
diff
changeset
|
4560 2011-03-28 Raimund Renkert <rrenkert@intevation.de> |
1d0fb625248d
Replaced next button image with smart gwt button.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
80
diff
changeset
|
4561 |
1d0fb625248d
Replaced next button image with smart gwt button.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
80
diff
changeset
|
4562 * src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java: |
1d0fb625248d
Replaced next button image with smart gwt button.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
80
diff
changeset
|
4563 Replaced next button image with smartgwt button. |
1d0fb625248d
Replaced next button image with smart gwt button.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
80
diff
changeset
|
4564 |
1d0fb625248d
Replaced next button image with smart gwt button.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
80
diff
changeset
|
4565 * src/main/java/de/intevation/flys/client/client/FLYSMessages.java: Removed |
1d0fb625248d
Replaced next button image with smart gwt button.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
80
diff
changeset
|
4566 button path, added text for new button. |
1d0fb625248d
Replaced next button image with smart gwt button.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
80
diff
changeset
|
4567 |
1d0fb625248d
Replaced next button image with smart gwt button.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
80
diff
changeset
|
4568 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties: |
1d0fb625248d
Replaced next button image with smart gwt button.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
80
diff
changeset
|
4569 Removed image path, added english text for button. |
1d0fb625248d
Replaced next button image with smart gwt button.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
80
diff
changeset
|
4570 |
1d0fb625248d
Replaced next button image with smart gwt button.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
80
diff
changeset
|
4571 * src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties: |
1d0fb625248d
Replaced next button image with smart gwt button.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
80
diff
changeset
|
4572 Removed image path, added german text for button. |
1d0fb625248d
Replaced next button image with smart gwt button.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
80
diff
changeset
|
4573 |
80
a26489e55730
Added footer and a spacer to the webpage layout.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
79
diff
changeset
|
4574 2011-03-28 Raimund Renkert <rrenkert@intevation.de> |
a26489e55730
Added footer and a spacer to the webpage layout.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
79
diff
changeset
|
4575 |
a26489e55730
Added footer and a spacer to the webpage layout.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
79
diff
changeset
|
4576 * src/main/java/de/intevation/flys/client/client/FLYSMessages.java: Added text |
a26489e55730
Added footer and a spacer to the webpage layout.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
79
diff
changeset
|
4577 for FLYSFooter. |
a26489e55730
Added footer and a spacer to the webpage layout.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
79
diff
changeset
|
4578 |
a26489e55730
Added footer and a spacer to the webpage layout.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
79
diff
changeset
|
4579 * src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties: |
a26489e55730
Added footer and a spacer to the webpage layout.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
79
diff
changeset
|
4580 Added german text for footer label. |
a26489e55730
Added footer and a spacer to the webpage layout.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
79
diff
changeset
|
4581 |
a26489e55730
Added footer and a spacer to the webpage layout.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
79
diff
changeset
|
4582 * src/main/java/de/intevation/flys/client/client/ui/FLYSFooter.java: New. A |
a26489e55730
Added footer and a spacer to the webpage layout.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
79
diff
changeset
|
4583 new ui element at the bottom of the page. |
a26489e55730
Added footer and a spacer to the webpage layout.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
79
diff
changeset
|
4584 |
a26489e55730
Added footer and a spacer to the webpage layout.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
79
diff
changeset
|
4585 * src/main/java/de/intevation/flys/client/client/FLYS.java: Added footer |
a26489e55730
Added footer and a spacer to the webpage layout.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
79
diff
changeset
|
4586 element to FLYS webpage. |
a26489e55730
Added footer and a spacer to the webpage layout.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
79
diff
changeset
|
4587 |
79
17815a7354bc
Customized background and ProjectList styles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
78
diff
changeset
|
4588 2011-03-28 Raimund Renkert <rrenkert@intevation.de> |
17815a7354bc
Customized background and ProjectList styles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
78
diff
changeset
|
4589 |
17815a7354bc
Customized background and ProjectList styles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
78
diff
changeset
|
4590 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
17815a7354bc
Customized background and ProjectList styles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
78
diff
changeset
|
4591 Customized ProjectList style. |
17815a7354bc
Customized background and ProjectList styles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
78
diff
changeset
|
4592 * src/main/java/de/intevation/flys/client/client/ui/FLYSView.java: Set |
17815a7354bc
Customized background and ProjectList styles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
78
diff
changeset
|
4593 background color and size constraints. |
17815a7354bc
Customized background and ProjectList styles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
78
diff
changeset
|
4594 |
17815a7354bc
Customized background and ProjectList styles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
78
diff
changeset
|
4595 * src/main/webapp/FLYS.css: Added background style. |
17815a7354bc
Customized background and ProjectList styles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
78
diff
changeset
|
4596 |
78
9ca5160cf080
Added a service that builds up requests to retrieve chart images. Use this service to display charts in the ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
77
diff
changeset
|
4597 2011-03-28 Ingo Weinzierl <ingo@intevation.de> |
9ca5160cf080
Added a service that builds up requests to retrieve chart images. Use this service to display charts in the ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
77
diff
changeset
|
4598 |
9ca5160cf080
Added a service that builds up requests to retrieve chart images. Use this service to display charts in the ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
77
diff
changeset
|
4599 * src/main/java/de/intevation/flys/client/client/ui/ChartOutputTab.java: |
9ca5160cf080
Added a service that builds up requests to retrieve chart images. Use this service to display charts in the ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
77
diff
changeset
|
4600 The right side of this panel displays an image now. This image |
9ca5160cf080
Added a service that builds up requests to retrieve chart images. Use this service to display charts in the ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
77
diff
changeset
|
4601 represents a chart that is generated by an artifact. The request is made |
9ca5160cf080
Added a service that builds up requests to retrieve chart images. Use this service to display charts in the ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
77
diff
changeset
|
4602 up in the ChartOutputServiceImpl. |
9ca5160cf080
Added a service that builds up requests to retrieve chart images. Use this service to display charts in the ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
77
diff
changeset
|
4603 |
9ca5160cf080
Added a service that builds up requests to retrieve chart images. Use this service to display charts in the ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
77
diff
changeset
|
4604 * src/main/java/de/intevation/flys/client/server/ChartOutputServiceImpl.java: |
9ca5160cf080
Added a service that builds up requests to retrieve chart images. Use this service to display charts in the ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
77
diff
changeset
|
4605 New. This service creates the request to retrieve chart images and |
9ca5160cf080
Added a service that builds up requests to retrieve chart images. Use this service to display charts in the ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
77
diff
changeset
|
4606 writes the response to the output stream. |
9ca5160cf080
Added a service that builds up requests to retrieve chart images. Use this service to display charts in the ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
77
diff
changeset
|
4607 |
9ca5160cf080
Added a service that builds up requests to retrieve chart images. Use this service to display charts in the ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
77
diff
changeset
|
4608 NOTE: This service is not asynchron! It is derived directly from |
9ca5160cf080
Added a service that builds up requests to retrieve chart images. Use this service to display charts in the ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
77
diff
changeset
|
4609 HttpServlet. |
9ca5160cf080
Added a service that builds up requests to retrieve chart images. Use this service to display charts in the ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
77
diff
changeset
|
4610 |
9ca5160cf080
Added a service that builds up requests to retrieve chart images. Use this service to display charts in the ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
77
diff
changeset
|
4611 * src/main/webapp/WEB-INF/web.xml: Registered the ChartOutputService. |
9ca5160cf080
Added a service that builds up requests to retrieve chart images. Use this service to display charts in the ChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
77
diff
changeset
|
4612 |
77
5b5ec0403844
Limited the area for CollectionView to the size of FLYSWorkspace.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
76
diff
changeset
|
4613 2011-03-25 Raimund Renkert <rrenkert@intevation.de> |
5b5ec0403844
Limited the area for CollectionView to the size of FLYSWorkspace.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
76
diff
changeset
|
4614 |
5b5ec0403844
Limited the area for CollectionView to the size of FLYSWorkspace.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
76
diff
changeset
|
4615 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
5b5ec0403844
Limited the area for CollectionView to the size of FLYSWorkspace.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
76
diff
changeset
|
4616 Limited the area for CollectionView to the size of FLYSWorkspace. |
5b5ec0403844
Limited the area for CollectionView to the size of FLYSWorkspace.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
76
diff
changeset
|
4617 |
76 | 4618 2011-03-28 Ingo Weinzierl <ingo@intevation.de> |
4619 | |
4620 * src/main/java/de/intevation/flys/client/client/ui/OutputTab.java: Fixed | |
4621 a typo. | |
4622 | |
75
571843833129
Added a panel that will be used to display chart output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
74
diff
changeset
|
4623 2011-03-28 Ingo Weinzierl <ingo@intevation.de> |
571843833129
Added a panel that will be used to display chart output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
74
diff
changeset
|
4624 |
571843833129
Added a panel that will be used to display chart output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
74
diff
changeset
|
4625 * src/main/java/de/intevation/flys/client/client/ui/ChartOutputTab.java: |
571843833129
Added a panel that will be used to display chart output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
74
diff
changeset
|
4626 An OutputTab with two panels. The left one is not implemented yet |
571843833129
Added a panel that will be used to display chart output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
74
diff
changeset
|
4627 (ThemeEditor). The right one will display an image. |
571843833129
Added a panel that will be used to display chart output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
74
diff
changeset
|
4628 |
571843833129
Added a panel that will be used to display chart output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
74
diff
changeset
|
4629 * src/main/java/de/intevation/flys/client/client/ui/OutputTab.java: The |
571843833129
Added a panel that will be used to display chart output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
74
diff
changeset
|
4630 content pane is set in the constructor. |
571843833129
Added a panel that will be used to display chart output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
74
diff
changeset
|
4631 |
571843833129
Added a panel that will be used to display chart output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
74
diff
changeset
|
4632 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
571843833129
Added a panel that will be used to display chart output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
74
diff
changeset
|
4633 New output tabs will use the ChartOutputTab. |
571843833129
Added a panel that will be used to display chart output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
74
diff
changeset
|
4634 |
571843833129
Added a panel that will be used to display chart output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
74
diff
changeset
|
4635 NOTE: We should move the code that constructs the concrete output tabs |
571843833129
Added a panel that will be used to display chart output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
74
diff
changeset
|
4636 into a factory class that decides which OutputTab has to be used. |
571843833129
Added a panel that will be used to display chart output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
74
diff
changeset
|
4637 |
74
c5586446f3c0
Available output modes are displayed in the tab bar of the collection view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
73
diff
changeset
|
4638 2011-03-28 Ingo Weinzierl <ingo@intevation.de> |
c5586446f3c0
Available output modes are displayed in the tab bar of the collection view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
73
diff
changeset
|
4639 |
c5586446f3c0
Available output modes are displayed in the tab bar of the collection view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
73
diff
changeset
|
4640 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
c5586446f3c0
Available output modes are displayed in the tab bar of the collection view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
73
diff
changeset
|
4641 The tab bar is extended with output tabs if the artifact used for the |
c5586446f3c0
Available output modes are displayed in the tab bar of the collection view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
73
diff
changeset
|
4642 parameterization reaches a state with output modes. |
c5586446f3c0
Available output modes are displayed in the tab bar of the collection view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
73
diff
changeset
|
4643 |
c5586446f3c0
Available output modes are displayed in the tab bar of the collection view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
73
diff
changeset
|
4644 * src/main/java/de/intevation/flys/client/client/ui/OutputTab.java: A |
c5586446f3c0
Available output modes are displayed in the tab bar of the collection view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
73
diff
changeset
|
4645 base class that might be used to derive concrete output tabs for charts, |
c5586446f3c0
Available output modes are displayed in the tab bar of the collection view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
73
diff
changeset
|
4646 maps and so on. |
c5586446f3c0
Available output modes are displayed in the tab bar of the collection view.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
73
diff
changeset
|
4647 |
73
39210a74db07
Moved parameterization specific code from CollectionView to ParameterList.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
72
diff
changeset
|
4648 2011-03-28 Ingo Weinzierl <ingo@intevation.de> |
39210a74db07
Moved parameterization specific code from CollectionView to ParameterList.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
72
diff
changeset
|
4649 |
39210a74db07
Moved parameterization specific code from CollectionView to ParameterList.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
72
diff
changeset
|
4650 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java, |
39210a74db07
Moved parameterization specific code from CollectionView to ParameterList.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
72
diff
changeset
|
4651 src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
39210a74db07
Moved parameterization specific code from CollectionView to ParameterList.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
72
diff
changeset
|
4652 Moved parameterization specific code from CollectionView to |
39210a74db07
Moved parameterization specific code from CollectionView to ParameterList.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
72
diff
changeset
|
4653 ParameterList. |
39210a74db07
Moved parameterization specific code from CollectionView to ParameterList.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
72
diff
changeset
|
4654 |
72
9b726350ab07
Moved ParameterList specific code into the ParameterList.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
71
diff
changeset
|
4655 2011-03-26 Ingo Weinzierl <ingo@intevation.de> |
9b726350ab07
Moved ParameterList specific code into the ParameterList.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
71
diff
changeset
|
4656 |
9b726350ab07
Moved ParameterList specific code into the ParameterList.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
71
diff
changeset
|
4657 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java, |
9b726350ab07
Moved ParameterList specific code into the ParameterList.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
71
diff
changeset
|
4658 src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
9b726350ab07
Moved ParameterList specific code into the ParameterList.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
71
diff
changeset
|
4659 Moved ParameterList specific code into the ParameterList. |
9b726350ab07
Moved ParameterList specific code into the ParameterList.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
71
diff
changeset
|
4660 |
71
987567f31200
Adjusted the return type of the CreateCollectionService and added code to react on Collection changes (like output modes).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
70
diff
changeset
|
4661 2011-03-25 Ingo Weinzierl <ingo@intevation.de> |
987567f31200
Adjusted the return type of the CreateCollectionService and added code to react on Collection changes (like output modes).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
70
diff
changeset
|
4662 |
987567f31200
Adjusted the return type of the CreateCollectionService and added code to react on Collection changes (like output modes).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
70
diff
changeset
|
4663 * src/main/java/de/intevation/flys/client/client/services/CreateCollectionService.java, |
987567f31200
Adjusted the return type of the CreateCollectionService and added code to react on Collection changes (like output modes).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
70
diff
changeset
|
4664 src/main/java/de/intevation/flys/client/client/services/CreateCollectionServiceAsync.java, |
987567f31200
Adjusted the return type of the CreateCollectionService and added code to react on Collection changes (like output modes).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
70
diff
changeset
|
4665 src/main/java/de/intevation/flys/client/server/CreateCollectionServiceImpl.java: |
987567f31200
Adjusted the return type of the CreateCollectionService and added code to react on Collection changes (like output modes).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
70
diff
changeset
|
4666 Changed the return type to 'Collection' - returned a UUID (String) |
987567f31200
Adjusted the return type of the CreateCollectionService and added code to react on Collection changes (like output modes).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
70
diff
changeset
|
4667 before. |
987567f31200
Adjusted the return type of the CreateCollectionService and added code to react on Collection changes (like output modes).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
70
diff
changeset
|
4668 |
987567f31200
Adjusted the return type of the CreateCollectionService and added code to react on Collection changes (like output modes).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
70
diff
changeset
|
4669 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
987567f31200
Adjusted the return type of the CreateCollectionService and added code to react on Collection changes (like output modes).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
70
diff
changeset
|
4670 The artifact is put into the collection (or new collection) if we reach |
987567f31200
Adjusted the return type of the CreateCollectionService and added code to react on Collection changes (like output modes).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
70
diff
changeset
|
4671 a step in the parameterization in that an artifact has reachable |
987567f31200
Adjusted the return type of the CreateCollectionService and added code to react on Collection changes (like output modes).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
70
diff
changeset
|
4672 outputs. Furthermore, some adjustments related to the changes of the |
987567f31200
Adjusted the return type of the CreateCollectionService and added code to react on Collection changes (like output modes).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
70
diff
changeset
|
4673 return type in the CreateCollectionService. |
987567f31200
Adjusted the return type of the CreateCollectionService and added code to react on Collection changes (like output modes).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
70
diff
changeset
|
4674 |
70
493efc8e4e28
Made the AddArtifactService accessible in the web.xml
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
69
diff
changeset
|
4675 2011-03-25 Ingo Weinzierl <ingo@intevation.de> |
493efc8e4e28
Made the AddArtifactService accessible in the web.xml
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
69
diff
changeset
|
4676 |
493efc8e4e28
Made the AddArtifactService accessible in the web.xml
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
69
diff
changeset
|
4677 * src/main/webapp/WEB-INF/web.xml: Made the AddArtifactService accessible. |
493efc8e4e28
Made the AddArtifactService accessible in the web.xml
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
69
diff
changeset
|
4678 |
69
4bdb18e5f484
Added a service to add artifacts to collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
68
diff
changeset
|
4679 2011-03-25 Ingo Weinzierl <ingo@intevation.de> |
4bdb18e5f484
Added a service to add artifacts to collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
68
diff
changeset
|
4680 |
4bdb18e5f484
Added a service to add artifacts to collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
68
diff
changeset
|
4681 * src/main/java/de/intevation/flys/client/client/services/AddArtifactServiceAsync.java, |
4bdb18e5f484
Added a service to add artifacts to collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
68
diff
changeset
|
4682 src/main/java/de/intevation/flys/client/client/services/AddArtifactService.java, |
4bdb18e5f484
Added a service to add artifacts to collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
68
diff
changeset
|
4683 src/main/java/de/intevation/flys/client/server/AddArtifactServiceImpl.java: |
4bdb18e5f484
Added a service to add artifacts to collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
68
diff
changeset
|
4684 New. This service adds an existing artifact to an existing collection. |
4bdb18e5f484
Added a service to add artifacts to collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
68
diff
changeset
|
4685 The return value of this service is a Collection that is filled with |
4bdb18e5f484
Added a service to add artifacts to collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
68
diff
changeset
|
4686 CollectionItems and OutputModes. |
4bdb18e5f484
Added a service to add artifacts to collections.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
68
diff
changeset
|
4687 |
68
157f7bea6299
Changed theme to smartgwt Enterprise Blue.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
67
diff
changeset
|
4688 2011-03-25 Raimund Renkert <rrenkert@intevation.de> |
157f7bea6299
Changed theme to smartgwt Enterprise Blue.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
67
diff
changeset
|
4689 |
157f7bea6299
Changed theme to smartgwt Enterprise Blue.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
67
diff
changeset
|
4690 * src/main/java/de/intevation/flys/client/FLYS.gwt.xml: Changed theme to |
157f7bea6299
Changed theme to smartgwt Enterprise Blue.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
67
diff
changeset
|
4691 smartgwt Enterprise Blue. |
157f7bea6299
Changed theme to smartgwt Enterprise Blue.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
67
diff
changeset
|
4692 |
67
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4693 2011-03-25 Ingo Weinzierl <ingo@intevation.de> |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4694 |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4695 * src/main/java/de/intevation/flys/client/shared/model/Facet.java, |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4696 src/main/java/de/intevation/flys/client/shared/model/DefaultFacet.java: |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4697 New. An interface and its default implementation that provide methods |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4698 to get information about facets. Currently, the only information that is |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4699 supported is the name of the facet. |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4700 |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4701 * src/main/java/de/intevation/flys/client/shared/model/CollectionItem.java, |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4702 src/main/java/de/intevation/flys/client/shared/model/DefaultCollectionItem.java: |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4703 New. An interface and its default implementation that provide methods to |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4704 get information about the available output modes and its facets of |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4705 artifacts -> a CollectionItem is related to an artifact - both have the |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4706 same identifier. |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4707 |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4708 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java, |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4709 src/main/java/de/intevation/flys/client/shared/model/Collection.java: |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4710 The Collection no longer stores references to artifacts, but to |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4711 CollectionItems. I have changed this, because the artifact contains a |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4712 lot more information we need for the Collections. So, I decided to |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4713 create CollectionItems that are related to artiacts but just know about |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4714 the possible outputmodes and facets. |
74257b95567b
Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
66
diff
changeset
|
4715 |
66
a361ce81abcf
Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
65
diff
changeset
|
4716 2011-03-24 Raimund Renkert <rrenkert@intevation.de> |
a361ce81abcf
Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
65
diff
changeset
|
4717 |
a361ce81abcf
Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
65
diff
changeset
|
4718 * src/main/java/de/intevation/flys/client/client/ui/MainMenu.java: Set styles |
a361ce81abcf
Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
65
diff
changeset
|
4719 for label. |
a361ce81abcf
Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
65
diff
changeset
|
4720 |
a361ce81abcf
Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
65
diff
changeset
|
4721 * src/main/java/de/intevation/flys/client/client/ui/FLYSHeader.java: Fixed the |
a361ce81abcf
Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
65
diff
changeset
|
4722 method to calculate the image width and resized the BfG logo. |
a361ce81abcf
Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
65
diff
changeset
|
4723 |
a361ce81abcf
Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
65
diff
changeset
|
4724 * src/main/webapp/FLYS.css: Introduced styles for fonts and BfG colorscheme. |
a361ce81abcf
Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
65
diff
changeset
|
4725 |
65
8f719fa1a691
The output modes of an artifact are extracted from DESCRIBE document and put into the ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
64
diff
changeset
|
4726 2011-03-23 Ingo Weinzierl <ingo@intevation.de> |
8f719fa1a691
The output modes of an artifact are extracted from DESCRIBE document and put into the ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
64
diff
changeset
|
4727 |
8f719fa1a691
The output modes of an artifact are extracted from DESCRIBE document and put into the ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
64
diff
changeset
|
4728 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: |
8f719fa1a691
The output modes of an artifact are extracted from DESCRIBE document and put into the ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
64
diff
changeset
|
4729 Extract the output modes from DESCRIBE document and fill the |
8f719fa1a691
The output modes of an artifact are extracted from DESCRIBE document and put into the ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
64
diff
changeset
|
4730 ArtifactDescription with those objects. |
8f719fa1a691
The output modes of an artifact are extracted from DESCRIBE document and put into the ArtifactDescription.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
64
diff
changeset
|
4731 |
64
3d646d3e8e27
Enhanced the ArtifactDescription and its default implementation to provide output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
63
diff
changeset
|
4732 2011-03-23 Ingo Weinzierl <ingo@intevation.de> |
3d646d3e8e27
Enhanced the ArtifactDescription and its default implementation to provide output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
63
diff
changeset
|
4733 |
3d646d3e8e27
Enhanced the ArtifactDescription and its default implementation to provide output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
63
diff
changeset
|
4734 * src/main/java/de/intevation/flys/client/shared/model/ArtifactDescription.java: |
3d646d3e8e27
Enhanced the ArtifactDescription and its default implementation to provide output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
63
diff
changeset
|
4735 Added a method to retrieve the available output modes of the artifact. |
3d646d3e8e27
Enhanced the ArtifactDescription and its default implementation to provide output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
63
diff
changeset
|
4736 |
3d646d3e8e27
Enhanced the ArtifactDescription and its default implementation to provide output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
63
diff
changeset
|
4737 * src/main/java/de/intevation/flys/client/shared/model/DefaultArtifactDescription.java: |
3d646d3e8e27
Enhanced the ArtifactDescription and its default implementation to provide output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
63
diff
changeset
|
4738 Implemented the method to retrieve the available output modes and |
3d646d3e8e27
Enhanced the ArtifactDescription and its default implementation to provide output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
63
diff
changeset
|
4739 enhanced the default constructor with a parameter for output modes. |
3d646d3e8e27
Enhanced the ArtifactDescription and its default implementation to provide output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
63
diff
changeset
|
4740 |
63
c8e651530f34
Added an interface and its default implementation to describe an output mode of an artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
62
diff
changeset
|
4741 2011-03-23 Ingo Weinzierl <ingo@intevation.de> |
c8e651530f34
Added an interface and its default implementation to describe an output mode of an artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
62
diff
changeset
|
4742 |
c8e651530f34
Added an interface and its default implementation to describe an output mode of an artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
62
diff
changeset
|
4743 * src/main/java/de/intevation/flys/client/shared/model/OutputMode.java, |
c8e651530f34
Added an interface and its default implementation to describe an output mode of an artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
62
diff
changeset
|
4744 src/main/java/de/intevation/flys/client/shared/model/DefaultOutputMode.java: |
c8e651530f34
Added an interface and its default implementation to describe an output mode of an artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
62
diff
changeset
|
4745 New. An interface and its default implementation that describes |
c8e651530f34
Added an interface and its default implementation to describe an output mode of an artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
62
diff
changeset
|
4746 available output modes of artifacts. |
c8e651530f34
Added an interface and its default implementation to describe an output mode of an artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
62
diff
changeset
|
4747 |
62
faf565d22c9a
Moved image sources to an own directory to avoid that those files are included in the web application archive.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
61
diff
changeset
|
4748 2011-03-21 Ingo Weinzierl <ingo@intevation.de> |
faf565d22c9a
Moved image sources to an own directory to avoid that those files are included in the web application archive.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
61
diff
changeset
|
4749 |
faf565d22c9a
Moved image sources to an own directory to avoid that those files are included in the web application archive.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
61
diff
changeset
|
4750 * src/main/webapp/images/next.xcf: Moved to images/next.xcf to avoid that |
faf565d22c9a
Moved image sources to an own directory to avoid that those files are included in the web application archive.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
61
diff
changeset
|
4751 this file is included in the WAR archive of the web application. |
faf565d22c9a
Moved image sources to an own directory to avoid that those files are included in the web application archive.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
61
diff
changeset
|
4752 |
faf565d22c9a
Moved image sources to an own directory to avoid that those files are included in the web application archive.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
61
diff
changeset
|
4753 * images/next.xcf: Moved from src/main/webapp/images/next.xcf. |
faf565d22c9a
Moved image sources to an own directory to avoid that those files are included in the web application archive.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
61
diff
changeset
|
4754 |
61
f983d5ce6402
Display human readable strings of the selected values in the UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
60
diff
changeset
|
4755 2011-03-21 Ingo Weinzierl <ingo@intevation.de> |
f983d5ce6402
Display human readable strings of the selected values in the UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
60
diff
changeset
|
4756 |
f983d5ce6402
Display human readable strings of the selected values in the UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
60
diff
changeset
|
4757 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: |
f983d5ce6402
Display human readable strings of the selected values in the UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
60
diff
changeset
|
4758 Parse the selected values as human readable strings from the static UI |
f983d5ce6402
Display human readable strings of the selected values in the UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
60
diff
changeset
|
4759 part. |
f983d5ce6402
Display human readable strings of the selected values in the UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
60
diff
changeset
|
4760 |
f983d5ce6402
Display human readable strings of the selected values in the UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
60
diff
changeset
|
4761 * src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java: |
f983d5ce6402
Display human readable strings of the selected values in the UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
60
diff
changeset
|
4762 Display human readable values in the static UI part. |
f983d5ce6402
Display human readable strings of the selected values in the UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
60
diff
changeset
|
4763 |
60
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4764 2011-03-21 Ingo Weinzierl <ingo@intevation.de> |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4765 |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4766 * src/main/java/de/intevation/flys/client/client/event/HasStepBackHandlers.java, |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4767 src/main/java/de/intevation/flys/client/client/event/StepBackHandler.java, |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4768 src/main/java/de/intevation/flys/client/client/event/StepBackEvent.java: |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4769 New. These classes are used to realize a notification mechanism to |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4770 listen to the step-back part of the advance() operation. UI elements |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4771 should fire a StepBackEvent if the user tries to step back to a previous |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4772 state. |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4773 |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4774 * src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java: |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4775 The UIProvider implements the HasStepBackHandlers interface and fires |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4776 StepBackEvents if the 'back' button has been clicked. |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4777 |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4778 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4779 Listens to StepBackEvents. If such an event is received, we gonna remove |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4780 all old state items from the list and revert the view. Afterwards, the |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4781 artifact description is used to redraw the whole view. |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4782 |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4783 NOTE: I think we should just remove those items that belong to states |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4784 between the current state and the target state. This would avoid a |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4785 complete refresh of the ParameterPanel. |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4786 |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4787 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4788 Listens to StepBackEvents. If such an event is received, the advance() |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4789 operation is triggerd with the current artifact and the new target |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4790 state identifier to step back to that state. |
f793d35bfb08
Implemented a mechanism to step back to previous states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
59
diff
changeset
|
4791 |
59
a3d235c63195
Save the data explicitly in the LocationDistancePanel and WQInputPanel before returning the user input to avoid a nullpointer exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
58
diff
changeset
|
4792 2011-03-18 Ingo Weinzierl <ingo@intevation.de> |
a3d235c63195
Save the data explicitly in the LocationDistancePanel and WQInputPanel before returning the user input to avoid a nullpointer exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
58
diff
changeset
|
4793 |
a3d235c63195
Save the data explicitly in the LocationDistancePanel and WQInputPanel before returning the user input to avoid a nullpointer exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
58
diff
changeset
|
4794 * src/main/java/de/intevation/flys/client/client/ui/DoubleRangePanel.java, |
a3d235c63195
Save the data explicitly in the LocationDistancePanel and WQInputPanel before returning the user input to avoid a nullpointer exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
58
diff
changeset
|
4795 src/main/java/de/intevation/flys/client/client/ui/DoubleArrayPanel.java: |
a3d235c63195
Save the data explicitly in the LocationDistancePanel and WQInputPanel before returning the user input to avoid a nullpointer exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
58
diff
changeset
|
4796 The methods that validates a FormItem will skip StaticTextItem |
a3d235c63195
Save the data explicitly in the LocationDistancePanel and WQInputPanel before returning the user input to avoid a nullpointer exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
58
diff
changeset
|
4797 validation. |
a3d235c63195
Save the data explicitly in the LocationDistancePanel and WQInputPanel before returning the user input to avoid a nullpointer exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
58
diff
changeset
|
4798 |
a3d235c63195
Save the data explicitly in the LocationDistancePanel and WQInputPanel before returning the user input to avoid a nullpointer exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
58
diff
changeset
|
4799 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
a3d235c63195
Save the data explicitly in the LocationDistancePanel and WQInputPanel before returning the user input to avoid a nullpointer exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
58
diff
changeset
|
4800 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
a3d235c63195
Save the data explicitly in the LocationDistancePanel and WQInputPanel before returning the user input to avoid a nullpointer exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
58
diff
changeset
|
4801 Added a mechanism to validate and save user input before returning the |
a3d235c63195
Save the data explicitly in the LocationDistancePanel and WQInputPanel before returning the user input to avoid a nullpointer exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
58
diff
changeset
|
4802 data entered in the fields. |
a3d235c63195
Save the data explicitly in the LocationDistancePanel and WQInputPanel before returning the user input to avoid a nullpointer exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
58
diff
changeset
|
4803 Reason: the BlurEvent - after that we gonne validate and save the input |
a3d235c63195
Save the data explicitly in the LocationDistancePanel and WQInputPanel before returning the user input to avoid a nullpointer exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
58
diff
changeset
|
4804 stuff - is not fired when the focus is still in one of the text fields |
a3d235c63195
Save the data explicitly in the LocationDistancePanel and WQInputPanel before returning the user input to avoid a nullpointer exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
58
diff
changeset
|
4805 and we click the 'next' button immediately. A nullpointer exception |
a3d235c63195
Save the data explicitly in the LocationDistancePanel and WQInputPanel before returning the user input to avoid a nullpointer exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
58
diff
changeset
|
4806 would be the result (which is avoided with the mechanism). |
a3d235c63195
Save the data explicitly in the LocationDistancePanel and WQInputPanel before returning the user input to avoid a nullpointer exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
58
diff
changeset
|
4807 |
58
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4808 2011-03-18 Ingo Weinzierl <ingo@intevation.de> |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4809 |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4810 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4811 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties, |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4812 src/main/java/de/intevation/flys/client/client/FLYSMessages.java: |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4813 Added localized strings that point to the source of the 'back' button. |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4814 |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4815 * src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java: |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4816 Added a new method that creates the 'back' button and returns it. |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4817 |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4818 TODO: Fire an event that triggers the ADVANCE action. |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4819 |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4820 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4821 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java, |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4822 src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java: |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4823 Append the 'back' button in the panel with the 'old' parameters. |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4824 |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4825 * src/main/webapp/images/back.png, |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4826 src/main/webapp/images/back_en.png, |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4827 src/main/webapp/images/back_de.png: New. Images für the 'back' button in |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4828 the parameterization. |
d018995fbee7
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).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
57
diff
changeset
|
4829 |
57
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4830 2011-03-18 Ingo Weinzierl <ingo@intevation.de> |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4831 |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4832 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4833 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties, |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4834 src/main/java/de/intevation/flys/client/client/FLYSMessages.java: Added |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4835 localized strings that point to the images of the 'next' button. |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4836 |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4837 * src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java: |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4838 There is a method that creates the 'next' button, adds the UIProvider as |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4839 ClickHandler and returns the button. |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4840 |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4841 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4842 src/main/java/de/intevation/flys/client/client/ui/ParameterList.java, |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4843 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java, |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4844 src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java, |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4845 src/main/java/de/intevation/flys/client/client/ui/ModuleSelection.java: |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4846 The 'next' button is created in the AbstractUIProvider. So, we have a |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4847 central place to adjust the look of this button. |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4848 |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4849 * src/main/webapp/images/next.xcf, |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4850 src/main/webapp/images/next.png, |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4851 src/main/webapp/images/next_en.png, |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4852 src/main/webapp/images/next_de.png: Images for the 'next' button in the |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4853 parameterization. |
246af33f621c
Adjusted the look of the 'next' button in the parameter panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
56
diff
changeset
|
4854 |
56
c9c19761a449
Read min/max values for the distance modes in WQInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
55
diff
changeset
|
4855 2011-03-18 Ingo Weinzierl <ingo@intevation.de> |
c9c19761a449
Read min/max values for the distance modes in WQInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
55
diff
changeset
|
4856 |
c9c19761a449
Read min/max values for the distance modes in WQInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
55
diff
changeset
|
4857 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
c9c19761a449
Read min/max values for the distance modes in WQInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
55
diff
changeset
|
4858 Read min/max values and define those values as default values for the |
c9c19761a449
Read min/max values for the distance modes in WQInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
55
diff
changeset
|
4859 distance modes. |
c9c19761a449
Read min/max values for the distance modes in WQInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
55
diff
changeset
|
4860 |
55
4439f642f632
Read min/max values for the distance mode in the LocationDistancePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
54
diff
changeset
|
4861 2011-03-18 Ingo Weinzierl <ingo@intevation.de> |
4439f642f632
Read min/max values for the distance mode in the LocationDistancePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
54
diff
changeset
|
4862 |
4439f642f632
Read min/max values for the distance mode in the LocationDistancePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
54
diff
changeset
|
4863 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: |
4439f642f632
Read min/max values for the distance mode in the LocationDistancePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
54
diff
changeset
|
4864 Read min/max values and define those values as default values for the |
4439f642f632
Read min/max values for the distance mode in the LocationDistancePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
54
diff
changeset
|
4865 distance mode. |
4439f642f632
Read min/max values for the distance mode in the LocationDistancePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
54
diff
changeset
|
4866 |
54
0db278371632
Remove the dynamic parameter panel if a state is reached that doesn't need any user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
53
diff
changeset
|
4867 2011-03-18 Ingo Weinzierl <ingo@intevation.de> |
0db278371632
Remove the dynamic parameter panel if a state is reached that doesn't need any user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
53
diff
changeset
|
4868 |
0db278371632
Remove the dynamic parameter panel if a state is reached that doesn't need any user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
53
diff
changeset
|
4869 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java, |
0db278371632
Remove the dynamic parameter panel if a state is reached that doesn't need any user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
53
diff
changeset
|
4870 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
0db278371632
Remove the dynamic parameter panel if a state is reached that doesn't need any user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
53
diff
changeset
|
4871 When a state is reached with no further user input, the 'current' |
0db278371632
Remove the dynamic parameter panel if a state is reached that doesn't need any user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
53
diff
changeset
|
4872 property of the ParameterList is set to 'null' and no dynamic panel is |
0db278371632
Remove the dynamic parameter panel if a state is reached that doesn't need any user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
53
diff
changeset
|
4873 shown. |
0db278371632
Remove the dynamic parameter panel if a state is reached that doesn't need any user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
53
diff
changeset
|
4874 |
53
3d5d7788d471
The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
52
diff
changeset
|
4875 2011-03-17 Ingo Weinzierl <ingo@intevation.de> |
3d5d7788d471
The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
52
diff
changeset
|
4876 |
3d5d7788d471
The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
52
diff
changeset
|
4877 * src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties: |
3d5d7788d471
The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
52
diff
changeset
|
4878 Fixed a typo. |
3d5d7788d471
The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
52
diff
changeset
|
4879 |
3d5d7788d471
The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
52
diff
changeset
|
4880 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
3d5d7788d471
The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
52
diff
changeset
|
4881 The widgets displayed in the static panel are created using the |
3d5d7788d471
The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
52
diff
changeset
|
4882 UIProvider defined in the DataList. |
3d5d7788d471
The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
52
diff
changeset
|
4883 |
3d5d7788d471
The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
52
diff
changeset
|
4884 * src/main/java/de/intevation/flys/client/client/ui/UIProvider.java: There |
3d5d7788d471
The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
52
diff
changeset
|
4885 is a new method createOld() that is used to create the static |
3d5d7788d471
The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
52
diff
changeset
|
4886 representation of a DataList. |
3d5d7788d471
The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
52
diff
changeset
|
4887 |
3d5d7788d471
The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
52
diff
changeset
|
4888 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
3d5d7788d471
The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
52
diff
changeset
|
4889 src/main/java/de/intevation/flys/client/client/ui/MapSelection.java, |
3d5d7788d471
The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
52
diff
changeset
|
4890 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java, |
3d5d7788d471
The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
52
diff
changeset
|
4891 src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java: |
3d5d7788d471
The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
52
diff
changeset
|
4892 Implemented the createOld() method. |
3d5d7788d471
The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
52
diff
changeset
|
4893 |
52
1d0be51ab93b
The DataList has a label now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
51
diff
changeset
|
4894 2011-03-17 Ingo Weinzierl <ingo@intevation.de> |
1d0be51ab93b
The DataList has a label now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
51
diff
changeset
|
4895 |
1d0be51ab93b
The DataList has a label now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
51
diff
changeset
|
4896 * src/main/java/de/intevation/flys/client/shared/model/DataList.java: |
1d0be51ab93b
The DataList has a label now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
51
diff
changeset
|
4897 Added a constructor to create a DataList with a label. |
1d0be51ab93b
The DataList has a label now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
51
diff
changeset
|
4898 |
1d0be51ab93b
The DataList has a label now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
51
diff
changeset
|
4899 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: |
1d0be51ab93b
The DataList has a label now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
51
diff
changeset
|
4900 Read the label of the static state data objects and create the DataList |
1d0be51ab93b
The DataList has a label now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
51
diff
changeset
|
4901 objects with this attribute. |
1d0be51ab93b
The DataList has a label now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
51
diff
changeset
|
4902 |
51
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4903 2011-03-17 Ingo Weinzierl <ingo@intevation.de> |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4904 |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4905 * src/main/java/de/intevation/flys/client/shared/model/DataList.java: This |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4906 data structure manages a list of Data objects. A DataList is the list of |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4907 Data objects that a single State can have. So, this class has methods to |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4908 retrieve the name of the state it belongs to, the list of Data objects, |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4909 the recommended UIProvider and a label. |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4910 |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4911 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java, |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4912 src/main/java/de/intevation/flys/client/shared/model/ArtifactDescription.java, |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4913 src/main/java/de/intevation/flys/client/shared/model/DefaultArtifactDescription.java, |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4914 src/main/java/de/intevation/flys/client/shared/model/Data.java, |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4915 src/main/java/de/intevation/flys/client/shared/model/DefaultData.java, |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4916 src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4917 src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java, |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4918 src/main/java/de/intevation/flys/client/client/ui/ParameterList.java, |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4919 src/main/java/de/intevation/flys/client/client/ui/MapSelection.java, |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4920 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java, |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4921 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java, |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4922 src/main/java/de/intevation/flys/client/client/ui/UIProvider.java, |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4923 src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java, |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4924 src/main/java/de/intevation/flys/client/client/ui/ModuleSelection.java: |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4925 Necessary refactoring to introduce the DataList data structure to manage |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4926 the list of Data objects a single State provides. |
a2923d63f530
Introduced a data structure DataList to manage to list of Data objects of a single state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
50
diff
changeset
|
4927 |
50
827eb4e06ebf
Added space between old params panel and new params panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
49
diff
changeset
|
4928 2011-03-17 Ingo Weinzierl <ingo@intevation.de> |
827eb4e06ebf
Added space between old params panel and new params panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
49
diff
changeset
|
4929 |
827eb4e06ebf
Added space between old params panel and new params panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
49
diff
changeset
|
4930 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
827eb4e06ebf
Added space between old params panel and new params panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
49
diff
changeset
|
4931 Added a bit more space between the values that have been entered in |
827eb4e06ebf
Added space between old params panel and new params panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
49
diff
changeset
|
4932 former states and the current input panel. |
827eb4e06ebf
Added space between old params panel and new params panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
49
diff
changeset
|
4933 |
49
d573ae975330
Some refactoring (imports, etc).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
48
diff
changeset
|
4934 2011-03-17 Ingo Weinzierl <ingo@intevation.de> |
d573ae975330
Some refactoring (imports, etc).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
48
diff
changeset
|
4935 |
d573ae975330
Some refactoring (imports, etc).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
48
diff
changeset
|
4936 * src/main/java/de/intevation/flys/client/server/UserServiceImpl.java, |
d573ae975330
Some refactoring (imports, etc).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
48
diff
changeset
|
4937 src/main/java/de/intevation/flys/client/shared/model/Data.java, |
d573ae975330
Some refactoring (imports, etc).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
48
diff
changeset
|
4938 src/main/java/de/intevation/flys/client/shared/model/DefaultData.java, |
d573ae975330
Some refactoring (imports, etc).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
48
diff
changeset
|
4939 src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
d573ae975330
Some refactoring (imports, etc).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
48
diff
changeset
|
4940 src/main/java/de/intevation/flys/client/client/ui/MapSelection.java, |
d573ae975330
Some refactoring (imports, etc).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
48
diff
changeset
|
4941 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
d573ae975330
Some refactoring (imports, etc).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
48
diff
changeset
|
4942 Removed needless imported. |
d573ae975330
Some refactoring (imports, etc).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
48
diff
changeset
|
4943 |
d573ae975330
Some refactoring (imports, etc).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
48
diff
changeset
|
4944 * src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java: |
d573ae975330
Some refactoring (imports, etc).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
48
diff
changeset
|
4945 The SelectProvider extends the AbstractUIProvider now. Now, each |
d573ae975330
Some refactoring (imports, etc).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
48
diff
changeset
|
4946 concrete UIProvider is an instance of the AbstractUIProvider that |
d573ae975330
Some refactoring (imports, etc).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
48
diff
changeset
|
4947 handles some basic events. |
d573ae975330
Some refactoring (imports, etc).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
48
diff
changeset
|
4948 |
48
6e191588a295
Render the Single-W panel initially when the WQInputPanel is rendered.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
47
diff
changeset
|
4949 2011-03-17 Ingo Weinzierl <ingo@intevation.de> |
6e191588a295
Render the Single-W panel initially when the WQInputPanel is rendered.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
47
diff
changeset
|
4950 |
6e191588a295
Render the Single-W panel initially when the WQInputPanel is rendered.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
47
diff
changeset
|
4951 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
6e191588a295
Render the Single-W panel initially when the WQInputPanel is rendered.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
47
diff
changeset
|
4952 The Single-W panel is displayed initially when the WQInputPanel is |
6e191588a295
Render the Single-W panel initially when the WQInputPanel is rendered.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
47
diff
changeset
|
4953 rendered. |
6e191588a295
Render the Single-W panel initially when the WQInputPanel is rendered.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
47
diff
changeset
|
4954 |
47
45ae03d9ca2b
Implemented the getData() method of the WQInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
46
diff
changeset
|
4955 2011-03-17 Ingo Weinzierl <ingo@intevation.de> |
45ae03d9ca2b
Implemented the getData() method of the WQInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
46
diff
changeset
|
4956 |
45ae03d9ca2b
Implemented the getData() method of the WQInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
46
diff
changeset
|
4957 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
45ae03d9ca2b
Implemented the getData() method of the WQInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
46
diff
changeset
|
4958 Implemented some methods to retrieve the data that have been entered by |
45ae03d9ca2b
Implemented the getData() method of the WQInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
46
diff
changeset
|
4959 the user. The getData() method retrieves data now! |
45ae03d9ca2b
Implemented the getData() method of the WQInputPanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
46
diff
changeset
|
4960 |
46
0d4795b4f284
Implemented the getData() method of the LocationDistancePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
45
diff
changeset
|
4961 2011-03-17 Ingo Weinzierl <ingo@intevation.de> |
0d4795b4f284
Implemented the getData() method of the LocationDistancePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
45
diff
changeset
|
4962 |
0d4795b4f284
Implemented the getData() method of the LocationDistancePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
45
diff
changeset
|
4963 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: |
0d4795b4f284
Implemented the getData() method of the LocationDistancePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
45
diff
changeset
|
4964 Implemented some methods to retrieve the data that have been entered by |
0d4795b4f284
Implemented the getData() method of the LocationDistancePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
45
diff
changeset
|
4965 the user. The getData() method retrieves data now! |
0d4795b4f284
Implemented the getData() method of the LocationDistancePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
45
diff
changeset
|
4966 |
45
f99c5f8e4672
Some GUI improvements in the Location/Distance, W/Q and Module panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
44
diff
changeset
|
4967 2011-03-17 Ingo Weinzierl <ingo@intevation.de> |
f99c5f8e4672
Some GUI improvements in the Location/Distance, W/Q and Module panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
44
diff
changeset
|
4968 |
f99c5f8e4672
Some GUI improvements in the Location/Distance, W/Q and Module panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
44
diff
changeset
|
4969 * src/main/java/de/intevation/flys/client/client/ui/ModuleSelection.java: |
f99c5f8e4672
Some GUI improvements in the Location/Distance, W/Q and Module panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
44
diff
changeset
|
4970 Defined the 'WINFO' plugin as default plugin. The initial view will |
f99c5f8e4672
Some GUI improvements in the Location/Distance, W/Q and Module panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
44
diff
changeset
|
4971 display a preselcted winfo radio button. |
f99c5f8e4672
Some GUI improvements in the Location/Distance, W/Q and Module panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
44
diff
changeset
|
4972 |
f99c5f8e4672
Some GUI improvements in the Location/Distance, W/Q and Module panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
44
diff
changeset
|
4973 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: |
f99c5f8e4672
Some GUI improvements in the Location/Distance, W/Q and Module panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
44
diff
changeset
|
4974 Added the missing 'next' button. |
f99c5f8e4672
Some GUI improvements in the Location/Distance, W/Q and Module panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
44
diff
changeset
|
4975 |
f99c5f8e4672
Some GUI improvements in the Location/Distance, W/Q and Module panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
44
diff
changeset
|
4976 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
f99c5f8e4672
Some GUI improvements in the Location/Distance, W/Q and Module panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
44
diff
changeset
|
4977 Added the ClickHandler to the 'next' button. |
f99c5f8e4672
Some GUI improvements in the Location/Distance, W/Q and Module panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
44
diff
changeset
|
4978 |
44
3853210f2d18
Enhanced the UIProviderFactory.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
43
diff
changeset
|
4979 2011-03-17 Ingo Weinzierl <ingo@intevation.de> |
3853210f2d18
Enhanced the UIProviderFactory.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
43
diff
changeset
|
4980 |
3853210f2d18
Enhanced the UIProviderFactory.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
43
diff
changeset
|
4981 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: |
3853210f2d18
Enhanced the UIProviderFactory.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
43
diff
changeset
|
4982 The 'uiprovider' attribute 'wq_panel' will return a WQInputPanel |
3853210f2d18
Enhanced the UIProviderFactory.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
43
diff
changeset
|
4983 provider. |
3853210f2d18
Enhanced the UIProviderFactory.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
43
diff
changeset
|
4984 |
43
6bcd8e3f21a7
Refactored the LocationDistancePanel, so that is uses the DoubleArrayPanel and DoubleRangePanel from the last commit as well.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
42
diff
changeset
|
4985 2011-03-16 Ingo Weinzierl <ingo@intevation.de> |
6bcd8e3f21a7
Refactored the LocationDistancePanel, so that is uses the DoubleArrayPanel and DoubleRangePanel from the last commit as well.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
42
diff
changeset
|
4986 |
6bcd8e3f21a7
Refactored the LocationDistancePanel, so that is uses the DoubleArrayPanel and DoubleRangePanel from the last commit as well.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
42
diff
changeset
|
4987 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: |
6bcd8e3f21a7
Refactored the LocationDistancePanel, so that is uses the DoubleArrayPanel and DoubleRangePanel from the last commit as well.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
42
diff
changeset
|
4988 Some refactoring. This class now uses the DoubleRangePanel and |
6bcd8e3f21a7
Refactored the LocationDistancePanel, so that is uses the DoubleArrayPanel and DoubleRangePanel from the last commit as well.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
42
diff
changeset
|
4989 DoubleArrayPanel for the two different input modes as well. |
6bcd8e3f21a7
Refactored the LocationDistancePanel, so that is uses the DoubleArrayPanel and DoubleRangePanel from the last commit as well.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
42
diff
changeset
|
4990 |
42
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
4991 2011-03-16 Ingo Weinzierl <ingo@intevation.de> |
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
4992 |
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
4993 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, |
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
4994 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties, |
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
4995 src/main/java/de/intevation/flys/client/client/FLYSMessages.java: Added |
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
4996 i18n strings used in the WQInputPanel. |
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
4997 |
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
4998 * src/main/java/de/intevation/flys/client/client/ui/DoubleRangePanel.java: |
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
4999 New. This panel contains three input fields that enables the user to |
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
5000 enter a start and end value and a step width. Furthermore, there are |
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
5001 methods to validate the fields and to retrieve its values. |
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
5002 |
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
5003 * src/main/java/de/intevation/flys/client/client/ui/DoubleArrayPanel.java: |
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
5004 New. This panel contains a single input field that enables the user to |
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
5005 enter a list of double values. There is a method to validate the input |
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
5006 and a method to retrieve the list of entered double values. |
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
5007 |
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
5008 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
5009 New. This panel allows the user to enter W or Q values for single or |
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
5010 range input in one single state. |
ba7df4a24ae0
Added a new widget to enter w/Q values in single and range mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
41
diff
changeset
|
5011 |
41
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5012 2011-03-16 Ingo Weinzierl <ingo@intevation.de> |
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5013 |
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5014 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, |
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5015 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties, |
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5016 src/main/java/de/intevation/flys/client/client/FLYSMessages.java: Added |
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5017 i18n strings used in the LocationDistancePanel. |
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5018 |
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5019 * src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java: |
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5020 New. This abstract class implements the UIProvider and the |
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5021 HasStepForwardHandlers interface and its necessary methods. These two |
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5022 things are required by each concrete UIProvider, so this class should be |
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5023 the base class for further concrete UIProviders. |
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5024 |
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5025 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: |
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5026 New. A UIProvider that enables the user to enter locations or a |
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5027 distance. |
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5028 |
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5029 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: |
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5030 States with a uiprovider attribute set to 'location_distance_panel' use |
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5031 the LocationDistancePanel for user input. |
87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
40
diff
changeset
|
5032 |
40
1458bc0a20e2
Clear the panel that displays the current input widget before adding a new item to this panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
39
diff
changeset
|
5033 2011-03-15 Ingo Weinzierl <ingo@intevation.de> |
1458bc0a20e2
Clear the panel that displays the current input widget before adding a new item to this panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
39
diff
changeset
|
5034 |
1458bc0a20e2
Clear the panel that displays the current input widget before adding a new item to this panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
39
diff
changeset
|
5035 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
1458bc0a20e2
Clear the panel that displays the current input widget before adding a new item to this panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
39
diff
changeset
|
5036 Clear the panel that displays the current input widget before adding a |
1458bc0a20e2
Clear the panel that displays the current input widget before adding a new item to this panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
39
diff
changeset
|
5037 new one to this panel. |
1458bc0a20e2
Clear the panel that displays the current input widget before adding a new item to this panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
39
diff
changeset
|
5038 |
39
4187a797fc3d
Implemented the step forward mechanism in the CollectionView and added the river map to the initial widget.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
38
diff
changeset
|
5039 2011-03-15 Ingo Weinzierl <ingo@intevation.de> |
4187a797fc3d
Implemented the step forward mechanism in the CollectionView and added the river map to the initial widget.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
38
diff
changeset
|
5040 |
4187a797fc3d
Implemented the step forward mechanism in the CollectionView and added the river map to the initial widget.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
38
diff
changeset
|
5041 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, |
4187a797fc3d
Implemented the step forward mechanism in the CollectionView and added the river map to the initial widget.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
38
diff
changeset
|
5042 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties, |
4187a797fc3d
Implemented the step forward mechanism in the CollectionView and added the river map to the initial widget.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
38
diff
changeset
|
5043 src/main/java/de/intevation/flys/client/client/FLYSMessages.java: Added |
4187a797fc3d
Implemented the step forward mechanism in the CollectionView and added the river map to the initial widget.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
38
diff
changeset
|
5044 a i18n string for a new calculation. |
4187a797fc3d
Implemented the step forward mechanism in the CollectionView and added the river map to the initial widget.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
38
diff
changeset
|
5045 |
4187a797fc3d
Implemented the step forward mechanism in the CollectionView and added the river map to the initial widget.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
38
diff
changeset
|
5046 * src/main/java/de/intevation/flys/client/client/FLYSImages.java, |
4187a797fc3d
Implemented the step forward mechanism in the CollectionView and added the river map to the initial widget.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
38
diff
changeset
|
5047 src/main/java/de/intevation/flys/client/client/images/gewkarte.png: New |
4187a797fc3d
Implemented the step forward mechanism in the CollectionView and added the river map to the initial widget.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
38
diff
changeset
|
5048 image: the map that shows the relevant rivers. |
4187a797fc3d
Implemented the step forward mechanism in the CollectionView and added the river map to the initial widget.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
38
diff
changeset
|
5049 |
4187a797fc3d
Implemented the step forward mechanism in the CollectionView and added the river map to the initial widget.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
38
diff
changeset
|
5050 * src/main/java/de/intevation/flys/client/client/ui/MapSelection.java: |
4187a797fc3d
Implemented the step forward mechanism in the CollectionView and added the river map to the initial widget.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
38
diff
changeset
|
5051 Added the river map to the right panel of that widget. |
4187a797fc3d
Implemented the step forward mechanism in the CollectionView and added the river map to the initial widget.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
38
diff
changeset
|
5052 |
4187a797fc3d
Implemented the step forward mechanism in the CollectionView and added the river map to the initial widget.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
38
diff
changeset
|
5053 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
4187a797fc3d
Implemented the step forward mechanism in the CollectionView and added the river map to the initial widget.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
38
diff
changeset
|
5054 Implemented the step forward mechanism. |
4187a797fc3d
Implemented the step forward mechanism in the CollectionView and added the river map to the initial widget.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
38
diff
changeset
|
5055 |
38
7142386e86c2
Some improvements for displaying old parameters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
37
diff
changeset
|
5056 2011-03-14 Ingo Weinzierl <ingo@intevation.de> |
7142386e86c2
Some improvements for displaying old parameters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
37
diff
changeset
|
5057 |
7142386e86c2
Some improvements for displaying old parameters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
37
diff
changeset
|
5058 * src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java, |
7142386e86c2
Some improvements for displaying old parameters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
37
diff
changeset
|
5059 src/main/java/de/intevation/flys/client/client/ui/ModuleSelection.java: |
7142386e86c2
Some improvements for displaying old parameters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
37
diff
changeset
|
5060 Save the name of the data item. We need the name for feed(). |
7142386e86c2
Some improvements for displaying old parameters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
37
diff
changeset
|
5061 |
7142386e86c2
Some improvements for displaying old parameters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
37
diff
changeset
|
5062 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
7142386e86c2
Some improvements for displaying old parameters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
37
diff
changeset
|
5063 Before adding further old data items, we gonna check if the item is |
7142386e86c2
Some improvements for displaying old parameters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
37
diff
changeset
|
5064 already existing in the list. If it exists, the item is not added. |
7142386e86c2
Some improvements for displaying old parameters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
37
diff
changeset
|
5065 |
37
b6b89ff1adee
Read i18n strings from DESCRIBE document and display those values in the UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
36
diff
changeset
|
5066 2011-03-14 Ingo Weinzierl <ingo@intevation.de> |
b6b89ff1adee
Read i18n strings from DESCRIBE document and display those values in the UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
36
diff
changeset
|
5067 |
b6b89ff1adee
Read i18n strings from DESCRIBE document and display those values in the UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
36
diff
changeset
|
5068 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java, |
b6b89ff1adee
Read i18n strings from DESCRIBE document and display those values in the UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
36
diff
changeset
|
5069 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java, |
b6b89ff1adee
Read i18n strings from DESCRIBE document and display those values in the UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
36
diff
changeset
|
5070 src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java: |
b6b89ff1adee
Read i18n strings from DESCRIBE document and display those values in the UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
36
diff
changeset
|
5071 Read i18n strings from DESCRIBE document and display them in the UI. |
b6b89ff1adee
Read i18n strings from DESCRIBE document and display those values in the UI.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
36
diff
changeset
|
5072 |
36
3cacc9d2dd01
CollectionView implements HasParameterChangeHandler and ParameterChangeHandler interfaces.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
35
diff
changeset
|
5073 2011-03-10 Ingo Weinzierl <ingo@intevation.de> |
3cacc9d2dd01
CollectionView implements HasParameterChangeHandler and ParameterChangeHandler interfaces.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
35
diff
changeset
|
5074 |
3cacc9d2dd01
CollectionView implements HasParameterChangeHandler and ParameterChangeHandler interfaces.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
35
diff
changeset
|
5075 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
3cacc9d2dd01
CollectionView implements HasParameterChangeHandler and ParameterChangeHandler interfaces.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
35
diff
changeset
|
5076 Integrated the mechnism to listen on paramer changes. The CollectionView |
3cacc9d2dd01
CollectionView implements HasParameterChangeHandler and ParameterChangeHandler interfaces.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
35
diff
changeset
|
5077 is both: a HasParameterChangeHandler and a ParameterChangeHandler. |
3cacc9d2dd01
CollectionView implements HasParameterChangeHandler and ParameterChangeHandler interfaces.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
35
diff
changeset
|
5078 |
35
d692e2ff95e2
Bugfix: Removed static string from GUI element.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
34
diff
changeset
|
5079 2011-03-10 Ingo Weinzierl <ingo@intevation.de> |
d692e2ff95e2
Bugfix: Removed static string from GUI element.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
34
diff
changeset
|
5080 |
d692e2ff95e2
Bugfix: Removed static string from GUI element.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
34
diff
changeset
|
5081 * src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java: |
d692e2ff95e2
Bugfix: Removed static string from GUI element.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
34
diff
changeset
|
5082 Bugfix: Removed static string from gui. |
d692e2ff95e2
Bugfix: Removed static string from GUI element.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
34
diff
changeset
|
5083 |
34
bf84bcd4e11b
Parse static data from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
33
diff
changeset
|
5084 2011-03-10 Ingo Weinzierl <ingo@intevation.de> |
bf84bcd4e11b
Parse static data from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
33
diff
changeset
|
5085 |
bf84bcd4e11b
Parse static data from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
33
diff
changeset
|
5086 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: |
bf84bcd4e11b
Parse static data from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
33
diff
changeset
|
5087 Parse the static data from DESCRIBE document and put it into the |
bf84bcd4e11b
Parse static data from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
33
diff
changeset
|
5088 ArtifactDescription. |
bf84bcd4e11b
Parse static data from DESCRIBE.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
33
diff
changeset
|
5089 |
33
e29658e2623a
Added a listener mechanism to notify listeners when the parameterization of a Collection/Artifact changed.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
32
diff
changeset
|
5090 2011-03-10 Ingo Weinzierl <ingo@intevation.de> |
e29658e2623a
Added a listener mechanism to notify listeners when the parameterization of a Collection/Artifact changed.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
32
diff
changeset
|
5091 |
e29658e2623a
Added a listener mechanism to notify listeners when the parameterization of a Collection/Artifact changed.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
32
diff
changeset
|
5092 * src/main/java/de/intevation/flys/client/client/event/HasParameterChangeHandler.java, |
e29658e2623a
Added a listener mechanism to notify listeners when the parameterization of a Collection/Artifact changed.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
32
diff
changeset
|
5093 src/main/java/de/intevation/flys/client/client/event/ParameterChangeHandler.java, |
e29658e2623a
Added a listener mechanism to notify listeners when the parameterization of a Collection/Artifact changed.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
32
diff
changeset
|
5094 src/main/java/de/intevation/flys/client/client/event/ParameterChangeEvent.java: |
e29658e2623a
Added a listener mechanism to notify listeners when the parameterization of a Collection/Artifact changed.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
32
diff
changeset
|
5095 New. Interfaces and classes used for a listener mechanism to notify |
e29658e2623a
Added a listener mechanism to notify listeners when the parameterization of a Collection/Artifact changed.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
32
diff
changeset
|
5096 listeners when the parameterization of a Collection/Artifact has |
e29658e2623a
Added a listener mechanism to notify listeners when the parameterization of a Collection/Artifact changed.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
32
diff
changeset
|
5097 changed. |
e29658e2623a
Added a listener mechanism to notify listeners when the parameterization of a Collection/Artifact changed.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
32
diff
changeset
|
5098 |
32
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5099 2011-03-10 Ingo Weinzierl <ingo@intevation.de> |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5100 |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5101 * src/main/java/de/intevation/flys/client/client/services/StepForwardServiceAsync.java, |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5102 src/main/java/de/intevation/flys/client/client/services/StepForwardService.java, |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5103 src/main/java/de/intevation/flys/client/server/StepForwardServiceImpl.java: |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5104 New. This service bundles the artifact operations feed() and advance() |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5105 into a single service. |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5106 |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5107 * src/main/java/de/intevation/flys/client/client/services/AdvanceServiceAsync.java, |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5108 src/main/java/de/intevation/flys/client/client/services/AdvanceService.java, |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5109 src/main/java/de/intevation/flys/client/server/AdvanceServiceImpl.java: |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5110 New. This service provides a method that triggers the advance() operation |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5111 of the artifact server. |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5112 |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5113 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5114 Added code to parse the reachable states from DESCRIBE. |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5115 |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5116 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5117 Make use of the 'forward' service after choosing the module and the river. |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5118 |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5119 * src/main/webapp/WEB-INF/web.xml: Registered the new services 'forward' and |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5120 'advance'. |
88c530c25968
Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
31
diff
changeset
|
5121 |
31
e8745ca02f2b
Removed the GreetingService - was added initially while repository creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
30
diff
changeset
|
5122 2011-03-09 Ingo Weinzierl <ingo@intevation.de> |
e8745ca02f2b
Removed the GreetingService - was added initially while repository creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
30
diff
changeset
|
5123 |
e8745ca02f2b
Removed the GreetingService - was added initially while repository creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
30
diff
changeset
|
5124 * src/test/java/de/intevation/flys/client/FLYSJUnit.gwt.xml, |
e8745ca02f2b
Removed the GreetingService - was added initially while repository creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
30
diff
changeset
|
5125 src/main/java/de/intevation/flys/client/client/GreetingServiceAsync.java, |
e8745ca02f2b
Removed the GreetingService - was added initially while repository creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
30
diff
changeset
|
5126 src/main/java/de/intevation/flys/client/client/GreetingService.java: |
e8745ca02f2b
Removed the GreetingService - was added initially while repository creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
30
diff
changeset
|
5127 Removed the GreetingService from out application - this service has been |
e8745ca02f2b
Removed the GreetingService - was added initially while repository creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
30
diff
changeset
|
5128 added initially by creating this repository. |
e8745ca02f2b
Removed the GreetingService - was added initially while repository creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
30
diff
changeset
|
5129 |
30
5709bd8f4d7c
Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
29
diff
changeset
|
5130 2011-03-09 Ingo Weinzierl <ingo@intevation.de> |
5709bd8f4d7c
Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
29
diff
changeset
|
5131 |
5709bd8f4d7c
Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
29
diff
changeset
|
5132 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, |
5709bd8f4d7c
Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
29
diff
changeset
|
5133 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties, |
5709bd8f4d7c
Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
29
diff
changeset
|
5134 src/main/java/de/intevation/flys/client/client/FLYSMessages.java: Added |
5709bd8f4d7c
Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
29
diff
changeset
|
5135 i18n strings for the module and river selection. |
5709bd8f4d7c
Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
29
diff
changeset
|
5136 |
5709bd8f4d7c
Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
29
diff
changeset
|
5137 * src/main/java/de/intevation/flys/client/client/ui/ModuleSelection.java: |
5709bd8f4d7c
Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
29
diff
changeset
|
5138 New. A wrapper for the module and river selection. Both information can |
5709bd8f4d7c
Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
29
diff
changeset
|
5139 be chosen in just one step. |
5709bd8f4d7c
Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
29
diff
changeset
|
5140 |
5709bd8f4d7c
Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
29
diff
changeset
|
5141 * src/main/java/de/intevation/flys/client/client/ui/MapSelection.java, |
5709bd8f4d7c
Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
29
diff
changeset
|
5142 src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java: |
5709bd8f4d7c
Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
29
diff
changeset
|
5143 Some layout improvements. |
5709bd8f4d7c
Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
29
diff
changeset
|
5144 |
5709bd8f4d7c
Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
29
diff
changeset
|
5145 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
5709bd8f4d7c
Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
29
diff
changeset
|
5146 Makes use of the ModuleSelection if no artifact is existing in a new |
5709bd8f4d7c
Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
29
diff
changeset
|
5147 CollectionView. Users may now choose the desired plugin and the river in |
5709bd8f4d7c
Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
29
diff
changeset
|
5148 one single step. |
5709bd8f4d7c
Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
29
diff
changeset
|
5149 |
29
44c63e7fd0d0
Added a service to list the supported rivers of the artifact server. The FLYS instance serves a method that retrieves this list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
28
diff
changeset
|
5150 2011-03-09 Ingo Weinzierl <ingo@intevation.de> |
44c63e7fd0d0
Added a service to list the supported rivers of the artifact server. The FLYS instance serves a method that retrieves this list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
28
diff
changeset
|
5151 |
44c63e7fd0d0
Added a service to list the supported rivers of the artifact server. The FLYS instance serves a method that retrieves this list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
28
diff
changeset
|
5152 * src/main/java/de/intevation/flys/client/client/services/RiverServiceAsync.java, |
44c63e7fd0d0
Added a service to list the supported rivers of the artifact server. The FLYS instance serves a method that retrieves this list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
28
diff
changeset
|
5153 src/main/java/de/intevation/flys/client/client/services/RiverService.java, |
44c63e7fd0d0
Added a service to list the supported rivers of the artifact server. The FLYS instance serves a method that retrieves this list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
28
diff
changeset
|
5154 src/main/java/de/intevation/flys/client/server/RiverServiceImpl.java: |
44c63e7fd0d0
Added a service to list the supported rivers of the artifact server. The FLYS instance serves a method that retrieves this list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
28
diff
changeset
|
5155 New. A service that retrieves a list of supported rivers by the artifact |
44c63e7fd0d0
Added a service to list the supported rivers of the artifact server. The FLYS instance serves a method that retrieves this list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
28
diff
changeset
|
5156 server. |
44c63e7fd0d0
Added a service to list the supported rivers of the artifact server. The FLYS instance serves a method that retrieves this list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
28
diff
changeset
|
5157 |
44c63e7fd0d0
Added a service to list the supported rivers of the artifact server. The FLYS instance serves a method that retrieves this list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
28
diff
changeset
|
5158 * src/main/java/de/intevation/flys/client/shared/model/River.java, |
44c63e7fd0d0
Added a service to list the supported rivers of the artifact server. The FLYS instance serves a method that retrieves this list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
28
diff
changeset
|
5159 src/main/java/de/intevation/flys/client/shared/model/DefaultRiver.java: |
44c63e7fd0d0
Added a service to list the supported rivers of the artifact server. The FLYS instance serves a method that retrieves this list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
28
diff
changeset
|
5160 New. A model class and its default implementation to store rivers. |
44c63e7fd0d0
Added a service to list the supported rivers of the artifact server. The FLYS instance serves a method that retrieves this list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
28
diff
changeset
|
5161 |
44c63e7fd0d0
Added a service to list the supported rivers of the artifact server. The FLYS instance serves a method that retrieves this list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
28
diff
changeset
|
5162 * src/main/java/de/intevation/flys/client/client/FLYS.java: At application |
44c63e7fd0d0
Added a service to list the supported rivers of the artifact server. The FLYS instance serves a method that retrieves this list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
28
diff
changeset
|
5163 start, the provided rivers by the artifact server are fetched using the |
44c63e7fd0d0
Added a service to list the supported rivers of the artifact server. The FLYS instance serves a method that retrieves this list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
28
diff
changeset
|
5164 RiverService. The rivers are queriable via a getRivers() method. |
44c63e7fd0d0
Added a service to list the supported rivers of the artifact server. The FLYS instance serves a method that retrieves this list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
28
diff
changeset
|
5165 |
44c63e7fd0d0
Added a service to list the supported rivers of the artifact server. The FLYS instance serves a method that retrieves this list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
28
diff
changeset
|
5166 * src/main/webapp/WEB-INF/web.xml: Registered the RiverService. |
44c63e7fd0d0
Added a service to list the supported rivers of the artifact server. The FLYS instance serves a method that retrieves this list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
28
diff
changeset
|
5167 |
28
dfdb927b137d
Improved the main menu - added further buttons (clickable labels).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
27
diff
changeset
|
5168 2011-03-08 Ingo Weinzierl <ingo@intevation.de> |
dfdb927b137d
Improved the main menu - added further buttons (clickable labels).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
27
diff
changeset
|
5169 |
dfdb927b137d
Improved the main menu - added further buttons (clickable labels).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
27
diff
changeset
|
5170 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, |
dfdb927b137d
Improved the main menu - added further buttons (clickable labels).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
27
diff
changeset
|
5171 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties, |
dfdb927b137d
Improved the main menu - added further buttons (clickable labels).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
27
diff
changeset
|
5172 src/main/java/de/intevation/flys/client/client/FLYSMessages.java: Added |
dfdb927b137d
Improved the main menu - added further buttons (clickable labels).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
27
diff
changeset
|
5173 i18n strings used in the menu panel. |
dfdb927b137d
Improved the main menu - added further buttons (clickable labels).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
27
diff
changeset
|
5174 |
dfdb927b137d
Improved the main menu - added further buttons (clickable labels).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
27
diff
changeset
|
5175 * src/main/java/de/intevation/flys/client/client/FLYS.java: Added a method |
dfdb927b137d
Improved the main menu - added further buttons (clickable labels).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
27
diff
changeset
|
5176 to retrieve the project list. |
dfdb927b137d
Improved the main menu - added further buttons (clickable labels).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
27
diff
changeset
|
5177 |
dfdb927b137d
Improved the main menu - added further buttons (clickable labels).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
27
diff
changeset
|
5178 * src/main/java/de/intevation/flys/client/client/ui/MainMenu.java: Added |
dfdb927b137d
Improved the main menu - added further buttons (clickable labels).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
27
diff
changeset
|
5179 further buttons (labels with ClickHandler) to switch the language, |
dfdb927b137d
Improved the main menu - added further buttons (clickable labels).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
27
diff
changeset
|
5180 logout the current user or open an info panel. |
dfdb927b137d
Improved the main menu - added further buttons (clickable labels).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
27
diff
changeset
|
5181 |
27
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5182 2011-03-08 Ingo Weinzierl <ingo@intevation.de> |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5183 |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5184 * src/main/java/de/intevation/flys/client/client/images/flys_logo.gif, |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5185 src/main/java/de/intevation/flys/client/client/images/bfg_logo.gif: New. |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5186 A logo of the BfG and a logo of the application FLYS. Both copied from |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5187 desktop FLYS. |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5188 |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5189 * src/main/java/de/intevation/flys/client/client/FLYSImages.java: New. |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5190 This interface grants access to the images used in this application. |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5191 |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5192 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5193 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties, |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5194 src/main/java/de/intevation/flys/client/client/FLYSMessages.java: |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5195 Added the fullname of FLYS. |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5196 |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5197 * src/main/java/de/intevation/flys/client/client/ui/FLYSHeader.java: New. |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5198 This class displays the header containing a FLYS and a BfG logo. |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5199 |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5200 * src/main/java/de/intevation/flys/client/client/FLYS.java: Integrated the |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5201 FLYSHeader into the layout at the bottom of the application. |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5202 |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5203 * src/main/webapp/FLYS.html: Set the title of the application to |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5204 "FLYS-3.0". |
e4155a6833a9
Integrated a header that contains a FLYS and a BfG logo.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
26
diff
changeset
|
5205 |
26
c19985f75118
Implemented a service that triggers the artifact-collection creation in the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
25
diff
changeset
|
5206 2011-03-07 Ingo Weinzierl <ingo@intevation.de> |
c19985f75118
Implemented a service that triggers the artifact-collection creation in the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
25
diff
changeset
|
5207 |
c19985f75118
Implemented a service that triggers the artifact-collection creation in the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
25
diff
changeset
|
5208 * src/main/java/de/intevation/flys/client/client/services/CreateCollectionService.java, |
c19985f75118
Implemented a service that triggers the artifact-collection creation in the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
25
diff
changeset
|
5209 src/main/java/de/intevation/flys/client/client/services/CreateCollectionServiceAsync.java, |
c19985f75118
Implemented a service that triggers the artifact-collection creation in the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
25
diff
changeset
|
5210 src/main/java/de/intevation/flys/client/server/CreateCollectionServiceImpl.java: |
c19985f75118
Implemented a service that triggers the artifact-collection creation in the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
25
diff
changeset
|
5211 New. A service that might be used to create new collections in the |
c19985f75118
Implemented a service that triggers the artifact-collection creation in the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
25
diff
changeset
|
5212 artifact server. |
c19985f75118
Implemented a service that triggers the artifact-collection creation in the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
25
diff
changeset
|
5213 |
c19985f75118
Implemented a service that triggers the artifact-collection creation in the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
25
diff
changeset
|
5214 * src/main/webapp/WEB-INF/web.xml: Registered the service to create new |
c19985f75118
Implemented a service that triggers the artifact-collection creation in the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
25
diff
changeset
|
5215 collections. |
c19985f75118
Implemented a service that triggers the artifact-collection creation in the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
25
diff
changeset
|
5216 |
c19985f75118
Implemented a service that triggers the artifact-collection creation in the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
25
diff
changeset
|
5217 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
c19985f75118
Implemented a service that triggers the artifact-collection creation in the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
25
diff
changeset
|
5218 Added the service to create new collections. Currently, this service is |
c19985f75118
Implemented a service that triggers the artifact-collection creation in the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
25
diff
changeset
|
5219 not used. |
c19985f75118
Implemented a service that triggers the artifact-collection creation in the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
25
diff
changeset
|
5220 |
25
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5221 2011-03-07 Ingo Weinzierl <ingo@intevation.de> |
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5222 |
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5223 * src/main/java/de/intevation/flys/client/shared/model/DefaultUser.java, |
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5224 src/main/java/de/intevation/flys/client/shared/model/User.java: A user |
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5225 interface and its default implementation. |
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5226 |
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5227 * src/main/java/de/intevation/flys/client/client/services/UserService.java, |
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5228 src/main/java/de/intevation/flys/client/client/services/UserServiceAsync.java, |
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5229 * src/main/java/de/intevation/flys/client/server/UserServiceImpl.java: This |
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5230 service will currently return the first user that is returned by the |
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5231 artifact server. |
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5232 |
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5233 * src/main/java/de/intevation/flys/client/client/FLYS.java: The FLYS |
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5234 instance stores the user that is logged in, because we need to make use of |
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5235 this user in many services. |
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5236 |
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5237 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java, |
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5238 src/main/java/de/intevation/flys/client/client/ui/MainMenu.java: Make use |
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5239 of the User of this package - the User of the common package is not used |
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5240 any longer. |
2da6be38d8b6
Added a User interface and a default implementation to handle users in this client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
24
diff
changeset
|
5241 |
24
8825ce0a537e
Added missing SmartGWT repository.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
23
diff
changeset
|
5242 2011-03-02 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
8825ce0a537e
Added missing SmartGWT repository.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
23
diff
changeset
|
5243 |
8825ce0a537e
Added missing SmartGWT repository.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
23
diff
changeset
|
5244 * pom.xml: Added missing SmartGWT repository. |
8825ce0a537e
Added missing SmartGWT repository.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
23
diff
changeset
|
5245 |
23
dc086030e6a3
The CollectionView is able to create new instances of a WINFO artifact and to display the artifact's state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
22
diff
changeset
|
5246 2011-02-22 Ingo Weinzierl <ingo@intevation.de> |
dc086030e6a3
The CollectionView is able to create new instances of a WINFO artifact and to display the artifact's state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
22
diff
changeset
|
5247 |
dc086030e6a3
The CollectionView is able to create new instances of a WINFO artifact and to display the artifact's state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
22
diff
changeset
|
5248 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: A UI |
dc086030e6a3
The CollectionView is able to create new instances of a WINFO artifact and to display the artifact's state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
22
diff
changeset
|
5249 widget that stores and displays the data of former states and the current |
dc086030e6a3
The CollectionView is able to create new instances of a WINFO artifact and to display the artifact's state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
22
diff
changeset
|
5250 data. The widget displaying of the current data is created by the |
dc086030e6a3
The CollectionView is able to create new instances of a WINFO artifact and to display the artifact's state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
22
diff
changeset
|
5251 UIProvider that is stored in the Data object. |
dc086030e6a3
The CollectionView is able to create new instances of a WINFO artifact and to display the artifact's state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
22
diff
changeset
|
5252 |
dc086030e6a3
The CollectionView is able to create new instances of a WINFO artifact and to display the artifact's state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
22
diff
changeset
|
5253 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: We |
dc086030e6a3
The CollectionView is able to create new instances of a WINFO artifact and to display the artifact's state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
22
diff
changeset
|
5254 are able to create new WINFO artifacts. After the artifact has been |
dc086030e6a3
The CollectionView is able to create new instances of a WINFO artifact and to display the artifact's state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
22
diff
changeset
|
5255 created, the first 'state' is rendered in a 'WINFO tab' using the |
dc086030e6a3
The CollectionView is able to create new instances of a WINFO artifact and to display the artifact's state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
22
diff
changeset
|
5256 ParameterList. |
dc086030e6a3
The CollectionView is able to create new instances of a WINFO artifact and to display the artifact's state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
22
diff
changeset
|
5257 |
22
a85bac235069
Implemented code to parse the UIProvider that should be used for a current state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
21
diff
changeset
|
5258 2011-02-22 Ingo Weinzierl <ingo@intevation.de> |
a85bac235069
Implemented code to parse the UIProvider that should be used for a current state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
21
diff
changeset
|
5259 |
a85bac235069
Implemented code to parse the UIProvider that should be used for a current state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
21
diff
changeset
|
5260 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: |
a85bac235069
Implemented code to parse the UIProvider that should be used for a current state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
21
diff
changeset
|
5261 The 'uiprovider' attribute is parsed from DESCRIBE document and stored at |
a85bac235069
Implemented code to parse the UIProvider that should be used for a current state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
21
diff
changeset
|
5262 the Data object. |
a85bac235069
Implemented code to parse the UIProvider that should be used for a current state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
21
diff
changeset
|
5263 |
a85bac235069
Implemented code to parse the UIProvider that should be used for a current state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
21
diff
changeset
|
5264 * src/main/java/de/intevation/flys/client/shared/model/Data.java, |
a85bac235069
Implemented code to parse the UIProvider that should be used for a current state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
21
diff
changeset
|
5265 src/main/java/de/intevation/flys/client/shared/model/DefaultData.java: |
a85bac235069
Implemented code to parse the UIProvider that should be used for a current state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
21
diff
changeset
|
5266 Implemented code to store the UIProvider (as string!) for the Data object. |
a85bac235069
Implemented code to parse the UIProvider that should be used for a current state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
21
diff
changeset
|
5267 |
21
e98a25b5c95a
Added event logic to enable step forward.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
20
diff
changeset
|
5268 2011-02-22 Ingo Weinzierl <ingo@intevation.de> |
e98a25b5c95a
Added event logic to enable step forward.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
20
diff
changeset
|
5269 |
e98a25b5c95a
Added event logic to enable step forward.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
20
diff
changeset
|
5270 * src/main/java/de/intevation/flys/client/client/event/StepForwardEvent.java: |
e98a25b5c95a
Added event logic to enable step forward.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
20
diff
changeset
|
5271 An event that is thrown after the user has selected or entered data in the |
e98a25b5c95a
Added event logic to enable step forward.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
20
diff
changeset
|
5272 UI and triggers the feed & advance operations via UI button. |
e98a25b5c95a
Added event logic to enable step forward.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
20
diff
changeset
|
5273 |
e98a25b5c95a
Added event logic to enable step forward.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
20
diff
changeset
|
5274 * src/main/java/de/intevation/flys/client/client/event/HasStepForwardHandlers.java: |
e98a25b5c95a
Added event logic to enable step forward.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
20
diff
changeset
|
5275 This interface is used by classes that provide that step forward |
e98a25b5c95a
Added event logic to enable step forward.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
20
diff
changeset
|
5276 mechanism. |
e98a25b5c95a
Added event logic to enable step forward.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
20
diff
changeset
|
5277 |
e98a25b5c95a
Added event logic to enable step forward.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
20
diff
changeset
|
5278 * src/main/java/de/intevation/flys/client/client/event/StepForwardHandler.java: |
e98a25b5c95a
Added event logic to enable step forward.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
20
diff
changeset
|
5279 This interface is used by classes that want to listen to |
e98a25b5c95a
Added event logic to enable step forward.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
20
diff
changeset
|
5280 StepForwardEvents. |
e98a25b5c95a
Added event logic to enable step forward.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
20
diff
changeset
|
5281 |
20
c128d675386b
Added UIProviders that are used to create widgets for entering data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
19
diff
changeset
|
5282 2011-02-22 Ingo Weinzierl <ingo@intevation.de> |
c128d675386b
Added UIProviders that are used to create widgets for entering data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
19
diff
changeset
|
5283 |
c128d675386b
Added UIProviders that are used to create widgets for entering data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
19
diff
changeset
|
5284 * src/main/java/de/intevation/flys/client/client/ui/UIProvider.java, |
c128d675386b
Added UIProviders that are used to create widgets for entering data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
19
diff
changeset
|
5285 src/main/java/de/intevation/flys/client/client/ui/MapSelection.java, |
c128d675386b
Added UIProviders that are used to create widgets for entering data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
19
diff
changeset
|
5286 src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java: The |
c128d675386b
Added UIProviders that are used to create widgets for entering data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
19
diff
changeset
|
5287 interface description and two implementations of a UIProvider. A |
c128d675386b
Added UIProviders that are used to create widgets for entering data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
19
diff
changeset
|
5288 UIProvider is used to create widgets for the user input. The UIProvider |
c128d675386b
Added UIProviders that are used to create widgets for entering data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
19
diff
changeset
|
5289 that is used in the current state depends on the data type in the describe |
c128d675386b
Added UIProviders that are used to create widgets for entering data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
19
diff
changeset
|
5290 document and a 'uiprovider' flag that might be configured there. |
c128d675386b
Added UIProviders that are used to create widgets for entering data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
19
diff
changeset
|
5291 |
c128d675386b
Added UIProviders that are used to create widgets for entering data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
19
diff
changeset
|
5292 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: |
c128d675386b
Added UIProviders that are used to create widgets for entering data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
19
diff
changeset
|
5293 The factory that is used to create new instances of UIProvider. |
c128d675386b
Added UIProviders that are used to create widgets for entering data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
19
diff
changeset
|
5294 |
19
f48b2cb2e219
The CollectionView implements the HasCollectionChangeHandlers interface now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
18
diff
changeset
|
5295 2011-02-21 Ingo Weinzierl <ingo@intevation.de> |
f48b2cb2e219
The CollectionView implements the HasCollectionChangeHandlers interface now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
18
diff
changeset
|
5296 |
f48b2cb2e219
The CollectionView implements the HasCollectionChangeHandlers interface now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
18
diff
changeset
|
5297 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
f48b2cb2e219
The CollectionView implements the HasCollectionChangeHandlers interface now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
18
diff
changeset
|
5298 This view implements the HasCollectionChangeHandlers interface - |
f48b2cb2e219
The CollectionView implements the HasCollectionChangeHandlers interface now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
18
diff
changeset
|
5299 CollectionChangeHandler can register to this class and retrieve |
f48b2cb2e219
The CollectionView implements the HasCollectionChangeHandlers interface now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
18
diff
changeset
|
5300 notifications when the collection of this view changes. |
f48b2cb2e219
The CollectionView implements the HasCollectionChangeHandlers interface now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
18
diff
changeset
|
5301 |
18
3c85259bd92a
Implemented a mechanism to listen to Collection changes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
17
diff
changeset
|
5302 2011-02-18 Ingo Weinzierl <ingo@intevation.de> |
3c85259bd92a
Implemented a mechanism to listen to Collection changes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
17
diff
changeset
|
5303 |
3c85259bd92a
Implemented a mechanism to listen to Collection changes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
17
diff
changeset
|
5304 * src/main/java/de/intevation/flys/client/client/event/CollectionChangeHandler.java, |
3c85259bd92a
Implemented a mechanism to listen to Collection changes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
17
diff
changeset
|
5305 src/main/java/de/intevation/flys/client/client/event/CollectionChangeEvent.java, |
3c85259bd92a
Implemented a mechanism to listen to Collection changes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
17
diff
changeset
|
5306 src/main/java/de/intevation/flys/client/client/event/HasCollectionChangeHandlers.java: |
3c85259bd92a
Implemented a mechanism to listen to Collection changes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
17
diff
changeset
|
5307 New. These interfaces and classes should be used to listen to changes in |
3c85259bd92a
Implemented a mechanism to listen to Collection changes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
17
diff
changeset
|
5308 Collections. |
3c85259bd92a
Implemented a mechanism to listen to Collection changes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
17
diff
changeset
|
5309 |
17
6cb8aff3cd6b
Enhanced the Collection and its default implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
16
diff
changeset
|
5310 2011-02-18 Ingo Weinzierl <ingo@intevation.de> |
6cb8aff3cd6b
Enhanced the Collection and its default implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
16
diff
changeset
|
5311 |
6cb8aff3cd6b
Enhanced the Collection and its default implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
16
diff
changeset
|
5312 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java, |
6cb8aff3cd6b
Enhanced the Collection and its default implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
16
diff
changeset
|
5313 src/main/java/de/intevation/flys/client/shared/model/Collection.java: |
6cb8aff3cd6b
Enhanced the Collection and its default implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
16
diff
changeset
|
5314 Enhanced the Collection and its default implementation with new methods |
6cb8aff3cd6b
Enhanced the Collection and its default implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
16
diff
changeset
|
5315 to add new Artifacts, retrieve Artifacts and get the number of artifacts |
6cb8aff3cd6b
Enhanced the Collection and its default implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
16
diff
changeset
|
5316 managed by the Collection. |
6cb8aff3cd6b
Enhanced the Collection and its default implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
16
diff
changeset
|
5317 |
16
f8a5f2c5e2b7
The DESCRIBE document returned by the artifact server is parsed after calling create() of the artifact service and a new Artifact is created with an ArtifactDescription that contains the UUID, HASH, und the current Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
15
diff
changeset
|
5318 2011-02-18 Ingo Weinzierl <ingo@intevation.de> |
f8a5f2c5e2b7
The DESCRIBE document returned by the artifact server is parsed after calling create() of the artifact service and a new Artifact is created with an ArtifactDescription that contains the UUID, HASH, und the current Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
15
diff
changeset
|
5319 |
f8a5f2c5e2b7
The DESCRIBE document returned by the artifact server is parsed after calling create() of the artifact service and a new Artifact is created with an ArtifactDescription that contains the UUID, HASH, und the current Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
15
diff
changeset
|
5320 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: |
f8a5f2c5e2b7
The DESCRIBE document returned by the artifact server is parsed after calling create() of the artifact service and a new Artifact is created with an ArtifactDescription that contains the UUID, HASH, und the current Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
15
diff
changeset
|
5321 New. This factory is used to create an ArtifactDescription based on an |
f8a5f2c5e2b7
The DESCRIBE document returned by the artifact server is parsed after calling create() of the artifact service and a new Artifact is created with an ArtifactDescription that contains the UUID, HASH, und the current Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
15
diff
changeset
|
5322 DESCRIBE document returned by the artifact server. |
f8a5f2c5e2b7
The DESCRIBE document returned by the artifact server is parsed after calling create() of the artifact service and a new Artifact is created with an ArtifactDescription that contains the UUID, HASH, und the current Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
15
diff
changeset
|
5323 |
f8a5f2c5e2b7
The DESCRIBE document returned by the artifact server is parsed after calling create() of the artifact service and a new Artifact is created with an ArtifactDescription that contains the UUID, HASH, und the current Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
15
diff
changeset
|
5324 * src/main/java/de/intevation/flys/client/server/FLYSArtifactCreator.java: A |
f8a5f2c5e2b7
The DESCRIBE document returned by the artifact server is parsed after calling create() of the artifact service and a new Artifact is created with an ArtifactDescription that contains the UUID, HASH, und the current Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
15
diff
changeset
|
5325 new DefaultArtifact with an ArtifactDescription that contains the dynamic |
f8a5f2c5e2b7
The DESCRIBE document returned by the artifact server is parsed after calling create() of the artifact service and a new Artifact is created with an ArtifactDescription that contains the UUID, HASH, und the current Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
15
diff
changeset
|
5326 UI part is returned by the create() method now. |
f8a5f2c5e2b7
The DESCRIBE document returned by the artifact server is parsed after calling create() of the artifact service and a new Artifact is created with an ArtifactDescription that contains the UUID, HASH, und the current Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
15
diff
changeset
|
5327 |
15
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5328 2011-02-17 Ingo Weinzierl <ingo@intevation.de> |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5329 |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5330 * pom.xml: This client uses the artifacts http-client for the communication |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5331 between client and server now. |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5332 |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5333 * src/main/java/de/intevation/flys/client/server/FLYSArtifactCreator.java: |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5334 New. An instance of the ArtitactCreator interface of the http-client. It |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5335 uses the document returned by the artifact server to create an artifact |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5336 instance. |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5337 |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5338 NOTE: The artifact creation needs to be implemented! This is currently |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5339 just a stub to make the other things work. |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5340 |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5341 * src/main/java/de/intevation/flys/client/client/services/ArtifactServiceAsync.java, |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5342 src/main/java/de/intevation/flys/client/client/services/ArtifactService.java: |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5343 The method signature of create() changed: the server url is required now. |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5344 |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5345 * src/main/java/de/intevation/flys/client/server/ArtifactServiceImpl.java: |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5346 Make use of the HttpClient and the FLYSArtifactCreator to create |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5347 artifacts. |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5348 |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5349 * src/main/java/de/intevation/flys/client/client/FLYS.java, |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5350 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5351 Added the server url to the create() call of the ArtifactService. |
eb425ab34fd8
Added missing pom.xml and ChangeLog modifications of the last commit.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
13
diff
changeset
|
5352 |
13
8d9075c07667
Enhanced the CollectionView: there are radio buttons for each module and a button to select one of those.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
12
diff
changeset
|
5353 2011-02-16 Ingo Weinzierl <ingo@intevation.de> |
8d9075c07667
Enhanced the CollectionView: there are radio buttons for each module and a button to select one of those.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
12
diff
changeset
|
5354 |
8d9075c07667
Enhanced the CollectionView: there are radio buttons for each module and a button to select one of those.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
12
diff
changeset
|
5355 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
8d9075c07667
Enhanced the CollectionView: there are radio buttons for each module and a button to select one of those.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
12
diff
changeset
|
5356 This view will now display radio buttons to choose between the module |
8d9075c07667
Enhanced the CollectionView: there are radio buttons for each module and a button to select one of those.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
12
diff
changeset
|
5357 'WINFO', 'MINFO', 'Map' and 'Fix-Analyse'. A button is shown to create an |
8d9075c07667
Enhanced the CollectionView: there are radio buttons for each module and a button to select one of those.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
12
diff
changeset
|
5358 artifact of the selected module. |
8d9075c07667
Enhanced the CollectionView: there are radio buttons for each module and a button to select one of those.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
12
diff
changeset
|
5359 |
8d9075c07667
Enhanced the CollectionView: there are radio buttons for each module and a button to select one of those.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
12
diff
changeset
|
5360 NOTE: The next step here is to use the returning artifact with its |
8d9075c07667
Enhanced the CollectionView: there are radio buttons for each module and a button to select one of those.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
12
diff
changeset
|
5361 description and display widgets based on these information. |
8d9075c07667
Enhanced the CollectionView: there are radio buttons for each module and a button to select one of those.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
12
diff
changeset
|
5362 |
8d9075c07667
Enhanced the CollectionView: there are radio buttons for each module and a button to select one of those.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
12
diff
changeset
|
5363 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, |
8d9075c07667
Enhanced the CollectionView: there are radio buttons for each module and a button to select one of those.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
12
diff
changeset
|
5364 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties, |
8d9075c07667
Enhanced the CollectionView: there are radio buttons for each module and a button to select one of those.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
12
diff
changeset
|
5365 src/main/java/de/intevation/flys/client/client/FLYSMessages.java: Added |
8d9075c07667
Enhanced the CollectionView: there are radio buttons for each module and a button to select one of those.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
12
diff
changeset
|
5366 i18n strings for the CollectionView's 'next' button. |
8d9075c07667
Enhanced the CollectionView: there are radio buttons for each module and a button to select one of those.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
12
diff
changeset
|
5367 |
12
fa0aad20af53
Adjusted interfaces used for the ArtifactDescription and added default implementations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
11
diff
changeset
|
5368 2011-02-16 Ingo Weinzierl <ingo@intevation.de> |
fa0aad20af53
Adjusted interfaces used for the ArtifactDescription and added default implementations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
11
diff
changeset
|
5369 |
fa0aad20af53
Adjusted interfaces used for the ArtifactDescription and added default implementations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
11
diff
changeset
|
5370 * src/main/java/de/intevation/flys/client/shared/model/ArtifactDescription.java, |
fa0aad20af53
Adjusted interfaces used for the ArtifactDescription and added default implementations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
11
diff
changeset
|
5371 src/main/java/de/intevation/flys/client/shared/model/DataItem.java, |
fa0aad20af53
Adjusted interfaces used for the ArtifactDescription and added default implementations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
11
diff
changeset
|
5372 src/main/java/de/intevation/flys/client/shared/model/Data.java: The |
fa0aad20af53
Adjusted interfaces used for the ArtifactDescription and added default implementations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
11
diff
changeset
|
5373 interfaces implement the Serializable interface now. |
fa0aad20af53
Adjusted interfaces used for the ArtifactDescription and added default implementations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
11
diff
changeset
|
5374 |
fa0aad20af53
Adjusted interfaces used for the ArtifactDescription and added default implementations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
11
diff
changeset
|
5375 * src/main/java/de/intevation/flys/client/shared/model/DefaultArtifactDescription.java, |
fa0aad20af53
Adjusted interfaces used for the ArtifactDescription and added default implementations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
11
diff
changeset
|
5376 src/main/java/de/intevation/flys/client/shared/model/DefaultDataItem.java, |
fa0aad20af53
Adjusted interfaces used for the ArtifactDescription and added default implementations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
11
diff
changeset
|
5377 src/main/java/de/intevation/flys/client/shared/model/DefaultData.java: |
fa0aad20af53
Adjusted interfaces used for the ArtifactDescription and added default implementations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
11
diff
changeset
|
5378 New. Default implementions of the interfaces above. These classes |
fa0aad20af53
Adjusted interfaces used for the ArtifactDescription and added default implementations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
11
diff
changeset
|
5379 implements constructors and the necessary methods of the interface |
fa0aad20af53
Adjusted interfaces used for the ArtifactDescription and added default implementations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
11
diff
changeset
|
5380 descriptions only! |
fa0aad20af53
Adjusted interfaces used for the ArtifactDescription and added default implementations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
11
diff
changeset
|
5381 |
11
6aeb4072eeb4
Added interfaces and a stub implementation of an artifact service the should provide the methods for communicating with the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
10
diff
changeset
|
5382 2011-02-16 Ingo Weinzierl <ingo@intevation.de> |
6aeb4072eeb4
Added interfaces and a stub implementation of an artifact service the should provide the methods for communicating with the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
10
diff
changeset
|
5383 |
6aeb4072eeb4
Added interfaces and a stub implementation of an artifact service the should provide the methods for communicating with the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
10
diff
changeset
|
5384 * src/main/java/de/intevation/flys/client/server/ArtifactServiceImpl.java, |
6aeb4072eeb4
Added interfaces and a stub implementation of an artifact service the should provide the methods for communicating with the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
10
diff
changeset
|
5385 src/main/java/de/intevation/flys/client/client/services/ArtifactServiceAsync.java, |
6aeb4072eeb4
Added interfaces and a stub implementation of an artifact service the should provide the methods for communicating with the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
10
diff
changeset
|
5386 src/main/java/de/intevation/flys/client/client/services/ArtifactService.java: |
6aeb4072eeb4
Added interfaces and a stub implementation of an artifact service the should provide the methods for communicating with the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
10
diff
changeset
|
5387 New. Interface descriptions and the server implementation of an artifact |
6aeb4072eeb4
Added interfaces and a stub implementation of an artifact service the should provide the methods for communicating with the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
10
diff
changeset
|
5388 service that provides basic methods for working with artifacts. |
6aeb4072eeb4
Added interfaces and a stub implementation of an artifact service the should provide the methods for communicating with the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
10
diff
changeset
|
5389 |
6aeb4072eeb4
Added interfaces and a stub implementation of an artifact service the should provide the methods for communicating with the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
10
diff
changeset
|
5390 NOTE: The implementation is currently just a stub. The artifact creation |
6aeb4072eeb4
Added interfaces and a stub implementation of an artifact service the should provide the methods for communicating with the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
10
diff
changeset
|
5391 needs to be implemented. |
6aeb4072eeb4
Added interfaces and a stub implementation of an artifact service the should provide the methods for communicating with the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
10
diff
changeset
|
5392 |
6aeb4072eeb4
Added interfaces and a stub implementation of an artifact service the should provide the methods for communicating with the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
10
diff
changeset
|
5393 * src/main/webapp/WEB-INF/web.xml: Added a servlet for the artifact |
6aeb4072eeb4
Added interfaces and a stub implementation of an artifact service the should provide the methods for communicating with the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
10
diff
changeset
|
5394 interface. |
6aeb4072eeb4
Added interfaces and a stub implementation of an artifact service the should provide the methods for communicating with the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
10
diff
changeset
|
5395 |
10
fc616c192902
Modified the Artifact interface and added a DefaultArtifact implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
9
diff
changeset
|
5396 2011-02-16 Ingo Weinzierl <ingo@intevation.de> |
fc616c192902
Modified the Artifact interface and added a DefaultArtifact implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
9
diff
changeset
|
5397 |
fc616c192902
Modified the Artifact interface and added a DefaultArtifact implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
9
diff
changeset
|
5398 * src/main/java/de/intevation/flys/client/shared/model/Artifact.java: |
fc616c192902
Modified the Artifact interface and added a DefaultArtifact implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
9
diff
changeset
|
5399 Implements the serializable interface which is necessary to be able to |
fc616c192902
Modified the Artifact interface and added a DefaultArtifact implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
9
diff
changeset
|
5400 use this object in the GWT client code. |
fc616c192902
Modified the Artifact interface and added a DefaultArtifact implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
9
diff
changeset
|
5401 |
fc616c192902
Modified the Artifact interface and added a DefaultArtifact implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
9
diff
changeset
|
5402 * src/main/java/de/intevation/flys/client/shared/model/DefaultArtifact.java: |
fc616c192902
Modified the Artifact interface and added a DefaultArtifact implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
9
diff
changeset
|
5403 New. A simple default implementation of an artifact. |
fc616c192902
Modified the Artifact interface and added a DefaultArtifact implementation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
9
diff
changeset
|
5404 |
9
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
8
diff
changeset
|
5405 2011-02-16 Ingo Weinzierl <ingo@intevation.de> |
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
8
diff
changeset
|
5406 |
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
8
diff
changeset
|
5407 * src/main/java/de/intevation/flys/client/FLYS.gwt.xml: Added the |
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
8
diff
changeset
|
5408 Resources and XML modules of GWT. |
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
8
diff
changeset
|
5409 |
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
8
diff
changeset
|
5410 * src/main/java/de/intevation/flys/client/client/config.xml: An xml file |
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
8
diff
changeset
|
5411 that will contain the client configuration. |
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
8
diff
changeset
|
5412 |
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
8
diff
changeset
|
5413 * src/main/java/de/intevation/flys/client/client/Config.java: New. This |
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
8
diff
changeset
|
5414 class should be used to handle the client configuration and provides |
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
8
diff
changeset
|
5415 methods for retrieving information about the configuration. |
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
8
diff
changeset
|
5416 |
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
8
diff
changeset
|
5417 * src/main/java/de/intevation/flys/client/client/FLYSResources.java: The |
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
8
diff
changeset
|
5418 configuration (Config) is initialized at the startup. |
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
8
diff
changeset
|
5419 |
8
9cb3ee7ed8ba
Added interfaces for Artifacts, its ArtifactDescription and Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
7
diff
changeset
|
5420 2011-02-11 Ingo Weinzierl <ingo@intevation.de> |
9cb3ee7ed8ba
Added interfaces for Artifacts, its ArtifactDescription and Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
7
diff
changeset
|
5421 |
9cb3ee7ed8ba
Added interfaces for Artifacts, its ArtifactDescription and Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
7
diff
changeset
|
5422 * src/main/java/de/intevation/flys/client/shared/model/Artifact.java: New. |
9cb3ee7ed8ba
Added interfaces for Artifacts, its ArtifactDescription and Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
7
diff
changeset
|
5423 The interface description of an artifact used in this client. There are |
9cb3ee7ed8ba
Added interfaces for Artifacts, its ArtifactDescription and Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
7
diff
changeset
|
5424 several methods that provide information about the artifact itself and its |
9cb3ee7ed8ba
Added interfaces for Artifacts, its ArtifactDescription and Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
7
diff
changeset
|
5425 representation. |
9cb3ee7ed8ba
Added interfaces for Artifacts, its ArtifactDescription and Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
7
diff
changeset
|
5426 |
9cb3ee7ed8ba
Added interfaces for Artifacts, its ArtifactDescription and Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
7
diff
changeset
|
5427 * src/main/java/de/intevation/flys/client/shared/model/ArtifactDescription.java: |
9cb3ee7ed8ba
Added interfaces for Artifacts, its ArtifactDescription and Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
7
diff
changeset
|
5428 New. The ArtifactDescription provides information about the current |
9cb3ee7ed8ba
Added interfaces for Artifacts, its ArtifactDescription and Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
7
diff
changeset
|
5429 representation of an artifact. |
9cb3ee7ed8ba
Added interfaces for Artifacts, its ArtifactDescription and Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
7
diff
changeset
|
5430 |
9cb3ee7ed8ba
Added interfaces for Artifacts, its ArtifactDescription and Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
7
diff
changeset
|
5431 * src/main/java/de/intevation/flys/client/shared/model/DataItem.java, |
9cb3ee7ed8ba
Added interfaces for Artifacts, its ArtifactDescription and Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
7
diff
changeset
|
5432 src/main/java/de/intevation/flys/client/shared/model/Data.java: New. The |
9cb3ee7ed8ba
Added interfaces for Artifacts, its ArtifactDescription and Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
7
diff
changeset
|
5433 interfaces are used to handle user input. |
9cb3ee7ed8ba
Added interfaces for Artifacts, its ArtifactDescription and Data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
7
diff
changeset
|
5434 |
7
a65793e08245
Radio buttons for each plugin are displayed if a new CollectionView is created.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
6
diff
changeset
|
5435 2011-02-11 Ingo Weinzierl <ingo@intevation.de> |
a65793e08245
Radio buttons for each plugin are displayed if a new CollectionView is created.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
6
diff
changeset
|
5436 |
a65793e08245
Radio buttons for each plugin are displayed if a new CollectionView is created.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
6
diff
changeset
|
5437 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, |
a65793e08245
Radio buttons for each plugin are displayed if a new CollectionView is created.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
6
diff
changeset
|
5438 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties, |
a65793e08245
Radio buttons for each plugin are displayed if a new CollectionView is created.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
6
diff
changeset
|
5439 src/main/java/de/intevation/flys/client/client/FLYSMessages.java: Added |
a65793e08245
Radio buttons for each plugin are displayed if a new CollectionView is created.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
6
diff
changeset
|
5440 strings for the plugins. |
a65793e08245
Radio buttons for each plugin are displayed if a new CollectionView is created.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
6
diff
changeset
|
5441 |
a65793e08245
Radio buttons for each plugin are displayed if a new CollectionView is created.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
6
diff
changeset
|
5442 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
a65793e08245
Radio buttons for each plugin are displayed if a new CollectionView is created.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
6
diff
changeset
|
5443 Display radio buttons if the collection is new and no plugin (winfo, |
a65793e08245
Radio buttons for each plugin are displayed if a new CollectionView is created.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
6
diff
changeset
|
5444 minfo, map, fix analyse) has been chosen. |
a65793e08245
Radio buttons for each plugin are displayed if a new CollectionView is created.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
6
diff
changeset
|
5445 |
6
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5446 2011-02-11 Ingo Weinzierl <ingo@intevation.de> |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5447 |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5448 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5449 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties, |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5450 src/main/java/de/intevation/flys/client/client/FLYSMessages.java: New |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5451 strings for the CollectionViews. |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5452 |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5453 * src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java: New. |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5454 This is the workspace for FLYS. It contains the windows for each |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5455 collection of the user. |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5456 |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5457 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5458 New. This window will display a collection. Currently, it has just a |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5459 title, but no content. |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5460 |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5461 * src/main/java/de/intevation/flys/client/client/ui/FLYSView.java: Displays |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5462 the FLYSWorkspace. |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5463 |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5464 * src/main/java/de/intevation/flys/client/client/ui/MainMenu.java: Added a |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5465 button to open new collections. |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5466 |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5467 * src/main/java/de/intevation/flys/client/client/FLYS.java: The |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5468 FLYSWorkspace is created here. FLYS stores a reference to it and puts the |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5469 workspace into the FLYSView. Furthermore, there is a new method that |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5470 creates new Collections. |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5471 |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5472 NOTE: Currently, there is no communication with the artifact server, |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5473 because Collections aren't implemented yet! |
e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
5
diff
changeset
|
5474 |
5
14bf7895a2ec
Added a new method that returns the UUID of a Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
4
diff
changeset
|
5475 2011-02-11 Ingo Weinzierl <ingo@intevation.de> |
14bf7895a2ec
Added a new method that returns the UUID of a Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
4
diff
changeset
|
5476 |
14bf7895a2ec
Added a new method that returns the UUID of a Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
4
diff
changeset
|
5477 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java, |
14bf7895a2ec
Added a new method that returns the UUID of a Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
4
diff
changeset
|
5478 src/main/java/de/intevation/flys/client/shared/model/Collection.java: |
14bf7895a2ec
Added a new method that returns the UUID of a Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
4
diff
changeset
|
5479 Added a new method that returns the UUID of the collection. |
14bf7895a2ec
Added a new method that returns the UUID of a Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
4
diff
changeset
|
5480 |
4
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5481 2011-02-10 Ingo Weinzierl <ingo@intevation.de> |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5482 |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5483 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: The |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5484 ProjectList stores a reference to the current user and provides a list |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5485 with his existing projects. |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5486 |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5487 NOTE: There are created two Collections and two CollectionRecords for the |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5488 mockup. This code needs to be removed after a service to fetch the user |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5489 collections has been implemented. |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5490 |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5491 * src/main/java/de/intevation/flys/client/client/ui/CollectionGrid.java: |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5492 This grid will show a list of collections with its last modification date, |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5493 their uuid and two buttons to publish and delete the collection. |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5494 |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5495 NOTE: The buttons have no effect yet. |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5496 |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5497 * src/main/java/de/intevation/flys/client/client/FLYS.java: The FLYS class |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5498 has a reference to the ProjectList. If a logged in user was found, the |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5499 ProjectList is initialized and added to the FLYSView. |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5500 |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5501 * src/main/java/de/intevation/flys/client/client/ui/FLYSView.java: There is |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5502 a new method to set the ProjectList. Furthermore, all UI components are |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5503 put into a HLayout now. On this way, we are able to open/close the |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5504 ProjectList. |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5505 |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5506 * src/main/java/de/intevation/flys/client/client/FLYSMessages.java, |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5507 src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5508 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties: |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5509 Added strings for the project list. |
89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3
diff
changeset
|
5510 |
3
9cf5a40b62c7
Added an interface and a default implementation of a Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2
diff
changeset
|
5511 2011-02-10 Ingo Weinzierl <ingo@intevation.de> |
9cf5a40b62c7
Added an interface and a default implementation of a Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2
diff
changeset
|
5512 |
9cf5a40b62c7
Added an interface and a default implementation of a Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2
diff
changeset
|
5513 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java, |
9cf5a40b62c7
Added an interface and a default implementation of a Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2
diff
changeset
|
5514 src/main/java/de/intevation/flys/client/shared/model/Collection.java: The |
9cf5a40b62c7
Added an interface and a default implementation of a Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2
diff
changeset
|
5515 interface and its default implementation of a Collection. |
9cf5a40b62c7
Added an interface and a default implementation of a Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2
diff
changeset
|
5516 NOTE: I think both classes will change pretty much, but they have been |
9cf5a40b62c7
Added an interface and a default implementation of a Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2
diff
changeset
|
5517 necessary for the ProjectList mockup. |
9cf5a40b62c7
Added an interface and a default implementation of a Collection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2
diff
changeset
|
5518 |
2
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5519 2011-02-10 Ingo Weinzierl <ingo@intevation.de> |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5520 |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5521 * src/main/java/de/intevation/flys/client/FLYS.gwt.xml: The artifact-common |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5522 package is available in the GWT code now. |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5523 |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5524 * pom.xml: Made the artifact-common package available. |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5525 |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5526 * src/main/java/de/intevation/flys/client/server/UserServiceImpl.java, |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5527 src/main/java/de/intevation/flys/client/client/services/UserService.java, |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5528 src/main/java/de/intevation/flys/client/client/services/UserServiceAsync.java: |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5529 A service definition that retrieves user information. Currently, this |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5530 service defines a single method that returns the user that is currently |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5531 logged in. |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5532 |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5533 * src/main/webapp/WEB-INF/web.xml: Added a servlet definition that provides |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5534 the UserService. |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5535 |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5536 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5537 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties, |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5538 src/main/java/de/intevation/flys/client/client/FLYSMessages.java: Added |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5539 I18N string for a guest user. |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5540 |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5541 * src/main/java/de/intevation/flys/client/client/ui/MainMenu.java: There are |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5542 new methods to set the current user and to update the menu with its name. |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5543 |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5544 * src/main/java/de/intevation/flys/client/client/FLYS.java: After creating |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5545 the necessary components, the current user is queried by the UserService |
bc5d4d2297b9
Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
5546 and displayed in the menu bar. |