1 |
2001-09-06 Bernhard Herzog <[email protected]> |
2001-09-06 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/interactor.py (Interactor.SelectedLayer): |
4 |
|
(Interactor.HasSelectedLayer): New methods to query the current |
5 |
|
selection |
6 |
|
|
7 |
|
* Thuban/UI/mainwindow.py (MainWindow.current_layer): |
8 |
|
(MainWindow.has_selected_layer): Simply call the appropriate |
9 |
|
interactor method |
10 |
|
|
11 |
|
* Thuban/UI/mainwindow.py (MainWindow.__init__): |
12 |
|
(MainWindow.LayerShowTable): |
13 |
|
(MainWindow.identify_view_on_demand): Store the interactor in an |
14 |
|
instvar and use that reference instead of going through main.app |
15 |
|
|
16 |
|
* Thuban/UI/mainwindow.py (MainWindow.ShowSessionTree): |
17 |
|
* Thuban/UI/application.py (ThubanApplication.OnInit): |
18 |
|
* Thuban/UI/main.py (main): Create the session tree view in main |
19 |
|
with the new mainwindow method ShowSessionTree and not directly |
20 |
|
the application's OnInit method |
21 |
|
|
22 |
|
* Thuban/UI/tree.py (myTreeCtrlPanel): |
23 |
|
(SessioinTreeCtrl): Rename to SessioinTreeCtrl and turn it into a |
24 |
|
TreeCtrl isntead of a panel. This affects most method since we now |
25 |
|
refer to self instead of self.tree |
26 |
|
(SessionTreeView): New class implementing a non-modal dialog |
27 |
|
showing the session tree. |
28 |
|
|
29 |
* Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Pass the |
* Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Pass the |
30 |
layer to the tableview dialog. |
layer to the tableview dialog. |
31 |
|
|