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