/[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 2705 by bernhard, Sun Sep 24 18:55:30 2006 UTC revision 2730 by dpinte, Wed Feb 21 09:56:53 2007 UTC
# Line 1  Line 1 
1    2007-02-21 Didrik Pinte <[email protected]>
2    
3            * Extensions/umn_mapserver/__init__.py : UTF8 locales bugfix
4    
5    2007-02-20 Bernhard Reiter <[email protected]>
6    
7            * Thuban/version.py, setup.py: Getting ready for release 1.2.0.
8            Using this version number.
9    
10            * Doc/README: fixed a typo.
11    
12            * Doc/technotes/release_process.txt: Updated. Reference platform
13            is Debian Etch now. If windows, it should be window XP.
14            Marked a few entries in the instructions as "Old:".
15    
16            * README: Bumped requirements to wxWidgets 2.6.3.2 and gdal 1.3.2..
17            Added urls for homepage and infrastructure on wald. Fixed a typo.
18    
19            * MANIFEST.in: Added subdir packaging which should be in the tarball.
20    
21            * NEWS: Completed changes from 1.1.0 until today as gathered from
22            the Changelog entries. Added small section about OGR known problems
23            because we do not have a release-notes file so far.
24    
25            * Doc/manual/thuban-manual.xml: Removed the installation instructions
26            as they are outdated and they should be only in one place.
27            Bumped version number of the document to 1.2.0. Marked it as Draft
28            in the title.
29    
30            * Extensions/svgexport/: Get ready for release. Bump version
31            number to 1.0.1. Adjusted numbers in TODO.
32    
33            * Thuban/UI/about.py: Reworked the about text. It shows now
34            when somebody was active on Thuban. Added a list of maintainers.
35            Bernhard Reiter is the current maintainer, following up on Bernhard
36            Herzog.
37    
38            * Extensions/export_shapefile/export_shapefile.py: untabify.
39    
40            * test/README: Added example how to set the PATH for postgis on
41            Debian Etch.
42    
43    2007-01-13 Didrik Pinte <[email protected]>
44    
45            bboxdump, gns2shp, importAPR, mouseposition, ogr, profiling, svgexport
46            extensions migrated to wxPython 2.6
47    
48            * Extensions/bboxdump/bboxdump.py:
49            updated wx statements
50    
51            * Extensions/gns2shp/gns2shp.py:
52            updated wx statements
53    
54            * Extensions/importAPR/importAPR.py:
55            updated wx statements
56    
57            * Extensions/mouseposition/mouseposition.py:
58            updated wx statements
59    
60            * Extensions/ogr/
61            ogrdialog.py, ogrstart.py:
62            updated wx statements
63    
64            * Extensions/profiling/profiling.py:
65            updated wx statements
66    
67            * Extensions/svgexport/
68            maplegend.py, svgsaver.py:
69            updated wx statements
70    
71    
72    2007-01-08 Didrik Pinte <[email protected]>
73            
74            export_shapefile extension migrated to wxPython 2.6
75    
76            * Extensions/export_shapefile/export_shapefile.py:
77            updated wx statements, changed the FileDialog to wx.SAVE (was wx.OPEN)
78    
79    2007-01-08 Didrik Pinte <[email protected]>
80            
81            umn_mapserver extension migrated to wxPython 2.6
82    
83            * Extensions/umn_maserver/
84            mf_handle.py, mf_import.py, mf_export.py:
85            update wx imports to 2.6 policy
86    
87    2007-01-06 Didrik Pinte <[email protected]>
88    
89            UTF-8 locales support reading non utf-8 files.
90            This is a workaround and not a real bugfix. See
91            http://wald.intevation.org/tracker/index.php?func=detail&aid=118
92            for more details
93    
94            * Thuban/UI/tableview.py, controls.py, baserenderer.py, view.py:
95            decode text from iso-8859-1 encoding.
96    
97    2007-01-01 Bernhard Reiter <[email protected]>
98    
99            * test/postgissupport.py, test/test_postgis_db.py: adding an
100            explicit WITH OIDS to the create table commands. This fixes tests
101            that rely on an oid column to be present for postgresql >=8.0.
102            Thanks for Frank Koormann for the hint.
103    
104    2006-11-06 Didrik Pinte <[email protected]>
105    
106            * libraries/thuban/wxproj.cpp: bugfix - allow compilation with
107            msvc++ toolkit 2003
108    
109    2006-11-06 Bernhard Reiter <[email protected]>
110    
111            Made it easier to run PostGIS test on Debian Etch. Improving
112            https://wald.intevation.org/tracker/index.php?func=detail&aid=173 .
113    
114            * test/postgissupport.py: Taking pg_ctl and initdb commands
115            from internal variables now. Adding deactivated example values
116            for Debian Etch.  
117            find_postgis_sql(): Added special line for Debian Etch postgresql-8.1.
118            Added copyright year 2006.
119    
120    2006-10-25 Bernhard Reiter <[email protected]>
121            
122            Moved ogr Extension to Extension menu.
123    
124            * Extensions/ogr/
125            __init__.py, ogrstart.py, ogrshapes.py, ogrdialog.py
126            test/test_OGRShapestore.py, test/__init__.py:
127            adding encoding information and made sure Autor's names
128            with an umlaut are actually written with an umlaut.
129    
130            * Extensions/ogr/ogrstrat.py: now registering in menu "Extensions",
131            having a "(testing)" string before the submenu to prepare for 1.2.0
132            release.  Bumped copyright year to 2006.
133    
134    2006-10-15 Bernhard Reiter <[email protected]>
135    
136            * Thuban/UI/renderer.py: Added module variable verbose and
137            added verbose output before doing a raster projection.
138            Minor: Added (c) year 2006.
139    
140            * test/test_baserenderer.py: Added new function
141            test_projected_raster_decimalcommalocale()
142            Added new author Bernhard Reiter and new copyright year 2006.
143    
144            * libraries/thuban/gdalwarp.cpp(ProjectRasterFile): Adding
145            switching to LC_NUMERIC "C" and back before calling GDAL functions -
146            only #if python >=2.4 .
147    
148    2006-10-10 Didrik Pinte <[email protected]>
149    
150            Win32 build updates
151    
152            * setup.py :
153                - update to the latest libs for win32 setup tasks
154                    - added gdal and Lib content to the inno setup build task
155                    - added stable and experimental extensions to setup packages
156    
157            * thuban.py :
158                    - gdal support for win32 inno installation
159    
160    2006-10-10 Didrik Pinte <[email protected]>
161    
162            * Thuban/Model/layer.py (Layer.GetLabelPosFromShape): new method
163            extracted from Thuban/UI/viewport.py
164            * Thuban/UI/viewport.py (Viewport.LabelShapeAt): uses new method
165    
166    2006-09-28 Didrik Pinte <[email protected]>
167    
168            * Thuban/UI/classgen.py: bugfix due to wx2.6 update
169    
170            * Thuban/UI/view.py: removed non needed declaration
171    
172            * Thuban/UI/selection.py : typo correction
173    
174  2006-09-24 Bernhard Reiter <[email protected]>  2006-09-24 Bernhard Reiter <[email protected]>
175    
176            * Thuban/Model/proj.py(_do_we_have_to_work_around_broken_proj):
177            Making the test more robust for observed python 2.3 problems
178            with setlocale().
179    
180          * test/runtests.py: Added new option ---setdecimalcommalocale          * test/runtests.py: Added new option ---setdecimalcommalocale
181          to run all tests with an LC_NUMERIC that uses comma as decimal_point.          to run all tests with an LC_NUMERIC that uses comma as decimal_point.
182          Minor: Added (c) year 2006. Fixed typo in a docstring.          Minor: Added (c) year 2006. Fixed typo in a docstring.
183    
184          * test/test_transientdb.py: Minor: Added (c) year 2006. Fixed typo in          * test/test_transientdb.py: Minor: Added (c) year 2006. Fixed typo in
# Line 120  Line 297 
297  2006-05-15 Didrik Pinte <[email protected]>  2006-05-15 Didrik Pinte <[email protected]>
298          Ashamed ... still some tabs in the files          Ashamed ... still some tabs in the files
299    
300    * Thuban/version.py : tabs removed              * Thuban/version.py : tabs removed      
301    * Thuban/Model/transientdb.py : tabs removed          * Thuban/Model/transientdb.py : tabs removed
302    
303  2006-05-15 Didrik Pinte <[email protected]>  2006-05-15 Didrik Pinte <[email protected]>
304    
305    * Thuban/version.py : coding style correction          * Thuban/version.py : coding style correction  
306    * Thuban/Model/transientdb.py : coding style correction          * Thuban/Model/transientdb.py : coding style correction
307    
308  2006-05-15 Didrik Pinte <[email protected]>  2006-05-15 Didrik Pinte <[email protected]>
309    
310    * Thuban/version.py : Updated imports to support pysqlite2          * Thuban/version.py : Updated imports to support pysqlite2
311    
312    * Thuban/Model/transientdb.py : Updated imports to support pysqlite2          * Thuban/Model/transientdb.py : Updated imports to support pysqlite2
313          Patched the querying system to support the param style of pysqlite2          Patched the querying system to support the param style of pysqlite2
314    
315  2006-04-24 Didrik Pinte <[email protected]>  2006-04-24 Didrik Pinte <[email protected]>
316          * Extensions/svgexport/__init__.py: The extension now works on win32  
317            * Extensions/svgexport/__init__.py: The extension now works on win32
318          architecture. Bug #87 corrected.          architecture. Bug #87 corrected.
319    
320  2006-04-20 Bernhard Reiter <[email protected]>  2006-04-20 Bernhard Reiter <[email protected]>
321    
322          * Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN.          * Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN.
323          Removed emacs specific hint and replaced it with a general hint          Removed emacs specific hint and replaced it with a general hint
324          that editors might support writing changelogs.          that editors might support writing changelogs.
# Line 1629  Line 1808 
1808    
1809          * Thuban/UI/about.py (About.__init__): Added          * Thuban/UI/about.py (About.__init__): Added
1810          Norbert Solymosi for hungarian translation and Ole Rahn          Norbert Solymosi for hungarian translation and Ole Rahn
1811          as contrbutor. Moved Bernhard Reiter from Contributor          as contributor. Moved Bernhard Reiter from Contributor
1812          to Developer.          to Developer.
1813    
1814  2004-11-27  Bernhard Reiter <[email protected]>  2004-11-27  Bernhard Reiter <[email protected]>

Legend:
Removed from v.2705  
changed lines
  Added in v.2730

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26