1 |
|
2006-03-29 Bernhard Reiter <[email protected]> |
2 |
|
* libraries/thuban/wxproj.cpp: undef LP to avoid clash when |
3 |
|
trying to build with mingw. |
4 |
|
|
5 |
|
2005-10-18 Bernhard Reiter <[email protected]> |
6 |
|
|
7 |
|
* Thuban/UI/about.py: remove unused import of getdefaultlocale. |
8 |
|
Added display of internal encoding to the about dialog text. |
9 |
|
|
10 |
|
* Extensions/svgexport/__init__.py: changed version to "1.0.0+cvs". |
11 |
|
|
12 |
|
2005-10-18 Bernhard Reiter <[email protected]> |
13 |
|
|
14 |
|
Startup improved: We fail right away if the internal encoding could |
15 |
|
not be determined. |
16 |
|
|
17 |
|
* Thuban/__init__.py (get_internal_encoding): new. |
18 |
|
|
19 |
|
* test/test_stringrepresentation.py (class TestInternalEncoding): |
20 |
|
Preserve the internal encoding for the tests in this class. |
21 |
|
|
22 |
|
2005-10-17 Bernhard Reiter <[email protected]> |
23 |
|
|
24 |
|
|
25 |
|
* test/test_stringrepresentation.py: New file, for now testing |
26 |
|
that set_internal_coding() is throwing an exception for bad exceptions. |
27 |
|
|
28 |
|
* Thuban/__init__.py (set_internal_encoding): added a forwards |
29 |
|
and backward translation, so that we fail early if the |
30 |
|
internal_encoding is bad. |
31 |
|
|
32 |
|
2005-10-17 Bernhard Reiter <[email protected]> |
33 |
|
|
34 |
|
svgexport 1.0.0cvs: Fixed ARC layer writing: No filling is done. |
35 |
|
You could actually get polylines with filling in between, |
36 |
|
when the classification for the lines had a fill color. |
37 |
|
E.g. this happens when you generate a classification from a ramp. |
38 |
|
|
39 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
40 |
|
New test_export_arc_no_fill(). Extend copyright notice to 2005. |
41 |
|
|
42 |
|
* Extensions/svgexport/svgmapwriter.py |
43 |
|
(SVGRenderer.draw_shape_layer_incrementally()): |
44 |
|
Setting TRANSPARENT_BRUSH for shaptype ARC. |
45 |
|
Extend copyright notice to 2005. |
46 |
|
|
47 |
|
* Extensions/svgexport/__init__.py: Extend copyright notice to 2005. |
48 |
|
|
49 |
|
2005-09-08 Frank Koormann <[email protected]> |
50 |
|
|
51 |
|
* Doc/manual/thuban-manual.xml (Map Management): Fixed typo reported |
52 |
|
by Erik (sigra.at.home.se) |
53 |
|
|
54 |
2005-08-18 Jan-Oliver Wagner <[email protected]> |
2005-08-18 Jan-Oliver Wagner <[email protected]> |
55 |
|
|
56 |
* Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally): |
* Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally): |