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