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