1 |
|
2004-11-26 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Extensions/svgexport/test/test_svgmapwriter.py |
4 |
|
(Testobjectexport.test_transparent_polygon): Commented out some |
5 |
|
debug prints |
6 |
|
|
7 |
|
2004-11-24 Jan-Oliver Wagner <[email protected]> |
8 |
|
|
9 |
|
Fix broken tests for svg extension and added svg legend |
10 |
|
to Experimental menu. |
11 |
|
|
12 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: Fix to have |
13 |
|
the test run correctly even if the extension is a package. |
14 |
|
Also removed the "import Thuban" which makes no sense. |
15 |
|
|
16 |
|
* Extensions/svgexport/__init__.py: Fix to have the extensions' |
17 |
|
test module also be executed from the global test routine. |
18 |
|
This is done by looking for the absense of the DISPLAY variable. |
19 |
|
|
20 |
|
* Extensions/svgexport/maplegend.py: Moved the menu entry from Extensions |
21 |
|
to Experimental menu since this module has yet not reached a stable |
22 |
|
status (ie. 1.0). |
23 |
|
|
24 |
|
2004-11-22 Bernhard Reiter <[email protected]> |
25 |
|
|
26 |
|
* Extensions/svgexport/svgmapwriter.py: |
27 |
|
Added verbose variable and some logging depending on it. |
28 |
|
(class VirtualDC(XMLWriter)): Minor improvement in the polygon loop, |
29 |
|
because counting i is not necessary. |
30 |
|
(class Pen, class Brush): Added simple __str__ methods. |
31 |
|
(SVGRenderer.draw_polygone_shape): Fix #2698 (transparent polygons are |
32 |
|
not exported to svg file) Note: holes still unhandled. |
33 |
|
|
34 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
35 |
|
Made a baseclass TestWithDC for test needed a DC. |
36 |
|
Added tests for bug #2698 (transparent polygons are not |
37 |
|
exported to svg file): |
38 |
|
Testobjectexport.test_transparent_polygon() |
39 |
|
|
40 |
|
* Thuban/Model/base.py (UnsetModified): |
41 |
|
Fixed some typos in docstring. |
42 |
|
|
43 |
|
* Thuban/UI/baserenderer.py (BaseRenderer.draw_polygon_shape()): |
44 |
|
Added hints on the used algorithm for handling holes. |
45 |
|
|
46 |
2004-11-20 Jan-Oliver Wagner <[email protected]> |
2004-11-20 Jan-Oliver Wagner <[email protected]> |
47 |
|
|
48 |
Some face lifting for the examples. |
Some face lifting for the examples. |