Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
556:046f43e1d305 | 557:92c200887b20 |
---|---|
1 2011-06-08 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 flys/issue21 (Gleiches Projekt kann mehr als einmal gleichzeitig | |
4 geƶffnet werden) | |
5 | |
6 * src/main/java/de/intevation/flys/client/client/FLYS.java: Introduced a | |
7 lock mechanism for projects. When a project is opened, it becomes | |
8 locked. Further clicks on that project in the project list will have no | |
9 effect except it brings up the project window. | |
10 | |
11 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: | |
12 Implements the CloseClickHandler interface now. The operations triggered | |
13 by the "x" in the upper right corner of the window will close and | |
14 destroy the window. This has been done automatically before. | |
15 | |
16 * src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java: | |
17 Added a new method that brings up a project window. | |
18 | |
1 2011-06-08 Ingo Weinzierl <ingo@intevation.de> | 19 2011-06-08 Ingo Weinzierl <ingo@intevation.de> |
2 | 20 |
3 * src/main/java/de/intevation/flys/client/server/ChartInfoServiceImpl.java: | 21 * src/main/java/de/intevation/flys/client/server/ChartInfoServiceImpl.java: |
4 Skip axes that lay out of valid bounds. E.g. there are 2 axes: if one of | 22 Skip axes that lay out of valid bounds. E.g. there are 2 axes: if one of |
5 those axes position is > 1 it is skipped. | 23 those axes position is > 1 it is skipped. |