1 |
|
2005-02-08 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
Compatibility with wxPython 2.5. The changes should make it work |
4 |
|
better with 2.5 while still keeping compatibility with 2.4. There |
5 |
|
are still problems with 2.5, though. |
6 |
|
|
7 |
|
* Thuban/UI/dock.py (DockableWindow.__CreateBorder): Pass the size |
8 |
|
of a spacer as a single item. |
9 |
|
|
10 |
|
* Thuban/UI/classifier.py (ClassGroupPropertiesCtrl): Derive only |
11 |
|
from wxControl |
12 |
|
|
13 |
|
* Thuban/UI/legend.py (LegendTree): When running with wxPython < |
14 |
|
2.5, add an implementation of the GetFirstChild method that does |
15 |
|
not require the second parameter. |
16 |
|
(LegendTree.find_layer, LegendTree._OnMsgMapLayersAdded) |
17 |
|
(LegendTree._OnMsgMapLayersRemoved, LegendTree.DeleteAllItems) |
18 |
|
(LegendTree.DeleteChildren, LegendTree.__ShowHideLayer): Do not |
19 |
|
pass the second parameter to GetFirstChild |
20 |
|
|
21 |
2005-02-08 Nina H�ffmeyer <[email protected]> |
2005-02-08 Nina H�ffmeyer <[email protected]> |
22 |
|
|
23 |
* Extensions/ogr/ogrshapes.py: Removed some print commands. |
* Extensions/ogr/ogrshapes.py: Removed some print commands. |