Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 790:3fa8583434b2
Made stepping forward/backword much smoother in the parameter list.
flys-client/trunk@2294 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 06 Jul 2011 15:34:38 +0000 |
parents | e8be9a188e64 |
children | 9b1499a65aaa |
comparison
equal
deleted
inserted
replaced
789:e8be9a188e64 | 790:3fa8583434b2 |
---|---|
1 2011-07-06 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/event/ParameterChangeEvent.java: | |
4 This event now supports a further member variable "type". Type is an | |
5 enum and can be FORWARD or BACK which reflects to stepping forward or | |
6 backward with the master artifact. | |
7 | |
8 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: | |
9 Improved the way of adding/removing items to/from the static list of | |
10 parameters. We now distinguish between the two ways: | |
11 - step forward: the last item in the list is added to the static | |
12 parameter list. This makes redrawing much smoother. | |
13 - step backward: only the necessary items are removed from the static | |
14 parameter list. Before, we have removed all items and | |
15 added the relevant ones afterwards. This makes | |
16 redrawing also much smoother. | |
17 | |
18 * src/main/java/de/intevation/flys/client/client/ui/ContinuePanel.java: | |
19 This panel will have no static widget. | |
20 | |
21 * src/main/java/de/intevation/flys/client/client/ui/AutoIntegerPanel.java: | |
22 This panel uses the parents createOld() now. | |
23 | |
1 2011-07-06 Ingo Weinzierl <ingo@intevation.de> | 24 2011-07-06 Ingo Weinzierl <ingo@intevation.de> |
2 | 25 |
3 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java, | 26 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java, |
4 src/main/webapp/FLYS.css: Some layout improvements related to the height | 27 src/main/webapp/FLYS.css: Some layout improvements related to the height |
5 of components. | 28 of components. |