1 |
|
2005-03-10 Jan-Oliver Wagner <[email protected]> |
2 |
|
|
3 |
|
Introducing initialization callbacks for extensions. |
4 |
|
|
5 |
|
* Thuban/UI/extensionregistry.py (ExtensionDesc.__init__): Added |
6 |
|
optional parameter init_callback. |
7 |
|
(ExtensionDesc.init_ext): New. Executes the callback and sets |
8 |
|
a status. |
9 |
|
|
10 |
|
* Thuban/UI/application.py (ThubanApplication.OnInit): Add the |
11 |
|
initialization of the extensions. |
12 |
|
(ThubanApplication.init_extensions): Init all extensions. |
13 |
|
|
14 |
|
* Thuban/UI/about.py (About.__init__): Added status of the extensions |
15 |
|
to the about text. |
16 |
|
|
17 |
|
* Extensions/gns2shp/__init__.py: Added init method for Extension |
18 |
|
description. |
19 |
|
(init): New. Contains the initialization of the module. |
20 |
|
|
21 |
|
2005-03-04 Nina H�ffmeyer <[email protected]> |
22 |
|
|
23 |
|
* Extensions/ogr/ogrdialog.py: Added a dialog, which asks for |
24 |
|
OGRConnection to open a datasource. Removed dialog to display all |
25 |
|
available drivers. Added some doc strings. |
26 |
|
|
27 |
|
* Extensions/ogr/ogrstart.py: Added menu entry for opening an |
28 |
|
OGRDatasource with a string. Added two opening methods which return an |
29 |
|
OGRDatasource (either data from file or from DB). |
30 |
|
|
31 |
|
* Extensions/ogr/ogrshapes.py: Added class OGRGeometry, which |
32 |
|
represents a geometry reference of an OGRFeature. OGRShape now has a |
33 |
|
list of referenced geometry objects (important for geometry |
34 |
|
collections). |
35 |
|
For OGRShapeStores loaded from a DB an ID column can be specified now. |
36 |
|
|
37 |
|
2005-02-22 Jan-Oliver Wagner <[email protected]> |
38 |
|
|
39 |
|
* test/test_map.py (TestMapWithContents.test_tree_info): |
40 |
|
Added label layer for comparison. |
41 |
|
|
42 |
|
2005-02-18 Jonathan Coles <[email protected]> |
43 |
|
|
44 |
|
* libraries/thuban/gdalwarp.cpp (GetImageData): Optimize the loop |
45 |
|
which builds a mask. Handle the majority of an image in a loop, |
46 |
|
creating 8 bits at a time. Later, handle the edge case where less |
47 |
|
than 8 bits are packed. |
48 |
|
|
49 |
|
2005-02-18 Bernhard Herzog <[email protected]> |
50 |
|
|
51 |
|
* test/test_baserenderer.py (TestBaseRenderer.setUp): Fix |
52 |
|
doc-string |
53 |
|
|
54 |
|
2005-02-18 Jonathan Coles <[email protected]> |
55 |
|
|
56 |
|
* setup.py: Remove wx_cs_params from gdal compile options. |
57 |
|
|
58 |
2005-02-18 Jonathan Coles <[email protected]> |
2005-02-18 Jonathan Coles <[email protected]> |
59 |
|
|
60 |
Refactored baserenderer.py and renderer.py to remove baserenderer.py's |
Refactored baserenderer.py and renderer.py to remove baserenderer.py's |