Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 557:92c200887b20
#21 There might be just a single window for each project now. Users can't open a project twice.
flys-client/trunk@2083 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 08 Jun 2011 13:21:46 +0000 |
parents | 046f43e1d305 |
children | 5749fd2b0138 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Wed Jun 08 12:43:38 2011 +0000 +++ b/flys-client/ChangeLog Wed Jun 08 13:21:46 2011 +0000 @@ -1,3 +1,21 @@ +2011-06-08 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: Introduced a + lock mechanism for projects. When a project is opened, it becomes + locked. Further clicks on that project in the project list will have no + effect except it brings up the project window. + + * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: + Implements the CloseClickHandler interface now. The operations triggered + by the "x" in the upper right corner of the window will close and + destroy the window. This has been done automatically before. + + * src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java: + Added a new method that brings up a project window. + 2011-06-08 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/server/ChartInfoServiceImpl.java: