1 |
|
2005-02-08 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
More wxPython 2.5 changes. This time taken from a patch from |
4 |
|
Daniel Calvelo Aros. |
5 |
|
|
6 |
|
* Thuban/UI/tableview.py (QueryTableFrame.__init__) |
7 |
|
(QueryTableFrame.__init__): Pass the size of a spacer as a single |
8 |
|
item. |
9 |
|
|
10 |
|
* Thuban/UI/projdialog.py (ProjFrame.build_dialog) |
11 |
|
(ProjFrame.build_dialog): Pass the size of a spacer as a single |
12 |
|
item. |
13 |
|
|
14 |
|
* Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Pass the |
15 |
|
size of a spacer as a single item. |
16 |
|
|
17 |
|
* Thuban/UI/classifier.py (Classifier.dialog_layout): Pass the |
18 |
|
size of a spacer as a single item. |
19 |
|
|
20 |
|
2005-02-08 Bernhard Herzog <[email protected]> |
21 |
|
|
22 |
|
Compatibility with wxPython 2.5. The changes should make it work |
23 |
|
better with 2.5 while still keeping compatibility with 2.4. There |
24 |
|
are still problems with 2.5, though. |
25 |
|
|
26 |
|
* Thuban/UI/dock.py (DockableWindow.__CreateBorder): Pass the size |
27 |
|
of a spacer as a single item. |
28 |
|
|
29 |
|
* Thuban/UI/classifier.py (ClassGroupPropertiesCtrl): Derive only |
30 |
|
from wxControl |
31 |
|
|
32 |
|
* Thuban/UI/legend.py (LegendTree): When running with wxPython < |
33 |
|
2.5, add an implementation of the GetFirstChild method that does |
34 |
|
not require the second parameter. |
35 |
|
(LegendTree.find_layer, LegendTree._OnMsgMapLayersAdded) |
36 |
|
(LegendTree._OnMsgMapLayersRemoved, LegendTree.DeleteAllItems) |
37 |
|
(LegendTree.DeleteChildren, LegendTree.__ShowHideLayer): Do not |
38 |
|
pass the second parameter to GetFirstChild |
39 |
|
|
40 |
|
2005-02-08 Nina H�ffmeyer <[email protected]> |
41 |
|
|
42 |
|
* Extensions/ogr/ogrshapes.py: Removed some print commands. |
43 |
|
|
44 |
|
* Extensions/ogr/ogrstart.py: Changed the GUI. OGR is no longer an |
45 |
|
additional menu but appears as a possibility in the menu Map. |
46 |
|
|
47 |
|
2005-02-07 Jonathan Coles <[email protected]> |
48 |
|
* libraries/thuban/gdalwarp.cpp: Removed the macros PYTHON_ERR |
49 |
|
and PYTHON_ERRF since they were no longer necessary. |
50 |
|
|
51 |
|
2005-02-07 Bernhard Reiter <[email protected]> |
52 |
|
* Thuban/UI/classifier.py (ClassGrid.DeleteSelectedRows): |
53 |
|
Enable translation for message string. |
54 |
|
|
55 |
|
2005-02-06 Martin Schulze <[email protected]> |
56 |
|
|
57 |
|
* Extensions/wms/infodialog.py (wmsInfoDialog.__init__): Adjusted |
58 |
|
the arguments of the contstructor to fit the global scheme |
59 |
|
|
60 |
2005-01-31 Nina H�ffmeyer <[email protected]> |
2005-01-31 Nina H�ffmeyer <[email protected]> |
61 |
|
|
62 |
* Extensions/ogr/ogrdialog.py: Added class ogrdialog.py, which provides |
* Extensions/ogr/ogrdialog.py: Added class ogrdialog.py, which provides |