1 |
2002-07-19 Bernhard Herzog <[email protected]> |
2002-07-19 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/session.py: Issue a CHANGED message every time |
4 |
|
another changed message is issued to make it easier to get |
5 |
|
notified of changes. |
6 |
|
(Session): Update the doc string |
7 |
|
(Session.forward): Issue changed-events as CHANGED as well. |
8 |
|
(Session.changed): Overwrite the inherited version to issue |
9 |
|
CHANGED events as well. |
10 |
|
|
11 |
|
* Thuban/UI/tree.py: We can now simply subscribe to the session's |
12 |
|
CHANGED channel to be informed of changes. |
13 |
|
(SessionTreeCtrl.session_channels): Not needed any longer. |
14 |
|
(SessionTreeCtrl.unsubscribe_all, SessionTreeCtrl.session_changed): |
15 |
|
Only have to (un)subscribe CHANGED |
16 |
|
|
17 |
|
* Thuban/Model/map.py (Map.TreeInfo): Deal better with empty maps. |
18 |
|
|
19 |
* Thuban/UI/main.py, Thuban/UI/__init__.py: Move the work-around |
* Thuban/UI/main.py, Thuban/UI/__init__.py: Move the work-around |
20 |
for the wxPython locale bug to __init__.py so that it's |
for the wxPython locale bug to __init__.py so that it's |
21 |
automatically executed by anybody using UI code from Thuban. |
automatically executed by anybody using UI code from Thuban. |