1 |
|
2003-02-26 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/common.py: Moved color conversion functions into |
4 |
|
Thuban/UI/common.py. |
5 |
|
(Str2Num): Now converts the float (not the string) to a long/int |
6 |
|
so that an exception isn't thrown. |
7 |
|
|
8 |
|
* Thuban/UI/common.py: Common functions used in several UI modules |
9 |
|
|
10 |
|
* Thuban/Model/classification.py: Changed the class hierarchy |
11 |
|
so that a Classification consists of Groups which return |
12 |
|
Properties when a value matches a Group. |
13 |
|
|
14 |
|
* Thuban/Model/layer.py: Fixed name resolution problem. |
15 |
|
|
16 |
|
* Thuban/Model/load.py: Use new Classification and Group functions. |
17 |
|
|
18 |
|
* Thuban/Model/save.py (Saver.write_attribs): Fixes a test case |
19 |
|
failure. |
20 |
|
(Saver.write_classification): Use new Classification and Group |
21 |
|
functions. |
22 |
|
|
23 |
|
* Thuban/UI/classifier.py: Changes to use new Classification and Group |
24 |
|
functions |
25 |
|
|
26 |
|
* Thuban/UI/renderer.py: Use new Classification and Group functions. |
27 |
|
Use common.py functions. |
28 |
|
|
29 |
|
* Thuban/UI/tree.py: Use common.py functions |
30 |
|
|
31 |
2003-02-24 Jonathan Coles <[email protected]> |
2003-02-24 Jonathan Coles <[email protected]> |
32 |
|
|
33 |
* Thuban/common.py (Color2wxColour, wxColour2Color): Conversion |
* Thuban/common.py (Color2wxColour, wxColour2Color): Conversion |