1 |
|
2006-06-27 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
* Thuban/version.py: Bugfix determination of SQLite on old systems. |
4 |
|
|
5 |
|
2006-05-17 Didrik Pinte <[email protected]> |
6 |
|
* Extensions/ogr/__init__.py : updated test for win32 and correct |
7 |
|
imports |
8 |
|
|
9 |
|
2006-05-15 Didrik Pinte <[email protected]> |
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 <[email protected]> |
16 |
|
|
17 |
|
* Thuban/version.py : coding style correction |
18 |
|
* Thuban/Model/transientdb.py : coding style correction |
19 |
|
|
20 |
|
2006-05-15 Didrik Pinte <[email protected]> |
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 <[email protected]> |
28 |
|
* Extensions/svgexport/__init__.py: The extension now works on win32 |
29 |
|
architecture. Bug #87 corrected. |
30 |
|
|
31 |
|
2006-04-20 Bernhard Reiter <[email protected]> |
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 <[email protected]> |
37 |
|
|
38 |
|
* Thuban/version.py: Changed thuban_release mechanism to use "svn" |
39 |
|
instead of "cvs". |
40 |
|
|
41 |
|
2006-03-31 Bernhard Reiter <[email protected]> |
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 <[email protected]> |
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 <[email protected]> |
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 <[email protected]> |
63 |
|
|
64 |
|
Startup improved: We fail right away if the internal encoding could |
65 |
|
not be determined. |
66 |
|
|
67 |
|
* Thuban/__init__.py (get_internal_encoding): new. |
68 |
|
|
69 |
|
* test/test_stringrepresentation.py (class TestInternalEncoding): |
70 |
|
Preserve the internal encoding for the tests in this class. |
71 |
|
|
72 |
|
2005-10-17 Bernhard Reiter <[email protected]> |
73 |
|
|
74 |
|
* test/test_stringrepresentation.py: New file, for now testing |
75 |
|
that set_internal_coding() is throwing an exception for bad exceptions. |
76 |
|
|
77 |
|
* Thuban/__init__.py (set_internal_encoding): added a forwards |
78 |
|
and backward translation, so that we fail early if the |
79 |
|
internal_encoding is bad. |
80 |
|
|
81 |
|
2005-10-17 Bernhard Reiter <[email protected]> |
82 |
|
|
83 |
|
svgexport 1.0.0cvs: Fixed ARC layer writing: No filling is done. |
84 |
|
You could actually get polylines with filling in between, |
85 |
|
when the classification for the lines had a fill color. |
86 |
|
E.g. this happens when you generate a classification from a ramp. |
87 |
|
|
88 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
89 |
|
New test_export_arc_no_fill(). Extend copyright notice to 2005. |
90 |
|
|
91 |
|
* Extensions/svgexport/svgmapwriter.py |
92 |
|
(SVGRenderer.draw_shape_layer_incrementally()): |
93 |
|
Setting TRANSPARENT_BRUSH for shaptype ARC. |
94 |
|
Extend copyright notice to 2005. |
95 |
|
|
96 |
|
* Extensions/svgexport/__init__.py: Extend copyright notice to 2005. |
97 |
|
|
98 |
|
2005-09-08 Frank Koormann <[email protected]> |
99 |
|
|
100 |
|
* Doc/manual/thuban-manual.xml (Map Management): Fixed typo reported |
101 |
|
by Erik (sigra.at.home.se) |
102 |
|
|
103 |
|
2005-08-18 Jan-Oliver Wagner <[email protected]> |
104 |
|
|
105 |
|
* Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally): |
106 |
|
Call the right method for the default size. |
107 |
|
|
108 |
2005-08-11 Jan-Oliver Wagner <[email protected]> |
2005-08-11 Jan-Oliver Wagner <[email protected]> |
109 |
|
|
110 |
* Extensions/export_shapefile: New. |
* Extensions/export_shapefile: New. |