Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 83:4784ca718476
Improved the positioning of helper widgets and some layout specific stuff.
flys-client/trunk@1593 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 28 Mar 2011 16:00:23 +0000 |
parents | 4c5fa2b0086a |
children | b8acb6a615f2 |
comparison
equal
deleted
inserted
replaced
82:4c5fa2b0086a | 83:4784ca718476 |
---|---|
1 2011-03-28 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/UIProvider.java, | |
4 src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java: | |
5 A UIProvider might now have a panel that can be used to render helper | |
6 widgets. E.g. the river selection will render its river map into this | |
7 panel. It is injected and can be placed somewhere around the | |
8 application. | |
9 | |
10 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: | |
11 Injected the right panel of the parameter panel into the UIProvider. | |
12 Helper widgets are rendered into this panel now! | |
13 | |
14 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, | |
15 src/main/java/de/intevation/flys/client/client/ui/MapSelection.java, | |
16 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java, | |
17 src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java, | |
18 src/main/java/de/intevation/flys/client/client/ui/ModuleSelection.java: | |
19 Some layout improvements (heights, position of elements and so far). | |
20 | |
1 2011-03-28 Raimund Renkert <rrenkert@intevation.de> | 21 2011-03-28 Raimund Renkert <rrenkert@intevation.de> |
2 | 22 |
3 * src/main/java/de/intevation/flys/client/client/ui/MainMenu.java: The project | 23 * src/main/java/de/intevation/flys/client/client/ui/MainMenu.java: The project |
4 list button toggles the project list now. | 24 list button toggles the project list now. |
5 | 25 |