1 |
|
2003-12-23 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* NEWS: Update for 1.0.0 |
4 |
|
|
5 |
|
* po/it.po: Another update from Maurizio Napolitano |
6 |
|
|
7 |
|
2003-12-23 Bernhard Herzog <[email protected]> |
8 |
|
|
9 |
|
* po/it.po: Updated translation from Maurizio Napolitano |
10 |
|
|
11 |
|
2003-12-23 Bernhard Herzog <[email protected]> |
12 |
|
|
13 |
|
* Thuban/UI/join.py (JoinDialog.__init__): Mark one more string |
14 |
|
for translation |
15 |
|
|
16 |
|
* Thuban/UI/mainwindow.py (MainWindow.TableRename) |
17 |
|
(MainWindow.RenameMap, MainWindow.RenameLayer): Mark some more |
18 |
|
strings for translation |
19 |
|
|
20 |
|
* po/de.po: Update with the newly marked strings. |
21 |
|
|
22 |
|
2003-12-22 Bernhard Herzog <[email protected]> |
23 |
|
|
24 |
|
* HOWTO-Release: Fix the places where version numbers have to be |
25 |
|
updated |
26 |
|
|
27 |
|
2003-12-22 Bernhard Herzog <[email protected]> |
28 |
|
|
29 |
|
* setup.py (setup call): 1.0.0, yeah! |
30 |
|
|
31 |
|
* Thuban/version.py (longversion): 1.0.0, yeah! |
32 |
|
|
33 |
|
* Thuban/Model/load.py (SessionLoader.__init__): Accept the |
34 |
|
1.0.0 namespace too |
35 |
|
|
36 |
|
* Thuban/Model/save.py (SessionSaver.write_session): Save with |
37 |
|
1.0.0 namespace |
38 |
|
|
39 |
|
* test/test_load.py (LoadSessionTest.dtd) |
40 |
|
(TestSingleLayer.file_contents) |
41 |
|
(TestNonAsciiColumnName.file_contents) |
42 |
|
(TestLayerVisibility.file_contents) |
43 |
|
(TestClassification.file_contents, TestLabels.file_contents) |
44 |
|
(TestLayerProjection.file_contents) |
45 |
|
(TestRasterLayer.file_contents, TestJoinedTable.file_contents) |
46 |
|
(TestLabelLayer.file_contents, TestPostGISLayer.file_contents) |
47 |
|
(TestPostGISLayerPassword.file_contents) |
48 |
|
(TestLoadError.file_contents, TestLoadError.test): Update for |
49 |
|
1.0.0 namespace |
50 |
|
|
51 |
|
* test/test_save.py (SaveSessionTest.dtd) |
52 |
|
(SaveSessionTest.testEmptySession) |
53 |
|
(SaveSessionTest.testSingleLayer) |
54 |
|
(SaveSessionTest.testLayerProjection) |
55 |
|
(SaveSessionTest.testRasterLayer) |
56 |
|
(SaveSessionTest.testClassifiedLayer) |
57 |
|
(SaveSessionTest.test_dbf_table) |
58 |
|
(SaveSessionTest.test_joined_table) |
59 |
|
(SaveSessionTest.test_save_postgis): Update for 1.0.0 namespace |
60 |
|
|
61 |
|
2003-12-22 Bernhard Herzog <[email protected]> |
62 |
|
|
63 |
|
* Thuban/Model/load.py (SessionLoader.start_label): Make sure the |
64 |
|
alignment flags are byte strings not unicode and that they have |
65 |
|
valid values |
66 |
|
|
67 |
|
* test/test_load.py (TestLabelLayer): New. Test loading (and |
68 |
|
indirectly saving) of maps with labels. |
69 |
|
|
70 |
|
2003-12-22 Bernhard Herzog <[email protected]> |
71 |
|
|
72 |
|
* Thuban/UI/tableview.py (TableGrid.OnDestroy) |
73 |
|
(TableGrid.__init__): Handle EVT_WINDOW_DESTROY in the grid to |
74 |
|
unsubscribe all subscribers. |
75 |
|
(LayerTableFrame.OnDestroy): Do not unsubscribe any messages from |
76 |
|
self.grid since it may already have been destroyed. |
77 |
|
Fixes RT #2256 |
78 |
|
|
79 |
|
2003-12-19 Bernhard Herzog <[email protected]> |
80 |
|
|
81 |
|
* po/fr.po, po/es.po: Updated translations from Daniel Calvelo |
82 |
|
|
83 |
|
2003-12-16 Bernhard Herzog <[email protected]> |
84 |
|
|
85 |
|
* debian/bitmappath.patch, debian/setup.py.patch: |
86 |
|
added to ensure compliance with FHS for debian |
87 |
|
* debian/rules, debian/changelog: |
88 |
|
added patches in rules to ensure compliance with FHS for debian |
89 |
|
|
90 |
|
2003-12-16 Bernhard Herzog <[email protected]> |
91 |
|
|
92 |
|
* po/Makefile (mo): Make the output a bit nicer so that it prints |
93 |
|
statistics about the translations. Add a comment how produce even |
94 |
|
nicer statistics with sed. |
95 |
|
|
96 |
|
2003-12-09 Frank Koormann <[email protected]> |
97 |
|
|
98 |
|
* Resources/Projections/defaults.proj: |
99 |
|
French projection sample with correct accents (UNICODE). |
100 |
|
|
101 |
|
2003-12-05 Bernhard Herzog <[email protected]> |
102 |
|
|
103 |
|
* MANIFEST.in: Add the devtools directory |
104 |
|
|
105 |
|
* setup.py (setup call): Use license instead of licence. This |
106 |
|
silences a deprecation warning on Python 2.3 |
107 |
|
|
108 |
|
2003-12-05 Frank Koormann <[email protected]> |
109 |
|
|
110 |
|
Documentation synced with 1.0rc1 |
111 |
|
|
112 |
|
* Doc/manual/thuban-manual.xml: |
113 |
|
Minor formatting changes and references to database layers . |
114 |
|
Introduction.Internationalization: New section on i18n. |
115 |
|
MapManagement.AddingandRemovingLayers: Added item on database layers. |
116 |
|
MapManagement.TheLegend: Added section and screenshot on popup menu. |
117 |
|
ProjectionManagement: Updated screenshot and sentence on EPSG. |
118 |
|
Appendix.SupportedDataSources: Added PostGIS. |
119 |
|
Appendix.WorkingwithPostGIS: New section. |
120 |
|
|
121 |
|
* Doc/manual/images/6_projection.png: Updated screenshot including |
122 |
|
EPSG checkboxes. |
123 |
|
|
124 |
|
* Doc/manual/images/3_5_popup_menu.png: New, popup menu screenshot. |
125 |
|
|
126 |
|
* Doc/manual/images/app_postgis_add_layer.png, |
127 |
|
Doc/manual/images/app_postgis_db_add.png, |
128 |
|
Doc/manual/images/app_postgis_db_management.png: |
129 |
|
New screenshots focussing on database layers |
130 |
|
|
131 |
|
2003-12-05 Frank Koormann <[email protected]> |
132 |
|
|
133 |
|
* Thuban/UI/projdialog.py (load_user_proj): If user.proj is missing |
134 |
|
write warning to stderr instead of rising a warning dialog |
135 |
|
|
136 |
|
2003-12-03 Bernhard Herzog <[email protected]> |
137 |
|
|
138 |
|
Fix for RT #2243 |
139 |
|
|
140 |
|
* Thuban/UI/mainwindow.py (MainWindow.has_selected_shape_layer): |
141 |
|
New. Like has_selected_layer but for shape layers only |
142 |
|
(_has_selected_shape_layer): New. Like _has_selected_layer but for |
143 |
|
shape layers only |
144 |
|
(layer_show_table command, layer_jointable command): Use these |
145 |
|
commands should only be available for shape layers |
146 |
|
|
147 |
|
2003-12-03 Bernhard Herzog <[email protected]> |
148 |
|
|
149 |
|
* Thuban/UI/mainwindow.py (MainWindow.Unsubscribe): Deal with |
150 |
|
publishers that are wx objects and may have been destroyed by wx |
151 |
|
already. Fixes RT #2242. |
152 |
|
|
153 |
|
2003-12-03 Bernhard Herzog <[email protected]> |
154 |
|
|
155 |
|
* po/ru.po: Updates from Alex Shevlakov |
156 |
|
|
157 |
|
2003-12-03 Silke Reimer <silkeintevation.de> |
158 |
|
|
159 |
|
* debian/control, debian/changelog: Added gdal-support to |
160 |
|
debian package, updated to new thuban version |
161 |
|
|
162 |
|
|
163 |
|
2003-12-03 Bernhard Herzog <[email protected]> |
164 |
|
|
165 |
|
* Thuban/Lib/version.py: New. Module for version number |
166 |
|
manipulations. The version of make_tuple here also deals better |
167 |
|
with more unusual version number strings, such as e.g. |
168 |
|
"1.2+cvs20031111" |
169 |
|
|
170 |
|
* Thuban/version.py (make_tuple): Removed. It's now in |
171 |
|
Thuban.Lib.version. Use that implementation instead. |
172 |
|
|
173 |
|
* test/test_lib_version.py: New. Tests for Thuban/Lib/version.py |
174 |
|
|
175 |
|
2003-12-02 Bernhard Herzog <[email protected]> |
176 |
|
|
177 |
|
* MANIFEST.in: Add debian files |
178 |
|
|
179 |
|
* setup.py (setup call): Add packages for the Extensions so that |
180 |
|
they're installed too |
181 |
|
(data_files): Add READMEs and sample data from some Extensions |
182 |
|
|
183 |
|
* NEWS: Add note about the extensions in binary packages |
184 |
|
|
185 |
|
2003-12-02 Bernhard Herzog <[email protected]> |
186 |
|
|
187 |
|
* Thuban/Model/save.py (SessionSaver.write_session): Save files |
188 |
|
with the thuban-1.0rc1 |
189 |
|
|
190 |
|
* Thuban/Model/load.py (SessionLoader.__init__): Recognize the |
191 |
|
thuban-1.0rc1 namespace too |
192 |
|
|
193 |
|
* test/test_save.py (SaveSessionTest.dtd) |
194 |
|
(SaveSessionTest.testEmptySession) |
195 |
|
(SaveSessionTest.testSingleLayer) |
196 |
|
(SaveSessionTest.testLayerProjection) |
197 |
|
(SaveSessionTest.testRasterLayer) |
198 |
|
(SaveSessionTest.testClassifiedLayer) |
199 |
|
(SaveSessionTest.test_dbf_table) |
200 |
|
(SaveSessionTest.test_joined_table) |
201 |
|
(SaveSessionTest.test_save_postgis): Update to thuban-1.0rc1 |
202 |
|
namespace |
203 |
|
|
204 |
|
* test/test_load.py (LoadSessionTest.dtd): Update to thuban-1.0rc1 |
205 |
|
namespace |
206 |
|
(TestSingleLayer.file_contents) |
207 |
|
(TestNonAsciiColumnName.file_contents) |
208 |
|
(TestLayerVisibility.file_contents) |
209 |
|
(TestClassification.file_contents, TestLabels.file_contents) |
210 |
|
(TestLayerProjection.file_contents) |
211 |
|
(TestRasterLayer.file_contents, TestJoinedTable.file_contents) |
212 |
|
(TestPostGISLayer.file_contents) |
213 |
|
(TestPostGISLayerPassword.file_contents) |
214 |
|
(TestLoadError.file_contents, TestLoadError.test): Update to |
215 |
|
thuban-1.0rc1 namespace |
216 |
|
|
217 |
|
2003-12-01 Bernhard Herzog <[email protected]> |
218 |
|
|
219 |
|
* setup.py (proj4_prefix, wx_prefix, gdal_prefix): Fix these for |
220 |
|
nt to better match Intevation's current w32 setup |
221 |
|
|
222 |
|
* HOWTO-Release: Add note about updating MANIFEST.in |
223 |
|
|
224 |
|
* MANIFEST.in: Add the Extensions |
225 |
|
|
226 |
|
* NEWS: Update for 1.0rc1 |
227 |
|
|
228 |
|
2003-12-01 Bernhard Herzog <[email protected]> |
229 |
|
|
230 |
|
* Thuban/UI/mainwindow.py (MainWindow.AddLayer): Change the wild |
231 |
|
cards for the dialog so that shapefiles ending in all uppercase |
232 |
|
SHP are listed too |
233 |
|
|
234 |
|
2003-11-28 Bernhard Herzog <[email protected]> |
235 |
|
|
236 |
|
* Thuban/version.py (longversion): Update to 1.0rc1 |
237 |
|
|
238 |
|
* setup.py (setup call): Update version to 1.0rc1. Use the |
239 |
|
[email protected] email address as author email instead of my |
240 |
|
personal one. |
241 |
|
|
242 |
|
2003-11-28 Bernhard Herzog <[email protected]> |
243 |
|
|
244 |
|
* po/de.po: Update german translation. |
245 |
|
|
246 |
|
2003-11-28 Bernhard Herzog <[email protected]> |
247 |
|
|
248 |
|
Unify the filenames stored in .thuban files so that the .thuban |
249 |
|
files are more platform independend |
250 |
|
|
251 |
|
* Thuban/Model/save.py (unify_filename): New. Unify filenames so |
252 |
|
that they can be used on both windows and unix |
253 |
|
(SessionSaver.prepare_filename): New. Handle all filename |
254 |
|
transformations for filenames stored in the thuban file |
255 |
|
(SessionSaver.write_data_containers, SessionSaver.write_layer): |
256 |
|
Use prepare_filename |
257 |
|
|
258 |
|
* test/test_save.py (SaveSessionTest.testSingleLayer) |
259 |
|
(SaveSessionTest.testLayerProjection) |
260 |
|
(SaveSessionTest.testRasterLayer) |
261 |
|
(SaveSessionTest.testClassifiedLayer) |
262 |
|
(SaveSessionTest.test_dbf_table) |
263 |
|
(SaveSessionTest.test_joined_table): Filenames are always stored |
264 |
|
with slashes on all currently supported platforms so adapt all |
265 |
|
tests to this |
266 |
|
|
267 |
|
* test/test_load.py (LoadSessionTest.filenames): With the new |
268 |
|
filename scheme the filenames in the tests should be |
269 |
|
understandable on all currently supported platforms so we turn |
270 |
|
this into an empty list because we don't have to normalize them |
271 |
|
anymore |
272 |
|
|
273 |
|
2003-11-28 Bernhard Herzog <[email protected]> |
274 |
|
|
275 |
|
* test/test_layer.py (TestLayer.test_arc_layer_with_projection): |
276 |
|
Add the ellipsoid to the projection since some Proj versions |
277 |
|
complain if it's missing. |
278 |
|
|
279 |
|
2003-11-27 Bernhard Herzog <[email protected]> |
280 |
|
|
281 |
|
Corect some bounding box projection problems |
282 |
|
|
283 |
|
* Thuban/Model/proj.py (Projection.InverseBBox): New. Inverse |
284 |
|
version of ForwardBBox |
285 |
|
(Projection._transform_bbox): New. common implementation of |
286 |
|
ForwardBBox and InverseBBox |
287 |
|
(Projection.ForwardBBox): Use _transform_bbox. |
288 |
|
|
289 |
|
* test/test_proj.py (TestProjection.test): Add test for |
290 |
|
InverseBBox |
291 |
|
|
292 |
|
* Thuban/Model/layer.py (Layer.LatLongBoundingBox) |
293 |
|
(Layer.ShapesBoundingBox, RasterLayer.LatLongBoundingBox): Use the |
294 |
|
new InverseBBox method to determine the unprojected bounding box |
295 |
|
(Layer.ShapesInRegion): Use the ForwardBBox method to project the |
296 |
|
bbox. |
297 |
|
|
298 |
|
* test/test_layer.py (TestLayer.test_point_layer_with_projection): |
299 |
|
Removed. |
300 |
|
(TestLayer.test_arc_layer_with_projection): New. This test is |
301 |
|
better able to test whether bounding boxes are projected correctly |
302 |
|
than test_point_layer_with_projection |
303 |
|
|
304 |
|
* Thuban/UI/viewport.py (ViewPort.map_projection_changed): Use |
305 |
|
InverseBBox to unproject bboxes |
306 |
|
|
307 |
|
2003-11-25 Bernhard Herzog <[email protected]> |
308 |
|
|
309 |
|
* Thuban/UI/about.py (About.__init__): Make sure we have ASCII |
310 |
|
source code. |
311 |
|
|
312 |
|
2003-11-25 Bernhard Herzog <[email protected]> |
313 |
|
|
314 |
|
* Thuban/Model/layer.py (Layer.__getattr__): Removed. It was only |
315 |
|
there for backwards compatibility and all code relying on that |
316 |
|
should have been updated by now. |
317 |
|
|
318 |
2003-11-25 Bernhard Herzog <[email protected]> |
2003-11-25 Bernhard Herzog <[email protected]> |
319 |
|
|
320 |
* test/test_load.py (TestClassification.test): Add the missing |
* test/test_load.py (TestClassification.test): Add the missing |