1 |
|
2003-02-03 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/classification.py (Classification): Added getNull() |
4 |
|
to return the NullData reference |
5 |
|
|
6 |
|
* Thuban/Model/layer.py (Layer.SetFill, Layer.SetStroke, |
7 |
|
Layer.SetStrokeWidth): Modified these functions to change the |
8 |
|
null data in the classification rather than keep these values |
9 |
|
directly in the Layer class. Menu options to change these values |
10 |
|
work again. |
11 |
|
|
12 |
2003-01-28 Jonathan Coles <[email protected]> |
2003-01-28 Jonathan Coles <[email protected]> |
13 |
|
|
14 |
* Thuban/UI/classifier.py (Classifier): resolved merging conflicts. |
* Thuban/UI/classifier.py (Classifier): Resolved merging conflicts. |
15 |
Fixed crashing problem on some systems. Dialog box shows |
Fixed crashing problem on some systems. Dialog box shows |
16 |
classification data. |
classification data. |
17 |
|
|
18 |
|
* Thuban/UI/tree.py (SessionTreeCtrl.add_items): Handle drawing |
19 |
|
Colors in the tree view. |
20 |
|
|
21 |
|
* Thuban/Model/layer.py (Layer.TreeInfo): Added a call to build |
22 |
|
the tree info for classifications. Commented out unnecessary lines. |
23 |
|
|
24 |
|
* Thuban/Model/classification.py (Classification.TreeInfo): New |
25 |
|
function to add information about the classification into the |
26 |
|
tree view. |
27 |
|
|
28 |
2003-01-27 Jan-Oliver Wagner <[email protected]> |
2003-01-27 Jan-Oliver Wagner <[email protected]> |
29 |
|
|
30 |
* Thuban/__init__.py (_): New. |
* Thuban/__init__.py (_): New. |