1 |
|
2006-06-27 Frank Koormann <frank@intevation.de> |
2 |
|
|
3 |
|
* Thuban/version.py: Bugfix determination of SQLite on old systems. |
4 |
|
|
5 |
|
2006-05-17 Didrik Pinte <dpinte@itae.be> |
6 |
|
* Extensions/ogr/__init__.py : updated test for win32 and correct |
7 |
|
imports |
8 |
|
|
9 |
|
2006-05-15 Didrik Pinte <dpinte@itae.be> |
10 |
|
Ashamed ... still some tabs in the files |
11 |
|
|
12 |
|
* Thuban/version.py : tabs removed |
13 |
|
* Thuban/Model/transientdb.py : tabs removed |
14 |
|
|
15 |
|
2006-05-15 Didrik Pinte <dpinte@itae.be> |
16 |
|
|
17 |
|
* Thuban/version.py : coding style correction |
18 |
|
* Thuban/Model/transientdb.py : coding style correction |
19 |
|
|
20 |
|
2006-05-15 Didrik Pinte <dpinte@itae.be> |
21 |
|
|
22 |
|
* Thuban/version.py : Updated imports to support pysqlite2 |
23 |
|
|
24 |
|
* Thuban/Model/transientdb.py : Updated imports to support pysqlite2 |
25 |
|
Patched the querying system to support the param style of pysqlite2 |
26 |
|
|
27 |
|
2006-04-24 Didrik Pinte <dpinte@itae.be> |
28 |
|
* Extensions/svgexport/__init__.py: The extension now works on win32 |
29 |
|
architecture. Bug #87 corrected. |
30 |
|
|
31 |
|
2006-04-20 Bernhard Reiter <bernhard@intevation.de> |
32 |
|
* Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN. |
33 |
|
Removed emacs specific hint and replaced it with a general hint |
34 |
|
that editors might support writing changelogs. |
35 |
|
|
36 |
|
2006-04-12 Bernhard Reiter <bernhard@intevation.de> |
37 |
|
|
38 |
|
* Thuban/version.py: Changed thuban_release mechanism to use "svn" |
39 |
|
instead of "cvs". |
40 |
|
|
41 |
|
2006-03-31 Bernhard Reiter <bernhard@intevation.de> |
42 |
|
|
43 |
|
* libraries/thuban/wxproj.cpp: including proj_api.h instead of |
44 |
|
projects.h now. According the Frank Warmerdam and man pj_init |
45 |
|
this is the public interface to proj. Thus I have changed PJ to projPJ. |
46 |
|
And I could remove the hack to avoid clashes with typedef PVALUE |
47 |
|
and #define LP in projects.h clashing with symbols when trying to |
48 |
|
build on windows. The file is cleaner and nicer now. |
49 |
|
|
50 |
|
2006-03-29 Bernhard Reiter <bernhard@intevation.de> |
51 |
|
|
52 |
|
* libraries/thuban/wxproj.cpp: undef LP to avoid clash when |
53 |
|
trying to build with mingw. |
54 |
|
|
55 |
|
2005-10-18 Bernhard Reiter <bernhard@intevation.de> |
56 |
|
|
57 |
|
* Thuban/UI/about.py: remove unused import of getdefaultlocale. |
58 |
|
Added display of internal encoding to the about dialog text. |
59 |
|
|
60 |
|
* Extensions/svgexport/__init__.py: changed version to "1.0.0+cvs". |
61 |
|
|
62 |
2005-10-18 Bernhard Reiter <bernhard@intevation.de> |
2005-10-18 Bernhard Reiter <bernhard@intevation.de> |
63 |
|
|
64 |
Startup improved: We fail right away if the internal encoding could |
Startup improved: We fail right away if the internal encoding could |
71 |
|
|
72 |
2005-10-17 Bernhard Reiter <bernhard@intevation.de> |
2005-10-17 Bernhard Reiter <bernhard@intevation.de> |
73 |
|
|
|
|
|
74 |
* test/test_stringrepresentation.py: New file, for now testing |
* test/test_stringrepresentation.py: New file, for now testing |
75 |
that set_internal_coding() is throwing an exception for bad exceptions. |
that set_internal_coding() is throwing an exception for bad exceptions. |
76 |
|
|