1 |
|
2003-03-11 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/load.py: Temporary fix so that the xml reader |
4 |
|
doesn't cause Thuban to crash. |
5 |
|
|
6 |
|
* Thuban/Model/layer.py: Handle the cyclic references between |
7 |
|
a layer and its classification better, and be sure to disconnect |
8 |
|
the classification from the layer when the layer is destroyed |
9 |
|
so that we don't maintain a cyclic reference that may not be |
10 |
|
garbage collected. |
11 |
|
|
12 |
|
* Thuban/Model/classification.py: See comment for layer.py. |
13 |
|
|
14 |
|
2003-03-12 Jan-Oliver Wagner <[email protected]> |
15 |
|
|
16 |
|
* HOWTO-Release: New. Information on the steps for releasing |
17 |
|
a new version of Thuban. |
18 |
|
|
19 |
|
2003-03-11 Jonathan Coles <[email protected]> |
20 |
|
|
21 |
|
* Thuban/UI/classifier.py: Add normal border to SelectPropertiesDialog. |
22 |
|
Use True instead of true. |
23 |
|
(Classifier): Should have a single panel in which all the controls lie. |
24 |
|
|
25 |
|
* Thuban/UI/proj4dialog.py: Add normal border. |
26 |
|
|
27 |
|
* Thuban/UI/tree.py: Fixed problem with bad item images under Windows. |
28 |
|
|
29 |
|
* Thuban/UI/mainwindow.py: Use True instead of true. |
30 |
|
|
31 |
|
* setup.py: Update some definitions to use wxWindows2.4 files |
32 |
|
|
33 |
|
* Data/iceland_sample_class.thuban: Fixed file so that the |
34 |
|
field_type information is present. |
35 |
|
|
36 |
|
2003-03-10 Jonathan Coles <[email protected]> |
37 |
|
|
38 |
|
* Thuban/UI/classifier.py (Classifier.__init__): Make the |
39 |
|
field type label grow so that when the text changes the |
40 |
|
size is updated correctly. This may be a wxWindows bug. |
41 |
|
|
42 |
2003-03-10 Jonathan Coles <[email protected]> |
2003-03-10 Jonathan Coles <[email protected]> |
43 |
|
|
44 |
* Thuban/UI/application.py: Changed SESSION_CHANGED to |
* Thuban/UI/application.py: Changed SESSION_CHANGED to |