1 |
|
2003-03-05 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/classifier.py: Added class documentation. |
4 |
|
Fixed RTbug #1713, #1714. Added Move[Up|Down] buttons. |
5 |
|
Store just the groups in the table and generate the other |
6 |
|
column information when it is requested. Add "None" field |
7 |
|
to pull-down to select no classification. |
8 |
|
|
9 |
|
* Thuban/common.py: Moved FIELDTYPE constants from table.py |
10 |
|
(Str2Num): Only catch ValueError exceptions. |
11 |
|
|
12 |
|
* Thuban/Model/classification.py: Class documentation. Renaming |
13 |
|
of methods with Stroke to Line. Groups are stored in a single |
14 |
|
list with the default as the first element. Groups are searched |
15 |
|
in the order they appear in the list. |
16 |
|
|
17 |
|
* Thuban/Model/color.py: Documentation. |
18 |
|
|
19 |
|
* Thuban/Model/layer.py (Layer): Add GetFieldType to retreive |
20 |
|
the kind of data represented by a field. |
21 |
|
|
22 |
|
* Thuban/Model/load.py (ProcessSession): Use proper string |
23 |
|
conversion function; fixes RTbug #1713. |
24 |
|
|
25 |
|
* Thuban/Model/save.py (Saver): Store field type information. |
26 |
|
|
27 |
|
* Thuban/Model/table.py: Put FIELDTYPE constants in common.py. |
28 |
|
(Table): Add field_info_by_name() to retrieve field information |
29 |
|
by specifying the field name, not the number. |
30 |
|
|
31 |
|
* Thuban/UI/mainwindow.py: Function name changes. |
32 |
|
|
33 |
|
* Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Only |
34 |
|
get the layer classification once. Don't try to classify |
35 |
|
values when the field is None: just use the default properties. |
36 |
|
|
37 |
|
* Thuban/UI/view.py: Function name changes. |
38 |
|
|
39 |
|
* Doc/thuban.dtd: Add field_type attribute to a classification. |
40 |
|
|
41 |
2003-03-04 Bernhard Herzog <[email protected]> |
2003-03-04 Bernhard Herzog <[email protected]> |
42 |
|
|
43 |
* Doc/thuban.dtd: Use correct syntax for optional attributes. Make |
* Doc/thuban.dtd: Use correct syntax for optional attributes. Make |