Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 580:42512fce9b1b
#140, #122: Splitted the WQD table in the WQInputPanel into two tables: a table for QD values and a table for W values - only the QD table is selectable.
flys-client/trunk@2164 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 20 Jun 2011 10:32:54 +0000 |
parents | f1b977657880 |
children | 210339fd1a34 |
comparison
equal
deleted
inserted
replaced
579:f1b977657880 | 580:42512fce9b1b |
---|---|
1 2011-06-20 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 flys/issue140 (WINFO: WQ-Tabelle in Tabs aufsplitten) | |
4 flys/issue122 (W-INFO: Wasserspiegellagenberechnung / Auswahlunterstützung Abfluss (W-Werte sind nicht auswählbar)) | |
5 | |
6 * src/main/java/de/intevation/flys/client/client/ui/wq/QDTable.java: | |
7 New. This table is used to show Q and D values for the WQInputPanel. The | |
8 first two rows are selectable icons. | |
9 | |
10 * src/main/java/de/intevation/flys/client/client/ui/wq/WTable.java: New. | |
11 This table is used to show W values for the WQInputPanel. The rows in | |
12 this table are not selectable. | |
13 | |
14 * src/main/java/de/intevation/flys/client/client/ui/DoubleRangePanel.java: | |
15 Added methods to set the lower and upper value directly. | |
16 | |
17 * src/main/java/de/intevation/flys/client/client/ui/DoubleArrayPanel.java: | |
18 Added a method to add a further double value to the current list. | |
19 | |
20 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: | |
21 Removed the old WQD tables and replaced them with a QDTable and a | |
22 WTable. The WQD values are sorted into the two tables when they are | |
23 initialized. The values in the WTable are not selectable. The QDTable | |
24 has two selectable columns. Based on the current mode (single values or | |
25 range mode), the selected values are filled into the array panel or into | |
26 the range panel. | |
27 | |
1 2011-06-17 Ingo Weinzierl <ingo@intevation.de> | 28 2011-06-17 Ingo Weinzierl <ingo@intevation.de> |
2 | 29 |
3 flys/issue140 PART 1 (WINFO: WQ-Tabelle in Tabs aufsplitten) | 30 flys/issue140 PART 1 (WINFO: WQ-Tabelle in Tabs aufsplitten) |
4 | 31 |
5 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: | 32 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: |