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