1 |
|
2003-03-11 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/classifier.py: Add normal border to SelectPropertiesDialog. |
4 |
|
Use True instead of true. |
5 |
|
(Classifier): Should have a single panel in which all the controls lie. |
6 |
|
|
7 |
|
* Thuban/UI/proj4dialog.py: Add normal border. |
8 |
|
|
9 |
|
* Thuban/UI/tree.py: Fixed problem with bad item images under Windows. |
10 |
|
|
11 |
|
* Thuban/UI/mainwindow.py: Use True instead of true. |
12 |
|
|
13 |
|
* setup.py: Update some definitions to use wxWindows2.4 files |
14 |
|
|
15 |
|
* Data/iceland_sample_class.thuban: Fixed file so that the |
16 |
|
field_type information is present. |
17 |
|
|
18 |
|
2003-03-10 Jonathan Coles <[email protected]> |
19 |
|
|
20 |
|
* Thuban/UI/classifier.py (Classifier.__init__): Make the |
21 |
|
field type label grow so that when the text changes the |
22 |
|
size is updated correctly. This may be a wxWindows bug. |
23 |
|
|
24 |
|
2003-03-10 Jonathan Coles <[email protected]> |
25 |
|
|
26 |
|
* Thuban/UI/application.py: Changed SESSION_CHANGED to |
27 |
|
SESSION_REPLACED. |
28 |
|
|
29 |
|
* Thuban/UI/classifier.py: Wrap text with _(). |
30 |
|
(ClassGrid.CreateTable): Set dimensions and size hints here, |
31 |
|
instead of in Reset, so we only set the size once. |
32 |
|
|
33 |
|
* Thuban/UI/dialogs.py: Don't need Shutdown(); just use Close()! |
34 |
|
|
35 |
|
* Thuban/UI/mainwindow.py (MainWindow.prepare_new_session): |
36 |
|
Call Close() instead of Shutdown(). |
37 |
|
|
38 |
|
* Thuban/UI/messages.py: Changed SESSION_CHANGED to SESSION_REPLACED. |
39 |
|
|
40 |
|
* Thuban/UI/tree.py: Changed SESSION_CHANGED to SESSION_REPLACED. |
41 |
|
Go back to using OnClose() instead of Shutdown(). |
42 |
|
|
43 |
|
2003-03-10 Jonathan Coles <[email protected]> |
44 |
|
|
45 |
|
* Thuban/UI/classifier.py (Classifier): SelectField() needed |
46 |
|
to know the old field index as well as the new one. |
47 |
|
|
48 |
|
2003-03-10 Jonathan Coles <[email protected]> |
49 |
|
|
50 |
|
* Thuban/UI/classifier.py (Classifier): Use __SelectField() |
51 |
|
to correctly set the table information and call this from |
52 |
|
__init__ and from _OnFieldSelect so that all the information |
53 |
|
is up to date when the dialog opens and when a field is changed. |
54 |
|
|
55 |
2003-03-10 Jonathan Coles <[email protected]> |
2003-03-10 Jonathan Coles <[email protected]> |
56 |
|
|
57 |
* Thuban/Model/classification.py (Classification): Don't use |
* Thuban/Model/classification.py (Classification): Don't use |