/[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 2694 by bernhard, Fri Sep 15 08:53:04 2006 UTC revision 2733 by bernhard, Mon Feb 26 23:05:09 2007 UTC
# Line 1  Line 1 
1    007-02-26 Bernhard Reiter <[email protected]>
2    
3            * MANIFEST.in: Added *.xmi to Doc so that ThubanModel.xmi is included.
4    
5            * Extensions/svgexport/TODO: Added findings about how to write raster
6            in SVG.
7    
8            * Extensions/svgexport/svgmapwriter.py: untabified two lines.
9            Fixed a typo.
10    
11            * Doc/ThubanModel.xmi: Updated the format of the umbrello file.
12            Loaded and saved with umbrello 1.3.2, manually changed the
13            codegeneration tag to be empty again and change the XMI.model
14            to not contain a local path.
15            Now umbrello 1.5.5 also opens the file without crashing.
16            Thanks to Philippe LeGrand who discovered the problem and the
17            solution and filed report 141279 on bugs.kde.org for this umbrello
18            problem.
19    
20    2007-02-21 Didrik Pinte <[email protected]>
21    
22            * Extensions/umn_mapserver/__init__.py : UTF8 locales bugfix
23    
24    2007-02-20 Bernhard Reiter <[email protected]>
25    
26            * Thuban/version.py, setup.py: Getting ready for release 1.2.0.
27            Using this version number.
28    
29            * Doc/README: fixed a typo.
30    
31            * Doc/technotes/release_process.txt: Updated. Reference platform
32            is Debian Etch now. If windows, it should be window XP.
33            Marked a few entries in the instructions as "Old:".
34    
35            * README: Bumped requirements to wxWidgets 2.6.3.2 and gdal 1.3.2..
36            Added urls for homepage and infrastructure on wald. Fixed a typo.
37    
38            * MANIFEST.in: Added subdir "packaging" which should be in the tarball.
39    
40            * NEWS: Completed changes from 1.1.0 until today as gathered from
41            the Changelog entries. Added small section about OGR known problems
42            because we do not have a release-notes file so far.
43    
44            * Doc/manual/thuban-manual.xml: Removed the installation instructions
45            as they are outdated and they should be only in one place.
46            Bumped version number of the document to 1.2.0. Marked it as Draft
47            in the title.
48    
49            * Extensions/svgexport/: Get ready for release. Bump version
50            number to 1.0.1. Adjusted numbers in TODO.
51    
52            * Thuban/UI/about.py: Reworked the about text. It shows now
53            when somebody was active on Thuban. Added a list of maintainers.
54            Bernhard Reiter is the current maintainer, following up on Bernhard
55            Herzog.
56    
57            * Extensions/export_shapefile/export_shapefile.py: untabify.
58    
59            * test/README: Added example how to set the PATH for postgis on
60            Debian Etch.
61    
62    2007-01-13 Didrik Pinte <[email protected]>
63    
64            bboxdump, gns2shp, importAPR, mouseposition, ogr, profiling, svgexport
65            extensions migrated to wxPython 2.6
66    
67            * Extensions/bboxdump/bboxdump.py:
68            updated wx statements
69    
70            * Extensions/gns2shp/gns2shp.py:
71            updated wx statements
72    
73            * Extensions/importAPR/importAPR.py:
74            updated wx statements
75    
76            * Extensions/mouseposition/mouseposition.py:
77            updated wx statements
78    
79            * Extensions/ogr/
80            ogrdialog.py, ogrstart.py:
81            updated wx statements
82    
83            * Extensions/profiling/profiling.py:
84            updated wx statements
85    
86            * Extensions/svgexport/
87            maplegend.py, svgsaver.py:
88            updated wx statements
89    
90    
91    2007-01-08 Didrik Pinte <[email protected]>
92            
93            export_shapefile extension migrated to wxPython 2.6
94    
95            * Extensions/export_shapefile/export_shapefile.py:
96            updated wx statements, changed the FileDialog to wx.SAVE (was wx.OPEN)
97    
98    2007-01-08 Didrik Pinte <[email protected]>
99            
100            umn_mapserver extension migrated to wxPython 2.6
101    
102            * Extensions/umn_maserver/
103            mf_handle.py, mf_import.py, mf_export.py:
104            update wx imports to 2.6 policy
105    
106    2007-01-06 Didrik Pinte <[email protected]>
107    
108            UTF-8 locales support reading non utf-8 files.
109            This is a workaround and not a real bugfix. See
110            http://wald.intevation.org/tracker/index.php?func=detail&aid=118
111            for more details
112    
113            * Thuban/UI/tableview.py, controls.py, baserenderer.py, view.py:
114            decode text from iso-8859-1 encoding.
115    
116    2007-01-01 Bernhard Reiter <[email protected]>
117    
118            * test/postgissupport.py, test/test_postgis_db.py: adding an
119            explicit WITH OIDS to the create table commands. This fixes tests
120            that rely on an oid column to be present for postgresql >=8.0.
121            Thanks for Frank Koormann for the hint.
122    
123    2006-11-06 Didrik Pinte <[email protected]>
124    
125            * libraries/thuban/wxproj.cpp: bugfix - allow compilation with
126            msvc++ toolkit 2003
127    
128    2006-11-06 Bernhard Reiter <[email protected]>
129    
130            Made it easier to run PostGIS test on Debian Etch. Improving
131            https://wald.intevation.org/tracker/index.php?func=detail&aid=173 .
132    
133            * test/postgissupport.py: Taking pg_ctl and initdb commands
134            from internal variables now. Adding deactivated example values
135            for Debian Etch.  
136            find_postgis_sql(): Added special line for Debian Etch postgresql-8.1.
137            Added copyright year 2006.
138    
139    2006-10-25 Bernhard Reiter <[email protected]>
140            
141            Moved ogr Extension to Extension menu.
142    
143            * Extensions/ogr/
144            __init__.py, ogrstart.py, ogrshapes.py, ogrdialog.py
145            test/test_OGRShapestore.py, test/__init__.py:
146            adding encoding information and made sure Autor's names
147            with an umlaut are actually written with an umlaut.
148    
149            * Extensions/ogr/ogrstrat.py: now registering in menu "Extensions",
150            having a "(testing)" string before the submenu to prepare for 1.2.0
151            release.  Bumped copyright year to 2006.
152    
153    2006-10-15 Bernhard Reiter <[email protected]>
154    
155            * Thuban/UI/renderer.py: Added module variable verbose and
156            added verbose output before doing a raster projection.
157            Minor: Added (c) year 2006.
158    
159            * test/test_baserenderer.py: Added new function
160            test_projected_raster_decimalcommalocale()
161            Added new author Bernhard Reiter and new copyright year 2006.
162    
163            * libraries/thuban/gdalwarp.cpp(ProjectRasterFile): Adding
164            switching to LC_NUMERIC "C" and back before calling GDAL functions -
165            only #if python >=2.4 .
166    
167    2006-10-10 Didrik Pinte <[email protected]>
168    
169            Win32 build updates
170    
171            * setup.py :
172                - update to the latest libs for win32 setup tasks
173                    - added gdal and Lib content to the inno setup build task
174                    - added stable and experimental extensions to setup packages
175    
176            * thuban.py :
177                    - gdal support for win32 inno installation
178    
179    2006-10-10 Didrik Pinte <[email protected]>
180    
181            * Thuban/Model/layer.py (Layer.GetLabelPosFromShape): new method
182            extracted from Thuban/UI/viewport.py
183            * Thuban/UI/viewport.py (Viewport.LabelShapeAt): uses new method
184    
185    2006-09-28 Didrik Pinte <[email protected]>
186    
187            * Thuban/UI/classgen.py: bugfix due to wx2.6 update
188    
189            * Thuban/UI/view.py: removed non needed declaration
190    
191            * Thuban/UI/selection.py : typo correction
192    
193    2006-09-24 Bernhard Reiter <[email protected]>
194    
195            * Thuban/Model/proj.py(_do_we_have_to_work_around_broken_proj):
196            Making the test more robust for observed python 2.3 problems
197            with setlocale().
198    
199            * test/runtests.py: Added new option ---setdecimalcommalocale
200            to run all tests with an LC_NUMERIC that uses comma as decimal_point.
201            Minor: Added (c) year 2006. Fixed typo in a docstring.
202    
203            * test/test_transientdb.py: Minor: Added (c) year 2006. Fixed typo in
204            a docstring.
205    
206    2006-09-23 Bernhard Reiter <[email protected]>
207    
208            * Extensions/ogr/test/test_OGRShapestore.py: fixed skip_if_no_ogr()
209            and added it to TestOGRTable.setUp() so that all tests get skipped
210            if ogr cannot be imported. Added (c) year 2006.
211    
212    2006-09-18 Didrik Pinte <[email protected]>
213            
214            * wxPython 2.6 update : wx 2.4 syntax has been updated to 2.6
215            
216    2006-09-18 Bernhard Reiter <[email protected]>
217    
218            Fixed proj behaviour with python >=2.4 when decimal_point != '.'.
219    
220            * Thuban/UI/application.py: Fixed warning dialog when gdal is missing.
221    
222            * test/test_proj.py: new test_lc_numeric_robustness(). Added author
223            Bernhard Reiter and new copyright year 2006.
224    
225            * Thuban/Model/proj.py: New _do_we_have_to_work_around_broken_proj()
226            and Projection.assuregoodlocale(), Projection.assureinitlocale().
227            Added author Bernhard Reiter and (c) 2006.
228    
229  2006-09-15 Bernhard Reiter <[email protected]>  2006-09-15 Bernhard Reiter <[email protected]>
230    
231          * README: added RXP and pyRXP as optional for tests.          * README: added RXP and pyRXP as optional for tests.
232    
233          * test/localessupport.py: New. Contains a helper function          * test/localessupport.py: New. Contains a helper function
234          to find a locale with comma used as decimal_point.          to find a locale with comma used as decimal_point.
235    
236  2006-08-31 Bernhard Reiter <[email protected]>  2006-08-31 Bernhard Reiter <[email protected]>
237    
238          * README: fixed URLs to sqlite and pysqlite.          * README: fixed URLs to sqlite and pysqlite.
239    
240          * Thuban/UI/about.py: Added Didrik Pinte as contributor. Extended          * Thuban/UI/about.py: Added Didrik Pinte as contributor. Extended
241            copyright range to include 2006.            copyright range to include 2006.
242    
   
243  2006-06-29 Didrik Pinte <[email protected]>  2006-06-29 Didrik Pinte <[email protected]>
244    
245          * Thuban/UI/main.py: circular import fix.          * Thuban/UI/main.py: circular import fix.
# Line 87  Line 316 
316  2006-05-15 Didrik Pinte <[email protected]>  2006-05-15 Didrik Pinte <[email protected]>
317          Ashamed ... still some tabs in the files          Ashamed ... still some tabs in the files
318    
319    * Thuban/version.py : tabs removed              * Thuban/version.py : tabs removed      
320    * Thuban/Model/transientdb.py : tabs removed          * Thuban/Model/transientdb.py : tabs removed
321    
322  2006-05-15 Didrik Pinte <[email protected]>  2006-05-15 Didrik Pinte <[email protected]>
323    
324    * Thuban/version.py : coding style correction          * Thuban/version.py : coding style correction  
325    * Thuban/Model/transientdb.py : coding style correction          * Thuban/Model/transientdb.py : coding style correction
326    
327  2006-05-15 Didrik Pinte <[email protected]>  2006-05-15 Didrik Pinte <[email protected]>
328    
329    * Thuban/version.py : Updated imports to support pysqlite2          * Thuban/version.py : Updated imports to support pysqlite2
330    
331    * Thuban/Model/transientdb.py : Updated imports to support pysqlite2          * Thuban/Model/transientdb.py : Updated imports to support pysqlite2
332          Patched the querying system to support the param style of pysqlite2          Patched the querying system to support the param style of pysqlite2
333    
 >>>>>>> .r2689  
334  2006-04-24 Didrik Pinte <[email protected]>  2006-04-24 Didrik Pinte <[email protected]>
335          * Extensions/svgexport/__init__.py: The extension now works on win32  
336            * Extensions/svgexport/__init__.py: The extension now works on win32
337          architecture. Bug #87 corrected.          architecture. Bug #87 corrected.
338    
339  2006-04-20 Bernhard Reiter <[email protected]>  2006-04-20 Bernhard Reiter <[email protected]>
340    
341          * Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN.          * Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN.
342          Removed emacs specific hint and replaced it with a general hint          Removed emacs specific hint and replaced it with a general hint
343          that editors might support writing changelogs.          that editors might support writing changelogs.
# Line 1597  Line 1827 
1827    
1828          * Thuban/UI/about.py (About.__init__): Added          * Thuban/UI/about.py (About.__init__): Added
1829          Norbert Solymosi for hungarian translation and Ole Rahn          Norbert Solymosi for hungarian translation and Ole Rahn
1830          as contrbutor. Moved Bernhard Reiter from Contributor          as contributor. Moved Bernhard Reiter from Contributor
1831          to Developer.          to Developer.
1832    
1833  2004-11-27  Bernhard Reiter <[email protected]>  2004-11-27  Bernhard Reiter <[email protected]>

Legend:
Removed from v.2694  
changed lines
  Added in v.2733

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26