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