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