1 |
|
2006-04-24 Didrik Pinte <[email protected]> |
2 |
|
* Extensions/svgexport/__init__.py: The extension now works on win32 |
3 |
|
architecture. Bug #87 corrected. |
4 |
|
|
5 |
|
2006-04-20 Bernhard Reiter <[email protected]> |
6 |
|
* Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN. |
7 |
|
Removed emacs specific hint and replaced it with a general hint |
8 |
|
that editors might support writing changelogs. |
9 |
|
|
10 |
|
2006-04-12 Bernhard Reiter <[email protected]> |
11 |
|
|
12 |
|
* Thuban/version.py: Changed thuban_release mechanism to use "svn" |
13 |
|
instead of "cvs". |
14 |
|
|
15 |
|
2006-03-31 Bernhard Reiter <[email protected]> |
16 |
|
|
17 |
|
* libraries/thuban/wxproj.cpp: including proj_api.h instead of |
18 |
|
projects.h now. According the Frank Warmerdam and man pj_init |
19 |
|
this is the public interface to proj. Thus I have changed PJ to projPJ. |
20 |
|
And I could remove the hack to avoid clashes with typedef PVALUE |
21 |
|
and #define LP in projects.h clashing with symbols when trying to |
22 |
|
build on windows. The file is cleaner and nicer now. |
23 |
|
|
24 |
|
2006-03-29 Bernhard Reiter <[email protected]> |
25 |
|
|
26 |
|
* libraries/thuban/wxproj.cpp: undef LP to avoid clash when |
27 |
|
trying to build with mingw. |
28 |
|
|
29 |
|
2005-10-18 Bernhard Reiter <[email protected]> |
30 |
|
|
31 |
|
* Thuban/UI/about.py: remove unused import of getdefaultlocale. |
32 |
|
Added display of internal encoding to the about dialog text. |
33 |
|
|
34 |
|
* Extensions/svgexport/__init__.py: changed version to "1.0.0+cvs". |
35 |
|
|
36 |
|
2005-10-18 Bernhard Reiter <[email protected]> |
37 |
|
|
38 |
|
Startup improved: We fail right away if the internal encoding could |
39 |
|
not be determined. |
40 |
|
|
41 |
|
* Thuban/__init__.py (get_internal_encoding): new. |
42 |
|
|
43 |
|
* test/test_stringrepresentation.py (class TestInternalEncoding): |
44 |
|
Preserve the internal encoding for the tests in this class. |
45 |
|
|
46 |
|
2005-10-17 Bernhard Reiter <[email protected]> |
47 |
|
|
48 |
|
* test/test_stringrepresentation.py: New file, for now testing |
49 |
|
that set_internal_coding() is throwing an exception for bad exceptions. |
50 |
|
|
51 |
|
* Thuban/__init__.py (set_internal_encoding): added a forwards |
52 |
|
and backward translation, so that we fail early if the |
53 |
|
internal_encoding is bad. |
54 |
|
|
55 |
|
2005-10-17 Bernhard Reiter <[email protected]> |
56 |
|
|
57 |
|
svgexport 1.0.0cvs: Fixed ARC layer writing: No filling is done. |
58 |
|
You could actually get polylines with filling in between, |
59 |
|
when the classification for the lines had a fill color. |
60 |
|
E.g. this happens when you generate a classification from a ramp. |
61 |
|
|
62 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
63 |
|
New test_export_arc_no_fill(). Extend copyright notice to 2005. |
64 |
|
|
65 |
|
* Extensions/svgexport/svgmapwriter.py |
66 |
|
(SVGRenderer.draw_shape_layer_incrementally()): |
67 |
|
Setting TRANSPARENT_BRUSH for shaptype ARC. |
68 |
|
Extend copyright notice to 2005. |
69 |
|
|
70 |
|
* Extensions/svgexport/__init__.py: Extend copyright notice to 2005. |
71 |
|
|
72 |
|
2005-09-08 Frank Koormann <[email protected]> |
73 |
|
|
74 |
|
* Doc/manual/thuban-manual.xml (Map Management): Fixed typo reported |
75 |
|
by Erik (sigra.at.home.se) |
76 |
|
|
77 |
|
2005-08-18 Jan-Oliver Wagner <[email protected]> |
78 |
|
|
79 |
|
* Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally): |
80 |
|
Call the right method for the default size. |
81 |
|
|
82 |
|
2005-08-11 Jan-Oliver Wagner <[email protected]> |
83 |
|
|
84 |
|
* Extensions/export_shapefile: New. |
85 |
|
|
86 |
|
* Extensions/export_shapefile/__init__.py: New. Initialize |
87 |
|
the export_shapefile extension. |
88 |
|
|
89 |
|
* Extensions/export_shapefile/export_shapefile.py: New. |
90 |
|
Exports a layer as a Shapefile. |
91 |
|
|
92 |
|
2005-08-08 Jan-Oliver Wagner <[email protected]> |
93 |
|
|
94 |
|
* po/de.po: String fixes. This fixes Debian bug #313843. |
95 |
|
|
96 |
|
2005-07-27 Jan-Oliver Wagner <[email protected]> |
97 |
|
|
98 |
|
Remove the attributes from the layer element in |
99 |
|
.thuban files for the save routine. |
100 |
|
This also solves RT bug #3149, |
101 |
|
https://intevation.de/rt/webrt?serial_num=3149 |
102 |
|
|
103 |
|
* test/test_load.py: (TestSingleLayer, TestNonAsciiColumnName, |
104 |
|
TestLayerVisibility, TestSymbolSize, TestClassification, TestLabels, |
105 |
|
TestLayerProjection, TestJoinedTable, TestLabelLayer): Removed |
106 |
|
attributes from layer element to classification clnull element. |
107 |
|
|
108 |
|
* test/test_save.py (SaveSessionTest.testSingleLayer, |
109 |
|
SaveSessionTest.testLayerProjection, |
110 |
|
SaveSessionTest.testClassifiedLayer, |
111 |
|
SaveSessionTest.test_joined_table, SaveSessionTest.test_save_postgis): |
112 |
|
Removed attributes from layer element to classification clnull element. |
113 |
|
(test_save_postgis.NonConnectionStore._fetch_table_information): |
114 |
|
added pretending to have a shape_type. |
115 |
|
|
116 |
|
* Resources/XML/thuban-1.1.dtd: Make the attributes field |
117 |
|
and field_type of classification optional. |
118 |
|
|
119 |
|
* Thuban/Model/classification.py (Classification.TreeItem.build_info): |
120 |
|
Added output of size. |
121 |
|
|
122 |
|
* Thuban/Model/load.py (SessionLoader.start_classification): |
123 |
|
Change attribute 'field' and 'field_type' from obligatory to |
124 |
|
optional to allow empty classes (ie. only with a default=clnull). |
125 |
|
|
126 |
|
* Thuban/Model/save.py (SessionSaver.write_layer): Don't write |
127 |
|
any attributes anymore for the layer element. |
128 |
|
(SessionSaver.write_classification): Even if there is no |
129 |
|
classification field, still write the classification because |
130 |
|
the clnull (default) symbol will not be defined anymore as |
131 |
|
part of the layer element. |
132 |
|
|
133 |
|
2005-07-05 Bernhard Herzog <[email protected]> |
134 |
|
|
135 |
|
* setup.py (setup call): Version 1.1.0 |
136 |
|
|
137 |
|
* NEWS: Update for 1.1.0 |
138 |
|
|
139 |
|
* MANIFEST.in: Add *.txt to files taken from Doc. Otherwise the |
140 |
|
technores won't be included |
141 |
|
|
142 |
|
* Thuban/UI/about.py (About.__init__): Extend copyright notice to |
143 |
|
2005 |
144 |
|
|
145 |
|
* po/de.po: Updated. |
146 |
|
|
147 |
|
2005-07-05 Bernhard Herzog <[email protected]> |
148 |
|
|
149 |
|
* README: gdal 1.1.8 is too old. 1.2.5 works. |
150 |
|
|
151 |
|
2005-07-05 Bernhard Herzog <[email protected]> |
152 |
|
|
153 |
|
* Resources/XML/thuban-1.1.dtd (rasterlayer): Add the opacity and |
154 |
|
masktype attributes. |
155 |
|
|
156 |
2005-07-05 Bernhard Herzog <[email protected]> |
2005-07-05 Bernhard Herzog <[email protected]> |
157 |
|
|
158 |
* Thuban/Model/layer.py (Layer.__mangle_bounding_box) |
* Thuban/Model/layer.py (Layer.__mangle_bounding_box) |