1 |
|
2005-02-17 Jan-Oliver Wagner <[email protected]> |
2 |
|
|
3 |
|
Docstring improvements and minor fixes for labellayer. |
4 |
|
|
5 |
|
* Thuban/Model/map.py: |
6 |
|
(Map, Map.Destroy, Map.RemoveLayer, Map.ClearLayers, |
7 |
|
Map.Layers, Map.HasLayers, Map.MoveLayerToTop, |
8 |
|
Map.RaiseLayer, Map.LowerLayer, Map.MoveLayerToBottom, |
9 |
|
Map.ProjectedBoundingBox, Map.GetProjection): Improved/added |
10 |
|
doc string. |
11 |
|
(Map.BoundingBox): Removed superfluous test for label_layer |
12 |
|
and improved doc string. |
13 |
|
(Map.TreeInfo): Added label_layer and improved sdo string. |
14 |
|
|
15 |
|
* Thuban/Model/label.py: Added import of _. |
16 |
|
(Label, Label.__init__): Improved/added doc string. |
17 |
|
(LabelLayer, LabelLayer.__init__, LabelLayer.Labels, |
18 |
|
LabelLayer.RemoveLabel, LabelLayer.ClearLabels): |
19 |
|
Improved/added doc string. |
20 |
|
(LabelLayer.AddLabel): Use already defined names for |
21 |
|
align strings and improved doc string. |
22 |
|
(LabelLayer.TreeInfo): New. Return the object data for |
23 |
|
the tree view. |
24 |
|
|
25 |
2005-02-16 Jonathan Coles <[email protected]> |
2005-02-16 Jonathan Coles <[email protected]> |
26 |
|
|
27 |
Further wxPython 2.5 changes using patches from Daniel Calvelo Aros |
Further wxPython 2.5 changes using patches from Daniel Calvelo Aros |