1 |
|
2003-09-23 Jan-Oliver Wagner <[email protected]> |
2 |
|
|
3 |
|
* Doc/manual/thuban-manual.xml: Added subsection to chapter |
4 |
|
Extensions to describe the extensions coming with the Thuban |
5 |
|
standard package (gns2shp and importAPR). |
6 |
|
|
7 |
|
2003-09-23 Bernhard Herzog <[email protected]> |
8 |
|
|
9 |
|
* libraries/thuban/wxproj.cpp (project_point): if there's an |
10 |
|
inverse but no forward projection, convert to degrees after |
11 |
|
applying the inverse projection. Fixes RT#2096 |
12 |
|
|
13 |
|
* test/test_wxproj.py: New. Test cases for wxproj.so. One test |
14 |
|
implicitly tests for the fix to RT#2096 |
15 |
|
|
16 |
|
* test/support.py (FloatComparisonMixin.assertFloatSeqEqual): |
17 |
|
Check that the sequences have the same lengths |
18 |
|
|
19 |
|
* Resources/Projections/defaults.proj (Geographic projection): Use |
20 |
|
a much more precise value for the to_meter attribute. |
21 |
|
|
22 |
|
2003-09-22 Bernhard Herzog <[email protected]> |
23 |
|
|
24 |
|
* test/support.py (initthuban): Make sure to unset the LANG env. |
25 |
|
var. so that tests that compare translated strings work. Solves RT |
26 |
|
#2094 |
27 |
|
|
28 |
|
2003-09-22 Jan-Oliver Wagner <[email protected]> |
29 |
|
|
30 |
|
Small improvement of APR import. |
31 |
|
|
32 |
|
* Extensions/importAPR/test/test_apr.py (aprTest.test_LClass): |
33 |
|
Added tests for text-ranges. |
34 |
|
|
35 |
|
* Extensions/importAPR/apr.py (APR_LClass.GetThubanRange): Now |
36 |
|
returns a string object if the range is based on text. |
37 |
|
|
38 |
|
* Extensions/importAPR/importAPR.py (import_apr_dialog): Unified |
39 |
|
range retrieval. |
40 |
|
|
41 |
|
2003-09-22 Jan-Oliver Wagner <[email protected]> |
42 |
|
|
43 |
|
Initial version of the importAPR extension which is in |
44 |
|
experimental state. |
45 |
|
|
46 |
|
* /Extensions/importAPR/, /Extensions/importAPR/samples/, |
47 |
|
/Extensions/importAPR/test/: New directories. |
48 |
|
|
49 |
|
* /Extensions/importAPR/samples/README: New: Howto load the samples. |
50 |
|
|
51 |
|
* /Extensions/importAPR/samples/iceland.apr: New: A sample APR |
52 |
|
file which refers to the Thuban Iceland demo data. |
53 |
|
|
54 |
|
* /Extensions/importAPR/test/README: New: Howto execute the tests. |
55 |
|
|
56 |
|
* /Extensions/importAPR/test/test_apr.py: New: Tests for APR classes. |
57 |
|
|
58 |
|
* /Extensions/importAPR/apr.py: New: Classes for ArcView Objects |
59 |
|
as in '.apr'-files. |
60 |
|
|
61 |
|
* /Extensions/importAPR/odb.py: New: Classes for generic ArcView |
62 |
|
ODB Objects as in '.apr', '.avl' and other files. |
63 |
|
|
64 |
|
* /Extensions/importAPR/__init__.py: New: Init to make this |
65 |
|
directory a package. |
66 |
|
|
67 |
|
* /Extensions/importAPR/importAPR.py: New: Import a ArcView |
68 |
|
project file (.apr) and convert it to Thuban. |
69 |
|
|
70 |
|
2003-09-22 Jan-Oliver Wagner <[email protected]> |
71 |
|
|
72 |
|
* Extensions/gns2shp.gns2shp.py: The main module of gns2shp. |
73 |
|
|
74 |
|
2003-09-19 Jan-Oliver Wagner <[email protected]> |
75 |
|
|
76 |
|
* Doc/manual/thuban-manual.xml: Extended section 'Installation' |
77 |
|
with description on RPM installation and RPM binary package |
78 |
|
creation. |
79 |
|
|
80 |
|
2003-09-18 Bernhard Herzog <[email protected]> |
81 |
|
|
82 |
|
* setup.py (data_files): Only add the mo files if the Locales |
83 |
|
directory actually exists, so that setup.py works with a fresh CVS |
84 |
|
checkout |
85 |
|
|
86 |
|
2003-09-12 Jan-Oliver Wagner <[email protected]> |
87 |
|
|
88 |
|
* Examples/simple_extensions/simple_tool.py: bugfix: Tool is now |
89 |
|
in viewport, not anymore in view |
90 |
|
|
91 |
|
2003-09-04 Jan-Oliver Wagner <[email protected]> |
92 |
|
|
93 |
|
Introducing first Extension (gns2shp). |
94 |
|
|
95 |
|
* Extensions, Extensions/gns2shp, Extensions/gns2shp/test: New. |
96 |
|
|
97 |
|
* Extensions/__init__.py: New. init to make this dir a package. |
98 |
|
|
99 |
|
* Extensions/gns2shp/__init__.py: New. init to make this dir a package. |
100 |
|
|
101 |
|
* Extensions/gns2shp/test/README: New. some info on this test directory. |
102 |
|
|
103 |
|
* Extensions/gns2shp/test/ls.txt: New. test data set (Liechtenstein). |
104 |
|
|
105 |
|
* Extensions/gns2shp/test/test_gns2shp.py: New. Test for correct creation |
106 |
|
of Shapefile from GNS text file format |
107 |
|
|
108 |
|
2003-09-03 Jan-Oliver Wagner <[email protected]> |
109 |
|
|
110 |
|
Fix/workaround for bug #2019: |
111 |
|
https://intevation.de/rt/webrt?serial_num=2019 |
112 |
|
|
113 |
|
* Thuban/UI/identifyview.py (IdentifyView.ID_STOP): New. |
114 |
|
(IdentifyView.__init__): Added another button that allows to |
115 |
|
stop the identify mode. |
116 |
|
(IdentifyView.OnStop): New. Stops the identify mode. |
117 |
|
|
118 |
|
2003-09-03 Jan-Oliver Wagner <[email protected]> |
119 |
|
|
120 |
|
Introducing a new exception dialog that allows to exit the |
121 |
|
application immediately. |
122 |
|
This fixes bug #2060: https://intevation.de/rt/webrt?serial_num=2060 |
123 |
|
|
124 |
|
* Thuban/UI/exceptiondialog.py: New. A special exception dialog. |
125 |
|
|
126 |
|
* Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog): |
127 |
|
Made strings available to translations. Exchanged the simple |
128 |
|
ScrolledMessageDialog by the new ExceptionDialog. |
129 |
|
|
130 |
|
2003-09-01 Bernhard Herzog <[email protected]> |
131 |
|
|
132 |
|
* NEWS: New. Summary of changes and release notes. |
133 |
|
|
134 |
|
* MANIFEST.in: Add NEWS |
135 |
|
|
136 |
|
2003-09-01 Bernhard Herzog <[email protected]> |
137 |
|
|
138 |
|
* MANIFEST.in: Correct the include statement for the mo-files and |
139 |
|
include the documentation too. |
140 |
|
|
141 |
|
* setup.py (data_files): Add the .mo files |
142 |
|
(setup call): Up to version 0.9.0 |
143 |
|
|
144 |
|
2003-09-01 Bernhard Herzog <[email protected]> |
145 |
|
|
146 |
|
* Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Change the |
147 |
|
parameter list to just parent and session |
148 |
|
(ChooseDBTableDialog.__set_properties): Removed. Setting the |
149 |
|
selection of empty list boxes is not allowed (and produces C++ |
150 |
|
assertion errors) and the rest of the setup is better done in |
151 |
|
__init__ anyway. |
152 |
|
(ChooseDBTableDialog.OnCancel, ChooseDBTableDialog.OnOK) |
153 |
|
(ChooseDBTableDialog.OnLBDClick, DBDialog.OnOK): Use the Python |
154 |
|
builtins True/False for booleans to avoid warnings from wxPython |
155 |
|
|
156 |
|
* Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): Adapt to new |
157 |
|
ChooseDBTableDialog constructor parameters. |
158 |
|
|
159 |
|
2003-09-01 Bernhard Herzog <[email protected]> |
160 |
|
|
161 |
|
* Thuban/Model/postgisdb.py |
162 |
|
(PostGISTable): Extend doc-string |
163 |
|
(PostGISTable._fetch_table_information): Set the column index |
164 |
|
correctly, pretending ignored columns don't exist. |
165 |
|
|
166 |
|
* test/test_postgis_db.py (TestPostGISIgnoredColumns): New tests |
167 |
|
for postgis tables with data types not yet supported by thuban. |
168 |
|
|
169 |
|
2003-08-29 Bernhard Herzog <[email protected]> |
170 |
|
|
171 |
|
* HOWTO-Release: Tweak item about running the tests. |
172 |
|
|
173 |
|
2003-08-29 Jan-Oliver Wagner <[email protected]> |
174 |
|
|
175 |
|
* /Doc/manual/thuban-manual.xml: updated to version 1.0pre2. |
176 |
|
|
177 |
|
2003-08-29 Bernhard Herzog <[email protected]> |
178 |
|
|
179 |
|
Add some missing parameters to projections. Proj complains about |
180 |
|
them on windows but for some reason not on Linux. |
181 |
|
|
182 |
|
* test/test_save.py (SaveSessionTest.testLayerProjection): Add |
183 |
|
missing required projection parameters |
184 |
|
|
185 |
|
* test/test_proj.py (TestProjFile.test): Add missing required |
186 |
|
projection parameters |
187 |
|
|
188 |
|
* test/test_load_0_8.py (TestLayerProjection.file_contents) |
189 |
|
(TestLayerProjection.test): Add missing required projection |
190 |
|
parameters and tests for them |
191 |
|
|
192 |
|
* test/test_load.py (TestLayerProjection.file_contents) |
193 |
|
(TestLayerProjection.test): Add missing required projection |
194 |
|
parameters and tests for them |
195 |
|
|
196 |
|
* test/test_layer.py (TestLayer.test_base_layer): Add missing |
197 |
|
required projection parameters |
198 |
|
|
199 |
|
2003-08-29 Bernhard Herzog <[email protected]> |
200 |
|
|
201 |
|
* libraries/pyprojection/Projection.i: Use pj_get_errno_ref to |
202 |
|
access the pj_errno because directly accessing pj_errno doesn't |
203 |
|
work on windows if the proj library is in a DLL |
204 |
|
|
205 |
|
* libraries/pyprojection/Projection_wrap.c: Update from Projection.i |
206 |
|
|
207 |
|
2003-08-28 Bernhard Herzog <[email protected]> |
208 |
|
|
209 |
|
* test/test_proj.py: Import things from Thuban after calling |
210 |
|
initthuban |
211 |
|
|
212 |
|
* test/test_load.py (LoadSessionTest.filenames): New class |
213 |
|
variable with the filename attributes to normalize |
214 |
|
(LoadSessionTest.check_format): Pass self.filenames to |
215 |
|
sax_eventlist to normalize the filename attributes |
216 |
|
|
217 |
|
* test/xmlsupport.py: Add cvs keywords |
218 |
|
(SaxEventLister.__init__): New parameter filenames which indicates |
219 |
|
attributes that contain filenames |
220 |
|
(SaxEventLister.startElementNS): Normalize the filename attributes |
221 |
|
with os.path.normpath |
222 |
|
(sax_eventlist): New parameter filenames to pass through to |
223 |
|
SaxEventLister |
224 |
|
|
225 |
|
* test/test_derivedshapestore.py: Make this file callable as a |
226 |
|
program to execute the tests |
227 |
|
(TestDerivedShapeStoreExceptions.test_table_with_wrong_size): Bind |
228 |
|
the session to self.session so that it gets destroyed properly |
229 |
|
|
230 |
|
* test/test_layer.py (TestLayer.tearDown): Call the session's |
231 |
|
Destroy method |
232 |
|
|
233 |
|
* test/test_map.py (TestMapBase.tearDown): Destroy self.session |
234 |
|
too if it exists |
235 |
|
(TestMapAddLayer.test_add_layer): Bind the session to self.session |
236 |
|
so that it gets destroyed properly |
237 |
|
|
238 |
|
* test/postgissupport.py (reason_for_not_running_tests): Add a |
239 |
|
test for the existence of popen2.Popen4. |
240 |
|
|
241 |
|
* test/test_save.py (SaveSessionTest.tearDown): New. Provide a |
242 |
|
reliable way to destroy the sessions created in the test cases |
243 |
|
(SaveSessionTest.test_dbf_table): Bind the session to self.session |
244 |
|
so that it gets destroyed properly |
245 |
|
(SaveSessionTest.testLayerProjection): Bind the session to |
246 |
|
self.session so that it gets destroyed properly |
247 |
|
|
248 |
|
* test/test_session.py (UnreferencedTablesTests.tearDown): Make |
249 |
|
sure that the session is destroyed properly |
250 |
|
|
251 |
|
* test/test_shapefilestore.py: Make this callable as a program to |
252 |
|
execute the tests |
253 |
|
|
254 |
|
* test/test_scalebar.py: Remove unnecessary import of _ from |
255 |
|
Thuban |
256 |
|
|
257 |
|
* test/support.py (print_garbage_information): Call initthuban |
258 |
|
here because it may be called indirectly from test cases that test |
259 |
|
test support modules which do not use anything from thuban itself |
260 |
|
(ThubanTestProgram.runTests): Remove unnecessary debug print |
261 |
|
|
262 |
2003-08-28 Bernhard Herzog <[email protected]> |
2003-08-28 Bernhard Herzog <[email protected]> |
263 |
|
|
264 |
* Thuban/version.py (longversion): Update to 0.9 |
* Thuban/version.py (longversion): Update to 0.9 |