Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1432:40f4137a2c31
Added a cancel button to the LoadingPanel which stops running WSPLGEN calculations (realized by returning to the previous state).
flys-client/trunk@3386 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 12 Dec 2011 09:11:28 +0000 |
parents | 987f95ceb623 |
children | d73f503f2465 |
comparison
equal
deleted
inserted
replaced
1431:987f95ceb623 | 1432:40f4137a2c31 |
---|---|
1 2011-12-12 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, | |
4 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, | |
5 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, | |
6 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added | |
7 links to a cancel button and strings for a "Calculation canceled" message. | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: | |
10 Register the ParameterList as StepBackHandler on the LoadingPanel. | |
11 | |
12 * src/main/java/de/intevation/flys/client/client/ui/LoadingPanel.java: The | |
13 loading dialog now includes a button to stop a running calculation. | |
14 Stopping a running calculation means to return to the previous state. | |
15 | |
16 * src/main/webapp/images/cancelCalculation.png: New. An image for a cancel | |
17 button. | |
18 | |
1 2011-12-12 Raimund Renkert <raimund.renkert@intevation.de> | 19 2011-12-12 Raimund Renkert <raimund.renkert@intevation.de> |
2 | 20 |
3 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartPropertiesEditor.java: | 21 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartPropertiesEditor.java: |
4 Filled the window with property fields. | 22 Filled the window with property fields. |
5 | 23 |