Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1364:9981ba2ee13a
Display the datacage button in the map toolbar.
flys-client/trunk@3063 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 24 Oct 2011 13:35:30 +0000 |
parents | 670fd067bd80 |
children | 4c65c5b60a86 |
comparison
equal
deleted
inserted
replaced
1363:9da7fdfbb80e | 1364:9981ba2ee13a |
---|---|
1 2011-10-24 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/Toolbar.java: New. An | |
4 abstract toolbar that acts as parent for ChartToolbar and MapToolbar. | |
5 | |
6 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java, | |
7 src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java: | |
8 Subclass Toolbar which now makes the datacage stuff. | |
9 | |
10 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java, | |
11 src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: | |
12 Adjusted the constructor call of OutputTab which now takes an instance | |
13 of CollectionView. | |
14 | |
15 * src/main/java/de/intevation/flys/client/client/ui/OutputTab.java: Stores | |
16 an instance of CollectionView and implements methods to retrieve the | |
17 current user and artifact. | |
18 | |
1 2011-10-24 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 19 2011-10-24 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 20 |
3 Replaced icons white by a transparent background. | 21 Replaced icons white by a transparent background. |
4 | 22 |
5 * src/main/webapp/images/removeFeature.png: Added transparency to | 23 * src/main/webapp/images/removeFeature.png: Added transparency to |