1 |
|
2002-09-13 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/session.py (Session.forwarded_channels): Forward |
4 |
|
the CHANGED channel too. |
5 |
|
|
6 |
|
* Thuban/Model/map.py (Map.forwarded_channels): Forward the |
7 |
|
CHANGED channel too. |
8 |
|
(Map.__init__): Call the Modifiable constructor as well. |
9 |
|
|
10 |
|
* Thuban/Model/base.py (Modifiable.UnsetModified): Issue a CHANGED |
11 |
|
event if the modified flag changes. |
12 |
|
(Modifiable.changed): Tweak the doc-string. |
13 |
|
|
14 |
|
* Thuban/UI/mainwindow.py (MainWindow.view_position_changed) |
15 |
|
(MainWindow.set_position_text): Put the code that puts the text |
16 |
|
with the mouse position into the status bar into the new method |
17 |
|
set_position_text so that it can overwritten in derived classes. |
18 |
|
|
19 |
|
2002-09-12 Bernhard Herzog <[email protected]> |
20 |
|
|
21 |
|
* Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): Center the |
22 |
|
message box on the main window. |
23 |
|
|
24 |
2002-09-11 Bernhard Herzog <[email protected]> |
2002-09-11 Bernhard Herzog <[email protected]> |
25 |
|
|
26 |
* Thuban/UI/mainwindow.py: Underline the 'x' in "Exit" instead of |
* Thuban/UI/mainwindow.py: Underline the 'x' in "Exit" instead of |
27 |
the 'E' because it's less likely to interfere with other menu |
the 'E' because it's less likely to interfere with other menu |
28 |
entries. |
entries. |
29 |
|
(MainWindow.build_menu): remove an incorrect comment. |
30 |
|
|
31 |
2002-09-10 Bernhard Herzog <[email protected]> |
2002-09-10 Bernhard Herzog <[email protected]> |
32 |
|
|