Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 597:14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
flys-client/trunk@2199 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 22 Jun 2011 10:14:57 +0000 |
parents | 3f094045d512 |
children | 031357c3e23e |
comparison
equal
deleted
inserted
replaced
596:3f094045d512 | 597:14e5e51a7de4 |
---|---|
1 2011-06-22 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java, | |
4 src/main/java/de/intevation/flys/client/shared/model/Collection.java: | |
5 There are setter methods for 'name' and 'ttl' now. The project list | |
6 requires this to set those attribute to a new value. | |
7 | |
8 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, | |
9 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, | |
10 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, | |
11 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: | |
12 Added strings for the project list's context menu item "rename project". | |
13 | |
14 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: | |
15 Added a context menu item to rename the selected project and listeners | |
16 to trigger setting 'name' and 'ttl' to a new value. | |
17 | |
18 TODO: We still need to write RPC services to update those values! | |
19 | |
1 2011-06-22 Ingo Weinzierl <ingo@intevation.de> | 20 2011-06-22 Ingo Weinzierl <ingo@intevation.de> |
2 | 21 |
3 * src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: | 22 * src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: |
4 Renamed the german translation of wq mode for "Q at gauge". | 23 Renamed the german translation of wq mode for "Q at gauge". |
5 | 24 |