1 |
|
2003-03-06 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/classification.py: Minor documentation changes, |
4 |
|
Addition of __eq__ and __ne__ methods. |
5 |
|
(Classification.SetLayer): prevent recursion between this method |
6 |
|
and Layer.SetClassification(). |
7 |
|
|
8 |
|
* Thuban/Model/color.py: Addition of __eq__ and __ne__ methods. |
9 |
|
|
10 |
|
* Thuban/Model/layer.py (SetClassification): prevent recursion |
11 |
|
between this method and Classification.SetLayer(). |
12 |
|
|
13 |
|
* test/test_classification.py, test/test_load.py, |
14 |
|
test/test_session.py: Fixed and added tests for the classification |
15 |
|
classes. |
16 |
|
|
17 |
|
2003-03-06 Bernhard Herzog <[email protected]> |
18 |
|
|
19 |
|
* Thuban/UI/classifier.py (ClassGrid.__init__) |
20 |
|
(ClassGrid.CreateTable): Move the SetSelectionMode call to |
21 |
|
CreateTable because otherwise it triggers an assertion in |
22 |
|
wxPython/wxGTK 2.4. |
23 |
|
|
24 |
2003-03-05 Jonathan Coles <[email protected]> |
2003-03-05 Jonathan Coles <[email protected]> |
25 |
|
|
26 |
* Thuban/common.py: Move FIELDTYPE constants back to table.py |
* Thuban/common.py: Move FIELDTYPE constants back to table.py. |
27 |
|
|
28 |
* Thuban/Model/load.py: import FIELDTYPE constants from table |
* Thuban/Model/load.py: import FIELDTYPE constants from table. |
29 |
|
|
30 |
* Thuban/UI/classifier.py: import FIELDTYPE constants from table.o |
* Thuban/UI/classifier.py: import FIELDTYPE constants from table. |
31 |
|
|
32 |
* Thuban/Model/table.py: Put FIELDTYPE constants back |
* Thuban/Model/table.py: Put FIELDTYPE constants back. |
33 |
|
|
34 |
2003-03-05 Jonathan Coles <[email protected]> |
2003-03-05 Jonathan Coles <[email protected]> |
35 |
|
|