1 |
2006-09-14 Bernhard Reiter <[email protected]> |
2006-09-23 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
* Extensions/ogr/test/test_OGRShapestore.py: fixed skip_if_no_ogr() |
4 |
|
and added it to TestOGRTable.setUp() so that all tests get skipped |
5 |
|
if ogr cannot be imported. Added (c) year 2006. |
6 |
|
|
7 |
|
2006-09-18 Didrik Pinte <[email protected]> |
8 |
|
|
9 |
|
* wxPython 2.6 update : wx 2.4 syntax has been updated to 2.6 |
10 |
|
|
11 |
|
2006-09-18 Bernhard Reiter <[email protected]> |
12 |
|
|
13 |
|
Fixed proj behaviour with python >=2.4 when decimal_point != '.'. |
14 |
|
|
15 |
|
* Thuban/UI/application.py: Fixed warning dialog when gdal is missing. |
16 |
|
|
17 |
|
* test/test_proj.py: new test_lc_numeric_robustness(). Added author |
18 |
|
Bernhard Reiter and new copyright year 2006. |
19 |
|
|
20 |
|
* Thuban/Model/proj.py: New _do_we_have_to_work_around_broken_proj() |
21 |
|
and Projection.assuregoodlocale(), Projection.assureinitlocale(). |
22 |
|
Added author Bernhard Reiter and (c) 2006. |
23 |
|
|
24 |
|
2006-09-15 Bernhard Reiter <[email protected]> |
25 |
|
|
26 |
* README: added RXP and pyRXP as optional for tests. |
* README: added RXP and pyRXP as optional for tests. |
27 |
|
|
28 |
|
* test/localessupport.py: New. Contains a helper function |
29 |
|
to find a locale with comma used as decimal_point. |
30 |
|
|
31 |
2006-08-31 Bernhard Reiter <[email protected]> |
2006-08-31 Bernhard Reiter <[email protected]> |
32 |
|
|
33 |
* README: fixed URLs to sqlite and pysqlite. |
* README: fixed URLs to sqlite and pysqlite. |
34 |
|
|
35 |
* Thuban/UI/about.py: Added Didrik Pinte as contributor. Extended |
* Thuban/UI/about.py: Added Didrik Pinte as contributor. Extended |
36 |
copyright range to include 2006. |
copyright range to include 2006. |
37 |
|
|
|
|
|
38 |
2006-06-29 Didrik Pinte <[email protected]> |
2006-06-29 Didrik Pinte <[email protected]> |
39 |
|
|
40 |
* Thuban/UI/main.py: circular import fix. |
* Thuban/UI/main.py: circular import fix. |
126 |
* Thuban/Model/transientdb.py : Updated imports to support pysqlite2 |
* Thuban/Model/transientdb.py : Updated imports to support pysqlite2 |
127 |
Patched the querying system to support the param style of pysqlite2 |
Patched the querying system to support the param style of pysqlite2 |
128 |
|
|
|
>>>>>>> .r2689 |
|
129 |
2006-04-24 Didrik Pinte <[email protected]> |
2006-04-24 Didrik Pinte <[email protected]> |
130 |
* Extensions/svgexport/__init__.py: The extension now works on win32 |
* Extensions/svgexport/__init__.py: The extension now works on win32 |
131 |
architecture. Bug #87 corrected. |
architecture. Bug #87 corrected. |