1 |
2002-07-24 Bernhard Herzog <[email protected]> |
2002-07-24 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/application.py (ThubanApplication.create_session): |
4 |
|
Extend the doc string. |
5 |
|
(ThubanApplication.subscribe_session) |
6 |
|
(ThubanApplication.unsubscribe_session): New methods to |
7 |
|
subscribe/unsubscribe to/from session channels. |
8 |
|
(ThubanApplication.SetSession): Call the new methods here. |
9 |
|
(ThubanApplication.maps_changed, ThubanApplication.set_map): |
10 |
|
Renamed set_map to maps_changed. Its now a subscriber for |
11 |
|
MAPS_CHANGED. |
12 |
|
|
13 |
|
* Thuban/UI/view.py (ZoomOutTool.MouseUp): Use the correct |
14 |
|
x-coordinate in case of simple clicks |
15 |
|
|
16 |
|
* Thuban/Model/base.py (Modifiable.changed): Apply the args tuple, |
17 |
|
don't pass it as a parameter |
18 |
|
|
19 |
|
* Thuban/Model/session.py (Session.RemoveMap): New |
20 |
|
|
21 |
* Thuban/UI/mainwindow.py (MainWindow.__init__): Turn the initial |
* Thuban/UI/mainwindow.py (MainWindow.__init__): Turn the initial |
22 |
window size into a parameter. |
window size into a parameter. |
23 |
|
|