1 |
|
2004-11-20 Jan-Oliver Wagner <[email protected]> |
2 |
|
|
3 |
|
Changed way of extension registry for importAPR, bboxdump |
4 |
|
and added extension registry for svgexport.extension registry for |
5 |
|
svgexport. |
6 |
|
|
7 |
|
* Extensions/importAPR/__init__.py: Added registry entry and the importing |
8 |
|
of the actual importAPR module. |
9 |
|
|
10 |
|
* Extensions/importAPR/importAPR.py: Removed registry entry (moved to |
11 |
|
__init__.py). |
12 |
|
|
13 |
|
* Extensions/bboxdump/__init__.py: Added registry entry and the importing |
14 |
|
����of the actual bboxdump module. |
15 |
|
|
16 |
|
* Extensions/bboxdump/bboxdump.py: Removed registry entry (moved to |
17 |
|
����__init__.py). |
18 |
|
|
19 |
|
* Extensions/svgexport/__init__.py: Added registry entry and the importing |
20 |
|
of the svgsaver module. |
21 |
|
|
22 |
|
* Extensions/svgexport/svgsaver.py: Moved the menu entry from Extensions |
23 |
|
to Experimental menu since this module has yet not reached a stable |
24 |
|
status (ie. 1.0). |
25 |
|
|
26 |
2004-11-18 Jan-Oliver Wagner <[email protected]> |
2004-11-18 Jan-Oliver Wagner <[email protected]> |
27 |
|
|
28 |
Now the hit test considers the size of point symbols. |
Now the hit test considers the size of point symbols. |