/[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 1663 by bh, Wed Aug 27 13:51:19 2003 UTC revision 1760 by bh, Fri Sep 26 18:36:12 2003 UTC
# Line 1  Line 1 
1    2003-09-26  Bernhard Herzog  <[email protected]>
2    
3            * Thuban/Model/classgen.py (GenQuantiles0): Removed since it's
4            only used in GREAT-ER but not used in Thuban itself. When GREAT-ER
5            is ported to a newer the import will fail, so it should be noticed
6            immediately that this function is gone.
7            Fixes RT#1919
8    
9    2003-09-26  Bernhard Herzog  <[email protected]>
10    
11            Add a DTD for the projection files and make thuban write valid
12            projection files
13    
14            * Resources/XML/projfile.dtd: New. DTD for thuban's projection
15            files
16    
17            * Thuban/Model/resource.py (ProjFileSaver.write): Use
18            'projectionlist' as the name in the document type declaration so
19            that it matches the element type of the root element.
20    
21            * test/test_proj.py (sample_projfile, sample_projfile2): Use
22            'projectionlist' as the name in the document type declaration just
23            as it is done now in the files thuban would write
24            (sample_projfile, sample_projfile_data): Fix spelling of
25            "Mercator"
26            (TestProjFile.doTestWrite): Validate the written and the expected
27            XML data
28            (TestProjFile): Derive from ValidationTest so that we can run xml
29            validation tests
30    
31    2003-09-24  Bernhard Herzog  <[email protected]>
32    
33            * Thuban/UI/renderer.py (ExportRenderer.render_legend): Do not
34            modify the list returned by map.Layers() in place since it is the
35            actual list of layers used by the map.
36    
37    2003-09-23  Jan-Oliver Wagner <[email protected]>
38    
39            * Doc/manual/thuban-manual.xml: Added subsection to chapter
40            Extensions to describe the extensions coming with the Thuban
41            standard package (gns2shp and importAPR).
42    
43    2003-09-23  Bernhard Herzog  <[email protected]>
44    
45            * libraries/thuban/wxproj.cpp (project_point): if there's an
46            inverse but no forward projection, convert to degrees after
47            applying the inverse projection. Fixes RT#2096
48    
49            * test/test_wxproj.py: New. Test cases for wxproj.so. One test
50            implicitly tests for the fix to RT#2096
51    
52            * test/support.py (FloatComparisonMixin.assertFloatSeqEqual):
53            Check that the sequences have the same lengths
54    
55            * Resources/Projections/defaults.proj (Geographic projection): Use
56            a much more precise value for the to_meter attribute.
57    
58    2003-09-22  Bernhard Herzog  <[email protected]>
59    
60            * test/support.py (initthuban): Make sure to unset the LANG env.
61            var. so that tests that compare translated strings work. Solves RT
62            #2094
63    
64    2003-09-22  Jan-Oliver Wagner <[email protected]>
65    
66            Small improvement of APR import.
67    
68            * Extensions/importAPR/test/test_apr.py (aprTest.test_LClass):
69            Added tests for text-ranges.
70    
71            * Extensions/importAPR/apr.py (APR_LClass.GetThubanRange): Now
72            returns a string object if the range is based on text.
73    
74            * Extensions/importAPR/importAPR.py (import_apr_dialog): Unified
75            range retrieval.
76    
77    2003-09-22  Jan-Oliver Wagner <[email protected]>
78    
79            Initial version of the importAPR extension which is in
80            experimental state.
81    
82            * /Extensions/importAPR/, /Extensions/importAPR/samples/,
83            /Extensions/importAPR/test/: New directories.
84    
85            * /Extensions/importAPR/samples/README: New: Howto load the samples.
86    
87            * /Extensions/importAPR/samples/iceland.apr: New: A sample APR
88            file which refers to the Thuban Iceland demo data.
89    
90            * /Extensions/importAPR/test/README: New: Howto execute the tests.
91    
92            * /Extensions/importAPR/test/test_apr.py: New: Tests for APR classes.
93    
94            * /Extensions/importAPR/apr.py: New: Classes for ArcView Objects
95            as in '.apr'-files.
96    
97            * /Extensions/importAPR/odb.py: New: Classes for generic ArcView
98            ODB Objects as in '.apr', '.avl' and other files.
99    
100            * /Extensions/importAPR/__init__.py: New: Init to make this
101            directory a package.
102    
103            * /Extensions/importAPR/importAPR.py: New: Import a ArcView
104            project file (.apr) and convert it to Thuban.
105    
106    2003-09-22  Jan-Oliver Wagner <[email protected]>
107    
108            * Extensions/gns2shp.gns2shp.py: The main module of gns2shp.
109    
110    2003-09-19  Jan-Oliver Wagner <[email protected]>
111    
112            * Doc/manual/thuban-manual.xml: Extended section 'Installation'
113            with description on RPM installation and RPM binary package
114            creation.
115    
116    2003-09-18  Bernhard Herzog  <[email protected]>
117    
118            * setup.py (data_files): Only add the mo files if the Locales
119            directory actually exists, so that setup.py works with a fresh CVS
120            checkout
121    
122    2003-09-12  Jan-Oliver Wagner <[email protected]>
123    
124            * Examples/simple_extensions/simple_tool.py: bugfix: Tool is now
125            in viewport, not anymore in view
126    
127    2003-09-04  Jan-Oliver Wagner <[email protected]>
128    
129            Introducing first Extension (gns2shp).
130    
131            * Extensions, Extensions/gns2shp, Extensions/gns2shp/test: New.
132    
133            * Extensions/__init__.py: New. init to make this dir a package.
134    
135            * Extensions/gns2shp/__init__.py: New. init to make this dir a package.
136    
137            * Extensions/gns2shp/test/README: New. some info on this test directory.
138    
139            * Extensions/gns2shp/test/ls.txt: New. test data set (Liechtenstein).
140    
141            * Extensions/gns2shp/test/test_gns2shp.py: New. Test for correct creation
142            of Shapefile from GNS text file format
143    
144    2003-09-03  Jan-Oliver Wagner <[email protected]>
145    
146            Fix/workaround for bug #2019:
147            https://intevation.de/rt/webrt?serial_num=2019
148    
149            * Thuban/UI/identifyview.py (IdentifyView.ID_STOP): New.
150            (IdentifyView.__init__): Added another button that allows to
151            stop the identify mode.
152            (IdentifyView.OnStop): New. Stops the identify mode.
153    
154    2003-09-03  Jan-Oliver Wagner <[email protected]>
155    
156            Introducing a new exception dialog that allows to exit the
157            application immediately.
158            This fixes bug #2060: https://intevation.de/rt/webrt?serial_num=2060
159    
160            * Thuban/UI/exceptiondialog.py: New. A special exception dialog.
161    
162            * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
163            Made strings available to translations. Exchanged the simple
164            ScrolledMessageDialog by the new ExceptionDialog.
165    
166    2003-09-01  Bernhard Herzog  <[email protected]>
167    
168            * NEWS: New. Summary of changes and release notes.
169    
170            * MANIFEST.in: Add NEWS
171    
172    2003-09-01  Bernhard Herzog  <[email protected]>
173    
174            * MANIFEST.in: Correct the include statement for the mo-files and
175            include the documentation too.
176    
177            * setup.py (data_files): Add the .mo files
178            (setup call): Up to version 0.9.0
179    
180    2003-09-01  Bernhard Herzog  <[email protected]>
181    
182            * Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Change the
183            parameter list to just parent and session
184            (ChooseDBTableDialog.__set_properties): Removed. Setting the
185            selection of empty list boxes is not allowed (and produces C++
186            assertion errors) and the rest of the setup is better done in
187            __init__ anyway.
188            (ChooseDBTableDialog.OnCancel, ChooseDBTableDialog.OnOK)
189            (ChooseDBTableDialog.OnLBDClick, DBDialog.OnOK): Use the Python
190            builtins True/False for booleans to avoid warnings from wxPython
191    
192            * Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): Adapt to new
193            ChooseDBTableDialog constructor parameters.
194    
195    2003-09-01  Bernhard Herzog  <[email protected]>
196    
197            * Thuban/Model/postgisdb.py
198            (PostGISTable): Extend doc-string
199            (PostGISTable._fetch_table_information): Set the column index
200            correctly, pretending ignored columns don't exist.
201    
202            * test/test_postgis_db.py (TestPostGISIgnoredColumns): New tests
203            for postgis tables with data types not yet supported by thuban.
204    
205    2003-08-29  Bernhard Herzog  <[email protected]>
206    
207            * HOWTO-Release: Tweak item about running the tests.
208    
209    2003-08-29  Jan-Oliver Wagner <[email protected]>
210    
211            * /Doc/manual/thuban-manual.xml: updated to version 1.0pre2.
212    
213    2003-08-29  Bernhard Herzog  <[email protected]>
214    
215            Add some missing parameters to projections. Proj complains about
216            them on windows but for some reason not on Linux.
217    
218            * test/test_save.py (SaveSessionTest.testLayerProjection): Add
219            missing required projection parameters
220    
221            * test/test_proj.py (TestProjFile.test): Add missing required
222            projection parameters
223    
224            * test/test_load_0_8.py (TestLayerProjection.file_contents)
225            (TestLayerProjection.test): Add missing required projection
226            parameters and tests for them
227    
228            * test/test_load.py (TestLayerProjection.file_contents)
229            (TestLayerProjection.test): Add missing required projection
230            parameters and tests for them
231    
232            * test/test_layer.py (TestLayer.test_base_layer): Add missing
233            required projection parameters
234    
235    2003-08-29  Bernhard Herzog  <[email protected]>
236    
237            * libraries/pyprojection/Projection.i: Use pj_get_errno_ref to
238            access the pj_errno because directly accessing pj_errno doesn't
239            work on windows if the proj library is in a DLL
240    
241            * libraries/pyprojection/Projection_wrap.c: Update from Projection.i
242    
243    2003-08-28  Bernhard Herzog  <[email protected]>
244    
245            * test/test_proj.py: Import things from Thuban after calling
246            initthuban
247    
248            * test/test_load.py (LoadSessionTest.filenames): New class
249            variable with the filename attributes to normalize
250            (LoadSessionTest.check_format): Pass self.filenames to
251            sax_eventlist to normalize the filename attributes
252    
253            * test/xmlsupport.py: Add cvs keywords
254            (SaxEventLister.__init__): New parameter filenames which indicates
255            attributes that contain filenames
256            (SaxEventLister.startElementNS): Normalize the filename attributes
257            with os.path.normpath
258            (sax_eventlist): New parameter filenames to pass through to
259            SaxEventLister
260    
261            * test/test_derivedshapestore.py: Make this file callable as a
262            program to execute the tests
263            (TestDerivedShapeStoreExceptions.test_table_with_wrong_size): Bind
264            the session to self.session so that it gets destroyed properly
265    
266            * test/test_layer.py (TestLayer.tearDown): Call the session's
267            Destroy method
268    
269            * test/test_map.py (TestMapBase.tearDown): Destroy self.session
270            too if it exists
271            (TestMapAddLayer.test_add_layer): Bind the session to self.session
272            so that it gets destroyed properly
273    
274            * test/postgissupport.py (reason_for_not_running_tests): Add a
275            test for the existence of popen2.Popen4.
276    
277            * test/test_save.py (SaveSessionTest.tearDown): New. Provide a
278            reliable way to destroy the sessions created in the test cases
279            (SaveSessionTest.test_dbf_table): Bind the session to self.session
280            so that it gets destroyed properly
281            (SaveSessionTest.testLayerProjection): Bind the session to
282            self.session so that it gets destroyed properly
283    
284            * test/test_session.py (UnreferencedTablesTests.tearDown): Make
285            sure that the session is destroyed properly
286    
287            * test/test_shapefilestore.py: Make this callable as a program to
288            execute the tests
289    
290            * test/test_scalebar.py: Remove unnecessary import of _ from
291            Thuban
292    
293            * test/support.py (print_garbage_information): Call initthuban
294            here because it may be called indirectly from test cases that test
295            test support modules which do not use anything from thuban itself
296            (ThubanTestProgram.runTests): Remove unnecessary debug print
297    
298    2003-08-28  Bernhard Herzog  <[email protected]>
299    
300            * Thuban/version.py (longversion): Update to 0.9
301    
302            * Thuban/UI/mainwindow.py: Remove some unused imports
303    
304            * README: Add section about required additional software. Add date
305            and revision CVS keywords
306    
307            * HOWTO-Release: Add item about the translations. Add date and
308            revision CVs keywords and change formatting to match README a bit
309            better
310    
311            * po/de.po: Update for 0.9
312    
313            * test/README: Tweak the wording a little because many tests are
314            not really unittest.
315    
316    2003-08-27  Bernhard Herzog  <[email protected]>
317    
318            As preparation for the 0.9 release, switch thuban files to a
319            non-dev namespace
320    
321            * Thuban/Model/save.py (SessionSaver.write_session): Write files
322            with the http://thuban.intevation.org/dtds/thuban-0.9.dtd
323            namespace
324    
325            * Thuban/Model/load.py (SessionLoader.__init__): Accept the
326            http://thuban.intevation.org/dtds/thuban-0.9.dtd namespace too
327    
328            * test/test_save.py (SaveSessionTest.dtd)
329            (SaveSessionTest.testEmptySession)
330            (SaveSessionTest.testSingleLayer)
331            (SaveSessionTest.testLayerProjection)
332            (SaveSessionTest.testRasterLayer)
333            (SaveSessionTest.testClassifiedLayer)
334            (SaveSessionTest.test_dbf_table)
335            (SaveSessionTest.test_joined_table)
336            (SaveSessionTest.test_save_postgis): Update for new namespace
337    
338            * test/test_load.py (LoadSessionTest.dtd, TestSingleLayer)
339            (TestLayerVisibility.file_contents, TestLabels.file_contents)
340            (TestLayerProjection.file_contents)
341            (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
342            (TestPostGISLayer.file_contents)
343            (TestPostGISLayerPassword.file_contents)
344            (TestLoadError.file_contents, TestLoadError.test): Update for new
345            namespace
346    
347  2003-08-27  Bernhard Herzog  <[email protected]>  2003-08-27  Bernhard Herzog  <[email protected]>
348    
349          Make the table interface distinguish between row ids (an integer          Make the table interface distinguish between row ids (an integer

Legend:
Removed from v.1663  
changed lines
  Added in v.1760

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26