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]> |
43 |
|
|
44 |
|
* Thuban/UI/application.py: Changed SESSION_CHANGED to |
45 |
|
SESSION_REPLACED. |
46 |
|
|
47 |
|
* Thuban/UI/classifier.py: Wrap text with _(). |
48 |
|
(ClassGrid.CreateTable): Set dimensions and size hints here, |
49 |
|
instead of in Reset, so we only set the size once. |
50 |
|
|
51 |
|
* Thuban/UI/dialogs.py: Don't need Shutdown(); just use Close()! |
52 |
|
|
53 |
|
* Thuban/UI/mainwindow.py (MainWindow.prepare_new_session): |
54 |
|
Call Close() instead of Shutdown(). |
55 |
|
|
56 |
|
* Thuban/UI/messages.py: Changed SESSION_CHANGED to SESSION_REPLACED. |
57 |
|
|
58 |
|
* Thuban/UI/tree.py: Changed SESSION_CHANGED to SESSION_REPLACED. |
59 |
|
Go back to using OnClose() instead of Shutdown(). |
60 |
|
|
61 |
|
2003-03-10 Jonathan Coles <[email protected]> |
62 |
|
|
63 |
|
* Thuban/UI/classifier.py (Classifier): SelectField() needed |
64 |
|
to know the old field index as well as the new one. |
65 |
|
|
66 |
|
2003-03-10 Jonathan Coles <[email protected]> |
67 |
|
|
68 |
|
* Thuban/UI/classifier.py (Classifier): Use __SelectField() |
69 |
|
to correctly set the table information and call this from |
70 |
|
__init__ and from _OnFieldSelect so that all the information |
71 |
|
is up to date when the dialog opens and when a field is changed. |
72 |
|
|
73 |
2003-03-10 Jonathan Coles <[email protected]> |
2003-03-10 Jonathan Coles <[email protected]> |
74 |
|
|
75 |
* Thuban/Model/classification.py (Classification): Don't use |
* Thuban/Model/classification.py (Classification): Don't use |