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]> |
65 |
|
|
66 |
|
* test/test_stringrepresentation.py: New file, for now testing |
67 |
|
that set_internal_coding() is throwing an exception for bad exceptions. |
68 |
|
|
69 |
|
* Thuban/__init__.py (set_internal_encoding): added a forwards |
70 |
|
and backward translation, so that we fail early if the |
71 |
|
internal_encoding is bad. |
72 |
|
|
73 |
|
2005-10-17 Bernhard Reiter <[email protected]> |
74 |
|
|
75 |
|
svgexport 1.0.0cvs: Fixed ARC layer writing: No filling is done. |
76 |
|
You could actually get polylines with filling in between, |
77 |
|
when the classification for the lines had a fill color. |
78 |
|
E.g. this happens when you generate a classification from a ramp. |
79 |
|
|
80 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
81 |
|
New test_export_arc_no_fill(). Extend copyright notice to 2005. |
82 |
|
|
83 |
|
* Extensions/svgexport/svgmapwriter.py |
84 |
|
(SVGRenderer.draw_shape_layer_incrementally()): |
85 |
|
Setting TRANSPARENT_BRUSH for shaptype ARC. |
86 |
|
Extend copyright notice to 2005. |
87 |
|
|
88 |
|
* Extensions/svgexport/__init__.py: Extend copyright notice to 2005. |
89 |
|
|
90 |
|
2005-09-08 Frank Koormann <[email protected]> |
91 |
|
|
92 |
|
* Doc/manual/thuban-manual.xml (Map Management): Fixed typo reported |
93 |
|
by Erik (sigra.at.home.se) |
94 |
|
|
95 |
|
2005-08-18 Jan-Oliver Wagner <[email protected]> |
96 |
|
|
97 |
|
* Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally): |
98 |
|
Call the right method for the default size. |
99 |
|
|
100 |
2005-08-11 Jan-Oliver Wagner <[email protected]> |
2005-08-11 Jan-Oliver Wagner <[email protected]> |
101 |
|
|
102 |
* Extensions/export_shapefile: New. |
* Extensions/export_shapefile: New. |