Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 611:854312c0528c
#21 Newly created projects cannot be opened twice.
flys-client/trunk@2225 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 24 Jun 2011 09:20:22 +0000 |
parents | ea2191b1299d |
children | e59f2569558e |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Jun 23 17:46:08 2011 +0000 +++ b/flys-client/ChangeLog Fri Jun 24 09:20:22 2011 +0000 @@ -1,3 +1,17 @@ +2011-06-24 Ingo Weinzierl <ingo@intevation.de> + + flys/issue21 (Gleiches Projekt kann mehr als einmal gleichzeitig geƶffnet werden) + + * src/main/java/de/intevation/flys/client/client/FLYS.java: Implements + CollectionChangeHandler to lock new projects. In addition, there is a + new method to close projects. + + * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: + If this view contains a Collection, FLYS is used to close this window. + FLYS needs to unlock the project before the view is destroyed. + Otherwise - if no Collection has been created yet - this view destroys + itself. + 2011-06-23 Ingo Weinzierl <ingo@intevation.de> flys/issue170 (Diagramm: Initiales Zoomen zeigt verschobenen Bereich)