/[thuban]/branches/WIP-pyshapelib-bramz/ChangeLog
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2387 by jan, Thu Oct 7 14:44:47 2004 UTC revision 2419 by bh, Fri Nov 26 11:44:32 2004 UTC
# Line 1  Line 1 
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]>
47    
48            Some face lifting for the examples.
49    
50            * Examples/__init__.py: Make this directory a package.
51    
52            * Examples/simple_extensions/__init__.py: Make this directory a package.
53    
54            * Examples/simple_extensions/hello_world.py: Moved entry from Extensions
55            menu to Examples menu.
56    
57            * Examples/simple_extensions/simple_command.py: Some more comments,
58            minor changes.
59    
60            * Examples/simple_extensions/simple_tool.py: Minor changes.
61    
62    2004-11-20  Jan-Oliver Wagner <[email protected]>
63    
64            Changed way of extension registry for wms and added extension
65            registry for umn_mapserver extension.
66    
67            * Extensions/wms/__init__.py: Added registry entry and the importing
68            of the actual wms module. Included a test for the required PyOGCLib.
69    
70            * Extensions/wms/wms.py: Removed registry entry (moved to __init__.py).
71    
72            * Extensions/umn_mapserver/__init__.py: Added registry entry and the
73            importing of the actual umn mapserver management modules.
74            Included a test for the required Python MapScript.
75    
76    2004-11-20  Jan-Oliver Wagner <[email protected]>
77    
78            Changed way of extension registry for importAPR, bboxdump
79            and added extension registry for svgexport.extension registry for
80            svgexport.
81    
82            * Extensions/importAPR/__init__.py: Added registry entry and the importing
83            of the actual importAPR module.
84    
85            * Extensions/importAPR/importAPR.py: Removed registry entry (moved to
86            __init__.py).
87    
88            * Extensions/bboxdump/__init__.py: Added registry entry and the importing
89            ����of the actual bboxdump module.
90    
91            * Extensions/bboxdump/bboxdump.py: Removed registry entry (moved to
92            ����__init__.py).
93    
94            * Extensions/svgexport/__init__.py: Added registry entry and the importing
95            of the svgsaver module.
96    
97            * Extensions/svgexport/svgsaver.py: Moved the menu entry from Extensions
98            to Experimental menu since this module has yet not reached a stable
99            status (ie. 1.0).
100    
101    2004-11-18  Jan-Oliver Wagner <[email protected]>
102    
103            Now the hit test considers the size of point symbols.
104    
105            * Thuban/UI/viewport.py (ViewPort._hit_point): Added optional parameter
106            'size' defaulting to the previously fixed value 5.
107            Extended doc-string.
108            (Viewport._find_shape_in_layer): Resolved FIXME regarding flexibility
109            for symbols.
110            Now the size of the largest point symbol is determined to find out
111            about whether the point has been hit.
112            This fixes the problem that only clicks inside a fixed distance of
113            5 where found.
114    
115    2004-11-17  Jan-Oliver Wagner <[email protected]>
116    
117            Another open issue fixed regarding sizeable symbols: correct rendering of
118            selected symbols.
119    
120            * Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally):
121            Added consideration of the specific size of point symbols.
122            The property for each point symbol is retrieved and the size applied
123            for the rendering method.
124            Added doc-string.
125    
126    2004-11-16  Jan-Oliver Wagner <[email protected]>
127    
128            Changed way of Extension Registry for gns2shp and profiling.
129    
130            * Extensions/gns2shp/gns2shp.py: Removed registry entry (moved to
131            __init__.py).
132    
133            * Extensions/gns2shp/__init__.py: Added registry entry and the importing
134            of the actual gns2shp module.
135    
136            * Extensions/profiling/profiling.py: Removed registry entry (moved to
137            __init__.py).
138    
139            * Extensions/profiling/__init__.py: Added registry entry and the importing
140            of the actual profiling module.
141    
142    2004-10-28  Bernhard Reiter <[email protected]>
143    
144            * Extensions/svgexport/: Minor improvements to doc strings.
145    
146  2004-10-07  Jan-Oliver Wagner <[email protected]>  2004-10-07  Jan-Oliver Wagner <[email protected]>
147    
148          Further elements for sizable point objects now          Further elements for sizable point objects now

Legend:
Removed from v.2387  
changed lines
  Added in v.2419

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26