1 |
|
2003-06-11 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Lib/fileutil.py (get_application_dir): New function to |
4 |
|
determine the absolute .thuban/thuban directory under |
5 |
|
"posix" (os.expanduser) and "nt" (read AppData registry key). |
6 |
|
|
7 |
|
* Thuban/Model/resource.py: Use get_application_dir |
8 |
|
|
9 |
|
* Thuban/UI/application.py (ThubanApplication.read_startup_files): |
10 |
|
Use get_application_dir. |
11 |
|
|
12 |
|
2003-06-10 Bernhard Herzog <[email protected]> |
13 |
|
|
14 |
|
* Thuban/UI/tableview.py (LayerTableFrame.__init__): Subscribe to |
15 |
|
the messages MAP_LAYERS_REMOVED messages |
16 |
|
(LayerTableFrame.OnClose): Unsubscribe from it. |
17 |
|
(LayerTableFrame.map_layers_removed): New. Receiver for |
18 |
|
MAP_LAYERS_REMOVED. Close the dialog when the layer whose the |
19 |
|
dialog is showing is removed. |
20 |
|
|
21 |
2003-06-10 Bernhard Herzog <[email protected]> |
2003-06-10 Bernhard Herzog <[email protected]> |
22 |
|
|
23 |
* Thuban/Lib/connector.py (Connector.Issue): Iterate over a copy |
* Thuban/Lib/connector.py (Connector.Issue): Iterate over a copy |