1 |
2002-07-18 Bernhard Herzog <[email protected]> |
2002-07-18 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/main.py (main): app no longer needs to be global |
4 |
|
|
5 |
|
* Thuban/UI/mainwindow.py (MainWindow.__init__): Add application |
6 |
|
as parameter and store it in an instance variable |
7 |
|
(MainWindow.invoke_command, MainWindow.update_command_ui) |
8 |
|
(MainWindow.save_modified_session, MainWindow.NewSession) |
9 |
|
(MainWindow.OpenSession, MainWindow.SaveSession) |
10 |
|
(MainWindow.SaveSessionAs, MainWindow.ShowSessionTree): Use self's |
11 |
|
application object. |
12 |
|
|
13 |
|
* Thuban/UI/application.py (ThubanApplication.OnInit): Instantiate |
14 |
|
the main window with self. |
15 |
|
|
16 |
* Thuban/UI/context.py: New module with the context class |
* Thuban/UI/context.py: New module with the context class |
17 |
|
|
18 |
* Thuban/UI/command.py (Command): Update doc string. |
* Thuban/UI/command.py (Command): Update doc string. |