1 |
2003-03-10 Jonathan Coles <[email protected]> |
2003-03-10 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/application.py: Changed SESSION_CHANGED to |
4 |
|
SESSION_REPLACED. |
5 |
|
|
6 |
|
* Thuban/UI/classifier.py: Wrap text with _(). |
7 |
|
(ClassGrid.CreateTable): Set dimensions and size hints here, |
8 |
|
instead of in Reset, so we only set the size once. |
9 |
|
|
10 |
|
* Thuban/UI/dialogs.py: Don't need Shutdown(); just use Close()! |
11 |
|
|
12 |
|
* Thuban/UI/mainwindow.py (MainWindow.prepare_new_session): |
13 |
|
Call Close() instead of Shutdown(). |
14 |
|
|
15 |
|
* Thuban/UI/messages.py: Changed SESSION_CHANGED to SESSION_REPLACED. |
16 |
|
|
17 |
|
* Thuban/UI/tree.py: Changed SESSION_CHANGED to SESSION_REPLACED. |
18 |
|
Go back to using OnClose() instead of Shutdown(). |
19 |
|
|
20 |
|
2003-03-10 Jonathan Coles <[email protected]> |
21 |
|
|
22 |
* Thuban/UI/classifier.py (Classifier): SelectField() needed |
* Thuban/UI/classifier.py (Classifier): SelectField() needed |
23 |
to know the old field index as well as the new one. |
to know the old field index as well as the new one. |
24 |
|
|