1 |
|
2003-04-07 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/mainwindow.py (MainWindow.ShowSessionTree): Removed in |
4 |
|
favor of ToggleSessionTree |
5 |
|
(MainWindow.ToggleSessionTree): New method to toggle visibility of |
6 |
|
the session tree. |
7 |
|
(MainWindow.SessionTreeShown): New method to return whether the |
8 |
|
session tree is currently shown. |
9 |
|
(MainWindow.ToggleLegend): New method to toggle visibility of the |
10 |
|
legend |
11 |
|
(MainWindow.ShowLegend): Implement in terms of ToggleLegend and |
12 |
|
LegendShown |
13 |
|
(MainWindow.LegendShown): New method to return whether the legend |
14 |
|
is currently shown. |
15 |
|
(_method_command): Add checked parameter so we can define check |
16 |
|
menu items |
17 |
|
(_has_tree_window_shown, _has_legend_shown): Use the appropriate |
18 |
|
mainwindow methods. |
19 |
|
(show_session_tree, show_legend commands): Removed. |
20 |
|
(toggle_session_tree, toggle_legend commands): New commands to |
21 |
|
toggle the visibility of the dialogs |
22 |
|
|
23 |
2003-04-07 Jonathan Coles <[email protected]> |
2003-04-07 Jonathan Coles <[email protected]> |
24 |
|
|
25 |
* Thuban/UI/classgen.py: Fix Windows problem. |
* Thuban/UI/classgen.py: Fix Windows problem. |