/[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 2713 by bernhard, Thu Oct 26 16:37:42 2006 UTC revision 2723 by bernhard, Tue Feb 20 10:22:54 2007 UTC
# Line 1  Line 1 
1    2007-02-20 Bernhard Reiter <[email protected]>
2    
3             * test/README: Added example how to set the PATH for postgis on
4             Debian Etch.
5    
6    2007-01-13 Didrik Pinte <[email protected]>
7    
8            bboxdump, gns2shp, importAPR, mouseposition, ogr, profiling, svgexport
9            extensions migrated to wxPython 2.6
10    
11            * Extensions/bboxdump/bboxdump.py:
12            updated wx statements
13    
14            * Extensions/gns2shp/gns2shp.py:
15            updated wx statements
16    
17            * Extensions/importAPR/importAPR.py:
18            updated wx statements
19    
20            * Extensions/mouseposition/mouseposition.py:
21            updated wx statements
22    
23            * Extensions/ogr/
24            ogrdialog.py, ogrstart.py:
25            updated wx statements
26    
27            * Extensions/profiling/profiling.py:
28            updated wx statements
29    
30            * Extensions/svgexport/
31            maplegend.py, svgsaver.py:
32            updated wx statements
33    
34    
35    2007-01-08 Didrik Pinte <[email protected]>
36            
37            export_shapefile extension migrated to wxPython 2.6
38    
39            * Extensions/export_shapefile/export_shapefile.py:
40            updated wx statements, changed the FileDialog to wx.SAVE (was wx.OPEN)
41    
42    2007-01-08 Didrik Pinte <[email protected]>
43            
44            umn_mapserver extension migrated to wxPython 2.6
45    
46            * Extensions/umn_maserver/
47            mf_handle.py, mf_import.py, mf_export.py:
48            update wx imports to 2.6 policy
49    
50    2007-01-06 Didrik Pinte <[email protected]>
51    
52            UTF-8 locales support reading non utf-8 files.
53            This is a workaround and not a real bugfix. See
54            http://wald.intevation.org/tracker/index.php?func=detail&aid=118
55            for more details
56    
57            * Thuban/UI/tableview.py, controls.py, baserenderer.py, view.py:
58            decode text from iso-8859-1 encoding.
59    
60    2007-01-01 Bernhard Reiter <[email protected]>
61    
62            * test/postgissupport.py, test/test_postgis_db.py: adding an
63            explicit WITH OIDS to the create table commands. This fixes tests
64            that rely on an oid column to be present for postgresql >=8.0.
65            Thanks for Frank Koormann for the hint.
66    
67    2006-11-06 Didrik Pinte <[email protected]>
68    
69            * libraries/thuban/wxproj.cpp: bugfix - allow compilation with
70            msvc++ toolkit 2003
71    
72    2006-11-06 Bernhard Reiter <[email protected]>
73    
74            Made it easier to run PostGIS test on Debian Etch. Improving
75            https://wald.intevation.org/tracker/index.php?func=detail&aid=173 .
76    
77            * test/postgissupport.py: Taking pg_ctl and initdb commands
78            from internal variables now. Adding deactivated example values
79            for Debian Etch.  
80            find_postgis_sql(): Added special line for Debian Etch postgresql-8.1.
81            Added copyright year 2006.
82    
83  2006-10-25 Bernhard Reiter <[email protected]>  2006-10-25 Bernhard Reiter <[email protected]>
84                    
85          Moved ogr Extension to Extension menu.          Moved ogr Extension to Extension menu.
# Line 178  Line 260 
260  2006-05-15 Didrik Pinte <[email protected]>  2006-05-15 Didrik Pinte <[email protected]>
261          Ashamed ... still some tabs in the files          Ashamed ... still some tabs in the files
262    
263    * Thuban/version.py : tabs removed              * Thuban/version.py : tabs removed      
264    * Thuban/Model/transientdb.py : tabs removed          * Thuban/Model/transientdb.py : tabs removed
265    
266  2006-05-15 Didrik Pinte <[email protected]>  2006-05-15 Didrik Pinte <[email protected]>
267    
268    * Thuban/version.py : coding style correction          * Thuban/version.py : coding style correction  
269    * Thuban/Model/transientdb.py : coding style correction          * Thuban/Model/transientdb.py : coding style correction
270    
271  2006-05-15 Didrik Pinte <[email protected]>  2006-05-15 Didrik Pinte <[email protected]>
272    
273    * Thuban/version.py : Updated imports to support pysqlite2          * Thuban/version.py : Updated imports to support pysqlite2
274    
275    * Thuban/Model/transientdb.py : Updated imports to support pysqlite2          * Thuban/Model/transientdb.py : Updated imports to support pysqlite2
276          Patched the querying system to support the param style of pysqlite2          Patched the querying system to support the param style of pysqlite2
277    
278  2006-04-24 Didrik Pinte <[email protected]>  2006-04-24 Didrik Pinte <[email protected]>
279          * Extensions/svgexport/__init__.py: The extension now works on win32  
280            * Extensions/svgexport/__init__.py: The extension now works on win32
281          architecture. Bug #87 corrected.          architecture. Bug #87 corrected.
282    
283  2006-04-20 Bernhard Reiter <[email protected]>  2006-04-20 Bernhard Reiter <[email protected]>
284    
285          * Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN.          * Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN.
286          Removed emacs specific hint and replaced it with a general hint          Removed emacs specific hint and replaced it with a general hint
287          that editors might support writing changelogs.          that editors might support writing changelogs.
# Line 1687  Line 1771 
1771    
1772          * Thuban/UI/about.py (About.__init__): Added          * Thuban/UI/about.py (About.__init__): Added
1773          Norbert Solymosi for hungarian translation and Ole Rahn          Norbert Solymosi for hungarian translation and Ole Rahn
1774          as contrbutor. Moved Bernhard Reiter from Contributor          as contributor. Moved Bernhard Reiter from Contributor
1775          to Developer.          to Developer.
1776    
1777  2004-11-27  Bernhard Reiter <[email protected]>  2004-11-27  Bernhard Reiter <[email protected]>

Legend:
Removed from v.2713  
changed lines
  Added in v.2723

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26