Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 220:35094660f91a
Implemented a context menu for the project list.
flys-client/trunk@1663 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 11 Apr 2011 15:38:43 +0000 |
parents | 7523faf567e5 |
children | f03c34bec364 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Mon Apr 11 14:32:36 2011 +0000 +++ b/flys-client/ChangeLog Mon Apr 11 15:38:43 2011 +0000 @@ -1,3 +1,15 @@ +2011-04-11 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants.java: + Added strings that are used in the context menu of the project list. + + * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: + A right mouse click on a project opens a context menu with the options + to open / delete a project. + 2011-04-11 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/server/DistanceInfoServiceImpl.java,