1 |
|
2006-11-06 Didrik Pinte <[email protected]> |
2 |
|
|
3 |
|
* libraries/thuban/wxproj.cpp: bugfix - allow compilation with |
4 |
|
msvc++ toolkit 2003 |
5 |
|
|
6 |
|
2006-11-06 Bernhard Reiter <[email protected]> |
7 |
|
|
8 |
|
Made it easier to run PostGIS test on Debian Etch. Improving |
9 |
|
https://wald.intevation.org/tracker/index.php?func=detail&aid=173 . |
10 |
|
|
11 |
|
* test/postgissupport.py: Taking pg_ctl and initdb commands |
12 |
|
from internal variables now. Adding deactivated example values |
13 |
|
for Debian Etch. |
14 |
|
find_postgis_sql(): Added special line for Debian Etch postgresql-8.1. |
15 |
|
Added copyright year 2006. |
16 |
|
|
17 |
|
2006-10-25 Bernhard Reiter <[email protected]> |
18 |
|
|
19 |
|
Moved ogr Extension to Extension menu. |
20 |
|
|
21 |
|
* Extensions/ogr/ |
22 |
|
__init__.py, ogrstart.py, ogrshapes.py, ogrdialog.py |
23 |
|
test/test_OGRShapestore.py, test/__init__.py: |
24 |
|
adding encoding information and made sure Autor's names |
25 |
|
with an umlaut are actually written with an umlaut. |
26 |
|
|
27 |
|
* Extensions/ogr/ogrstrat.py: now registering in menu "Extensions", |
28 |
|
having a "(testing)" string before the submenu to prepare for 1.2.0 |
29 |
|
release. Bumped copyright year to 2006. |
30 |
|
|
31 |
|
2006-10-15 Bernhard Reiter <[email protected]> |
32 |
|
|
33 |
|
* Thuban/UI/renderer.py: Added module variable verbose and |
34 |
|
added verbose output before doing a raster projection. |
35 |
|
Minor: Added (c) year 2006. |
36 |
|
|
37 |
|
* test/test_baserenderer.py: Added new function |
38 |
|
test_projected_raster_decimalcommalocale() |
39 |
|
Added new author Bernhard Reiter and new copyright year 2006. |
40 |
|
|
41 |
|
* libraries/thuban/gdalwarp.cpp(ProjectRasterFile): Adding |
42 |
|
switching to LC_NUMERIC "C" and back before calling GDAL functions - |
43 |
|
only #if python >=2.4 . |
44 |
|
|
45 |
|
2006-10-10 Didrik Pinte <[email protected]> |
46 |
|
|
47 |
|
Win32 build updates |
48 |
|
|
49 |
|
* setup.py : |
50 |
|
- update to the latest libs for win32 setup tasks |
51 |
|
- added gdal and Lib content to the inno setup build task |
52 |
|
- added stable and experimental extensions to setup packages |
53 |
|
|
54 |
|
* thuban.py : |
55 |
|
- gdal support for win32 inno installation |
56 |
|
|
57 |
|
2006-10-10 Didrik Pinte <[email protected]> |
58 |
|
|
59 |
|
* Thuban/Model/layer.py (Layer.GetLabelPosFromShape): new method |
60 |
|
extracted from Thuban/UI/viewport.py |
61 |
|
* Thuban/UI/viewport.py (Viewport.LabelShapeAt): uses new method |
62 |
|
|
63 |
|
2006-09-28 Didrik Pinte <[email protected]> |
64 |
|
|
65 |
|
* Thuban/UI/classgen.py: bugfix due to wx2.6 update |
66 |
|
|
67 |
|
* Thuban/UI/view.py: removed non needed declaration |
68 |
|
|
69 |
|
* Thuban/UI/selection.py : typo correction |
70 |
|
|
71 |
|
2006-09-24 Bernhard Reiter <[email protected]> |
72 |
|
|
73 |
|
* Thuban/Model/proj.py(_do_we_have_to_work_around_broken_proj): |
74 |
|
Making the test more robust for observed python 2.3 problems |
75 |
|
with setlocale(). |
76 |
|
|
77 |
|
* test/runtests.py: Added new option ---setdecimalcommalocale |
78 |
|
to run all tests with an LC_NUMERIC that uses comma as decimal_point. |
79 |
|
Minor: Added (c) year 2006. Fixed typo in a docstring. |
80 |
|
|
81 |
|
* test/test_transientdb.py: Minor: Added (c) year 2006. Fixed typo in |
82 |
|
a docstring. |
83 |
|
|
84 |
2006-09-23 Bernhard Reiter <[email protected]> |
2006-09-23 Bernhard Reiter <[email protected]> |
85 |
|
|
86 |
* Extensions/ogr/test/test_OGRShapestore.py: fixed skip_if_no_ogr() |
* Extensions/ogr/test/test_OGRShapestore.py: fixed skip_if_no_ogr() |