1 |
|
2002-09-20 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* test/test_menu.py: Use initthuban instead of |
4 |
|
add_thuban_dir_to_path to initialize Thuban. |
5 |
|
|
6 |
|
* test/support.py (FloatComparisonMixin.assertFloatEqual): New. |
7 |
|
Mixin class for float comparisons |
8 |
|
(SubscriberMixin): New. Mixin class to test messages sent through |
9 |
|
the Connector class |
10 |
|
|
11 |
|
* test/README: Fix a typo and add the -v flag to the command for |
12 |
|
individual tests |
13 |
|
|
14 |
|
2002-09-13 Bernhard Herzog <[email protected]> |
15 |
|
|
16 |
|
* Thuban/Model/session.py (Session.forwarded_channels): Forward |
17 |
|
the CHANGED channel too. |
18 |
|
|
19 |
|
* Thuban/Model/map.py (Map.forwarded_channels): Forward the |
20 |
|
CHANGED channel too. |
21 |
|
(Map.__init__): Call the Modifiable constructor as well. |
22 |
|
|
23 |
|
* Thuban/Model/base.py (Modifiable.UnsetModified): Issue a CHANGED |
24 |
|
event if the modified flag changes. |
25 |
|
(Modifiable.changed): Tweak the doc-string. |
26 |
|
|
27 |
|
* Thuban/UI/mainwindow.py (MainWindow.view_position_changed) |
28 |
|
(MainWindow.set_position_text): Put the code that puts the text |
29 |
|
with the mouse position into the status bar into the new method |
30 |
|
set_position_text so that it can overwritten in derived classes. |
31 |
|
|
32 |
|
2002-09-12 Bernhard Herzog <[email protected]> |
33 |
|
|
34 |
|
* Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): Center the |
35 |
|
message box on the main window. |
36 |
|
|
37 |
2002-09-11 Bernhard Herzog <[email protected]> |
2002-09-11 Bernhard Herzog <[email protected]> |
38 |
|
|
39 |
* Thuban/UI/mainwindow.py: Underline the 'x' in "Exit" instead of |
* Thuban/UI/mainwindow.py: Underline the 'x' in "Exit" instead of |
40 |
the 'E' because it's less likely to interfere with other menu |
the 'E' because it's less likely to interfere with other menu |
41 |
entries. |
entries. |
42 |
|
(MainWindow.build_menu): remove an incorrect comment. |
43 |
|
|
44 |
2002-09-10 Bernhard Herzog <[email protected]> |
2002-09-10 Bernhard Herzog <[email protected]> |
45 |
|
|