1 |
|
2004-11-30 Martin Schulze <[email protected]> |
2 |
|
|
3 |
|
* Extensions/wms/test/test_ogclib.py (TestOGCLib.test_compareURLs): |
4 |
|
Improved the test for the internal compare method |
5 |
|
|
6 |
|
2004-11-27 Jan-Oliver Wagner <[email protected]> |
7 |
|
|
8 |
|
* Thuban/UI/about.py (About.__init__): Added |
9 |
|
Norbert Solymosi for hungarian translation and Ole Rahn |
10 |
|
as contrbutor. Moved Bernhard Reiter from Contributor |
11 |
|
to Developer. |
12 |
|
|
13 |
|
2004-11-27 Bernhard Reiter <[email protected]> |
14 |
|
|
15 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
16 |
|
Removed Jan from author list as he did not change enough significant |
17 |
|
lines yet. |
18 |
|
|
19 |
|
* Extensions/svgexport/__init__.py: Added Bernhard as author |
20 |
|
of the Extension. |
21 |
|
|
22 |
|
2004-11-27 Jan-Oliver Wagner <[email protected]> |
23 |
|
|
24 |
|
* po/hu.po: New. Hungarian translation. Contributed |
25 |
|
by Norbert Solymosi. |
26 |
|
|
27 |
|
2004-11-26 Bernhard Herzog <[email protected]> |
28 |
|
|
29 |
|
* Extensions/svgexport/test/test_svgmapwriter.py |
30 |
|
(Testobjectexport.test_transparent_polygon): Commented out some |
31 |
|
debug prints |
32 |
|
|
33 |
|
2004-11-24 Jan-Oliver Wagner <[email protected]> |
34 |
|
|
35 |
|
Fix broken tests for svg extension and added svg legend |
36 |
|
to Experimental menu. |
37 |
|
|
38 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: Fix to have |
39 |
|
the test run correctly even if the extension is a package. |
40 |
|
Also removed the "import Thuban" which makes no sense. |
41 |
|
|
42 |
|
* Extensions/svgexport/__init__.py: Fix to have the extensions' |
43 |
|
test module also be executed from the global test routine. |
44 |
|
This is done by looking for the absense of the DISPLAY variable. |
45 |
|
|
46 |
|
* Extensions/svgexport/maplegend.py: Moved the menu entry from Extensions |
47 |
|
to Experimental menu since this module has yet not reached a stable |
48 |
|
status (ie. 1.0). |
49 |
|
|
50 |
|
2004-11-22 Bernhard Reiter <[email protected]> |
51 |
|
|
52 |
|
* Extensions/svgexport/svgmapwriter.py: |
53 |
|
Added verbose variable and some logging depending on it. |
54 |
|
(class VirtualDC(XMLWriter)): Minor improvement in the polygon loop, |
55 |
|
because counting i is not necessary. |
56 |
|
(class Pen, class Brush): Added simple __str__ methods. |
57 |
|
(SVGRenderer.draw_polygone_shape): Fix #2698 (transparent polygons are |
58 |
|
not exported to svg file) Note: holes still unhandled. |
59 |
|
|
60 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
61 |
|
Made a baseclass TestWithDC for test needed a DC. |
62 |
|
Added tests for bug #2698 (transparent polygons are not |
63 |
|
exported to svg file): |
64 |
|
Testobjectexport.test_transparent_polygon() |
65 |
|
|
66 |
|
* Thuban/Model/base.py (UnsetModified): |
67 |
|
Fixed some typos in docstring. |
68 |
|
|
69 |
|
* Thuban/UI/baserenderer.py (BaseRenderer.draw_polygon_shape()): |
70 |
|
Added hints on the used algorithm for handling holes. |
71 |
|
|
72 |
|
2004-11-20 Jan-Oliver Wagner <[email protected]> |
73 |
|
|
74 |
|
Some face lifting for the examples. |
75 |
|
|
76 |
|
* Examples/__init__.py: Make this directory a package. |
77 |
|
|
78 |
|
* Examples/simple_extensions/__init__.py: Make this directory a package. |
79 |
|
|
80 |
|
* Examples/simple_extensions/hello_world.py: Moved entry from Extensions |
81 |
|
menu to Examples menu. |
82 |
|
|
83 |
|
* Examples/simple_extensions/simple_command.py: Some more comments, |
84 |
|
minor changes. |
85 |
|
|
86 |
|
* Examples/simple_extensions/simple_tool.py: Minor changes. |
87 |
|
|
88 |
|
2004-11-20 Jan-Oliver Wagner <[email protected]> |
89 |
|
|
90 |
|
Changed way of extension registry for wms and added extension |
91 |
|
registry for umn_mapserver extension. |
92 |
|
|
93 |
|
* Extensions/wms/__init__.py: Added registry entry and the importing |
94 |
|
of the actual wms module. Included a test for the required PyOGCLib. |
95 |
|
|
96 |
|
* Extensions/wms/wms.py: Removed registry entry (moved to __init__.py). |
97 |
|
|
98 |
|
* Extensions/umn_mapserver/__init__.py: Added registry entry and the |
99 |
|
importing of the actual umn mapserver management modules. |
100 |
|
Included a test for the required Python MapScript. |
101 |
|
|
102 |
|
2004-11-20 Jan-Oliver Wagner <[email protected]> |
103 |
|
|
104 |
|
Changed way of extension registry for importAPR, bboxdump |
105 |
|
and added extension registry for svgexport.extension registry for |
106 |
|
svgexport. |
107 |
|
|
108 |
|
* Extensions/importAPR/__init__.py: Added registry entry and the importing |
109 |
|
of the actual importAPR module. |
110 |
|
|
111 |
|
* Extensions/importAPR/importAPR.py: Removed registry entry (moved to |
112 |
|
__init__.py). |
113 |
|
|
114 |
|
* Extensions/bboxdump/__init__.py: Added registry entry and the importing |
115 |
|
����of the actual bboxdump module. |
116 |
|
|
117 |
|
* Extensions/bboxdump/bboxdump.py: Removed registry entry (moved to |
118 |
|
����__init__.py). |
119 |
|
|
120 |
|
* Extensions/svgexport/__init__.py: Added registry entry and the importing |
121 |
|
of the svgsaver module. |
122 |
|
|
123 |
|
* Extensions/svgexport/svgsaver.py: Moved the menu entry from Extensions |
124 |
|
to Experimental menu since this module has yet not reached a stable |
125 |
|
status (ie. 1.0). |
126 |
|
|
127 |
|
2004-11-18 Jan-Oliver Wagner <[email protected]> |
128 |
|
|
129 |
|
Now the hit test considers the size of point symbols. |
130 |
|
|
131 |
|
* Thuban/UI/viewport.py (ViewPort._hit_point): Added optional parameter |
132 |
|
'size' defaulting to the previously fixed value 5. |
133 |
|
Extended doc-string. |
134 |
|
(Viewport._find_shape_in_layer): Resolved FIXME regarding flexibility |
135 |
|
for symbols. |
136 |
|
Now the size of the largest point symbol is determined to find out |
137 |
|
about whether the point has been hit. |
138 |
|
This fixes the problem that only clicks inside a fixed distance of |
139 |
|
5 where found. |
140 |
|
|
141 |
|
2004-11-17 Jan-Oliver Wagner <[email protected]> |
142 |
|
|
143 |
|
Another open issue fixed regarding sizeable symbols: correct rendering of |
144 |
|
selected symbols. |
145 |
|
|
146 |
|
* Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally): |
147 |
|
Added consideration of the specific size of point symbols. |
148 |
|
The property for each point symbol is retrieved and the size applied |
149 |
|
for the rendering method. |
150 |
|
Added doc-string. |
151 |
|
|
152 |
|
2004-11-16 Jan-Oliver Wagner <[email protected]> |
153 |
|
|
154 |
|
Changed way of Extension Registry for gns2shp and profiling. |
155 |
|
|
156 |
|
* Extensions/gns2shp/gns2shp.py: Removed registry entry (moved to |
157 |
|
__init__.py). |
158 |
|
|
159 |
|
* Extensions/gns2shp/__init__.py: Added registry entry and the importing |
160 |
|
of the actual gns2shp module. |
161 |
|
|
162 |
|
* Extensions/profiling/profiling.py: Removed registry entry (moved to |
163 |
|
__init__.py). |
164 |
|
|
165 |
|
* Extensions/profiling/__init__.py: Added registry entry and the importing |
166 |
|
of the actual profiling module. |
167 |
|
|
168 |
|
2004-10-28 Bernhard Reiter <[email protected]> |
169 |
|
|
170 |
|
* Extensions/svgexport/: Minor improvements to doc strings. |
171 |
|
|
172 |
|
2004-10-07 Jan-Oliver Wagner <[email protected]> |
173 |
|
|
174 |
|
Further elements for sizable point objects now |
175 |
|
making this feature usable though not yet complete. |
176 |
|
|
177 |
|
* Thuban/Model/save.py (SessionSaver.write_classification): Write |
178 |
|
attribute 'size' for cldata when the shape layer is of point type. |
179 |
|
This also now make the test_load.py tests happy. |
180 |
|
|
181 |
|
* Thuban/Model/classgen.py (CustomRamp.GetProperties): Added size |
182 |
|
gradient. |
183 |
|
|
184 |
|
* Thuban/UI/classifier.py (ID_SELPROP_SPINCTRL): Renamed to |
185 |
|
ID_SELPROP_SPINCTRL_LINEWIDTH. |
186 |
|
(ID_SELPROP_SPINCTRL_LINEWIDTH): New Id replaces ID_SELPROP_SPINCTRL. |
187 |
|
(ID_SELPROP_SPINCTRL_SIZE): New Id. |
188 |
|
(SelectPropertiesDialog.__init__): Added a second spin control |
189 |
|
for the size in case the corresponding layer is of point type. |
190 |
|
(SelectPropertiesDialog._OnSpin): Renamed to _OnSpinLineWidth. |
191 |
|
(SelectPropertiesDialog._OnSpinLineWidth): New. Former _OnSpin. |
192 |
|
(SelectPropertiesDialog._OnSpinSize): New. Set size of property |
193 |
|
and refresh preview. |
194 |
|
|
195 |
|
|
196 |
|
|
197 |
2004-10-04 Martin Schulze <[email protected]> |
2004-10-04 Martin Schulze <[email protected]> |
198 |
|
|
199 |
* Extensions/wms/test/test_parser.py |
* Extensions/wms/test/test_parser.py |
201 |
self-test for compareLists() |
self-test for compareLists() |
202 |
(TestWMSCapabilitiesParser.test_compareDicts): Added missing |
(TestWMSCapabilitiesParser.test_compareDicts): Added missing |
203 |
self-test for compareDicts() |
self-test for compareDicts() |
204 |
|
(TestWMSCapabilitiesParser.test_compareLists): Adding more tests |
205 |
|
to verify the test routine fails with non-equal arguments |
206 |
|
(TestWMSCapabilitiesParser.test_compareDicts): Adding more tests |
207 |
|
to verify the test routine fails with non-equal arguments |
208 |
|
|
209 |
2004-10-03 Jan-Oliver Wagner <[email protected]> |
2004-10-03 Jan-Oliver Wagner <[email protected]> |
210 |
|
|