1 |
|
2006-10-15 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/renderer.py: Added module variable verbose and |
4 |
|
added verbose output before doing a raster projection. |
5 |
|
Minor: Added (c) year 2006. |
6 |
|
|
7 |
|
* test/test_baserenderer.py: Added new function |
8 |
|
test_projected_raster_decimalcommalocale() |
9 |
|
Added new author Bernhard Reiter and new copyright year 2006. |
10 |
|
|
11 |
|
* libraries/thuban/gdalwarp.cpp(ProjectRasterFile): Adding |
12 |
|
switching to LC_NUMERIC "C" and back before calling GDAL functions - |
13 |
|
only #if python >=2.4 . |
14 |
|
|
15 |
|
2006-10-10 Didrik Pinte <[email protected]> |
16 |
|
|
17 |
|
Win32 build updates |
18 |
|
|
19 |
|
* setup.py : |
20 |
|
- update to the latest libs for win32 setup tasks |
21 |
|
- added gdal and Lib content to the inno setup build task |
22 |
|
- added stable and experimental extensions to setup packages |
23 |
|
|
24 |
|
* thuban.py : |
25 |
|
- gdal support for win32 inno installation |
26 |
|
|
27 |
|
2006-10-10 Didrik Pinte <[email protected]> |
28 |
|
|
29 |
|
* Thuban/Model/layer.py (Layer.GetLabelPosFromShape): new method |
30 |
|
extracted from Thuban/UI/viewport.py |
31 |
|
* Thuban/UI/viewport.py (Viewport.LabelShapeAt): uses new method |
32 |
|
|
33 |
|
2006-09-28 Didrik Pinte <[email protected]> |
34 |
|
|
35 |
|
* Thuban/UI/classgen.py: bugfix due to wx2.6 update |
36 |
|
|
37 |
|
* Thuban/UI/view.py: removed non needed declaration |
38 |
|
|
39 |
|
* Thuban/UI/selection.py : typo correction |
40 |
|
|
41 |
|
2006-09-24 Bernhard Reiter <[email protected]> |
42 |
|
|
43 |
|
* Thuban/Model/proj.py(_do_we_have_to_work_around_broken_proj): |
44 |
|
Making the test more robust for observed python 2.3 problems |
45 |
|
with setlocale(). |
46 |
|
|
47 |
|
* test/runtests.py: Added new option ---setdecimalcommalocale |
48 |
|
to run all tests with an LC_NUMERIC that uses comma as decimal_point. |
49 |
|
Minor: Added (c) year 2006. Fixed typo in a docstring. |
50 |
|
|
51 |
|
* test/test_transientdb.py: Minor: Added (c) year 2006. Fixed typo in |
52 |
|
a docstring. |
53 |
|
|
54 |
2006-09-23 Bernhard Reiter <[email protected]> |
2006-09-23 Bernhard Reiter <[email protected]> |
55 |
|
|
56 |
* Extensions/ogr/test/test_OGRShapestore.py: fixed skip_if_no_ogr() |
* Extensions/ogr/test/test_OGRShapestore.py: fixed skip_if_no_ogr() |