Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 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.
flys-client/trunk@2289 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 06 Jul 2011 12:31:32 +0000 |
parents | 4e0b73b7113b |
children | e8be9a188e64 |
comparison
equal
deleted
inserted
replaced
787:4e0b73b7113b | 788:dfbc6693247e |
---|---|
1 2011-07-06 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: | |
4 The right side of the ParameterList now consists of a stacked panel that | |
5 itself consists of the helper panel and a panel for displaying the | |
6 calculation results. The user is now able to see both at the same time. | |
7 | |
8 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: | |
9 Improved the Collection update process. There is no need to update the | |
10 collection twice when the master artifact changed. Now, the collection | |
11 is updated only a single time if the collection itself changed - and it | |
12 changes everytime when its artifact is set. | |
13 | |
14 * src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java: | |
15 The label 'Berechnungsergebnisse' is no longer part of the Canvas | |
16 created by this class. | |
17 | |
18 * src/main/java/de/intevation/flys/client/client/ui/UIProvider.java, | |
19 src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java: | |
20 The helper panel is now a VLayout, no longer a Canvas. | |
21 | |
22 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, | |
23 src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java, | |
24 src/main/java/de/intevation/flys/client/client/ui/MapSelection.java, | |
25 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java, | |
26 src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: | |
27 Add helper widgets as members to the helper panel, no longer as | |
28 children. | |
29 | |
30 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, | |
31 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, | |
32 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, | |
33 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added | |
34 strings for the input support stack. | |
35 | |
1 2011-07-05 Ingo Weinzierl <ingo@intevation.de> | 36 2011-07-05 Ingo Weinzierl <ingo@intevation.de> |
2 | 37 |
3 * src/main/java/de/intevation/flys/client/client/ui/DoubleRangePanel.java, | 38 * src/main/java/de/intevation/flys/client/client/ui/DoubleRangePanel.java, |
4 src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java: | 39 src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java: |
5 Modified these classes with the intent to override them easier. | 40 Modified these classes with the intent to override them easier. |