/[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 1685 by bh, Thu Aug 28 18:55:17 2003 UTC revision 1757 by bh, Fri Sep 26 14:04:08 2003 UTC
# Line 1  Line 1 
1    2003-09-26  Bernhard Herzog  <[email protected]>
2    
3            Add a DTD for the projection files and make thuban write valid
4            projection files
5    
6            * Resources/XML/projfile.dtd: New. DTD for thuban's projection
7            files
8    
9            * Thuban/Model/resource.py (ProjFileSaver.write): Use
10            'projectionlist' as the name in the document type declaration so
11            that it matches the element type of the root element.
12    
13            * test/test_proj.py (sample_projfile, sample_projfile2): Use
14            'projectionlist' as the name in the document type declaration just
15            as it is done now in the files thuban would write
16            (sample_projfile, sample_projfile_data): Fix spelling of
17            "Mercator"
18            (TestProjFile.doTestWrite): Validate the written and the expected
19            XML data
20            (TestProjFile): Derive from ValidationTest so that we can run xml
21            validation tests
22    
23    2003-09-24  Bernhard Herzog  <[email protected]>
24    
25            * Thuban/UI/renderer.py (ExportRenderer.render_legend): Do not
26            modify the list returned by map.Layers() in place since it is the
27            actual list of layers used by the map.
28    
29    2003-09-23  Jan-Oliver Wagner <[email protected]>
30    
31            * Doc/manual/thuban-manual.xml: Added subsection to chapter
32            Extensions to describe the extensions coming with the Thuban
33            standard package (gns2shp and importAPR).
34    
35    2003-09-23  Bernhard Herzog  <[email protected]>
36    
37            * libraries/thuban/wxproj.cpp (project_point): if there's an
38            inverse but no forward projection, convert to degrees after
39            applying the inverse projection. Fixes RT#2096
40    
41            * test/test_wxproj.py: New. Test cases for wxproj.so. One test
42            implicitly tests for the fix to RT#2096
43    
44            * test/support.py (FloatComparisonMixin.assertFloatSeqEqual):
45            Check that the sequences have the same lengths
46    
47            * Resources/Projections/defaults.proj (Geographic projection): Use
48            a much more precise value for the to_meter attribute.
49    
50    2003-09-22  Bernhard Herzog  <[email protected]>
51    
52            * test/support.py (initthuban): Make sure to unset the LANG env.
53            var. so that tests that compare translated strings work. Solves RT
54            #2094
55    
56    2003-09-22  Jan-Oliver Wagner <[email protected]>
57    
58            Small improvement of APR import.
59    
60            * Extensions/importAPR/test/test_apr.py (aprTest.test_LClass):
61            Added tests for text-ranges.
62    
63            * Extensions/importAPR/apr.py (APR_LClass.GetThubanRange): Now
64            returns a string object if the range is based on text.
65    
66            * Extensions/importAPR/importAPR.py (import_apr_dialog): Unified
67            range retrieval.
68    
69    2003-09-22  Jan-Oliver Wagner <[email protected]>
70    
71            Initial version of the importAPR extension which is in
72            experimental state.
73    
74            * /Extensions/importAPR/, /Extensions/importAPR/samples/,
75            /Extensions/importAPR/test/: New directories.
76    
77            * /Extensions/importAPR/samples/README: New: Howto load the samples.
78    
79            * /Extensions/importAPR/samples/iceland.apr: New: A sample APR
80            file which refers to the Thuban Iceland demo data.
81    
82            * /Extensions/importAPR/test/README: New: Howto execute the tests.
83    
84            * /Extensions/importAPR/test/test_apr.py: New: Tests for APR classes.
85    
86            * /Extensions/importAPR/apr.py: New: Classes for ArcView Objects
87            as in '.apr'-files.
88    
89            * /Extensions/importAPR/odb.py: New: Classes for generic ArcView
90            ODB Objects as in '.apr', '.avl' and other files.
91    
92            * /Extensions/importAPR/__init__.py: New: Init to make this
93            directory a package.
94    
95            * /Extensions/importAPR/importAPR.py: New: Import a ArcView
96            project file (.apr) and convert it to Thuban.
97    
98    2003-09-22  Jan-Oliver Wagner <[email protected]>
99    
100            * Extensions/gns2shp.gns2shp.py: The main module of gns2shp.
101    
102    2003-09-19  Jan-Oliver Wagner <[email protected]>
103    
104            * Doc/manual/thuban-manual.xml: Extended section 'Installation'
105            with description on RPM installation and RPM binary package
106            creation.
107    
108    2003-09-18  Bernhard Herzog  <[email protected]>
109    
110            * setup.py (data_files): Only add the mo files if the Locales
111            directory actually exists, so that setup.py works with a fresh CVS
112            checkout
113    
114    2003-09-12  Jan-Oliver Wagner <[email protected]>
115    
116            * Examples/simple_extensions/simple_tool.py: bugfix: Tool is now
117            in viewport, not anymore in view
118    
119    2003-09-04  Jan-Oliver Wagner <[email protected]>
120    
121            Introducing first Extension (gns2shp).
122    
123            * Extensions, Extensions/gns2shp, Extensions/gns2shp/test: New.
124    
125            * Extensions/__init__.py: New. init to make this dir a package.
126    
127            * Extensions/gns2shp/__init__.py: New. init to make this dir a package.
128    
129            * Extensions/gns2shp/test/README: New. some info on this test directory.
130    
131            * Extensions/gns2shp/test/ls.txt: New. test data set (Liechtenstein).
132    
133            * Extensions/gns2shp/test/test_gns2shp.py: New. Test for correct creation
134            of Shapefile from GNS text file format
135    
136    2003-09-03  Jan-Oliver Wagner <[email protected]>
137    
138            Fix/workaround for bug #2019:
139            https://intevation.de/rt/webrt?serial_num=2019
140    
141            * Thuban/UI/identifyview.py (IdentifyView.ID_STOP): New.
142            (IdentifyView.__init__): Added another button that allows to
143            stop the identify mode.
144            (IdentifyView.OnStop): New. Stops the identify mode.
145    
146    2003-09-03  Jan-Oliver Wagner <[email protected]>
147    
148            Introducing a new exception dialog that allows to exit the
149            application immediately.
150            This fixes bug #2060: https://intevation.de/rt/webrt?serial_num=2060
151    
152            * Thuban/UI/exceptiondialog.py: New. A special exception dialog.
153    
154            * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
155            Made strings available to translations. Exchanged the simple
156            ScrolledMessageDialog by the new ExceptionDialog.
157    
158    2003-09-01  Bernhard Herzog  <[email protected]>
159    
160            * NEWS: New. Summary of changes and release notes.
161    
162            * MANIFEST.in: Add NEWS
163    
164    2003-09-01  Bernhard Herzog  <[email protected]>
165    
166            * MANIFEST.in: Correct the include statement for the mo-files and
167            include the documentation too.
168    
169            * setup.py (data_files): Add the .mo files
170            (setup call): Up to version 0.9.0
171    
172    2003-09-01  Bernhard Herzog  <[email protected]>
173    
174            * Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Change the
175            parameter list to just parent and session
176            (ChooseDBTableDialog.__set_properties): Removed. Setting the
177            selection of empty list boxes is not allowed (and produces C++
178            assertion errors) and the rest of the setup is better done in
179            __init__ anyway.
180            (ChooseDBTableDialog.OnCancel, ChooseDBTableDialog.OnOK)
181            (ChooseDBTableDialog.OnLBDClick, DBDialog.OnOK): Use the Python
182            builtins True/False for booleans to avoid warnings from wxPython
183    
184            * Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): Adapt to new
185            ChooseDBTableDialog constructor parameters.
186    
187    2003-09-01  Bernhard Herzog  <[email protected]>
188    
189            * Thuban/Model/postgisdb.py
190            (PostGISTable): Extend doc-string
191            (PostGISTable._fetch_table_information): Set the column index
192            correctly, pretending ignored columns don't exist.
193    
194            * test/test_postgis_db.py (TestPostGISIgnoredColumns): New tests
195            for postgis tables with data types not yet supported by thuban.
196    
197    2003-08-29  Bernhard Herzog  <[email protected]>
198    
199            * HOWTO-Release: Tweak item about running the tests.
200    
201    2003-08-29  Jan-Oliver Wagner <[email protected]>
202    
203            * /Doc/manual/thuban-manual.xml: updated to version 1.0pre2.
204    
205    2003-08-29  Bernhard Herzog  <[email protected]>
206    
207            Add some missing parameters to projections. Proj complains about
208            them on windows but for some reason not on Linux.
209    
210            * test/test_save.py (SaveSessionTest.testLayerProjection): Add
211            missing required projection parameters
212    
213            * test/test_proj.py (TestProjFile.test): Add missing required
214            projection parameters
215    
216            * test/test_load_0_8.py (TestLayerProjection.file_contents)
217            (TestLayerProjection.test): Add missing required projection
218            parameters and tests for them
219    
220            * test/test_load.py (TestLayerProjection.file_contents)
221            (TestLayerProjection.test): Add missing required projection
222            parameters and tests for them
223    
224            * test/test_layer.py (TestLayer.test_base_layer): Add missing
225            required projection parameters
226    
227    2003-08-29  Bernhard Herzog  <[email protected]>
228    
229            * libraries/pyprojection/Projection.i: Use pj_get_errno_ref to
230            access the pj_errno because directly accessing pj_errno doesn't
231            work on windows if the proj library is in a DLL
232    
233            * libraries/pyprojection/Projection_wrap.c: Update from Projection.i
234    
235  2003-08-28  Bernhard Herzog  <[email protected]>  2003-08-28  Bernhard Herzog  <[email protected]>
236    
237          * test/test_proj.py: Import things from Thuban after calling          * test/test_proj.py: Import things from Thuban after calling

Legend:
Removed from v.1685  
changed lines
  Added in v.1757

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26