Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 3353:08f8524a81ad
Lock the screen when the parameterization of a Collection's master Artifact changes.
flys-client/trunk@5036 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 18 Jul 2012 12:12:46 +0000 |
parents | 2f533220af1c |
children | 22f39c2d7a72 |
comparison
equal
deleted
inserted
replaced
3352:2f533220af1c | 3353:08f8524a81ad |
---|---|
1 2012-07-18 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: | |
4 Added public methods to lock and unlock the CollectionView. Locking the | |
5 view means, a semi transparent layer prevents the user to use the | |
6 control elements in the CollectionView. In addition to the semi | |
7 transparent layer, a progress image is displayed. | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: | |
10 Lock the CollectionView when StepBack and StepForward events are fired. | |
11 Unlock the screen on success or failure. | |
12 | |
1 2012-07-18 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 13 2012-07-18 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 14 |
3 * src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java: | 15 * src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java: |
4 Handle upcoming "double" theme attribute type. | 16 Handle upcoming "double" theme attribute type. |
5 | 17 |