1 |
|
2002-07-30 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/application.py (ThubanApplication.OnExit): Do some |
4 |
|
cleanup. |
5 |
|
(ThubanApplication.MainLoop): Extend to automatically call OnExit. |
6 |
|
|
7 |
|
* Thuban/Model/session.py (Session.Destroy): Don't bypass the |
8 |
|
direct base class' Destroy method. |
9 |
|
|
10 |
|
* Thuban/Model/map.py (Map.ClearLayers): New method to delete all |
11 |
|
layers. |
12 |
|
(Map.Destroy): Destroy the label_layer as well and call the |
13 |
|
inherited Desatroymethod first so that no more messages are |
14 |
|
issued. |
15 |
|
(Map.RaiseLayer, Map.LowerLayer): Only issue LAYERS_CHANGED |
16 |
|
message if the stacking order actually has changed. Add |
17 |
|
doc-strings. |
18 |
|
(Map.BoundingBox): Correct the doc-string. |
19 |
|
(Map.AddLayer, Map.RemoveLayer, Map.Layers, Map.HasLayers) |
20 |
|
(Map.ProjectedBoundingBox, Map.SetProjection): Add doc-strings. |
21 |
|
|
22 |
|
* Thuban/Model/label.py (LabelLayer.ClearLabels): New to delete |
23 |
|
all labels. |
24 |
|
|
25 |
2002-07-29 Bernhard Herzog <[email protected]> |
2002-07-29 Bernhard Herzog <[email protected]> |
26 |
|
|
27 |
* Thuban/Model/map.py (Map.subscribe_layer_channels) |
* Thuban/Model/map.py (Map.subscribe_layer_channels) |