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]> |
2005-03-04 Nina H�ffmeyer <[email protected]> |
22 |
|
|
23 |
* Extensions/ogr/ogrdialog.py: Added a dialog, which asks for |
* Extensions/ogr/ogrdialog.py: Added a dialog, which asks for |