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