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