1 |
|
2007-01-13 Didrik Pinte <[email protected]> |
2 |
|
|
3 |
|
bboxdump, gns2shp, importAPR, mouseposition, ogr, profiling, svgexport |
4 |
|
extensions migrated to wxPython 2.6 |
5 |
|
|
6 |
|
* Extensions/bboxdump/bboxdump.py: |
7 |
|
updated wx statements |
8 |
|
|
9 |
|
* Extensions/gns2shp/gns2shp.py: |
10 |
|
updated wx statements |
11 |
|
|
12 |
|
* Extensions/importAPR/importAPR.py: |
13 |
|
updated wx statements |
14 |
|
|
15 |
|
* Extensions/mouseposition/mouseposition.py: |
16 |
|
updated wx statements |
17 |
|
|
18 |
|
* Extensions/ogr/ |
19 |
|
ogrdialog.py, ogrstart.py: |
20 |
|
updated wx statements |
21 |
|
|
22 |
|
* Extensions/profiling/profiling.py: |
23 |
|
updated wx statements |
24 |
|
|
25 |
|
* Extensions/svgexport/ |
26 |
|
maplegend.py, svgsaver.py: |
27 |
|
updated wx statements |
28 |
|
|
29 |
|
|
30 |
|
2007-01-08 Didrik Pinte <[email protected]> |
31 |
|
|
32 |
|
export_shapefile extension migrated to wxPython 2.6 |
33 |
|
|
34 |
|
* Extensions/export_shapefile/export_shapefile.py: |
35 |
|
updated wx statements, changed the FileDialog to wx.SAVE (was wx.OPEN) |
36 |
|
|
37 |
|
2007-01-08 Didrik Pinte <[email protected]> |
38 |
|
|
39 |
|
umn_mapserver extension migrated to wxPython 2.6 |
40 |
|
|
41 |
|
* Extensions/umn_maserver/ |
42 |
|
mf_handle.py, mf_import.py, mf_export.py: |
43 |
|
update wx imports to 2.6 policy |
44 |
|
|
45 |
|
2007-01-06 Didrik Pinte <[email protected]> |
46 |
|
|
47 |
|
UTF-8 locales support reading non utf-8 files. This is a workaround and not |
48 |
|
a real bugfix. See |
49 |
|
http://wald.intevation.org/tracker/index.php?func=detail&aid=118 for more |
50 |
|
details |
51 |
|
|
52 |
|
* Thuban/UI/ |
53 |
|
tableview.py, controls.py, baserenderer.py, view.py: decode text from |
54 |
|
iso-8859-1 encoding. |
55 |
|
|
56 |
|
2007-01-01 Bernhard Reiter <[email protected]> |
57 |
|
* test/postgissupport.py, test/test_postgis_db.py: adding an |
58 |
|
explicit WITH OIDS to the create table commands. This fixes tests |
59 |
|
that rely on an oid column to be present for postgresql >=8.0. |
60 |
|
Thanks for Frank Koormann for the hint. |
61 |
|
|
62 |
|
2006-11-06 Didrik Pinte <[email protected]> |
63 |
|
|
64 |
|
* libraries/thuban/wxproj.cpp: bugfix - allow compilation with |
65 |
|
msvc++ toolkit 2003 |
66 |
|
|
67 |
|
2006-11-06 Bernhard Reiter <[email protected]> |
68 |
|
|
69 |
|
Made it easier to run PostGIS test on Debian Etch. Improving |
70 |
|
https://wald.intevation.org/tracker/index.php?func=detail&aid=173 . |
71 |
|
|
72 |
|
* test/postgissupport.py: Taking pg_ctl and initdb commands |
73 |
|
from internal variables now. Adding deactivated example values |
74 |
|
for Debian Etch. |
75 |
|
find_postgis_sql(): Added special line for Debian Etch postgresql-8.1. |
76 |
|
Added copyright year 2006. |
77 |
|
|
78 |
|
2006-10-25 Bernhard Reiter <[email protected]> |
79 |
|
|
80 |
|
Moved ogr Extension to Extension menu. |
81 |
|
|
82 |
|
* Extensions/ogr/ |
83 |
|
__init__.py, ogrstart.py, ogrshapes.py, ogrdialog.py |
84 |
|
test/test_OGRShapestore.py, test/__init__.py: |
85 |
|
adding encoding information and made sure Autor's names |
86 |
|
with an umlaut are actually written with an umlaut. |
87 |
|
|
88 |
|
* Extensions/ogr/ogrstrat.py: now registering in menu "Extensions", |
89 |
|
having a "(testing)" string before the submenu to prepare for 1.2.0 |
90 |
|
release. Bumped copyright year to 2006. |
91 |
|
|
92 |
|
2006-10-15 Bernhard Reiter <[email protected]> |
93 |
|
|
94 |
|
* Thuban/UI/renderer.py: Added module variable verbose and |
95 |
|
added verbose output before doing a raster projection. |
96 |
|
Minor: Added (c) year 2006. |
97 |
|
|
98 |
|
* test/test_baserenderer.py: Added new function |
99 |
|
test_projected_raster_decimalcommalocale() |
100 |
|
Added new author Bernhard Reiter and new copyright year 2006. |
101 |
|
|
102 |
|
* libraries/thuban/gdalwarp.cpp(ProjectRasterFile): Adding |
103 |
|
switching to LC_NUMERIC "C" and back before calling GDAL functions - |
104 |
|
only #if python >=2.4 . |
105 |
|
|
106 |
|
2006-10-10 Didrik Pinte <[email protected]> |
107 |
|
|
108 |
|
Win32 build updates |
109 |
|
|
110 |
|
* setup.py : |
111 |
|
- update to the latest libs for win32 setup tasks |
112 |
|
- added gdal and Lib content to the inno setup build task |
113 |
|
- added stable and experimental extensions to setup packages |
114 |
|
|
115 |
|
* thuban.py : |
116 |
|
- gdal support for win32 inno installation |
117 |
|
|
118 |
|
2006-10-10 Didrik Pinte <[email protected]> |
119 |
|
|
120 |
|
* Thuban/Model/layer.py (Layer.GetLabelPosFromShape): new method |
121 |
|
extracted from Thuban/UI/viewport.py |
122 |
|
* Thuban/UI/viewport.py (Viewport.LabelShapeAt): uses new method |
123 |
|
|
124 |
|
2006-09-28 Didrik Pinte <[email protected]> |
125 |
|
|
126 |
|
* Thuban/UI/classgen.py: bugfix due to wx2.6 update |
127 |
|
|
128 |
|
* Thuban/UI/view.py: removed non needed declaration |
129 |
|
|
130 |
|
* Thuban/UI/selection.py : typo correction |
131 |
|
|
132 |
|
2006-09-24 Bernhard Reiter <[email protected]> |
133 |
|
|
134 |
|
* Thuban/Model/proj.py(_do_we_have_to_work_around_broken_proj): |
135 |
|
Making the test more robust for observed python 2.3 problems |
136 |
|
with setlocale(). |
137 |
|
|
138 |
|
* test/runtests.py: Added new option ---setdecimalcommalocale |
139 |
|
to run all tests with an LC_NUMERIC that uses comma as decimal_point. |
140 |
|
Minor: Added (c) year 2006. Fixed typo in a docstring. |
141 |
|
|
142 |
|
* test/test_transientdb.py: Minor: Added (c) year 2006. Fixed typo in |
143 |
|
a docstring. |
144 |
|
|
145 |
|
2006-09-23 Bernhard Reiter <[email protected]> |
146 |
|
|
147 |
|
* Extensions/ogr/test/test_OGRShapestore.py: fixed skip_if_no_ogr() |
148 |
|
and added it to TestOGRTable.setUp() so that all tests get skipped |
149 |
|
if ogr cannot be imported. Added (c) year 2006. |
150 |
|
|
151 |
|
2006-09-18 Didrik Pinte <[email protected]> |
152 |
|
|
153 |
|
* wxPython 2.6 update : wx 2.4 syntax has been updated to 2.6 |
154 |
|
|
155 |
|
2006-09-18 Bernhard Reiter <[email protected]> |
156 |
|
|
157 |
|
Fixed proj behaviour with python >=2.4 when decimal_point != '.'. |
158 |
|
|
159 |
|
* Thuban/UI/application.py: Fixed warning dialog when gdal is missing. |
160 |
|
|
161 |
|
* test/test_proj.py: new test_lc_numeric_robustness(). Added author |
162 |
|
Bernhard Reiter and new copyright year 2006. |
163 |
|
|
164 |
|
* Thuban/Model/proj.py: New _do_we_have_to_work_around_broken_proj() |
165 |
|
and Projection.assuregoodlocale(), Projection.assureinitlocale(). |
166 |
|
Added author Bernhard Reiter and (c) 2006. |
167 |
|
|
168 |
|
2006-09-15 Bernhard Reiter <[email protected]> |
169 |
|
|
170 |
|
* README: added RXP and pyRXP as optional for tests. |
171 |
|
|
172 |
|
* test/localessupport.py: New. Contains a helper function |
173 |
|
to find a locale with comma used as decimal_point. |
174 |
|
|
175 |
|
2006-08-31 Bernhard Reiter <[email protected]> |
176 |
|
|
177 |
|
* README: fixed URLs to sqlite and pysqlite. |
178 |
|
|
179 |
|
* Thuban/UI/about.py: Added Didrik Pinte as contributor. Extended |
180 |
|
copyright range to include 2006. |
181 |
|
|
182 |
2006-06-29 Didrik Pinte <[email protected]> |
2006-06-29 Didrik Pinte <[email protected]> |
183 |
|
|
184 |
* Thuban/UI/main.py: circular import fix. |
* Thuban/UI/main.py: circular import fix. |
271 |
Patched the querying system to support the param style of pysqlite2 |
Patched the querying system to support the param style of pysqlite2 |
272 |
|
|
273 |
2006-04-24 Didrik Pinte <[email protected]> |
2006-04-24 Didrik Pinte <[email protected]> |
274 |
* Extensions/svgexport/__init__.py: The extension now works on win32 |
* Extensions/svgexport/__init__.py: The extension now works on win32 |
275 |
architecture. Bug #87 corrected. |
architecture. Bug #87 corrected. |
276 |
|
|
277 |
2006-04-20 Bernhard Reiter <[email protected]> |
2006-04-20 Bernhard Reiter <[email protected]> |