/[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 2714 by bernhard, Mon Nov 6 10:09:14 2006 UTC
# Line 1  Line 1 
1    2006-11-06 Bernhard Reiter <[email protected]>
2    
3            Fixing the possibility to run postgis tests on Debian Etch (80%).
4    
5            * test/postgissupport.py: Taking pg_ctl and initdb commands
6            from internal variables now. Adding deactivated example values
7            for Debian Etch.  
8            find_postgis_sql(): Added special line for Debian Etch postgresql-8.1.
9            Added copyright year 2006.
10    
11    2006-10-25 Bernhard Reiter <[email protected]>
12            
13            Moved ogr Extension to Extension menu.
14    
15            * Extensions/ogr/
16            __init__.py, ogrstart.py, ogrshapes.py, ogrdialog.py
17            test/test_OGRShapestore.py, test/__init__.py:
18            adding encoding information and made sure Autor's names
19            with an umlaut are actually written with an umlaut.
20    
21            * Extensions/ogr/ogrstrat.py: now registering in menu "Extensions",
22            having a "(testing)" string before the submenu to prepare for 1.2.0
23            release.  Bumped copyright year to 2006.
24    
25    2006-10-15 Bernhard Reiter <[email protected]>
26    
27            * Thuban/UI/renderer.py: Added module variable verbose and
28            added verbose output before doing a raster projection.
29            Minor: Added (c) year 2006.
30    
31            * test/test_baserenderer.py: Added new function
32            test_projected_raster_decimalcommalocale()
33            Added new author Bernhard Reiter and new copyright year 2006.
34    
35            * libraries/thuban/gdalwarp.cpp(ProjectRasterFile): Adding
36            switching to LC_NUMERIC "C" and back before calling GDAL functions -
37            only #if python >=2.4 .
38    
39    2006-10-10 Didrik Pinte <[email protected]>
40    
41            Win32 build updates
42    
43            * setup.py :
44                - update to the latest libs for win32 setup tasks
45                    - added gdal and Lib content to the inno setup build task
46                    - added stable and experimental extensions to setup packages
47    
48            * thuban.py :
49                    - gdal support for win32 inno installation
50    
51    2006-10-10 Didrik Pinte <[email protected]>
52    
53            * Thuban/Model/layer.py (Layer.GetLabelPosFromShape): new method
54            extracted from Thuban/UI/viewport.py
55            * Thuban/UI/viewport.py (Viewport.LabelShapeAt): uses new method
56    
57    2006-09-28 Didrik Pinte <[email protected]>
58    
59            * Thuban/UI/classgen.py: bugfix due to wx2.6 update
60    
61            * Thuban/UI/view.py: removed non needed declaration
62    
63            * Thuban/UI/selection.py : typo correction
64    
65    2006-09-24 Bernhard Reiter <[email protected]>
66    
67            * Thuban/Model/proj.py(_do_we_have_to_work_around_broken_proj):
68            Making the test more robust for observed python 2.3 problems
69            with setlocale().
70    
71            * test/runtests.py: Added new option ---setdecimalcommalocale
72            to run all tests with an LC_NUMERIC that uses comma as decimal_point.
73            Minor: Added (c) year 2006. Fixed typo in a docstring.
74    
75            * test/test_transientdb.py: Minor: Added (c) year 2006. Fixed typo in
76            a docstring.
77    
78    2006-09-23 Bernhard Reiter <[email protected]>
79    
80            * Extensions/ogr/test/test_OGRShapestore.py: fixed skip_if_no_ogr()
81            and added it to TestOGRTable.setUp() so that all tests get skipped
82            if ogr cannot be imported. Added (c) year 2006.
83    
84    2006-09-18 Didrik Pinte <[email protected]>
85            
86            * wxPython 2.6 update : wx 2.4 syntax has been updated to 2.6
87            
88    2006-09-18 Bernhard Reiter <[email protected]>
89    
90            Fixed proj behaviour with python >=2.4 when decimal_point != '.'.
91    
92            * Thuban/UI/application.py: Fixed warning dialog when gdal is missing.
93    
94            * test/test_proj.py: new test_lc_numeric_robustness(). Added author
95            Bernhard Reiter and new copyright year 2006.
96    
97            * Thuban/Model/proj.py: New _do_we_have_to_work_around_broken_proj()
98            and Projection.assuregoodlocale(), Projection.assureinitlocale().
99            Added author Bernhard Reiter and (c) 2006.
100    
101  2006-09-15 Bernhard Reiter <[email protected]>  2006-09-15 Bernhard Reiter <[email protected]>
102    
103          * README: added RXP and pyRXP as optional for tests.          * README: added RXP and pyRXP as optional for tests.
104    
105          * test/localessupport.py: New. Contains a helper function          * test/localessupport.py: New. Contains a helper function
106          to find a locale with comma used as decimal_point.          to find a locale with comma used as decimal_point.
107    
108  2006-08-31 Bernhard Reiter <[email protected]>  2006-08-31 Bernhard Reiter <[email protected]>
109    
110          * README: fixed URLs to sqlite and pysqlite.          * README: fixed URLs to sqlite and pysqlite.
111    
112          * Thuban/UI/about.py: Added Didrik Pinte as contributor. Extended          * Thuban/UI/about.py: Added Didrik Pinte as contributor. Extended
113            copyright range to include 2006.            copyright range to include 2006.
114    
   
115  2006-06-29 Didrik Pinte <[email protected]>  2006-06-29 Didrik Pinte <[email protected]>
116    
117          * Thuban/UI/main.py: circular import fix.          * Thuban/UI/main.py: circular import fix.
# Line 102  Line 203 
203    * Thuban/Model/transientdb.py : Updated imports to support pysqlite2    * Thuban/Model/transientdb.py : Updated imports to support pysqlite2
204          Patched the querying system to support the param style of pysqlite2          Patched the querying system to support the param style of pysqlite2
205    
 >>>>>>> .r2689  
206  2006-04-24 Didrik Pinte <[email protected]>  2006-04-24 Didrik Pinte <[email protected]>
207          * Extensions/svgexport/__init__.py: The extension now works on win32          * Extensions/svgexport/__init__.py: The extension now works on win32
208          architecture. Bug #87 corrected.          architecture. Bug #87 corrected.

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26