1 |
|
2003-03-04 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Doc/thuban.dtd: Use correct syntax for optional attributes. Make |
4 |
|
the fill and stroke layer attributes optional with suitable |
5 |
|
default values. Add the stroke_width layer attribute. Use correct |
6 |
|
syntax for empty elements. Make the attribute list for labels |
7 |
|
refer to the label element. |
8 |
|
|
9 |
|
2003-03-04 Bernhard Herzog <[email protected]> |
10 |
|
|
11 |
|
* setup.py (thuban_build_py.build): Add a comment about distutils in |
12 |
|
Python 2.3 containing some of the functionality we implement in |
13 |
|
setup.py ourselves. |
14 |
|
|
15 |
|
* Thuban/UI/classifier.py (ClassGrid.__init__): Set the table |
16 |
|
before the selection mode. Doing it the other way round triggers |
17 |
|
an assertion in wxWindows. |
18 |
|
|
19 |
|
* Thuban/Model/save.py (escape): Fix typo in doc-string |
20 |
|
|
21 |
|
* Thuban/Model/classification.py: Remove unnecessary wxPython |
22 |
|
import |
23 |
|
|
24 |
|
2003-03-04 Jonathan Coles <[email protected]> |
25 |
|
|
26 |
|
* Thuban/Model/classification.py (ClassGroupRange.GetProperties): |
27 |
|
Parameter 'value' should default to None. |
28 |
|
|
29 |
|
* Thuban/UI/mainwindow.py: Use Layer.GetClassification() since |
30 |
|
the class attribute __classification is now private. |
31 |
|
|
32 |
|
* Thuban/UI/classifier.py (ClassGrid): Moved OnCellDClick() from |
33 |
|
Classifier to ClassGrid. Added support for removing selected rows, |
34 |
|
which including code for keeping track of when cells are selected, |
35 |
|
and deselected. |
36 |
|
(ClassTable): Support for added/removing rows. Fixed a problem |
37 |
|
with __ParseInput whereby it would not allow strings (only numbers) |
38 |
|
to be entered. |
39 |
|
(Classifier): Added button and supporting code for removing |
40 |
|
selected rows. |
41 |
|
|
42 |
2003-02-27 Jonathan Coles <[email protected]> |
2003-02-27 Jonathan Coles <[email protected]> |
43 |
|
|
44 |
* Thuban/common.py: Moved color conversion functions into |
* Thuban/common.py: Moved color conversion functions into |
69 |
Use common.py functions. |
Use common.py functions. |
70 |
|
|
71 |
* Thuban/UI/tree.py: Use common.py functions. |
* Thuban/UI/tree.py: Use common.py functions. |
72 |
|
|
73 |
|
* test/test_classification.py: Use new Classification and Group |
74 |
|
classes. |
75 |
|
|
76 |
2003-02-24 Jonathan Coles <[email protected]> |
2003-02-24 Jonathan Coles <[email protected]> |
77 |
|
|