1 |
|
2003-05-27 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
Nonmodal dialogs without parent (i.e. they can fall behind the main |
4 |
|
window) |
5 |
|
|
6 |
|
* Thuban/UI/mainwindow.py (MainWindow.OnClose): Explicitly destroy |
7 |
|
all dialogs in the dialogs dictionary and the canvas. |
8 |
|
|
9 |
|
* Thuban/UI/dialogs.py (NonModalNonParentDialog): New class, without |
10 |
|
parent, i.e. can fall behind other windows. |
11 |
|
(NonModalDialog.OnClose): Check is dialog is in mainwindow.dialog |
12 |
|
dictionary before removing it. |
13 |
|
|
14 |
|
* Thuban/UI/classifier.py: Dialog derived from NonModalNonParentDialog |
15 |
|
|
16 |
|
* Thuban/UI/projdialog.py: Dialog derived from NonModalNonParentDialog |
17 |
|
* Thuban/UI/tableview.py: Dialog derived from NonModalNonParentDialog |
18 |
|
* Thuban/UI/tree.py: Dialog derived from NonModalNonParentDialog |
19 |
|
|
20 |
2003-05-27 Bernhard Herzog <[email protected]> |
2003-05-27 Bernhard Herzog <[email protected]> |
21 |
|
|
22 |
* Thuban/UI/mainwindow.py (MainWindow.ShowTableView): New. Open a |
* Thuban/UI/mainwindow.py (MainWindow.ShowTableView): New. Open a |