/[thuban]/branches/WIP-pyshapelib-bramz/ChangeLog
ViewVC logotype

Contents of /branches/WIP-pyshapelib-bramz/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2684 - (show annotations)
Tue Jun 27 16:11:35 2006 UTC (18 years, 8 months ago) by frank
Original Path: trunk/thuban/ChangeLog
File size: 469797 byte(s)
Thuban/version.py: Bugfix determination of SQLite on old systems.
1 2006-06-27 Frank Koormann <[email protected]>
2
3 * Thuban/version.py: Bugfix determination of SQLite on old systems.
4
5 2006-05-17 Didrik Pinte <[email protected]>
6 * Extensions/ogr/__init__.py : updated test for win32 and correct
7 imports
8
9 2006-05-15 Didrik Pinte <[email protected]>
10 Ashamed ... still some tabs in the files
11
12 * Thuban/version.py : tabs removed
13 * Thuban/Model/transientdb.py : tabs removed
14
15 2006-05-15 Didrik Pinte <[email protected]>
16
17 * Thuban/version.py : coding style correction
18 * Thuban/Model/transientdb.py : coding style correction
19
20 2006-05-15 Didrik Pinte <[email protected]>
21
22 * Thuban/version.py : Updated imports to support pysqlite2
23
24 * Thuban/Model/transientdb.py : Updated imports to support pysqlite2
25 Patched the querying system to support the param style of pysqlite2
26
27 2006-04-24 Didrik Pinte <[email protected]>
28 * Extensions/svgexport/__init__.py: The extension now works on win32
29 architecture. Bug #87 corrected.
30
31 2006-04-20 Bernhard Reiter <[email protected]>
32 * Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN.
33 Removed emacs specific hint and replaced it with a general hint
34 that editors might support writing changelogs.
35
36 2006-04-12 Bernhard Reiter <[email protected]>
37
38 * Thuban/version.py: Changed thuban_release mechanism to use "svn"
39 instead of "cvs".
40
41 2006-03-31 Bernhard Reiter <[email protected]>
42
43 * libraries/thuban/wxproj.cpp: including proj_api.h instead of
44 projects.h now. According the Frank Warmerdam and man pj_init
45 this is the public interface to proj. Thus I have changed PJ to projPJ.
46 And I could remove the hack to avoid clashes with typedef PVALUE
47 and #define LP in projects.h clashing with symbols when trying to
48 build on windows. The file is cleaner and nicer now.
49
50 2006-03-29 Bernhard Reiter <[email protected]>
51
52 * libraries/thuban/wxproj.cpp: undef LP to avoid clash when
53 trying to build with mingw.
54
55 2005-10-18 Bernhard Reiter <[email protected]>
56
57 * Thuban/UI/about.py: remove unused import of getdefaultlocale.
58 Added display of internal encoding to the about dialog text.
59
60 * Extensions/svgexport/__init__.py: changed version to "1.0.0+cvs".
61
62 2005-10-18 Bernhard Reiter <[email protected]>
63
64 Startup improved: We fail right away if the internal encoding could
65 not be determined.
66
67 * Thuban/__init__.py (get_internal_encoding): new.
68
69 * test/test_stringrepresentation.py (class TestInternalEncoding):
70 Preserve the internal encoding for the tests in this class.
71
72 2005-10-17 Bernhard Reiter <[email protected]>
73
74 * test/test_stringrepresentation.py: New file, for now testing
75 that set_internal_coding() is throwing an exception for bad exceptions.
76
77 * Thuban/__init__.py (set_internal_encoding): added a forwards
78 and backward translation, so that we fail early if the
79 internal_encoding is bad.
80
81 2005-10-17 Bernhard Reiter <[email protected]>
82
83 svgexport 1.0.0cvs: Fixed ARC layer writing: No filling is done.
84 You could actually get polylines with filling in between,
85 when the classification for the lines had a fill color.
86 E.g. this happens when you generate a classification from a ramp.
87
88 * Extensions/svgexport/test/test_svgmapwriter.py:
89 New test_export_arc_no_fill(). Extend copyright notice to 2005.
90
91 * Extensions/svgexport/svgmapwriter.py
92 (SVGRenderer.draw_shape_layer_incrementally()):
93 Setting TRANSPARENT_BRUSH for shaptype ARC.
94 Extend copyright notice to 2005.
95
96 * Extensions/svgexport/__init__.py: Extend copyright notice to 2005.
97
98 2005-09-08 Frank Koormann <[email protected]>
99
100 * Doc/manual/thuban-manual.xml (Map Management): Fixed typo reported
101 by Erik (sigra.at.home.se)
102
103 2005-08-18 Jan-Oliver Wagner <[email protected]>
104
105 * Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally):
106 Call the right method for the default size.
107
108 2005-08-11 Jan-Oliver Wagner <[email protected]>
109
110 * Extensions/export_shapefile: New.
111
112 * Extensions/export_shapefile/__init__.py: New. Initialize
113 the export_shapefile extension.
114
115 * Extensions/export_shapefile/export_shapefile.py: New.
116 Exports a layer as a Shapefile.
117
118 2005-08-08 Jan-Oliver Wagner <[email protected]>
119
120 * po/de.po: String fixes. This fixes Debian bug #313843.
121
122 2005-07-27 Jan-Oliver Wagner <[email protected]>
123
124 Remove the attributes from the layer element in
125 .thuban files for the save routine.
126 This also solves RT bug #3149,
127 https://intevation.de/rt/webrt?serial_num=3149
128
129 * test/test_load.py: (TestSingleLayer, TestNonAsciiColumnName,
130 TestLayerVisibility, TestSymbolSize, TestClassification, TestLabels,
131 TestLayerProjection, TestJoinedTable, TestLabelLayer): Removed
132 attributes from layer element to classification clnull element.
133
134 * test/test_save.py (SaveSessionTest.testSingleLayer,
135 SaveSessionTest.testLayerProjection,
136 SaveSessionTest.testClassifiedLayer,
137 SaveSessionTest.test_joined_table, SaveSessionTest.test_save_postgis):
138 Removed attributes from layer element to classification clnull element.
139 (test_save_postgis.NonConnectionStore._fetch_table_information):
140 added pretending to have a shape_type.
141
142 * Resources/XML/thuban-1.1.dtd: Make the attributes field
143 and field_type of classification optional.
144
145 * Thuban/Model/classification.py (Classification.TreeItem.build_info):
146 Added output of size.
147
148 * Thuban/Model/load.py (SessionLoader.start_classification):
149 Change attribute 'field' and 'field_type' from obligatory to
150 optional to allow empty classes (ie. only with a default=clnull).
151
152 * Thuban/Model/save.py (SessionSaver.write_layer): Don't write
153 any attributes anymore for the layer element.
154 (SessionSaver.write_classification): Even if there is no
155 classification field, still write the classification because
156 the clnull (default) symbol will not be defined anymore as
157 part of the layer element.
158
159 2005-07-05 Bernhard Herzog <[email protected]>
160
161 * setup.py (setup call): Version 1.1.0
162
163 * NEWS: Update for 1.1.0
164
165 * MANIFEST.in: Add *.txt to files taken from Doc. Otherwise the
166 technores won't be included
167
168 * Thuban/UI/about.py (About.__init__): Extend copyright notice to
169 2005
170
171 * po/de.po: Updated.
172
173 2005-07-05 Bernhard Herzog <[email protected]>
174
175 * README: gdal 1.1.8 is too old. 1.2.5 works.
176
177 2005-07-05 Bernhard Herzog <[email protected]>
178
179 * Resources/XML/thuban-1.1.dtd (rasterlayer): Add the opacity and
180 masktype attributes.
181
182 2005-07-05 Bernhard Herzog <[email protected]>
183
184 * Thuban/Model/layer.py (Layer.__mangle_bounding_box)
185 (Layer.ClipBoundingBox): Rename ClipBoundingBox to
186 __mangle_bounding_box. See the comments in the code and RT #2845
187
188 * test/test_layer.py (TestLayer.test_arc_layer_with_projection):
189 Remove the explicit test of ClipBoundingBox. The method isn't
190 public anymore and the direct call in the test wasn't necessary in
191 the first place. If ClipBoundingBox (now __mangle_bounding_box)
192 isn't called, the return value of ShapesInRegion will be
193 different.
194
195 2005-07-05 Bernhard Herzog <[email protected]>
196
197 * Thuban/UI/viewport.py (ViewPort.set_view_transform): Handle
198 ZeroDivisionError exceptions. I don't know when they happen
199 exactly. It probably happens when the projections aren't set
200 properly.
201
202 2005-07-01 Bernhard Herzog <[email protected]>
203
204 First step towards unicode. With this roughly we're at step 1
205 string_representation.txt
206
207 * Doc/technotes/string_representation.txt: New. Document how
208 strings are represented in Thuban and how to get to a Unicode
209 Thuban.
210
211 * Thuban/__init__.py (set_internal_encoding)
212 (unicode_from_internal, internal_from_unicode): New. The first few
213 functions for the internal string representation
214
215 * Thuban/UI/about.py (unicodeToLocale): Removed. Use
216 internal_from_unicode instead.
217
218 * Thuban/UI/__init__.py (install_wx_translation): Determine the
219 encoding to use for the internal string representation. Also,
220 change the translation function to return strings in internal
221 representation even on unicode builds of wxPython
222
223 * Thuban/Model/load.py (SessionLoader.check_attrs): Decode
224 filenames too.
225 (SessionLoader.start_clrange): Use check_attrs to decode and check
226 the attributes.
227
228 * Thuban/Model/xmlreader.py (XMLReader.encode): Use
229 internal_from_unicode to convert unicode strings.
230
231 * Thuban/Model/xmlwriter.py (XMLWriter.encode): Use
232 unicode_from_internal when applicable
233
234 * test/runtests.py (main): New command line option:
235 internal-encoding to specify the internal string encoding to use
236 in the tests.
237
238 * test/support.py (initthuban): Set the internal encoding to
239 latin-1
240
241 * test/test_load.py (TestSingleLayer.test, TestClassification.test)
242 (TestLabelLayer.test): Use the internal string representation when
243 dealing with non-ascii characters
244
245 * test/test_load_1_0.py (TestSingleLayer.test)
246 (TestClassification.test, TestLabelLayer.test): Use the internal
247 string representation when dealing with non-ascii characters
248
249 * test/test_load_0_9.py (TestSingleLayer.test)
250 (TestClassification.test): Use the internal string representation
251 when dealing with non-ascii characters
252
253 * test/test_load_0_8.py (TestUnicodeStrings.test): Use the
254 internal string representation when dealing with non-ascii
255 characters
256
257 * test/test_save.py (XMLWriterTest.testEncode)
258 (SaveSessionTest.testClassifiedLayer): Use the internal string
259 representation when dealing with non-ascii characters where
260 applicable
261
262 2005-06-30 Bernhard Herzog <[email protected]>
263
264 * test/runtests.py: Untabify.
265
266 2005-06-30 Bernhard Herzog <[email protected]>
267
268 * Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally):
269 untabify.
270
271 2005-06-30 Bernhard Herzog <[email protected]>
272
273 * Extensions/ogr/test/__init__.py: Add missing coding directive
274
275 2005-06-28 Jan-Oliver Wagner <[email protected]>
276
277 * Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally):
278 Use the default size for rendering selected items of default type.
279 Fixes part 2 of https://intevation.de/rt/webrt?serial_num=3149
280
281 2005-06-28 Jan-Oliver Wagner <[email protected]>
282
283 * Extensions/importAPR/apr.py (APR_BShSym): Extend by 'Stripple'.
284 (APR_TClr.GetThubanColor): Fix bug in color interpretation.
285 Thanks to Frank Koormann who identified this problem.
286
287 * Extensions/importAPR/importAPR.py (APR_VShSym): New. Just
288 another symbol identified.
289
290 2005-06-27 Jan-Oliver Wagner <[email protected]>
291
292 * Doc/manual/thuban-manual-de.xml: More translations.
293
294 2005-05-12 Jonathan Coles <[email protected]>
295
296 * Thuban/UI/projdialog.py: Add missing import, which led to an
297 exception when opening a layer's projection.
298
299 2005-05-09 Bernhard Herzog <[email protected]>
300
301 * test/support.py (FileLoadTestCase.filename): Fix doc-string.
302
303 2005-05-09 Bernhard Herzog <[email protected]>
304
305 * Thuban/Model/postgisdb.py (PostGISConnection.connect): Set the
306 connection to autoconnect. Fixes RT#3148.
307
308 * test/test_postgis_db.py
309 (TestPostGISSpecialCases.test_simple_error_handling): New test
310 that attempts to reproduce RT#3148.
311
312 2005-05-06 Jonathan Coles <[email protected]>
313
314 Add support for saving and loading the opacity and mask type
315 properties of RasterLayers. Also add support for proper use
316 of alpha information while drawing images not in 'RAW' format.
317 If transparency in an image format (e.g, PNG) is supported by
318 wxWidgets then the image would previously have been draw with
319 transparent regions, but the opaque regions would have been
320 unaffected by a change in the layer's opacity. This patch
321 corrects the problem.
322
323 * Thuban/Model/layer.py (RasterLayer): Added opacity and
324 masktype parameters to the constructor, and set the
325 appropriate variables to those values.
326
327 * Thuban/Model/load.py (SessionLoader.start_rasterlayer): Added
328 code to read the opacity and mask type of the layer and construct
329 a new layer with the additional parameters.
330
331 * Thuban/Model/save.py (SessionSaver.write_layer): Added code
332 to save the opacity and mask type of a layer.
333
334 * Thuban/UI/baserenderer.py (BaseRenderer.draw_raster_layer): Pass
335 the opacity of the layer to draw_raster_data rather than the layer.
336 (BaseRenderer.draw_raster_data): Remove the layer parameter because
337 the function doesn't need to know about the layer. Add the optional
338 opacity parameter whose default is 1.0. Add 'PNG' as a supported
339 graphics format.
340
341 * Thuban/UI/renderer.py (MapRenderer.draw_raster_data): Fixed
342 signature to match that in BaseRenderer. Use the new opacity argument
343 in place of calling layer.Opacity(). In the case where the
344 format is not 'RAW', alpha_data is None and the loaded image has
345 alpha information, use the file's alpha information. This is
346 still subject to the layer's opacity setting.
347
348 * test/test_baserenderer.py (SimpleRenderer.draw_raster_data):
349 Fixed signature to match that in BaseRenderer.
350
351 * test/test_load.py (TestRasterLayer): Change file_contents to
352 include opacity and masktype variables.
353 (TestRasterLayer.test): Include tests for opacity and masktype
354 changes.
355
356 * test/test_save.py (SaveSessionTest.testRasterLayer): Restructure
357 test to cover a variety of combinations of masktype and opacity
358 settings.
359
360 2005-05-02 Jan-Oliver Wagner <[email protected]>
361
362 * debian/rules: add --use-wx-python-swig-hack
363 to the build command.
364 Thanks to Moritz Lennert for pointing this out.
365
366 2005-04-28 Jan-Oliver Wagner <[email protected]>
367
368 Introduce OGRFileShapeStore in ogr extension.
369 This allows at least that loaded shapefile shape stores
370 can be saved correctly in the thuban session file
371 and reloaded again (reload is via core shapefile
372 routine, not OGR). For other types, .thuban files
373 can not be reloaded for the time being.
374
375 * Extensions/ogr/ogrshapes.py (OGRFileShapeStore): New. This
376 class ist to be used for any file-based shape stores
377 accessed through OGR.
378
379 * Extensions/ogr/ogrstart.py (open_with_ogr): Added
380 forgotten _ for i18n. Adapted call OpenFileShapestore
381 regarding new parameter.
382 (OpenFileShapestore): Use OGRFileShapeStore instead of
383 OGRShapeStore. Fix return value (None instead of null).
384 Add new parameter "mainwindow" to avoid accessing global
385 context.
386
387 2005-04-27 Jan-Oliver Wagner <[email protected]>
388
389 Introduce FileShapeStore as generalization for
390 file-based shape stores. In a first instance
391 this allows additional modules to handle shapefile
392 format as well, namely the OGR extension.
393
394 * Thuban/Model/data.py: Various small fixes in doc-strings.
395 (FileShapeStore): New class.
396 (ShapefileStore): Derive from FileShapeStore.
397 (ShapefileStore.__init__): Call __init__ of FileShapeStore,
398 rename self.table to self._table, initialize self._bbox
399 (ShapefileStore._open_shapefile): Use self._bbox instead of self.bbox
400 and self.FileName() instead of self.filename.
401 (ShapefileStore.Table): Use self._table instead of self.table.
402 (ShapefileStore.FileName): Removed (moved to FileShapeStore).
403 (ShapefileStore.BoundingBox): Use self._bbox instead of self.bbox.
404
405 * Thuban/Model/save.py: Replace ShapefileStore by FileShapeStore.
406 (SessionSaver.write_data_containers): Only use methods of the
407 base class FileShapeStore.
408
409 2005-04-26 Martin Schulze <[email protected]>
410
411 * Extensions/wms/wms.py (render_wms_layer): Adjusted the render
412 function to the modified render engine
413
414 2005-04-25 Martin Schulze <[email protected]>
415
416 * Thuban/UI/renderer.py (MapRenderer.projected_raster_layer):
417 Added a description according to the CVS log message
418
419 2005-04-23 Martin Schulze <[email protected]>
420
421 * Thuban/UI/renderer.py: Added a missing import
422
423 2005-04-23 Russell Nelson <[email protected]>
424
425 * Thuban/UI/view.py (MapCanvas.OnMiddle{Up,Down}): Changed the
426 way the previous tool is remembered, so that middle-button
427 panning works even if you haven't selected a tool.
428
429 2005-04-11 Bernhard Herzog <[email protected]>
430
431 * libraries/thuban/wxproj.cpp: Move the compatibility code that
432 deals with the wxPython 2.4 version of wxPython.h into the #ifdef
433 branch that includes wxPython.h because it's only needed when
434 wxPython.h is used. Also, it won't compile when
435 USE_WX_PYTHON_SWIG_HACK is set otherwise.
436
437 2005-04-07 Bernhard Herzog <[email protected]>
438
439 * Thuban/UI/classifier.py (ClassGrid.__init__): Use -1 as the ID.
440 (ID_CLASS_TABLE): Removed. It wasn't used anywhere except in
441 ClassGrid.__init__ and it's value is outside of the valid
442 range (must be < 32768). wxPython 2.5 complains about it with an
443 exception.
444
445 2005-04-05 Jan-Oliver Wagner <[email protected]>
446
447 * Doc/manual/thuban-manual-de.xml: More translations.
448
449 2005-04-05 Bernhard Herzog <[email protected]>
450
451 * libraries/thuban/wxproj.cpp: Make it work with a wxPython.h from
452 wxPython 2.4 as well. Also, remove a now obsolete comment.
453
454 2005-04-05 Bernhard Herzog <[email protected]>
455
456 Use wxPython.h by default but provide a workaround when it isn't
457 available.
458
459 * setup.py (wxproj_extension): New variable. Assign the Extension
460 instance for Lib.wxproj to this variable instead of putting it
461 directly into the listso that it can be accessed by other code
462 later.
463 (thuban_build_ext.user_options): Added boolean option
464 --use-wx-python-swig-hack.
465 (thuban_build_ext.initialize_options): Initialize the new option
466 to False.
467 (thuban_build_ext.finalize_options): If the new option was given,
468 define the preprocesser macro USE_WX_PYTHON_SWIG_HACK.
469 (thuban_build_ext): Update the doc-string
470
471 * libraries/thuban/wxproj.cpp: Normally we use
472 wx/wxPython/wxPython.h now. Only if USE_WX_PYTHON_SWIG_HACK is
473 defined, use swigPtrConvertHack.h instead.
474
475 * libraries/thuban/swigPtrConvertHack.h: Remove the code that was
476 copied over from wxPython.h.
477 (decode_pointer_new): New. Equivalent of decode_pointer for
478 wxPython 2.5.
479 (wxPyConvertSwigPtr): Modified to cope with wxPython 2.5 as well.
480
481 * README: Add section on potential build problems which explains
482 how the work-around for a missing wxPython.h is activated.
483
484 2005-03-29 Bernhard Herzog <[email protected]>
485
486 * test/postgissupport.py (find_postgis_sql): Added yet another
487 potential location for (lw)postgis.sql because the file has moved
488 again in postgis 1.0.0 rc4.
489
490 2005-03-29 Bernhard Herzog <[email protected]>
491
492 * Thuban/UI/legend.py (BMP_SIZE_W, BMP_SIZE_H): Set both to 16 to
493 match the site of the legend_icon_layer icon. Otherwise wxpython
494 2.5 complains when the legend is created with the error:
495
496 PyAssertionError: C++ assertion "(bitmap.GetWidth() == m_width &&
497 bitmap.GetHeight() == m_height) || (m_width == 0 && m_height ==
498 0)" failed in ./src/generic/imaglist.cpp(81): invalid bitmap size
499 in wxImageList: this might work on this platform but definitely
500 won't under Windows.
501
502 2005-03-23 Jonathan Coles <[email protected]>
503
504 These changes add support for adjusting the opacity of a raster layer.
505
506 * Thuban/Model/layer.py (RasterLayer.Opacity): Replaces AlphaOpacity.
507 (RasterLayer.SetOpacity): Replaces SetAlphaOpacity. Also triggers
508 a LAYER_CHANGED event if the opacity actually changes.
509
510 * Thuban/UI/baserenderer.py (BaseRenderer.draw_raster_data): Added
511 layer parameter needed in the implementation of this method in
512 renderer.py.
513
514 * Thuban/UI/layerproperties.py (LayerProperties.dialog_layout): Fixed
515 typo 00 -> 0.
516
517 * Thuban/UI/rasterlayerproperties.py (RasterLayerProperties): Added
518 control to adjust opacity.
519
520 * Thuban/UI/renderer.py (MapRenderer.draw_raster_data): Scale the
521 alpha data based on the opacity level of the layer.
522
523 * test/test_baserenderer.py (SimpleRenderer.draw_raster_data): Now
524 accepts a layer parameter.
525
526 * test/test_layer.py (TestLayerModification.test_raster_layer):
527 Rename opacity method calls and add test for LAYER_CHANGED.
528
529 2005-03-16 Bernhard Herzog <[email protected]>
530
531 * test/test_connector.py (DeletionTestMixin.check_deletions)
532 (DeletionTestMixin.check_deletetions): renamed to check_deletions.
533 update the callers.
534
535 2005-03-14 Jan-Oliver Wagner <[email protected]>
536
537 * Doc/manual/thuban-manual-de.xml: More translations.
538
539 2005-03-10 Jan-Oliver Wagner <[email protected]>
540
541 Introducing initialization callbacks for extensions.
542
543 * Thuban/UI/extensionregistry.py (ExtensionDesc.__init__): Added
544 optional parameter init_callback.
545 (ExtensionDesc.init_ext): New. Executes the callback and sets
546 a status.
547
548 * Thuban/UI/application.py (ThubanApplication.OnInit): Add the
549 initialization of the extensions.
550 (ThubanApplication.init_extensions): Init all extensions.
551
552 * Thuban/UI/about.py (About.__init__): Added status of the extensions
553 to the about text.
554
555 * Extensions/gns2shp/__init__.py: Added init method for Extension
556 description.
557 (init): New. Contains the initialization of the module.
558
559 2005-03-04 Nina Hüffmeyer <[email protected]>
560
561 * Extensions/ogr/ogrdialog.py: Added a dialog, which asks for
562 OGRConnection to open a datasource. Removed dialog to display all
563 available drivers. Added some doc strings.
564
565 * Extensions/ogr/ogrstart.py: Added menu entry for opening an
566 OGRDatasource with a string. Added two opening methods which return an
567 OGRDatasource (either data from file or from DB).
568
569 * Extensions/ogr/ogrshapes.py: Added class OGRGeometry, which
570 represents a geometry reference of an OGRFeature. OGRShape now has a
571 list of referenced geometry objects (important for geometry
572 collections).
573 For OGRShapeStores loaded from a DB an ID column can be specified now.
574
575 2005-02-22 Jan-Oliver Wagner <[email protected]>
576
577 * test/test_map.py (TestMapWithContents.test_tree_info):
578 Added label layer for comparison.
579
580 2005-02-18 Jonathan Coles <[email protected]>
581
582 * libraries/thuban/gdalwarp.cpp (GetImageData): Optimize the loop
583 which builds a mask. Handle the majority of an image in a loop,
584 creating 8 bits at a time. Later, handle the edge case where less
585 than 8 bits are packed.
586
587 2005-02-18 Bernhard Herzog <[email protected]>
588
589 * test/test_baserenderer.py (TestBaseRenderer.setUp): Fix
590 doc-string
591
592 2005-02-18 Jonathan Coles <[email protected]>
593
594 * setup.py: Remove wx_cs_params from gdal compile options.
595
596 2005-02-18 Jonathan Coles <[email protected]>
597
598 Refactored baserenderer.py and renderer.py to remove baserenderer.py's
599 dependencies on wxPython. Added a new method projected_raster_layer()
600 that returns a raster layer image in projected space. This must be
601 implemented in classes derived from BaseRenderer. This also eliminates
602 the dependency on gdal in baserenderer.py.
603
604 * Thuban/UI/baserenderer.py (BaseRenderer.draw_raster_layer): Call
605 new projected_raster_layer() to get projected raster image instead
606 of directly calling ProjectRasterFile().
607 (BaseRenderer.projected_raster_layer): New. This must be implemented
608 by derived classes. It takes almost the same arguments as ProjectRasterFile
609 did and returns a projected image with mask and alpha data (if requested).
610 (BaseRenderer.render_map_incrementally): Remove the check for gdal since
611 that check will be done in MapRenderer.projected_raster_layer(). This
612 also allows other implementations to use different projection code.
613
614 * Thuban/UI/renderer.py (MapRenderer.projected_raster_layer):
615 Implementation of BaseRenderer.projected_raster_layer. Checks for
616 gdal support and wxPython version. Also handles exceptions from
617 ProjectRasterFile.
618
619 * libraries/thuban/gdalwarp.cpp: Removed checks for wxPython versions
620 and added a variable which can be set through the options argument
621 of ProjectRasterFile.
622
623 * test/test_baserenderer.py (SimpleRenderer.projected_raster_layer): New.
624 Calls ProjectRasterFile and returns the result.
625 (TestBaseRenderer.test_projected_raster_layer): New. Tests the results
626 of calling projected_raster_layer() with different options.
627 (TestBaseRenderer.test_raster_no_projection): Removed tests based on
628 wxPython version and all tests of masks and alpha channels. These are
629 now in test_projected_raster_layer().
630
631 2005-02-17 Jan-Oliver Wagner <[email protected]>
632
633 * Thuban/Model/map.py, Thuban/Model/label.py: Fixed
634 doc-strings to comply with coding_guidelines.
635
636 2005-02-17 Jan-Oliver Wagner <[email protected]>
637
638 Docstring improvements and minor fixes for labellayer.
639
640 * Thuban/Model/map.py:
641 (Map, Map.Destroy, Map.RemoveLayer, Map.ClearLayers,
642 Map.Layers, Map.HasLayers, Map.MoveLayerToTop,
643 Map.RaiseLayer, Map.LowerLayer, Map.MoveLayerToBottom,
644 Map.ProjectedBoundingBox, Map.GetProjection): Improved/added
645 doc string.
646 (Map.BoundingBox): Removed superfluous test for label_layer
647 and improved doc string.
648 (Map.TreeInfo): Added label_layer and improved sdo string.
649
650 * Thuban/Model/label.py: Added import of _.
651 (Label, Label.__init__): Improved/added doc string.
652 (LabelLayer, LabelLayer.__init__, LabelLayer.Labels,
653 LabelLayer.RemoveLabel, LabelLayer.ClearLabels):
654 Improved/added doc string.
655 (LabelLayer.AddLabel): Use already defined names for
656 align strings and improved doc string.
657 (LabelLayer.TreeInfo): New. Return the object data for
658 the tree view.
659
660 2005-02-16 Jonathan Coles <[email protected]>
661
662 Further wxPython 2.5 changes using patches from Daniel Calvelo Aros
663 so that that wxproj doesn't crash. Added GUI support for selecting
664 alpha channel (opacity can't be selected yet).
665
666 NOTE: If wxPython.h is including in future distribution packages
667 then it will not be necessary to have the files swigPtrConvertHack.h
668 and wxPython_int.h included with Thuban. This is hopefully
669 a temporary workaround.
670
671 * setup.py (thuban_build_ext.finalize_options): gdalwarp needs
672 access to the macro wxCHECK_VERSION so that it will properly
673 generate a bit mask. There was a problem between wx2.4 and wx2.5
674 that this works around.
675
676 * Thuban/Model/layer.py (RasterLayer.UseMask): Removed in favor
677 of RasterLayer.MaskType.
678 (RasterLayer.SetUseMask): Removed in favor of RasterLayer.SetMaskType
679 (RasterLayer.MaskType): New. Returns the type of mask to use. Can
680 specify none, a bitmap, or an alpha channel.
681 (RasterLayer.SetMaskType): New. Set what kind of mask to use.
682
683 * Thuban/UI/baserenderer.py (BaseRenderer.draw_raster_layer):
684 Set the raster warping options for the mask based on the value
685 of RasterLayer.MaskType.
686
687 * Thuban/UI/legend.py (LegendTree.__FillTreeLayer): Remove
688 deprecated calls to SetItemSelectedImage in favor of SetItemImage
689 with wxTreeItemIcon_Selected.
690
691 * Thuban/UI/rasterlayerproperties.py: Support selecting to use
692 an alpha channel for the mask.
693
694 * Thuban/UI/renderer.py (MapRenderer.draw_raster_data): Use alpha
695 data if it is available and an alpha channel is supported under
696 the current version of wxPython.
697
698 * libraries/thuban/gdalwarp.cpp (GetImageData): Added compiler define
699 to select whether 1's or 0's select the desired portion of an image
700 in the bit mask. wx2.4 has a bug where the documentation is the opposite
701 from behavior.
702 (ProjectRasterFile): Only generate an alpha channel if the version
703 of wxPython is >= 2.5.3.
704
705 * libraries/thuban/wxproj.cpp: Applied patches from Daniel Calvelo Aros.
706 When wxPython >= 2.5.3 use the special swig functions to decode an
707 object's address.
708
709 * libraries/thuban/swigPtrConvertHack.h: Includes conditional code
710 based on the version of wxPython. If >= 2.5.3 use the special swig
711 functions from wxPython to decode wxPython objects, otherwise use
712 the old method of retrieving the address from the object __repr__ string.
713
714 * libraries/thuban/wxPython_int.h: Copied from wxPython source.
715 Unnecessary code was removed to make it smaller.
716
717 * test/test_baserenderer.py (TestBaseRenderer.test_raster_no_projection):
718 Add tests for returning an alpha channel.
719
720 * test/test_layer.py (TestLayerModification.test_raster_layer): Fix
721 tests that used removed functions UseMask and SetUseMask
722
723
724 2005-02-08 Bernhard Herzog <[email protected]>
725
726 More wxPython 2.5 changes. This time taken from a patch from
727 Daniel Calvelo Aros.
728
729 * Thuban/UI/tableview.py (QueryTableFrame.__init__)
730 (QueryTableFrame.__init__): Pass the size of a spacer as a single
731 item.
732
733 * Thuban/UI/projdialog.py (ProjFrame.build_dialog)
734 (ProjFrame.build_dialog): Pass the size of a spacer as a single
735 item.
736
737 * Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Pass the
738 size of a spacer as a single item.
739
740 * Thuban/UI/classifier.py (Classifier.dialog_layout): Pass the
741 size of a spacer as a single item.
742
743 2005-02-08 Bernhard Herzog <[email protected]>
744
745 Compatibility with wxPython 2.5. The changes should make it work
746 better with 2.5 while still keeping compatibility with 2.4. There
747 are still problems with 2.5, though.
748
749 * Thuban/UI/dock.py (DockableWindow.__CreateBorder): Pass the size
750 of a spacer as a single item.
751
752 * Thuban/UI/classifier.py (ClassGroupPropertiesCtrl): Derive only
753 from wxControl
754
755 * Thuban/UI/legend.py (LegendTree): When running with wxPython <
756 2.5, add an implementation of the GetFirstChild method that does
757 not require the second parameter.
758 (LegendTree.find_layer, LegendTree._OnMsgMapLayersAdded)
759 (LegendTree._OnMsgMapLayersRemoved, LegendTree.DeleteAllItems)
760 (LegendTree.DeleteChildren, LegendTree.__ShowHideLayer): Do not
761 pass the second parameter to GetFirstChild
762
763 2005-02-08 Nina Hüffmeyer <[email protected]>
764
765 * Extensions/ogr/ogrshapes.py: Removed some print commands.
766
767 * Extensions/ogr/ogrstart.py: Changed the GUI. OGR is no longer an
768 additional menu but appears as a possibility in the menu Map.
769
770 2005-02-07 Jonathan Coles <[email protected]>
771 * libraries/thuban/gdalwarp.cpp: Removed the macros PYTHON_ERR
772 and PYTHON_ERRF since they were no longer necessary.
773
774 2005-02-07 Bernhard Reiter <[email protected]>
775 * Thuban/UI/classifier.py (ClassGrid.DeleteSelectedRows):
776 Enable translation for message string.
777
778 2005-02-06 Martin Schulze <[email protected]>
779
780 * Extensions/wms/infodialog.py (wmsInfoDialog.__init__): Adjusted
781 the arguments of the contstructor to fit the global scheme
782
783 2005-01-31 Nina Hüffmeyer <[email protected]>
784
785 * Extensions/ogr/ogrdialog.py: Added class ogrdialog.py, which provides
786 some dialogs needed to start ogr.
787
788 * Extensions/ogr/__init__.py: Changed comments to avoid encoding
789 warnings.
790
791 * Extensions/ogr/test/test_OGRShapestore.py: Changed comments to avoid
792 encoding warnings.
793
794 2005-01-28 Jonathan Coles <[email protected]>
795
796 * libraries/thuban/gdalwarp.cpp (GetImageData): Recode how the
797 mask is packed into a bit array. It's now slightly faster.
798
799 2005-01-28 Jonathan Coles <[email protected]>
800
801 * Thuban/Model/layer.py (RasterLayer.__init__): Make use_mask
802 default to true.
803
804 * Thuban/Model/load.py (SessionLoader.start_rasterlayer): Remove
805 code that loads the state of the layer's use_mask flag. Its
806 usefulness is still being debated.
807
808 * Thuban/Model/save.py (SessionSaver.write_layer): Remove
809 code that saves the state of the layer's use_mask flag. Its
810 usefulness is still being debated.
811
812 * Thuban/UI/baserenderer.py (BaseRenderer.draw_raster_layer): Pass
813 options to ProjectRasterFile based on the state of layer.UseMask().
814 Catch more exceptions from ProjectRasterFile so that Thuban doesn't
815 quit is there is a problem projecting.
816 (BaseRenderer.draw_raster_data): Change the documentation to
817 describe the new format (XBM) that the mask data will be in.
818
819 * Thuban/UI/renderer.py (MapRenderer.draw_raster_data): The mask
820 data is in XBM format when format='RAW' which means it doesn't
821 need to be converted to a wxImage before being used as a mask
822 for a wxBitmap. Assume that if format != 'RAW' that the image
823 data and mask data are in the same format.
824
825 * libraries/thuban/gdalwarp.cpp (GetImageData): If alpha is enabled
826 and a mask is requested, convert the alpha band to a bit array in
827 XBM format. if an alpha channel is requested, simply return the
828 data in the alpha band. Provide better error handling by returning
829 python error messages (also fixes RT #2947).
830 (ProjectRasterFile): Support multiple mask options, rather than simply
831 a flag indicating that a mask should or should not be used. Provide
832 better error handling by returning python error messages.
833
834 * test/test_baserenderer.py (TestBaseRenderer.test_raster_no_projection):
835 Add mask data to test.
836
837 * test/test_layer.py (TestLayer.test_raster_layer): Test that a layer
838 should use the mask by default.
839 (TestLayerModificaton.test_raster_layer): Test that a layer should use
840 the mask by default.
841
842 * test/test_load.py (TestRasterLayer.test): Remove testing for
843 use_mask flag in file.
844
845 * test/test_save.py (SaveSessionTest.testRasterLayer): Remove testing
846 for use_mask in file.
847
848 * test/test_load_1_0_1.py: Removed. Shouldn't have been checked in.
849
850 2005-01-26 Jonathan Coles <[email protected]>
851
852 Add a new dialog box for raster layers. The dialog box allows
853 the user to toggle a mask that is generated by ProjectRasterFile
854 and is used to only draw the real parts of the projected image.
855
856 * Thuban/UI/baserenderer.py (BaseRenderer.draw_raster_layer):
857 Instruct the warping code to generate a mask if the raster layer
858 requests one.
859 (BaseRenderer.draw_raster_data): Removed obsolete optional mask argument.
860
861 * Thuban/UI/renderer.py (MapRenderer.draw_raster_data): Removed
862 obsolete optional mask argument.
863
864 * Thuban/UI/classifier.py (Classifier): Change the parent class
865 to LayerProperties and rework the code to support layout calls
866 from the parent.
867 (Classifier.dialog_layout): New. Layout the dialog box.
868 (Classifier.map_layers_removed): Removed. Moved to parent class.
869 (Classifier.map_replaced): Removed. Moved to parent class.
870 (Classifier._OnTry): Renamed to OnTry to support parent class.
871 (Classifier.OnClose): Removed. Supplied in parent class.
872 (Classifier._OnCloseBtn): Removed. Supplied in parent class as OnCloseBtn.
873 (Classifier._OnOK): Renamed to OnOK to support parent class.
874 (Classifier._OnRevert): Renamed to OnRevert to support parent class.
875
876 * Thuban/UI/layerproperties.py: New. Base class for layer properties
877 dialog boxes.
878
879 * Thuban/UI/rasterlayerproperties.py: New. Class for displaying
880 raster layer properties.
881
882 * libraries/thuban/gdalwarp.cpp: Replace the old gdalwarp.cpp code
883 with the non-simple version supplied with gdal. This allows added
884 features such as creating an alpha band.
885 (GetImageData): Generate a mask array from the alpha band that is
886 generated by gdal if the user has selected it. Try to support images
887 that have more than three bands, such as images with RGB plus an
888 alpha band.
889 (ProjectRasterFile): Convert python argument for mask and tell
890 gdal to enable or disable an alpha band.
891
892 * Thuban/Model/layer.py (BaseLayer.Type): New. Returns a string
893 describing what kind of layer the class is. Defaults to "Unknown",
894 but should be overridden by subclasses.
895 (Layer.Type): New. Override base class method.
896 (RasterLayer.__init__): Create a flag for using a mask. Record extra
897 data from gdal for display in the properties dialog.
898 (RasterLayer.Type): New. Override base class method.
899 (RasterLayer.UseMask): New. Returns True if the mask should be used.
900 (RasterLayer.SetUseMask): New. Set if the mask should be used.
901 (RasterLayer.ImageInfo): New. Return extra information about the image.
902
903 * Thuban/Model/load.py (SessionLoader.start_rasterlayer): Load
904 the mask information.
905
906 * Thuban/Model/save.py (SessionSaver.write_layer): Save mask information.
907
908 * Thuban/UI/mainwindow.py: Register the RasterLayerProperties and
909 Classifier classes as dialogs to use with the proper layer types.
910
911 * test/test_baserenderer.py (TestBaseRenderer.test_raster_no_projection):
912 Fix test.
913
914 * test/test_layer.py (TestLayer.test_raster_layer): Test new methods.
915 (TestLayerModification.build_path): New. Support function.
916 (TestLayerModification.test_raster_layer): New. Test new methods.
917
918 * test/test_save.py (SaveSessionTest.testRasterLayer): Add tests for mask.
919
920 * test/test_load.py (TestRasterLayer): Add tests for mask.
921
922 * test/test_load_1_0_1.py: New. Copied from test_load.py.
923
924 * test/test_baserenderer.py (SimpleRenderer.draw_raster_data): Removed
925 obsolete optional mask argument.
926
927 2005-01-26 Nina Hüffmeyer <[email protected]>
928
929 * Extensions/ogr/ogrshapes.py: Added two dictionaries to ShapeStore
930 which maps the ids and the ordinals. Fixed RowIdToOrdinal(),
931 RowOrdinalToId() and ReadRowAsDict().
932
933 * Extensions/ogr/ogrstart.py: Added menu item which opens database
934 layers for existing database connections.
935
936 * Extensions/ogr/test/test_OGRShapestore.py: Fixed a message string.
937
938
939 2005-01-26 Jan-Oliver Wagner <[email protected]>
940
941 * Doc/manual/thuban-manual-de.xml: More translations.
942
943 2005-01-24 Bernhard Herzog <[email protected]>
944
945 Rework the status bar updates a bit to make sure the message about
946 the projections is produced at the right times.
947
948 * Thuban/UI/mainwindow.py (MainWindow.update_status_bar_messages):
949 New class variable with messages that may require a status bar
950 update.
951 (MainWindow.view_position_changed)
952 (MainWindow.update_status_bar): Rename from view_position_changed
953 to update_status_bar. It's meaning has changed now that it may
954 also generate messages about problems with projection settings.
955 (MainWindow.__init__): Use the new update_status_bar_messages
956 class variable to subscribe update_status_bar
957 (MainWindow.set_position_text): Update doc-string. This method
958 has to be renamed at some point. See doc-string and comments.
959 (MainWindow.OnClose): Unsubscribe update_status_bar from all
960 messages in update_status_bar_messages
961
962 * Thuban/UI/viewport.py (ViewPort.forwarded_map_messages): New
963 class attribute. map messages to be forwarded by the viewport.
964 (ViewPort._subscribe_map, ViewPort._unsubscribe_map): (un)subscribe
965 the messages in forwarded_map_messages
966
967 2005-01-21 Bernhard Herzog <[email protected]>
968
969 * test/postgissupport.py (PostGISDatabase.__init__): Tweak
970 doc-string
971 (find_postgis_sql): Update for postgis-1.0.0-rc1, which uses a
972 different name for the initialization SQL file.
973
974 2005-01-21 Jonathan Coles <[email protected]>
975
976 * Thuban/UI/baserenderer.py (proj_params_to_str): New. Takes
977 a projection and returns a formatted string representing the
978 parameters to feed to gdalwarp. This function eliminates
979 redundancy in draw_raster_layer().
980 (BaseRenderer.render_map_incrementally): Removed the optimization which
981 drew the top most raster layer first and then only those vector-
982 based layers that are above it. With the support for transparency
983 this optimization breaks correct behaviour.
984 (BaseRenderer.draw_raster_layer): Reorganize code to support possible
985 future enhancements to raster layer bounding box. The old behaviour has
986 not changed. Also, change calling parameters to draw_raster_data()
987 to specify new RAW data format and mask.
988 (BaseRenderer.draw_raster_data): Change signature to include an optional
989 parameter for mask information. Change documentation to mention
990 support for new parameter and added option for RAW data format.
991 The data argument is now a list of [width, height, data].
992
993 * Thuban/UI/renderer.py (MapRenderer.draw_raster_data): Add new optional
994 mask parameter. Add new condition for RAW format, which
995 significantly reduces rendering time. Add condition for
996 mask parameter.
997
998 * libraries/thuban/gdalwarp.cpp (GetImageData): New. Creates a
999 data array of RGB values from the projected image returned from
1000 the gdal warping functions. In the case of palette based images, it
1001 converts the NO_DATA index to the mask color.
1002 (ProjectRasterFile): Removed all custom memory driver references
1003 and replaced it with the standard in-memory dataset provided
1004 by gdal. The return data is no longer a BMP file, but an array
1005 of RGB values, one set triple per pixel.
1006
1007 * libraries/thuban/bmpdataset.cpp: Removed. Unnecessary.
1008 * libraries/thuban/cpl_mfile.h: Removed. Unnecessary.
1009 * libraries/thuban/cpl_mfile.cpp: Removed. Unnecessary.
1010
1011 * setup.py (thuban_build_ext.finalize_options): Removed mention
1012 of cpl_mfile.cpp and bmpdataset.cpp files in the list of source
1013 files. These are obsolete with the new version of gdalwarp.cpp
1014
1015 * test/test_baserenderer.py (SimpleRenderer.draw_raster_data):
1016 Updated signature.
1017 (TestBaseRenderer.test_raster_no_projection): Changed the test
1018 data to be data in the uncompressed RAW format returned from
1019 ProjectRasterFile.
1020
1021 2005-01-21 Jan-Oliver Wagner <[email protected]>
1022
1023 * Thuban/UI/mainwindow.py (MainWindow.view_position_changed): Made
1024 string available for i18n.
1025
1026 2005-01-20 Russell Nelson <[email protected]>
1027
1028 * Resources/Projections/defaults.proj: Ruin the speling of the
1029 Lambert-93 projection so it doesn't run into the wx UTF-8 bug.
1030 It's the wrong thing to do in the long run, but it's necessary for
1031 those users until that bug is fixed. Otherwise the projection
1032 dialog segfaults. Better to annoy some Lambert-93 users with a
1033 spelling mistake than every Fedora Core 3 user of Thuban-CVS.
1034
1035 2005-01-20 Bernhard Reiter <[email protected]>
1036
1037 * Thuban/UI/mainwindow.py (MainWindow.view_position_changed): Added
1038 docstring and comment that the warning code here is a hack.
1039
1040 2005-01-20 Russell Nelson <[email protected]>
1041
1042 * Thuban/UI/mainwindow.py (MainWindow.view_position_changed): Warn
1043 user about misprojected layers when their lat/lon bounding
1044 box exceeds rational lat/lon values.
1045
1046 2005-01-20 Bernhard Reiter <[email protected]>
1047
1048 * Thuban/UI/about.py (unicodeToLocale): Improved:
1049 Use 'ascii' and then 'replace' for other characters
1050 when getdefaultlocale returns None. Thanks to Bernhard H. .
1051
1052 2005-01-20 Bernhard Reiter <[email protected]>
1053
1054 * Thuban/UI/classgen.py (GenQuantilesPanel.OnRetrieve): Added a comment
1055 that OnRangeText might be called twice and using None as argument.
1056
1057 2005-01-20 Bernhard Reiter <[email protected]>
1058
1059 * Thuban/UI/classgen.py (GenQuantilesPanel.OnRetrieve): Add a
1060 OnRangeText(0) to work around a different in wx Behaviour noticed
1061 on MacOSX, thanks to Lorenzo Moretti and Daniel Calvelo for the fix.
1062
1063 2005-01-20 Bernhard Reiter <[email protected]>
1064
1065 * Thuban/UI/about.py: take iso-8859-15 when getdefaultlocale returns
1066 None. (Fixes rt#2910.)
1067
1068 2005-01-18 Frank Koormann <[email protected]>
1069
1070 New Extension: mouseposition
1071 Tool to collect mouse click positions (map coordinates) in a dialog.
1072
1073 * Extensions/mouseposition/__init__.py: New, extension registration
1074
1075 * Extensions/mouseposition/mouseposition.py: New, implements the
1076 dialog and adds a tool to Thuban mainwindow.
1077
1078 * Extensions/mouseposition/position.xpm: New, icon for tool.
1079
1080 2005-01-14 Jan-Oliver Wagner <[email protected]>
1081
1082 * Doc/manual/thuban-manual-de.xml: More translations.
1083
1084 2005-01-11 Frank Koormann <[email protected]>
1085
1086 * Thuban/UI/mainwindow.py (MainWindow.DuplicateLayer):
1087 Fix indention bug.
1088
1089 2005-01-09 Frank Koormann <[email protected]>
1090
1091 * Thuban/UI/mainwindow.py (MainWindow.DuplicateLayer):
1092 BugFix 2901: Explicitly copy layers ClassificationColumn since it
1093 is not part of the layers Classification.
1094
1095 2005-01-03 Frank Koormann <[email protected]>
1096
1097 * Thuban/UI/renderer.py (ScreenRendererdraw_selection_incrementally):
1098 BugFix 2883: Former implementation only worked on classified point
1099 layers: KeyError was raised, now use the default size if field is None.
1100
1101 2004-12-27 Bernhard Reiter <[email protected]>
1102
1103 svgexport 1.0.0cvs: Fixed label export.
1104
1105 * Extensions/svgexport/test/test_svgmapwriter.py:
1106 class TestSVGRenderer(): New class; new test test_label_font().
1107
1108 * Extensions/svgexport/svgmapwriter.py
1109 (SVGRenderer.label_font()): initialised Font size with self.factor now,
1110 makes test_label_font happy.
1111
1112 * Extensions/svgexport/TODO: crossed out fixed label export item.
1113 Added item for options.
1114
1115 * Extensions/svgexport/__init__.py: Bumped version to 1.0.0cvs.
1116
1117 2004-12-27 Russell Nelson <[email protected]>
1118
1119 Middle mouse button pans.
1120
1121 * Thuban/UI/view.py (MapCanvas.__init__): Subscribe also
1122 OnMiddleDown and OnMiddleUp events.
1123 (MapCanvas.OnMiddleDown): New. Activate the pan tool and remember the
1124 previously used tool.
1125 (MapCanvas.OnMiddleUp): New. Reactivate the remebered tool used before
1126 pressing the middle mouse button.
1127
1128 2004-12-27 Jan-Oliver Wagner <[email protected]>
1129
1130 * Doc/manual/thuban-manual-de.xml: More translations.
1131
1132 2004-12-23 Jan-Oliver Wagner <[email protected]>
1133
1134 * Thuban/UI/projdialog.py (ProjFrame.load_user_proj): Added a
1135 \n to stderr after the warnings. Thanks to Russell Nelson.
1136
1137 2004-12-20 Nina Hueffmeyer <[email protected]>
1138
1139 * Extensions/ogr/ogrshapes.py: Fixed some issues from
1140 Bernhard (coding guidelines etc.). Additionally it is now possible to
1141 display shapefiles containing feature collections (e.g.polygons
1142 with holes). Works with gdal 1.2.1 now.
1143
1144 * Extensions/ogr/test/test_OGRShapestore.py: Fixed some issues
1145 from Bernhard (coding guidelines etc.). If ogr can't be imported,
1146 tests are skipped now.
1147
1148 * Extensions/ogr/ogrstart.py: Fixed some typings.
1149
1150 2004-12-20 Bernhard Reiter <[email protected]>
1151
1152 * Extensions/svgexport/TODO: updated to add support for
1153 raster layers and labels for 1.0.1.
1154
1155 * Extensions/svgexport/svgmapwriter.py (draw_raster_layer):
1156 Issue a warning now.
1157
1158 2004-12-19 Bernhard Reiter <[email protected]>
1159
1160 * Extensions/svgexport/TODO: Added idea to support triggering
1161 the application down the pipe.
1162
1163 2004-12-19 Bernhard Reiter <[email protected]>
1164
1165 svgexport: Improved code quality, mainly by better naming.
1166
1167 * Extensions/svgexport/svgmapwriter.py:
1168 DrawPath() renamed to DrawPolygonPath(),
1169 added documentation, improved comments and variable names.
1170
1171 * Extensions/svgexport/svgmapwriter.py,
1172 Extensions/svgexport/test/test_svgmapwriter.py:
1173 All using DrawPolygonPath() now, the default parameter closed=True
1174 omitted.
1175
1176 * Extensions/svgexport/test/test_svgmapwriter.py:
1177 renamed test_polygon_opened() to test_polyline()
1178 renamed test_transparent_polygon() to test_transparent_polyline()
1179
1180 2004-12-18 Jan-Oliver Wagner <[email protected]>
1181
1182 Some fixes of gns2shp extension.
1183
1184 * Extensions/gns2shp/test/__init__.py: New. Make this directory a
1185 package.
1186
1187 * Extensions/gns2shp/test/test_gns2shp.py: Add some import paths
1188 dynamically.
1189
1190 * Extensions/gns2shp/test/README: Simplified description how to test.
1191
1192 * Extensions/gns2shp/gns2shp.py (gns2shp): Fixed doc-string,
1193 fixed some dimensions of fields according to the GNS documentation
1194 which seems to change undocumented.
1195 Now killing trailing \n and/or \r from MODIFY_DATE.
1196 This fixes RT#2453.
1197
1198 2004-12-18 Bernhard Reiter <[email protected]>
1199
1200 svgexport 1.0.0: Treats holes and islands nicely. Documentation added.
1201
1202 * Extensions/svgexport/test/test_svgmapwriter.py:
1203 Added new tests: test_export_polygon_with_hole()
1204 and test_polygon_with_hole().
1205
1206 * Extensions/svgexport/svgmapwriter.py
1207 (draw_polygon_shape()): Uses DrawPath correctly now.
1208
1209 * Doc/manual/thuban-manual.xml: Added documentation for stable
1210 extention svgexport.
1211 * Doc/manual/thuban-manual-de.xml: Copied English section about
1212 svexport over.
1213
1214 * Extensions/svgexport/__init__.py: Bumped version number to 1.0.0.
1215
1216 * Extensions/svgexport/svgsaver.py,maplegend.py:
1217 Moved from experimental to stable extension menu.
1218
1219 * Extensions/svgexport/TODO: updated.
1220
1221
1222 2004-12-18 Bernhard Reiter <[email protected]>
1223
1224 Added Extensions/svgexport/TODO
1225
1226 2004-12-18 Bernhard Reiter <[email protected]>
1227
1228 Refactored in svgexport:
1229 DrawPath replaces DrawPolygon; added newline in front of "M" in paths.
1230
1231 * Extensions/svgexport/svgmapwriter.py
1232 Added verbosity level 3 to print out polygon points.
1233 (class Point): added __repr__
1234 (class Brush, __str__()): Added space after ,.
1235 (DrawPolygon): Renamed to DrawPath()
1236 (DrawPath): Takes list of polygons as input now, adds \n before "M"s.
1237 (DrawLines): Using DrawPath now.
1238
1239 * Extensions/svgexport/test/test_svgmapwriter.py:
1240 Replaced DrawPolygon() calls with DrawPath() and put the first argument
1241 inside another list. Adapted test data with a newline before "M".
1242
1243 2004-12-18 Bernhard Reiter <[email protected]>
1244
1245 Refactored svgexport tests: 9 double tests runs eliminated;
1246 code size reduced by 8 lines.
1247
1248 * Extensions/svgexport/test/test_svgmapwriter.py:
1249 (class TestWithDC): Renamed to BaseTestWithDC, moved to top.
1250 (class BaseWithDCtools): New, subclass from BaseTestWithDC.
1251 (class TestDrawSplines): now subclass from BaseTestWithDCtools,
1252 this fixed the double running of the nine tests of TestVirtualDC.
1253 (class TestVirtualDC): Using self.dc and self.file from setUp().
1254
1255 2004-12-17 Bernhard Herzog <[email protected]>
1256
1257 Two windows specific fixes ported from thuban-1­0-branch:
1258
1259 * Thuban/UI/about.py (unicodeToLocale): Use getdefaultlocale
1260 instead of getlocale because getlocale doesn't return a usable
1261 encoding name on a german windows 2000
1262
1263 * setup.py: windows build: Removed the absolute path names and
1264 made all prfixes relative to the directory containing setup.py.
1265 Makes it a little easier to adapt to a different system.
1266
1267 2004-12-16 Bernhard Herzog <[email protected]>
1268
1269 Add support for PostGIS tables with LINESTRING geometries.
1270 Fixes RT#2299
1271
1272 * Thuban/Model/postgisdb.py (shapetype_map): Add LINESTRING
1273
1274 * test/postgissupport.py
1275 (PostgreSQLServer.get_default_static_data_db): Rename the "roads"
1276 table to "roads-multi" because it now uses MULTILINESTRING
1277 geometries and introduce a new "roads" table that uses LINESTRING
1278 (coords_to_multilinestring): Make the doc string more precise
1279 (coords_to_linestring): New. Create a LINESTRING WKT
1280 representatin
1281 (wkt_converter): Add coords_to_linestring
1282 (upload_shapefile): Rephrase the doc-string a bit.
1283
1284 * test/test_postgis_db.py (TestPostGISShapestoreArc)
1285 (LineStringTests)
1286 (TestPostGISShapestoreLineString)
1287 (TestPostGISShapestoreMultiLineString): Split
1288 TestPostGISShapestoreArc into a base class LineStringTests and two
1289 derived classes TestPostGISShapestoreLineString for LINESTRING
1290 geometries and TestPostGISShapestoreMultiLineString for
1291 MULTILINESTRING geometries. Most test methods are in the base
1292 class with the exception of tests that explicitly check the raw
1293 format.
1294
1295 2004-12-16 Bernhard Herzog <[email protected]>
1296
1297 Make the test suite work with PostGIS 0.8.2 and PostgreSQL 7.4
1298
1299 * test/postgissupport.py (find_postgis_sql): Different postgis
1300 versions put the postgis.sql file into slightly different places
1301 so we have to look in both. The updated doc string describes this
1302 is more detail.
1303
1304 * test/test_postgis_db.py
1305 (TestPostGISSpecialCases.test_column_name_quoting): The return
1306 value of UniqueValues is unsorted, so it has to be sorted for
1307 comparison.
1308
1309 2004-12-16 Bernhard Herzog <[email protected]>
1310
1311 Fix for RT#2237
1312
1313 * Thuban/UI/projdialog.py (ProjFrame._show_proj_panel): If the
1314 panel to be shown is the UnknownProjPanel disable the OK and Try
1315 buttons. Otherwise enable them.
1316 (ProjFrame.__GetProjection): The UnknownProjPanel returns None for
1317 the parameters. In that case __GetProjection also returns None
1318 now.
1319
1320 2004-12-15 Bernhard Herzog <[email protected]>
1321
1322 * Thuban/UI/classgen.py (GenQuantilesPanel.__init__): Set the
1323 minimum number of classes to 2. The calculate_quantiles needs at
1324 least two and raises an exception otherwise.
1325 Fixes RT#2549
1326
1327 2004-12-15 Bernhard Herzog <[email protected]>
1328
1329 * test/postgissupport.py (PostgreSQLServer.execute_sql): Extend to
1330 so that it returns a result for select statements.
1331 (PostgreSQLServer.server_version): New. Return the version of the
1332 server software.
1333 (PostgreSQLServer.require_authentication): The format of
1334 pg_hba.conf has changed between PostgrSQL 7.2 and 7.3. Check the
1335 server version and generate the file in the correct format
1336
1337 2004-12-15 Bernhard Herzog <[email protected]>
1338
1339 * test/postgissupport.py (PostgreSQLServer.is_running): Fix typo
1340 in the doc string and rephrase it a little.
1341
1342 2004-12-15 Frank Koormann <[email protected]>
1343
1344 * test/test_load.py (TestAltPath.checkSession): New, extended checks if
1345 session has been loaded successfully. The check is called by the relevant
1346 tests after executing load_session().
1347
1348 2004-12-13 Bernhard Herzog <[email protected]>
1349
1350 Make sure the region used to determine which shapes are visible
1351 actually matches the region on the printed page. If this isn't
1352 done properly some shapes might not be printed.
1353 Fixes RT #2692
1354
1355 * Thuban/UI/view.py (MapPrintout.draw_on_dc): The region for the
1356 renderer has to be at the same position as the mapregion
1357
1358 * Thuban/UI/renderer.py (ExportRenderer.RenderMap): self.region
1359 has to be moved by (self.shiftx, self.shifty) too.
1360
1361 2004-12-13 Bernhard Herzog <[email protected]>
1362
1363 * libraries/pyprojection/Projection.i: Work around a bug in the
1364 generated python code which leads to exception in the __del__
1365 method when the constructor fails. See the comments in the code
1366 for more details.
1367
1368 * libraries/pyprojection/Projection.py: Updated from Projection.i
1369 with SWIG.
1370
1371 2004-12-13 Bernhard Herzog <[email protected]>
1372
1373 * test/test_load.py (TestAltPath.test_01_single_path_error_fix)
1374 (TestAltPath.test_02_path_error_fix_from_list)
1375 (TestAltPath.test_05_path_error_fix_from_list_changed)
1376 (TestAltPath.test_06_path_error_fix_from_list_fails): self.session
1377 is destroyed in tearDown, so there's no need to do it in a test
1378 case.
1379
1380 * Thuban/Model/load.py (SessionLoader.open_shapefile): Remove a
1381 debug print
1382
1383 2004-12-13 Bernhard Herzog <[email protected]>
1384
1385 * Extensions/svgexport/test/test_svgmapwriter.py
1386 (TestDrawSplines.setUp): Do not use super with the unittest
1387 classes because in Python 2.2 they're still old-style classes.
1388
1389 2004-12-13 Frank Koormann <[email protected]>
1390
1391 Alternative Path feature: When loading a (moved) session where
1392 shapefiles cannot be found, ask the user. Use the specified path
1393 if further shapefiles are missing. However, ask the usr for confirmation
1394 in such cases.
1395
1396 * test/test_load.py (TestAltPath): New, tests for alternative path feature
1397 in load_session()
1398 (Shapefile_CallBack): Helper, implements controllable callback.
1399
1400 * Thuban/UI/application.py (ThubanApplication.OnInit):
1401 Added "alt_path" to self.path
1402 (ThubanApplication.OpenSession): Added shapefile_callback as second
1403 callback similar to db_connection_callback.
1404 (ThubanApplication.run_alt_path_dialog): New, implementaion of
1405 shapefile_callback. In addition to raising the dialog the control of
1406 self.path('alt_path') is implemented here.
1407
1408 * Thuban/Model/load.py (SessionLoader.__init__): Added shapefile_callback.
1409 (SessionLoader.open_shapefile): Open shapefile, eventually with
1410 alternative path. This wrapps the "theSession.OpenShapefile(filename)"
1411 formerly used in start_fileshapesource()/start_layer().
1412 (SessionLoader.start_fileshapesource): Call open_shapefile().
1413 (SessionLoader.start_layer): Call open_shapefile().
1414 (load_session): Added shapefile_callback.
1415
1416 * Thuban/UI/altpathdialog.py: New, implements dialogs for alternative path
1417 feature (search / check).
1418
1419 * Doc/manual/thuban-manual.xml: Added documentation of new feature.
1420
1421 2004-12-11 Bernhard Reiter <[email protected]>
1422
1423 svgexport 0.9.2: Point size supports for maps.
1424
1425 * Extensions/svgexport/svgmapwriter.py: Added import of SHAPETYPE_POINT
1426 (def draw_point_shape): new parameter size defaults to 2 as before.
1427 (draw_shape_layer_incrementally): Moved draw_func log line higher.
1428 Added draw_func call with size when dealing with a point layer.
1429
1430 * Extensions/svgexport/__init__.py: bumped version to 0.9.2.
1431
1432 2004-12-11 Bernhard Reiter <[email protected]>
1433
1434 Made sure that newlines are inserted in the svg path d attributes
1435 to raise the chance that the line length will be below 255 characters,
1436 as recommended by REC SVG 1.1 in section 8.3.1.
1437
1438 * Extensions/svgexport/svgmapwriter.py(DrawPolygon):
1439 Adding \n before L's and changed whitespace handling.
1440
1441 * Extensions/svgexport/test/test_svgmapwriter.py:
1442 Adapted tests to new whitespace handling of DrawPolygon.
1443
1444 2004-12-11 Bernhard Reiter <[email protected]>
1445
1446 * Doc/technotes/coding_guidelines.txt: easy typo fixed.
1447
1448 * Extensions/svgexport/test/test_svgmapwriter.py:
1449 Removed test_drawbezier in favour of new test_drawspline3 and
1450 test_drawspline4 within new class TestDrawSplines(TestVirtualDC).
1451 All only to test DrawSpline.
1452
1453 * Extensions/svgexport/svgmapwriter.py(DrawSpline):
1454 New implementation now really using the strange algorithm of
1455 xfig 3.1's approximated splines and its conversion to postscript
1456 with one twist: SVG can do quadratic beziers, so skipped translation
1457 to cubic beziers.
1458 (TestWithDC): Typo in comment fixed.
1459
1460 2004-12-09 Martin Schulze <[email protected]>
1461
1462 * Thuban/Model/classgen.py: Added missing character encoding
1463
1464 * Extensions/wms/properties.py (OpenWMSProperties): removed
1465
1466 * Extensions/wms/parser.py (WMSCapabilitiesParser.error): Dropped
1467 support for get_srs_discrepancies() since there are no
1468 discrepancies anymore (was a thinko)
1469
1470 * Extensions/wms/layer.py (WMSLayer.GetMapImg): Improved graphic
1471 format priority now that more formats are supported globally by
1472 the render engine.
1473
1474 2004-12-08 Silke Reimer <[email protected]>
1475 * Extensions/ogr/ogrshapes.py: Substituted ogr-method CloseRings
1476 because it is not available in all versions of ogr
1477
1478 2004-12-08 Bernhard Reiter <[email protected]>
1479 * Extensions/ogr/__init__.py: Added empty __init__.py to heal
1480 global tests until a real one is commited.
1481
1482 2004-12-07 Nina Hüffmeyer <[email protected]>
1483
1484 * /Extensions/ogr/: Adding a new extension to read shapefiles with
1485 ogr. It is planned to add other vector formats.
1486
1487 * /test/runtests.py: Adding tests from /Extensions/ogr/test/.
1488
1489 2004-12-07 Jan-Oliver Wagner <[email protected]>
1490
1491 * /Extensions/svgexport/test/test_svgmapwriter.py: Reverting
1492 part of a (non-)fix to renable that the tests are always
1493 executed.
1494
1495 2004-12-07 Bernhard Reiter <[email protected]>
1496
1497 * Extensions/svgexport/test/test_svgmapwriter.py:
1498 Added test_drawbezier() to test DrawSpline().
1499
1500 * Extensions/svgexport/svgmapwriter.py(DrawSpline):
1501 Really implemented bezier drawing.
1502
1503 * Extensions/svgexport/__init__.py: Bumped version of svgexport
1504 to 0.9.1 because now the legend examples lines styles
1505 will be drawing with beziers.
1506
1507 2004-12-05 Martin Schulze <[email protected]>
1508
1509 * Thuban/UI/renderer.py (raster_format_map): Added PNG, TIFF and
1510 GIF as supported bitmap image formats (helpful for the WMS extension)
1511
1512 2004-11-30 Martin Schulze <[email protected]>
1513
1514 * Extensions/wms/test/test_ogclib.py (TestOGCLib.test_compareURLs):
1515 Improved the test for the internal compare method
1516
1517 2004-11-27 Jan-Oliver Wagner <[email protected]>
1518
1519 * Thuban/UI/about.py (About.__init__): Added
1520 Norbert Solymosi for hungarian translation and Ole Rahn
1521 as contrbutor. Moved Bernhard Reiter from Contributor
1522 to Developer.
1523
1524 2004-11-27 Bernhard Reiter <[email protected]>
1525
1526 * Extensions/svgexport/test/test_svgmapwriter.py:
1527 Removed Jan from author list as he did not change enough significant
1528 lines yet.
1529
1530 * Extensions/svgexport/__init__.py: Added Bernhard as author
1531 of the Extension.
1532
1533 2004-11-27 Jan-Oliver Wagner <[email protected]>
1534
1535 * po/hu.po: New. Hungarian translation. Contributed
1536 by Norbert Solymosi.
1537
1538 2004-11-26 Bernhard Herzog <[email protected]>
1539
1540 * Extensions/svgexport/test/test_svgmapwriter.py
1541 (Testobjectexport.test_transparent_polygon): Commented out some
1542 debug prints
1543
1544 2004-11-24 Jan-Oliver Wagner <[email protected]>
1545
1546 Fix broken tests for svg extension and added svg legend
1547 to Experimental menu.
1548
1549 * Extensions/svgexport/test/test_svgmapwriter.py: Fix to have
1550 the test run correctly even if the extension is a package.
1551 Also removed the "import Thuban" which makes no sense.
1552
1553 * Extensions/svgexport/__init__.py: Fix to have the extensions'
1554 test module also be executed from the global test routine.
1555 This is done by looking for the absense of the DISPLAY variable.
1556
1557 * Extensions/svgexport/maplegend.py: Moved the menu entry from Extensions
1558 to Experimental menu since this module has yet not reached a stable
1559 status (ie. 1.0).
1560
1561 2004-11-22 Bernhard Reiter <[email protected]>
1562
1563 * Extensions/svgexport/svgmapwriter.py:
1564 Added verbose variable and some logging depending on it.
1565 (class VirtualDC(XMLWriter)): Minor improvement in the polygon loop,
1566 because counting i is not necessary.
1567 (class Pen, class Brush): Added simple __str__ methods.
1568 (SVGRenderer.draw_polygone_shape): Fix #2698 (transparent polygons are
1569 not exported to svg file) Note: holes still unhandled.
1570
1571 * Extensions/svgexport/test/test_svgmapwriter.py:
1572 Made a baseclass TestWithDC for test needed a DC.
1573 Added tests for bug #2698 (transparent polygons are not
1574 exported to svg file):
1575 Testobjectexport.test_transparent_polygon()
1576
1577 * Thuban/Model/base.py (UnsetModified):
1578 Fixed some typos in docstring.
1579
1580 * Thuban/UI/baserenderer.py (BaseRenderer.draw_polygon_shape()):
1581 Added hints on the used algorithm for handling holes.
1582
1583 2004-11-20 Jan-Oliver Wagner <[email protected]>
1584
1585 Some face lifting for the examples.
1586
1587 * Examples/__init__.py: Make this directory a package.
1588
1589 * Examples/simple_extensions/__init__.py: Make this directory a package.
1590
1591 * Examples/simple_extensions/hello_world.py: Moved entry from Extensions
1592 menu to Examples menu.
1593
1594 * Examples/simple_extensions/simple_command.py: Some more comments,
1595 minor changes.
1596
1597 * Examples/simple_extensions/simple_tool.py: Minor changes.
1598
1599 2004-11-20 Jan-Oliver Wagner <[email protected]>
1600
1601 Changed way of extension registry for wms and added extension
1602 registry for umn_mapserver extension.
1603
1604 * Extensions/wms/__init__.py: Added registry entry and the importing
1605 of the actual wms module. Included a test for the required PyOGCLib.
1606
1607 * Extensions/wms/wms.py: Removed registry entry (moved to __init__.py).
1608
1609 * Extensions/umn_mapserver/__init__.py: Added registry entry and the
1610 importing of the actual umn mapserver management modules.
1611 Included a test for the required Python MapScript.
1612
1613 2004-11-20 Jan-Oliver Wagner <[email protected]>
1614
1615 Changed way of extension registry for importAPR, bboxdump
1616 and added extension registry for svgexport.extension registry for
1617 svgexport.
1618
1619 * Extensions/importAPR/__init__.py: Added registry entry and the importing
1620 of the actual importAPR module.
1621
1622 * Extensions/importAPR/importAPR.py: Removed registry entry (moved to
1623 __init__.py).
1624
1625 * Extensions/bboxdump/__init__.py: Added registry entry and the importing
1626 »···of the actual bboxdump module.
1627
1628 * Extensions/bboxdump/bboxdump.py: Removed registry entry (moved to
1629 »···__init__.py).
1630
1631 * Extensions/svgexport/__init__.py: Added registry entry and the importing
1632 of the svgsaver module.
1633
1634 * Extensions/svgexport/svgsaver.py: Moved the menu entry from Extensions
1635 to Experimental menu since this module has yet not reached a stable
1636 status (ie. 1.0).
1637
1638 2004-11-18 Jan-Oliver Wagner <[email protected]>
1639
1640 Now the hit test considers the size of point symbols.
1641
1642 * Thuban/UI/viewport.py (ViewPort._hit_point): Added optional parameter
1643 'size' defaulting to the previously fixed value 5.
1644 Extended doc-string.
1645 (Viewport._find_shape_in_layer): Resolved FIXME regarding flexibility
1646 for symbols.
1647 Now the size of the largest point symbol is determined to find out
1648 about whether the point has been hit.
1649 This fixes the problem that only clicks inside a fixed distance of
1650 5 where found.
1651
1652 2004-11-17 Jan-Oliver Wagner <[email protected]>
1653
1654 Another open issue fixed regarding sizeable symbols: correct rendering of
1655 selected symbols.
1656
1657 * Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally):
1658 Added consideration of the specific size of point symbols.
1659 The property for each point symbol is retrieved and the size applied
1660 for the rendering method.
1661 Added doc-string.
1662
1663 2004-11-16 Jan-Oliver Wagner <[email protected]>
1664
1665 Changed way of Extension Registry for gns2shp and profiling.
1666
1667 * Extensions/gns2shp/gns2shp.py: Removed registry entry (moved to
1668 __init__.py).
1669
1670 * Extensions/gns2shp/__init__.py: Added registry entry and the importing
1671 of the actual gns2shp module.
1672
1673 * Extensions/profiling/profiling.py: Removed registry entry (moved to
1674 __init__.py).
1675
1676 * Extensions/profiling/__init__.py: Added registry entry and the importing
1677 of the actual profiling module.
1678
1679 2004-10-28 Bernhard Reiter <[email protected]>
1680
1681 * Extensions/svgexport/: Minor improvements to doc strings.
1682
1683 2004-10-07 Jan-Oliver Wagner <[email protected]>
1684
1685 Further elements for sizable point objects now
1686 making this feature usable though not yet complete.
1687
1688 * Thuban/Model/save.py (SessionSaver.write_classification): Write
1689 attribute 'size' for cldata when the shape layer is of point type.
1690 This also now make the test_load.py tests happy.
1691
1692 * Thuban/Model/classgen.py (CustomRamp.GetProperties): Added size
1693 gradient.
1694
1695 * Thuban/UI/classifier.py (ID_SELPROP_SPINCTRL): Renamed to
1696 ID_SELPROP_SPINCTRL_LINEWIDTH.
1697 (ID_SELPROP_SPINCTRL_LINEWIDTH): New Id replaces ID_SELPROP_SPINCTRL.
1698 (ID_SELPROP_SPINCTRL_SIZE): New Id.
1699 (SelectPropertiesDialog.__init__): Added a second spin control
1700 for the size in case the corresponding layer is of point type.
1701 (SelectPropertiesDialog._OnSpin): Renamed to _OnSpinLineWidth.
1702 (SelectPropertiesDialog._OnSpinLineWidth): New. Former _OnSpin.
1703 (SelectPropertiesDialog._OnSpinSize): New. Set size of property
1704 and refresh preview.
1705
1706
1707
1708 2004-10-04 Martin Schulze <[email protected]>
1709
1710 * Extensions/wms/test/test_parser.py
1711 (TestWMSCapabilitiesParser.test_compareLists): Added missing
1712 self-test for compareLists()
1713 (TestWMSCapabilitiesParser.test_compareDicts): Added missing
1714 self-test for compareDicts()
1715 (TestWMSCapabilitiesParser.test_compareLists): Adding more tests
1716 to verify the test routine fails with non-equal arguments
1717 (TestWMSCapabilitiesParser.test_compareDicts): Adding more tests
1718 to verify the test routine fails with non-equal arguments
1719
1720 2004-10-03 Jan-Oliver Wagner <[email protected]>
1721
1722 First elements for sizeable point objects.
1723
1724 * Resources/XML/thuban-1.1.dtd: Added size attribute to cldata.
1725
1726 * Data/iceland_sample_size.thuban: New. Sample for sized point objects.
1727
1728 * test/test_load.py (ClassificationTest.TestLayers): Added SetSize in case
1729 of a corresponding argument is given.
1730 (TestSymbolSize): New. Test the size attribute of cldata.
1731
1732 * Thuban/Model/classification.py: Removed some trailing whitespaces.
1733 (ClassGroupProperties.__init__): Set default size.
1734 (ClassGroupProperties.SetProperties): Set the size.
1735 (ClassGroupProperties.GetSize): New. Return the size.
1736 (ClassGroupProperties.SetSize): New. Set the size.
1737 (ClassGroupProperties__eq__): Compare also size.
1738 (ClassGroupProperties__repr__): Print also size.
1739
1740 * Thuban/Model/load.py (SessionLoader.start_cldata): Also parse
1741 the size attribute.
1742
1743 * Thuban/UI/classifier.py (ClassDataPreviewer.Draw): Added doc-string.
1744 Also, now there is a return value that indicates whether the drawing
1745 size exceeded the given rect extent and if so the new extent.
1746 Finally, point objects are drawn depending on the size. If either
1747 the width or height is exceeded, the new extent is returned.
1748 (ClassRenderer.Draw): Now when calling the previewer drawing function,
1749 evaluate the return value and, if not None, adapt the grid widget size
1750 accordingly and redraw again.
1751
1752 * Thuban/UI/baserenderer.py (BaseRenderer.draw_shape_layer_incrementally):
1753 If the draw function is for points, call it with the size as additional
1754 parameter.
1755 (BaseRenderer.draw_point_shape): Added additional, optional parameter for
1756 the size. Compute the radius using the size.
1757
1758 * Extensions/importAPR/apr.py (APR_BMkSym.GetThubanProp): Now
1759 that Thuban supports size, apply this correctly.
1760
1761 * Extensions/importAPR/importAPR.py: Bumped version to 0.1.1.
1762
1763 2004-10-03 Jan-Oliver Wagner <[email protected]>
1764
1765 * Doc/manual/thuban-manual-de.xml: Started translation of
1766 Map chapter.
1767
1768 2004-10-01 Martin Schulze <[email protected]>
1769
1770 * Extensions/wms/properties.py (wmsProperties.__init__): Extended
1771 argument for general use through properties-dialog selector
1772
1773 * Thuban/UI/classifier.py: Register properties dialog classes for
1774 both provided layer classes/types.
1775
1776 * Thuban/UI/mainwindow.py (MainWindow.OpenLayerProperties): The
1777 map can be retrieved through the parent which is passed to the
1778 constructor anyway and doesn't require an argument of its own,
1779 required for the unification of arguments for general use through
1780 properties-dialog selector.
1781 (MainWindow.OpenOrRaiseDialog): Move the logic for checking
1782 whether a dialog is already opened (and raising it to the users
1783 attention) and creating a new dialog into a function of its own
1784 (MainWindow.OpenLayerProperties): Use the new OpenOrRaiseDialog()
1785 method
1786 (MainWindow.OpenLayerProperties): Utilise the new ClassMapper for
1787 global registration of properties dialog classes (which are indeed
1788 layer-specific).
1789
1790 * Thuban/UI/classifier.py (Classifier.__init__): Unify arguments
1791 for general use through properties-dialog selector, the map can be
1792 retrieved through the parent and doesn't require an argument of
1793 its own.
1794
1795 * Extensions/wms/wms.py: Register the properties dialog class for
1796 the provided WMS layer
1797
1798 2004-09-28 Jan-Oliver Wagner <[email protected]>
1799
1800 New feature: Registry for Extensions.
1801
1802 * Thuban/UI/extensionregistry.py: This module defines a registry for
1803 Extensions.
1804
1805 * Thuban/UI/about.py (About.__init__): Added description
1806 of the registered extensions with all of the information.
1807
1808 * Thuban/Model/extension.py (Extension): Improved doc-string.
1809
1810 * Extensions/gns2shp/gns2shp.py, Extensions/importAPR/importAPR.py,
1811 Extensions/bboxdump/bboxdump.py, Extensions/profiling/profiling.py,
1812 Extensions/wms/wms.py: Added registration of the extension.
1813
1814 2004-09-27 Bernhard Reiter <[email protected]>
1815
1816 More fixes to svgexport to make used ids unique and
1817 conforming to XML's Name production.
1818
1819 * Extensions/svgexport/test/test_svgmapwriter.py: Added new tests
1820 test_xml_id_constraints(), test_make_ide_nosetbaseid() and
1821 test_make_id_nonintegersetid(). Switched SetID and SetBaseID.
1822 Added Bernhard R. as author.
1823 * Extensions/svgexport/svgmapwriter.py (make_id): Using "_" as
1824 concatenation char now (makes test_make_ide_nosetbaseid() valid).
1825 Also transform second id part with "%d" and catch the TypeError
1826 to raise SVGMapWriterError (making test_make_id_nonintegersetid() ok).
1827 Corrected typo inBernhard's author line.
1828 (SetBaseID): Return the transformed base id. Transform characters
1829 which are not alnum() or in ".-_" to binascii.b2a_hex(). Added
1830 import binascii. If to be set string starts with "xml" or so, add "t".
1831 (draw_shape_layer_incrementally): use the returned value of SetBaseID
1832 for used_baseids checks.
1833
1834 2004-09-25 Bernhard Herzog <[email protected]>
1835
1836 * test/test_layer.py (TestLayer.test_arc_layer_with_projection):
1837 Remove a debug print and some tab characters.
1838
1839 2004-09-25 Bernhard Reiter <[email protected]>
1840
1841 * Extensions/svgexport/svgmapwriter.py: Added Bernhard R. as Author.
1842 (SetBaseID, SetID, make_id): Improved docstring comments to explain
1843 the interaction of the three functions and the XML id contrains.
1844
1845
1846 2004-09-23 Jan-Oliver Wagner <[email protected]>
1847
1848 * Doc/ThubanModel.xmi: New. UML file for Thuban Model
1849 Module.
1850
1851 * Doc/README: Added info on ThubanModel.xmi.
1852
1853 2004-09-23 Jan-Oliver Wagner <[email protected]>
1854
1855 * Doc/README: New. Some info about how to generate technical
1856 documentation from the source code.
1857 This text was send to the Thuban developer mailing list on
1858 September 21st 2004 by Bernhard Reiter.
1859
1860 2004-09-21 Bernhard Reiter <[email protected]>
1861
1862 Improved the svgexport to only use unique ids. Will issues
1863 an error message dialoge when two layer names are the same.
1864 ShapeIDs are now added with a dash within the svg ids.
1865
1866 * Extensions/svgexport/svgmapwriter.py (SVGMapWriterError): New.
1867 * Extensions/svgexport/test/test_svgmapwriter.py: Added imports
1868 (TestSVGRenderer): New test class with test_make_in() and
1869 test_check_for_layer_name_clash()
1870 * Extensions/svgexport/svgmapwriter.py (SVGRenderer): Fixed __init__()
1871 and draw_shape_layer_incrementally() to not use a baseid twice,
1872 satisfying test_check_for_layer_name_clash()
1873 (VirtualDC.make_id): Use a dash between baseit and id, satisfies
1874 test_make_in().
1875 * Extensions/svexport/svgsaver.py: Import SVGMapWriterError, wxOK
1876 and wxICON_HAND.
1877 (write_to_svg): Put dc and rendering in a try statement and on
1878 catching SVGmapWriterError notify the user and delete the target file.
1879
1880 2004-09-20 Bernhard Reiter <[email protected]>
1881
1882 * Model/base.by, Model/layer.py: Fixed typos in docstrings.
1883
1884 2004-09-03 Jan Schüngel <[email protected]>
1885
1886 * Extensions/umn_mapserver/mapfile(MF_Class.add_thubanstyle): Fix a
1887 small bug with the line color. Now the line color will now only set
1888 if it is set in Thuban an not Transparent.
1889
1890 * Extensions/umn_mapserver/mf_export(tblayer_to_map): Fixed a bug with
1891 deleting the layers from mapfile. Now all layers will delete backwards
1892 from the last.
1893
1894 2004-08-20 Silke Reimer <[email protected]>
1895
1896 * Thuban/Model/layer.py:
1897 Fixes bug in projection handling: Otherwise very large region might not
1898 have valid values in the layer's projection.
1899
1900 2004-08-20 Silke Reimer <[email protected]>
1901
1902 * Thuban/UI/about.py:
1903 small changes to be consistent with coding style.
1904
1905 2004-08-13 Martin Schulze <[email protected]>
1906
1907 * Extensions/wms/test/test_ogclib.py (TestOGCLib.compare_URLs):
1908 Adjusted a comment
1909
1910 2004-08-11 Silke Reimer <[email protected]>
1911
1912 * Thuban/UI/about.py: Small changes to encoding related stuff to avoid
1913 too many and too enhanced imports of locale
1914
1915 2004-08-10 Silke Reimer <[email protected]>
1916
1917 * Thuban/UI/about.py: Fixed encoding problem of about dialog: Added
1918 function unicodeToLocale() to convert special characters to users
1919 locale encoding
1920
1921 2004-08-10 Jan-Oliver Wagner <[email protected]>
1922
1923 * Doc/technotes/coding_guidelines.txt: Added rule 'Method names start with
1924 lower case letter'
1925
1926 2004-08-09 Jan Schüngel <[email protected]>
1927
1928 * ChangeLog: Rewrite the last ChangeLog entry to follow
1929 the standard way.
1930
1931 * Extensions/umn_mapserver/mapfile: Moved the import AnnotationLayer to
1932 the function where it is needed, because it don't works if it stands
1933 at the beginning.
1934 (MF_Layer.__init__): Removed the extra numclassed variable. Now
1935 numclasses from the mapscript will be used.
1936 (MF_Layer.get_index): New. Return the index of the layer in mapfile.
1937 (MF_Layer.set_classes): New. A Classlist will be set to the layer.
1938 (MF_Layer.set_metadata): New. A Metadata mapscript object will set.
1939 (MF_Layer.remove_allclasses): New. All class of the layer will remove.
1940 (MF_Map.create_new_layer): New. A new Layer is created and associated
1941 with the mapscript object.
1942 (MF_Map.set_layerorder): New. The Layer order like in thuban is set in
1943 the mapscript.
1944 (MF_Map.add_thubanlayer): Now a new layerobj is created if no one is
1945 linked to the layer in thuban, else the layerobject linked to the
1946 thubanlayer will be used.
1947 AnnotationLayer will now store the filename of the shapefile.
1948 (MF_Map.remove_layer): If a layer is removed the associated object
1949 must be set new.
1950
1951 * Extensions/umn_mapserver/mf_export.py(tb_layer_to_map): Add all
1952 layers which are exists in thuban to the mapobj. All removed Layers
1953 will be removed from the mapobj.
1954 Added comments to all functions.
1955 (thuban_to_map): No layer will be removed here.
1956
1957 * Extensions/umn_mapserver/mf_handle.py
1958 (_has_umn_mapobj_and_selectedlayer): Activating the layer menu. Now
1959 Layersettings for the mapserver kann be edited.
1960
1961 * Extensions/umn_mapserver/mf_import.py: Now all layers which are
1962 imported, will be linked with the associated MF_Layer.
1963 (import_mapfile): All layers, which are not selected, will be removed.
1964 Disable the "import layer from mapfile" menu option.
1965
1966 * Extensions/umn_mapserver/sample/iceland.map: Set the status of the
1967 Annotation Layer from DEFAULT to OFF. The DEFAULT setting turns the
1968 layer on permanently.
1969
1970 2004-08-03 Jan Schüngel <[email protected]>
1971
1972 * Extensions/umn_mapserver/mapfile.py(MF_Metadata.remove_allmetadata):
1973 New. This function removes all metadata
1974 (MF_Layer.set_group): New. Set the group setting.
1975 (MF_Layer.get_group): New. Get the group setting.
1976 (MF_Map): Removed the extra numlayers variable, used the mapscript
1977 parameter instead.
1978 (MF_Map.get_numlayers): New. This get numlayers.
1979 (MF_Map.remove_all_layers): New. Removes all layers from the mapobj.
1980 (MF_Map.add_thubanlayer): Replaced the exception handling by a check
1981 if the object is an instance. Also added the annotation layer here to
1982 export, but only the layer is created in the mapfile.
1983
1984 * Extensions/umn_mapserver/mf_export.py(export_mapfile): Removed
1985 the check if a mapobj exist, because its not needed anymore. The
1986 export function is only available if a mapobj exist.
1987 Use the new function to remove all layers.
1988
1989 * Extensions/umn_mapserver/mf_handle.py(Layer_Dialog): Added a group
1990 option and the metadata button. The layer dialog is temporary disabled.
1991 (Metadata_CustomDataTable): Added some functions to show the grid
1992 correct.
1993
1994 * Extensions/umn_mapserver/mf_import.py: Moved the code for showing
1995 the number of layer from import_mapfile to this function.
1996 (AnnotationLayer): New. This Class shows the Annotation layer in
1997 thuban. The layer don't do anything. It's only to show the layer
1998 and to save the layer order.
1999 (add_annotationlayer): New. Import an annotation layer to thuban.
2000 (select_layer2import): New. Import only layers to thuban and not
2001 the other settings like projection or scalebar.
2002 (create_new_mapfile): Moved the _has_umn_mapobj function and the
2003 create_new_mapfile functions from mf_handle.py to mf_import.py.
2004
2005 * Extensions/umn_mapserver/sample/iceland.map: Added the group
2006 parameter to the roads and cultural layers. Also added a new
2007 Annotation Layer for the cultural points.
2008
2009 * Extensions/umn_mapserver/sample/iceland.html: Added the select
2010 option for the annotation layer.
2011
2012 * Extensions/umn_mapserver/sample/index.html: Added the start
2013 parameter for the annotation layer.
2014
2015 2004-08-01 Jan-Oliver Wagner <[email protected]>
2016
2017 * Doc/manual/thuban-manual-de.xml (Chapter Session Management):
2018 translation completed.
2019
2020 * Doc/manual/thuban-manual.xml (Chapter Session Management):
2021 Fixed unprecise description for Save Session.
2022
2023 2004-07-31 Jan-Oliver Wagner <[email protected]>
2024
2025 Started translation of Users Manual into german.
2026
2027 * Doc/manual/thuban-manual-de.xml: New. German Users Manual.
2028
2029 * Doc/manual/Makefile: Added build instructions for german
2030 users manual.
2031
2032 * Doc/manual/thuban-manual.xml: Minor corrections in Introduction.
2033
2034 2004-07-28 Jan Schüngel <[email protected]>
2035
2036 * Extensions/umn_mapserver/mapfile.py(MF_Metadata): Changed all class
2037 functions. Now all metadata will handle by the function and its not
2038 needed to initialize it from outside. Therefor the associated mapobj
2039 will be stored in the Metadata Object. So we can use the special
2040 functions from the associated mapobj to get the Metadata.
2041 Therefor all initialization code for the metadata is removed from the
2042 other classes.
2043 (MF_Layer): Added a function to get the metadata object.
2044 (MF_Map): Added a function to set the mappath, the path where
2045 the mapfile ist stored.
2046
2047 * Extensions/umn_mapserver/mf_export.py(thuban_to_map): Changed the code
2048 to set the extent in the mapfile. Now the code is set by the displayed
2049 data in the Thuban-view.
2050 (export_mapfile): The shapepath is now set empty, until relative
2051 pathnames are supported.
2052
2053 * Extension/umn_mapserver/mf_handle.py: Added a dialog to handle
2054 metadata. Yet only mapfile metadata are supported. Layer and class
2055 supported are not implemented.
2056 Added a dialog to handle layer informations. The dialog only shows the
2057 selected layer at the moment.
2058
2059 * Extensions/umn_mapserver/mf_import.py(import_mapfile): Changed the
2060 code for setting the extent in thuban. Now the extent is set to the
2061 given extent from the mapfile.
2062 Fixed a logical mistake. Now the extent is set when realy a layer is
2063 loaded, and not if one is selected to load.
2064
2065 * Extensions/umn_mapserver/sample/iceland.html: Added code to zoom and
2066 move the shown map in the browser.
2067
2068 * Extensions/umn_mapserver/sample/iceland.map: Added a new metadata
2069 line to the mapobj and added metadata to the political layer.
2070
2071 * Extensions/umn_mapserver/test/test_mapserver.py: Changed the test
2072 for Metadata.
2073
2074 2004-07-26 Martin Schulze <[email protected]>
2075
2076 * Thuban/Lib/classmapper.py (ClassMapper.has): Added the new
2077 ClassMapper
2078
2079 * test/test_classmapper.py (TestMapping.test_mapper): Added a Test
2080 case for the new ClassMapper
2081
2082
2083 2004-07-22 Bernhard Herzog <[email protected]>
2084
2085 * Thuban/UI/viewport.py (ViewPort.VisibleExtent): New. Return the
2086 visible extent of the map in projected coordinates
2087
2088 * test/test_viewport.py (SimpleViewPortTest.test_default_size)
2089 (SimpleViewPortTest.test_init_with_size): Add some VisibleExtent()
2090 tests.
2091 (SimpleViewPortTest.test_visible_extent): New. The real test for
2092 VisibleExtent()
2093
2094 2004-07-22 Bernhard Herzog <[email protected]>
2095
2096 * test/test_viewport.py: Use support.run_tests as the main
2097 function when running asa script.
2098
2099 2004-07-22 Jan Schüngel <[email protected]>
2100
2101 * Extensions/umn_mapserver/mf_export.py: Added "import os"
2102 Removed the old "import Thuban.UI.mainwindow" code.
2103 (tbextent_to_map): Removed the extra function and at the code direct
2104 to "thuban_to_map" function.
2105 (write_creatorcomment): Added. Now a short comment is added to the
2106 beginning of an generated mapfile.
2107 (export_mapfile): Now the Path and filename are saved in to variables,
2108 and not together in one variable. This is needed for the new
2109 write_creatorcomment function.
2110
2111 * Extensions/umn_mapserver/mf_import.py (import_mapfile): Added the
2112 import module "re". Also added Range and the ClassGroupRange import
2113 from Thuban. Both are needed for the new range expression import.
2114 (create_rangeexpression): Added. Creates a Range Expression in Thuban
2115 style from a given mapfile expression.
2116 (added_rasterlayer): Make some small code changes. The shapepath is
2117 now stored in an extra variable and the clazz_name is set empty if no
2118 class name set in the mapfile.
2119 Changed the Error message for Range Expressions, becaus the new
2120 function create a error string which will be shown in the dialog.
2121
2122 * Extensions/umn_mapserver/test/test_mapserver.py: Added a test for the
2123 range expression import.
2124
2125 2004-07-21 Jan-Oliver Wagner <[email protected]>
2126
2127 * Extensions/umn_mapserver/README: Added hint that
2128 installation as root can be avoided. Removed all tabs.
2129
2130 2004-07-16 Bernhard Herzog <[email protected]>
2131
2132 * test/test_viewport.py
2133 (ViewPortTest.test_changing_map_projection): Check that changing
2134 the projection of an empty map shown in a viewport doesn't lead to
2135 exceptions in the viewport's handler for the
2136 MAP_PROJECTION_CHANGED messages
2137
2138 * Thuban/UI/viewport.py (ViewPort.map_projection_changed): Only
2139 try to keep the same region visible when the map actually contains
2140 something
2141
2142 2004-07-15 Jan Schüngel <[email protected]>
2143
2144 * Extensions/umn_mapserver/mapfile.py: Added a function to get the
2145 mappath directly from the mapobj. Is needed because of the changes
2146 in mf_import.py.
2147 (MF_Layer.add_thubanclass): Added a new comment.
2148 (MF_Map.set_extent): Fixed a bug with exporting empty mapobj. If the
2149 mapobj is empty there is no extent get from thuban an so no one can
2150 set to th mapobj.
2151
2152 * Extensions/umn_mapserver/mf_import.py (import_mapfile): Updated
2153 the discription.
2154 Split the funktion in to three smaller ones. The new functions are
2155 add_rasterlayer, add_polygonlayer and select_layer2import.
2156 Removed the mapfilepath and filepath initialisation, because its know
2157 include in the new functions.
2158 Now nothing will be imported if cancel is pressed in the
2159 layer choice dialog.
2160
2161 2004-07-14 Jan Schüngel <[email protected]>
2162
2163 * Extensions/umn_mapserver/mapfile.py: Added ClassGroupDefault to
2164 import.
2165 (MF_Symbolset): Removed the extra variable for numsymbols.
2166 (MF_Class.__init__): Added a comment to the exception clause.
2167 Removed the extent init, because it was not needed anymore.
2168 (MF_Layer.add_thubanclass): Added the code to set the class name to
2169 the expression value from thuban if no label is defined.
2170 Added the code to export Range expressions from thuban to the mapfile.
2171 (MF_Map.set_extent): Removed the exception and replace it by some if
2172 code. If the size of a map is not defined the size will be set to 1,1.
2173 This is necessary because if the extent is set, mapscript checks if
2174 the size is greater than zero.
2175 (MF_Web): Added the get and set function for the template.
2176
2177 * Extensions/umn_mapserver/mf_export.py: Added the function to check
2178 if a mapobject exists and used it to set the status of the menu items.
2179 If no mapfile exists the settings could not be edditied.
2180 Define after which menuitem the exportitem will include.
2181
2182 * Extensions/umn_mapserver/mf_handle.py: Removed the import
2183 Thuban.UI.mainwindow clause, because it is not needed.
2184 Added the command Refresh() to all "OnChangeColor()" functions,
2185 because the color preview window was not updated on a color change.
2186 Added the function to check if a mapobject exists and used it to set the
2187 status of the menu items. If no mapobject exists the settings could not
2188 be edditied.
2189 (Map_Dialog): Moved the imagetype selector from the
2190 Outputformat_Dialog to Map_Dialog and removed Outputformat_Dialog.
2191 (Web_Dialog): Removed the name label and added the template textbox.
2192
2193 * Extensions/umn_mapserver/mf_import.py (import_mapfile): Replace
2194 the exception handling on loading the layers by an if statement. It
2195 is not necessary to us the exception there.
2196 The Filepath creation now use os.path.join to build the path.
2197
2198 * Extensions/umn_mapserver/test/test_mapserver.py: Moved the testMap
2199 definition from global to the setUp function. Now the testMap will
2200 initialize new on each test.
2201
2202 * Extensions/umn_mapserver/sample/iceland.map: Include three new
2203 classes in the Line Layer, to test logical Expressions.
2204 Set the status of the class "Point9" in the Point Layer to off
2205
2206 2004-07-13 Bernhard Herzog <[email protected]>
2207
2208 * Thuban/UI/baserenderer.py
2209 (BaseRenderer.render_map_incrementally): Fix a logic bug in the
2210 optimization that tries not to draw layers under a raster layer.
2211 The bug was harmless. All it effectively did was to produce The a
2212 strange messages about not being able to draw Layer instances for
2213 all vector layers below a raster layer which would be invisible
2214 anyway because the raster layer currently always covers the entire
2215 window
2216
2217 2004-07-08 Jan Schüngel <[email protected]>
2218
2219 * Extensions/umn_mapserver/mapfile.py: Added code to generade and get
2220 a list of supported outputformats. This formats are not alle supported
2221 because there is no possibility to get the outputformat without the
2222 name known. Make some formal changes to the code.
2223 (MF_Map.set_name()): Fixed a bug if the name is None.
2224
2225 * Extensions/umn_mapserver/mf_handle.py: Removed the image_type import
2226 statement, because its not needed anymore. The Outputformat is now
2227 given as string from the object. Make some formal changes to the code.
2228
2229 * Extensions/umn_mapserver/test/test_mapserver.py: Added new test for
2230 most of the new setting which were added during the last changes.
2231 Removed the MF_Size Test.
2232
2233 * Extensions/umn_mapserver/test/test.map: Added a new class to the
2234 cultural Layer to test expressions and the the status of that layer
2235 from on to default.
2236 Changed the data path the the correct Thuban Data
2237 Added the Outputformat Object and Symbol Object
2238
2239 2004-07-07 Jan Schüngel <[email protected]>
2240
2241 * Extensions/umn_mapserver/mapfile.py: Added some new
2242 settings to edit (outputformat, label, imagetype)
2243
2244 * Extensions/umn_mapserver/mf_handle.py: Added some setting to
2245 the Label Dialog and add the OutputDialog.
2246 Make some changes to the code order.
2247
2248 2004-07-06 Jan Schüngel <[email protected]>
2249
2250 * Extensions/umn_mapserver/mapfile.py: Added the symbolObj, pointObj
2251 and line Obj and add the scalebar_status_type, scalebar_style_type and
2252 scalebar_position_type.
2253 Added the symbol- and symbolsetObject (MF_Symbol,MF_Symbolset). The
2254 are only used to create a Symbol like the circle in Thuban.
2255 Added the scalebarObject (MF_Scalebar)
2256 (MF_Class): Added set_status and get_status.
2257 (MF_Layer.add_thubanclass): Added code to set the class status
2258 (MF_Map): Added code to handle the symbols and scalebar
2259 (MF_Label): Added the set_partials and get_partials functions
2260
2261 * Extensions/umn_mapserver/mf_export.py: Added MF_Symbol to import
2262 from mapfile. Added a function to create a circle object like the one
2263 from thuban if no one exists.
2264
2265 * Extensions/umn_mapserver/mf_handle.py: All colors are now set when
2266 press ok in the assosiated dialog and not at the end of the
2267 colordialog.
2268 Added the Dialog for the Scalebar.
2269 (Label_Dialog): Added the offset option
2270
2271 * Extensions/umn_mapserver/mf_import.py: Added code to import the
2272 status of the Classes.
2273 Fixed a bug with the projection. Now the to_meter parameter will be
2274 added to the Projection only if it doesn't exists.
2275
2276 2004-07-01 Jan Schüngel <[email protected]>
2277
2278 Added the functionality to handle the content thuban is not
2279 able to handle directly.
2280
2281 * Extensions/umn_mapserver/mf_handle.py: New. This module extents
2282 Thuban with the possibility to edit the mapfile content.
2283
2284 * Extensions/umn_mapserver/mf_import.py: Added the possibility
2285 to import mapfiles without any layer selected. So it is possible
2286 to edit the other settings in a mapfile.
2287 (import_mapfile): Added code to use the editing functions.
2288 Added the possibility to import the projection to a layer if one
2289 is defined.
2290 Status settings (On,Off) will now set in thuban (visible, invisible).
2291 fixed a bug with with classnames. If no classname is set in mapfile
2292 the value in Thuban will set to the expression.
2293
2294 * Extensions/umn_mapserver/mf_export.py(export_mapfile): Added the
2295 possibility to save a new mapfile or use the old one which is
2296 imported or new created.
2297 Added code to use the editing functions.
2298 Remove some not needed import statements
2299
2300 * Extensions/umn_mapserver/mapfile.py: Added new types which are
2301 need for the editing functions.
2302 Added needed set-functions for the editing functions.
2303 Added the possibility to export rasterimages.
2304 Added new classes (MF_Web, MF_Label, MF_Legend, MF_Symbol,
2305 MF_SymbolSet). MF_Symbol and MF_SymbolSet are not needed at the
2306 moment.
2307 (MF_Class.set_thubanstyle): Now point layers will set to a default
2308 symbol to show a circle in mapserver and not only a 1px dot.
2309 (MF_Style.__init__): Fixed a bug with the color. Color was not set
2310 correct before.
2311 (MF_Size): Removed, because it is not needed.
2312
2313 * Extensions/umn_mapserver/README: Added the hints to use the
2314 export and editing functions, too.
2315
2316 * Extensions/umn_mapserver/sample/iceland.map: Added the
2317 new parameter "UNITS METERS".
2318 Change the political layer to status OFF.
2319
2320 * Extensions/umn_mapserver/sample/README: Added some
2321 more details to setup the sample in the MapServer.
2322
2323 2004-06-26 Bernhard Reiter <[email protected]>
2324
2325 * Extensions/svgexport/test/test_svgmapwriter.py:
2326 Removed class VFile and used standard StringIO instead.
2327
2328 2004-06-23 Jan Schüngel <[email protected]>
2329
2330 Add the export function to the umn_mapserver extension.
2331
2332 * Extension/umn_mapserver/mf_export.py: New. This module extents
2333 Thuban with the possibility to export the Thuban content.
2334
2335 * Extensions/umn_mapserver/mapfile.py: Expand the classes to use
2336 with the export module. Especially added the possibility to
2337 add thuban objects directly to the map objects.
2338
2339 * Extensions/umn_mapserver/mf_import.py: Removed the wxCHANGE_DIR,
2340 because of the hint from Bernhard Herzog.
2341 Corrected the handling of absolute pathnames.
2342 Changed the Text of the Menu-Item, now the beginning is upper case.
2343
2344 * Extensions/umn_mapserver/README: Added the --with-tiff statement.
2345
2346 2004-06-16 Jan Schüngel <[email protected]>
2347
2348 Add a sample and make some changes.
2349
2350 * Extension/umn_mapserver/mf_import.py: Changed the wxPython.wx
2351 import from * to explicit used statements. Changed the
2352 Thuban.UI.mainwindow import phrase, too.
2353 (import_mapfile):Corrected a clerical mistake.
2354 Added wxCHANGE_DIR in OpenFile Dialog.
2355 Added a MultipleChoiceDialog, to select the layers to load from
2356 mapfile into thuban. Thereby the projection is only set if one layer
2357 is selected.
2358 Added the possibility to handle relative pathnames which uses
2359 up-level references.
2360 Removed some doubled code.
2361 Corrected an error with integer values used as label in thuban
2362 ClassGroup.
2363
2364 * Extensions/umn_mapserver/sample: New.
2365
2366 * Extensions/umn_mapserver/sample/README: New. Describes the
2367 usage of the sample files.
2368
2369 * Extensions/umn_mapserver/sample/iceland.map: New. This is
2370 a suitable .map-file for the iceland data.
2371
2372 * Extensions/umn_mapserver/sample/index.html: New. The template
2373 for the mapfile.
2374
2375 * Extensions/umn_mapserver/sample/iceland.html: New. Initialisation
2376 file for the Iceland Application on web.
2377
2378 * Extensions/umn_mapserver/README: Corrected a inaccuracy and added
2379 some details.
2380
2381 * Extensions/umn_mapserver/test/test_mapserver
2382 (mapserver_import_Test_generalClasses.test_MF_Color):
2383 Corrected the thubancolor test.
2384
2385 2004-06-15 Jan Schüngel <[email protected]>
2386
2387 * Extensions/umn_mapserver/README: New. Install instruction.
2388
2389 2004-06-14 Bernhard Reiter <[email protected]>
2390
2391 * libraries/thuban/cpl_mfile.h: Added copyright header.
2392
2393 * libraries/thuban/ cpl_mfile.cpp, cpl_mfile.h: Added non-protecting
2394 Free Software License so that it is most useful with gdalwarp
2395 and bmpdataset.
2396
2397 2004-06-14 Bernhard Herzog <[email protected]>
2398
2399 * Thuban/UI/multiplechoicedialog.py (__version__): Add missing
2400 import of wxPython.wx itself (as opposed to the contents of
2401 wxPython.wx). For some reason wxPython.wx is available as
2402 wxPython.wx.wx in at least some 2.4 releases. Fixes RT#2482
2403 wrt. wxPython 2.4.
2404
2405 2004-06-10 Jan Schüngel <[email protected]>
2406
2407 Initial version of new extension "umn_mapserver". This extension aims
2408 to manage configuration for the UMN MapServer application. This
2409 inital version just imports the .map-files and displays all, Thuban is
2410 capable of.
2411
2412 * Extensions/umn_mapserver, Extensions/umn_mapserver/test: New.
2413
2414 * Extensions/umn_mapserver/test/README: New. Describes how to run the
2415 tests.
2416
2417 * Extensions/umn_mapserver/test/test.map: New. This is a test
2418 .map-file for automated tests of the umn_mapserver extension of
2419 Thuban.
2420
2421 * Extensions/umn_mapserver/test/test_mapserver.py: New. Tests for
2422 UMN Mapserver classes.
2423
2424 * Extensions/umn_mapserver/__init__.py: New. Init to make this
2425 directory a package.
2426
2427 * Extensions/umn_mapserver/mapfile.py: New. Classes to represent
2428 '.map'-file objects.
2429
2430 * Extensions/umn_mapserver/mf_import.py: New. This module extends
2431 Thuban with the possibility to handle UMN MapServer mapfiles.
2432
2433 2004-06-03 Bernhard Herzog <[email protected]>
2434
2435 * Thuban/Model/layer.py (Layer.TreeInfo): Convert the bounding box
2436 to a tuple before using it as arguments to the % operator. This
2437 fixes the formatting issue filed in RT#2239 on 2004-01-13 and
2438 reported today on thuban-list by Jan Schüngel
2439
2440 * test/test_layer.py (TestLayerModification.setUp): Save the
2441 filename as an instance variable so we can refer to it in tests
2442 (TestLayerModification.test_tree_info): Uncomment this method
2443 again and make it work. This tests for the formatting issue
2444 filed in RT#2239 on 2004-01-13
2445
2446 2004-05-28 Bernhard Herzog <[email protected]>
2447
2448 * Thuban/UI/baserenderer.py: Fix some typos.
2449
2450 2004-05-18 Jan-Oliver Wagner <[email protected]>
2451
2452 * Extensions/gns2shp/gns2shp.py (gns2shp): Fixed a bug
2453 by increasing a field size.
2454
2455 2004-05-17 Bernhard Herzog <[email protected]>
2456
2457 Update to newest shapelib and get rid of Thuban specific
2458 extensions, i.e. use the new DBFUpdateHeader instead of our
2459 DBFCommit kludge
2460
2461 * libraries/shapelib/shpopen.c: Update to version from current
2462 shapelib CVS.
2463
2464 * libraries/shapelib/shapefil.h: Update to version from current
2465 shapelib CVS.
2466
2467 * libraries/shapelib/dbfopen.c: Update to version from current
2468 shapelib CVS.
2469 (DBFCommit): Effectively removed since shapelib itself has
2470 DBFUpdateHeader now which is better for what DBFCommit wanted to
2471 achieve.
2472 We're now using an unmodified version of dbfopen.
2473
2474 * setup.py (extensions): Add the HAVE_UPDATE_HEADER macro with
2475 value '1' to the Lib.dbflibc extension. This simply reflects the
2476 shapelib and pyshapelib updates
2477
2478 2004-05-16 Jan-Oliver Wagner <[email protected]>
2479
2480 Finished introduction of Menu.FindOrInsertMenu.
2481
2482 * Extensions/drawshape/drawshape.py: Add the command
2483 to the experimental menu additionally to the toolbar.
2484
2485 * Extensions/svgexport/svgsaver.py: Use FindOrInsertMenu() instead of
2486 finding menu on its own.
2487
2488 * Doc/manual/thuban-manual.xml: updated sample file
2489 to use FindOrInsertMenu().
2490
2491 * Examples/simple_extensions/hello_world.py: Use FindOrInsertMenu()
2492 instead of finding menu on its own.
2493
2494 2004-05-11 Jan-Oliver Wagner <[email protected]>
2495
2496 * test/test_menu.py (MenuTest.test): Added testing
2497 of method Menu.FindOrInsertMenu.
2498
2499 2004-05-10 Jan-Oliver Wagner <[email protected]>
2500
2501 Introduce and use Menu.FindOrInsertMenu.
2502
2503 * Thuban/UI/menu.py (Menu.FindOrInsertMenu): New. Find a
2504 given menu or, if not found, insert it.
2505
2506 * Extensions/bboxdump/bboxdump.py, /Extensions/gns2shp/gns2shp.py,
2507 /Extensions/importAPR/importAPR.py, Extensions/profiling/profiling.py,
2508 /Extensions/wms/wms.py: Use FindOrInsertMenu() instead of finding
2509 menu on its own.
2510
2511 2004-05-06 Jan-Oliver Wagner <[email protected]>
2512
2513 Introduce a abstract ColorDialog class and remove
2514 and outdated file.
2515
2516 * Thuban/UI/proj4dialog.py: Removed. It is has been
2517 replaced by projdialog for quite a while and is not used
2518 anymore.
2519
2520 * Thuban/UI/colordialog.py: New. Abstraction for color selection
2521 dialog(s).
2522
2523 * Thuban/UI/classifier.py (SelectPropertiesDialog.__GetColor):
2524 Now calls the abstract ColorDialog instead of wxColourDialog.
2525 This also removed the dependency to Color class conversion
2526 from this function.
2527
2528 2004-05-04 Frank Koormann <[email protected]>
2529
2530 * Extensions/bboxdump/__init__.py: Fixed string left over from
2531 copying.
2532
2533 * Extensions/bboxdump/bboxdump.py (bboxdump):
2534 Use layer.ShapeStore().AllShapes() to loop over shapes instead of
2535 xrange(layer.NumShapes()). Compile the bboxmessage from a list
2536 of formatted outputs (string.join) instead of appending to the
2537 message. Two progress bar dialogs to report progress on the sometimes
2538 lenghty processing.
2539
2540 2004-04-22 Frank Koormann <[email protected]>
2541
2542 New Extension to dump bounding boxes of all shapes of the selected
2543 layer. An optional column can be specified to group the objects,
2544 in this case the bounding box is a union of the separate boxes.
2545 Dump can be displayed in a ScrolledMessageDialog or written to file.
2546 The Extension is simply a combination of available and well tested
2547 Thuban functionality.
2548
2549 * Extensions/bboxdump/__init__.py: New: Init to make this
2550 directory a package.
2551
2552 * Extensions/bboxdump/bboxdump.py: New: Dump bounding boxes of
2553 all shapes of the selected layer.
2554
2555 2004-04-22 Jan-Oliver Wagner <[email protected]>
2556
2557 * Thuban/UI/classgen.py (GenUniquePanel.__init__): Fixed two
2558 strings to be i18n now.
2559
2560 2004-04-18 Jan-Oliver Wagner <[email protected]>
2561
2562 Changing popup menu of legend from direct building
2563 to using the Menu construction as used for the mainwindow.
2564
2565 * Thuban/UI/mainwindow.py: New method commands: layer_to_top,
2566 layer_to_bottom, layer_visibility
2567 (MainWindow.LayerToTop): New. Put current layer to the top.
2568 (MainWindow.LayerToBottom): New. Put current layer to bottom.
2569 (MainWindow.HideLayer, MainWindow.ShowLayer, _has_visible_map):
2570 Replace 1,0 by True, False.
2571 (MainWindow.ToggleLayerVisibility): New. Toggle visibility of
2572 current layer.
2573 (MainWindow.LayerShowTable): Removed raising of dialog.
2574 (_has_selected_layer_visible): New. Support function.
2575
2576 * Thuban/UI/legend.py: ID_POP_xxx: removed.
2577 (LegendPanel.__init__): Removed EVT_MENU bindings.
2578 (LegendTree._OnRightClick): Replace direct creation of
2579 menu via wx Classes by applying the menu definition
2580 as of Menu class of menu.py.
2581
2582 2004-04-16 Jan-Oliver Wagner <[email protected]>
2583
2584 * Thuban/UI/exceptiondialog.py (ExceptionDialog.dialog_layout): Improved
2585 button string to stronger clearify that Thuban will be closed when hitting
2586 the button.
2587
2588 * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Added docstring.
2589 Now for layers without a ShapeStore a corresponding message is given
2590 to the user, that this layer has no table to show.
2591
2592 2004-04-15 Martin Schulze <[email protected]>
2593
2594 * Extensions/wms/layer.py (WMSLayer.setWMSFormat): Need to
2595 recalculate the format for the internal render engine as well.
2596
2597 * Extensions/wms/properties.py (wmsProperties): First start for a
2598 properties dialog. It's functional for a first selection of
2599 layers, but still has some weired wxWidgets/GTK problems but
2600 beautification can be done later.
2601
2602 * Extensions/wms/layer.py: Added more documentation
2603 (WMSLayer.getFormats): New: Return list of supported image formats
2604 by the WMS server
2605 (WMSLayer.getLayers): New: Return the list of layer names
2606 supported by the WMS server
2607 (WMSLayer.getLayerTitle): New: Return the title of the named layer
2608 (WMSLayer.getWMSFormat): New: Return the image format that is used
2609 for WMS GetMap requests
2610 (WMSLayer.setWMSFormat): New: Set the image format that is used
2611 for WMS GetMap requests
2612 (WMSLayer.__init__): Move away from using only one layer to using
2613 a list of layers (unsorted at the moment, though).
2614 (WMSLayer.getVisibleLayers): New: Return the list of names for all
2615 visible layers
2616 (WMSLayer.setVisibleLayers): New: Set the list of names for all
2617 visible layers
2618
2619 * Extensions/wms/wms.py: Moved the WMS layer into layer.py in
2620 order to establish a clean structure.
2621
2622 * Extensions/wms/layer.py: Moved the WMS layer into a file on its
2623 own in order to establish a clean structure.
2624
2625 2004-04-13 Martin Schulze <[email protected]>
2626
2627 * Extensions/wms/parser.py (WMSCapabilitiesParser.grok): Added
2628 support for oldstyle (WMS 1.0 apparently) image format
2629 specification.
2630
2631 * Extensions/wms/wms.py (WMSLayer.calcFormat): Reduce the list of
2632 supported graphic formats back to JPEG and BMP, PNG and others are
2633 too *cough* experimental... Sorry, I meant to filter this out
2634 before I committed this part. This should make the WMS extension
2635 run from CVS again.
2636 (wms_dialog): Reset an empty URL to None so that the subsequent
2637 program can depend on this, since the dialog will indeed return an
2638 empty URL, causing another declaration of love by Python.
2639
2640 * Extensions/wms/parser.py (WMSCapabilitiesParser.getLayerBBox):
2641 Whenever a native BoundingBox request cannot be fulfilled, check
2642 whether the requested SRS is EPSG:3426, in which case return the
2643 LatLonBoundingBox values.
2644
2645 * Extensions/wms/test/test_parser.py
2646 (TestWMSCapabilitiesParser.test_LayerSRS): Added a test for
2647 ignoring AUTO:* SRS.
2648 (TestWMSCapabilitiesParser.test_LatLonBoundingBoxes_as_bboxes):
2649 Added another test method to test whether the LatLonBoundingBox
2650 values will be returned if BoundingBox values are requested with
2651 SRS set to EPSG:3426.
2652
2653 * Extensions/wms/parser.py (WMSCapabilitiesParser.peekLayers):
2654 Added rudimentary support for non-EPSG SRS, i.e. ignore them for
2655 the moment by placing them into a variable which is currently
2656 unused. Also test whether the EPSG SRS is numerical as it should
2657 be and add an error message if it is not.
2658
2659 * Extensions/wms/test/sample.xml: Added AUTO:* SRS since they
2660 appear in the real world as well. Since we cannot handle them yet
2661 (OGCLib can't either), we will ignore them for the moment.
2662
2663 * Extensions/wms/parser.py: Use a variable for denoting the sample
2664 filename
2665 (WMSCapabilitiesParser.peekLayers): Added support for error
2666 messages during grok(). They will be aggregated in an array and
2667 may be displayed later. We may have to add a classification
2668 "Warning" and "Error" to this. That requires more experience,
2669 though, since not every error may be lethal.
2670
2671 * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Raise the
2672 ShowTable() dialog/frame when the user attempts to display it
2673 while it has been opened before already and not closed again.
2674
2675 2004-04-11 Martin Schulze <[email protected]>
2676
2677 * Extensions/wms/infodialog.py: Adjusted the class documentation
2678
2679 * Extensions/wms/wms.py (WMSLayer.__init__, WMSLayer.GetMapImg):
2680 Switch to using Thuban{Begin,End}BusyCursor instead of the pure
2681 wxWidgets variants.
2682 (WMSLayer.__init__): The epsg_id variable is named top_srs now.
2683
2684 * Extensions/wms/infodialog.py: Added an information dialog that
2685 will display various information about the WMS current resource,
2686 so that additional information such as the title, the abstract,
2687 fees and access constraints can be displayed for the user if they
2688 are documented in the WMS XML.
2689
2690 2004-04-10 Martin Schulze <[email protected]>
2691
2692 * Extensions/wms/parser.py (WMSCapabilitiesParser.grok): Adjusted
2693 string handling. It's "foo".lower() and not lower(foo) without
2694 lower imported from strings or something.
2695
2696 * Extensions/wms/wms.py (WMSLayer): Incorporated WMSCapabilities
2697 from capabilities.py and parser.py. Implement priority list for
2698 supported graphics formats, take care of wbmp != bmp. PNG, TIFF
2699 and GIF are supported here, but not yet by main Thuban. Hence,
2700 support for them may be removed later. Special contribution to
2701 usability: get wxWidgets to change the cursor when we're waiting
2702 for data from the network so the user won't start to worry. This
2703 causes a redrawing error/warning, though.
2704
2705 * Extensions/wms/parser.py (WMSCapabilitiesParser.grok): Unlink
2706 the DOM object.
2707
2708 2004-04-01 Martin Schulze <[email protected]>
2709
2710 * Extensions/wms/capabilities.py: Adjusted documentation
2711 (WMSCapabilities.__init__): Improved documentation, fixed syntax
2712 (WMSCapabilities.saveCapabilities): Only catch IOError when
2713 handling files
2714 (WMSCapabilities.loadCapabilities): Only catch IOError when
2715 handling files
2716 __main__: corrected variable naming
2717 (WMSCapabilities.fetchCapabilities,loadCapabilities): Make this
2718 class a specialisation of WMSCapabilitiesParser as well. Also
2719 execute grok() after loading or fetching capabilities, if that
2720 went well, so that subsequent calls can already access the data.
2721 (WMSCapabilities.getVersion): Export the used version of the
2722 GetCapabilities request, so we can use it for subsequent calls,
2723 i.e. for GetMap requests.
2724 (WMSCapabilities.fetchCapabilities): Added proper error handling
2725 when the GetCapabilities request failed, so that the surrounding
2726 program can act accordingly.
2727
2728 2004-03-30 Martin Schulze <[email protected]>
2729
2730 * Extensions/wms/parser.py (WMSCapabilitiesParser.getLayerSRS):
2731 Adjusted the getLayerSRS method to return the list of SRSes
2732 extracted from <SRS> elements instead of <BoundingBox> elements.
2733 Added a bit of documentation as well.
2734 (WMSCapabilitiesParser.checkLayerSRS): Removed integrity test
2735 since it was only implemented due to a misunderstanding.
2736
2737 * Extensions/wms/test/test_parser.py
2738 (TestWMSCapabilitiesParser.test_LayerSRS): Adjust the tests to
2739 reflect the corrected interpretation of the standard: i.e. a layer
2740 does not have to define a BoundingBox for all SRSes it supports.
2741 Hence the <SRS></SRS> specification is authoritative, not the list
2742 of BoundingBoxes.
2743 (TestWMSCapabilitiesParser.test_BoundingBoxes): Added a new test
2744 to ensure None is returned for a non-existing SRS.
2745 (TestWMSCapabilitiesParser.test_grok): Removed test_grok method
2746 since it is not applicable anymore. Listing more SRSes in <SRS>
2747 elements is valid according to the specs.
2748
2749 2004-03-26 Bernhard Reiter <[email protected]>
2750
2751 * README: Nicer formatting of text. Improved descriptions.
2752 Reflected wxWidgets name change.
2753
2754 * Thuban/UI/about.py: Extended copyright to 2004 and added
2755 information about the thuban-devel mailinglist.
2756
2757 2004-03-24 Martin Schulze <[email protected]>
2758
2759 * Extensions/wms/capabilities.py: Renamed the class to contain
2760 'WMS', also added a linebreak where required
2761
2762 * Extensions/wms/parser.py: Finally added the XML parser for the
2763 GetCapabilities response.
2764
2765 * Extensions/wms/test/sample.xml: Adjusted the sample file so that
2766 <SRS> elements match the <BoundingBox> elements, except for the
2767 layer 'beschriftung'.
2768
2769 * Extensions/wms/test/test_parser.py: Encode non-ascii strings
2770 since Python uses unicode strings internally, otherwise
2771 comparisons will fail. Removed tests for getLayerBBoxSRS() since
2772 the SRS will be calculated anyway and this method is obsoleted by
2773 getLayerSRS(). Denote SRS as strings and not as cardinal numbers.
2774 Move loading the sample file into the setUp method. Added a test
2775 for finding the integrity problem in the sample response.
2776 Improved formatting.
2777
2778 * Extensions/wms/domutils.py: Added convenience routines for
2779 handling of Document Object Model (DOM) nodes.
2780
2781 * Extensions/wms/test/test_domutils.py: Added a test for the
2782 domutils module
2783
2784 2004-03-19 Martin Schulze <[email protected]>
2785
2786 * Extensions/wms/test/test_parser.py (TestWMSCapabilitiesParser):
2787 Moved path detection and adding into a module of its own,
2788 adjustpath, which exports thubandir as main Thuban directory.
2789
2790 * Extensions/wms/test/test_ogclib.py (TestWMSLib): Moved path
2791 detection and adding into a module of its own, adjustpath, which
2792 exports thubandir as main Thuban directory. Reorganised the
2793 module in order to support the SkipTest feature for Thuban test
2794 cases.
2795
2796 * Extensions/wms/test/adjustpath.py: Moved path detection and
2797 adding into a module of its own.
2798
2799 2004-03-18 Martin Schulze <[email protected]>
2800
2801 * Extensions/wms/test/test_parser.py: Added another test for
2802 checking whether the WMS XML parser (to be implemented) returns
2803 the information we expect. This requires a sample WMS WML file
2804 (sample.xml) which has been extracted from the frida server and
2805 "improved" manually.
2806
2807 * Extensions/wms/test/test_ogclib.py: Added legacy code to add the
2808 main Thuban directory to the path in order to be able to import
2809 random modules. Adjusted the PyOGCLib detection to reuse the
2810 information gathered. Also added a note about the PYTHONPATH
2811 environment variable.
2812
2813 * Extensions/wms/test/test_ogclib.py: The format specification is
2814 a mime-type, not a graphic format, hence image/jpeg wou ld be the
2815 proper format and not JPEG. We'll also have to take care of the
2816 encoding of / as %2F.
2817
2818 2004-03-16 Martin Schulze <[email protected]>
2819
2820 * Extensions/wms/test/test_ogclib.py: Added a (hopefully)
2821 comprehensive test for the getMapURL method, built compare URLs
2822 according to the documentation in OGC 01-068r3
2823
2824 * Extensions/wms/capabilities.py (WMSCapabilities): Added the
2825 class WMSCapabilities to manage capabilites, will incorporate
2826 parsing the capabilities response and provide details for other
2827 classes.
2828
2829 2004-03-12 Bernhard Herzog <[email protected]>
2830
2831 Support views in addition to normal tables in the postgis
2832 shapestore
2833
2834 * Thuban/Model/postgisdb.py
2835 (PostGISShapeStore._fetch_table_information): Add a fallback for
2836 the case where the table name is not in the geometry_columns
2837 table. This is usually the case for views. Also, set
2838 self.shapestore here.
2839 (PostGISShapeStore.ShapeType): No need to query the database all
2840 the time. The shape type is now determined in
2841 _fetch_table_information
2842
2843 * test/postgissupport.py (PostgreSQLServer.new_postgis_db)
2844 (PostgreSQLServer.get_static_data_db, PostGISDatabase.__init__):
2845 New parameter to specify views.
2846 (PostGISDatabase.has_data): Also compare the views. New views
2847 parameter
2848 (PostGISDatabase.initdb): Create the views.
2849 (PostgreSQLServer.get_default_static_data_db): Add the v_landmarks
2850 view
2851
2852 * test/test_postgis_db.py
2853 (TestPostGISShapestorePointFromViews): New. Test a
2854 PostGISShapeStore with a view
2855 (TestPostGISShapestorePointOIDAsGIDColumn.setUp): Pass the name of
2856 the geometry_column explicitly to test whether that works
2857
2858 2004-03-12 Bernhard Herzog <[email protected]>
2859
2860 Final step for explicit id/geometry columns: Loading and saving
2861
2862 * Resources/XML/thuban-1.1.dtd: New. Derived from thuban-1.0.dtd
2863 with the following changes:
2864 (dbshapesource): Two new attributes id_column and geometry_column
2865
2866 * Thuban/Model/save.py (SessionSaver.write): Use the new dtd
2867 (SessionSaver.write_session): Use the new namespace
2868 (SessionSaver.write_data_containers): Write the new dbshapesource
2869 parameters
2870
2871 * Thuban/Model/load.py (SessionLoader.__init__): New namespace for
2872 the new file format version
2873 (SessionLoader.start_dbshapesource): Handle the new db parameters
2874
2875 * test/test_save.py: Update to the new dtd and namespace
2876 (SaveSessionTest.test_save_postgis): Update the NonConnectionStore
2877 mock object to provide a working IDColumn method.
2878
2879 * test/test_load_1_0.py: New. Copy of the test_load.py before
2880 today's changes but with the round-trip tests removed.
2881
2882 * test/test_load_0_9.py: Update doc-string.
2883
2884 * test/test_load.py: Update all .thuban files to the new dtd and
2885 namespace.
2886 (TestPostGISLayer.file_contents): Add the new dbshapesource
2887 paramters
2888
2889 2004-03-11 Bernhard Herzog <[email protected]>
2890
2891 Next step for explicit id/geometry columns: User interaction
2892
2893 * Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Rework how
2894 the dialog is constructed. Add combo boxes to select id and
2895 geometry column. Rename some instance variables.
2896 (ChooseDBTableDialog.GetTable): Return id and geometry column
2897 names
2898 (ChooseDBTableDialog.OnTableSelect): New. Event handler for
2899 selections in the table list
2900
2901 * Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): Use id_column
2902 and geometry_column
2903
2904 * Thuban/Model/session.py (Session.OpenDBShapeStore): Add the new
2905 parameters for id_column and geometry column of PostGISShapeStore
2906 here as well.
2907
2908 * Thuban/Model/postgisdb.py (type_map): Add ROWID psycog type.
2909 (_raw_type_map): New. Map raw PostgreSQL type ints to thuban types
2910 (PostGISConnection.GeometryTables): Use a better query to
2911 determine which relations in the database might be usable for
2912 shapestores. Now supports views as well but is more PostgreSQL
2913 specific
2914 (PostGISConnection.table_columns): New. Somewhat experimental
2915 method to let the db dialogs provide lists of columns to users so
2916 that they can select id and geometry columns.
2917 (PostGISTable.__init__): The default value of the id_column
2918 parameter is now None it still means "gid" effectively, though.
2919 (PostGISTable.IDColumn): New introspection method to return a
2920 column object for the id column
2921 (PostGISShapeStore.GeometryColumn): New introspection method to
2922 return a column object for the geometry column
2923
2924 * test/test_postgis_db.py
2925 (TestPostGISConnection.test_gis_tables_non_empty):
2926 Removed. Subsumed by the new:
2927 (TestPostGISConnection.test_gis_tables_with_views_and_tables):
2928 New. Tes the GeometryTables and table_columns methods with actual
2929 tables and views.
2930 (PointTests.test_id_column, PointTests.test_geometry_column):
2931 New. tests for the new methods.
2932 (TestPostGISShapestorePoint.setUp)
2933 (TestPostGISShapestorePointSRID.setUp)
2934 (TestPostGISShapestorePointExplicitGIDColumn.setUp): Fill the
2935 instance variables needed by the new tests
2936
2937 2004-03-11 Bernhard Herzog <[email protected]>
2938
2939 * Thuban/UI/classgen.py (GenQuantilesPanel.GetList): The row
2940 numbers given to ReadValue are ordinals.
2941
2942 2004-03-11 Bernhard Herzog <[email protected]>
2943
2944 Elimiate the requirement for PostGIS tables to have a column
2945 called "gid".
2946
2947 * Thuban/Model/postgisdb.py (PostGISTable.__init__): New parameter
2948 id_column to specify which column to use to identify rows. Also
2949 new instance variables id_column and quoted_id_column
2950 (PostGISTable.RowIdToOrdinal, PostGISTable.RowOrdinalToId)
2951 (PostGISTable.ReadRowAsDict, PostGISTable.ReadValue)
2952 (PostGISTable.SimpleQuery): Use the id column name provided to the
2953 constructor instead of "gid"
2954 (PostGISShapeStore.__init__): New parameter id_column analogously
2955 to PostGISTable.__init__. This parameter is simply passed through
2956 to the base class constructor
2957 (PostGISShapeStore._create_col_from_description): Fix typo in
2958 doc-string
2959 (PostGISShapeStore.Shape, PostGISShapeStore.AllShapes)
2960 (PostGISShapeStore.ShapesInRegion): Use the id column name
2961 provided to the constructor instead of "gid"
2962
2963 * test/postgissupport.py
2964 (PostgreSQLServer.get_default_static_data_db): New static table
2965 landmarks_point_id with an id column != "gid. Update the comments
2966 a bit.
2967 (skip_if_addgeometrycolumn_does_not_use_quote_ident): Fix typo in
2968 doc-
2969 (upload_shapefile): New parameter gid_column to use a name other
2970 than "gid" for the column to store the shape ids
2971
2972 * test/test_postgis_db.py (TableTests): New. Mixin-class
2973 containing all tests previously in TestPostGISTable. The actual
2974 tests are the same but the code is a bit more configurable to
2975 allow for different id columns etc.
2976 (TestPostGISTable): Derive from TableTests now for the actual
2977 tests.
2978 (TestPostGISTableExplicitGIDColumn): New. Like TestPostGISTable
2979 except that it the landmarks_point_id table to test the id_column
2980 parameter
2981 (PointTests): Extend the doc-string
2982 (TestPostGISShapestorePointExplicitGIDColumn)
2983 (TestPostGISShapestorePointOIDAsGIDColumn): New classes derived
2984 from PointTests to test the explicit id_column parameter. One
2985 tests with the name of the column holding the shape ids, the other
2986 uses PostgreSQL's OID column. For the latter a number of methods
2987 have to be overwritten to make them independent of the actual id
2988 values.
2989
2990 2004-03-08 Silke Reimer <[email protected]>
2991
2992 Update debian directory:
2993
2994 * debian/changelog: Added new version.
2995 * deiban/rules: Updated management of patches (with cbds)
2996 * debian/control: Added cbds to dependencies
2997 * debian/patches/*: New. Adds better support for patches of thuban in
2998 debian
2999 * debian/menu: Syntax of menu changed slightly
3000 * debian/setup.py.patch: removed because it has been moved to
3001 debian/patechs/setup.py.patch
3002
3003
3004 2004-02-26 Bernhard Herzog <[email protected]>
3005
3006 Create the Doc/technotes directory for text files with information
3007 for developers
3008
3009 * Doc/technotes/README: New. README for the technotes
3010
3011 * Doc/technotes/coding_guidelines.txt: New. Coding guidelines for
3012 Thuban
3013
3014 * Doc/technotes/release_process.txt: New. Used to be
3015 HOWTO-Release. Now slightly adapted to technote formatting style.
3016
3017 * HOWTO-Release: Removed. It's contents are now in
3018 Doc/technotes/release_process.txt
3019
3020 2004-02-25 Bernhard Herzog <[email protected]>
3021
3022 * libraries/thuban/wxproj.cpp (get_wx_version): New. Return the
3023 version of wxWindows the module was compiled with so we can check
3024 that against the wxPython version.
3025
3026 * Thuban/version.py (thuban_branch, thuban_release): New variables
3027 controlling which and how Thuban versions are shown. See the
3028 comments for details.
3029 (verify_versions): Also check that the wx version that wxproj is
3030 compiled against matches that of the wxPython we use at runtime
3031
3032 2004-02-20 Bernhard Herzog <[email protected]>
3033
3034 * Extensions/wms/wms.py (epsg_code_to_projection): Use
3035 get_system_proj_file to read the epsg projections. The old way
3036 depended on the current directory being the top Thuban directory.
3037
3038 2004-02-20 Bernhard Herzog <[email protected]>
3039
3040 * Extensions/svgexport/test/test_svgmapwriter.py
3041 (TestVirtualDC.test_clippath): Remove a debug print
3042
3043 2004-02-20 Bernhard Herzog <[email protected]>
3044
3045 * Extensions/svgexport/__init__.py: New. Turn
3046 Extensions/svgexport into a package.
3047
3048 * Extensions/svgexport/svgmapwriter.py: Reorder the imports and
3049 doc-string a bit. The doc-string must come first, otherwise it's
3050 not a doc-string. The __future__ import must be the first thing
3051 after the doc-string. Use only double quotes in doc-strings.
3052 Single quotes trip up emacs syntax highlighting if the text
3053 contains apostrophes.
3054
3055 2004-02-20 Bernhard Herzog <[email protected]>
3056
3057 * Extensions/svgexport/test/__init__.py,
3058 Extensions/svgexport/test/test_svgmapwriter.py: New. Initial test
3059 suite for svgexport
3060
3061 * test/runtests.py (find_test_modules): New. Function with the
3062 module finding code from main.
3063 (main): Use find_test_modules to figure out the default test
3064 modules and take modules from Extensions.svgexport.test too.
3065
3066 2004-02-19 Bernhard Herzog <[email protected]>
3067
3068 * Thuban/UI/application.py (ThubanApplication.OnInit): Make sure
3069 the mainwindow has a reference to the map of the initial session.
3070 This fixes a bug introduced with the fix for RT#2245
3071
3072 2004-02-19 Bernhard Herzog <[email protected]>
3073
3074 * Extensions/svgexport/svgsaver.py,
3075 Extensions/svgexport/svgmapwriter.py,
3076 Extensions/svgexport/maplegend.py: Added again. This time in the
3077 correct place.
3078
3079 2004-02-17 Bernhard Herzog <[email protected]>
3080
3081 Fix for RT#2245
3082
3083 * Thuban/UI/application.py (ThubanApplication.OnInit): Initialize
3084 instance variables before trying to create any windows. Creating
3085 windows can start an event loop if e.g. message boxes are popped
3086 up for some reason, and event handlers, especially EVT_UPDATE_UI
3087 may want to access things from the application.
3088 (ThubanApplication.maps_changed): The mainwindow may not have been
3089 created yet, so check whether it has been created before calling
3090 its methods
3091
3092 * Thuban/UI/view.py (MapCanvas.OnIdle): Only try to redraw if we
3093 have a map
3094
3095 2004-02-17 Bernhard Herzog <[email protected]>
3096
3097 * test/test_svgmapwriter.py, Extensions/svgsaver.py,
3098 Extensions/svgmapwriter.py, Extensions/maplegend.py,
3099 extensions/svgexport/svgsaver.py,
3100 extensions/svgexport/svgmapwriter.py,
3101 extensions/svgexport/maplegend.py: Removed. These files were in
3102 the wrong places or didn't work at all.
3103
3104 2004-02-16 Bernhard Herzog <[email protected]>
3105
3106 * Thuban/UI/view.py (MapCanvas.Export): Remove accidentally added
3107 line
3108
3109 2004-02-16 Bernhard Herzog <[email protected]>
3110
3111 * Thuban/UI/view.py (MapCanvas.Export): Avoid UnboundLocalError.
3112
3113 2004-02-15 Markus Rechtien <[email protected]>
3114
3115 * Extensions/svgexport/svgmapwriter.py: New. Adds the capability
3116 to write a session to a file in SVG format.
3117 * Extensions/svgexport/svgsaver.py: New. Uses svgmapwriter.py
3118 to write a SVG map of a session.
3119 * Extensions/svgexport/maplegend: New. Writes a basic maplegend
3120 in SVG format for the current session.
3121
3122 2004-02-13 Bernhard Herzog <[email protected]>
3123
3124 * Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): When the layer
3125 can't be created, return immediately after displaying the error
3126 message.
3127
3128 2004-02-11 Bernhard Herzog <[email protected]>
3129
3130 Handle postgis tables with more than one geometry column.
3131
3132 * Thuban/Model/postgisdb.py
3133 (PostGISTable._fetch_table_information): Delegate the creation of
3134 column objects to a different method so that we can extend that in
3135 derived classes
3136 (PostGISTable._create_col_from_description): New. Column object
3137 creation part of _fetch_table_information
3138 (PostGISShapeStore._create_col_from_description): New. Extend
3139 inherited method to handle geometry columns
3140 (PostGISShapeStore.__init__): New parameter geometry_column to
3141 specify which geometry column to use. Optional but mandatory for
3142 tables with more than one geometry column
3143 (PostGISShapeStore._fetch_table_information): Also use the name of
3144 the geometry column when looking for the srid
3145 (PostGISShapeStore.ShapeType): Also use the name of the geometry
3146 column when looking for the shape type
3147
3148 * test/test_save.py (SaveSessionTest.test_save_postgis): Adapt
3149 NonConnectionStore to changes in the PostGISShapeStore
3150
3151 * test/test_postgis_db.py
3152 (TestPostGISSpecialCases.test_shapestore_two_geom_cols): Test
3153 PostGISShapeStore with tables having two geometry columns.
3154
3155 2004-02-10 Bernhard Herzog <[email protected]>
3156
3157 Fix some postgis problems. What remains to be done is real
3158 handling of SRIDs as they affect how reprojection is done
3159
3160 * Thuban/Model/postgisdb.py (quote_identifier): Fix typo in
3161 doc-string
3162 (PostGISShapeStore._fetch_table_information): New. Extend
3163 inherited method to retrieve srid
3164 (PostGISShapeStore.BoundingBox): Handle tables without data.
3165 extent yields NULL for those
3166 (PostGISShapeStore.ShapesInRegion): Use the srid of the table.
3167
3168 * test/test_postgis_db.py
3169 (TestPostGISSpecialCases.test_shapestore_empty_table): New test
3170 for the special case of a table without any data
3171 (TestPostGISShapestorePointSRID): New class with tests for a table
3172 that uses srids
3173 (PolygonTests): Fix a doc-string typo
3174
3175 * test/postgissupport.py (PostGISDatabase.__init__): New parameter
3176 reference_systems with a specification of spacial reference
3177 systems to create in the new db.
3178 (PostgreSQLServer.new_postgis_db)
3179 (PostgreSQLServer.get_static_data_db): New parameter
3180 reference_systems to be passed through ultimately to
3181 PostGISDatabase. In new_postgis_db also check whether an existing
3182 db already has the right srids
3183 (PostgreSQLServer.get_default_static_data_db): Add srids and a
3184 table that uses srids
3185 (PostGISDatabase.initdb): Create the entries for the reference
3186 systems
3187 (PostGISDatabase.has_data): Add reference_systems parameter to
3188 check for those too
3189 (upload_shapefile): New parameter srid to create tables with a
3190 specific srid
3191
3192 2004-02-06 Frank Koormann <[email protected]>
3193
3194 * po/pt_BR.po: Fixed charset
3195
3196 2004-02-05 Frank Koormann <[email protected]>
3197
3198 * po/pt_BR.po: Fixed format string for error message, missing %s
3199 added (Thuban/UI/application.py:273)
3200
3201 2004-02-03 Frank Koormann <[email protected]>
3202
3203 First version of Portuguese (Brazilian) translation
3204
3205 * po/pt_BR.po: New, translation of pot (2004-01-15 16:07+0300) for
3206 Brazilian Portuguese by Eduardo Patto Kanegae.
3207
3208 * Thuban/UI/about.py (About.__init.py__): Added Eduardo to the list of
3209 translators.
3210
3211
3212 2004-01-22 Frank Koormann <[email protected]>
3213
3214 * Doc/manual/thuban-manual.xml: Added section on installation of
3215 Thuban under Win32 systems. Fixed image path references in the postgis
3216 section. Some minor source formattings.
3217
3218 2004-01-21 Frank Koormann <[email protected]>
3219
3220 Make Thuban remember path selections (at least for one application run).
3221
3222 * Thuban/UI/application.py (Application.OnInit): Initialize path as a
3223 attribute of application object. Path is a dictionary of
3224 strings, currently with the items "data" and "projection".
3225 (Application.SetPath): New, stores path for the specified item.
3226 (Application.Path): New, return path for the specified item.
3227
3228 * Thuban/UI/mainwindow.py
3229 (MainWindow.OpenSession, MainWindow.SaveSessionAs,
3230 MainWindow.AddLayer, MainWindow.AddRasterLayer,
3231 MainWindow.TableOpen): Access "data" path information of the
3232 application.
3233
3234 * Thuban/UI/projdialog.py (ProjFrame._OnImport, ProjFrame._OnExport):
3235 Access "projection" path information of the application.
3236
3237 2004-01-05 Bernhard Herzog <[email protected]>
3238
3239 * po/ru.po: Updated translations from Alex Shevlakov
3240
3241 2004-01-05 Bernhard Herzog <[email protected]>
3242
3243 * po/Makefile, po/README: Move the description of how to generate
3244 the translation statistics to the README.
3245
3246 2003-12-23 Bernhard Herzog <[email protected]>
3247
3248 * NEWS: Update for 1.0.0
3249
3250 * po/it.po: Another update from Maurizio Napolitano
3251
3252 2003-12-23 Bernhard Herzog <[email protected]>
3253
3254 * po/it.po: Updated translation from Maurizio Napolitano
3255
3256 2003-12-23 Bernhard Herzog <[email protected]>
3257
3258 * Thuban/UI/join.py (JoinDialog.__init__): Mark one more string
3259 for translation
3260
3261 * Thuban/UI/mainwindow.py (MainWindow.TableRename)
3262 (MainWindow.RenameMap, MainWindow.RenameLayer): Mark some more
3263 strings for translation
3264
3265 * po/de.po: Update with the newly marked strings.
3266
3267 2003-12-22 Bernhard Herzog <[email protected]>
3268
3269 * HOWTO-Release: Fix the places where version numbers have to be
3270 updated
3271
3272 2003-12-22 Bernhard Herzog <[email protected]>
3273
3274 * setup.py (setup call): 1.0.0, yeah!
3275
3276 * Thuban/version.py (longversion): 1.0.0, yeah!
3277
3278 * Thuban/Model/load.py (SessionLoader.__init__): Accept the
3279 1.0.0 namespace too
3280
3281 * Thuban/Model/save.py (SessionSaver.write_session): Save with
3282 1.0.0 namespace
3283
3284 * test/test_load.py (LoadSessionTest.dtd)
3285 (TestSingleLayer.file_contents)
3286 (TestNonAsciiColumnName.file_contents)
3287 (TestLayerVisibility.file_contents)
3288 (TestClassification.file_contents, TestLabels.file_contents)
3289 (TestLayerProjection.file_contents)
3290 (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
3291 (TestLabelLayer.file_contents, TestPostGISLayer.file_contents)
3292 (TestPostGISLayerPassword.file_contents)
3293 (TestLoadError.file_contents, TestLoadError.test): Update for
3294 1.0.0 namespace
3295
3296 * test/test_save.py (SaveSessionTest.dtd)
3297 (SaveSessionTest.testEmptySession)
3298 (SaveSessionTest.testSingleLayer)
3299 (SaveSessionTest.testLayerProjection)
3300 (SaveSessionTest.testRasterLayer)
3301 (SaveSessionTest.testClassifiedLayer)
3302 (SaveSessionTest.test_dbf_table)
3303 (SaveSessionTest.test_joined_table)
3304 (SaveSessionTest.test_save_postgis): Update for 1.0.0 namespace
3305
3306 2003-12-22 Bernhard Herzog <[email protected]>
3307
3308 * Thuban/Model/load.py (SessionLoader.start_label): Make sure the
3309 alignment flags are byte strings not unicode and that they have
3310 valid values
3311
3312 * test/test_load.py (TestLabelLayer): New. Test loading (and
3313 indirectly saving) of maps with labels.
3314
3315 2003-12-22 Bernhard Herzog <[email protected]>
3316
3317 * Thuban/UI/tableview.py (TableGrid.OnDestroy)
3318 (TableGrid.__init__): Handle EVT_WINDOW_DESTROY in the grid to
3319 unsubscribe all subscribers.
3320 (LayerTableFrame.OnDestroy): Do not unsubscribe any messages from
3321 self.grid since it may already have been destroyed.
3322 Fixes RT #2256
3323
3324 2003-12-19 Bernhard Herzog <[email protected]>
3325
3326 * po/fr.po, po/es.po: Updated translations from Daniel Calvelo
3327
3328 2003-12-16 Bernhard Herzog <[email protected]>
3329
3330 * debian/bitmappath.patch, debian/setup.py.patch:
3331 added to ensure compliance with FHS for debian
3332 * debian/rules, debian/changelog:
3333 added patches in rules to ensure compliance with FHS for debian
3334
3335 2003-12-16 Bernhard Herzog <[email protected]>
3336
3337 * po/Makefile (mo): Make the output a bit nicer so that it prints
3338 statistics about the translations. Add a comment how produce even
3339 nicer statistics with sed.
3340
3341 2003-12-09 Frank Koormann <[email protected]>
3342
3343 * Resources/Projections/defaults.proj:
3344 French projection sample with correct accents (UNICODE).
3345
3346 2003-12-05 Bernhard Herzog <[email protected]>
3347
3348 * MANIFEST.in: Add the devtools directory
3349
3350 * setup.py (setup call): Use license instead of licence. This
3351 silences a deprecation warning on Python 2.3
3352
3353 2003-12-05 Frank Koormann <[email protected]>
3354
3355 Documentation synced with 1.0rc1
3356
3357 * Doc/manual/thuban-manual.xml:
3358 Minor formatting changes and references to database layers .
3359 Introduction.Internationalization: New section on i18n.
3360 MapManagement.AddingandRemovingLayers: Added item on database layers.
3361 MapManagement.TheLegend: Added section and screenshot on popup menu.
3362 ProjectionManagement: Updated screenshot and sentence on EPSG.
3363 Appendix.SupportedDataSources: Added PostGIS.
3364 Appendix.WorkingwithPostGIS: New section.
3365
3366 * Doc/manual/images/6_projection.png: Updated screenshot including
3367 EPSG checkboxes.
3368
3369 * Doc/manual/images/3_5_popup_menu.png: New, popup menu screenshot.
3370
3371 * Doc/manual/images/app_postgis_add_layer.png,
3372 Doc/manual/images/app_postgis_db_add.png,
3373 Doc/manual/images/app_postgis_db_management.png:
3374 New screenshots focussing on database layers
3375
3376 2003-12-05 Frank Koormann <[email protected]>
3377
3378 * Thuban/UI/projdialog.py (load_user_proj): If user.proj is missing
3379 write warning to stderr instead of rising a warning dialog
3380
3381 2003-12-03 Bernhard Herzog <[email protected]>
3382
3383 Fix for RT #2243
3384
3385 * Thuban/UI/mainwindow.py (MainWindow.has_selected_shape_layer):
3386 New. Like has_selected_layer but for shape layers only
3387 (_has_selected_shape_layer): New. Like _has_selected_layer but for
3388 shape layers only
3389 (layer_show_table command, layer_jointable command): Use these
3390 commands should only be available for shape layers
3391
3392 2003-12-03 Bernhard Herzog <[email protected]>
3393
3394 * Thuban/UI/mainwindow.py (MainWindow.Unsubscribe): Deal with
3395 publishers that are wx objects and may have been destroyed by wx
3396 already. Fixes RT #2242.
3397
3398 2003-12-03 Bernhard Herzog <[email protected]>
3399
3400 * po/ru.po: Updates from Alex Shevlakov
3401
3402 2003-12-03 Silke Reimer <silkeintevation.de>
3403
3404 * debian/control, debian/changelog: Added gdal-support to
3405 debian package, updated to new thuban version
3406
3407
3408 2003-12-03 Bernhard Herzog <[email protected]>
3409
3410 * Thuban/Lib/version.py: New. Module for version number
3411 manipulations. The version of make_tuple here also deals better
3412 with more unusual version number strings, such as e.g.
3413 "1.2+cvs20031111"
3414
3415 * Thuban/version.py (make_tuple): Removed. It's now in
3416 Thuban.Lib.version. Use that implementation instead.
3417
3418 * test/test_lib_version.py: New. Tests for Thuban/Lib/version.py
3419
3420 2003-12-02 Bernhard Herzog <[email protected]>
3421
3422 * MANIFEST.in: Add debian files
3423
3424 * setup.py (setup call): Add packages for the Extensions so that
3425 they're installed too
3426 (data_files): Add READMEs and sample data from some Extensions
3427
3428 * NEWS: Add note about the extensions in binary packages
3429
3430 2003-12-02 Bernhard Herzog <[email protected]>
3431
3432 * Thuban/Model/save.py (SessionSaver.write_session): Save files
3433 with the thuban-1.0rc1
3434
3435 * Thuban/Model/load.py (SessionLoader.__init__): Recognize the
3436 thuban-1.0rc1 namespace too
3437
3438 * test/test_save.py (SaveSessionTest.dtd)
3439 (SaveSessionTest.testEmptySession)
3440 (SaveSessionTest.testSingleLayer)
3441 (SaveSessionTest.testLayerProjection)
3442 (SaveSessionTest.testRasterLayer)
3443 (SaveSessionTest.testClassifiedLayer)
3444 (SaveSessionTest.test_dbf_table)
3445 (SaveSessionTest.test_joined_table)
3446 (SaveSessionTest.test_save_postgis): Update to thuban-1.0rc1
3447 namespace
3448
3449 * test/test_load.py (LoadSessionTest.dtd): Update to thuban-1.0rc1
3450 namespace
3451 (TestSingleLayer.file_contents)
3452 (TestNonAsciiColumnName.file_contents)
3453 (TestLayerVisibility.file_contents)
3454 (TestClassification.file_contents, TestLabels.file_contents)
3455 (TestLayerProjection.file_contents)
3456 (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
3457 (TestPostGISLayer.file_contents)
3458 (TestPostGISLayerPassword.file_contents)
3459 (TestLoadError.file_contents, TestLoadError.test): Update to
3460 thuban-1.0rc1 namespace
3461
3462 2003-12-01 Bernhard Herzog <[email protected]>
3463
3464 * setup.py (proj4_prefix, wx_prefix, gdal_prefix): Fix these for
3465 nt to better match Intevation's current w32 setup
3466
3467 * HOWTO-Release: Add note about updating MANIFEST.in
3468
3469 * MANIFEST.in: Add the Extensions
3470
3471 * NEWS: Update for 1.0rc1
3472
3473 2003-12-01 Bernhard Herzog <[email protected]>
3474
3475 * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Change the wild
3476 cards for the dialog so that shapefiles ending in all uppercase
3477 SHP are listed too
3478
3479 2003-11-28 Bernhard Herzog <[email protected]>
3480
3481 * Thuban/version.py (longversion): Update to 1.0rc1
3482
3483 * setup.py (setup call): Update version to 1.0rc1. Use the
3484 [email protected] email address as author email instead of my
3485 personal one.
3486
3487 2003-11-28 Bernhard Herzog <[email protected]>
3488
3489 * po/de.po: Update german translation.
3490
3491 2003-11-28 Bernhard Herzog <[email protected]>
3492
3493 Unify the filenames stored in .thuban files so that the .thuban
3494 files are more platform independend
3495
3496 * Thuban/Model/save.py (unify_filename): New. Unify filenames so
3497 that they can be used on both windows and unix
3498 (SessionSaver.prepare_filename): New. Handle all filename
3499 transformations for filenames stored in the thuban file
3500 (SessionSaver.write_data_containers, SessionSaver.write_layer):
3501 Use prepare_filename
3502
3503 * test/test_save.py (SaveSessionTest.testSingleLayer)
3504 (SaveSessionTest.testLayerProjection)
3505 (SaveSessionTest.testRasterLayer)
3506 (SaveSessionTest.testClassifiedLayer)
3507 (SaveSessionTest.test_dbf_table)
3508 (SaveSessionTest.test_joined_table): Filenames are always stored
3509 with slashes on all currently supported platforms so adapt all
3510 tests to this
3511
3512 * test/test_load.py (LoadSessionTest.filenames): With the new
3513 filename scheme the filenames in the tests should be
3514 understandable on all currently supported platforms so we turn
3515 this into an empty list because we don't have to normalize them
3516 anymore
3517
3518 2003-11-28 Bernhard Herzog <[email protected]>
3519
3520 * test/test_layer.py (TestLayer.test_arc_layer_with_projection):
3521 Add the ellipsoid to the projection since some Proj versions
3522 complain if it's missing.
3523
3524 2003-11-27 Bernhard Herzog <[email protected]>
3525
3526 Corect some bounding box projection problems
3527
3528 * Thuban/Model/proj.py (Projection.InverseBBox): New. Inverse
3529 version of ForwardBBox
3530 (Projection._transform_bbox): New. common implementation of
3531 ForwardBBox and InverseBBox
3532 (Projection.ForwardBBox): Use _transform_bbox.
3533
3534 * test/test_proj.py (TestProjection.test): Add test for
3535 InverseBBox
3536
3537 * Thuban/Model/layer.py (Layer.LatLongBoundingBox)
3538 (Layer.ShapesBoundingBox, RasterLayer.LatLongBoundingBox): Use the
3539 new InverseBBox method to determine the unprojected bounding box
3540 (Layer.ShapesInRegion): Use the ForwardBBox method to project the
3541 bbox.
3542
3543 * test/test_layer.py (TestLayer.test_point_layer_with_projection):
3544 Removed.
3545 (TestLayer.test_arc_layer_with_projection): New. This test is
3546 better able to test whether bounding boxes are projected correctly
3547 than test_point_layer_with_projection
3548
3549 * Thuban/UI/viewport.py (ViewPort.map_projection_changed): Use
3550 InverseBBox to unproject bboxes
3551
3552 2003-11-25 Bernhard Herzog <[email protected]>
3553
3554 * Thuban/UI/about.py (About.__init__): Make sure we have ASCII
3555 source code.
3556
3557 2003-11-25 Bernhard Herzog <[email protected]>
3558
3559 * Thuban/Model/layer.py (Layer.__getattr__): Removed. It was only
3560 there for backwards compatibility and all code relying on that
3561 should have been updated by now.
3562
3563 2003-11-25 Bernhard Herzog <[email protected]>
3564
3565 * test/test_load.py (TestClassification.test): Add the missing
3566 round trip test.
3567 (TestClassification.file_contents): Update to the newest file
3568 format
3569
3570 2003-11-25 Bernhard Herzog <[email protected]>
3571
3572 Add very experimental (and possibly dangerous) extension to draw
3573 polygons:
3574
3575 * Extensions/drawshape/README: New. Brief installation
3576 instructions
3577
3578 * Extensions/drawshape/drawshape.py: New. Implementation of the
3579 drawshape extensions
3580
3581 * Extensions/drawshape/patch.diff: Patch to apply before the
3582 extension can be used.
3583
3584 2003-11-24 Bernhard Herzog <[email protected]>
3585
3586 * Thuban/Model/data.py (ShapefileStore._open_shapefile)
3587 (ShapefileStore.__init__): Factor opening the shapefile into a
3588 separate method (the new _open_shapefile). This makes the code a
3589 bit more readable but the real reason is that it makes some evil
3590 hacks easier. :-)
3591
3592 2003-11-24 Bernhard Herzog <[email protected]>
3593
3594 * Thuban/Model/load.py (SessionLoader.check_attrs): If no
3595 converter is specified for an attribute assume it's a string
3596 containing only Latin1 characters. Update doc-string accordingly.
3597 This change should fix many places where unicode objects might
3598 accidentally enter Thuban.
3599
3600 * test/test_load.py (TestNonAsciiColumnName): New test to check
3601 what happens with column names in DBF files that contain non-ascii
3602 characters
3603
3604 2003-11-21 Bernhard Herzog <[email protected]>
3605
3606 Enable the experimental attribute editing again and introduce a
3607 command line switch to actually activate it
3608
3609 * Thuban/UI/main.py (options): New. Container for options set on
3610 the commmand line
3611 (main): Add the --enable-attribute-editing flag.
3612
3613 * Thuban/UI/identifyview.py (IdentifyView.__init__): If attribute
3614 editing is enabled use the grid ctrl which allows editing of the
3615 values
3616
3617 * Thuban/Model/transientdb.py (AutoTransientTable.write_record):
3618 New. Just delegate this to the underlying table.
3619
3620 2003-11-20 Bernhard Herzog <[email protected]>
3621
3622 * test/test_proj.py (ProjFileReadTests.test_read_unreadable_file):
3623 Skip this test if run under non-posix systems since it only works
3624 there
3625
3626 2003-11-19 Bernhard Herzog <[email protected]>
3627
3628 * Thuban/Model/resource.py: Rework the way gdal support is
3629 determined so that we can give a reason in the about why gdal is
3630 not supported.
3631 (gdal_support_status): New. Variable holding a string with the
3632 reason for no gdal support
3633
3634 * Thuban/UI/about.py (About.__init__): Add the reason why gdal is
3635 not supported to the message
3636
3637 2003-11-19 Bernhard Herzog <[email protected]>
3638
3639 Remove the old table interface and its test cases
3640
3641 * Thuban/Model/table.py (OldTableInterfaceMixin): Removed.
3642 (DBFTable, MemoryTable): Do not derive from OldTableInterfaceMixin
3643 anymore
3644
3645 * Thuban/Model/transientdb.py (TransientTableBase)
3646 (AutoTransientTable): Do not derive from OldTableInterfaceMixin
3647 anymore
3648
3649 * test/test_table.py: Removed since the old interface it tests is
3650 gone.
3651
3652 * test/runtests.py (main): The old table interface is gone and
3653 with it the deprecation warnings so remove the code that turns
3654 these warnings into errors
3655
3656 2003-11-19 Bernhard Herzog <[email protected]>
3657
3658 * test/test_table.py: Revert to revision 1.5 again. Changing the
3659 tests to use the new table interface is completely wrong since the
3660 whole purpose of the tests in this module is to test the old
3661 interface.
3662
3663 2003-11-18 Bernhard Herzog <[email protected]>
3664
3665 * Thuban/Model/postgisdb.py (PostGISConnection.MatchesParameters):
3666 New. Test whether the connection matches a set of connection
3667 parameters
3668
3669 * Thuban/UI/dbdialog.py (DBFrame.conns_changed): Fix doc-string
3670 (DBFrame.OnAdd): Use the new MatchesParameters method when looking
3671 for existing connections with the same parameters and break out of
3672 the loop correctly.
3673
3674 * test/test_postgis_db.py (TestBriefDescription)
3675 (TestPostGISSimple.test_brief_description): Rename
3676 TestBriefDescription to TestPostGISSimple and the test method to
3677 test_brief_description so that we can add more test methods.
3678 (TestPostGISSimple.test_matches_parameters): New. Test the new
3679 MatchesParameters method
3680
3681 2003-11-18 Bernhard Herzog <[email protected]>
3682
3683 * Thuban/Lib/connector.py (Publisher): Introduce a new flag,
3684 _was_destroyed, to indicate whether an publisher instance has
3685 already been destroyed.
3686 (Publisher.Unsubscribe): Only disconnect if the publisher has not
3687 been destroyed yet.
3688 (Publisher.Destroy): Set the _was_destroyed flag to true.
3689
3690 * test/test_connector.py
3691 (TestPublisher.test_unsubscribe_after_destroy): New. Test that
3692 calling Unsubscribe after Destroy doesn't raise an exception
3693
3694 2003-11-14 Bernhard Herzog <[email protected]>
3695
3696 * Thuban/UI/identifyview.py (IdentifyView.selected_shape): Fix
3697 typo in doc-string
3698
3699 2003-11-13 Bernhard Herzog <[email protected]>
3700
3701 Quote table and column names properly for postgis.
3702
3703 * Thuban/Model/postgisdb.py (quote_identifier): New. Function to
3704 quote an identifier for use in an sql statement
3705 (PostGISColumn.__init__): Add the quoted_name attribute
3706 (PostGISTable.__init__): New instance variable quoted_tablename
3707 (PostGISTable._fetch_table_information): Use the quoted table
3708 name. New isntance variable quoted_geo_col with a quoted version
3709 of geometry_column
3710 (PostGISTable.NumRows, PostGISTable.RowIdToOrdinal)
3711 (PostGISTable.RowOrdinalToId): Use the quoted table name
3712 (PostGISTable.ReadValue, PostGISTable.ValueRange)
3713 (PostGISTable.UniqueValues, PostGISTable.SimpleQuery)
3714 (PostGISShapeStore.BoundingBox, PostGISShapeStore.Shape)
3715 (PostGISShapeStore.AllShapes, PostGISShapeStore.ShapesInRegion):
3716 Use quoted table and column names
3717
3718 * test/test_postgis_db.py (TestPostGISSpecialCases)
3719 (TestPostGISIgnoredColumns): Rename the class to
3720 TestPostGISSpecialCases because that better describes the new
3721 cases
3722 (TestPostGISSpecialCases.test_unsupported_types)
3723 (TestPostGISSpecialCases.test): Rename the method to
3724 test_unsupported_types because we need a more descriptive name now
3725 that there are more methods
3726 (TestPostGISSpecialCases.test_table_name_quoting)
3727 (TestPostGISSpecialCases.test_column_name_quoting)
3728 (TestPostGISSpecialCases.test_shapestore_name_quoting): New test
3729 cases to test quoting of table and column names in PostGISTable
3730 and PostGISShapeStore
3731
3732 * test/postgissupport.py
3733 (skip_if_addgeometrycolumn_does_not_use_quote_ident): New. Skip if
3734 AddGeometryColumn desn't support table or column names with sapces
3735 or double quotes
3736
3737 2003-11-12 Jan-Oliver Wagner <[email protected]>
3738
3739 * Extensions/wms/__init__.py: New: Init to make this
3740 directory a package.
3741
3742 * Extensions/wms/wms.py: New: Provide layers via OGC WMS.
3743
3744 2003-11-11 Bernhard Herzog <[email protected]>
3745
3746 * Thuban/Model/resource.py (EPSG_DEPRECATED_PROJ_FILE): New.
3747 Constant for the file woth deprecated epsg projections
3748 (get_system_proj_file): Update doc-string
3749
3750 * Thuban/UI/projdialog.py (ProjFrame.build_dialog): Add a space
3751 above the EPS widgets, introduce a check box for the deprecated
3752 eps projections and a label for the epsg widgets
3753 (ProjFrame._OnShowEPSG): Handle the deprecated EPSG projections
3754 too
3755
3756 2003-11-11 Bernhard Herzog <[email protected]>
3757
3758 Avoid warnings when run under Python 2.3
3759
3760 * Thuban/UI/baserenderer.py (BaseRenderer.draw_point_shape)
3761 (BaseRenderer.draw_label_layer): Coordinates must be ints.
3762
3763 * Thuban/UI/renderer.py (MapRenderer.make_point): Turn this into a
3764 real method so that we can convert to int.
3765 (MapRenderer.label_font): The font size mist be an int.
3766
3767 * Thuban/UI/common.py (Color2wxColour): The color values must be
3768 ints. Also, remove the unnecessary asserts.
3769
3770 * test/test_load_0_8.py (TestUnicodeStrings.file_contents)
3771 (TestUnicodeStrings.test): Python source code should not contain
3772 non-ascii characters unless an encoding is specified in the file.
3773 Therefore use \x escapes in the string literals for non-ascii
3774 characters.
3775
3776 2003-11-11 Bernhard Herzog <[email protected]>
3777
3778 * Thuban/Model/resource.py (get_system_proj_file): Add a filename
3779 parameter so that this function can be used for all proj files in
3780 Resource/Projections
3781 (DEFAULT_PROJ_FILE, EPSG_PROJ_FILE): New. Predefined filenames for
3782 get_system_proj_file
3783
3784 * Thuban/UI/projdialog.py (ProjFrame.__init__): Instead of one
3785 ProjFile self.__sysProjFile use a dictionary of system ProjFile
3786 objects self._sys_proj_files
3787 (ProjFrame.build_dialog): Adapt to the new changes in the
3788 ProjectionList constructor. Add a check button to toggle whether
3789 EPSG projections are shown
3790 (ProjFrame._OnShowEPSG): New. Handler for the epsg check button
3791 events.
3792 (ProjFrame.load_user_proj, ProjFrame.load_system_proj): Only show
3793 the busy cursor if the files have not yet been loaded by the
3794 dialog.
3795 (ProjFrame.load_system_proj): Add a parameter for the name of the
3796 proj file. Maintain the dictionary of system projections
3797 self._sys_proj_files
3798
3799 * Thuban/UI/projlist.py (ProjectionList): Merge the system_projs,
3800 user_projs parameters into one parameter proj_files which is a
3801 list of proj files.
3802 (ProjectionList._subscribe_proj_files)
3803 (ProjectionList._unsubscribe_proj_files): New. Move
3804 subscription/unsubscription of projfile messages to separate
3805 methods
3806 (ProjectionList.Destroy): The unsubscribe is now done in
3807 _unsubscribe_proj_files
3808 (ProjectionList.update_projections): We now have a list of proj
3809 file objects
3810 (ProjectionList.SetProjFiles): New method to set a new list of
3811 proj file objects
3812
3813 * test/test_proj.py (ProjFileReadTests.test_get_system_proj_file):
3814 Specify explicitly which system proj file to load.
3815
3816 2003-11-11 Bernhard Herzog <[email protected]>
3817
3818 * Thuban/Model/load.py (SessionLoader.Destroy): New. Clear all
3819 instance variables to cut cyclic references. The GC would have
3820 collected the loader eventually but it can happen that it doesn't
3821 run at all until thuban is closed (2.3 but not 2.2 tries a bit
3822 harder and forces a collection when the interpreter terminates)
3823 (load_session): Call the handler's Destroy method to make sure
3824 that it gets garbage collected early. Otherwise it will be
3825 collected very late if at all and it holds some references to e.g.
3826 shapestores and the session which can lead to leaks (of e.g. the
3827 temporary files)
3828
3829 * test/test_load.py (TestSingleLayer.test_leak): New. test for the
3830 resource leak in load_session
3831
3832 2003-11-10 Bernhard Herzog <[email protected]>
3833
3834 * Thuban/UI/baserenderer.py: Add a way to specify how layers in
3835 extensions are to be rendered.
3836 (_renderer_extensions): New. List with renderer for layers in
3837 extensions
3838 (add_renderer_extension): New. Add a renderer extension
3839 (init_renderer_extensions): New. Init the renderer extensions
3840 (BaseRenderer.render_map_incrementally): Search
3841 _renderer_extensions for how to draw unknown layer types
3842 (BaseRenderer.draw_raster_data): Add format parameter so that
3843 formats other than BMP can be drawn
3844 (BaseRenderer.draw_raster_layer): Pass an explicit format to
3845 draw_raster_data
3846
3847 * Thuban/UI/renderer.py (raster_format_map): New. Mapping form the
3848 strings of the format parameter of draw_raster_data method to wx
3849 constants
3850 (MapRenderer.draw_raster_data): Add the format parameter and use
3851 raster_format_map to map it to the right wxwindows constant for
3852 wxImageFromStream
3853
3854 * test/test_baserenderer.py (SimpleRenderer.draw_raster_data): Add
3855 the format parameter and record it
3856 (TestBaseRenderer.test_raster_no_projection): check the format
3857 paramter of the draw_raster_data method
3858 (TestBaseRenderer.test_renderer_extension): New. Test the renderer
3859 extension facility
3860
3861 2003-11-07 Bernhard Herzog <[email protected]>
3862
3863 Tweak the usage of the sqlite database to make common use cases
3864 more responsive. In most cases copying the data to the sqlite
3865 database takes so long that using sqlite doesn't have enough
3866 advantages.
3867
3868 * Thuban/Model/transientdb.py (TransientTableBase.ValueRange): Add
3869 comments about performance and query the min and max in separate
3870 statements because only that way will indexes be used.
3871 (TransientTableBase.UniqueValues): Add some comments about
3872 performance.
3873 (AutoTransientTable.ValueRange, AutoTransientTable.UniqueValues):
3874 Do not copy the data to the transient DB but use the transient
3875 copy if it exists. See the new comments for the performance trade
3876 offs
3877
3878 * test/test_transientdb.py
3879 (TestTransientTable.test_auto_transient_table): Make sure that the
3880 data is copied to the transient database at some point.
3881
3882 2003-11-03 Bernhard Herzog <[email protected]>
3883
3884 * Thuban/Model/data.py (ShapefileStore.ShapesInRegion): Bind some
3885 globals to locals so that it's a bit faster
3886
3887 2003-11-03 Bernhard Herzog <[email protected]>
3888
3889 * Thuban/UI/baserenderer.py
3890 (BaseRenderer.draw_shape_layer_incrementally): Use the ReadValue
3891 method. ReadValue is faster than ReadRowAsDict since it only reads
3892 one cell especially now that the dbf file objects actually
3893 implement it.
3894
3895 * Thuban/Model/table.py (DBFTable.ReadValue): Use the new
3896 read_attribute method of the dbf objects
3897
3898 2003-11-03 Bernhard Herzog <[email protected]>
3899
3900 * Extensions/profiling/profiling.py (popup_dialog_box): New config
3901 variable to indicate whether the result should be shown in a
3902 dialog box
3903 (profile_screen_renderer, time_screen_renderer): Only show a
3904 dialog box if popup_dialog_box is true.
3905 (profile_screen_renderer): Flush stdout after the printing the
3906 first part of the "profiling..." message
3907
3908 * Thuban/UI/baserenderer.py
3909 (BaseRenderer.draw_shape_layer_incrementally): Cache the pens and
3910 brushes for the groups so that they're not created over and over
3911 again
3912
3913 * Thuban/Model/classification.py (Classification.__getattr__)
3914 (Classification._compile_classification)
3915 (Classification._clear_compiled_classification): New. Methods to
3916 manage a 'compiled' representation of the classification groups
3917 which is created on demand
3918 (Classification.InsertGroup, Classification.RemoveGroup)
3919 (Classification.ReplaceGroup): reset the compiled representation
3920 (Classification.FindGroup): Use the compiled representation to
3921 find the matching group
3922 (ClassGroupRange.GetRangeTuple): New. Return the range as a tuple
3923
3924 2003-10-31 Bernhard Herzog <[email protected]>
3925
3926 * Thuban/Model/classification.py (Classification.SetDefaultGroup):
3927 Send a CLASS_CHANGED message
3928 (Classification.RemoveGroup): Send a CLASS_CHANGED message and do
3929 not return the removed group since it wasn't used.
3930
3931 * test/test_classification.py
3932 (TestClassification.test_set_default_group): New. Test the
3933 SetDefaultGroup method
3934 (TestClassification.test_insert_group): New. Test the InsertGroup
3935 method
3936 (TestClassification.test_remove_group): New. Test the RemoveGroup
3937 method
3938 (TestClassification.test_replace_group): New. Test the
3939 ReplaceGroup method
3940
3941 2003-10-31 Bernhard Herzog <[email protected]>
3942
3943 * test/test_classification.py (TestClassification.setUp):
3944 Subscribe to the CLASS_CHANGED messages
3945 (TestClassification.tearDown): New. Destroy the classification
3946 properly
3947 (TestClassification.test_defaults): Add tests for the default line
3948 width and whether no messages were sent yet
3949 (TestClassification.test_set_default_properties): Add tests for
3950 messages and setting the default line width
3951 (TestClassification.test_add_singleton)
3952 (TestClassification.test_add_range)
3953 (TestClassification.test_multiple_groups): Add tests for messages
3954
3955 2003-10-31 Bernhard Herzog <[email protected]>
3956
3957 Some more refactoring in preparation for new tests:
3958
3959 * test/test_classification.py (TestClassification.setUp): New.
3960 Instantiate the classification here. Update the test methods
3961 accordingly.
3962 (TestClassification.test_multiple_groups): Make sure that the two
3963 singletons matching 1 are considered different.
3964
3965 2003-10-31 Bernhard Herzog <[email protected]>
3966
3967 * test/test_classification.py (red, green, blue): New. These
3968 constants were used in several cases. Update the relevant methods.
3969 (TestClassification.test_defaults)
3970 (TestClassification.test_set_default_properties)
3971 (TestClassification.test_add_singleton)
3972 (TestClassification.test_add_range)
3973 (TestClassification.test_multiple_groups)
3974 (TestClassification.test_deepcopy): New. These were formerly all
3975 part of the single method test.
3976 (TestClassification.test_deepcopy): Removed.
3977 (TestClassIterator): Removed. The test case is now a method of
3978 TestClassification since it tests part of the public interface of
3979 Classification
3980 (TestClassification.test_iterator): New. Used to be
3981 TestClassIterator effectively
3982
3983 2003-10-31 Jan-Oliver Wagner <[email protected]>
3984
3985 GUIfied the functions of the profiling extension.
3986
3987 * /Extensions/profiling/__init__.py: New: Init to make this
3988 directory a package.
3989
3990 * Extensions/profiling/profiling.py: Moved menu entries to
3991 the Extensions menu. Applied _() for strings.
3992 (profile_screen_renderer): Catch the detailed printout and present
3993 it in a dialog.
3994 (time_screen_renderer): Raise a dialog to present the result instead
3995 of printing it to stdout.
3996
3997 2003-10-31 Bernhard Herzog <[email protected]>
3998
3999 * test/test_classification.py (TestClassGroupProperties)
4000 (TestClassGroup, TestClassGroupDefault, TestClassGroupRange)
4001 (TestClassGroupSingleton, TestClassIterator, TestClassification):
4002 Split TestClassification into several classes, one for each class
4003 being tested. TestClassification itself now only tests
4004 Classification. This split makes changes to the tests a bit easier
4005
4006 2003-10-31 Bernhard Herzog <[email protected]>
4007
4008 * Extensions/profiling/profiling.py: New. Extension to measure
4009 Thuban performance
4010
4011 2003-10-31 Frank Koormann <[email protected]>
4012
4013 Added two items to legend popup menu: Remove Layer and Show Layer Table
4014
4015 * Thuban/UI/legend.py (LegendPanel._OnRemoveLayer,
4016 LegendPanel._OnShowTable): New event handlers, call the corresponding
4017 mainwindow methods.
4018 (LegendTree._OnRightClick): Added items to popup menu.
4019
4020 2003-10-30 Bernhard Herzog <[email protected]>
4021
4022 * Thuban/UI/dialogs.py (ThubanFrame.__init__): Handle
4023 EVT_WINDOW_DESTROY
4024 (ThubanFrame.OnDestroy): New. Handler for EVT_WINDOW_DESTROY. Does
4025 nothing but is convenient for the derived classes.
4026
4027 * Thuban/UI/tableview.py
4028 (TableFrame.OnDestroy, LayerTableFrame.OnDestroy): New.
4029 Unsubscribe the messages here not in OnClose because that might
4030 get called multiple times. Fixes RT #2196
4031 (TableFrame.OnClose, LayerTableFrame.OnClose): Removed. Not needed
4032 anymore.
4033
4034 * README: Update the minimum requirement for wxPython. Since we
4035 now use the EVT_WINDOW_DESTROY event, we need at least 2.4.0.4,
4036 the version in which that was introduced for all platforms
4037
4038 2003-10-30 Frank Koormann <[email protected]>
4039
4040 * Thuban/UI/join.py (JoinDialog.OnJoin): Wrapped the major parts of
4041 the join process in a ThubanBeginBusyCursor, ThubanEndBusyCursor
4042 frame.
4043
4044 2003-10-30 Jan-Oliver Wagner <[email protected]>
4045
4046 Improved APR import extension, added further EPSG definitions
4047 and some cleanup regarding string class.
4048
4049 * test/test_proj.py (TestProjection.test_get_projection_units_geo):
4050 Added test for alias 'longlat'.
4051
4052 * Resources/Projections/epsg-deprecated.proj: New. Contains
4053 deprecated EPSG definitions.
4054
4055 * Extensions/importAPR/odb.py (ODBBaseObject.TreeInfo): Added
4056 the variable names for objects.
4057
4058 * Extensions/importAPR/apr.py (APR_BLnSym, APR_BMkSym, APR_BShSym): New.
4059 Copied from importAPR and provided with documentation.
4060
4061 * Extensions/importAPR/importAPR.py (APR_BLnSym, APR_BMkSym, APR_BShSym):
4062 Moved to apr.py.
4063 (APR_View): Added object ref 'ITheme'.
4064
4065 * Thuban/Lib/fileutil.py, Thuban/UI/proj4dialog.py: Replaced string
4066 split function by corresponding use of the string class method.
4067
4068 * Thuban/Model/xmlwriter.py: Replaced string replace function by
4069 corresponding string method.
4070
4071 2003-10-29 Bernhard Herzog <[email protected]>
4072
4073 * Thuban/UI/baserenderer.py
4074 (BaseRenderer.draw_shape_layer_incrementally): Speed up the
4075 special case of a classification that only has the default group
4076
4077 2003-10-27 Bernhard Herzog <[email protected]>
4078
4079 * po/fr.po, po/es.po: Updated translations from Daniel Calvelo
4080
4081 * po/de.po: Update.
4082
4083 * Thuban/UI/application.py
4084 (ThubanApplication.ShowExceptionDialog): Handle translation of the
4085 dialog message properly
4086
4087 2003-10-27 Bernhard Herzog <[email protected]>
4088
4089 Rework how localization works so that we use wx's translation
4090 functions when running Thuban as a normal application but not when
4091 we don't need any UI, such as in the test suite. See the comment
4092 in Thuban/__init__.py for details
4093
4094 * Thuban/__init__.py (_): Add one level of indirection to make the
4095 translation handling more flexible and to make it possible to use
4096 either wx's translation services or not.
4097 (gettext_identity, translation_function_installed)
4098 (install_translation_function): New function to help with this
4099
4100 * Thuban/UI/__init__.py: Install the wx specific translation
4101 function if it's OK to do that
4102
4103 * test/support.py (initthuban): Install a dummy translation
4104 function so that importing Thuban.UI doesn't install a wx specific
4105 one for which would need to import wxPython
4106
4107 2003-10-27 Bernhard Herzog <[email protected]>
4108
4109 * HOWTO-Release: Source archives should be created first and the
4110 binary packages should be created from the source archives.
4111 There's an official debian package now so there's no need to test
4112 the rpm on debian anymore
4113
4114 2003-10-27 Bernhard Herzog <[email protected]>
4115
4116 Several rendering changes:
4117
4118 - Render the selection into a separate bitmap so that only that
4119 bitmap needs to be redrawn when the selection changes
4120
4121 - Render incrementally showing previews and allowing interaction
4122 before rendering is complete
4123
4124 - Update the renderer interface a bit. Most parameters of
4125 RenderMap are now parameters of the constructor
4126
4127 * Thuban/UI/baserenderer.py (BaseRenderer.__init__): Add the map
4128 and the update region as parameters. Update the doc-string
4129 (BaseRenderer.render_map_incrementally): New. Generator function
4130 to renders the map incrementally
4131 (BaseRenderer.render_map): Remove the map argument (it's now in
4132 the constructor) and simply iterate over the
4133 render_map_incrementally generator to draw the map.
4134 (BaseRenderer.draw_shape_layer_incrementally)
4135 (BaseRenderer.draw_shape_layer): Renamed to
4136 draw_shape_layer_incrementally and changed into a generator that
4137 yields True every 500 shapes. Used by render_map_incrementally to
4138 render shape layers incrementally
4139
4140 * Thuban/UI/renderer.py (ScreenRenderer.RenderMap): Removed the
4141 map and region parameters which are now in the constructor
4142 (ScreenRenderer.RenderMapIncrementally): New. Public frontend for
4143 the inherited render_map_incrementally.
4144 (BaseRenderer.draw_shape_layer): Removed.
4145 (ScreenRenderer.draw_selection_incrementally): New. The selection
4146 drawing part of the removed draw_shape_layer as a generator
4147 (ScreenRenderer.layer_shapes): Update because of the region
4148 parameter change
4149 (ExportRenderer.__init__): New. Extend the inherited constructor
4150 with the destination region for the drawing
4151 (ExportRenderer.RenderMap): Removed the map and region parameters
4152 which are now in the constructor
4153
4154 * Thuban/UI/view.py (MapCanvas.PreviewBitmap): New. Return a
4155 bitmap suitable for a preview in a tool
4156 (CanvasPanTool.MouseMove): Use the PreviewBitmap method to get the
4157 bitmap
4158 (MapPrintout.draw_on_dc): Adapt to new renderer interface
4159 (MapCanvas.OnPaint): Handle drawing the selection bitmap if it
4160 exists
4161 (MapCanvas.OnIdle): Update the logic to deal with incremental
4162 rendering and the selection bitmap
4163 (MapCanvas._do_redraw): Handle the instantiation of the render
4164 iterator and the redraws during rendering
4165 (MapCanvas._render_iterator): New. Generator to incrementally
4166 redraw both bitmaps
4167 (MapCanvas.Export): Adapt to new renderer interface.
4168 (MapCanvas.full_redraw): Reset the selection bitmap and the
4169 renderer iterator too
4170 (MapCanvas.redraw_selection): New. Force a redraw of the selection
4171 bitmap
4172 (MapCanvas.shape_selected): Only redraw the selection bitmap
4173
4174 * test/test_baserenderer.py
4175 (TestBaseRenderer.test_polygon_no_projection)
4176 (TestBaseRenderer.test_raster_no_projection)
4177 (TestBaseRenderer.test_point_map_projection)
4178 (TestBaseRenderer.test_point_layer_and_map_projection)
4179 (TestBaseRenderer.test_point_layer_projection)
4180 (TestBaseRenderer.test_point_with_classification): Adapt to new
4181 renderer interface
4182
4183 2003-10-24 Bernhard Herzog <[email protected]>
4184
4185 * libraries/thuban/wxproj.cpp (draw_polygon_shape)
4186 (point_in_polygon_shape, shape_centroid): Raise an exception if
4187 the shape can't be read. Previously invalid shape ids would lead
4188 to a segfault.
4189
4190 * test/test_wxproj.py (TestShapeCentroid.test_invalid_shape_id):
4191 New. test whether an exception is raised for invalid shape ids
4192
4193 2003-10-24 Jan-Oliver Wagner <[email protected]>
4194
4195 * Thuban/Model/proj.py (Projection.GetProjectedUnits): Added 'longlat'
4196 as alias for 'latlong'.
4197
4198 * Thuban/UI/projdialog.py (ProjFrame.__init__): Added 'longlat'
4199 as alias for 'latlong'.
4200
4201 2003-10-24 Jan-Oliver Wagner <[email protected]>
4202
4203 * Thuban/UI/projdialog.py (ProjFrame.proj_selection_changed): Set
4204 the projection even for the UnknownPanel.
4205 (UnknownProjPanel.__init__): Define the text and create the textctrl
4206 widget.
4207 (UnknownProjPanel._DoLayout): Replaced static text widget by the
4208 textctrl created in __init__.
4209 (UnknownProjPanel.SetProjection): Set the text for the text ctrl
4210 including the parameters of the projection.
4211
4212 2003-10-24 Jan-Oliver Wagner <[email protected]>
4213
4214 * Resources/Projections/epsg.proj: New. This is a list of
4215 EPSG codes with parameters for proj. The list has been
4216 generated using devtools/create_epsg.py based on the
4217 file nad/epsg of the proj 4.4.7 package. Four projection
4218 definitions have been deleted as they are not accepted by proj:
4219 "CH1903+ / LV95", "Bern 1898 (Bern) / LV03C", "CH1903 / LV03"
4220 and "HD72 / EOV".
4221
4222 2003-10-22 Bernhard Herzog <[email protected]>
4223
4224 Some more tweaks to the projection dialog which should fix RT
4225 #1886.
4226
4227 * Thuban/UI/projlist.py (ProjectionList.Destroy): Unsubscribe from
4228 the ProjFile's messages and call the base class methods correctly
4229 (ProjectionList.SelectProjection): Set the wxLIST_STATE_FOCUSED
4230 flag on the newly selected item too. Otherwise some other item is
4231 focused and the first time the focus is moved with the keyboard
4232 the selection moves in unexpected ways.
4233
4234 * Thuban/UI/projdialog.py (ProjFrame.__init__): Do not set the
4235 focus on the OK button, only on the projection list. That way the
4236 list really has the focus initially
4237 (ProjFrame.OnClose): Call the projection list's Destroy method to
4238 make it unsubscribe all messages
4239
4240 2003-10-21 Bernhard Herzog <[email protected]>
4241
4242 Rework the projection dialog to fix a few bugs, including RT 2166
4243 and most of 2168
4244
4245 * Thuban/UI/projlist.py: New. The class ProjectionList is a
4246 special wxListCtrl to show a list of projections in a more MVC
4247 fashion
4248
4249 * Thuban/UI/projdialog.py (ProjFrame): Substantial changes
4250 throughout the class. The main change is to use the ProjectionList
4251 class instead of a normal wxListBox. Also, add an explicit
4252 "Unknown" projection to the projection choice control.
4253 (ProjPanel.__init__): Add an "unknown" ellipsoid
4254 (TMPanel.__init__, LCCPanel.__init__): Tweak the order of
4255 instantiation of the panel's controls to make the tab-order more
4256 natural
4257
4258 2003-10-21 Bernhard Herzog <[email protected]>
4259
4260 * test/test_load.py (TestSingleLayer.file_contents)
4261 (TestSingleLayer.test): Add non-ascii characters to the titles of
4262 session, map and layer. This is effectively a port of the
4263 TestUnicodeStrings test in test_load_0_8.py which for some reason
4264 was only added there.
4265
4266 * test/test_load_0_9.py (TestSingleLayer.file_contents)
4267 (TestSingleLayer.test): Same as in test_load.py: add non-ascii
4268 characters to the titles of session, map and layer,.
4269
4270 2003-10-21 Bernhard Herzog <[email protected]>
4271
4272 Add EPSG projection handling to .thuban files
4273
4274 * test/test_save.py (SaveSessionTest.dtd)
4275 (SaveSessionTest.testEmptySession)
4276 (SaveSessionTest.testLayerProjection)
4277 (SaveSessionTest.testRasterLayer)
4278 (SaveSessionTest.testClassifiedLayer)
4279 (SaveSessionTest.test_dbf_table)
4280 (SaveSessionTest.test_joined_table)
4281 (SaveSessionTest.test_save_postgis): Update to 1.0-dev namespace
4282 (SaveSessionTest.testSingleLayer): Update to 1.0-dev namespace and
4283 use a and epsg projection to test saving them
4284
4285 * test/test_load.py (LoadSessionTest.dtd): Update to 1.0-dev
4286 namespace
4287 (TestLayerVisibility.file_contents, TestLabels.file_contents)
4288 (TestLayerProjection.file_contents)
4289 (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
4290 (TestPostGISLayer.file_contents)
4291 (TestPostGISLayerPassword.file_contents)
4292 (TestLoadError.file_contents, TestLoadError.test): Update to use
4293 1.0-dev namespace
4294 (TestSingleLayer.file_contents, TestSingleLayer.test): Update to
4295 use 1.0-dev namespace and use an EPSG projection to test whether
4296 loading it works
4297
4298 * test/test_load_0_9.py: New. Effectively a copy of test_load.py
4299 as of Thuban 0.9. These are now tests to determine whether Thuban
4300 can still read files generated by Thuban 0.9
4301
4302 * Thuban/Model/save.py (SessionSaver.write)
4303 (SessionSaver.write_session): Use the 1.0 dtd and 1.0-dev
4304 namespace
4305 (SessionSaver.write_projection): Write the projection's epsg
4306 attribute
4307
4308 * Thuban/Model/load.py (SessionLoader.__init__): Also accept the
4309 thuban-1.0-dev.dtd namespace
4310 (SessionLoader.check_attrs): Allow a callable object as conversion
4311 too
4312 (SessionLoader.start_projection, SessionLoader.end_projection)
4313 (SessionLoader.start_parameter): Handle the epsg attribute and
4314 rename a few instance variables to lower case
4315
4316 * Resources/XML/thuban-1.0.dtd: New. Only difference to
4317 thuban-0.9.dtd is the epsg attribute for projections.
4318
4319 2003-10-21 Bernhard Herzog <[email protected]>
4320
4321 * test/runtests.py (main): Let the user specify which tests to run
4322 on the command line
4323
4324 * test/support.py (ThubanTestResult.getDescription): Override to
4325 give a better short description. The description can be used as a
4326 parameter to run_tests to run that particular test in isolation.
4327
4328 2003-10-21 Frank Koormann <[email protected]>
4329
4330 Popup menu for legend. Scheduled for the 1.2 release this was too
4331 simple to implement: The popup menu is bound to the legend tree, while
4332 the events are hanlded by its anchestor, the legend panel. This
4333 allows reuse of all the event handlers already implemented for the
4334 legend toolbar buttons.
4335
4336 * Thuban/UI/legend.py (LegendPanel.__init__): EVT_MENU macros
4337 to add handlers for the events issued by the popup menu.
4338 (LegendPanel._OnToggleVisibility): Handler for toggling layer
4339 visibility event
4340 (LegendPanel._OnProjection): Handler for layer projection event.
4341 (LegendTree.__init__): Added EVT_TREE_ITEM_RIGHT_CLICK
4342 (LegendTree._OnRightClick): Event handler for right click, select item
4343 and pop up menu.
4344 (LegendTree.ToggleVisibility): Toggle layer visibility
4345 (LegendTree.LayerProjection): Raise layer projection dialog for
4346 current layer.
4347
4348 2003-10-21 Bernhard Herzog <[email protected]>
4349
4350 * Resources/Projections/defaults.proj: Use correct DOCTYPE
4351 declaration. The top-level element is projectionlist not projfile
4352
4353 2003-10-20 Bernhard Herzog <[email protected]>
4354
4355 * Thuban/UI/projdialog.py (ProjFrame.write_proj_file): New. helper
4356 method to write a projfile and display a busy cursor and error
4357 dialogs.
4358 (ProjFrame._OnSave, ProjFrame._OnAddToList, ProjFrame._OnImport)
4359 (ProjFrame._OnExport, ProjFrame._OnRemove): Use write_proj_file
4360 (ProjFrame.__FillAvailList): Translate "<None>" too and display a
4361 busy cursor while loading the user and system prj files.
4362
4363 2003-10-16 Bernhard Herzog <[email protected]>
4364
4365 * Thuban/Model/resource.py (projfile_cache): Introduce a cache for
4366 ProjFile objects
4367 (clear_proj_file_cache): New function to clear the cache. Mainly
4368 useful for use by the test suite
4369 (read_proj_file): Use the cache.
4370
4371 * test/test_proj.py (TestProjFile): Clarify the doc-string
4372 (ProjFileReadTests): Update doc-string
4373 (ProjFileReadTests.test_get_system_proj_file): Check whether the
4374 system proj files is cached.
4375 (ProjFileLoadTestCase): New base class for the proj file tests
4376 derived from support.FileLoadTestCase to provide some common
4377 behavior.
4378 (TestLoadingProjFile)
4379 (TestLoadingProjFileWithEmptyProjectionlist.file_contents)
4380 (TestProjFileWithInvalidParameters.file_contents): Derive from
4381 ProjFileLoadTestCase
4382 (TestLoadingProjFile.test_caching): New. Test whether the cache
4383 works
4384
4385 2003-10-16 Silke Reimer <[email protected]>
4386
4387 * debian/*: New directory with configuration files for building a thuban
4388 deb-package.
4389
4390 2003-10-14 Bernhard Herzog <[email protected]>
4391
4392 * test/test_proj.py: Execute support.run_tests when run as
4393 __main__ so that missing unsubscribes are detected
4394 (TestProjFile.tearDown): Destroy the proj_file properly
4395
4396 2003-10-14 Bernhard Herzog <[email protected]>
4397
4398 * Thuban/Model/messages.py (PROJECTION_ADDED)
4399 (PROJECTION_REPLACED, PROJECTION_REMOVED): New message types for
4400 the ProjFile objects
4401
4402 * Thuban/Model/proj.py (ProjFile): Derive from Publisher so we can
4403 easily send messages when the projections change
4404 (ProjFile.Add, ProjFile.Remove, ProjFile.Replace): Issue messages
4405 when the change was successful
4406
4407 * test/test_proj.py (TestProjFile.setUp): Subscribe to some of the
4408 proj file messages
4409 (TestProjFile.test_add_remove)
4410 (TestProjFile.test_remove_non_existing)
4411 (TestProjFile.test_replace)
4412 (TestProjFile.test_replace_non_existing): Test whether the right
4413 messages are sent
4414
4415 2003-10-14 Bernhard Herzog <[email protected]>
4416
4417 * test/test_proj.py (TestProjFile.test): Refactor into several
4418 tests
4419 (TestProjFile.test_add_remove)
4420 (TestProjFile.test_remove_non_existing)
4421 (TestProjFile.test_replace)
4422 (TestProjFile.test_replace_non_existing): Some of the new
4423 individual test cases
4424 (TestProjFileSimple): New class for the rest of the test cases
4425 that came out of the refactoring
4426 (ProjFileTest): Derive from xmlsupport.ValidationTest so that the
4427 derived classes don't have to
4428
4429 2003-10-13 Bernhard Herzog <[email protected]>
4430
4431 Add an optional EPSG code to the projection objects and extend the
4432 .proj file format accordingly.
4433
4434 * Resources/XML/projfile.dtd (element projection): Add epsg
4435 attribute
4436
4437 * Thuban/Model/proj.py (Projection.__init__): New parameter and
4438 instance variable epsg. Update doc-string
4439 (Projection.EPSGCode, Projection.Label): New methods to provide
4440 access to EPSG code and a label for use in dialogs
4441
4442 * Thuban/Model/resource.py (ProjFileReader.start_projection)
4443 (ProjFileReader.end_projection, ProjFileSaver.write_projfile):
4444 Handle the epsg code attribute when reading or writing proj files
4445
4446 * Thuban/UI/projdialog.py (ProjFrame._OnSave)
4447 (ProjFrame._OnAddToList, ProjFrame.__DoOnProjAvail)
4448 (ProjFrame.__FillAvailList): Use the projection's Label method to
4449 get the string for the list box
4450
4451 * test/test_proj.py (TestProjection.test_label)
4452 (TestProjection.test_label_epsg)
4453 (TestProjection.test_epsgcode_for_non_epsg_projection)
4454 (TestProjection.test_epsgcode_for_real_epsg_projection): New tests
4455 for the label and EPSGCode methods
4456 (WriteProjFileTests.doTestWrite, WriteProjFileTests.test_write)
4457 (WriteProjFileTests.test_write_empty_file): Create the ProjFile
4458 objects in the test cases and put the expected contents into the
4459 test case methods too. Update doTestWrite accordingly
4460 (TestLoadingProjFile)
4461 (TestLoadingProjFileWithEmptyProjectionlist): New classes with the
4462 read tests from TestProjFile.
4463 (TestProjFile.doTestRead, TestProjFile.testRead): Removed. These
4464 tests are now in the new classes.
4465 (sample_projfile, sample_projfile_data)
4466 (sample_projfile2, sample_projfile_data2): Removed. Not used
4467 anymore.
4468 (TestProjFile.test_read_unreadable_file): No need to reset the
4469 permissions at the end anymore since we use a unique filename
4470
4471 2003-10-13 Bernhard Herzog <[email protected]>
4472
4473 * test/test_proj.py: Some more refactoring of the test cases
4474 (ProjFileTest): New base class for the proj file tests.
4475 (TestProjFile): Derive from ProjFileTest
4476 (TestProjFile.test_read_unreadable_file)
4477 (TestProjFile.test_read_empty_file, TestProjFile.doTestRead): Use
4478 the new filename method to get a unique filename
4479 (TestProjFile.doTestWrite, TestProjFile.testWrite): Removed.
4480 (WriteProjFileTests): New class for proj file write tests.
4481 Contains the write test that were in TestProjFile originally.
4482
4483 2003-10-13 Bernhard Herzog <[email protected]>
4484
4485 * test/test_proj.py (TestProjFile.testRead)
4486 (TestProjFile.test_read_non_existing_file)
4487 (TestProjFile.test_read_unreadable_file)
4488 (TestProjFile.test_read_empty_file): Split into several methods.
4489
4490 2003-10-10 Bernhard Herzog <[email protected]>
4491
4492 * Thuban/UI/sizers.py: New file with custom sizers.
4493
4494 * Thuban/UI/projdialog.py (ProjFrame.build_dialog): Instantiate
4495 all projection type specific panels and put them into a
4496 NotebookLikeSizer. This way the dialog doesn't change its size
4497 when a different projection is selected
4498 (ProjFrame.__init__): Rename projection_panels
4499 projection_panel_defs and reuse projection_panels for a list of
4500 the instantiated panels.
4501 (ProjFrame._show_proj_panel, ProjFrame.__DoOnProjAvail)
4502 (ProjFrame.__DoOnProjChoice): Changes due to the new handling of
4503 the panels
4504 (UnknownProjPanel._DoLayout): Place the newlines in the message
4505 differently to make the panel narrower.
4506 (TMPanel._DoLayout): Layout the parameters in one column.
4507
4508 2003-10-10 Bernhard Herzog <[email protected]>
4509
4510 * Thuban/UI/projdialog.py (ProjFrame.build_dialog): New method
4511 that contains all the setup for the dialog's widgets, layout and
4512 event handling.
4513 (__): Call build_dialog to build the dialog.
4514 (ProjFrame.__set_properties, ProjFrame.__do_layout): Removed.
4515 Their functionality is now in build_dialog
4516 (ProjFrame.__VerifyButtons, ProjFrame.__VerifyButtons)
4517 (ProjFrame.__DoOnProjAvail, ProjFrame.__DoOnProjAvail)
4518 (ProjFrame.__DoOnProjChoice): Small updates due to slightly
4519 different widget names and hierarchy introduced with build_dialog.
4520
4521 2003-10-10 Bernhard Herzog <[email protected]>
4522
4523 * README: Fix typo.
4524
4525 2003-10-09 Bernhard Herzog <[email protected]>
4526
4527 * Thuban/Model/proj.py (ProjFile.Add): Do not check whether the
4528 projection is already in the list. This is *a lot* faster when
4529 loading files with hundreds of projections since it saves a linear
4530 search. OTOH this will allow adding the same projection to the
4531 user.proj file multiple times in the projection dialog but we'll
4532 deal with that later
4533
4534 2003-10-09 Jan-Oliver Wagner <[email protected]>
4535
4536 * devtools: New. Directory for developer tools that are not intended
4537 for the regular user.
4538
4539 * devtools/create_epsg.py: New. Convert the epsg file of proj into
4540 a python .proj file.
4541
4542 2003-10-09 Bernhard Herzog <[email protected]>
4543
4544 * test/test_proj.py
4545 (TestProjection.test_get_parameter_without_equals_sign): New. Test
4546 whether GetParameter handles parameters without "=" sign correctly
4547
4548 * Thuban/Model/proj.py (Projection.GetParameter): Handle
4549 parameters that do not contain a "=". Update the doc-string
4550
4551 2003-10-08 Bernhard Herzog <[email protected]>
4552
4553 * Thuban/UI/projdialog.py (ProjFrame.__set_properties): Remove the
4554 length limit on the projname text control
4555
4556 2003-10-08 Bernhard Herzog <[email protected]>
4557
4558 * test/test_proj.py (TestProjection.test_get_projection_units_geo)
4559 (TestProjection.test_get_projection_units_normal): New. Tests for
4560 the Projection.GetProjectedUnits method
4561
4562 2003-10-08 Jan-Oliver Wagner <[email protected]>
4563
4564 * Thuban/Model/resource.py (get_user_proj_file): small bug-fix:
4565 Added missing 'val' parameter.
4566
4567 2003-10-08 Bernhard Herzog <[email protected]>
4568
4569 * Thuban/UI/projdialog.py (ProjFrame.__DoOnProjAvail): When the
4570 projection type of the currently selected projection is not known,
4571 i.e. there's no panel for it, use the UnknownProjPanel
4572 (ProjFrame.__DoOnProjChoice, ProjFrame._show_proj_panel): Split
4573 the actual replacing of the proj panel into the new method
4574 _show_proj_panel.
4575 (UnknownProjPanel): Add doc-string.
4576 (UnknownProjPanel._DoLayout): Insert a newline into the text so
4577 that the panel is not so wide.
4578
4579 2003-10-08 Bernhard Herzog <[email protected]>
4580
4581 * Thuban/Model/resource.py (read_proj_file): Return the warnings
4582 too. Update the doc-string
4583 (get_proj_files): Removed. It wasn't used anywhere
4584 (get_system_proj_files, get_system_proj_file): Rename to
4585 get_system_proj_file and return the ProjFile object and not a list
4586 of ProjFile objects. Update the callers.
4587 (get_user_proj_files, get_user_proj_file): Rename to
4588 get_user_proj_file return the ProjFile object and not a list of
4589 ProjFile objects. Update the callers.
4590 (ProjFileReader.__init__): New instance variable for the warnings.
4591 Rename the __pf ivar to projfile. Update the methods referring to
4592 __pf
4593 (ProjFileReader.end_projection): Catch any errors raised when
4594 instantiating the projection and record that as an error. The
4595 projection will not be in the final ProjFile object.
4596 (ProjFileReader.GetWarnings): New method to return the warnings.
4597
4598 * Thuban/UI/projdialog.py (ProjFrame.show_warnings): New method to
4599 show the warnings from the projfile reader
4600 (ProjFrame._OnImport): Deal with any warnings returned by
4601 read_proj_file
4602 (ProjFrame.__FillAvailList): Deal with any warnings returned by
4603 get_system_proj_file or get_user_proj_file.
4604
4605 * test/test_proj.py (TestProjFile.doTestRead): Check the warnings.
4606 (TestProjFileWithInvalidParameters.file_contents): New test cases
4607 to test whether read_proj_file handles invalid projection
4608 parameters correctly
4609 (TestProjFile.test_get_system_proj_file): New. Simple test for
4610 resource.get_system_proj_file
4611
4612 2003-10-07 Bernhard Herzog <[email protected]>
4613
4614 * test/test_derivedshapestore.py
4615 (TestDerivedShapeStoreExceptions.tearDown): Clear the session
4616 properly so that the temporary directories get deleted correctly
4617
4618 2003-10-06 Bernhard Herzog <[email protected]>
4619
4620 Handle the title changes in a proper MVC way.
4621
4622 * Thuban/UI/mainwindow.py (MainWindow.__init__): Subscribe to the
4623 canvas' TITLE_CHANGED messages
4624 (MainWindow.update_title): New. Update the main window's title
4625 (MainWindow.__SetTitle): Removed. Use update_title instead.
4626 (MainWindow.SetMap): Use update_title instead of __SetTitle
4627 (MainWindow.RenameMap): Do change the window title explicitly
4628 here. That's handled in a proper MVC way now.
4629 (MainWindow.title_changed): New. Subscriber for the TITLE_CHANGED
4630 messages
4631
4632 * Thuban/Lib/connector.py (Conduit): New class to help classes
4633 that forward messages
4634
4635 * Thuban/UI/viewport.py: Forward the map's TITLE_CHANGED messages
4636 (ViewPort): Derive from Conduit instead of Publisher
4637 (ViewPort.Subscribe, ViewPort.Unsubscribe): Use the new base class
4638 when calling the inherited versions
4639 (ViewPort._subscribe_map, ViewPort._unsubscribe_map): New helper
4640 methods to subscribe and unsubscribe map messages
4641 (ViewPort.SetMap, ViewPort.Destroy): Use the new helper methods to
4642 handle the map subscriptions
4643 (ViewPort.Map, ViewPort.map_projection_changed)
4644 (ViewPort.layer_projection_changed): Add or update doc-strings
4645
4646 * test/test_connector.py (TestPublisher.test_issue_simple): Fix
4647 typo
4648 (MyConduit): Helper class for the Conduit test.
4649 (TestConduit): Test cases for Conduit
4650
4651 * test/test_connector.py: Use support.run_tests as main.
4652
4653 * test/test_viewport.py (ViewPortTest.setUp): Also subscribe to
4654 the TITLE_CHANGED messages
4655 (ViewPortTest.test_forwarding_title_changed): New test to check
4656 whether the viewport forwards the map's TITLE_CHANGED messages
4657 (TestViewportWithPostGIS.tearDown): Call the map's Destroy method
4658 after the port's because the latter may require a still functional
4659 map.
4660
4661 2003-10-06 Bernhard Herzog <[email protected]>
4662
4663 * Thuban/UI/application.py (ThubanApplication.maps_changed): Add
4664 doc-string
4665
4666 2003-10-06 Bernhard Herzog <[email protected]>
4667
4668 * test/test_viewport.py (ViewPortTest.setUp)
4669 (SimpleViewPortTest.test_init_with_size): Move the test for the
4670 initial size as a constructor parameter from ViewPortTest.setUp
4671 method to a new separate test in SimpleViewPortTest.
4672
4673 2003-10-06 Bernhard Herzog <[email protected]>
4674
4675 * test/test_viewport.py (MockView): New class derived from
4676 ViewPort with a mock implementation of GetTextExtent to be used in
4677 the test cases
4678 (ViewPortTest.setUp): Use MockView instead of ViewPort
4679
4680 * Thuban/UI/viewport.py (ViewPort.GetTextExtent): Turn this method
4681 into what would be a "pure virtual function" in C++: always raise
4682 NotImplementedError. Mock implementations for test cases don't
4683 belong into the real code
4684
4685 2003-10-02 Bernhard Herzog <[email protected]>
4686
4687 * test/test_layer.py (TestLayer.test_empty_layer): Explicitly
4688 close the dbf file we create so that it's contents have been
4689 written properly.
4690
4691 * libraries/shapelib/shptree.c, libraries/shapelib/shpopen.c,
4692 libraries/shapelib/shapefil.h, libraries/shapelib/dbfopen.c:
4693 Update to shapelib 1.2.10
4694
4695 2003-10-01 Jan-Oliver Wagner <[email protected]>
4696
4697 * Thuban/UI/tree.py, Thuban/UI/main.py: Remove the #! line as
4698 it annoys lintian which warns about these files not being
4699 executable. The #! isn't necessary here since if you absolutely
4700 must execute them you can always say "python <filename>".
4701
4702 2003-09-26 Bernhard Herzog <[email protected]>
4703
4704 * Thuban/Model/classgen.py (GenQuantiles0): Removed since it's
4705 only used in GREAT-ER but not used in Thuban itself. When GREAT-ER
4706 is ported to a newer the import will fail, so it should be noticed
4707 immediately that this function is gone.
4708 Fixes RT#1919
4709
4710 2003-09-26 Bernhard Herzog <[email protected]>
4711
4712 Add a DTD for the projection files and make thuban write valid
4713 projection files
4714
4715 * Resources/XML/projfile.dtd: New. DTD for thuban's projection
4716 files
4717
4718 * Thuban/Model/resource.py (ProjFileSaver.write): Use
4719 'projectionlist' as the name in the document type declaration so
4720 that it matches the element type of the root element.
4721
4722 * test/test_proj.py (sample_projfile, sample_projfile2): Use
4723 'projectionlist' as the name in the document type declaration just
4724 as it is done now in the files thuban would write
4725 (sample_projfile, sample_projfile_data): Fix spelling of
4726 "Mercator"
4727 (TestProjFile.doTestWrite): Validate the written and the expected
4728 XML data
4729 (TestProjFile): Derive from ValidationTest so that we can run xml
4730 validation tests
4731
4732 2003-09-24 Bernhard Herzog <[email protected]>
4733
4734 * Thuban/UI/renderer.py (ExportRenderer.render_legend): Do not
4735 modify the list returned by map.Layers() in place since it is the
4736 actual list of layers used by the map.
4737
4738 2003-09-23 Jan-Oliver Wagner <[email protected]>
4739
4740 * Doc/manual/thuban-manual.xml: Added subsection to chapter
4741 Extensions to describe the extensions coming with the Thuban
4742 standard package (gns2shp and importAPR).
4743
4744 2003-09-23 Bernhard Herzog <[email protected]>
4745
4746 * libraries/thuban/wxproj.cpp (project_point): if there's an
4747 inverse but no forward projection, convert to degrees after
4748 applying the inverse projection. Fixes RT#2096
4749
4750 * test/test_wxproj.py: New. Test cases for wxproj.so. One test
4751 implicitly tests for the fix to RT#2096
4752
4753 * test/support.py (FloatComparisonMixin.assertFloatSeqEqual):
4754 Check that the sequences have the same lengths
4755
4756 * Resources/Projections/defaults.proj (Geographic projection): Use
4757 a much more precise value for the to_meter attribute.
4758
4759 2003-09-22 Bernhard Herzog <[email protected]>
4760
4761 * test/support.py (initthuban): Make sure to unset the LANG env.
4762 var. so that tests that compare translated strings work. Solves RT
4763 #2094
4764
4765 2003-09-22 Jan-Oliver Wagner <[email protected]>
4766
4767 Small improvement of APR import.
4768
4769 * Extensions/importAPR/test/test_apr.py (aprTest.test_LClass):
4770 Added tests for text-ranges.
4771
4772 * Extensions/importAPR/apr.py (APR_LClass.GetThubanRange): Now
4773 returns a string object if the range is based on text.
4774
4775 * Extensions/importAPR/importAPR.py (import_apr_dialog): Unified
4776 range retrieval.
4777
4778 2003-09-22 Jan-Oliver Wagner <[email protected]>
4779
4780 Initial version of the importAPR extension which is in
4781 experimental state.
4782
4783 * /Extensions/importAPR/, /Extensions/importAPR/samples/,
4784 /Extensions/importAPR/test/: New directories.
4785
4786 * /Extensions/importAPR/samples/README: New: Howto load the samples.
4787
4788 * /Extensions/importAPR/samples/iceland.apr: New: A sample APR
4789 file which refers to the Thuban Iceland demo data.
4790
4791 * /Extensions/importAPR/test/README: New: Howto execute the tests.
4792
4793 * /Extensions/importAPR/test/test_apr.py: New: Tests for APR classes.
4794
4795 * /Extensions/importAPR/apr.py: New: Classes for ArcView Objects
4796 as in '.apr'-files.
4797
4798 * /Extensions/importAPR/odb.py: New: Classes for generic ArcView
4799 ODB Objects as in '.apr', '.avl' and other files.
4800
4801 * /Extensions/importAPR/__init__.py: New: Init to make this
4802 directory a package.
4803
4804 * /Extensions/importAPR/importAPR.py: New: Import a ArcView
4805 project file (.apr) and convert it to Thuban.
4806
4807 2003-09-22 Jan-Oliver Wagner <[email protected]>
4808
4809 * Extensions/gns2shp.gns2shp.py: The main module of gns2shp.
4810
4811 2003-09-19 Jan-Oliver Wagner <[email protected]>
4812
4813 * Doc/manual/thuban-manual.xml: Extended section 'Installation'
4814 with description on RPM installation and RPM binary package
4815 creation.
4816
4817 2003-09-18 Bernhard Herzog <[email protected]>
4818
4819 * setup.py (data_files): Only add the mo files if the Locales
4820 directory actually exists, so that setup.py works with a fresh CVS
4821 checkout
4822
4823 2003-09-12 Jan-Oliver Wagner <[email protected]>
4824
4825 * Examples/simple_extensions/simple_tool.py: bugfix: Tool is now
4826 in viewport, not anymore in view
4827
4828 2003-09-04 Jan-Oliver Wagner <[email protected]>
4829
4830 Introducing first Extension (gns2shp).
4831
4832 * Extensions, Extensions/gns2shp, Extensions/gns2shp/test: New.
4833
4834 * Extensions/__init__.py: New. init to make this dir a package.
4835
4836 * Extensions/gns2shp/__init__.py: New. init to make this dir a package.
4837
4838 * Extensions/gns2shp/test/README: New. some info on this test directory.
4839
4840 * Extensions/gns2shp/test/ls.txt: New. test data set (Liechtenstein).
4841
4842 * Extensions/gns2shp/test/test_gns2shp.py: New. Test for correct creation
4843 of Shapefile from GNS text file format
4844
4845 2003-09-03 Jan-Oliver Wagner <[email protected]>
4846
4847 Fix/workaround for bug #2019:
4848 https://intevation.de/rt/webrt?serial_num=2019
4849
4850 * Thuban/UI/identifyview.py (IdentifyView.ID_STOP): New.
4851 (IdentifyView.__init__): Added another button that allows to
4852 stop the identify mode.
4853 (IdentifyView.OnStop): New. Stops the identify mode.
4854
4855 2003-09-03 Jan-Oliver Wagner <[email protected]>
4856
4857 Introducing a new exception dialog that allows to exit the
4858 application immediately.
4859 This fixes bug #2060: https://intevation.de/rt/webrt?serial_num=2060
4860
4861 * Thuban/UI/exceptiondialog.py: New. A special exception dialog.
4862
4863 * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
4864 Made strings available to translations. Exchanged the simple
4865 ScrolledMessageDialog by the new ExceptionDialog.
4866
4867 2003-09-01 Bernhard Herzog <[email protected]>
4868
4869 * NEWS: New. Summary of changes and release notes.
4870
4871 * MANIFEST.in: Add NEWS
4872
4873 2003-09-01 Bernhard Herzog <[email protected]>
4874
4875 * MANIFEST.in: Correct the include statement for the mo-files and
4876 include the documentation too.
4877
4878 * setup.py (data_files): Add the .mo files
4879 (setup call): Up to version 0.9.0
4880
4881 2003-09-01 Bernhard Herzog <[email protected]>
4882
4883 * Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Change the
4884 parameter list to just parent and session
4885 (ChooseDBTableDialog.__set_properties): Removed. Setting the
4886 selection of empty list boxes is not allowed (and produces C++
4887 assertion errors) and the rest of the setup is better done in
4888 __init__ anyway.
4889 (ChooseDBTableDialog.OnCancel, ChooseDBTableDialog.OnOK)
4890 (ChooseDBTableDialog.OnLBDClick, DBDialog.OnOK): Use the Python
4891 builtins True/False for booleans to avoid warnings from wxPython
4892
4893 * Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): Adapt to new
4894 ChooseDBTableDialog constructor parameters.
4895
4896 2003-09-01 Bernhard Herzog <[email protected]>
4897
4898 * Thuban/Model/postgisdb.py
4899 (PostGISTable): Extend doc-string
4900 (PostGISTable._fetch_table_information): Set the column index
4901 correctly, pretending ignored columns don't exist.
4902
4903 * test/test_postgis_db.py (TestPostGISIgnoredColumns): New tests
4904 for postgis tables with data types not yet supported by thuban.
4905
4906 2003-08-29 Bernhard Herzog <[email protected]>
4907
4908 * HOWTO-Release: Tweak item about running the tests.
4909
4910 2003-08-29 Jan-Oliver Wagner <[email protected]>
4911
4912 * /Doc/manual/thuban-manual.xml: updated to version 1.0pre2.
4913
4914 2003-08-29 Bernhard Herzog <[email protected]>
4915
4916 Add some missing parameters to projections. Proj complains about
4917 them on windows but for some reason not on Linux.
4918
4919 * test/test_save.py (SaveSessionTest.testLayerProjection): Add
4920 missing required projection parameters
4921
4922 * test/test_proj.py (TestProjFile.test): Add missing required
4923 projection parameters
4924
4925 * test/test_load_0_8.py (TestLayerProjection.file_contents)
4926 (TestLayerProjection.test): Add missing required projection
4927 parameters and tests for them
4928
4929 * test/test_load.py (TestLayerProjection.file_contents)
4930 (TestLayerProjection.test): Add missing required projection
4931 parameters and tests for them
4932
4933 * test/test_layer.py (TestLayer.test_base_layer): Add missing
4934 required projection parameters
4935
4936 2003-08-29 Bernhard Herzog <[email protected]>
4937
4938 * libraries/pyprojection/Projection.i: Use pj_get_errno_ref to
4939 access the pj_errno because directly accessing pj_errno doesn't
4940 work on windows if the proj library is in a DLL
4941
4942 * libraries/pyprojection/Projection_wrap.c: Update from Projection.i
4943
4944 2003-08-28 Bernhard Herzog <[email protected]>
4945
4946 * test/test_proj.py: Import things from Thuban after calling
4947 initthuban
4948
4949 * test/test_load.py (LoadSessionTest.filenames): New class
4950 variable with the filename attributes to normalize
4951 (LoadSessionTest.check_format): Pass self.filenames to
4952 sax_eventlist to normalize the filename attributes
4953
4954 * test/xmlsupport.py: Add cvs keywords
4955 (SaxEventLister.__init__): New parameter filenames which indicates
4956 attributes that contain filenames
4957 (SaxEventLister.startElementNS): Normalize the filename attributes
4958 with os.path.normpath
4959 (sax_eventlist): New parameter filenames to pass through to
4960 SaxEventLister
4961
4962 * test/test_derivedshapestore.py: Make this file callable as a
4963 program to execute the tests
4964 (TestDerivedShapeStoreExceptions.test_table_with_wrong_size): Bind
4965 the session to self.session so that it gets destroyed properly
4966
4967 * test/test_layer.py (TestLayer.tearDown): Call the session's
4968 Destroy method
4969
4970 * test/test_map.py (TestMapBase.tearDown): Destroy self.session
4971 too if it exists
4972 (TestMapAddLayer.test_add_layer): Bind the session to self.session
4973 so that it gets destroyed properly
4974
4975 * test/postgissupport.py (reason_for_not_running_tests): Add a
4976 test for the existence of popen2.Popen4.
4977
4978 * test/test_save.py (SaveSessionTest.tearDown): New. Provide a
4979 reliable way to destroy the sessions created in the test cases
4980 (SaveSessionTest.test_dbf_table): Bind the session to self.session
4981 so that it gets destroyed properly
4982 (SaveSessionTest.testLayerProjection): Bind the session to
4983 self.session so that it gets destroyed properly
4984
4985 * test/test_session.py (UnreferencedTablesTests.tearDown): Make
4986 sure that the session is destroyed properly
4987
4988 * test/test_shapefilestore.py: Make this callable as a program to
4989 execute the tests
4990
4991 * test/test_scalebar.py: Remove unnecessary import of _ from
4992 Thuban
4993
4994 * test/support.py (print_garbage_information): Call initthuban
4995 here because it may be called indirectly from test cases that test
4996 test support modules which do not use anything from thuban itself
4997 (ThubanTestProgram.runTests): Remove unnecessary debug print
4998
4999 2003-08-28 Bernhard Herzog <[email protected]>
5000
5001 * Thuban/version.py (longversion): Update to 0.9
5002
5003 * Thuban/UI/mainwindow.py: Remove some unused imports
5004
5005 * README: Add section about required additional software. Add date
5006 and revision CVS keywords
5007
5008 * HOWTO-Release: Add item about the translations. Add date and
5009 revision CVs keywords and change formatting to match README a bit
5010 better
5011
5012 * po/de.po: Update for 0.9
5013
5014 * test/README: Tweak the wording a little because many tests are
5015 not really unittest.
5016
5017 2003-08-27 Bernhard Herzog <[email protected]>
5018
5019 As preparation for the 0.9 release, switch thuban files to a
5020 non-dev namespace
5021
5022 * Thuban/Model/save.py (SessionSaver.write_session): Write files
5023 with the http://thuban.intevation.org/dtds/thuban-0.9.dtd
5024 namespace
5025
5026 * Thuban/Model/load.py (SessionLoader.__init__): Accept the
5027 http://thuban.intevation.org/dtds/thuban-0.9.dtd namespace too
5028
5029 * test/test_save.py (SaveSessionTest.dtd)
5030 (SaveSessionTest.testEmptySession)
5031 (SaveSessionTest.testSingleLayer)
5032 (SaveSessionTest.testLayerProjection)
5033 (SaveSessionTest.testRasterLayer)
5034 (SaveSessionTest.testClassifiedLayer)
5035 (SaveSessionTest.test_dbf_table)
5036 (SaveSessionTest.test_joined_table)
5037 (SaveSessionTest.test_save_postgis): Update for new namespace
5038
5039 * test/test_load.py (LoadSessionTest.dtd, TestSingleLayer)
5040 (TestLayerVisibility.file_contents, TestLabels.file_contents)
5041 (TestLayerProjection.file_contents)
5042 (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
5043 (TestPostGISLayer.file_contents)
5044 (TestPostGISLayerPassword.file_contents)
5045 (TestLoadError.file_contents, TestLoadError.test): Update for new
5046 namespace
5047
5048 2003-08-27 Bernhard Herzog <[email protected]>
5049
5050 Make the table interface distinguish between row ids (an integer
5051 that uniquely identifies a row) and row ordinals (a simple row
5052 count from 0 to NumRows() - 1)
5053
5054 * Thuban/Model/postgisdb.py (PostGISTable.RowIdToOrdinal)
5055 (PostGISTable.RowOrdinalToId): New methods to conver between row
5056 ids and row ordinals
5057 (PostGISTable.ReadRowAsDict, PostGISTable.ReadValue): New keyword
5058 parameter row_is_ordinal to indicate whether the row parameter is
5059 the row id or the ordinal
5060
5061 * Thuban/Model/transientdb.py (TransientTableBase.RowIdToOrdinal)
5062 (TransientTableBase.RowOrdinalToId)
5063 (AutoTransientTable.RowIdToOrdinal)
5064 (AutoTransientTable.RowOrdinalToId): Same new methods as in
5065 PostGISTable.
5066 (TransientTableBase.ReadRowAsDict, TransientTableBase.ReadValue)
5067 (AutoTransientTable.ReadRowAsDict, AutoTransientTable.ReadValue):
5068 Same new parameter as in PostGISTable.
5069
5070 * Thuban/Model/table.py (DBFTable.RowIdToOrdinal)
5071 (DBFTable.RowOrdinalToId, MemoryTable.RowIdToOrdinal)
5072 (MemoryTable.RowOrdinalToId): Same new methods as in PostGISTable.
5073 (DBFTable.ReadValue, DBFTable.ReadRowAsDict)
5074 (MemoryTable.ReadValue, MemoryTable.ReadRowAsDict): Same new
5075 parameter as in PostGISTable.
5076
5077 * Thuban/UI/tableview.py (DataTable.RowIdToOrdinal)
5078 (DataTable.RowOrdinalToId): New methods to convert between row ids
5079 and row ordinals.
5080 (TableGrid.SelectRowById): New method to select a row based on its
5081 ID as opposed to its ordinal
5082 (DataTable.GetValue, TableGrid.OnRangeSelect)
5083 (TableGrid.OnSelectCell, LayerTableGrid.select_shapes)
5084 (QueryTableFrame.OnQuery, QueryTableFrame.get_selected)
5085 (LayerTableFrame.__init__): Convert between row ids and row
5086 ordinals as appropriate
5087
5088 * test/postgissupport.py (PostGISDatabase.__init__): Add
5089 doc-string.
5090 (PostGISDatabase.initdb): The optional third item in a tuple in
5091 tables is now a (key, value) list with additional arguments to
5092 pass to upload_shapefile
5093 (upload_shapefile): New parameter gid_offset to allow gids that
5094 are not the same as the shapeids in the shapefile
5095 (PostgreSQLServer.get_default_static_data_db): Use the new
5096 gid_offset to make the gids in landmarks 1000 higher than the
5097 shapeids in the shapefile
5098
5099 * test/test_viewport.py
5100 (TestViewportWithPostGIS.test_find_shape_at_point): Adapt to the
5101 new shapeids in the landmarks table
5102
5103 * test/test_transientdb.py
5104 (TestTransientTable.run_iceland_political_tests)
5105 (TestTransientTable.test_transient_joined_table): Add tests for
5106 the new table methods and new keywords arguments.
5107
5108 * test/test_postgis_db.py
5109 (TestPostGISTable.test_read_row_as_dict_row_count_mode)
5110 (TestPostGISTable.test_read_value_row_count_mode)
5111 (TestPostGISTable.test_row_id_to_ordinal)
5112 (TestPostGISTable.test_row_oridnal_to_id): New test for the new
5113 table methods and the new arguments
5114 (TestPostGISShapestorePoint.test_shapes_in_region)
5115 (TestPostGISShapestorePoint.test_shape_raw_data)
5116 (TestPostGISShapestorePoint.test_shape_points)
5117 (TestPostGISShapestorePoint.test_shape_shapeid)
5118 (TestPostGISShapestorePoint.test_all_shapes)
5119 (TestPostGISTable.test_simple_query)
5120 (TestPostGISTable.test_simple_query)
5121 (TestPostGISTable.test_simple_query)
5122 (TestPostGISTable.test_read_value)
5123 (TestPostGISTable.test_read_row_as_dict): Adapt to the new
5124 shapeids in the landmarks table
5125
5126 * test/test_memory_table.py
5127 (TestMemoryTable.test_read_row_as_dict_row_count_mode)
5128 (TestMemoryTable.test_read_value_row_count_mode)
5129 (TestMemoryTable.test_row_id_to_ordinal)
5130 (TestMemoryTable.test_row_oridnal_to_id): New test for the new
5131 table methods and the new arguments
5132
5133 * test/test_dbf_table.py
5134 (TestDBFTable.test_read_row_as_dict_row_count_mode)
5135 (TestDBFTable.test_read_value_row_count_mode)
5136 (TestDBFTable.test_row_id_to_ordinal)
5137 (TestDBFTable.test_row_oridnal_to_id): New test for the new table
5138 methods and the new arguments
5139
5140 2003-08-26 Bernhard Herzog <[email protected]>
5141
5142 * Thuban/Model/postgisdb.py (PostGISShapeStore.BoundingBox): Use a
5143 more postgis specific but much faster method to get the bounding
5144 box
5145
5146 2003-08-26 Bernhard Herzog <[email protected]>
5147
5148 * Thuban/Model/postgisdb.py (PostGISTable.Title)
5149 (PostGISShapeStore.AllShapes): Add these missing methods.
5150 (PostGISShapeStore.ShapesInRegion): No need to raise
5151 StopIteration. We can simply return
5152
5153 * test/test_postgis_db.py (TestPostGISTable.test_title)
5154 (TestPostGISShapestorePoint.test_all_shapes): New tests for the
5155 new methods
5156
5157 2003-08-25 Bernhard Herzog <[email protected]>
5158
5159 * Thuban/Model/postgisdb.py (shapetype_map): Add MUTLIPOLYGON.
5160
5161 * test/test_postgis_db.py (PolygonTests): New class containing
5162 those tests from TestPostGISShapestorePolygon that can also be
5163 used to test MUTLIPOLYGON tables
5164 (TestPostGISShapestorePolygon): Most tests are now in PolygonTests
5165 so derive from that
5166 (TestPostGISShapestoreMultiPolygon): New class with tests for
5167 MUTLIPOLYGON tables
5168
5169 * test/postgissupport.py (PostGISDatabase.initdb): Allow the
5170 tables argument to have tuples with three items to override the
5171 WKT type used.
5172 (PostgreSQLServer.get_default_static_data_db): Use the above to
5173 create a polygon table with MUTLIPOLYGONs
5174 (point_to_wkt, coords_to_point, polygon_to_wkt, coords_to_polygon)
5175 (arc_to_wkt, coords_to_multilinestring): Rename from *_to_wkt to
5176 coords_to*
5177 (coords_to_multipolygon): New. Convert to MUTLIPOLYGON
5178 (wkt_converter): New. Map WKT types to converters
5179 (upload_shapefile): New parameter force_wkt_type to use a
5180 different WKT type than the default
5181
5182 2003-08-25 Bernhard Herzog <[email protected]>
5183
5184 * Thuban/UI/application.py
5185 (ThubanApplication.run_db_param_dialog): New. Suitable as a
5186 db_connection_callback. Main difference is that the dialog run
5187 from this method doesn't have a parent so it can be used even when
5188 there is no main window
5189 (ThubanApplication.OpenSession): Use self.run_db_param_dialog if
5190 no db_connection_callback was given. This way the dialog pops up
5191 even when the .thuban file was given as a command line parameter.
5192
5193 2003-08-25 Bernhard Herzog <[email protected]>
5194
5195 * Thuban/UI/view.py (MapCanvas.OnLeftUp): Release the the mouse
5196 before calling MouseLeftUp. MouseLeftUp may pop up modal dialogs
5197 which leads to an effectively frozen X session because the user
5198 can only interact with the dialog but the mouse is still grabbed
5199 by the canvas.
5200 Also, call the tool's Hide method before MouseLeftUp because
5201 MouseLeftUp may change the tool's coordinates.
5202
5203 2003-08-25 Bernhard Herzog <[email protected]>
5204
5205 * Thuban/UI/application.py (ThubanApplication.OpenSession): Catch
5206 LoadCancelled exceptions and handle them by returning immediately.
5207
5208 2003-08-25 Bernhard Herzog <[email protected]>
5209
5210 GUI part of loading sessions with postgis connections which may
5211 require user interaction to get passwords or updated parameters
5212
5213 * Thuban/UI/dbdialog.py (DBDialog): Reimplement to make it look a
5214 bit nucer and be more generic.
5215 (DBFrame.OnAdd): Adapt to new DBDialog interface
5216
5217 * Thuban/UI/application.py (ThubanApplication.OpenSession): New
5218 optional parameter db_connection_callback which is passed to
5219 load_session.
5220
5221 * Thuban/UI/mainwindow.py (MainWindow.run_db_param_dialog): New.
5222 Suitable as a db_connection_callback
5223 (MainWindow.OpenSession): Use self.run_db_param_dialog as the
5224 db_connection_callback of the application's OpenSession method
5225
5226
5227 2003-08-25 Bernhard Herzog <[email protected]>
5228
5229 Basic loading of sessions containing postgis connections:
5230
5231 * Thuban/Model/load.py (LoadError): Add doc-string
5232 (LoadCancelled): New exception class to indicate a cancelled load
5233 (SessionLoader.__init__): Add the db_connection_callback parameter
5234 which will be used by the loader to get updated parameters and a
5235 password for a database connection
5236 (SessionLoader.__init__): Add the new XML elements to the
5237 dispatchers dictionary
5238 (SessionLoader.check_attrs): Two new conversions, ascii to convert
5239 to a byte-string object and idref as a generic id reference
5240 (SessionLoader.start_dbconnection)
5241 (SessionLoader.start_dbshapesource): New. Handlers for the new XML
5242 elements
5243 (load_session): Add the db_connection_callback to pass through the
5244 SessionLoader
5245
5246 * test/test_load.py (TestPostGISLayer, TestPostGISLayerPassword):
5247 New classes to test loading of sessions with postgis database
5248 connections.
5249
5250 2003-08-25 Bernhard Herzog <[email protected]>
5251
5252 * Thuban/UI/mainwindow.py (__ThubanVersion__): Remove this and
5253 replace it and the comment with __BuildDate__ by the Source: and
5254 Id: cvs keywords as used in the other files.
5255
5256 2003-08-25 Bernhard Herzog <[email protected]>
5257
5258 * Thuban/Model/load.py (SessionLoader.check_attrs): Raise a
5259 LoadError when a required attribute is missing. The code used to
5260 be commented out for some reason, but probably should have been
5261 active.
5262
5263 * test/test_load.py (TestLoadError.test): Test the message in the
5264 LoadError too to make sure it really is about the missing
5265 attribute
5266
5267 2003-08-22 Bernhard Herzog <[email protected]>
5268
5269 * test/test_save.py (SaveSessionTest.test_dbf_table)
5270 (SaveSessionTest.test_joined_table): Add XML validation tests.
5271
5272 2003-08-22 Bernhard Herzog <[email protected]>
5273
5274 Implement saving a session with a postgis connection
5275
5276 * Resources/XML/thuban-0.9.dtd (dbconnection, dbshapesource) New
5277 elements for database connections and shapestores using db
5278 connections
5279 (session): Add the dbconnections to the content model
5280
5281 * Thuban/Model/save.py (SessionSaver.write_db_connections): New.
5282 Write the db connections
5283 (SessionSaver.write_session): Call write_db_connections to write
5284 the connection before the data sources
5285 (SessionSaver.write_data_containers): Handle postgis shapestores
5286
5287 * test/test_save.py (SaveSessionTest.thubanids)
5288 (SaveSessionTest.thubanidrefs): Update for new DTD
5289 (SaveSessionTest.test_save_postgis): New. Test saving a session
5290 with postgis connections
5291
5292 * Thuban/Model/postgisdb.py (PostGISTable.DBConnection)
5293 (PostGISTable.TableName): New accessor methods for the connection
5294 and table name
5295
5296 * test/test_postgis_db.py (TestPostGISTable.test_dbconn)
5297 (TestPostGISTable.test_dbname): New methods to test the new
5298 PostGISConnection methods
5299
5300 2003-08-22 Bernhard Herzog <[email protected]>
5301
5302 * Thuban/Model/postgisdb.py (ConnectionError): New exception class
5303 for exceptions occurring when establishing a Database connection
5304 (PostGISConnection.connect): Catch psycopg.OperationalError during
5305 connects and raise ConnectionError.
5306
5307 * test/test_postgis_db.py (TestPostgisDBExceptions): New class for
5308 tests for database exceptions
5309
5310 2003-08-22 Bernhard Herzog <[email protected]>
5311
5312 Prepare the test suite for tests with required authentication
5313
5314 * test/postgissupport.py (PostgreSQLServer.__init__): Add instance
5315 variables with two predefined users/passwords, one for the admin
5316 and one for a non-privileged user.
5317 (PostgreSQLServer.createdb): Pass the admin name to initdb and add
5318 the non-privileged user to the database and set the admin password
5319 (PostgreSQLServer.wait_for_postmaster): Use the admin user name.
5320 Better error reporting
5321 (PostgreSQLServer.connection_params)
5322 (PostgreSQLServer.connection_string): New methods to return
5323 information about how to connect to the server
5324 (PostgreSQLServer.execute_sql): New. Convenience method to execute
5325 SQL statements
5326 (PostgreSQLServer.require_authentication): Toggle whether the
5327 server requires authentication
5328 (PostgreSQLServer.create_user, PostgreSQLServer.alter_user): New.
5329 Add or alter users
5330 (PostGISDatabase.initdb): Pass the admin name one the
5331 subprocesses' command lines. Grant select rights on
5332 geometry_columns to everybody.
5333 (upload_shapefile): Use the admin name and password when
5334 connecting. Grant select rights on the new table to everybody.
5335
5336 * test/test_viewport.py (TestViewportWithPostGIS.setUp): Use the
5337 server's new methods to get the connection parameters.
5338
5339 * test/test_postgis_session.py (TestSessionWithPostGIS.setUp)
5340 (TestSessionWithPostGIS.test_remove_dbconn_exception): Use the
5341 server's new methods to get the connection parameters.
5342
5343 * test/test_postgis_db.py
5344 (TestPostGISConnection.test_gis_tables_empty)
5345 (TestPostGISConnection.test_gis_tables_non_empty)
5346 (PostGISStaticTests.setUp): Use the server's new methods to get
5347 the connection parameters.
5348
5349 2003-08-22 Bernhard Herzog <[email protected]>
5350
5351 * Thuban/UI/about.py (About.__init__): Add the psycopg version.
5352
5353 * Thuban/version.py: Add psycopg version
5354
5355 * Thuban/Model/postgisdb.py (psycopg_version): New. Return the
5356 version of the psycopg module
5357
5358 2003-08-22 Bernhard Herzog <[email protected]>
5359
5360 * Thuban/UI/dbdialog.py (DBPwdDlg): Removed because it's not used.
5361 (DBFrame.OnEdit): Removed because it's not used and wouldn't work
5362 at the moment. The functionality should probably be implemented
5363 some time, though.
5364 (DBFrame.OnRemove): Display a message if the connection can't be
5365 removed because it's still in use.
5366
5367 2003-08-22 Jan-Oliver Wagner <[email protected]>
5368
5369 * Thuban/UI/about.py (About.__init__): split up the huge about
5370 text into elements/lists for easier translation. This fixes bug
5371 https://intevation.de/rt/webrt?serial_num=2058
5372 Also, made some forgotten string available for the i18n.
5373
5374 2003-08-21 Bernhard Herzog <[email protected]>
5375
5376 Make postgis support really optional including insensitive menu
5377 items.
5378
5379 * Thuban/Model/postgisdb.py (has_postgis_support): New. Return
5380 whether the postgis is supported.
5381
5382 * Thuban/UI/dbdialog.py: Put the psycopg import into try..except
5383 to make postgis support optional
5384
5385 * Thuban/UI/mainwindow.py (_has_postgis_support): New. Context
5386 version of Thuban.Model.postgisdb.has_postgis_support
5387 (database_management command): Make it only sensitive if postgis
5388 is supported.
5389
5390 2003-08-21 Jan-Oliver Wagner <[email protected]>
5391
5392 * Doc/manual/thuban-manual.xml: Added CVS revision for rev-history.
5393 (section Adding and Removing Layers): Added text and described
5394 multi-selection.
5395 (chapter Extensions): New.
5396
5397 2003-08-21 Jan-Oliver Wagner <[email protected]>
5398
5399 * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Changed dialog
5400 settings to allow multiple files to load into the map.
5401 Also reduced selection to *.shp as a default.
5402
5403 2003-08-20 Bernhard Herzog <[email protected]>
5404
5405 Add dialogs and commands to open database connections and add
5406 database layers.
5407
5408 * Thuban/UI/mainwindow.py (MainWindow.DatabaseManagement): New
5409 method to open the database connection management dialog
5410 (MainWindow.AddDBLayer): New method to add a layer from a database
5411 (_has_dbconnections): New helper function to use for sensitivity
5412 (database_management command, layer_add_db command): New commands
5413 that call the above new methods.
5414 (main_menu): Add the new commands to the menu.
5415
5416 * Thuban/Model/postgisdb.py (PostGISConnection.__init__)
5417 (PostGISConnection.connect): Establish the actual connection in a
5418 separate method and call it in __init__. This makes it easier to
5419 override the behavior in test cases
5420 (PostGISConnection.BriefDescription): New method to return a brief
5421 description for use in dialogs.
5422
5423 * test/test_postgis_db.py (NonConnection): DB connection that
5424 doesn't actually connect
5425 (TestBriefDescription): New class with tests for the new
5426 BriefDescription method
5427
5428 2003-08-19 Jan-Oliver Wagner <[email protected]>
5429
5430 Moved anything from extensions to libraries.
5431
5432 * libraries: New.
5433
5434 * libraries/ pyprojection, pyshapelib, shapelib, thuban: New.
5435
5436 * libraries/pyprojection/ LICENSE, MANIFEST.in, Projection.i,
5437 Projection.py, Projection_wrap.c, setup.py, swighelp.txt: These files have
5438 been moved here from thuban/extensions/pyprojection/
5439 See there in the Attic for the older history.
5440
5441 * libraries/pyshapelib/ COPYING, ChangeLog, NEWS, README, dbflib.i,
5442 dbflib.py, dbflib_wrap.c, pyshapelib_api.h, pytest.py, setup.py,
5443 shapelib.i, shapelib.py, shapelib_wrap.c, shptreemodule.c: These files
5444 have been moved here from thuban/extensions/pyshapelib/
5445 See there in the Attic for the older history.
5446
5447 * libraries/shapelib/ dbfopen.c, shapefil.h, shpopen.c, shptree.c: These
5448 files have been moved here from thuban/extensions/shapelib/
5449 See there in the Attic for the older history.
5450
5451 * libraries/thuban/ bmpdataset.cpp, cpl_mfile.cpp, cpl_mfile.h,
5452 gdalwarp.cpp, wxproj.cpp: These files have been moved here from
5453 thuban/extensions/thuban/
5454 See there in the Attic for the older history.
5455
5456 * MANIFEST.in, setup.cfg, setup.py: renamed extensions to libraries.
5457
5458 * extensions/thuban/ bmpdataset.cpp, cpl_mfile.cpp, cpl_mfile.h,
5459 gdalwarp.cpp, wxproj.cpp: Moved to libraries/thuban.
5460
5461 * extensions/shapelib/ dbfopen.c, shapefil.h, shpopen.c, shptree.c:
5462 Moved to libraries/shapelib.
5463
5464 * extensions/pyshapelib/ COPYING, NEWS, dbflib.py, pytest.py,
5465 shapelib.py, README, dbflib_wrap.c, setup.py, shapelib_wrap.c,
5466 ChangeLog, dbflib.i, pyshapelib_api.h, shapelib.i, shptreemodule.c:
5467 Moved to libraries/pyshapelib.
5468
5469 * extensions/pyprojection/ MANIFEST.in, Projection.py, setup.py,
5470 LICENSE, Projection.i, Projection_wrap.c, swighelp.txt:
5471 Moved to libraries/pyprojection.
5472
5473 * extensions/ pyprojection, pyshapelib, shapelib, thuban: Removed.
5474
5475 * extensions: Removed.
5476
5477 2003-08-19 Bernhard Herzog <[email protected]>
5478
5479 * test/test_viewport.py (ViewPortTest): We don't use the
5480 facilities of FileTestMixin so don't derive from it.
5481 (TestViewportWithPostGIS): New class with tests for using a
5482 viewport on a map with postgis layers.
5483
5484 2003-08-19 Bernhard Herzog <[email protected]>
5485
5486 Add the db connection management to the session.
5487
5488 * Thuban/Model/session.py (Session.__init__): New instance
5489 variable db_connections
5490 (Session.AddDBConnection, Session.DBConnections)
5491 (Session.HasDBConnections, Session.CanRemoveDBConnection)
5492 (Session.RemoveDBConnection): New methods to manage and query the
5493 db connections managed by the session
5494 (Session.OpenDBShapeStore): New method to open a shapestore from a
5495 db connection
5496
5497 * Thuban/Model/messages.py (DBCONN_REMOVED, DBCONN_ADDED): New
5498 messages for the db connection handling in the session
5499
5500 * test/test_postgis_session.py: New. test cases for the session's
5501 db connection handling with postgis connections
5502
5503 2003-08-19 Bernhard Herzog <[email protected]>
5504
5505 Add very basic postgis database support and the corresponding test
5506 cases. The test cases require a PostgreSQL + postgis installation
5507 but no existing database. The database will be created
5508 automatically by the test cases
5509
5510 * test/README: Add note about skipped tests and the requirements
5511 of the postgis tests.
5512
5513 * Thuban/Model/postgisdb.py: New. Basic postgis database support.
5514
5515 * test/test_postgis_db.py: New. Test cases for the postgis
5516 support.
5517
5518 * Thuban/Model/wellknowntext.py: New. Parser for well-known-text
5519 format
5520
5521 * test/test_wellknowntext.py: New. Test cases for the
5522 wellknowntext parser
5523
5524 * test/postgissupport.py: New. Support module for tests involving
5525 a postgis database.
5526
5527 * test/support.py (execute_as_testsuite): Shut down the postmaster
5528 if it's still running after the tests
5529
5530 * Thuban/Model/data.py (RAW_WKT): New constant for raw data in
5531 well known text format
5532
5533 2003-08-19 Jan-Oliver Wagner <[email protected]>
5534
5535 * Examples/simple_extensions/hello_world.py: New. Raises a Hello World
5536 message dialog.
5537
5538 2003-08-18 Bernhard Herzog <[email protected]>
5539
5540 * test/support.py (ThubanTestResult.printErrors): Indent the
5541 reason for the skips in the output to make it a bit more readable.
5542 (execute_as_testsuite): New helper function to run a test suite
5543 and print some more information.
5544 (run_tests): Use execute_as_testsuite to run the tests
5545
5546 * test/runtests.py (main): Use execute_as_testsuite to run the
5547 tests
5548
5549 2003-08-18 Bernhard Herzog <[email protected]>
5550
5551 Fix some bugs in Thuban and the test suite that were uncovered by
5552 changes introduced in Python 2.3:
5553
5554 * Thuban/Model/table.py (DBFTable.__init__): Make sure the
5555 filename is an absolute name
5556
5557 * Thuban/Model/layer.py (RasterLayer.__init__): Make sure the
5558 filename is an absolute name
5559
5560 * test/test_save.py (SaveSessionTest.testRasterLayer): Use a
5561 unique filename to save to and use the correct relative filename
5562 in the expected output.
5563 (SaveSessionTest.test_dbf_table): Use the correct relative
5564 filename in the expected output.
5565
5566 * test/test_layer.py (TestLayer.test_raster_layer): Update the
5567 test to check whether the filename is absolute.
5568
5569 2003-08-18 Jan-Oliver Wagner <[email protected]>
5570
5571 * Thuban/UI/about.py (About.__init__): Added Silke Reimer.
5572
5573 2003-08-15 Bernhard Herzog <[email protected]>
5574
5575 Change the way shapes are returned by a shape store. The
5576 ShapesInRegion method returns an iterator over actual shape
5577 objects instead of a list of shape ids.
5578
5579 * Thuban/Model/data.py (ShapefileShape.ShapeID): New. Return shape
5580 id.
5581 (ShapefileStore.ShapesInRegion): Return an iterator over the
5582 shapes which yields shape objects instead of returning a list of
5583 shape ids
5584 (ShapefileStore.AllShapes): New. Return an iterator over all
5585 shapes in the shape store
5586 (DerivedShapeStore.AllShapes): New. Like in ShapefileStore
5587
5588 * Thuban/Model/layer.py (Layer.ShapesInRegion): Update
5589 doc-string.
5590
5591 * Thuban/UI/baserenderer.py
5592 (BaseRenderer.layer_ids, BaseRenderer.layer_shapes): Rename to
5593 layer_shapes and make it return an iterator containg shapes
5594 instead of a list of ids.
5595 (BaseRenderer.draw_shape_layer): Update doc-string; Adapt to
5596 layer_shapes() change
5597
5598 * Thuban/UI/renderer.py (ScreenRenderer.layer_ids)
5599 (ScreenRenderer.layer_shapes): Rename as in BaseRenderer
5600
5601 * Thuban/UI/viewport.py (ViewPort._find_shape_in_layer): Adapt to
5602 changes in the ShapesInRegion return value.
5603 (ViewPort._get_hit_tester): Remove commented out code
5604
5605 * test/mockgeo.py (SimpleShapeStore.ShapesInRegion): Adapt to the
5606 new return value.
5607 (SimpleShapeStore.AllShapes): New. Implement this method too.
5608
5609 * test/test_layer.py (TestLayer.test_arc_layer)
5610 (TestLayer.test_polygon_layer, TestLayer.test_point_layer)
5611 (TestLayer.test_point_layer_with_projection)
5612 (TestLayer.test_derived_store): Adapt to changes in the
5613 ShapesInRegion return value.
5614
5615 * test/test_shapefilestore.py
5616 (TestShapefileStoreArc.test_shapes_in_region)
5617 (TestShapefileStorePolygon.test_shapes_in_region)
5618 (TestShapefileStorePoint.test_shapes_in_region): Adapt to changes
5619 in the ShapesInRegion return value.
5620 (TestShapefileStorePoint.test_all_shapes)
5621 (TestShapefileStoreArc.test_shape_shapeid): New tests for the new
5622 methods
5623
5624 * test/test_derivedshapestore.py
5625 (TestDerivedShapeStore.test_shapes_in_region): Adapt to changes in
5626 the ShapesInRegion return value.
5627 (TestDerivedShapeStore.test_all_shapes)
5628 (TestDerivedShapeStore.test_shape_shapeid): New tests for the new
5629 methods
5630
5631 2003-08-15 Bernhard Herzog <[email protected]>
5632
5633 Make the renderers deal correctly with raw vs. python level
5634 representation of shape geometries
5635
5636 * Thuban/UI/baserenderer.py (BaseRenderer.low_level_renderer):
5637 Return a flag useraw in addition to the callable and the parameter
5638 to indicate whether the callable can deal with the raw shape data
5639 or uses the higher level python lists of coordinates. The callable
5640 now should accept either the raw data or the return value of the
5641 shape's Points() method.
5642 (BaseRenderer.draw_shape_layer): Adapt to the low_level_renderer
5643 change
5644 (BaseRenderer.projected_points): Instead of the shape id use the
5645 points list as parameter.
5646 (BaseRenderer.draw_polygon_shape, BaseRenderer.draw_arc_shape)
5647 (BaseRenderer.draw_point_shape): Adapt to projected_points()
5648 change and accept the points list as parameter instead of the
5649 shape id.
5650
5651 * Thuban/UI/renderer.py (MapRenderer.low_level_renderer): Return
5652 the useraw flag as required by the BaseRenderer
5653 (ScreenRenderer.draw_shape_layer): Adapt to low-level renderer
5654 changes.
5655
5656 * test/test_baserenderer.py
5657 (TestBaseRenderer.test_point_with_classification): New test for
5658 rendering a map with classifications.
5659
5660 2003-08-15 Bernhard Herzog <[email protected]>
5661
5662 * Thuban/UI/viewport.py (ViewPort.find_shape_at)
5663 (ViewPort._find_shape_in_layer, ViewPort._find_shape_in_layer)
5664 (ViewPort._get_hit_tester, ViewPort.projected_points)
5665 (ViewPort._hit_point, ViewPort._hit_arc, ViewPort._hit_polygon)
5666 (ViewPort._find_label_at): Split the find_shape_at method into
5667 several new methods and use the functions in the hit-test module.
5668
5669 * Thuban/UI/hittest.py: New module with Python-level hit-testing
5670 functions
5671
5672 * test/test_hittest.py: New. Test for the new hittest module
5673
5674 2003-08-15 Bernhard Herzog <[email protected]>
5675
5676 * Thuban/Model/layer.py (Layer.ShapesInRegion): Apply the layer
5677 projection to all corners of the bounding box to get a better
5678 approximation of the projected bounding box
5679
5680 * test/test_layer.py (TestLayer.test_point_layer_with_projection):
5681 New. Test coordinate handling of a layer with a projection.
5682 Catches the bug fixed in Layer.ShapesInRegion
5683
5684 2003-08-15 Bernhard Herzog <[email protected]>
5685
5686 Move some of the mock objects in test_baserenderer into their own
5687 module so they can easily be used from other tests
5688
5689 * test/mockgeo.py: New test helper module with some mock objects
5690 for geometry related things like shapes, shapestores and
5691 projections.
5692
5693 * test/test_mockgeo.py: New. Tests for the new helper module
5694
5695 * test/test_baserenderer.py: Some of the mock-objects are in
5696 mockgeo now.
5697
5698 2003-08-12 Jan-Oliver Wagner <[email protected]>
5699
5700 * Thuban/UI/about.py (About.__init__): Added Björn Broscheit.
5701
5702 2003-08-12 Bernhard Herzog <[email protected]>
5703
5704 * po/de.po: New. German translations by Bjoern Broscheit
5705
5706 2003-08-12 Bernhard Herzog <[email protected]>
5707
5708 * Thuban/UI/projdialog.py (UnknownProjPanel._DoLayout): Translated
5709 strings have to be one string literal.
5710
5711 2003-08-11 Bernhard Herzog <[email protected]>
5712
5713 * test/support.py (FloatComparisonMixin.assertPointListEquals):
5714 New. This method was used in various derived classes, but it's
5715 better to have it here.
5716
5717 * test/test_shapefilestore.py
5718 (ShapefileStoreTests.assertPointListEquals): Removed. It's now in
5719 FloatComparisonMixin
5720
5721 * test/test_layer.py (TestLayer.assertPointListEquals): Removed.
5722 It's now in FloatComparisonMixin
5723
5724 * test/test_derivedshapestore.py
5725 (TestDerivedShapeStore.assertPointListEquals): Removed. It's now
5726 in FloatComparisonMixin
5727
5728 2003-08-11 Bernhard Herzog <[email protected]>
5729
5730 * Thuban/UI/join.py (JoinDialog.OnJoin): Add missing space to
5731 error message
5732
5733 2003-08-08 Jan-Oliver Wagner <[email protected]>
5734
5735 * Doc/manual/thuban-manual.xml: Now use authorgroup. Added revhistory
5736 with version number.
5737 Changed title to reflect version number of Thuban.
5738
5739 2003-08-08 Jan-Oliver Wagner <[email protected]>
5740
5741 * Thuban/UI/about.py (About.__init__): Reworked the hall of fame. Now
5742 the list corresponds to the "About" web page.
5743
5744 2003-08-08 Bernhard Herzog <[email protected]>
5745
5746 * Thuban/UI/projdialog.py (UTMProposeZoneDialog.dialogLayout):
5747 Make sure translated strings are recognized as one string literal.
5748
5749 * Thuban/UI/proj4dialog.py (UTMProposeZoneDialog.dialogLayout):
5750 Make sure translated strings are recognized as one string literal.
5751
5752 * Thuban/UI/classgen.py (ClassGenDialog.OnOK): Make sure
5753 translated strings are recognized as one string literal.
5754
5755 * Thuban/UI/application.py (ThubanApplication.OpenSession): Make
5756 sure translated strings are recognized as one string literal.
5757
5758 2003-08-07 Bernhard Herzog <[email protected]>
5759
5760 * Thuban/Model/data.py (DerivedShapeStore.RawShapeFormat): New.
5761 Simply delegates to the original shapestore.
5762
5763 * test/test_derivedshapestore.py
5764 (TestDerivedShapeStore.test_raw_format): New. Test case for
5765 DerivedShapeStore.RawShapeFormat
5766
5767 2003-08-07 Bernhard Herzog <[email protected]>
5768
5769 Add raw data interface to shape objects.
5770
5771 * Thuban/Model/data.py (ShapefileShape, Shape): Rname the shape
5772 class to ShapefileShape which now holds shapefile specific
5773 information.
5774 (ShapefileShape.compute_bbox): Simplified to not cache any
5775 information. The way this method is used that shouldn't matter
5776 performance wise.
5777 (ShapefileShape.RawData): New. Return the shapeid which is the raw
5778 data format for shapes from shapefiles.
5779 (ShapefileStore.RawShapeFormat): New. Return the raw datatype used
5780 in the shape objects returned by a shapestore. For a
5781 ShapefileStore this is always RAW_SHAPEFILE.
5782 (RAW_PYTHON, RAW_SHAPEFILE): Constants for the RawShapeFormat
5783 method.
5784
5785 * test/test_shapefilestore.py
5786 (TestShapefileStore.test_raw_format): New test to test the raw
5787 format feature of shapes.
5788
5789 * Thuban/Model/layer.py: Remove the unused import of Shape from
5790 data. It was only there for interface compatibility but it's not
5791 used inside of Thuban and the generic Shape class has gone away.
5792
5793 * Thuban/UI/renderer.py (MapRenderer.low_level_renderer): Check
5794 the raw data format and only use an optimized version of its a
5795 shapefile.
5796
5797 2003-08-07 Bernhard Herzog <[email protected]>
5798
5799 * test/test_baserenderer.py (SimpleShape): Shape class for the
5800 tests.
5801 (SimpleShapeStore.Shape): Use SimpleShape instead of
5802 Thuban.Model.data.Shape to make the tests independed of the coming
5803 changes.
5804
5805 2003-08-07 Bernhard Herzog <[email protected]>
5806
5807 * test/support.py (SkipTest, ThubanTestResult, ThubanTestRunner)
5808 (ThubanTestProgram): New classes that extend the respective
5809 classes from unittest. These new version support skipping tests
5810 under certain expected conditions. In the Thuban test suite we
5811 uses this for tests that require the optional gdal support.
5812 (run_tests): Use ThubanTestProgram instead of the unittest.main()
5813
5814 * test/runtests.py (main): Use the new ThubanTestRunner instead of
5815 the normal one from unittest
5816
5817 * test/test_layer.py (TestLayer.test_raster_layer): If this test
5818 is not run because gdal support isn't available report this to the
5819 runner.
5820
5821 * test/test_baserenderer.py
5822 (TestBaseRenderer.test_raster_no_projection): Do not run this test
5823 if gdal support isn't available and report this to the runner.
5824
5825 2003-08-06 Bernhard Herzog <[email protected]>
5826
5827 Rearrange the renderers a bit, partly in preparation for changes
5828 required for the postgis merge, partly to make it more testable.
5829 Also make the representation of coordinates in Shapes more
5830 consistent.
5831
5832 * Thuban/UI/renderer.py (MapRenderer): Most of the code/methods in
5833 this class is now in BaseRenderer. This class is now practically
5834 only a specialization of BaseRenderer for rendering to an actual
5835 wx DC.
5836 (ScreenRenderer.draw_shape_layer): Use self.low_level_renderer()
5837 to get the shapetype specific rendering functions.
5838
5839 * Thuban/UI/baserenderer.py: New file with the basic rendering
5840 logic. The code in this file is completely independend of wx.
5841 (BaseRenderer): Class with the basic rendering logic
5842
5843 * test/test_baserenderer.py: New. Test cases for BaseRenderer
5844
5845 * Thuban/UI/view.py (MapCanvas.__init__): New instance variable
5846 error_on_redraw to guard agains endless loops and stack overflows
5847 when there's a bug in the rendering code that raises exceptions.
5848 (MapCanvas.OnIdle, MapCanvas._do_redraw): Split the actual
5849 rendering into a separate method _do_redraw so that error handling
5850 is a bit easier. When an exception occurs, set error_on_redraw to
5851 true. When it's true on entry to OnIdle do nothing and return
5852 immediately.
5853
5854 * Thuban/Model/data.py (ShapefileStore.Shape): For consistency, a
5855 Shape object will always have the coordinates as a list of list of
5856 coordinate pairs (tuples).
5857 (Shape.compute_bbox): Adapt to new representation.
5858
5859 * Thuban/UI/viewport.py (ViewPort.find_shape_at)
5860 (ViewPort.LabelShapeAt): Adapt to new coordinate representation in
5861 Shape objects.
5862
5863 * test/test_shapefilestore.py
5864 (ShapefileStoreTests.assertFloatTuplesEqual)
5865 (ShapefileStoreTests.assertPointListEquals): Rename to
5866 assertPointListEquals and change purpose to checking equality of
5867 the lists returned by Shape.Points().
5868 (TestShapefileStoreArc.test_shape)
5869 (TestShapefileStorePolygon.test_shape)
5870 (TestShapefileStorePoint.test_shape): Use the new
5871 assertPointListEquals instead of assertFloatTuplesEqual
5872
5873 * test/test_layer.py (TestLayer.assertFloatTuplesEqual)
5874 (TestLayer.assertPointListEquals): Rename to assertPointListEquals
5875 and change purpose to checking equality of the lists returned by
5876 Shape.Points().
5877 (TestLayer.test_arc_layer, TestLayer.test_arc_layer)
5878 (TestLayer.test_polygon_layer, TestLayer.test_point_layer)
5879 (TestLayer.test_derived_store): Use the new assertPointListEquals
5880 instead of assertFloatTuplesEqual
5881
5882 * test/test_derivedshapestore.py
5883 (TestDerivedShapeStore.assertFloatTuplesEqual)
5884 (TestDerivedShapeStore.assertPointListEquals): Rename to
5885 assertPointListEquals and change purpose to checking equality of
5886 the lists returned by Shape.Points().
5887 (TestDerivedShapeStore.test_shape): Use the new
5888 assertPointListEquals instead of assertFloatTuplesEqual
5889
5890 2003-08-06 Jan-Oliver Wagner <[email protected]>
5891
5892 * Thuban/UI/projdialog.py (UTMPanel._OnPropose): Added test for
5893 a bounding box. A dialog is raised in case, no bounding box
5894 is found. This fixes bug #2043:
5895 https://intevation.de/rt/webrt?serial_num=2043
5896
5897 2003-08-05 Bernhard Herzog <[email protected]>
5898
5899 * Thuban/Model/color.py (Color.__repr__): Make the repr of a color
5900 object look like a Color instantiation. Formerly it looked like a
5901 tuple.
5902
5903 * test/test_color.py (TestColor.test_repr)
5904 (TestColor.test_equality, TestColor.test_inequality): New. test
5905 some more apects of the Color class
5906 (TestTransparent.test_repr, TestTransparent.test_hex)
5907 (TestTransparent.test_equality): New. Test cases for the
5908 Transparent object.
5909
5910 2003-08-04 Jan-Oliver Wagner <[email protected]>
5911
5912 * Doc/manual/thuban-manual.xml: a number of small improvements.
5913 The resulting file is the version submitted for GREAT-ER II.
5914
5915 2003-08-01 Bernhard Herzog <[email protected]>
5916
5917 * Thuban/UI/resource.py, Thuban/UI/projdialog.py,
5918 Thuban/UI/join.py, Thuban/UI/classgen.py, Thuban/UI/about.py,
5919 Thuban/Model/resource.py: Insert cvs keywords and doc-strings.
5920
5921 * Thuban/UI/common.py: Insert cvs keywords and doc-strings.
5922 (Color2wxColour, wxColour2Color, ThubanBeginBusyCursor)
5923 (ThubanEndBusyCursor): Add doc-strings
5924
5925 2003-08-01 Bernhard Herzog <[email protected]>
5926
5927 First step towards PostGIS integration. More abstraction by movin
5928 more code from the layer to the shapestore. More methods of the
5929 layer are now simply delegated to the equivalent method of the
5930 shapestore. The SHAPETYPE_* constants are now in data not in
5931 layer.
5932
5933 * Thuban/Model/data.py (SHAPETYPE_POLYGON, SHAPETYPE_ARC)
5934 (SHAPETYPE_POINT, Shape): Move these constants and classes from
5935 layer.py to data.py
5936 (ShapefileStore.__init__): More Initialization for the new methods
5937 and functionality.
5938 (ShapefileStore.ShapeType, ShapefileStore.NumShapes)
5939 (ShapefileStore.BoundingBox, ShapefileStore.ShapesInRegion)
5940 (ShapefileStore.Shape): New methods that were formerly implemented
5941 in the layer.
5942 (DerivedShapeStore.Shape, DerivedShapeStore.ShapesInRegion)
5943 (DerivedShapeStore.ShapeType, DerivedShapeStore.NumShapes)
5944 (DerivedShapeStore.BoundingBox): New. DerivedShapeStore
5945 equivalents of the new shape methods. These versions are simply
5946 delegated to the original shapstore.
5947
5948 * Thuban/Model/layer.py (SHAPETYPE_POLYGON, SHAPETYPE_ARC)
5949 (SHAPETYPE_POINT, Shape): Removed. They're now in data.py
5950 (Layer.SetShapeStore): Removed the initializatin of instance
5951 variables that were needed for the stuff that's now in
5952 ShapefileStore
5953 (Layer.BoundingBox, Layer.NumShapes, Layer.ShapeType)
5954 (Layer.Shape, Layer.ShapesInRegion): Simply delegate to the
5955 shapestore.
5956
5957 * Thuban/UI/classifier.py, Thuban/UI/renderer.py,
5958 Thuban/UI/viewport.py: Import the SHAPETYPE_* constants from data
5959 instead of layer.
5960
5961 * test/test_shapefilestore.py: New. Tests for ShapefileStore.
5962
5963 * test/test_derivedshapestore.py: New. Tests for DerivedShapeStore.
5964
5965 * test/test_layer.py: Import the SHAPETYPE_* constants from data
5966 instead of layer.
5967 (TestLayer.test_derived_store): Remove the test for the exception
5968 when instantiating the DerivedShapeStore with an incompatible
5969 table which is now in test_derivedshapestore.py. Add some more
5970 tests of the layer methods to determine whether they work for a
5971 DerivedShapeStore as well.
5972
5973 2003-07-31 Jonathan Coles <[email protected]>
5974
5975 * Doc/manual/thuban-manual.xml: Fix the list of required packages
5976 by just listing the name and where they can be found.
5977
5978 2003-07-31 Frank Koormann <[email protected]>
5979
5980 * Doc/manual/thuban-manual.xml:
5981 Changed the screenshot elements to figure.
5982 Changed some variablelist elements to itemizedlist.
5983 Added section on GDAL formats.
5984
5985 2003-07-31 Jonathan Coles <[email protected]>
5986
5987 * Doc/manual/thuban-manual.xml: Added a few sentences about
5988 the Fix Border Color option when generating classes.
5989
5990 2003-07-30 Jonathan Coles <[email protected]>
5991
5992 * Thuban/Model/classgen.py: Add docstrings. Rename specific
5993 Ramp instances to use lower_case_style.
5994
5995 * Thuban/UI/classgen.py: Use renamed Ramp instances.
5996
5997 * Thuban/UI/classifier.py: Add docstrings.
5998
5999 * Thuban/UI/dock.py: Add docstrings.
6000
6001 * test/test_classgen.py: Use renamed Ramp instances.
6002
6003 2003-07-30 Bernhard Herzog <[email protected]>
6004
6005 * Thuban/Lib/connector.py (QueueingPublisher): Removed. This class
6006 was never used in Thuban.
6007
6008 2003-07-30 Bernhard Herzog <[email protected]>
6009
6010 * Thuban/UI/join.py (JoinDialog.__init__): Use the table's Title()
6011 method directly instead of going through the transient_table
6012 method. This faster because transient_table may force the copy of
6013 a DBF file into the transient database and setting a table's title
6014 doesnm't affect the title of the associated transient table, so
6015 this fixes RT #2042
6016
6017 * Thuban/UI/main.py (__version__): Don't import the already
6018 removed show_exception_dialog.
6019
6020 2003-07-29 Jonathan Coles <[email protected]>
6021
6022 * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
6023 Put back this method and remove the equivalent function since we
6024 are setting the exception hook from within this class (OnInit).
6025
6026 2003-07-29 Jonathan Coles <[email protected]>
6027
6028 * Doc/manual/images/5_2_custom_ramp.png,
6029 Doc/manual/images/5_2_quantiles.png,
6030 Doc/manual/images/5_2_uniform_dist.png,
6031 Doc/manual/images/5_2_unique_values.png,
6032 Doc/manual/images/8_int_error.png: New screen shots.
6033
6034 * Doc/manual/thuban-manual.xml: Fixed typos and wording, clarified
6035 some points, and added more screen shots.
6036
6037 2003-07-29 Bernhard Herzog <[email protected]>
6038
6039 * Thuban/Model/data.py: Remove the now unused import of warnings
6040
6041 2003-07-29 Bernhard Herzog <[email protected]>
6042
6043 * Thuban/Model/data.py (SimpleStore): Removed. This class has been
6044 deprecated since before the 0.8 release and isn't used in Thuban
6045 itself anymore.
6046
6047 * Thuban/Model/transientdb.py: Remove some unnecessary imports
6048
6049 2003-07-29 Jonathan Coles <[email protected]>
6050
6051 * Thuban/UI/application.py (ThubanApplication.OnInit): set the
6052 python exception hook here so that we are sure to catch any
6053 Thuban exception that happen during initialization.
6054
6055 * Thuban/UI/main.py (main): Don't set the exception hook here,
6056 it will get set in ThubanApplication.OnInit.
6057
6058 2003-07-29 Jonathan Coles <[email protected]>
6059
6060 * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
6061 Removed and called it show_exception_dialog() so that the exception
6062 handler can be set before the class is created.
6063
6064 * Thuban/UI/main.py (main): Install the exception handler before
6065 a ThubanApplication is created.
6066
6067 2003-07-29 Bernhard Herzog <[email protected]>
6068
6069 * po/it.po: New. Italian translation by Maurizio Napolitano
6070
6071 * po/ru.po: New. Russian translation by Alex Shevlakov
6072
6073 2003-07-29 Frank Koormann <[email protected]>
6074
6075 * Doc/manual/thuban-manual.xml: Extended section on supported
6076 projections.
6077
6078 2003-07-29 Frank Koormann <[email protected]>
6079
6080 * Doc/manual/thuban-manual.xml: gaspell-checked.
6081
6082 2003-07-29 Jonathan Coles <[email protected]>
6083
6084 * Doc/manual/images/3_5_legend.png: Added border to improve look
6085 on white background.
6086
6087 2003-07-29 Jonathan Coles <[email protected]>
6088
6089 * Doc/manual/thuban-manual.xml: Fixed grammar and typos. Added
6090 descriptions for the legend toolbar.
6091
6092 * Doc/manual/images/4_2_raster_layer_properties.png: Removed
6093 cursor from dialog box.
6094
6095 2003-07-28 Jonathan Coles <[email protected]>
6096
6097 * Doc/manual/thuban-manual.xml: More screenshots and more chapters.
6098
6099 * Doc/manual/images/2_4_session_tree.png,
6100 Doc/manual/images/3_5_legend.png, Doc/manual/images/3_rename_map.png,
6101 Doc/manual/images/4_2_layer_properties.png,
6102 Doc/manual/images/4_2_raster_layer_properties.png,
6103 Doc/manual/images/5_3_genclass.png,
6104 Doc/manual/images/5_classification.png,
6105 Doc/manual/images/6_projection.png,
6106 Doc/manual/images/7_1_table_view.png,
6107 Doc/manual/images/7_2_5_join.png: New screenshots.
6108
6109 2003-07-24 Jonathan Coles <[email protected]>
6110
6111 * Doc/manual/thuban-manual.xml: Chapter on Projection Management.
6112
6113 2003-07-24 Jonathan Coles <[email protected]>
6114
6115 * Doc/manual/thuban-manual.xml: Added EPS images and wrote
6116 chapter on Layer Management.
6117
6118 * Doc/manual/Makefile: New. Makefile to generate all formats for the
6119 manual and images.
6120
6121 2003-07-24 Bernhard Herzog <[email protected]>
6122
6123 * Thuban/Model/range.py, Thuban/version.py: Remove the #! line as
6124 it annoys lintian which warns about these files not being
6125 executable. The #! isn't necessary here since if you absolutely
6126 must execute them you can always say "python <filename>".
6127
6128 * Thuban/UI/renderer.py (ScreenRenderer.draw_shape_layer): Remove
6129 superfluous code to set brush and pen for point shapes
6130
6131 * Thuban/UI/viewport.py: Remove commented out code that wouldn't
6132 belong in viewport anyway
6133
6134 2003-07-24 Frank Koormann <[email protected]>
6135
6136 * Doc/manual/thuban-manual.xml: Added section on table management.
6137
6138 2003-07-24 Bernhard Herzog <[email protected]>
6139
6140 * test/runtests.py (main): Recognize the long "verbose" option
6141 correctly.
6142
6143 2003-07-22 Jonathan Coles <[email protected]>
6144
6145 * Doc/manual/thuban-manual.xml: Continue to write first revision
6146 of the manual.
6147
6148 * Thuban/UI/renderer.py (MapRenderer.render_map): Wrap method
6149 with Begin/EndDrawing() calls to ensure we aren't doing to
6150 many updates to the dc during rendering.
6151 (ScreenRenderer.draw_shape_layer): self.draw_point_shape takes
6152 a pen and brush argument so they need to be passed to the function.
6153
6154 * Thuban/UI/viewport.py (ViewPort.calc_min_max_scales): New.
6155 Calculates the minimum and maximum scale values. Factored out
6156 of set_view_transform so that it could be used to zoom all the
6157 way into a single point.
6158 (ViewPort.set_view_transform): Call calc_min_max_scales().
6159 (ViewPort.FitSelectedToWindow): Zoom to the maximum scale
6160 if only a single point is selected.
6161
6162 * Doc/manual/images/1_2_legend_close.png,
6163 Doc/manual/images/1_2_legend_dock.png,
6164 Doc/manual/images/1_2_mainwindow.png,
6165 Doc/manual/images/1_2_mainwindow.ps,
6166 Doc/manual/images/1_2_mainwindow.sk,
6167 Doc/manual/images/3_2_fullextent.png,
6168 Doc/manual/images/3_2_fulllayerextent.png,
6169 Doc/manual/images/3_2_fullshapeextent.png,
6170 Doc/manual/images/3_2_pan.png,
6171 Doc/manual/images/3_2_zoomin.png,
6172 Doc/manual/images/3_2_zoomout.png,
6173 Doc/manual/images/3_3_identify.png,
6174 Doc/manual/images/3_3_label.png,
6175 Doc/manual/images/3_5_invisible.png,
6176 Doc/manual/images/3_5_movedown.png,
6177 Doc/manual/images/3_5_moveup.png,
6178 Doc/manual/images/3_5_props.png,
6179 Doc/manual/images/3_5_tobottom.png,
6180 Doc/manual/images/3_5_totop.png,
6181 Doc/manual/images/3_5_visible.png: New. Images for the documentation.
6182
6183 2003-07-18 Bernhard Herzog <[email protected]>
6184
6185 * Thuban/UI/messages.py (MAP_REPLACED): New message.
6186
6187 * Thuban/UI/viewport.py (ViewPort.SetMap): Issue MAP_REPLACED
6188 after the new map has been assigned
6189
6190 * Thuban/UI/mainwindow.py (MainWindow.delegated_messages):
6191 Delegate MAP_REPLACED to the canvas too
6192 (MainWindow.prepare_new_session): Removed. Thanks to the new
6193 MAP_REPLACED message it's no longer needed
6194 (MainWindow.OpenSession, MainWindow.NewSession):
6195 prepare_new_session has been removed.
6196
6197 * Thuban/UI/classifier.py (Classifier.__init__): Subscribe to
6198 MAP_REPLACED so that we can close the dialog if a new map is set.
6199 (Classifier.unsubscribe_messages): Unsubscribe from MAP_REPLACED
6200 (Classifier.map_replaced): Handle MAP_REPLACED by closing the
6201 dialog
6202
6203 * test/test_viewport.py (SimpleViewPortTest)
6204 (SimpleViewPortTest.test_default_size): Add doc-strings
6205 (ViewPortTest.setUp): Bind map to self.map so we can use it in
6206 tests. Subscribe to MAP_REPLACED messages too.
6207 (ViewPortTest.tearDown): No need to explicitly unsubscribe
6208 (ViewPortTest.test_set_map): New test for the SetMap method.
6209
6210 2003-07-18 Bernhard Herzog <[email protected]>
6211
6212 * test/test_viewport.py (SimpleViewPortTest.test_default_size):
6213 Move this test from ViewPortTest.setUp to this new separate test
6214 case. setUp is not the place for the actual tests.
6215 (ViewPortTest.test_inital_settings, ViewPortTest.setUp): Move some
6216 more of the test from setUp to the new test test_inital_settings.
6217 (ViewPortTest.test_win_to_proj, ViewPortTest.test_proj_to_win)
6218 (ViewPortTest.test_proj_conv): Split test_proj_conv into
6219 test_win_to_proj and test_proj_to_win and make the tests easier to
6220 understand
6221 (ViewPortTest.testFitRectToWindow, ViewPortTest.testZoomFactor)
6222 (ViewPortTest.testZoomOutToRect, ViewPortTest.testTranslate)
6223 (ViewPortTest.test_unprojected_rect_around_point)
6224 (ViewPortTest.test_find_shape_at, ViewPortTest.testTools):
6225 Reformat to increase readability.
6226
6227 2003-07-18 Bernhard Herzog <[email protected]>
6228
6229 * Thuban/UI/view.py (MapCanvas.OnLeftDown): Capture the mouse.
6230
6231 2003-07-18 Bernhard Herzog <[email protected]>
6232
6233 * test/runtests.py: The test suite can now be run without an X
6234 connection. To make sure this remains true, remove the DISPLAY
6235 environment variable so that an error occurs if the wxGTK is
6236 imported accidentally
6237
6238 2003-07-18 Bernhard Herzog <[email protected]>
6239
6240 * Thuban/UI/viewport.py: Remove unused imports
6241
6242 * Thuban/UI/view.py: Remove unused imports
6243
6244 2003-07-18 Bernhard Herzog <[email protected]>
6245
6246 * test/test_export.py Remove unused imports. The OutputTransform
6247 function is now in viewport.py and is called output_transform
6248 (TestScalebar.test_output_transform)
6249 (TestScalebar.test_OutputTransform): Renamed to
6250 test_output_transform and updated to use output_transform instead
6251 of OutputTransform
6252
6253 * Thuban/UI/view.py (OutputTransform): Moved to viewport.py and
6254 renamed.
6255 (MapCanvas.Export, MapPrintout.draw_on_dc): OutputTransform was
6256 renamed to output_transform
6257
6258 * Thuban/UI/viewport.py (OutputTransform, output_transform):
6259 Rename to output_transform
6260
6261 2003-07-18 Bernhard Herzog <[email protected]>
6262
6263 * Thuban/Model/layer.py (Layer.__init__): Rename
6264 classificationField to classificatin_column and init it here so
6265 that it can be used in SetClassificationColumn
6266 (Layer.GetClassificationColumn, Layer.GetClassificationField):
6267 Rename to GetClassificationColumn.
6268 (Layer.SetClassificationColumn, Layer.SetClassificationField):
6269 Rename to SetClassificationColumn and issue a LAYER_CHANGED
6270 message if the column changes.
6271 (Layer._classification_changed, Layer.ClassChanged): Rename to
6272 _classification_changed. Update the callers.
6273 (Layer.SetShapeStore): Further field->column renames.
6274
6275 * Thuban/Model/load.py (SessionLoader.start_classification)
6276 (SessionLoader.start_clpoint): Updates because of
6277 field->column method name changes in the Layer class
6278
6279 * Thuban/Model/save.py (SessionSaver.write_classification): Updates
6280 because of field->column method name changes in the Layer class
6281
6282 * Thuban/UI/classifier.py (Classifier.__init__)
6283 (Classifier._OnTry, Classifier._OnRevert): Updates because of
6284 field->column method name changes in the Layer class
6285
6286 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Updates
6287 because of field->column method name changes in the Layer class
6288
6289 * Thuban/UI/viewport.py (ViewPort.find_shape_at): Updates because
6290 of field->column method name changes in the Layer class
6291
6292 * test/test_save.py (SaveSessionTest.testClassifiedLayer)
6293 (SaveSessionTest.testClassifiedLayer): Update because of
6294 field->column method name changes in the Layer class
6295
6296 * test/test_layer.py (SetShapeStoreTests.setUp)
6297 (SetShapeStoreTests.test_sanity): Update because of field->column
6298 method name changes in the Layer class
6299 (TestLayerModification.setUp): Subscribe to LAYER_CHANGED as well
6300 (TestLayerModification.test_sanity)
6301 (TestLayerModification.test_initial_settings): remove unsued code
6302 and rename to test_sanity.
6303 (TestLayerModification.test_set_classification): New test for
6304 SetClassification and SetClassificationField.
6305
6306 2003-07-18 Bernhard Herzog <[email protected]>
6307
6308 * test/test_classgen.py (TestFixedRamp.test): Extend test to check
6309 the non-fixed values as well. The old test would have accepted a
6310 fixed ramp that only returnes the fixed properties
6311
6312 2003-07-17 Jonathan Coles <[email protected]>
6313
6314 * Doc/manual/mainwindow.png, Doc/manual/mainwindow.xcf: Screen
6315 shots for the manual. The XCF file is the source image and
6316 has additional layers to support changes.
6317
6318 * Doc/manual/thuban-manual.xml: Wrote an initial Introduction.
6319
6320 * Thuban/UI/classifier.py (Classifier.__BuildClassification):
6321 Return both the new class and the field name.
6322
6323 * Thuban/UI/mainwindow.py (MainWindow.ToggleLegend): Don't
6324 fit the map to the window as this changes any zoom level that
6325 the user may have set.
6326
6327 2003-07-16 Jonathan Coles <[email protected]>
6328
6329 * Thuban/Model/classgen.py (generate_singletons,
6330 generate_uniform_distribution, generate_quantiles): Remove
6331 fixes parameter, but maintain the same functionality by having
6332 the calling function pass a FixedRamp object for the ramp.
6333 (FixedRamp): New. Adapts a ramp to have fixed property values.
6334
6335 * Thuban/Model/classification.py: Use new CLASS_CHANGED message.
6336 (Classification): Inherit from Publisher.
6337 (Classification.__init__): Remove the layer parameter.
6338 Classifications no longer need to have a parent layer.
6339 (Classification.GetField, Classification.GetFieldType,
6340 Classification.SetFieldInfo): Removed. The field name is stored
6341 in the layer, and the type can be retreived by calling
6342 Layer.GetFieldType().
6343 (Classification._set_layer, Classification.GetLayer): Removed.
6344 Classifications no longer have a parent layer.
6345
6346 * Thuban/Model/layer.py (Layer.Destroy): Unsubscribe from the
6347 classification.
6348 (Layer.SetShapeStore): Reset the classification first while
6349 we still have the old shape store to work with.
6350 (Layer.GetClassificationField, Layer.SetClassificationField):
6351 New. Method for getting/setting the field to classify on.
6352 (Layer.SetClassification): Simplified now that the layer
6353 simply has to hold a reference to the classification and not
6354 tell the classification who owns it.
6355 Fixes RTbug #2023.
6356
6357 * Thuban/Model/load.py (SessionLoader.start_classification):
6358 Set the field name on the layer, not the classification.
6359
6360 * Thuban/Model/messages.py: Add CLASS_CHANGED for when a
6361 classification is modified.
6362
6363 * Thuban/Model/save.py (SessionSaver.write_classification):
6364 Get the field name and type from the layer.
6365
6366 * Thuban/Model/table.py (table_to_dbf, table_to_csv): Renamed
6367 parameter records to rows and add docstring. Fixes RTbug #1997.
6368
6369 * Thuban/UI/classgen.py (ClassGenDialog.OnOK): Use a fixed
6370 ramp when we need to fix certain values of a ramp rather than
6371 using the old fixes parameter. Fixes RTbug #2024.
6372
6373 * Thuban/UI/classifier.py (ClassGrid.CreateTable): Add fieldType
6374 parameter.
6375 (ClassTable.Reset): Add fieldType parameter and use it, rather
6376 than asking the classification.
6377 (Classifier.__init__): Remember the original class's field
6378 and ask the layer for the field type, rather than the classification.
6379 (Classifier.__SetGridTable): Retrieve the field and field type
6380 for the table because they are not in the classification.
6381 (Classifier._OnTry, Classifier._OnRevert): Set the classification
6382 field on the layer in addition to the classification itself.
6383
6384 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Get the
6385 classification field from layer.
6386
6387 * Thuban/UI/viewport.py (ViewPort.find_shape_at): Get the
6388 classification field from layer. Split up tests and remove
6389 *-imports. Fixes RTbug #1992.
6390
6391 * test/test_classgen.py (TestFixedRamp): Test for the FixedRamp class.
6392
6393 * test/test_classification.py
6394 (TestClassification.test_classification): Remove tests for methods
6395 that no longer exist.
6396
6397 * test/test_layer.py (SetShapeStoreTests.setUp): Classification
6398 __init__ no longer has a field parameter, use SetClassificationField.
6399 (SetShapeStoreTests.test_sanity): Use layer object to get class
6400 field info.
6401
6402 * test/test_save.py (SaveSessionTest.testClassifiedLayer): Use
6403 SetClassificationField on layer to set class field info.
6404
6405 * test/test_viewport.py: Renamed from test/test_view.py.
6406
6407 2003-07-16 Jan-Oliver Wagner <[email protected]>
6408
6409 * Doc/manual/thuban-manual.xml: Added authors and an initial
6410 coarse structure.
6411
6412 2003-07-15 Bernhard Herzog <[email protected]>
6413
6414 * test/support.py (FloatComparisonMixin): This is a mix-in class
6415 and therefore should not be derived from any other class.
6416
6417 * test/test_range.py (RangeTest): FloatComparisonMixin is a
6418 mix-in, so derive from TestCase as well.
6419
6420 2003-07-15 Bernhard Herzog <[email protected]>
6421
6422 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Rework the
6423 draw_func handling a bit to remove one layer of indirection. This
6424 makes the renderer about 10% faster in the non-classifying case
6425 and the code a bit cleaner
6426 (MapRenderer.draw_point_shape): Add the pen and brush parameters
6427 and set them in the dc. Now the draw_point_shape method and
6428 wxproj's draw_polygon_shape function have basically the same
6429 signature so that both can be directly used as draw_func
6430
6431 2003-07-15 Bernhard Herzog <[email protected]>
6432
6433 * Thuban/Model/save.py (SessionSaver.write_classification): Encode
6434 string values (in addition to the labels) as UTF 8
6435
6436 * Thuban/Model/load.py (SessionLoader.start_clpoint): Decode the
6437 values if the field type is string
6438
6439 * test/test_save.py (SaveSessionTest.testClassifiedLayer): Test
6440 saving a session with non-ascii string classification values.
6441
6442 * test/test_load.py (TestClassification.file_contents)
6443 (TestClassification.test): Check for non-ascii values in string
6444 classifications
6445
6446 2003-07-14 Jonathan Coles <[email protected]>
6447
6448 * test/test_view.py: New. Tests for ViewPort.
6449
6450 2003-07-14 Frank Koormann <[email protected]>
6451
6452 * Thuban/Model/load.py (SessionLoader.start_map): Encode map
6453 title to latin1. Fixes https://intevation.de/rt/webrt?serial_num=2013
6454
6455 * test/test_load_0_8.py (TestUnicodeStrings): New, test load of
6456 unicode strings from session file: session title, map title and
6457 projection name.
6458
6459 2003-07-10 Jonathan Coles <[email protected]>
6460
6461 * Thuban/UI/viewport.py (Tool.MouseUp): Should have called
6462 drag_stop, not drag_move when the mouse is released.
6463
6464 2003-07-10 Jonathan Coles <[email protected]>
6465
6466 The most important part of this is the seperation of view.py into
6467 two pieces. viewport.py now has a class called ViewPort which
6468 contains all the non-wx parts of view.py and can therefore be
6469 tested. view.py contains only the wx-specific parts and is fairly
6470 simple.
6471
6472 * Thuban/UI/view.py: Stripped out all non-wx functionality. Fixes
6473 RTTbug #1992.
6474 * Thuban/UI/viewport.py: New. Contains non-wx view functionality.
6475 RTTbug #1992.
6476
6477 * Thuban/Model/classgen.py (generate_singletons,
6478 generate_uniform_distribution, generate_quantiles):
6479 Added 'fixes' parameter so that property attributes can
6480 be held constant over the generated classification groups.
6481 (CustomRamp.GetProperties): Remove unused variables.
6482
6483 * Thuban/Model/map.py (Map.SetProjection): Send the old
6484 projection as an argument to listeners of the MAP_PROJECTION_CHANGED
6485 event.
6486
6487 * Thuban/Model/table.py (table_to_dbf, table_to_csv): Added 'records'
6488 parameter which is a list of records that restricts which
6489 records are saved. Fixes RTbug #1997.
6490
6491 * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
6492 Port exception dialog from GREAT-ER. Fixes RTbug #1993.
6493
6494 * Thuban/UI/classgen.py (ClassGenDialog.__init__): Add controls
6495 to allow the user to fix line color/width on generated groups.
6496 (ClassGenDialog.OnOK): Use new 'fixes' parameter of the generate_*
6497 functions to optionally fix group properties.
6498
6499 * Thuban/UI/main.py (main): Set exception hook to the
6500 ShowExceptionDialog. Fixes RTbug #1993.
6501
6502 * Thuban/UI/mainwindow.py (MainWindow.ShowTableView): Raise
6503 the table window when it is selectd to be shown.
6504
6505 * Thuban/UI/tableview.py (QueryTableFrame.__init__): Add an
6506 Export Selection button and move the export buttons underneath
6507 the table.
6508 (QueryTableFrame.UpdateStatusText): Added event argument so
6509 that it can respond to grid selection events. The status text
6510 is now updated even when the table is not associated with a
6511 layer as was previously assumed.
6512 (QueryTableFrame.OnGridSelectRange, OnGridSelectCell): Removed.
6513 UpdateStatusText responds to these events.
6514 (QueryTableFrame.OnSaveAs): Renamed to doExport.
6515 (QueryTableFrame.doExport): Helper function that saves the
6516 entire table, or selected rows, to a file.
6517 (QueryTableFrame.OnExport, QueryTableFrame.OnExportSel): New.
6518 Respond to export button events and call doExport.
6519
6520 * extensions/thuban/gdalwarp.cpp (ProjectRasterFile): Make sure
6521 the function doesn't return NULL without first setting a Python
6522 Error.
6523
6524 * test/runtests.py (main): Only print "Unknown option" for
6525 unsupported options.
6526
6527 * test/support.py (FloatComparisonMixin.assertFloatEqual): Take
6528 optional epsilon argument to specify floating point accuracy.
6529 (FloatComparisonMixin.assertFloatSeqEqual): Call assertFloatEqual
6530 for each item test.
6531
6532 * test/test_csv_table.py (TestCSVTable.test_table_to_cvs): Add
6533 tests for saving selected records.
6534
6535 * test/test_dbf_table.py (TestTableToDBF.test_table_to_dbf): Add
6536 tests for saving selected records.
6537
6538 * test/test_map.py (TestMapWithContents.test_set_projection):
6539 MAP_PROJECTION_CHANGED events send the old projection.
6540
6541 * test/test_session.py
6542 (TestSessionWithContent.test_forward_map_projection):
6543 MAP_PROJECTION_CHANGED events send the old projection.
6544
6545 * test/test_table.py (TableTest): Update tests to use non-deprecated
6546 functions.
6547
6548 2003-07-08 Bernhard Herzog <[email protected]>
6549
6550 * Thuban/Model/transientdb.py (TransientTableBase.Width): The type
6551 constants in the column objects are the standard ones defined in
6552 the table module.
6553
6554 * test/test_transientdb.py
6555 (TestTransientTable.test_transienttable_to_dbf): New. Test whether
6556 exporting transient tables as DBF works. This should catch the bug
6557 just fixed in TransientTableBase.Width.
6558
6559 2003-07-08 Bernhard Herzog <[email protected]>
6560
6561 * Thuban/Model/classgen.py (CustomRamp.GetProperties): Compute the
6562 interpolated colors correctly.
6563
6564 * test/test_classgen.py (TestCustomRamp.test_color_interpolation):
6565 New. Test case for the fix in classgen.py
6566
6567 2003-07-08 Bernhard Herzog <[email protected]>
6568
6569 * test/runtests.py (main): Make the default output less verbose
6570 and add a verbosity option (-v) to get the old output
6571
6572 2003-07-08 Bernhard Herzog <[email protected]>
6573
6574 * Resources/XML/thuban-0.9.dtd: New. This will become the DTD for
6575 0.9.
6576
6577 * Thuban/Model/transientdb.py (TransientJoinedTable.JoinType):
6578 New. Return the join type
6579
6580 * Thuban/Model/save.py (SessionSaver.write_session): Use new 0.9
6581 DTD
6582 (SessionSaver.write_data_containers): Save the join type for
6583 joined tables
6584
6585 * Thuban/Model/load.py (SessionLoader.__init__): Add the new 0.9
6586 namespace
6587 (SessionLoader.start_jointable): Handle the jointype attribute
6588
6589 * test/test_load_0_8.py: New. Effectively a copy of test_load.py
6590 as of Thuban 0.8. These are now tests to determine whether Thuban
6591 can still read files generated by Thuban 0.8
6592
6593 * test/test_load.py (LoadSessionTest.dtd)
6594 (TestSingleLayer.file_contents)
6595 (TestLayerVisibility.file_contents, TestLabels.file_contents)
6596 (TestLayerProjection.file_contents)
6597 (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
6598 (TestJoinedTable.file_contents)
6599 (TestLoadError.file_contents): Update for new DTD
6600 (TestJoinedTable.file_contents, TestJoinedTable.setUp): Add test
6601 for new join type attribute
6602
6603 * test/test_save.py (SaveSessionTest.dtd)
6604 (SaveSessionTest.testEmptySession)
6605 (SaveSessionTest.testSingleLayer)
6606 (SaveSessionTest.testLayerProjection)
6607 (SaveSessionTest.testRasterLayer)
6608 (SaveSessionTest.testClassifiedLayer)
6609 (SaveSessionTest.test_dbf_table)
6610 (SaveSessionTest.test_joined_table): Update for new DTD
6611 (SaveSessionTest.test_joined_table): Add test for new join type
6612 attribute
6613
6614 2003-07-04 Bernhard Herzog <[email protected]>
6615
6616 * Thuban/Model/table.py (_find_dbf_column_names): New. Helper
6617 function for table_to_dbf
6618 (table_to_dbf): Deal with names longer than the 10 character limit
6619
6620 * test/test_dbf_table.py (TestTableToDBF.test_table_to_dbf): Add
6621 doc-string
6622 (TestTableToDBF.test_table_to_dbf_long_col_names): New test for
6623 long column names
6624
6625 2003-07-03 Bernhard Herzog <[email protected]>
6626
6627 * Doc/manual/thuban-manual.xml: Fix the CVS Revision Tag syntax
6628
6629 2003-07-03 Bernhard Herzog <[email protected]>
6630
6631 * Doc/manual/thuban-manual.xml, Doc/manual/README: New. Skeleton
6632 for the Thuban manual and README with some basic information about
6633 the manual
6634
6635 2003-07-03 Bernhard Herzog <[email protected]>
6636
6637 * Thuban/Model/transientdb.py (TransientJoinedTable.__init__):
6638 Update doc-string
6639 (TransientJoinedTable.create): Do not modify the column objects of
6640 the input tables in place and copy all columns of the input tables
6641 into the joined table after all.
6642
6643 * test/test_transientdb.py
6644 (TestTransientTable.test_transient_joined_table_same_column_name):
6645 Update to reflect the new behavior
6646 (TestTransientTable.test_transient_joined_table_with_equal_column_names):
6647 Update to reflect the new behavior
6648 (TestTransientTable.test_transient_joined_table_name_collisions_dont_modify_in_place):
6649 New test case for a bug which modified the column objects in place
6650
6651 2003-07-02 Jonathan Coles <[email protected]>
6652
6653 * Thuban/Model/classgen.py (generate_singletons,
6654 generate_uniform_distribution, generate_quantiles,
6655 GenQuantiles0): Make sure maxValue isn't less than
6656 one, otherwise we could divide by zero.
6657
6658 * test/test_classgen.py (ClassGenTest.doClassRangeTest,
6659 ClassGenTest.doClassSingleTest): Call doBoundsTest to
6660 check the end classification groups against the
6661 proper property values.
6662 (ClassGenTest.doBoundsTest): New. Checks the first and
6663 last classification groups to make sure their properties
6664 are the correct upper and lower bounds for a color ramp.
6665
6666 2003-07-02 Jonathan Coles <[email protected]>
6667
6668 * Thuban/Model/classgen.py (generate_singletons,
6669 generate_uniform_distribution, generate_quantiles,
6670 GenQuantiles0): The denominator was one to high when
6671 calculating the index for the ramp causing the index
6672 to never to reach one.
6673
6674 2003-07-02 Jonathan Coles <[email protected]>
6675
6676 Changed the singature of ClassGroupRange.__init__ and
6677 ClassGroupRange.SetRange() so that the min/max values are
6678 passed as a tuple. This makes a better calling scheme for
6679 when a Range object is passed instead.
6680
6681 * Thuban/Model/classgen.py: Fixed parameters to
6682 ClassGroupRange constructor.
6683
6684 * Thuban/Model/classification.py (ClassGroupRange.__init__):
6685 Consolidate the min/max parameters into a single _range which
6686 can either be a tuple or a Range object.
6687 (ClassGroupRange.SetRange): Consolidate the min/max parameters
6688 into a single _range which can either be a tuple or a Range object.
6689
6690 * Thuban/Model/load.py (SessionLoader.start_clrange): Fix
6691 call to ClassGroupRange constructor to use a tuple.
6692
6693 * Thuban/Model/layer.py (Layer.SetClassification): Switch
6694 the classification instance variable to the new class
6695 before calling _set_layer otherwise subscribers to a
6696 LAYER_CHANGED event will not see any difference.
6697
6698 * test/test_classification.py: Fix tests of ClassGroupRange
6699 so that they use the new signature.
6700
6701 * test/test_load.py: Fix use of ClassGroupRange so that it
6702 uses the new signature.
6703
6704 * test/test_load_0_2.py: Fix use of ClassGroupRange so that it
6705 uses the new signature.
6706
6707 * test/test_save.py: Fix use of ClassGroupRange so that it
6708 uses the new signature.
6709
6710
6711 2003-07-01 Jonathan Coles <[email protected]>
6712
6713 * Thuban/Model/classgen.py: Fixes RTbug #1972, 1971.
6714 Import used objects/class from color.
6715 (generate_singletons): We don't
6716 need the numGroups parameter anymore because we are using
6717 the new ramps with GetProperties().
6718 (generate_uniform_distribution): Use new ramp method
6719 GetProperties().
6720 (generate_quantiles, GenQuantiles0): Use new ramp method
6721 GetProperties().
6722 (CustomRamp.SetNumGroups): Removed. The ramps now map
6723 a value from 0 to 1 to class properties so the number
6724 of groups is not needed ahead of time.
6725 (CustomRamp.next): Removed. CustomRamp does not support
6726 interation anymore.
6727 (CustomRamp.GetProperties): Returns a ClassGroupProperties
6728 object based on the index value from 0 to 1 that is
6729 passed to it.
6730 (GreyRamp, RedRamp, GreenRamp, BlueRamp, GreenToRedRamp):
6731 Made into instances of Monochromatic class instread of
6732 deriving from it.
6733 (HotToCold.SetNumGroups): Removed. See CustomRamp.
6734 (HotToCold.next): Removed. See CustomRamp.
6735
6736 * Thuban/Model/classification.py: Fixes RTbug #1973, 1971.
6737 (Classification.SetField, Classification.SetFieldType):
6738 Replaced with SetFieldInfo.
6739 (Classification.SetFieldInfo): New. Does a better job of
6740 what SetField and SetFieldType used to do by combining
6741 their function since they should really always be done
6742 at the same time.
6743 (Classification.SetLayer): Renamed to _set_layer.
6744 (Classification._set_layer): Should only be called from
6745 Layer's SetClassification. This does not cause a recursive
6746 call as SetLayer did because we know that Layer knows about
6747 the classification.
6748
6749 * Thuban/Model/color.py: Fixes RTbug #1971.
6750 (_Transparent): Renamed from Transparent so it doesn't
6751 conflict with the module variable.
6752 (Transparent, Black): Renamed from Color.Transparent,
6753 Color.Black so they are not class variables.
6754
6755 * Thuban/Model/layer.py: Fixes RTbug #1971, 1973.
6756 (Layer.Destroy): We don't need to call SetClassification
6757 anymore to clear out the back reference in the classifcation
6758 to the layer. It's better to set it to None using _set_layer,
6759 and we won't be creating another clas object too.
6760 (Layer.SetClassification): Classification._set_layer is not
6761 recursive so remove all the locking variables. Also clean
6762 up the code so that it remains unchanged if something fails.
6763
6764 * Thuban/Model/load.py: Fixes RTbug #1971.
6765 (SessionLoader.start_classification): Call
6766 Classification.SetFieldInfo().
6767
6768 * Thuban/Model/save.py: Removed import of Color which wasn't
6769 being used.
6770
6771 * Thuban/UI/classgen.py: Fixes RTbug #1972.
6772 (ClassGenDialog.__init__): Color ramps are now instances
6773 already so we don't need to create any new objects.
6774 (ClassGenDialog.OnOK): Check for numGroups is no longer
6775 necessary because we never use it.
6776
6777 * Thuban/UI/classifier.py: Fixes RTbug #1971.
6778 (Classifier.__BuildClassification, Classifier.__SetGridTable):
6779 Call Classification.SetFieldInfo() instead of SetFieldType.
6780
6781 * Thuban/UI/renderer.py: Fixes RTbug #1971.
6782
6783 * Thuban/UI/view.py: Fixes RTbug #1974, 1971.
6784 (MapCanvas.__init__): Subscribe to the idle time event. Set
6785 background color to white.
6786 (MapCanvas.OnPaint): Set a flag indicating that we should
6787 render the map during idle time. If we already have a bitmap
6788 just draw it now.
6789 (MapCanvas.OnIdle): New. Render the map only during idle time.
6790 This also fixes a problem with the busy cursor under gtk.
6791
6792 * test/test_classgen.py (ClassGenTest.test_generate_singletons):
6793 Fix calls to generate_singletons because the signature changed.
6794
6795 * test/test_classification.py: Fix color references and
6796 change calls to Classification.[SetField|SetFieldType] to
6797 SetFieldInfo.
6798
6799 * test/test_load.py: Fix color references.
6800
6801 * test/test_load_0_2.py: Fix color references.
6802
6803 * test/test_save.py (SaveSessionTest.testClassifiedLayer):
6804 Change calls to Classification.[SetField|SetFieldType] to
6805 SetFieldInfo.
6806
6807 2003-07-01 Frank Koormann <[email protected]>
6808
6809 MERGE from the greater-ms3 branch.
6810
6811 * test/test_transientdb.py
6812 (TestTransientTable.test_transient_joined_table_with_equal_column_names):
6813 New. Test join of two tables with partly equal column names.
6814
6815 * Thuban/Model/transientdb.py (TransientJoinedTable.create):
6816 If duplicates in left and right tables column names are found,
6817 append '_' (underscores) to the name until it is unique.
6818 Create always new internal names for the resulting table and reference
6819 columns in the join statement with <table>.<column>
6820
6821 2003-07-01 Bernhard Herzog <[email protected]>
6822
6823 * test/test_transientdb.py
6824 (TestTransientTable.test_transient_joined_table_same_column_name):
6825 New. Test whether joining on columns with the same names in both
6826 tables works.
6827
6828 * Thuban/Model/transientdb.py (TransientJoinedTable.create): Make
6829 sure to use the right internal names even when joining on field
6830 with the same names in both tables. Also, detect duplicate names
6831 in the joined table correctly.
6832
6833 2003-07-01 Frank Koormann <[email protected]>
6834
6835 * Thuban/UI/renderer.py (ExportRenderer.render_legend):
6836 Reverse List of layers to render in same order as in desktop legend.
6837
6838 2003-06-30 Jonathan Coles <[email protected]>
6839
6840 * Thuban/version.py (make_tuple): Takes a version string
6841 and splits it into a tuple of at most three integers.
6842 Used make_tuple() to make tuple versions of the version
6843 numbers.
6844
6845 * Thuban/UI/about.py: Add Thuban email addresses.
6846
6847 2003-06-30 Jonathan Coles <[email protected]>
6848
6849 * Thuban/version.py: SQLite/PySQLite version dependencies
6850 were too high.
6851
6852 2003-06-30 Jonathan Coles <[email protected]>
6853
6854 * Thuban/version.py: Update version to 0.8.1
6855
6856 * MANIFEST.in: Added Projections so that default.proj is
6857 included.
6858
6859 2003-06-26 Jonathan Coles <[email protected]>
6860
6861 New About box with lots more information including library
6862 versions and credits. More/better version checking before
6863 Thuban starts.
6864
6865 * Thuban/UI/about.py: New. New About box that displays
6866 library version information and credits.
6867
6868 * Thuban/version.py: Added new 'versions' dictionary which
6869 contains the verions of various libraries which are checked
6870 when the module loads.
6871 (verify_versions): Check all version numbers and returns
6872 a list of errors.
6873
6874 * Thuban/UI/classifier.py (Classifier.__EnableButtons):
6875 Reset the status of the buttons as the situation warrants,
6876 but in a better more reliable way by not relying on the
6877 current status to determine what needs to change.
6878
6879 * Thuban/UI/main.py (wxCHECK_VERSION): Removed. Not needed.
6880 (verify_versions): Remove most of the code since it is
6881 now in Thuban.version.verify_versions.o
6882
6883 * Thuban/UI/mainwindow.py (MainWindow.About): Call new
6884 About box in Thuban.UI.about.
6885
6886 * extensions/thuban/gdalwarp.cpp (get_gdal_version): New.
6887 Returns the version of gdal library being used as a string.
6888
6889 * extensions/thuban/wxproj.cpp (check_version, check_version_gtk):
6890 Removed.
6891 (get_proj_version): Return the version of PROJ that the file
6892 was compiled with.
6893 (get_gtk_version): Return th version of GTK that the file
6894 was compiled with.
6895
6896 2003-06-25 Jonathan Coles <[email protected]>
6897
6898 * Thuban/UI/classifier.py (Classifier.EditSymbol): The parent
6899 of the SelectPropertiesDialog should be self so the window
6900 appears on top.
6901 (ClassGroupPropertiesCtrl.DoEdit): The parent
6902 of the SelectPropertiesDialog should be self so the window
6903 appears on top.
6904
6905 * Thuban/UI/resource.py: Cleaned up how we determine file
6906 extensions.
6907 (GetImageResource): Return an wxImage from our Resources.
6908
6909 2003-06-24 Jonathan Coles <[email protected]>
6910
6911 * Thuban/UI/renderer.py (ExportRenderer.render_legend):
6912 Check that a layer has a classification before trying
6913 to get it. Raster layers don't have classifications.
6914
6915 2003-06-23 Jonathan Coles <[email protected]>
6916
6917 * setup.py: Add Resources/XML to resource list.
6918
6919 2003-06-23 Jonathan Coles <[email protected]>
6920
6921 * setup.cfg: Fix copyright dates
6922
6923 2003-06-23 Jonathan Coles <[email protected]>
6924
6925 * MANIFEST.in: Update with Resources/XML
6926
6927 * setup.py: Don't include Locale resources yet as we don't
6928 have any and it causes problems building the distribution
6929 for Windows. Update version to 0.8.0.
6930
6931 * Doc/thuban.dtd: Removed since it is now in Resources/XML.
6932
6933 * Thuban/UI/mainwindow.py: Add blank line at the end because
6934 file was not being read correctly building the Windows
6935 distribution.
6936
6937 2003-06-23 Jonathan Coles <[email protected]>
6938
6939 * Thuban/UI/mainwindow.py (MainWindow.About): Fix text.
6940
6941 * Thuban/version.py: Temporarily update longversion for
6942 the 0.8 release so that it doesn't have the cvs revision.
6943
6944 2003-06-23 Jonathan Coles <[email protected]>
6945
6946 * Thuban/UI/common.py (ThubanBeginBusyCursor): Call wxSafeYield
6947 to make sure that we don't create reentrant possibilities with
6948 wxYield.
6949
6950 * Thuban/UI/view.py (MapCanvas.OnPaint): Call wxBeginBusyCursor()
6951 directly to avoid the wxSafeYield() call which generates an
6952 OnPaint event causing infinite recursion. Don't try to catch
6953 exception anymore. This was for before there were limits on map
6954 scaling.
6955
6956 2003-06-23 Bernhard Herzog <[email protected]>
6957
6958 Bug fix for RT #1961:
6959
6960 * Thuban/Model/load.py (SessionLoader.start_derivedshapesource):
6961 Register DerivedShapestores with the session
6962
6963 * Thuban/Model/session.py (Session.Tables): Make sure each table
6964 is only listed once.
6965
6966 * test/test_load.py (TestJoinedTable.test): Add check_format call.
6967 Update file contents to match the one written out.
6968
6969 2003-06-20 Bernhard Herzog <[email protected]>
6970
6971 * test/xmlsupport.py (SaxEventLister.startElementNS)
6972 (SaxEventLister.endElementNS): Do not include the qname. Python
6973 2.2.1 and 2.2.2 and 2.2.3 differ in this regard. In 2.2.1 qname it
6974 is (presumably incorrectly) None, whereas it's a string with the
6975 element name in the later versions.
6976
6977 * test/test_xmlsupport.py (TestEventList.test_even_list_simple)
6978 (TestEventList.test_even_list_namespace): Update tests to reflect
6979 the new behaviour
6980 (TestEventList.test_even_list_id_normalization): Fix doc-string
6981
6982 2003-06-20 Jonathan Coles <[email protected]>
6983
6984 * Thuban/Model/layer.py (BaseLayer.HasShapes): New. Overridden
6985 by deriving classes to determine if that layer supports shapes.
6986 (Layer): Override HasShapes and return true.
6987
6988 * Thuban/UI/classgen.py: Use Thuban[Begin|End]BusyCursor()
6989 instead of a direct call to wx[Begin|End]CusyCursor().
6990 (GenUniquePanel._OnRetrieve): Set busy cursor while retrieving
6991 table data.
6992
6993 * Thuban/UI/common.py (ThubanBeginBusyCursor, ThubanEndBusyCursor):
6994 New. Wrappers around the wxWindows functions that allow us to
6995 make additional calls such as wxYield which gives the native
6996 system a chance to update the cursor correctly.
6997
6998 * Thuban/UI/tableview.py: Use Thuban[Begin|End]BusyCursor()
6999 instead of a direct call to wx[Begin|End]CusyCursor().
7000
7001 * Thuban/UI/view.py: Use Thuban[Begin|End]BusyCursor()
7002 instead of a direct call to wx[Begin|End]CusyCursor().
7003 (MapCanvas.find_shape_at): Check if the current search layer
7004 support shapes, otherwise go on to the next layer.
7005
7006 * test/test_layer.py: Add tests in each type of layer for
7007 HasClassification() and HasShapes()
7008
7009 2003-06-20 Jonathan Coles <[email protected]>
7010
7011 * Thuban/UI/view.py (MapCanvas.OnPaint): Call wxYield after
7012 turning on the busy cursor to allow the system to change the
7013 cursor before we begin painting. This fixes a problem that
7014 was occuring only under GTK. Fixes RTbug #1840.
7015
7016 2003-06-20 Bernhard Herzog <[email protected]>
7017
7018 * Resources/XML/thuban-0.8.dtd: New DTD for the new file format
7019 version.
7020
7021 * Thuban/Model/save.py (sort_data_stores): New. Make topological
7022 sort of the data sources so they can be written with sources that
7023 data sources that depend on other data sources come after the
7024 sources they depend on.
7025 (SessionSaver.__init__): Add idmap instance variable to map from
7026 objects to the ids used in the file.
7027 (SessionSaver.get_id, SessionSaver.define_id)
7028 (SessionSaver.has_id): New. Methods to manage the idmap
7029 (SessionSaver.write): Use thuban-0.8.dtd
7030 (SessionSaver.write_session): Add a namespace on the session and
7031 write out the data sources before the maps.
7032 (SessionSaver.write_data_containers): New. Write the data
7033 containers.
7034 (SessionSaver.write_layer): Layer elements now refer to a
7035 shapestore and don't contain filenames anymore.
7036
7037 * Thuban/Model/load.py (LoadError): Exception class to raise when
7038 errors in the files are discovered
7039 (SessionLoader.__init__): Define dispatchers for elements with a
7040 thuban-0.8 namespace too.
7041 (SessionLoader.check_attrs): New helper method to check and
7042 convert attributes
7043 (AttrDesc): New. Helper class for SessionLoader.check_attrs
7044 (SessionLoader.start_fileshapesource)
7045 (SessionLoader.start_derivedshapesource)
7046 (SessionLoader.start_filetable, SessionLoader.start_jointable):
7047 Handlers for the new elements in the new fileformat
7048 (SessionLoader.start_layer): Handle the shapestore attribute in
7049 addition to filename.
7050 (SessionLoader.start_table, SessionLoader.end_table): Removed.
7051 They were never used in the old formats and aren't needed for the
7052 new.
7053
7054 * Thuban/Model/session.py (Session.DataContainers): New method to
7055 return all "data containers", i.e. shapestores and tables
7056
7057 * test/xmlsupport.py (SaxEventLister.__init__)
7058 (SaxEventLister.startElementNS, sax_eventlist): Add support to
7059 normalize IDs.
7060
7061 * test/test_xmlsupport.py
7062 (TestEventList.test_even_list_id_normalization): New test case for
7063 id normalization
7064
7065 * test/test_load.py (LoadSessionTest.check_format): Use ID
7066 normalization
7067 (LoadSessionTest.thubanids, LoadSessionTest.thubanidrefs): New
7068 class atrributes used for ID normalization
7069 (TestSingleLayer, TestLayerVisibility, TestLabels.test)
7070 (TestLayerProjection.test, TestRasterLayer.test): Adapt to new
7071 file format
7072 (TestJoinedTable): New test for loading sessions with joined
7073 tables.
7074 (TestLoadError): New. Test whether missing required attributes
7075 cause a LoadError.
7076
7077 * test/test_save.py (SaveSessionTest.thubanids)
7078 (SaveSessionTest.thubanidrefs): New class attributes for ID
7079 normalization in .thuban files.
7080 (SaveSessionTest.compare_xml): Use id-normalization.
7081 (SaveSessionTest.testEmptySession)
7082 (SaveSessionTest.testLayerProjection)
7083 (SaveSessionTest.testRasterLayer)
7084 (SaveSessionTest.testClassifiedLayer): Adapt to new file format.
7085 (SaveSessionTest.testLayerProjection): The filename used was the
7086 same as for testSingleLayer. Use a different one.
7087 (SaveSessionTest.test_dbf_table)
7088 (SaveSessionTest.test_joined_table): New test cases for saving the
7089 new data sources structures.
7090 (TestStoreSort, MockDataStore): Classes to test the sorting of the
7091 data stores for writing.
7092
7093 * test/runtests.py: Add CVS keywords
7094
7095 2003-06-20 Jonathan Coles <[email protected]>
7096
7097 * test/test_session.py
7098 (UnreferencedTablesTests.test_unreferenced_tables_with_joins):
7099 Use the cultural_landmark-point.dbf file for the store so that
7100 the table rows and shape count match.
7101
7102 2003-06-20 Jonathan Coles <[email protected]>
7103
7104 * Thuban/Model/data.py (DerivedShapeStore.__init__): Raise
7105 an exception if the number of shapes is different from the
7106 number of rows in the table. Address RTbug #1933.
7107
7108 * test/test_layer.py (TestLayer.test_derived_store): Add
7109 a test for the new exception in DerivedShapeStore.__init__.
7110
7111 * test/support.py (FloatTestCase): Removed since there is
7112 already FloatComparisonMixin. Fixes RTbug #1954.
7113 (FloatComparisonMixin.assertFloatEqual): Include test for
7114 infinity that was part of FloatTestCase.
7115
7116 * test/test_range.py (RangeTest): Inherit from
7117 support.FloatComparisonMixin now that we don't have
7118 support.FloatTestCase.
7119
7120 2003-06-20 Bernhard Herzog <[email protected]>
7121
7122 * test/test_save.py (SaxEventLister, sax_eventlist): Removed. Use
7123 the implementation in xmlsupport instead.
7124 (SaveSessionTest.compare_xml): sax_eventlist is now in xmlsupport
7125
7126 * test/test_proj.py: Import sax_eventlist from xmlsupport instead
7127 of test_save
7128
7129 2003-06-20 Bernhard Herzog <[email protected]>
7130
7131 * test/test_load.py (LoadSessionTest.check_format): New helper
7132 method to make sure the test files we load might have been written
7133 by the current thuban version.
7134 (ClassificationTest.TestLayers, TestSingleLayer.test)
7135 (TestLayerVisibility.test, TestClassification.test)
7136 (TestLabels.test, TestLayerProjection.test, TestRasterLayer.test):
7137 Add check_format() calls and fix the thuban data to match the data
7138 that would be written by saving the session loaded from it.
7139
7140 * test/xmlsupport.py (SaxEventLister, sax_eventlist): Copies of
7141 the same class and function in test_save.
7142
7143 * test/test_xmlsupport.py (TestEventList): New. test cases for
7144 sax_eventlist
7145
7146 2003-06-20 Bernhard Herzog <[email protected]>
7147
7148 * Resources/XML/thuban.dtd: Add comment about which versions of
7149 Thuban are covered by this DTD
7150 (map): Fix content model for layers and raster layers. There can
7151 be any number or layers and raster layers in any order.
7152
7153 2003-06-20 Jonathan Coles <[email protected]>
7154
7155 This is mainly about fixing RTbug #1949.
7156
7157 * Thuban/Model/classification.py: Remove "from __future__"
7158 import statement since python 2.2 is the earliest supported
7159 version.
7160
7161 * Thuban/Model/proj.py (Projection.GetProjectedUnits): New.
7162 Currently returns PROJ_UNITS_METERS or PROJ_UNITS_DEGREES
7163 depending on the units this projection *forwards* into.
7164
7165 * Thuban/Model/save.py (SessionSaver.write_classification):
7166 Remove unnecessary use of lambdas and nested functions.
7167
7168 * Thuban/UI/legend.py (ScaleBarBitmap.__SetScale): Do scale
7169 adjustment here if the map projection uses degrees.
7170
7171 * Thuban/UI/scalebar.py (ScaleBar.DrawScaleBar): Remove
7172 scale adjust code since it is now done before calling
7173 this method. Don't do anything if the map projection
7174 is None.
7175
7176 2003-06-19 Bernhard Herzog <[email protected]>
7177
7178 Move version specific load tests to their own file.
7179
7180 * test/test_load.py: Expand the doc-string to explain a bit how to
7181 handle file format changes.
7182 (TestClassification.test): Update the docstring as this test is
7183 not about Thuban 0.2 anymore.
7184
7185 * test/test_load_0_2.py: New file with the load tests for thuban
7186 files created with Thuban 0.2 and earlier.
7187
7188 2003-06-19 Bernhard Herzog <[email protected]>
7189
7190 Add XML validation to some of the tests. Validation will only be
7191 done if pyRXP is installed (http://reportlab.com/xml/pyrxp.html).
7192 To make the DTD available to the test cases it's moved into
7193 Resources/XML
7194
7195 * Resources/XML/thuban.dtd: New. This is now the real Thuban DTD
7196 for versions up to and including 0.2. Two slight changes: added an
7197 encoding specification and fixed the comment which refered to
7198 GRASS, not Thuban
7199
7200 * test/xmlsupport.py: New support module for tests involving XML.
7201 Currently there's a mix-in class for XML validation.
7202
7203 * test/test_xmlsupport.py: New. Tests for the xmlsupport module
7204
7205 * test/test_save.py (SaveSessionTest): Derive from ValidationTest
7206 so that we can validate the
7207 (SaveSessionTest.testEmptySession)
7208 (SaveSessionTest.testSingleLayer)
7209 (SaveSessionTest.testSingleLayer)
7210 (SaveSessionTest.testLayerProjection)
7211 (SaveSessionTest.testRasterLayer)
7212 (SaveSessionTest.testClassifiedLayer): Validate the generated XML
7213
7214 * test/runtests.py (main): Call print_additional_summary instead
7215 of print_garbage_information
7216
7217 * test/support.py (resource_dir): New function to return the
7218 "Resource" subdirectory
7219 (print_additional_summary): New function to combine several
7220 summary functions
7221 (run_tests): Use print_additional_summary instead of calling
7222 print_garbage_information directly
7223
7224 2003-06-19 Bernhard Herzog <[email protected]>
7225
7226 * Doc/thuban.dtd (classification): Correct the content model of
7227 the classification element.
7228 (projection): Add the "name" attribute
7229
7230 2003-06-19 Frank Koormann <[email protected]>
7231
7232 MERGE from the greater-ms3 branch.
7233
7234 * Thuban/UI/scalebar.py (ScaleBar.DrawScaleBar): Apply conversion to
7235 scale if projection is latlong to get better estimate.
7236
7237 Fix problem of hidden properties dialog under windows after double
7238 click on layer tree:
7239 The tree control always gets an Expanded / Collapsed event after
7240 the ItemActivated on double click, which raises the main window again.
7241 We add a second ItemActivated event to the queue, which simply
7242 raises the already displayed window.
7243
7244 * Thuban/UI/legend.py (LegendTree.__init__): Instance variable
7245 raiseProperties initialized to prevent endless loops
7246 (LegendTree._OnItemActivated): Depending on self.raiseProperties
7247 simply raise the properties or open the dialog and issue a second
7248 event.
7249
7250 2003-06-18 Jonathan Coles <[email protected]>
7251
7252 * setup.py: Fix a few problems that occured under Windows.
7253
7254 2003-06-18 Jonathan Coles <[email protected]>
7255
7256 When Thuban loaded the map was redrawn twice because the
7257 legend was being opened after the mainwindow was created
7258 and not during its creation. This meant the map was drawn
7259 initially and then had to be redrawn when the legend
7260 caused the display to change. Now the legend is opened
7261 in the mainwindow constructor which resolves this issue.
7262
7263 Also, although we were checking for the existence of
7264 gdal and gdalwarp modules, the gdalwarp extension was
7265 still being compiled (which may fail if the system doesn't
7266 have gdal installed). the build_ext command to setup.py
7267 now accepts the flags --with-gdal and --without-gdal.
7268 If --without-gdal is specified setup.py will try to
7269 use the gdal parameters specified by gdal-config. Under
7270 windows, those parameters have to be set in setup.py
7271 as with proj4 an wxWindows.
7272
7273 * setup.py: Use a list instead of seperate variables for
7274 extension parameters so we can create a generic function
7275 that runs an appropriate *-config script.
7276 (run_cs_script): Renamed from run_wx_script and modified
7277 to accept a second argument which is a list of lists to
7278 be filled in by the values returned from running the command.
7279 (thuban_build_ext): New. Extends the build_ext command and
7280 provides the options --with-gdal/--without-gdal which then
7281 optionally includes the gdalwarp extension.
7282
7283 * Thuban/Model/resource.py: First check if we can import
7284 the gdalwarp Thuban extension before checking for gdal.
7285 Also added some comments.
7286
7287 * Thuban/UI/legend.py (ScaleBarBitmap.__SetScale): Check if
7288 the map is None which may be the case if none has been loaded
7289 yet.
7290
7291 * Thuban/UI/main.py (main): Remove call to ShowLegend.
7292
7293 * Thuban/UI/mainwindow.py (MainWindow.__init__): Call ShowLegend().
7294
7295 * Thuban/UI/renderer.py: Check for gdal support before importing
7296 gdalwarp.
7297 (MapRenderer.render_map): Only try to optimize if we have gdal
7298 support otherwise nothing will get drawn.
7299
7300 * Thuban/UI/view.py (MapCanvas.FitMapToWindow): This may be called
7301 during startup before a map has been created. Check if map is None
7302 before using it and do nothing if it is.
7303
7304 2003-06-17 Jonathan Coles <[email protected]>
7305
7306 Fix the problem with raster layers under Windows that caused
7307 Thuban to crash. The view should respond to layer projection
7308 changed events to update the display. Changes to a projection
7309 should not cause the map to be set to full extent.
7310
7311 * Thuban/UI/view.py (MapCanvas.__init__): New instance variable
7312 current_map_proj to remember the current map projection so that
7313 when the projection changes we know what the previous projection
7314 was.
7315 (MapCanvas.SetMap): Unsubscribe and subscribe to
7316 LAYER_PROJECTION_CHANGED events.
7317 (MapCanvas.projection_changed): Split into two methods that respond
7318 to map and layer projection changes.
7319 (MapCanvas.map_projection_changed): New. Takes the current view and
7320 projects it using the new projection. This does not cause the
7321 map to be redrawn at full extent.
7322 (MapCanvas.layer_projection_changed): New. Cause a redraw which
7323 will draw each layer in its new projection.
7324
7325 * extensions/thuban/bmpdataset.cpp (BMPDataset::Open): Call
7326 VSIFClose() not VSIFCloseL() to close the file. Fixes a crash
7327 under Windows.
7328
7329 * extensions/thuban/gdalwarp.cpp (MFILENAME): Padding should be
7330 to twice sizeof(void*) because there are two digits for each
7331 hex byte.
7332
7333 2003-06-16 Bernhard Herzog <[email protected]>
7334
7335 Update to the layer interface: Direct access to the table,
7336 shapetable, shapefile and filename attributes is now actively
7337 deprecated by issuing deprecation warnings for all places where
7338 this happens.
7339
7340 * Thuban/Model/layer.py (Layer.__getattr__): New. Implement access
7341 to the instance variables table, shapetable, shapefile and
7342 filename via __getattr__ so that we can issue a deprecation
7343 warning.
7344 (Layer.SetShapeStore): Don't set the deprecated instance variables
7345 any more
7346 (Layer.SetShapeStore): Don't use deprecated layer instance
7347 variables
7348 (Layer.Destroy): No need to explicitly remove the instance
7349 variables any more
7350 (Layer.GetFieldType, Layer.Shape): Don't use deprecated layer
7351 instance variables
7352
7353 * Thuban/UI/classgen.py (ClassGenDialog.__init__)
7354 (GenUniformPanel._OnRetrieve, GenUniquePanel._OnRetrieve)
7355 (GenQuantilesPanel.GetList, GenQuantilesPanel.OnRetrieve): Don't
7356 use deprecated layer instance variables
7357
7358 * Thuban/UI/classifier.py (Classifier.__init__): Don't use
7359 deprecated layer instance variables
7360
7361 * Thuban/UI/identifyview.py (IdentifyListCtrl.selected_shape)
7362 (IdentifyGridCtrl.selected_shape): Don't set the deprecated layer
7363 instance variables
7364
7365 * Thuban/UI/tableview.py (LayerTableGrid.select_shapes): Don't use
7366 deprecated layer instance variables
7367
7368 * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Don't use
7369 deprecated layer instance variables
7370
7371 * Thuban/Model/save.py (SessionSaver.write_layer): Don't use
7372 deprecated layer instance variables
7373
7374 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer)
7375 (MapRenderer.polygon_render_param): Don't use deprecated layer instance
7376 variables
7377
7378 * test/runtests.py (main): Turn Thuban's deprecation warnings into
7379 errors so that they're cought by the tests
7380
7381 * test/test_load.py (TestSingleLayer.test): Don't use deprecated
7382 layer instance variables
7383
7384 2003-06-16 Jonathan Coles <[email protected]>
7385
7386 Fix a problem under Windows whereby if the user double-clicks on a
7387 layer in the legend that tree item will expand or collapse as well
7388 as open the layer properties dialog. The state of the tree item
7389 should not be affected.
7390
7391 * Thuban/UI/legend.py (LegendTree.__init__): Add instance variable
7392 preventExpandCollapse and subscribe to expanding and collapsing
7393 events.
7394 (LegendTree.OnItemExpandCollapse): New. Responds to expanding and
7395 collapsing events and will veto the event if it has been triggered
7396 by the user double clicking on a layer.
7397 (LegendTree._OnItemActivated): Set preventExpandCollapse to indicate
7398 that an expanding/collapsing event should be vetoed.
7399
7400 2003-06-13 Bernhard Herzog <[email protected]>
7401
7402 * Thuban/UI/classifier.py (Classifier.OnClose)
7403 (Classifier.map_layers_removed)
7404 (Classifier.layer_shapestore_replaced): Unsubscribe the messages
7405 in OnClose and not in map_layers_removed or
7406 layer_shapestore_replaced to make sure it always happens when the
7407 dialog is closed
7408
7409 2003-06-13 Jonathan Coles <[email protected]>
7410
7411 This puts back a fix for Windows where a panel is needed so that
7412 the background of the table view appears correctly.
7413
7414 * Thuban/UI/tableview.py (TableFrame.__init__): Add a panel
7415 object that can be used by derived classes to place any
7416 controls (including the grid) onto.
7417 (QueryTableFrame.__init__): Use the panel as the parent window
7418 for all the controls. Reparent the grid so that the panel is
7419 the parent. Call UpdateStatusText() to correctly initialize
7420 the status bar.
7421
7422 2003-06-13 Jonathan Coles <[email protected]>
7423
7424 * Thuban/UI/dialogs.py (ThubanFrame): New: a class that inherits
7425 from wxFrame (as opposed to wxDialog like the other classes)
7426 but otherwise behaves like the other classes. This is needed
7427 for the TableView which isn't really a dialog and needs to
7428 have a status bar and control buttons.
7429
7430 * Thuban/UI/tableview.py (TableGrid.__init__): Create an
7431 instance variable to keep track of how many rows are selected.
7432 Subscribe once to the the events we are interested in.
7433 (ThubanGrid.OnRangeSelect): Only handle event if event handling
7434 hasn't been turned off.
7435 (ThubanGrid.OnSelectCell): Only handle event if event handling
7436 hasn't been turned off.
7437 (ThubanGrid.ToggleEventListeners): Rather than subscribe None
7438 as an event listener (which changes the event handler stack)
7439 simply set an instance variable to False. This is checked in
7440 the event handlers.
7441 (ThubanGrid.GetNumberSelected): Return the number of currently
7442 selected rows.
7443 (TableFrame): Inherit from ThubanFrame so we can have a
7444 status bar and control buttons.
7445 (QueryTableFrame.__init__): Create a status bar. Fixes RTbug #1942.
7446 Explicitly set which items are selected in the operator choice and
7447 action choice so there is always a valid selection. Fixes RTbug #1941.
7448 Subscribe to grid cell selection events so we can update the
7449 status bar.
7450 (QueryTableFrame.UpdateStatusText): Update the status bar with
7451 how many rows are in the grid, how many columns, and how many
7452 rows are selected.
7453 (QueryTableFrame.OnGridSelectRange, QueryTableFrame.OnGridSelectCell):
7454 Call UpdateStatusText when cells are (de)selected.
7455 (QueryTableFrame.OnQuery): Use the string value in the value
7456 combo if either the selected item index is 0 or if the string
7457 cannot be found in the predefined list (this happens if the
7458 user changes the text). Fixes RTbug #1940.
7459 Only turn off the grid event listeners if there a query comes
7460 back with a none empty list of ids. in the case that the list
7461 is empty this causes a grid.ClearSelection() call to actually
7462 clear the grid selection which causes the selected items in
7463 the map to be deselected. Fixes RTbug #1939.
7464
7465 * test/test_save.py (XMLWriterTest.Encode): Check return values.
7466 Fixes RTbug #1851.
7467
7468 2003-06-13 Bernhard Herzog <[email protected]>
7469
7470 * Thuban/UI/identifyview.py (IdentifyView.__init__): Call
7471 self.selected_shape with the current selection to make sure the
7472 contents of the dialog are up to date when it's shown for the
7473 first time.
7474 The dialog used to work without this by luck. The recent fix to
7475 the connector module 'broke' a 'feature' the identify view was
7476 relying on, i.e that subscribing to a message in response to
7477 receiving a message of that type would mean that the new
7478 subscriber would also be called for the same message.
7479
7480 2003-06-12 Jonathan Coles <[email protected]>
7481
7482 * extensions/thuban/gdalwarp.cpp: Removed debug printing as
7483 the image is rendered. Fixes RTbug #1937.
7484
7485 2003-06-12 Jonathan Coles <[email protected]>
7486
7487 * Thuban/Lib/fileutil.py: As is done under Windows, create the
7488 user directory if it doesn't exist on a posix system.
7489 Fixes RTbug #1815.
7490
7491 * Thuban/Model/resource.py (get_user_proj_files): Moved the
7492 called to get_application_dir here, so that the directory
7493 will only be called if this method is invoked.
7494
7495 * Thuban/UI/projdialog.py (ProjFrame.__DoOnProjAvail): Clear
7496 the projfilepath if no projection is selected.
7497
7498 2003-06-12 Jonathan Coles <[email protected]>
7499
7500 * Thuban/UI/legend.py (ScaleBarBitmap.__SetScale): Don't draw
7501 the scalebar if the current map has no projection set.
7502
7503 * Thuban/UI/projdialog.py (ProjFrame.__DoOnProjAvail): Set the
7504 projfilepath label to just the basename of the projection file
7505 rather than include the entire path.
7506
7507 * Thuban/Model/resource.py: Fix missed proj functions that
7508 needed to be renamed.
7509
7510 2003-06-12 Jonathan Coles <[email protected]>
7511
7512 * Thuban/Model/classification.py: Removed assert statements that
7513 tested if the variable was an instance of Color.
7514
7515 * Thuban/Model/color.py (Color): Remove commented code that isn't
7516 used.
7517 (Transparent): Renamed from NoColor. Doesn't inherit from Color.
7518 Fixes RTbug #1835.
7519 (Transparent.__eq__, Transparent.__ne, Transparent.__repr): New.
7520 Needed now that the class doesn't inherit from Color.
7521
7522 2003-06-12 Jonathan Coles <[email protected]>
7523
7524 * test/test_save.py (XMLWriterTest.testEncode): Explicitly
7525 check unicode strings.
7526
7527 * test/test_layer.py: Check for existence of gdal.
7528
7529 2003-06-12 Jonathan Coles <[email protected]>
7530
7531 * Thuban/Model/xmlreader.py: New. Contains the XMLReader class
7532 that was in load.py
7533
7534 * Thuban/Model/xmlwriter.py: New. Contains the XMLWriter class
7535 that was in save.py
7536
7537 2003-06-12 Jonathan Coles <[email protected]>
7538
7539 This is largely a collection of bug fixes. We also handle the
7540 case where gdal is not on the system. The XMLReader and XMLWriter
7541 classes were moved into there own files to resolve some circular
7542 import references and because they shouldn't really be in the
7543 file that is dediciated to reading/writing session files since
7544 they are also used elsewhere.
7545
7546 * Thuban/Model/classgen.py: Renamed functions to follow the
7547 function_names_with_underscores style. Fixes RTbug #1903.
7548 (calculate_quantiles): Raise ValueError if 'percents' is invalid.
7549
7550 * Thuban/Model/layer.py: Import gdal only if it available.
7551 (RasterLayer): Handle the case where the gdal library is unavailable.
7552 Addresses RTbug #1877.
7553
7554 * Thuban/Model/load.py (XMLReader): Moved into seperate file
7555 xmlreader.py.
7556
7557 2003-06-12 Jonathan Coles <[email protected]>
7558
7559 This is largely a collection of bug fixes. We also handle the
7560 case where gdal is not on the system. The XMLReader and XMLWriter
7561 classes were moved into there own files to resolve some circular
7562 import references and because they shouldn't really be in the
7563 file that is dediciated to reading/writing session files since
7564 they are also used elsewhere.
7565
7566 * Thuban/Model/classgen.py: Renamed functions to follow the
7567 function_names_with_underscores style. Fixes RTbug #1903.
7568 (calculate_quantiles): Raise ValueError if 'percents' is invalid.
7569
7570 * Thuban/Model/layer.py: Import gdal only if it available.
7571 (RasterLayer): Handle the case where the gdal library is unavailable.
7572 Addresses RTbug #1877.
7573
7574 * Thuban/Model/load.py (XMLReader): Moved into seperate file
7575 xmlreader.py.
7576
7577 * Thuban/Model/save.py (escape, XMLWriter): Moved into seperate
7578 file xmlwriter.py.
7579
7580 * Thuban/Model/resource.py: Renamed functions to following the
7581 function_names_with_underscores style.
7582 (has_gdal_support): New function that returns true if the gdal
7583 library is available. Addresses RTbug #1877.
7584
7585 * Thuban/UI/application.py (ThubanApplication.OpenSession):
7586 Display a message box if the gdal library is not available, but
7587 only if there are any layers that would use it. Addresses RTbug #1877.
7588
7589 * Thuban/UI/classgen.py: Use renamed projection resource functions.
7590 (GenUniformPanel.__CalcStepping): Fix a slight discrepency
7591 when using integers versus floats.
7592
7593 * Thuban/UI/mainwindow.py (_has_gdal_support): New. Used to
7594 determine if the "Add Image Layer" menu option should be
7595 greyed out or not. Addresses RTbug #1877.
7596
7597 * Thuban/UI/projdialog.py: Use renamed projection resource functions.
7598
7599 * Thuban/UI/renderer.py (MapRenderer.render_map): Only try to
7600 optimize if a raster layer is visible. Fixes RTbug #1931.
7601 Only draw the raster layer if the gdal library is available.
7602 Addresses RTbug #1877.
7603
7604 * test/test_classgen.py: Add tests for generate_singletons,
7605 generate_uniform_distribution, generate_quantiles. Fixes RTbug #1903.
7606 (test_calculate_quantiles): Fix some tests to catch the new
7607 ValueError that is raised.
7608
7609 * test/test_proj.py: Use renamed projection resource functions.
7610
7611 * test/test_save.py (SaveSessionTest.testClassifiedLayer): New
7612 test for saving classified layers. Fixes RTbug #1902.
7613 (XMLWriterTest): New. Tests the XMLWriter class. Fixes RTbug #1851.
7614
7615 2003-06-12 Jan-Oliver Wagner <[email protected]>
7616
7617 Fix for http://intevation.de/rt/webrt?serial_num=1900.
7618
7619 * Thuban/UI/multiplechoicedialog.py: New. A multiple choice dialog.
7620
7621 * Thuban/UI/mainwindow.py: import wxMultipleChoiceDialog from
7622 multiplechoicedialog.py rather than from the wxPython library.
7623
7624 2003-06-11 Frank Koormann <[email protected]>
7625
7626 * Thuban/Lib/fileutil.py (get_application_dir): Minor stability
7627 update.
7628
7629 2003-06-11 Frank Koormann <[email protected]>
7630
7631 * Thuban/Lib/fileutil.py (get_application_dir): New function to
7632 determine the absolute .thuban/thuban directory under
7633 "posix" (os.expanduser) and "nt" (read AppData registry key).
7634
7635 * Thuban/Model/resource.py: Use get_application_dir
7636
7637 * Thuban/UI/application.py (ThubanApplication.read_startup_files):
7638 Use get_application_dir.
7639
7640 2003-06-10 Bernhard Herzog <[email protected]>
7641
7642 * Thuban/UI/tableview.py (LayerTableFrame.__init__): Subscribe to
7643 the messages MAP_LAYERS_REMOVED messages
7644 (LayerTableFrame.OnClose): Unsubscribe from it.
7645 (LayerTableFrame.map_layers_removed): New. Receiver for
7646 MAP_LAYERS_REMOVED. Close the dialog when the layer whose the
7647 dialog is showing is removed.
7648
7649 2003-06-10 Bernhard Herzog <[email protected]>
7650
7651 * Thuban/Lib/connector.py (Connector.Issue): Iterate over a copy
7652 of the receivers list so that unsubscribing in a receiver doesn't
7653 modify it while iterating over it.
7654
7655 * test/test_connector.py
7656 (ConnectorTest.test_disconnect_in_receiver): New. Test whether
7657 unsubscribing in a receiver works correctly. See docstring for
7658 details
7659
7660 2003-06-10 Bernhard Herzog <[email protected]>
7661
7662 * Thuban/Model/messages.py (LAYER_SHAPESTORE_REPLACED): New
7663 message.
7664
7665 * Thuban/Model/layer.py (Layer.SetShapeStore): Send
7666 LAYER_SHAPESTORE_REPLACED when the shapestore changes. A
7667 LAYER_CHANGED will still be sent if the classification changes.
7668
7669 * Thuban/UI/classifier.py (Classifier.__init__): Add the map as
7670 parameter so we can subscribe to some of its messages
7671 (Classifier.__init__): Subscribe to the map's MAP_LAYERS_REMOVED
7672 and the layer's LAYER_SHAPESTORE_REPLACED
7673 (Classifier.unsubscribe_messages): New. Unsubscribe from message
7674 subscribed to in __init__
7675 (Classifier.map_layers_removed)
7676 (Classifier.layer_shapestore_replaced): receivers for the messages
7677 subscribed to in __init__. Unsubscribe and close the dialog
7678
7679 * Thuban/UI/mainwindow.py (MainWindow.OpenLayerProperties): Pass
7680 the map to the Classifier dialog
7681
7682 * test/test_layer.py (SetShapeStoreTests): Derive from
7683 SubscriberMixin as well so we can test messages
7684 (SetShapeStoreTests.setUp): Subscribe to some of the layer's
7685 messages
7686 (SetShapeStoreTests.tearDown): Clear the messages again
7687 (SetShapeStoreTests.test_sanity): Expand the doc-string and check
7688 for the modified flag too
7689 (SetShapeStoreTests.test_set_shape_store_modified_flag): New test
7690 to check whether SetShapeStore sets the modified flag
7691 (SetShapeStoreTests.test_set_shape_store_different_field_name)
7692 (SetShapeStoreTests.test_set_shape_store_same_field)
7693 (SetShapeStoreTests.test_set_shape_store_same_field_different_type):
7694 Add tests for the messages. This checks both the new
7695 LAYER_SHAPESTORE_REPLACED and the older LAYER_CHANGED
7696
7697 2003-06-06 Jan-Oliver Wagner <[email protected]>
7698
7699 * Thuban/UI/mainwindow.py: Improved and partly added help texts for
7700 the menu items.
7701
7702 2003-06-05 Frank Koormann <[email protected]>
7703
7704 * Thuban/UI/identifyview.py (IdentifyView.__init__):
7705 Layout reimplemented without panel. Make life easier to fit the list
7706 in the dialog.
7707
7708 2003-06-05 Frank Koormann <[email protected]>
7709
7710 * Thuban/UI/projdialog.py (ProjFrame.__init__): Fill the projchoice
7711 once on initialisation (Former implementation resulted in multiple
7712 entries for each projection).
7713 (ProjFrame.__FillAvailList): selectProj as second optional parameter,
7714 if set, select the projection found under the specified name. This
7715 overwrites any other selection estimate.
7716 Removed projchoice filling from this method.
7717 (ProjFrame._OnSave, ProjFrame._OnAddToList):
7718 Updated call of ProjFrame.__FillAvailList
7719 (LCCPanel._DoLayout): Moved parameter controls in more common order.
7720
7721 * Resources/Projections/defaults.proj: Extended defaults representing
7722 various common European projections.
7723
7724 2003-06-05 Frank Koormann <[email protected]>
7725
7726 * Thuban/UI/identifyview.py (IdentifyView.__init__):
7727 Use ListCtrl instead of GridCtrl
7728
7729 * Thuban/Model/resource.py:
7730 Guess location of .thuban directory from tempdir parent directory.
7731
7732 * Thuban/UI/application.py (ThubanApplication.read_startup_files):
7733 Guess location of .thuban directory from tempdir parent directory.
7734
7735 2003-06-04 Bernhard Herzog <[email protected]>
7736
7737 Do not cache the values returned by the tree widget's
7738 GetFirstChild and GetNextChild methods because it led to lots of
7739 segfaults. The new way requires more brute force but is more
7740 reliable.
7741
7742 * Thuban/UI/legend.py (LegendTree.__init__): Remove instance
7743 variable layer2id
7744 (LegendTree.find_layer): New method to do with brute force what
7745 layer2id tried to accomplish
7746 (LegendTree._OnMsgLayerChanged)
7747 (LegendTree._OnMsgLayerTitleChanged, LegendTree.__ShowHideLayer):
7748 Use find_layer instead of layer2id
7749 (LegendTree.__RemoveLayer, LegendTree.__AddLayer): No need to
7750 update layer2id anymore
7751 (LegendTree._OnMsgMapLayersRemoved)
7752 (LegendTree._OnMsgMapLayersAdded): Get by without layer2id.
7753
7754 2003-06-03 Thomas Koester <[email protected]>
7755
7756 * Thuban/Model/classgen.py (GenQuantiles0): New function.
7757
7758 2003-06-02 Bernhard Herzog <[email protected]>
7759
7760 * Thuban/UI/mainwindow.py (layer_rename command, table_rename command):
7761 New commands.
7762 (main_menu): Add the new commands.
7763 (MainWindow.TableRename): New. Implementation of the table_rename
7764 command.
7765 (MainWindow.RenameLayer): New. Implementation of the layer_rename
7766 command.
7767
7768 * Thuban/Model/session.py (Session.AddTable): call self.changed to
7769 set the modified flag
7770
7771 * test/test_session.py (TestSessionSimple.test_add_table): Test
7772 whether the modified flag is set properly
7773
7774 * Thuban/Model/base.py (TitledObject.SetTitle): Call changed
7775 instead of issue so that the modified flags get updated.
7776
7777 * test/test_base.py (SomeTitledObject): Derive from Modifiable
7778 instead of Publisher to reflect reality better and to accomodate
7779 the fact that SetTitle now calls changed instead of issue
7780
7781 2003-06-02 Bernhard Herzog <[email protected]>
7782
7783 * Thuban/UI/classgen.py (GenQuantilesPanel.GetList): Resource
7784 acquisition has to happen before the try in a try-finally.
7785
7786 2003-06-02 Bernhard Herzog <[email protected]>
7787
7788 * Thuban/UI/legend.py (LegendTree._OnMsgMapLayersRemoved): It's
7789 possible that a layer is removed that is not currently selected in
7790 the legend so don't check for this.
7791
7792 2003-05-30 Bernhard Herzog <[email protected]>
7793
7794 * Thuban/Model/layer.py (Layer.Destroy): Set all instance
7795 variables to None that have direct or indirect references to
7796 shapefiles or dbf files to make sure that they do go away and the
7797 files are closed.
7798
7799 2003-05-30 Bernhard Herzog <[email protected]>
7800
7801 * Thuban/UI/legend.py (LegendTree.GetRootItem): Reset
7802 availImgListIndices when a new image list is created
7803
7804 2003-05-30 Bernhard Herzog <[email protected]>
7805
7806 * Thuban/UI/legend.py (LegendTree.__init__): New instance variable
7807 changing_selection to indicate whether the LegendTree code itself
7808 is currently changing the selection
7809 (LegendTree.normalize_selection): New method to normalize the
7810 selection by selecting the layer item even if the user clicked on
7811 the classification.
7812 (LegendTree._OnSelChanged): normalize the selection. This works
7813 around a bug in wx which doesn't keep track of the selection
7814 properly when subtrees are deleted.
7815
7816 2003-05-30 Bernhard Herzog <[email protected]>
7817
7818 * Thuban/UI/view.py (MapCanvas.set_view_transform): Limit the
7819 maximum and minimum scale factors.
7820
7821 * test/test_classgen.py (ClassGenTest.test): Update to reflect the
7822 changes in classgen.py
7823
7824 2003-05-30 Jonathan Coles <[email protected]>
7825
7826 * Thuban/Model/classgen.py: Remove ClassGenerator class but make
7827 all the methods functions. Fixes RTBug #1903.
7828
7829 * Thuban/Model/map.py (Map.TopLayer, Map.BottomLayer): Renamed
7830 to MoveLayerToTop and MoveLayerToBottom respectively. Fixes
7831 RTBug #1907.
7832
7833 * Thuban/UI/classgen.py: Use classgen functions that were part
7834 of the ClassGenerator class. Put try/finally blocks around
7835 code that uses wxBeginBusyCursor()/wxEndBusyCursor(). Fixes
7836 RTBug #1904.
7837
7838 * Thuban/UI/classifier.py: Remove unused import of ClassGenerator.
7839
7840 * Thuban/UI/legend.py: The legend was cleared and repopulated any
7841 time something changed which caused some state to be lost such
7842 as which children were expanded or collapsed. Fixes RTBug #1901.
7843 (LegendTree._OnMsgMapLayersAdded): Add only new layers.
7844 (LegendTree.__OnMsgMapLayersRemoved): Remove layers that exist in
7845 the legend but not in the map.
7846 (LegendTree.__FillTree): Move main functionality out into smaller
7847 methods that can be used by other methods.
7848 (LegendTree.__FillTreeLayer): Reuse old slots in the image list
7849 if they are available.
7850 (LegendTree.DeleteAllItems): Renamed from __DeleteAllItems so
7851 that we override the wxTreeCtrl method. Iterate over children
7852 and call __RemoveLayer.
7853 (LegendTree.__AddLayer): New. Add a new layer to the legend.
7854 (LegendTree.__RemoveLayer): Remove a layer from the legend.
7855 (LegendTree.DeleteChildren): New, overrides wxTreeCtrl method.
7856 Should only be called with the id of a layer branch.
7857 (LegendTree.GetRootItem): New, overrides wxTreeCtrl method.
7858 Returns the root item or creates one if necessary.
7859
7860 * Thuban/UI/renderer.py (MapRenderer.draw_raster_layer): Call
7861 ProjectRasterFile with tuple arguments instead of strings.
7862
7863 * Thuban/UI/tableview.py (QueryTableFrame.OnQuery): Wrap code
7864 with try/finally. Fixes RTBug #1904.
7865
7866 * Thuban/UI/view.py (MapCanvas.OnPaint): Wrap code
7867 with try/finally. Fixes RTBug #1904.
7868 (MapCanvas.FitSelectedToWindow): If a single point is selected
7869 simply center it on the display. Fixes RTBug #1849.
7870
7871 * extensions/thuban/gdalwarp.cpp: Removed code that allowed gdalwarp
7872 to be compiled as a standalone app. Now the code can only be
7873 called from Python which simplifies the parameter passing.
7874 (ProjectRasterFile): Handle Python arguments. Remove code that
7875 checks for a destination dataset. Add more clean up code.
7876
7877 * test/test_map.py (TestMapWithContents.test_raise_layer_top,
7878 TestMapWithContents.test_lower_layer_bottom):
7879 Test Map.MoveLayerToTop() and Map.MoveLayerToBottom() respectively.
7880 Fixes RTBug #1907.
7881
7882 * Thuban/UI/mainwindow.py (MainWindow.ToggleLegend): Apply a full
7883 extent to the map when the legend is toggled. Fixes RTBug #1881.
7884
7885 2003-05-29 Jan-Oliver Wagner <[email protected]>
7886
7887 * Thuban/UI/tableview.py (LayerTableFrame.OnClose): Bug-fix: Now
7888 unsubscribes all that is subcribed in __init__.
7889
7890 2003-05-28 Bernhard Herzog <[email protected]>
7891
7892 * Thuban/UI/mainwindow.py (MainWindow.DuplicateLayer)
7893 (MainWindow.CanDuplicateLayer): New methods to implement the
7894 Layer/Duplicate command.
7895 (layer_duplicate command): New.
7896 (main_menu): Add layer_duplicate to the Layer menu.
7897
7898 2003-05-28 Bernhard Herzog <[email protected]>
7899
7900 * Thuban/UI/tableview.py (NullRenderer.Draw): New. Our own
7901 renderer so that NULL/None values get displayed differently (by a
7902 gray rectangle).
7903 (TableGrid.__init__): Override the default renderers
7904
7905 2003-05-28 Bernhard Herzog <[email protected]>
7906
7907 * Thuban/Model/layer.py (Layer.SetShapeStore): Set the
7908 classification to "None" if the type of the field has changed.
7909
7910 * test/test_layer.py (SetShapeStoreTests): New. Class with a few
7911 test for the Layer.SetShapeStore method
7912
7913 2003-05-28 Jan-Oliver Wagner <[email protected]>
7914
7915 * Thuban/Model/layer.py (Layer.TreeInfo): Fixed a bug (a layer
7916 does not necessarily have a filename).
7917
7918 2003-05-28 Jan-Oliver Wagner <[email protected]>
7919
7920 * Thuban/UI/mainwindow.py (MainWindow.TableClose, MainWindow.TableShow):
7921 sort the selection list for the dialog.
7922
7923 2003-05-28 Frank Koormann <[email protected]>
7924
7925 * extensions/thuban/wxproj.cpp
7926 (project_point): Removed cast to int for projected point coordinates.
7927 (shape_centroid): Return last point if all polygon vertices fall
7928 to one point.
7929
7930 2003-05-28 Bernhard Herzog <[email protected]>
7931
7932 * Thuban/UI/mainwindow.py (_can_unjoin): Add doc-string and cope
7933 with layers that don't have shapestores, i.e. raster layers.
7934
7935 2003-05-28 Bernhard Herzog <[email protected]>
7936
7937 * Thuban/Model/table.py (DBFTable.__init__): Omit the extension
7938 when determining the title from the filename.
7939
7940 * test/test_dbf_table.py (TestDBFTable.test_title): Update to
7941 reflect changes in the way the title is derived from the filename
7942
7943 2003-05-28 Frank Koormann <[email protected]>
7944
7945 * Thuban/UI/mainwindow.py (MainWindow.TableShow):
7946 Added wxDEFAULT_DIALOG_STYLE to show table dialog styles.
7947
7948 2003-05-27 Bernhard Herzog <[email protected]>
7949
7950 * Thuban/UI/mainwindow.py (MainWindow.delegated_messages): Also
7951 delegate SelectedLayer.
7952 (MainWindow.LayerUnjoinTable): Implement.
7953 (_can_unjoin): New. Helper function for the sensitivity of the
7954 layer/unjoin command.
7955
7956 * Thuban/Model/data.py (ShapefileStore.OrigShapeStore)
7957 (DerivedShapeStore.OrigShapeStore): New. Return the original
7958 shapestore. Used to figure out how to unjoin.
7959 (DerivedShapeStore.Shapefile): Fix a typo.
7960
7961 2003-05-27 Bernhard Herzog <[email protected]>
7962
7963 * Thuban/UI/join.py (JoinDialog): Extend to handle layer joins as
7964 well
7965 (JoinDialog.__init__): Use the layer parameter and only build the
7966 left choice when a layer is given
7967 (JoinDialog.OnJoin): Handle layer joins as well
7968 (JoinDialog.OnLeftTable, JoinDialog.OnRightTable): Handle the case
7969 that the user selects the "Select..." item. The sensitivitly
7970 updating is now in update_sensitivity
7971 (JoinDialog.y): New method to refactor the sensitivity update of
7972 the join button into its own method.
7973
7974 * Thuban/UI/mainwindow.py (MainWindow.LayerJoinTable): Implement.
7975
7976 2003-05-27 Bernhard Herzog <[email protected]>
7977
7978 * Thuban/UI/mainwindow.py (table_close command): Make it sensitive
7979 iff there are unreferenced tables in the session
7980
7981 2003-05-27 Bernhard Herzog <[email protected]>
7982
7983 * Thuban/Model/messages.py (TABLE_REMOVED): New message.
7984
7985 * Thuban/Model/session.py (Session.UnreferencedTables): New method
7986 to return tables that are not referenced by other tables or shape
7987 stores and can be removed.
7988 (Session.RemoveTable): Issue a TABLE_REMOVED message after
7989 removing the table
7990
7991 * Thuban/UI/mainwindow.py: Remove unused imports
7992 (MainWindow.TableClose): Implement.
7993
7994 * Thuban/UI/tableview.py (TableFrame.__init__): Subscribe to some
7995 messages so that the frame will be automatically closed when a new
7996 session is opened or the table is removed.
7997 (TableFrame.OnClose): Unsubscribe the Subscriptions made in
7998 __init__
7999 (TableFrame.close_on_session_replaced)
8000 (TableFrame.close_on_table_removed): New. Subscribers that close
8001 the window
8002
8003 * test/test_session.py (TestSessionMessages.test_remove_table)
8004 (TestSessionSimple.test_remove_table): Move the test to
8005 TestSessionSimple and add test for the TABLE_REMOVED message
8006 (TestSessionBase.setUp): Also subscribe to TABLE_REMOVED
8007 (TestSessionSimple.test_unreferenced_tables) New. Test for the
8008 UnreferencedTables method.
8009 (UnreferencedTablesTests): New. Class with some more sophisticated
8010 tests for UnreferencedTables.
8011
8012 2003-05-27 Frank Koormann <[email protected]>
8013
8014 * Thuban/UI/tableview.py (QueryTableFrame.__init__): The "_S_election"
8015 display has some unwanted side effects. Removed again.
8016
8017 2003-05-27 Frank Koormann <[email protected]>
8018
8019 * Resources/Bitmaps/legend_icon_layer.xpm: New, icon for legend.
8020
8021 * Thuban/UI/legend.py (LegendTree.__FillTree): Use "legend_icon_layer"
8022
8023 2003-05-27 Jan-Oliver Wagner <[email protected]>
8024
8025 * test/test_menu.py (MenuTest.test): Added test for
8026 Menu.RemoveItem().
8027
8028 * Thuban/UI/menu.py (Menu.RemoveItem): New. Remove an item from
8029 the menu.
8030
8031 2003-05-27 Frank Koormann <[email protected]>
8032
8033 Nonmodal dialogs without parent (i.e. they can fall behind the main
8034 window)
8035
8036 * Thuban/UI/mainwindow.py (MainWindow.OnClose): Explicitly destroy
8037 all dialogs in the dialogs dictionary and the canvas.
8038
8039 * Thuban/UI/dialogs.py (NonModalNonParentDialog): New class, without
8040 parent, i.e. can fall behind other windows.
8041 (NonModalDialog.OnClose): Check is dialog is in mainwindow.dialog
8042 dictionary before removing it.
8043
8044 * Thuban/UI/classifier.py: Dialog derived from NonModalNonParentDialog
8045
8046 * Thuban/UI/projdialog.py: Dialog derived from NonModalNonParentDialog
8047 * Thuban/UI/tableview.py: Dialog derived from NonModalNonParentDialog
8048 * Thuban/UI/tree.py: Dialog derived from NonModalNonParentDialog
8049
8050 2003-05-27 Bernhard Herzog <[email protected]>
8051
8052 * Thuban/UI/mainwindow.py (MainWindow.ShowTableView): New. Open a
8053 tableview dialog
8054 (MainWindow.TableShow): Use ShowTableView to open the dialogs.
8055 Also, don't use the table's titles as the dialog names. The titles
8056 aren't guaranteed to be unique.
8057 (MainWindow.TableOpen): Open a table view dialog after opening the
8058 table
8059
8060 2003-05-27 Bernhard Herzog <[email protected]>
8061
8062 * Thuban/UI/mainwindow.py: Remove the Table/Hide menu item. Its
8063 effect can be achieved by simply closing the window showing the
8064 table.
8065 (MainWindow.TableHide): Removed.
8066 (main_menu): Removed "table_hide"
8067
8068 2003-05-27 Frank Koormann <[email protected]>
8069
8070 Fix legend tree display problems under Win32
8071
8072 * Thuban/UI/legend.py: BMP_SIZE_W = 15
8073 (LegendTree.__FillTree): Display "legend_icon_map.xpm" with layer title.
8074 (LegendTree.__FillTreeLayer): Explicitely set SelectedImage.
8075
8076 * Resources/Bitmaps/legend_icon_map.xpm: New icon for legend.
8077
8078 2003-05-27 Jan-Oliver Wagner <[email protected]>
8079
8080 * Thuban/UI/menu.py (Menu.InsertSeparator): Additional optional parameter
8081 'after' now allows to insert separators almost anywhere in the menu.
8082
8083 2003-05-27 Frank Koormann <[email protected]>
8084
8085 * Thuban/UI/tableview.py (QueryTableFrame.__init__): Underline the
8086 "S" of selection box label to hint on hot key (Alt-S). Works under
8087 Win32 but is ignored under GTK.
8088
8089 2003-05-26 Frank Koormann <[email protected]>
8090
8091 * Thuban/UI/projdialog.py (ProjFrame.__do_layout, ProjPanel._DoLayout):
8092 Center Choices.
8093
8094 2003-05-26 Bernhard Herzog <[email protected]>
8095
8096 Remove the Precision methods again. They're too DBF specific to be
8097 part of the table interface and they're only used in table_to_dbf
8098 anyway.
8099
8100 * Thuban/Model/transientdb.py (TransientTableBase.Width):Use a
8101 fixed precision of 12 for doubles.
8102 (TransientTableBase.Precision): Removed
8103 (AutoTransientTable.Width): Delegate to self.table.
8104
8105 * Thuban/Model/table.py (DBFTable.Precision)
8106 (MemoryTable.Precision): Removed.
8107 (MemoryTable.Width): Use a fixed precision of 12 for doubles.
8108 (table_to_dbf): Use a fixed precision of 12 for floats unless the
8109 column object specifies something else.
8110
8111 * test/test_dbf_table.py (TestTableToDBF.test_table_to_dbf): New.
8112 test for table_to_dbf
8113
8114 2003-05-26 Bernhard Herzog <[email protected]>
8115
8116 * test/test_transientdb.py
8117 (TestTransientTable.run_iceland_political_tests): Fix a comment.
8118
8119 2003-05-26 Bernhard Herzog <[email protected]>
8120
8121 * Thuban/UI/mainwindow.py (MainWindow.TableOpen): Real
8122 implementation. Mark parts of the file format strings for
8123 localization.
8124
8125 * Thuban/Model/session.py (Session.OpenTableFile): New. Open a dbf
8126 file and add the table to the tables managed by the session
8127
8128 * test/test_session.py (TestSessionSimple.test_open_table_file):
8129 New. test case for OpenTableFile
8130
8131 2003-05-26 Jan-Oliver Wagner <[email protected]>
8132
8133 * Thuban/UI/controls.py, Thuban/UI/identifyview.py, Thuban/UI/join.py,
8134 Thuban/UI/labeldialog.py, Thuban/UI/mainwindow.py,
8135 Thuban/UI/proj4dialog.py, Thuban/UI/tableview.py, Thuban/UI/view.py:
8136 Replace the true/false of wxWindows by True/False of Python 2.2.1.
8137
8138 2003-05-26 Jan-Oliver Wagner <[email protected]>
8139
8140 * Thuban/UI/tableview.py (LayerTableFrame.__init__): If there is
8141 already a selection present, update the grid accordingly.
8142
8143 * Thuban/UI/mainwindow.py (MainWindow.TableShow): Make the dialog
8144 resizeable and increase its initial size.
8145
8146 2003-05-26 Frank Koormann <[email protected]>
8147
8148 Table export functionality
8149
8150 * Thuban/Model/table.py (DBFTable.Width, MemoryTable.Width):
8151 Return width (in characters) for a column.
8152 (DBFTable.Precision, MemoryTable.Precision): Return decimal precision.
8153 (table_to_dbf): Write table to dbf file.
8154 (table_to_csv): Write table to csv file.
8155
8156 * Thuban/Model/transientdb.py (TransientTableBase.Width,
8157 TransientTableBase.Precision): Return column width and precision.
8158
8159 * Thuban/UI/tableview.py (QueryTableFrame.OnSaveAs): Call table_to_dbf
8160 or table_to_csv depending on file selection.
8161
8162 * test/test_dbf_table.py:
8163 Test table_to_dbf (extension of former part of test).
8164
8165 * test/test_csv_table.py:
8166 Test table_to_csv.
8167
8168 2003-05-23 Jan-Oliver Wagner <[email protected]>
8169
8170 * Thuban/UI/join.py (JoinDialog.OnJoin): Use _() for strings.
8171 Use QueryTableFrame instead of TableFrame.
8172
8173 * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Prefix the
8174 table window with 'Layer Table:' instead of 'Table:'.
8175
8176 2003-05-23 Jan-Oliver Wagner <[email protected]>
8177
8178 Give all tables a title via mix-in TitledObject.LayerShowTable
8179
8180 * Thuban/Model/base.py (TitledObject.SetTitle): Call method 'issue'
8181 only if it exists.
8182
8183 * Thuban/Model/table.py (DBFTable, MemoryTable): mix-in TitledObject
8184 and call its init-method with a default title. Remove Title() method.
8185
8186 * Thuban/Model/transientdb.py (TransientTable, TransientJoinedTable,
8187 AutoTransientTable): mix-in TitledObject and call its init-method with
8188 a default title. Remove Title() method.
8189
8190 2003-05-23 Bernhard Herzog <[email protected]>
8191
8192 * Thuban/Model/session.py (Session.AddShapeStore): Define
8193 AddShapeStore analogously to AddTable.
8194
8195 * test/test_session.py (TestSessionSimple.test_add_shapestore):
8196 New. Test for AddShapeStore
8197
8198 2003-05-23 Jan-Oliver Wagner <[email protected]>
8199
8200 Introducing QueryTableFrame and a very coarse ShowTable implementation.
8201
8202 * Thuban/UI/tableview.py (LayerTableFrame, QueryTableFrame): Split the
8203 class LayerTableFrame into two classes, LayerTableFrame and QueryTableFrame.
8204 The latter implements the selection GUI without dependency on a layer.
8205 LayerTableFrame now is derived from QueryTableFrame and connects
8206 to a layer.
8207
8208 * Thuban/UI/mainwindow.py (MainWindow.TableShow): A very coarse
8209 implementation that still needs work.
8210
8211 * Thuban/Model/layer.py (Layer.TreeInfo): Added filename.
8212
8213 2003-05-22 Frank Koormann <[email protected]>
8214
8215 * Thuban/Model/transientdb.py (TransientJoinedTable.__init__):
8216 Added "outer_join = False" as optional parameter.
8217 (TransientJoinedTable.create): If outer join is true, perform a
8218 "LEFT OUTER JOIN" instead of "JOIN", which preserves all records of
8219 the left table. Records not matching are filled with 0 / None.
8220
8221 * Thuban/UI/join.py (JoinDialog.__init__): Checkbox for outer join.
8222 (JoinDialog.OnJoin): Consider outer join check box.
8223
8224 2003-05-22 Bernhard Herzog <[email protected]>
8225
8226 * Thuban/UI/join.py (JoinDialog.OnJoin): Use exc_info in a
8227 somewhat safer way. Storing the traceback in a local variable can
8228 lead to memory leaks
8229
8230 2003-05-22 Bernhard Herzog <[email protected]>
8231
8232 * Thuban/UI/join.py (JoinDialog.OnJoin): Make sure to really call
8233 the wxMessageDialog's Destroy() method.
8234
8235 2003-05-22 Frank Koormann <[email protected]>
8236
8237 * Thuban/UI/join.py (JoinDialog.__init__): Make use of
8238 TransientTable.Title()
8239
8240 2003-05-22 Frank Koormann <[email protected]>
8241
8242 Join Dialog, initial version.
8243
8244 * Thuban/UI/mainwindow.py (MainWindow.TableJoin): Removed print.
8245
8246 * Thuban/UI/join.py (JoinDialog): Functional implementation of
8247 former framework. Renamed Table1/Table2 to LeftTable/RightTable
8248 in all occurences.
8249
8250 * Thuban/Model/transientdb.py (TransientJoinedTable.__doc__):
8251 Typo fixed.
8252
8253 2003-05-22 Bernhard Herzog <[email protected]>
8254
8255 Give the tables titles so that the GUI can display more meaningful
8256 names. For now the titles are fixed but depend on e.g. filenames
8257 or the titles of the joined tables.
8258
8259 * Thuban/Model/transientdb.py (TransientTable.Title)
8260 (TransientJoinedTable.Title, AutoTransientTable.Title): New.
8261
8262 * Thuban/Model/table.py (DBFTable.Title, MemoryTable.Title): New.
8263
8264 * test/test_transientdb.py
8265 (TestTransientTable.test_auto_transient_table_title): New. Test
8266 for the Title method
8267 (TestTransientTable.test_transient_joined_table)
8268 (TestTransientTable.test_transient_table): Add test for the Title
8269 methods
8270
8271 * test/test_memory_table.py (TestMemoryTable.test_title): New.
8272 Test for the Title method
8273
8274 * test/test_dbf_table.py (TestDBFTable.test_title): New. Test for
8275 the Title method
8276
8277 2003-05-22 Bernhard Herzog <[email protected]>
8278
8279 * test/test_layer.py (TestLayer.setUp, TestLayer.tearDown):
8280 Provide a better way to destroy the layers
8281 (TestLayer.test_base_layer, TestLayer.test_arc_layer)
8282 (TestLayer.test_point_layer, TestLayer.test_empty_layer)
8283 (TestLayer.test_polygon_layer, TestLayer.test_get_field_type): Use
8284 the new way to destroy the layers.
8285 (TestLayer.test_derived_store): New. Test for using a layer with a
8286 DerivedShapeStore
8287
8288 * Thuban/Model/layer.py (Layer.SetShapeStore): Only set the
8289 filename if the shape store actually has one.
8290
8291 2003-05-22 Bernhard Herzog <[email protected]>
8292
8293 * Thuban/Model/table.py (DBFTable.FileName): New. Accessor method
8294 for the filename
8295
8296 * test/test_dbf_table.py (TestDBFTable.test_filename): New. Test
8297 for the FileName method
8298 (TestDBFTableWriting.test_write): Fix spelling of filename
8299
8300 2003-05-22 Thomas Koester <[email protected]>
8301
8302 * Thuban/Model/range.py, test/test_range.py: Brought over new Range
8303 from SciParam that now really is immutable.
8304
8305 2003-05-22 Frank Koormann <[email protected]>
8306
8307 Layer Top/Bottom placement added to legend.
8308
8309 * Thuban/UI/legend.py
8310 (LegendPanel._OnMoveTop(), LayerPanel._OnMoveBottom): New, methods
8311 bound to tool events.
8312 (LegendTree.MoveCurrentItemTop(), LegendTree.MoveCurrentItemBottom):
8313 New, methods binding the event methods with the map methods.
8314
8315 * Thuban/Model/map.py (Map.TopLayer(), Map.BottomLayer()): New, place
8316 layer at top/bottom of layer stack.
8317
8318 * Resources/Bitmaps/top_layer.xpm: New button icon.
8319
8320 * Resources/Bitmaps/bottom_layer.xpm: New button icon.
8321
8322 2003-05-22 Bernhard Herzog <[email protected]>
8323
8324 * Thuban/Model/session.py (Session.RemoveTable): New method to
8325 remove tables
8326
8327 * test/test_session.py (TestSessionSimple.test_remove_table): New.
8328 Test for RemoveTable
8329
8330 2003-05-22 Thomas Koester <[email protected]>
8331
8332 * Thuban/Model/classgen.py: Added short module doc string and CVS id.
8333 (ClassGenerator.GenUniformDistribution): Use new Range __init__, too.
8334
8335 2003-05-22 Bernhard Herzog <[email protected]>
8336
8337 Implement a way to discover dependencies between tables and
8338 shapestores.
8339
8340 * Thuban/Model/transientdb.py (TransientTableBase.Dependencies)
8341 (TransientJoinedTable.Dependencies)
8342 (AutoTransientTable.SimpleQuery): New. Implement the dependencies
8343 interface
8344 (TransientJoinedTable.__init__): Keep tack of the original table
8345 objects in addition to the corresponding transient tables.
8346
8347 * Thuban/Model/table.py (DBFTable.Dependencies)
8348 (MemoryTable.Dependencies): New. Implement the dependencies
8349 interface
8350
8351 * Thuban/Model/data.py (ShapeTable): New. Helper class for
8352 ShapefileStore
8353 (ShapefileStore.__init__): Use ShapeTable instead of
8354 AutoTransientTable
8355 (ShapefileStore.Table, ShapefileStore.Shapefile): Add doc-strings
8356 (ShapefileStore.FileName, ShapefileStore.FileType): New. Accessor
8357 methods for filename and type
8358 (ShapefileStore.Dependencies): New. Implement the dependencies
8359 interface
8360 (DerivedShapeStore): New class to replace SimpleStore. The main
8361 difference to SimpleStore is that it depends not on a shapefile
8362 but another shapestore which expresses the dependencies a bit
8363 better
8364 (SimpleStore.__init__): Add deprecation warning.
8365
8366 * test/test_dbf_table.py (TestDBFTable.test_dependencies): New.
8367 Test for the Dependencies method.
8368
8369 * test/test_memory_table.py (TestMemoryTable.test_dependencies):
8370 New. Test for the Dependencies method.
8371
8372 * test/test_transientdb.py
8373 (TestTransientTable.test_auto_transient_table_dependencies): New.
8374 Test for the Dependencies method.
8375 (TestTransientTable.test_transient_joined_table): Add test for the
8376 Dependencies method.
8377
8378 * test/test_session.py (TestSessionSimple.setUp)
8379 (TestSessionSimple.tearDown): New. Implement a better way to
8380 destroy the sessions.
8381 (TestSessionSimple.test_initial_state)
8382 (TestSessionSimple.test_add_table): Bind session to self.session
8383 so that it's destroyed by tearDown
8384 (TestSessionSimple.test_open_shapefile): New. Test for
8385 OpenShapefile and the object it returns
8386
8387 2003-05-22 Bernhard Herzog <[email protected]>
8388
8389 * Thuban/Model/session.py (Session.AddTable): New method to
8390 register tables with the session.
8391 (Session.Tables): Return the tables registered with AddTable too.
8392
8393 * test/test_session.py (TestSessionSimple.test_add_table): New.
8394 Test case for the AddTable method
8395
8396 2003-05-22 Frank Koormann <[email protected]>
8397
8398 UI polishing updates: Place main buttons (OK, Cancel, etc) in the
8399 lower right corner, center labels for selections, initialize controls
8400 in reasonable order for keyboard navigation.
8401
8402 * Thuban/UI/projdialog.py (ProjFrame.__init__, ProjFrame.__doLayout)
8403 (ProjFrame.__DoOnProjAvail): Determine position of current projection
8404 using the wxListBox.FindString() method. Still a problem (#1886)
8405
8406 * Thuban/UI/classifier.py
8407 (Classifier.__init__, SelectPropertiesDialog.__init__)
8408
8409 * Thuban/UI/classgen.py (ClassGenDialog.__init__,
8410 (ClassGenDialog.__DoOnGenTypeSelect): Moved initialization of the
8411 different classification types from here to __init__.
8412 (GenUniquePanel.__init__): Set the column width of the first field
8413 in the Field ListCtrl to the full width.
8414
8415 * Thuban/UI/tableview.py (LayerTableFrame.__init__): Rename 'Save As'
8416 Button to 'Export'. Center Buttons in Selection Box, set Focus to
8417 Grid.
8418 (LayerTableFrame.OnKeyDown()): New, bound to the grid with EVT_KEY_DOWN,
8419 changes focus to the Selection when pressing "Alt-S".
8420
8421 * Thuban/UI/legend.py (LegendTree.__SetVisibilityStyle): Only gray out
8422 the text if not visible. The italic font sometimes exceeds the
8423 rendering area.
8424
8425 2003-05-21 Jonathan Coles <[email protected]>
8426
8427 * Thuban/UI/dock.py (DockFrame): Rename references to _OnClose
8428 to OnClose so that Thuban closes correctly.
8429
8430 * Thuban/UI/mainwindow.py (MainWindow.OnClose): Call
8431 DockFrame.OnClose, not DockFrame._OnClose.
8432
8433 2003-05-21 Jonathan Coles <[email protected]>
8434
8435 * Thuban/Model/classgen.py (ClassGenerator.GenQuantiles): Remove
8436 references to 'inf' and use new Range __init__ to pass floats
8437 directly rather than converting them to strings first.
8438 Fixes RTBug #1876.
8439
8440 * Thuban/Model/classification.py (ClassGroupRange.SetRange):
8441 Use new Range ___init__ to pass floats.
8442
8443 * Thuban/Model/layer.py (RasterLayer.__init__): Test if the
8444 filename is a valid image file. Throw IOError otherwise.
8445
8446 * Thuban/Model/range.py: Brought over new Range from SciParam that
8447 is immutable and has an __init__ which can accept floats.
8448
8449 * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Move OpenShapefile
8450 into try block. AddLayer doesn't throw any exceptions anymore.
8451 (MainWindow.AddRasterLayer): Move constructor of RasterLayer into
8452 try block.
8453
8454 * Thuban/UI/projdialog.py (GeoPanel.__init__): Put Degrees as
8455 the first item in choices. Fixes RTBug #1882.
8456
8457 * Thuban/UI/renderer.py (MapRenderer.render_map): Check if scale
8458 has gone to 0 which is a serious problem. abort.
8459 (MapRenderer.draw_raster_layer): Catch IOError seperately and
8460 print the error from GDAL.
8461
8462 * Thuban/UI/tableview.py (TableGrid.__init__): Call
8463 ToggleEventListeners to turn on listening.
8464 (TableGrid.ToggleEventListeners): New. Turns event listening on
8465 and off so as to prevent excessive messages.
8466 (LayerTableFrame.OnQuery): Use TableGrid.ToggleEventListeners
8467 to suppress excessive messages when selecting many rows.
8468 Fixes RTBug #1880.
8469
8470 * Thuban/UI/view.py: Added checks against if scale == 0. This
8471 is a serious problem that can occur when an image without
8472 geo data is loading and causes the map projection bounds to
8473 go to infinity. Right now, the solution is to simply try
8474 to recover.
8475
8476 * extensions/thuban/cpl_mfile.cpp (MFILEClose): Make sure
8477 to set the MFILEReceiver attributes even if the data is NULL.
8478
8479 * extensions/thuban/gdalwarp.cpp: Improved the error handling
8480 and passed GDAL messages back up to the Python layer. Also
8481 tried to fix some memory leaks that were present in the original
8482 utility but didn't matter because the program aborted.
8483
8484 * test/test_range.py: Copied over tests from SciParam. Removed
8485 tests against importing. Fixes RTBug #1867.
8486
8487 2003-05-21 Bernhard Herzog <[email protected]>
8488
8489 * test/test_load.py: Remove unused imports and restructure the
8490 test code
8491 (LoadSessionTest): Split into one class for each test and turn
8492 LoadSessionTest itself into the base class for all such session
8493 tests.
8494 (ClassificationTest): New base class for load tests that test
8495 classifications
8496 (TestSingleLayer, TestLayerVisibility, TestClassification)
8497 (TestLabels, TestLayerProjection, TestRasterLayer): New classes
8498 for the individual tests
8499
8500 * test/support.py (FileLoadTestCase.filename): New base class for
8501 file loading tests
8502
8503 2003-05-21 Jan-Oliver Wagner <[email protected]>
8504
8505 * Resources/Projections/defaults.proj: Renamed 'Universal Transverse
8506 Mercator' to 'UTM Zone 32' as a more convenient example.
8507 Added 'Gauss Krueger Zone 6'.
8508
8509 * Data/iceland_sample_raster.thuban: political polygon now
8510 filled transparent to have the raster image visible at once.
8511
8512 2003-05-21 Frank Koormann <[email protected]>
8513
8514 * Thuban/UI/mainwindow.py (MainWindow): Renamed _OnClose() back to
8515 OnClose() to keep in sync with extensions. Internally Thuban
8516 still uses "underscored" names.
8517
8518 2003-05-20 Jonathan Coles <[email protected]>
8519
8520 This puts back Raster layer support. These layers support projections
8521 through the GDAL library. Currently, the CVS version is being used.
8522 There are no Debian packages available although this may change soon.
8523 A GDAL driver was extended to support writing to memory rather to
8524 files.
8525
8526 There is still some work that needs to be done, such as some error
8527 handling when loading invalid images or when there is a problem
8528 projecting the image. This putback simply checks in the majority
8529 of the work.
8530
8531 * setup.py: Add gdalwarp library extension.
8532
8533 * Thuban/Model/layer.py (BaseLayer.HasClassification): New.
8534 Defaults to False, but can be overridden by subclasses if they
8535 support classification.
8536 (RasterLayer): New. Defines a new layer that represents an
8537 image.
8538
8539 * Thuban/Model/load.py (SessionLoader.__init__): Add rasterlayer
8540 tag handler.
8541 (SessionLoader.start_layer): Encode the filename.
8542 (SessionLoader.start_rasterlayer, SessionLoader.end_rasterlayer):
8543 New. Supports reading a rasterlayer tag.
8544
8545 * Thuban/Model/map.py (Map.BoundingBox): Fix typo in comment.
8546
8547 * Thuban/Model/save.py (XMLWriter.encode): Don't assume that we
8548 get a string in Latin1. If we get such as string convert it to
8549 unicode first, otherwise leave if alone before encoding.
8550 (SessionSaver.write_layer): Add support for writing both Layers
8551 and RasterLayers.
8552
8553 * Thuban/Model/transientdb.py (AutoTransientTable.SimpleQuery):
8554 The right argument may not be a string, it could also be a Column.
8555
8556 * Thuban/UI/application.py (ThubanApplication.CreateMainWindow):
8557 Make initial window size 600x400. Fixes RTBug #1872.
8558
8559 * Thuban/UI/classifier.py (Classifier.__init__): Rearrange how
8560 the dialog is constructed so that we can support layers that
8561 do not have classifications.
8562 (Classifier._OnTry): Only build a classification if the layer
8563 supports one.
8564
8565 * Thuban/UI/legend.py: Change all checks that a layer is an
8566 instance of Layer into checks against BaseLayer.
8567 (LegendTree.__FillTreeLayer): Only add children to a branch if
8568 the layer supports classification.
8569
8570 * Thuban/UI/mainwindow.py (MainWindow.NewSession,
8571 MainWindow.OpenSession): Don't proceed with an action if the
8572 user chooses Cancel when they are asked to save changes.
8573 (MainWindow.AddRasterLayer): New. Open a dialog to allow the
8574 user to select an image file. Create a new RasterLayer and add
8575 it to the map.
8576
8577 * Thuban/UI/renderer.py (MapRenderer.render_map): Add support
8578 for rendering RasterLayer layers.
8579 (MapRenderer.draw_raster_layer): Actually method that calls
8580 the GDALWarp python wrapper and constructs an image from the
8581 data returned.
8582
8583 * Thuban/UI/tableview.py (LayerTableFrame.__init__): Change the
8584 Choices symbols to match those used in the table query method.
8585 Replace deprecated method calls on table with new method names.
8586
8587 * Thuban/UI/view.py (MapCanvas.set_view_transform): Try to limit
8588 how small the scale can get. This still needs more testing.
8589
8590 * extensions/thuban/bmpdataset.cpp: New, but copied from GDAL.
8591 Provides a driver to output in .bmp format.
8592
8593 * extensions/thuban/cpl_mfile.cpp, extensions/thuban/cpl_mfile.h:
8594 New. Provides IO routines which write to memory, rather than a file.
8595
8596 * extensions/thuban/gdalwarp.cpp: New, but basically a direct copy
8597 of the gdalwarp utility provided in GDAL. Added function calls
8598 that can be accessed from python.
8599
8600 * Data/iceland_sample_raster.thuban: New. Sample file that uses
8601 a raster layer.
8602
8603 * Data/iceland/island.tfw, Data/iceland/island.tif: New. Raster
8604 layer image data.
8605
8606 * Doc/thuban.dtd: Added rasterlayer attribute definition.
8607
8608 * test/test_layer.py, test/test_load.py, test/test_save.py: Added
8609 tests associated with the raster layer code.
8610
8611 * test/test_transientdb.py
8612 (TestTransientTable.test_auto_transient_table_query): Added a test
8613 for using a Column object as the "right" parameter to a query.
8614
8615 2003-05-19 Frank Koormann <[email protected]>
8616
8617 * Thuban/version.py (get_changelog_date):
8618 Catch exceptions if ChangeLog does not exist.
8619
8620 * Thuban/UI/view.py (MapCanvas.Export): Bugfix
8621
8622 2003-05-19 Frank Koormann <[email protected]>
8623
8624 Extended version information for Thuban
8625
8626 * Thuban/version.py: New, version information for Thuban: Last
8627 modification date and last ChangeLog entry date.
8628
8629 * Thuban/UI/mainwindow.py (MainWindow.About()): Extended version
8630 information: Display Thuban, wxPython and Python version.
8631
8632 2003-05-16 Bernhard Herzog <[email protected]>
8633
8634 * Thuban/Model/save.py: Remove some unused imports including the
8635 __future__ import for nested_scopes as Thuban relies on Python 2.2
8636 now.
8637 (XMLWriter.encode): Remove the special case for a None argument.
8638 In the saver encode is always called with a string argument.
8639
8640 2003-05-16 Bernhard Herzog <[email protected]>
8641
8642 * Thuban/UI/__init__.py: Remove the work-around for the locale bug
8643 in wxPython (at least when usinvg wxGTK) prior to 2.4. The symptom
8644 of the bug was that e.g. float("1.2") would fail. Thuban now
8645 requires 2.4.x.
8646
8647 2003-05-16 Frank Koormann <[email protected]>
8648
8649 Printing enhancement and WMF export (under Win32)
8650
8651 * Thuban/UI/renderer.py (ExportRenderer): New, derived from
8652 ScreenRenderer. Renders Map, Legend and Scalebar for export.
8653 (PrinterRenderer): New, derived from ExportRenderer. Replaces the old
8654 PrintRender.
8655
8656 * Thuban/UI/view.py (MapPrintout.__init__): Enhanced parameter set
8657 to fullfil information needed for PrinterRenderer.
8658 (MapCanvas.Export): New. Export Map (currently only to WMF on Win32).
8659 (MapCanvas.Print): Adapted to new MapPrintout.
8660 (OutputTransform): General calculations to transform from canvas
8661 coordinates to export/printing devices.
8662
8663 * Thuban/UI/mainwindow.py (MainWindow.ExportMap()): New. Added also
8664 new method_command to call ExportMap, with platform dependency (only
8665 __WXMSW__)
8666
8667 * Thuban/UI/scalebar.py (ScaleBar.DrawScaleBar): Position and Size
8668 of scalebar drawing area as new parameters.
8669
8670 * Thuban/Model/scalebar.py (roundInterval): round long instead of int
8671
8672 * Thuban/UI/legend.py (ScalebarBitmap.__SetScale):
8673 Update to extended scalebar.DrawScalebar header.
8674
8675 * test/test_export.py: New, test Thuban.UI.view.OutputTransform()
8676
8677 * test/test_scalebar.py: Made test executable as standalone.
8678
8679 2003-05-16 Bernhard Herzog <[email protected]>
8680
8681 * Thuban/Model/table.py (Table): Remove this compatibility alias
8682 for DBFTable.
8683
8684 * test/test_table.py: Import DBFTable as Table because that alias
8685 doesn't exist anymore.
8686
8687 * Thuban/UI/classgen.py: Remove some unused imports
8688
8689 2003-05-14 Jonathan Coles <[email protected]>
8690
8691 * Thuban/Model/classgen.py (ClassGenerator.GenSingletonsFromList):
8692 Fix docstring.
8693 (ClassGenerator.GenUniformDistribution): Fix spelling of method name.
8694 (ClassGenerator.GenQuantiles): Use the left/right brackets and min/max
8695 values of the supplied range to determine the beginning and end
8696 bounds of the generated classes.
8697
8698 * Thuban/Model/range.py (Range.number_re): Now accepts floats that
8699 do not have a leading 0 (.5 is now accepted as well as 0.5).
8700
8701 * Thuban/UI/classgen.py (ClassGenDialog.OnOK): Fix name of method
8702 call to ClassGenerator.GenUniformDistribution.
8703
8704 * Thuban/UI/projdialog.py (ProjFrame.__do_layout): Fix Windows
8705 layout bug with the 'Projection' label.
8706
8707 * test/support.py (FloatTestCase): New. Needed for the Range tests.
8708
8709 * test/test_range.py: New. Imported from SciParam.
8710
8711 2003-05-12 Jonathan Coles <[email protected]>
8712
8713 * Thuban/UI/classgen.py (GenQuantilesPanel.GetList): Replace call
8714 to table.UniqueValues() with calls that retrieve all the values
8715 from the table. This will need to be replaced by a method on table
8716 which can simply return the list (perhaps more efficiently).
8717
8718 2003-05-12 Jonathan Coles <[email protected]>
8719
8720 The return value of ClassGenerator.CalculateQuantiles has changed.
8721 Refer to the documentation for details.
8722
8723 * test/test_classgen.py: Modified Quantile tests to use the
8724 new return values.
8725
8726 * Thuban/Model/classgen.py
8727 (ClassGenerator.GenQuantiles): Add comments describing the parameters,
8728 use new return values from CalculateQuantiles to produce the correct
8729 range bounds in the Classification.
8730 (ClassGenerator.CalculateQuantiles): Add more comments describing
8731 the return values and parameters. Make minor adjustments to improve
8732 the legibility of the code. Fix problem with adjusted not being set
8733 in most cases.
8734
8735 2003-05-12 Frank Koormann <[email protected]>
8736
8737 * Thuban/Model/save.py (XMLWriter.encode()): Explicite call to unicode
8738 and latin1. Fixes #1851 finally.
8739
8740 2003-05-09 Jonathan Coles <[email protected]>
8741
8742 * test/test_classgen.py: New. Tests the Quantile algorithm.
8743
8744 * Thuban/Model/classgen.py (ClassGenerator.CalculateQuantiles):
8745 Clean up debugging statement, add comments, fix a small bug in the
8746 returned adjusted percentiles.
8747
8748 2003-05-09 Jonathan Coles <[email protected]>
8749
8750 Introduces Range class from SciParam into the ClassGroupRange class,
8751 and such ranges can now be saved and loaded from disk.
8752
8753 Quantiles are now available in the Classification Generator.
8754
8755 Initial support for building Queries on a table. Doesn't do anything
8756 but run some tests.
8757
8758 * Thuban/Model/classification.py: Explicit imports.
8759 (ClassGroupRange): Use the Range class to store the underlying
8760 range information. The interface remains the same, except for
8761 GetRange(), and you can also supply a Range object as the min
8762 parameter to SetRange or __init__.
8763
8764 * Thuban/Model/load.py (XMLReader.encode): New. Encodes the given
8765 string appropriately for use in Thuban. Fixes RTbug #1851.
8766 (SessionLoader.end_projection): Handle the context of the
8767 projection tag a bit better by looking at what objects are not
8768 None. There was an assumption that a projection tag for a map
8769 could occur before any layers.
8770 (SessionLoader.start_clrange): Provide backward compatibility for
8771 reading min/max values as well as the new range parameter.
8772
8773 * Thuban/Model/map.py: Explicit imports.
8774
8775 * Thuban/Model/resource.py: Import _.
8776 (ProjFileSaver.write): write header using projfile.dtd.
8777
8778 * Thuban/Model/save.py: Explicit imports.
8779 (XMLWriter.encode): New. Encode the given string from a format
8780 used by Thuban into UTF-8. Fixes RTbug #1851.
8781
8782 * Thuban/UI/classgen.py: Explicit imports.
8783 (ClassGenDialog.__init__): Clean up the code and add support
8784 for Quantiles.
8785 (ClassGenDialog.OnOK): Add support for Quantiles.
8786 (GenQuantilesPanel): New. Input panel for Quantiles.
8787 (ClassGenerator, CustomRamp, MonochromaticRamp, GreyRamp, RedRamp,
8788 GreenRamp, BlueRamp, HotToColdRamp): Move to Thuban/Model/classgen.py
8789
8790 * Thuban/Model/classgen.py: New. Contains all the classes named above.
8791
8792 * Thuban/UI/classifier.py: Explicit imports.
8793 (ClassTable.GetValueAsCust, ClassTable.__ParseInput,
8794 ClassTable.SetValueAsCustom): Reworked to use new Range class.
8795
8796 * Thuban/UI/legend.py: Explicit imports.
8797
8798 * Thuban/UI/mainwindow.py: Add support for the Join Dialog. Added
8799 a Table menu and associated method calls.
8800 (MainWindow.choose_color): Removed. No longer needed.
8801
8802 * Thuban/UI/projdialog.py (ProjFrame.__VerifyButtons): Save button
8803 should be disabled if no projection is selected in the available
8804 list.
8805
8806 * Thuban/UI/renderer.py: Explicit imports.
8807
8808 * Thuban/UI/tableview.py (TableGrid.OnRangeSelect): Fix some issues
8809 with correctly selecting the rows and issuing the right events.
8810 Be sure to call Skip() to allow the grid to do some of its own
8811 handling which allows the rows to actually be selected.
8812 (LayerTableGrid.select_shapes): Rename from select_shape. Supports
8813 selecting multiple shapes.
8814 (LayerTableFrame): Support for building Queries.
8815 (LayerTableFrame.select_shapes): Allow multiple shapes to be selected.
8816
8817 * Thuban/UI/tree.py: Explicit imports.
8818
8819 * Thuban/UI/view.py (MapCanvas): Delegate "SelectedShapes" so the
8820 table view can call it.
8821
8822 * test/test_classification.py: Explicit imports.
8823 (TestClassification.test_ClassGroupRange): Fix test for new
8824 Range class.
8825
8826 * Doc/thuban.dtd: Add range parameter for clrange.
8827
8828 * Thuban/Model/range.py: Taken from SciParam. Used as the underlying
8829 object in ClassGroupRange, and also uesd for inputting ranges in
8830 the classifer table and elsewhere.
8831
8832 * Thuban/UI/join.py: New. Initial Join dialog. No real functionality
8833 yet.
8834
8835 2003-05-09 Frank Koormann <[email protected]>
8836
8837 * Thuban/UI/scalebar.py (DrawScaleBar): Draw only if interval > 0.0.
8838
8839 2003-05-08 Frank Koormann <[email protected]>
8840
8841 Coding style updates
8842
8843 * test/test_scalebar.py: Replaced tab indentation by spaces.
8844
8845 * Thuban/UI/scalebar.py: Explicit imports.
8846
8847 2003-05-08 Frank Koormann <[email protected]>
8848
8849 * Thuban/UI/scalebar.py
8850 (ScaleBar.DrawScalebar): Format string bug fixed.
8851
8852 2003-05-08 Frank Koormann <[email protected]>
8853
8854 Reorganization of scalebar component (no wx in Thuban/Model)
8855
8856 * Thuban/Model/scalebar.py: Rendering moved to Thuban/UI/scalebar.py
8857 (deriveInterval):
8858 Calculate scalebar interval and unit which fits in width for scale.
8859 (roundInterval): Round float.
8860
8861 * Thuban/UI/scalebar.py (ScaleBar): Scalebar rendering
8862
8863 * test/test_scalebar.py: Test for Thuban/Model/scalebar.py methods.
8864
8865 * Thuban/UI/legend.py: Import Thuban.UI.scalebar
8866
8867 2003-05-08 Frank Koormann <[email protected]>
8868
8869 * Thuban/UI/legend.py (ScalebarBitmap.SetCanvas):
8870 Initialize ScaleBar with canvas.map
8871
8872 * Thuban/Model/scalebar.py (ScaleBar.roundInterval()): New,
8873 round intervals to display smarter lengths
8874 (ScaleBar.DrawScalebar): Draw Scalebar only if the map contains a
8875 layer. If the maps has no projection applied grey the scalebar.
8876
8877 2003-05-07 Frank Koormann <[email protected]>
8878
8879 Basic Scalebar features added.
8880
8881 * Thuban/Model/scalebar.py (ScaleBar): New, scalebar rendering.
8882
8883 * Thuban/UI/legend.py (LegendPanel): Added scalebar bitmap
8884 (ScaleBarBitmap): New, links the scalebar bitmap with view messages
8885 and the renderer.
8886
8887 * Thuban/UI/view.py (MapCanvas.set_view_transform): Issue SCALE_CHANGED.
8888
8889 * Thuban/UI/messages.py: SCALE_CHANGED added.
8890
8891 2003-05-07 Bernhard Herzog <[email protected]>
8892
8893 * Thuban/Model/session.py (Session.__init__): New instance
8894 variable shapestores to hold a list of all open shapestore objects
8895 (Session.ShapeStores): New. Accessor method for the shapestores
8896 list.
8897 (Session._add_shapestore, Session._clean_weak_store_refs): New.
8898 Internal methods to maintain the shapestores list.
8899 (Session.Tables): New. Return all tables open in the session.
8900 (Session.OpenShapefile): Insert the new ShapeStore into the
8901 shapestores list.
8902
8903 * test/test_session.py (TestSessionSimple.test_initial_state): Add
8904 tests for ShapeStores and Tables
8905 (TestSessionWithContent.test_shape_stores)
8906 (TestSessionWithContent.test_tables): New. Test cases for
8907 ShapeStores and Tables
8908
8909 2003-05-07 Bernhard Herzog <[email protected]>
8910
8911 * Thuban/Model/transientdb.py (TransientTableBase.ReadRowAsDict):
8912 Add comments about the optimizations used.
8913 (AutoTransientTable.ReadValue, TransientTableBase.ReadValue): New.
8914 Implement the ReadValue table interface method.
8915
8916 * test/test_transientdb.py
8917 (TestTransientTable.run_iceland_political_tests)
8918 (TestTransientTable.test_transient_joined_table): Add tests for
8919 ReadValue
8920
8921 2003-05-07 Frank Koormann <[email protected]>
8922
8923 * Resources/Bitmaps/fulllayerextent.xpm,
8924 Resources/Bitmaps/fullselextent.xpm: Replaced the place holders with
8925 new icons.
8926
8927 2003-05-06 Bernhard Herzog <[email protected]>
8928
8929 * Thuban/Model/transientdb.py (AutoTransientTable.SimpleQuery):
8930 New. Simply delegate to the transient table's version.
8931
8932 * test/test_transientdb.py
8933 (TestTransientTable.test_auto_transient_table_query): New. Test
8934 case for AutoTransientTable's SimpleQuery
8935
8936 2003-05-06 Bernhard Herzog <[email protected]>
8937
8938 * Thuban/Model/transientdb.py (TransientTableBase.SimpleQuery):
8939 Implement a simple query method for the query dialog
8940 (TransientTableBase.create): Add an INTEGER PRIMARY KEY that holds
8941 the row index or shapeid.
8942 (TransientTable.create): Insert the right value of the row index
8943 (TransientJoinedTable.create): Copy the row index of the left
8944 table to the joined result table
8945
8946 * test/test_transientdb.py
8947 (TestTransientTable.test_transient_table_read_twice): Fix
8948 doc-string
8949 (TestTransientTable.test_transient_table_query): New. Test for the
8950 SimpleQuery method
8951
8952 2003-05-06 Bernhard Herzog <[email protected]>
8953
8954 Convert all table users to use the new table interface. This only
8955 covers Thuban itself, not GREAT-ER or other applications built on
8956 Thuban yet, so the compatibility interface stays in place for the
8957 time being but it now issues DeprecationWarnings.
8958
8959 Finally, the new Table interface has a new method, HasColumn.
8960
8961 * Thuban/Model/table.py (OldTableInterfaceMixin): All methods
8962 issue deprecation warnings when they're. The warnings refer to the
8963 caller of the method.
8964 (OldTableInterfaceMixin.__deprecation_warning): New. Helper method
8965 for the deprecation warnings
8966
8967 * test/test_table.py: Ignore the deprecation warnings for the old
8968 table in the tests in this module. The purpose of the tests is to
8969 test the old interface, after all.
8970
8971 * test/test_transientdb.py
8972 (TestTransientTable.run_iceland_political_tests): Use the
8973 constants for the types. Add a test for HasColumn
8974 (TestTransientTable.test_transient_joined_table): Adapt to new
8975 table interface. Add a test for HasColumn
8976 (TestTransientTable.test_transient_table_read_twice): Adapt to new
8977 table interface
8978
8979 * Thuban/UI/tableview.py (DataTable.SetTable, DataTable.GetValue):
8980 Adapt to new table interface
8981
8982 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Adapt to
8983 new table interface
8984
8985 * Thuban/UI/controls.py (RecordListCtrl.fill_list)
8986 (RecordTable.SetTable): Adapt to new table interface
8987
8988 * Thuban/UI/classifier.py (Classifier.__init__)
8989 (Classifier.__init__): Adapt to new table interface
8990
8991 * Thuban/UI/classgen.py (ClassGenDialog.__init__)
8992 (GenUniformPanel._OnRetrieve, GenUniquePanel._OnRetrieve): Adapt
8993 to new table interface
8994
8995 * Thuban/Model/transientdb.py (TransientTableBase.HasColumn)
8996 (AutoTransientTable.HasColumn): Implement the new table interface
8997 method
8998 (AutoTransientTable.ReadRowAsDict, AutoTransientTable.ValueRange)
8999 (AutoTransientTable.UniqueValues): Adapt to new table interface
9000
9001 * Thuban/Model/layer.py (Layer.SetShapeStore, Layer.GetFieldType):
9002 Adapt to new table interface
9003
9004 * test/test_layer.py (TestLayer.open_shapefile): Helper method to
9005 simplify opening shapefiles a bit easier.
9006 (TestLayer.test_arc_layer, TestLayer.test_polygon_layer)
9007 (TestLayer.test_point_layer): Use the new helper method
9008 (TestLayer.test_get_field_type): New. Test for the GetFieldType
9009 method
9010
9011 * test/test_dbf_table.py (TestDBFTable.test_has_column): Test for
9012 the new table method
9013
9014 * test/test_memory_table.py (TestMemoryTable.test_has_column):
9015 Test for the new table method HasColumn
9016
9017 2003-05-06 Jonathan Coles <[email protected]>
9018
9019 Addresses the "Selection Extent" wish of RTbug #1787.
9020
9021 * Resources/Bitmaps/fulllayerextent.xpm,
9022 Resources/Bitmaps/fullselextent.xpm: Bitmaps for layer and selection
9023 extent. These are just place holders for the real bitmaps.
9024
9025 * Thuban/Model/layer.py (Shape): Since a Shape is immutable only
9026 calculate the bounding box once (the first time compute_bbox() is
9027 called).
9028 (Layer.ShapesBoundingBox): New. Given a list of shape ids, return
9029 the bounding box for the shapes in lat/long coordinates.
9030
9031 * Thuban/UI/mainwindow.py: Added new "Full selection extent" menu
9032 option.
9033 (MainWindow.has_selected_shapes): New. Returns true if there are
9034 any selected shapes.
9035 (MainWindow.FullSelectionExtent): New. Calls
9036 MapCanvas.FitSelectedToWindow() when the user selects the menu option.
9037 (_has_selected_shapes): New. Returns true if there are any
9038 selected shapes.
9039
9040 * Thuban/UI/selection.py (Selection.HasSelectedShapes): New. Returns
9041 true if there are any selected shapes.
9042
9043 * Thuban/UI/view.py (MapCanvas): Added delegated method
9044 HasSelectedShapes.
9045 (MapCanvas.FitSelectedToWindow): New. Centers and scales any selected
9046 shapes on the canvas using the map projection (if any).
9047
9048 * test/test_layer.py (TestLayer.test_arc_layer): Add some tests
9049 for Layer.ShapesBoundingBox().
9050
9051 2003-05-06 Bernhard Herzog <[email protected]>
9052
9053 * Resources/Projections/defaults.proj: Fix spelling of Mercator
9054
9055 2003-05-05 Jonathan Coles <[email protected]>
9056
9057 Addresses the "Full Layer Extent" wish of RTbug #1787.
9058
9059 * Resources/Projections/defaults.proj: Added UK National Grid.
9060
9061 * Thuban/UI/mainwindow.py: Added new "Full layer extent" menu option.
9062 (MainWindow.FullLayerExtent): New. Calls MapCanvas.FitLayerToWindow()
9063 when the user selects the menu option.
9064
9065 * Thuban/UI/view.py (MapCanvas.FitLayerToWindow): New. Centers and
9066 scales the given layer on the canvas using the map projection.
9067
9068 2003-05-05 Bernhard Herzog <[email protected]>
9069
9070 Convert the table implementations to a new table interface. All
9071 tables use a common mixin class to provide backwards compatibility
9072 until all table users have been updated.
9073
9074 * Thuban/Model/table.py (OldTableInterfaceMixin): Mixin class to
9075 provide backwards compatibility for table classes implementing the
9076 new interface
9077 (DBFTable, MemoryTable): Implement the new table interface. Use
9078 OldTableInterfaceMixin as base for compatibility
9079 (DBFColumn, MemoryColumn): New. Column description for DBFTable
9080 and MemoryTable resp.
9081
9082 * test/test_dbf_table.py: New. Test cases for the DBFTable with
9083 the new table interface.
9084
9085 * test/test_memory_table.py: New. Test cases for the MemoryTable
9086 with the new table interface.
9087
9088 * test/test_table.py: Document the all tests in this file as only
9089 for backwards compatibility. The equivalent tests for the new
9090 interface are in test_memory_table.py and test_dbf_table.py
9091 (MemoryTableTest.test_read): field_info should be returning tuples
9092 with four items
9093 (MemoryTableTest.test_write): Make doc-string a more precise.
9094
9095 * Thuban/Model/transientdb.py (TransientTableBase): Convert to new
9096 table interface. Derive from from OldTableInterfaceMixin for
9097 compatibility.
9098 (TransientTableBase.create): New intance variable column_map to
9099 map from names and indices to column objects
9100 (TransientTable.create): Use the new table interface of the input
9101 table
9102 (AutoTransientTable): Convert to new table interface. Derive from
9103 from OldTableInterfaceMixin for compatibility.
9104 (AutoTransientTable.write_record): Removed. It's not implemented
9105 yet and we still have to decide how to handle writing with the new
9106 table and data framework.
9107
9108 * test/test_transientdb.py
9109 (TestTransientTable.run_iceland_political_tests)
9110 (TestTransientTable.test_transient_joined_table): Use the new
9111 table interface
9112
9113 2003-05-05 Jonathan Coles <[email protected]>
9114
9115 This is namely a collection of UI updates to improve user interactivity.
9116 Tabbing between controls now exists and you can use ESC to close dialog
9117 boxes; ENTER will active the default button.
9118
9119 * Thuban/UI/classgen.py (ClassGenDialog.__init__): Rearrange the
9120 order that the controls are created so that tabbing works correctly.
9121 (ClassGenDialog.OnOK): Renamed from _OnGenerate() so that the
9122 wxDialog can handle the default button correctly.
9123 (ClassGenDialog.OnCancel): Renamed from _OnCloseBtn() for the
9124 same reasons as for OnOK.
9125 (GenUniformPanel._OnRetrieve): Call wxBeginBusyCursor/wxEndBusyCursor
9126 when we ask the table for the maximum/minimum values of a field
9127 which could take a very long time.
9128
9129 * Thuban/UI/classifier.py (Classifier.__init__): Rearrange the
9130 order that the controls are created so that tabbing works correctly.
9131 (SelectPropertiesDialog.__init__): Rearrange the order that the
9132 controls are created so that tabbing works correctly.
9133
9134 * Thuban/UI/dialogs.py: Copied NonModalDialog box and changed it
9135 to derive from a wxDialog but behave like the original implementation
9136 which was derived from a wxFrame. wxDialog provides useful key
9137 handling functionality like ESC calling OnCancel and ENTER calling
9138 OnOK which is lost with wxFrame.
9139
9140 * Thuban/UI/mainwindow.py: Add "..." to menu items that will open
9141 new dialogs.
9142
9143 * Thuban/UI/projdialog.py (ProjFrame.__init__): Rearrange the
9144 order that the controls are created so that tabbing works correctly.
9145 (ProjFrame.OnApply): Renamed from _OnTry() to use wxDialog behaviour.
9146 (ProjFrame.OnOK): Renamed from _OnOK() to use wxDialog behaviour.
9147 (ProjFrame.OnCancel): Renamed from _OnClose() to use wxDialog behaviour.
9148 (ProjPanel.__init__): Add "Airy" to the list of ellipsoids so we
9149 can provide the "UK National Grid" as a default projection.
9150 (UTMPanel.__init__): Rearrange the order that the controls are
9151 created so that tabbing works correctly.
9152
9153 2003-05-05 Bernhard Herzog <[email protected]>
9154
9155 * extensions/thuban/wxproj.cpp: Fix some of the comments.
9156 (project_point): If a map projection but no layer projection is
9157 given, convert degrees to radians before applying the map
9158 projection.
9159
9160 * Thuban/UI/tableview.py (TableGrid.disallow_messages)
9161 (TableGrid.allow_messages): New methods to make it possible to
9162 inhibit message sending.
9163 (TableGrid.issue): Only send the message if not inhibited.
9164 (LayerTableGrid.select_shape): Use the new methods to make sure
9165 that no ROW_SELECTED message is sent while we're updating the
9166 selected rows to match the selected shapes.
9167
9168 2003-05-02 Jan-Oliver Wagner <[email protected]>
9169
9170 Implementation of MemoryTable.
9171
9172 * Thuban/Model/table.py (MemoryTable): New. Quite simple table
9173 implementation that operates on a list of tuples. All of the data
9174 are kept in the memory.
9175
9176 * test/test_table.py (MemoryTableTest): New.
9177
9178 * test/test_transientdb.py (SimpleTable): Removed.
9179 (TestTransientTable.test_transient_joined_table,
9180 (TestTransientTable.test_transient_table_read_twice): Replaced
9181 SimpleTable by MemoryTable.
9182
9183 2003-04-30 Jonathan Coles <[email protected]>
9184
9185 * Data/iceland_sample.thuban: Now contains correct projections
9186 for each of the layers.
9187
9188 * Resources/Projections/defaults.proj: Geographic projection
9189 contains unit conversion parameter.
9190
9191 2003-04-30 Jonathan Coles <[email protected]>
9192
9193 The most important part of this putback is the projection changes.
9194 It should now be possible to specify the projection that a layer
9195 is in and then specify a different projection for the map. The
9196 projection dialog has an extra parameter for a geographic projection
9197 which lets the user select if the input is in degrees or radians.
9198
9199 * Thuban/Model/layer.py (Layer.ShapesInRegion): Fix docstring
9200 to say that the parameter is a tuple of unprojected
9201 points (which is what the callers to this method were assuming).
9202 Also, since the points are unprojected we need to projected them.
9203
9204 * Thuban/UI/legend.py (LegendTree.MoveCurrentItemUp,
9205 LegendTree.MoveCurrentItemDown): If the layer or any of the layer's
9206 groups are selected, move the layer up/down. Fixes RTbug #1833.
9207
9208 * Thuban/UI/mainwindow.py: Move menu item map_rename up.
9209
9210 * Thuban/UI/projdialog.py (ProjFrame._OnSave): Add missing
9211 parameter in call to SetClientData.
9212 (GeoPanel): Add support for selecting the units that the
9213 source data is in (Radians or Degrees).
9214
9215 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Optimize
9216 the rendering loop by reducing the number of if's, removing the
9217 unnecessary try/except block, and checking if the old group
9218 is the same as the new one (which happens a lot if there is
9219 no classification, or lots of shapes are in the same group).
9220
9221 * Thuban/UI/view.py (MapCanvas.OnPaint): Add a try/except block
9222 around the redraw routine to try to catch problems that the user
9223 may create by selecting invalid projections for the data set and
9224 map. Clears the display if there are any problems and prints the
9225 error.
9226 (MapCanvas.do_redraw): Use DC.Clear() instead of drawing a filled
9227 rectangle.
9228
9229 * extensions/thuban/wxproj.cpp (project_point): First invert the
9230 supplied point (which should be in projected coordinates) using
9231 the layer's projection and then project the point using the
9232 map's projection.
9233 (project_points): Use project_point() to project each point.
9234
9235 2003-04-30 Jan-Oliver Wagner <[email protected]>
9236
9237 * Thuban/Model/layer.py (Layer.SetShapeStore): Fixed a bug:
9238 don't set the Classification to None if the classfication field
9239 is None (ie only a DEFAULT).
9240
9241 2003-04-30 Bernhard Herzog <[email protected]>
9242
9243 * Thuban/UI/view.py: Fix some typos.
9244
9245 * Thuban/UI/mainwindow.py (MainWindow.identify_view_on_demand): Do
9246 not pop up the dialog if the selection becomes empty (this could
9247 happen if e.g. a new selection is opened while the identify tool
9248 is active and dialog had been closed)
9249
9250 2003-04-30 Bernhard Herzog <[email protected]>
9251
9252 * Thuban/Model/transientdb.py (TransientTableBase.__init__): New
9253 instance variable read_record_last_result
9254 (TransientTableBase.read_record): Make sure reading the same
9255 record twice works. The implementation uses the new instance
9256 variable read_record_last_result
9257
9258 * test/test_transientdb.py
9259 (TestTransientTable.test_transient_table_read_twice): New test
9260 case for the above bug-fix.
9261
9262 2003-04-29 Jonathan Coles <[email protected]>
9263
9264 * Thuban/common.py: Removed. No longer needed Str2Num. RTbug #1832.
9265
9266 * Thuban/UI/classgen.py: Remove all uses of Str2Num.
9267
9268 * Thuban/UI/classifier.py: Remove all uses of Str2Num.
9269 (ClassTable.SetValueAsCustom): Rename keyword argument in
9270 ClassGroup* constructors to match argument name.
9271
9272 2003-04-29 Bernhard Herzog <[email protected]>
9273
9274 * Thuban/Model/session.py (Session.Destroy): Explicitly close the
9275 transient DB if it exists to make sure it doesn't leave a journal
9276 file in the temp directory.
9277
9278 * Thuban/Model/transientdb.py (TransientDatabase.close): Set
9279 self.conn to None after closing the connection to make sure it's
9280 not closed twice
9281
9282 2003-04-29 Jonathan Coles <[email protected]>
9283
9284 Add a visible parameter in the layer XML tag. The default value is
9285 "true". If anything other than "false" is specified we also assume
9286 "true". Addresses RTbug #1025.
9287
9288 * Doc/thuban.dtd: Add visible parameter to a layer.
9289
9290 * Thuban/Model/layer.py (BaseLayer.__init__): Change default value
9291 of visible from 1 to True.
9292 (Layer.__init__): Change default value of visible from 1 to True.
9293
9294 * Thuban/Model/load.py (SessionLoader.start_layer): Read visible
9295 parameter.
9296
9297 * Thuban/Model/save.py (SessionSaver.write_layer): Save visible
9298 parameter.
9299
9300 * test/test_load.py: Add new test data contents_test_visible.
9301 (LoadSessionTest.setUp): save test data.
9302 (LoadSessionTest.testLayerVisibility): Test if the visible flag
9303 is loaded correctly.
9304
9305 * test/test_save.py (SaveSessionTest.testSingleLayer): Add test
9306 for saving an invisible layer.
9307
9308 2003-04-29 Jonathan Coles <[email protected]>
9309
9310 * Thuban/UI/mainwindow.py (MainWindow.SetMap): Look up the
9311 legend dialog box and tell it to change its map to the one
9312 supplied to SetMap(). Fixes RTbug #1770.
9313
9314 2003-04-29 Bernhard Herzog <[email protected]>
9315
9316 Next step of table implementation. Introduce a transient database
9317 using SQLite that some of the data is copied to on demand. This
9318 allows us to do joins and other operations that require an index
9319 for good performance with reasonable efficiency. Thuban now needs
9320 SQLite 2.8.0 and pysqlite 0.4.1. Older versions may work but I
9321 haven't tested that.
9322
9323 * Thuban/Model/transientdb.py: New. Transient database
9324 implementation.
9325
9326 * test/test_transientdb.py: New. Tests for the transient DB
9327 classes.
9328
9329 * Thuban/Model/session.py (AutoRemoveFile, AutoRemoveDir): New
9330 classes to help automatically remove temporary files and
9331 directories.
9332 (Session.__init__): New instance variables temp_dir for the
9333 temporary directory and transient_db for the SQLite database
9334 (Session.temp_directory): New. Create a temporary directory if not
9335 yet done and return its name. Use AutoRemoveDir to have it
9336 automatically deleted
9337 (Session.TransientDB): Instantiate the transient database if not
9338 done yet and return it.
9339
9340 * Thuban/Model/data.py (ShapefileStore.__init__): Use an
9341 AutoTransientTable so that data is copied to the transient DB on
9342 demand.
9343 (SimpleStore): New class that simply combines a table and a
9344 shapefile
9345
9346 * Thuban/Model/table.py (Table, DBFTable): Rename Table into
9347 DBFTable and update its doc-string to reflect the fact that this
9348 is only the table interface to a DBF file. Table is now an alias
9349 for DBFTable for temporary backwards compatibility.
9350
9351 * Thuban/UI/application.py (ThubanApplication.OnExit): Make sure
9352 the last reference to the session goes away so that the temporary
9353 files are removed properly.
9354
9355 * test/test_load.py (LoadSessionTest.tearDown): Remove the
9356 reference to the session to make sure the temporary files are
9357 removed.
9358
9359 2003-04-29 Bernhard Herzog <[email protected]>
9360
9361 * Thuban/Model/load.py (XMLReader.__init__, XMLReader.read): Turn
9362 the __parser instance variable into a normal local variable in
9363 read. It's only used there and read will never be called more than
9364 once. Plus it introduces a reference cycle that keeps can keep the
9365 session object alive for a long time.
9366
9367 2003-04-29 Jonathan Coles <[email protected]>
9368
9369 * Thuban/Model/proj.py (Projection): Removed Set*() methods to make
9370 Projection an immutable item. Fixes RTbug #1825.
9371 (Projection.__init__): Initialize instance variables here.
9372 (ProjFile.Replace): New. Replace the given projection object with
9373 the new projection object. This solves the problem of needing the
9374 mutator Projection.SetProjection() in the ProjFrame class and
9375 allows a projection to change parameters without changing its
9376 location in the file.
9377
9378 * Thuban/UI/mainwindow.py (MainWindow.SaveSessionAs): Dialog should
9379 be of type wxSAVE and should verify overwriting a file.
9380
9381 * Thuban/UI/projdialog.py (ProjFrame._OnSave): Use the new
9382 ProjFile.Replace() method instead of the mutator
9383 Projection.SetProjection(). Also requires that we reassign the
9384 client data to the new projection.
9385
9386 * test/test_proj.py (TestProjection.test): Test GetName() and
9387 GetAllParameters()
9388 (TestProjFile.test): Remove tests for Set*() methods. Add tests
9389 for Replace().
9390
9391 2003-04-25 Jonathan Coles <[email protected]>
9392
9393 * Thuban/Model/save.py (SessionSaver.write_projection): Make sure
9394 to save the name of the projection.
9395
9396 * test/test_save.py (SaveSessionTest.testLayerProjection): New
9397 test to verify layer projections are saved correctly.
9398
9399 2003-04-25 Jonathan Coles <[email protected]>
9400
9401 * Thuban/Model/proj.py (Projection.SetName): Set the name
9402 to "Unknown" if name is None.
9403 (Projection.SetAllParameters): New. Set the projection's
9404 parameter list to the one supplied.
9405 (Projection.SetProjection): New. Set the projection's
9406 properties to those of the supplied Projection.
9407
9408 * Thuban/UI/mainwindow.py (MainWindow.MapProjection): Set
9409 the dialog title to include the map's title.
9410 (MainWindow.LayerProjection): Set the dialog title to include
9411 the layer's title.
9412
9413 * Thuban/UI/projdialog.py (ProjFrame.__ShowError): Consolidate
9414 error dialogs into a single method call.
9415 (ProjFrame.__VerifyButtons): Add more states to check.
9416 (ProjFrame.__GetProjection): Return the current state of an
9417 edited projection or None.
9418 (ProjFrame.__FillAvailList): Remove checks for states that
9419 shouldn't exist.
9420 (ProjFrame._OnNew): Clear all selected items and supply
9421 a projection panel if necessary.
9422
9423 * test/test_proj.py (TestProjFile.test): Add tests for
9424 ProjFile.SetAllParameters, ProjFile.SetProjection,
9425 ProjFile.SetName.
9426
9427 2003-04-25 Jonathan Coles <[email protected]>
9428
9429 * Thuban/UI/projdialog.py (ProjFrame.__FillAvailList): Now
9430 takes an optional argument to select the current projection.
9431 This does not guarantee that the item is visible due to
9432 limited wxWindows functionality. Fixes RTBug #1821.
9433
9434 2003-04-25 Jonathan Coles <[email protected]>
9435
9436 * Thuban/Model/load.py (SessionLoader.start_projection): Remember
9437 the projection name and use it when constructing the Projection
9438 object.
9439
9440 * Thuban/Model/proj.py (Projection.__init__): Change the default
9441 value for 'name' to None and then test if name is equal to None
9442 in the body of the constructor. This way the caller doesn't have to
9443 know what the default value should be. Namely, useful in load.py
9444 where we have to pick a default value if the 'name' parameter
9445 doesn't exist in the XML file.
9446
9447 * test/test_load.py (LoadSessionTest.testLayerProjection): New.
9448 Tests a file where a layer has a projection.
9449
9450 2003-04-25 Jonathan Coles <[email protected]>
9451
9452 * Thuban/Model/layer.py (Layer.TreeInfo): Add an item to the
9453 tree for projection information.
9454
9455 * Thuban/Model/load.py (XMLReader.GetFilename): Renamed from
9456 XMLReader.GetFileName.
9457 (SessionLoader): Added support for loading projection tags that
9458 appear inside a layer.
9459
9460 * Thuban/Model/proj.py (ProjFile): Document the class. Move
9461 back to using a list because the order of the projections in
9462 the file is important to maintain. Fixes RTbug #1817.
9463
9464 * Thuban/Model/resource.py: Rename calls to ProjFile.GetFileName
9465 to ProjFile.GetFilename.
9466
9467 * Thuban/Model/save.py (SessionSaver.write_layer): Save projection
9468 information.
9469
9470 * Thuban/UI/projdialog.py (ProjFrame._OnAddToList): Renamed from
9471 ProjFrame._OnSaveAs. Removed old dead code from previous
9472 implementation.
9473 (ProjFrame._OnExport): Add support for exporting more than one
9474 projection to a single file.
9475 (ProjFrame.__FillAvailList): use string formatting (% operator)
9476 to build strings that are (partly) translated. Fixes RTbug #1818.
9477
9478 * test/test_proj.py (TestProjFile.test): New. Tests the base ProjFile
9479 class.
9480
9481 2003-04-24 Bernhard Herzog <[email protected]>
9482
9483 * po/es.po: Updated Spanish translation by Daniel Calvelo Aros
9484
9485 * po/fr.po: New. French translation by Daniel Calvelo Aros
9486
9487 * Thuban/UI/projdialog.py (ProjFrame._OnSaveAs): Don't translate
9488 empty strings.
9489
9490 2003-04-24 Jonathan Coles <[email protected]>
9491
9492 * Thuban/Model/layer.py (Layer.GetProjection): New. Needed to
9493 implement the interface that the ProjFrame dialog expects.
9494
9495 * Thuban/Model/proj.py (Projection.SetName): New. Allows the
9496 name of the projection to be changed.
9497 (ProjFile): Use a dictionary instead of a list so that removing
9498 projections is easier and we are sure about uniqueness.
9499 (ProjFile.Remove): Remove the given projection object.
9500
9501 * Thuban/Model/resource.py (GetSystemProjFiles, GetUserProjFiles):
9502 Return a list with only one projection file instead of searching for
9503 any projection file. This simplifies many things if the user can
9504 only have one system file and one user file.
9505
9506 * Thuban/UI/classgen.py: Change all references to
9507 genCombo to genChoice.
9508
9509 * Thuban/UI/mainwindow.py: Add a Projection option under the
9510 layer menu.
9511 (MainWindow.LayerProjection): New. Open up a projection window
9512 for a layer.
9513
9514 * Thuban/UI/projdialog.py: Large changes to how the dialog is
9515 laid out. Use three panels instead of one. One for the list of
9516 projections, one for the edit controls, and one for the buttons.
9517 Fixed resizing problems so that the dialog resizes correctly
9518 when the projection panel changes. Added import/export, save, and
9519 new buttons/functionality.
9520
9521 2003-04-24 Bernhard Herzog <[email protected]>
9522
9523 First step towards table management. Introduce a simple data
9524 abstraction so that we replace the data a layer uses more easily
9525 in the next step.
9526
9527 * Thuban/Model/data.py: New file with a simple data abstraction
9528 that bundles shapefile and dbffile into one object.
9529
9530 * Thuban/Model/session.py (Session.OpenShapefile): New method to
9531 open shapefiles and return a shape store object
9532
9533 * Thuban/Model/layer.py (Layer.__init__): Pass the data as a store
9534 object instead of a shapefile filename. This introduces a new
9535 instance variable store holding the datastore. For intermediate
9536 backwards compatibility keep the old instance variables.
9537 (open_shapefile): Removed. No longer needed with the shape store.
9538 (Layer.SetShapeStore, Layer.ShapeStore): New methods to set and
9539 get the shape store used by a layer.
9540 (Layer.Destroy): No need to explicitly destroy the shapefile or
9541 table anymore.
9542
9543 * Thuban/UI/mainwindow.py (MainWindow.AddLayer)
9544 (MainWindow.AddLayer): Use the session's OpenShapefile method to
9545 open shapefiles
9546
9547 * Thuban/Model/load.py (ProcessSession.start_layer): Use the
9548 session's OpenShapefile method to open shapefiles
9549
9550 * test/test_classification.py
9551 (TestClassification.test_classification): Use the session's
9552 OpenShapefile method to open shapefiles and build the filename in
9553 a more platform independed way
9554
9555 * test/test_layer.py (TestLayer.setUp, TestLayer.tearDown):
9556 Implement to have a session to use in the tests
9557 (TestLayer.test_arc_layer, TestLayer.test_polygon_layer)
9558 (TestLayer.test_point_layer, TestLayer.test_empty_layer): Use the
9559 session's OpenShapefile method to open shapefiles
9560 (TestLayerLegend.setUp): Instantiate a session so that we can use
9561 it to open shapefiles.
9562 (TestLayerLegend.tearDown): Make sure that all references to
9563 layers and session are removed otherwise we may get a resource
9564 leak
9565
9566 * test/test_map.py (TestMapAddLayer.test_add_layer)
9567 (TestMapWithContents.setUp): Instantiate a session so that we can
9568 use it to open shapefiles.
9569 (TestMapWithContents.tearDown): Make sure that all references to
9570 layers, maps and sessions are removed otherwise we may get a
9571 resource leak
9572 ("__main__"): use support.run_tests() so that more info about
9573 uncollected garbage is printed
9574
9575 * test/test_save.py (SaveSessionTest.testSingleLayer): Use the
9576 session's OpenShapefile method to open shapefiles
9577 ("__main__"): use support.run_tests() so that more info about
9578 uncollected garbage is printed
9579
9580 * test/test_selection.py (TestSelection.tearDown): Make sure that
9581 all references to the session and the selection are removed
9582 otherwise we may get a resource leak
9583 (TestSelection.get_layer): Instantiate a session so that we can
9584 use it to open shapefiles.
9585 ("__main__"): use support.run_tests() so that more info about
9586 uncollected garbage is printed
9587
9588 * test/test_session.py (TestSessionBase.tearDown)
9589 (TestSessionWithContent.tearDown): Make sure that all references
9590 to the session and layers are removed otherwise we may get a
9591 resource leak
9592 (TestSessionWithContent.setUp): Use the session's OpenShapefile
9593 method to open shapefiles
9594
9595 2003-04-24 Jonathan Coles <[email protected]>
9596
9597 * Thuban/Model/load.py (XMLReader.read): Should have been checking
9598 if the file_or_filename object had the 'read' attribute.
9599
9600 2003-04-23 Jonathan Coles <[email protected]>
9601
9602 * Thuban/Model/resource.py: Fixes RTbug #1813.
9603 (ReadProjFile): Add documentation about which exceptions are raised.
9604 Always pass the exceptions up to the caller.
9605 (GetProjFiles): If the directory can't be read return an empty list.
9606 If any of the proj files can't be read skip that file and go
9607 on to the next one.
9608
9609 * test/test_proj.py: Added test cases to handle nonexistent files,
9610 unreadable files, and files that don't parse correctly.
9611
9612 2003-04-23 Jonathan Coles <[email protected]>
9613
9614 Projection dialog. Allows the user to select from a list
9615 of projection templates and optionally edit them and save new ones.
9616
9617 * Thuban/UI/projdialog.py (ProjFrame): New. Main dialog.
9618 (ProjPanel): Base class for projection specific panels.
9619 (TMPanel): Projection panel for Transverse Mercartor.
9620 (UTMPanel): Projection panel for Universal Transverse Mercartor.
9621 (LCCPanel): Projection panel for Lambert Conic Conformal.
9622 (GeoPanel): Projetion panel for Geographic Projection.
9623
9624 2003-04-23 Jonathan Coles <[email protected]>
9625
9626 * Thuban/Model/load.py (XMLReader): Renamed from XMLProcessor to
9627 promote symmetry. There now exists XMLReader and XMLWriter.
9628 (XMLReader.read): New. Call to read the given file descriptor or
9629 filename.
9630 (XMLReader.close): New. Make sure the file is closed.
9631 (XMLReader.GetFileName): New. Return just the file name that is being
9632 read from.
9633 (XMLReader.GetDirectory): New. Return just the directory of the file
9634 that is being read.
9635 (XMLReader.AddDispatchers): New. Take a dictionary which contains
9636 the names of functions to call as the XML tree is parsed.
9637 (XMLReader.startElementNS): Updated to use new dispatcher dictionary.
9638 (XMLReader.endElementNS): Updated to use new dispatcher dictionary.
9639 (SessionLoader): Removed class variables start_dispatcher and
9640 end_dispatcher since this functionality is now part of a class
9641 instance. Fixes RTbug #1808.
9642 (SessionLoader.__init__): Add dispatcher functions.
9643 (load_xmlfile): Code was moved into the XMLReader.read().
9644 (load_session): Use modified SessionLoader.
9645
9646 * Thuban/Model/map.py (Map.GetProjection): New. Returns the
9647 map's projection.
9648
9649 * Thuban/Model/proj.py (Projection.GetParameters): Renamed to
9650 GetAllParameters.
9651 (Projection.GetParameter): Returns the value for the given parameter.
9652
9653 * Thuban/Model/resource.py: Use XMLReader and XMLWriter.
9654 (GetProjFiles): Renamed from GetProjections. Now returns a list
9655 of ProjFile objects.
9656 (GetSystemProjFiles): Renamed from GetSuppliedProjections. Returns
9657 a list of ProjFile objects whose files are not user defined.
9658 (GetUserProjFiles): Renamed from GetUserProjections. Returns a
9659 list of ProjFile objects whose files are user defined.
9660 (ProjFileReader): Extend new XMLReader.
9661
9662 * Thuban/Model/save.py (XMLWriter): Renamed from XMLSaver to
9663 promote symmetry.
9664
9665 * Thuban/UI/classgen.py (ClassGenDialog.__init__): Use a wxChoice
9666 control instead of a wxComboBox. wxChoice controls do not generate
9667 events as the uses highlights possible choices which fixes problems
9668 with resizing the dialog when the use selects an option.
9669
9670 * Thuban/UI/classifier.py (Classifier.__init__): Use a wxChoice
9671 control instead of a wxComboBox.
9672
9673 * Thuban/UI/mainwindow.py (MainWindow.Projection): Use new projection
9674 dialog.
9675
9676 * test/test_proj.py (TestProjection.test): New tests for GetParameter
9677 method.
9678
9679 2003-04-22 Bernhard Herzog <[email protected]>
9680
9681 * Thuban/UI/mainwindow.py: Remove some unused imports and global
9682 constants
9683
9684 * Thuban/UI/identifyview.py (IdentifyListCtrl.selected_shape)
9685 (IdentifyGridCtrl.selected_shape): Use table, not shapetable.
9686
9687 2003-04-17 Bernhard Herzog <[email protected]>
9688
9689 * Thuban/Model/layer.py: Don't import LAYER_LEGEND_CHANGED.
9690 (Layer): Update doc-string since LAYER_LEGEND_CHANGED is not used
9691 anymore.
9692 (Layer.BoundingBox, Layer.GetFieldType, Layer.NumShapes)
9693 (Layer.ShapeType, Layer.Shape): No need to call
9694 self.open_shapefile since it's always called in __init__
9695
9696 * Thuban/UI/application.py (ThubanApplication.MainLoop): Removed.
9697 In wxPython 2.4 there's no need to extend MainLoop anymore since
9698 wxPython itself makes sure OnExit is called.
9699
9700 2003-04-16 Jonathan Coles <[email protected]>
9701
9702 Initial putback of projection management code. Includes new
9703 classes to read and write projection files. The current load
9704 and save classes were abstracted a bit so they could be reused.
9705 The Projection class was extended to provide new methods and
9706 have a name.
9707
9708 * Thuban/Model/load.py (XMLProcessor): New. Contains all the
9709 general XML reading methods that were part of ProcessSession.
9710
9711 * Thuban/Model/proj.py (Projection.__init__): Accepts an optional
9712 name.
9713 (ProjFile): New. Represents a file that contains projection
9714 information.
9715
9716 * Thuban/Model/resource.py: New. Contains general utilities
9717 for read and writing projection files.
9718
9719 * Thuban/Model/save.py (XMLSaver): New. Contains all the
9720 general XML writing methods that were part of SessionSaver.
9721 (SessionSaver): Renamed from Saver.
9722
9723 * test/test_proj.py: New test cases for the projection
9724 file read and write functions.
9725
9726 2003-04-16 Jonathan Coles <[email protected]>
9727
9728 * Thuban/Model/classification.py: Use repr() around values
9729 in the ClassGroup*.__repr__() methods so it is clearer when
9730 a value is a string and when it is a number.
9731
9732 * test/test_load.py: Rework the classification test to test
9733 that we can load old files.
9734 (testLabels): Test a file where the groups have labels.
9735
9736 2003-04-16 Bernhard Herzog <[email protected]>
9737
9738 Safer implementation of the performance enhancements of the
9739 low-level renderer:
9740
9741 * extensions/thuban/wxproj.cpp (extract_projection)
9742 (extract_pointer): Rename extract_projection to extract_pointer
9743 and redefine its purpose to return the pointer stored in a CObject
9744 returned by the object's cobject method. Update all callers.
9745 (s_draw_info, free_draw_info, draw_polygon_init): Implement the
9746 handling of these low-level parameters so that each s_draw_info
9747 instance is handled as a CObject at python level that also
9748 contains real references to the actual python objects which
9749 contain the values in the struct. Add free_draw_info as the
9750 destructor.
9751 (draw_polygon_shape): Add the py_draw_info parameter which must a
9752 cobject containing an s_draw_info pointer.
9753
9754 * Thuban/UI/renderer.py (MapRenderer.polygon_render_param): New
9755 method to instantiat the low-level render parameter
9756 (MapRenderer.draw_shape_layer): Use the new method. Remove some
9757 commented out code.
9758 (MapRenderer.draw_polygon_shape): Make the first parameter not the
9759 layer but the low-level render parameter
9760 (ScreenRenderer.draw_shape_layer): Use the low-level render
9761 parameter.
9762
9763 2003-04-15 Jonathan Coles <[email protected]>
9764
9765 * Thuban/Model/classification.py: Implemented __repr__ for
9766 the ClassGroup* classes to make debugging a bit easier.
9767 (ClassGroup.SetLabel): Check that the string is an instance
9768 of StringTypes not StringType. Accounts for Unicode strings.
9769
9770 * Thuban/Model/color.py: Implemented __repr__ to make
9771 debugging a bit easier.
9772
9773 * Thuban/Model/save.py (Saver.write_classification): Need to
9774 save the group label.
9775
9776 * test/test_load.py (testClassification): New. Loads the
9777 iceland_sample_test.thuban file and checks if it was loaded
9778 correctly.
9779
9780 2003-04-15 Jonathan Coles <[email protected]>
9781
9782 * extensions/thuban/wxproj.cpp (draw_polygon_init): New. Used
9783 to improve rendering performance by initializing the variables
9784 that are not change each time draw_polygon_shape() is called.
9785 The values are stored in a global struct draw_info.
9786 (draw_polygon_shape): Removed initialization code that is
9787 now in draw_polygon_init().
9788
9789 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Make
9790 drawing initialization call to draw_polygon_init()
9791 (MapRenderer.draw_polygon_shape): Use new signature of
9792 draw_polygon_shape.
9793
9794 * Thuban/UI/classgen.py (GenUniformPanel): Fix spin control
9795 weirdness by setting the range to (1, maxint).
9796
9797 * Thuban/Model/classification.py (ClassGroupProperties): Make
9798 instance variables private and optimize comparison operator
9799 by first checking if the color references are the same.
9800 (ClassGroupSingleton): Make instance variables private.
9801 (ClassGroupRange): Make instance variables private.
9802
9803 * HOWTO-Release: Filled in missing steps for releasing packages.
9804
9805 2003-04-15 Bernhard Herzog <[email protected]>
9806
9807 First stab at internationalized messages:
9808
9809 * Thuban/__init__.py (_): Implement the translation function for
9810 real using the python gettext module.
9811
9812 * Thuban/UI/classifier.py (ClassTable.GetRowLabelValue): Don't
9813 translate empty strings.
9814
9815 * Thuban/UI/application.py (ThubanApplication.read_startup_files):
9816 Add a missing space to a warning message
9817
9818 * po/README: New. Notes about the management of the translation
9819 files.
9820
9821 * po/Makefile: New. Makefile to help manage the translation files.
9822
9823 * po/es.po: New. Spanish translation by Daniel Calvelo Aros
9824
9825 * MANIFEST.in: Include the *.mo files in Resources/Locale and the
9826 translations and support files in po/
9827
9828 * setup.py (data_files): Add the *.mo files to the data_files too
9829
9830 * README: Add note about the translations when building from CVS
9831
9832 2003-04-14 Jonathan Coles <[email protected]>
9833
9834 * Thuban/UI/dock.py: Fixes some window resizing problems most
9835 noticable under windows. Always assume the button bitmaps will
9836 be there. Code clean up.
9837 (DockabelWindow.Dock, DockableWindow.UnDock): Force all the
9838 images for the dock/undock button to the same images.
9839 Work around for RTbug #1801.
9840
9841 * Thuban/UI/legend.py (LegendPanel.__init__): The toolbar should
9842 be allowed to grow within the sizer. Fixes a bug under Windows
9843 where the toolbar wasn't being drawn.
9844
9845 2003-04-14 Frank Koormann <[email protected]>
9846
9847 * Resources/Bitmaps/dock_12.xpm, Resources/Bitmaps/undock_12.xpm:
9848 Updated design to try to make the button functionality more
9849 transparent.
9850
9851 2003-04-14 Jonathan Coles <[email protected]>
9852
9853 * Thuban/UI/legend.py (LegendPanel.__init__): Call Create() to
9854 finalize the intialization of the panel.
9855
9856 * Thuban/UI/dock.py (DockPanel.Create): New. Finalizes the
9857 creation of the panel. Should be the last thing called in the
9858 initializer of a subclass.
9859
9860 * Thuban/UI/classgen.py (ClassGenDialog.__init__): Actively
9861 set the current selections in the combo boxes. This is needed
9862 under Windows.
9863
9864 * Thuban/UI/classifier.py (Classifier.__init__): Add a top
9865 level panel to the dialog so that the background colors are
9866 consistent under Windows.
9867
9868 2003-04-11 Jonathan Coles <[email protected]>
9869
9870 * Thuban/UI/classgen.py: Change color ramps to start at white
9871 not black.
9872
9873 * Thuban/UI/legend.py: Enable/disable the legend buttons when
9874 the legend changes. Fixes RTbug #1793.
9875
9876 * test/test_classification.py: Added test for copying of
9877 classifications.
9878
9879 2003-04-11 Jonathan Coles <[email protected]>
9880
9881 * Thuban/UI/resource.py: New. Centralize the loading of resources
9882 such as bitmaps.
9883
9884 * Thuban/UI/classgen.py (GenUniquePanel.__init__): Reordered buttons,
9885 added images to the move buttons, added 'reverse' button.
9886 (CustomRampPanel.__init__): Added images to the move buttons.
9887 (GreyRamp): New. Generates a ramp from white to black.
9888 (HotToColdRamp): New. Generates a ramp from cold to hot colors.
9889
9890 * Thuban/UI/classifier.py: Refactored ID's from ID_CLASSIFY_* to
9891 ID_PROPERTY_*.
9892 (Classifier.__init__): Minor changes to the layout.
9893 (Classifier._OnTitleChanged): Listen for when the user edits the
9894 title and update the dialog's title and the layer's title.
9895
9896 * Thuban/UI/dock.py: Use new bitmaps for the control buttons.
9897
9898 * Thuban/UI/legend.py: Use new bitmaps for the control buttons.
9899 (LegendTree._OnMsgLayerTitleChanged): Change the displayed title
9900 if the layer's title changes.
9901
9902 * Thuban/UI/mainwindow.py: Added new menu item and associated code
9903 to open a dialog to rename the map.
9904 (MainWindow): Use new resource class to import bitmaps.
9905
9906 2003-04-11 Jonathan Coles <[email protected]>
9907
9908 * Resources/Bitmaps/close_12.xpm, Resources/Bitmaps/dock_12.xpm,
9909 Resources/Bitmaps/group_use.xpm, Resources/Bitmaps/group_use_all.xpm,
9910 Resources/Bitmaps/group_use_none.xpm,
9911 Resources/Bitmaps/group_use_not.xpm,
9912 Resources/Bitmaps/hide_layer.xpm,
9913 Resources/Bitmaps/layer_properties.xpm,
9914 Resources/Bitmaps/lower_layer.xpm, Resources/Bitmaps/raise_layer.xpm,
9915 Resources/Bitmaps/show_layer.xpm, Resources/Bitmaps/undock_12.xpm:
9916 New.
9917
9918 2003-04-10 Jonathan Coles <[email protected]>
9919
9920 * Thuban/Model/classification.py: (ClassGroupRange.__init__):
9921 Should pass group to ClassGroup constructor.
9922
9923 2003-04-10 Jonathan Coles <[email protected]>
9924
9925 * Thuban/Model/classification.py: (ClassGroup): Move all the common
9926 methods of the derived classes ([Set|Get]Properties(), __eq__, __ne__)
9927 here. Implement SetVisible(), IsVisible().
9928 (ClassGroup.__init__): Add group parameter which acts as a copy
9929 constructor.
9930
9931 * Thuban/UI/classifier.py (ClassTable): Add a new column for the
9932 "Visible" check boxes.
9933 (Classifier): Rename the buttons and refactor the code to match
9934 the new labels.
9935
9936 * Thuban/UI/legend.py: Classify button is now called "Properties".
9937 Refactored the code to change variable names.
9938 (LegendTree.__FillTreeLayer): Only list a group if it is visible.
9939
9940 * Thuban/UI/mainwindow.py: MainWindow.OpenClassifier renamed to
9941 MainWindow.OpenLayerProperties. MainWindow.LayerEditProperties
9942 renamed to MainWindow.LayerEditProperties.
9943 (MainWindow.ToggleLegend): Don't include map name in legend title.
9944 (MainWindow.SetMap): Added the map name to the window title.
9945 (MainWindow.LayerFillColor, MainWindow.LayerTransparentFill,
9946 MainWindow.LayerOutlineColor, MainWindow.LayerNoOutline): Removed.
9947 Functionality is found in the layer properties dialog.
9948
9949 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Only
9950 draw visible groups.
9951
9952 2003-04-09 Jonathan Coles <[email protected]>
9953
9954 * Thuban/UI/classgen.py: Modifications to allow simple
9955 addition and selection of new color schemes.
9956 (MonochromaticRamp): New. Generates a ramp between two colors.
9957 (RedRamp): New. Generates a ramp of all red.
9958 (GreenRamp): New. Generates a ramp of all green.
9959 (BlueRamp): New. Generates a ramp of all blue.
9960
9961 2003-04-09 Jonathan Coles <[email protected]>
9962
9963 * Thuban/Model/classification.py (Classification.__deepcopy__):
9964 Need to copy over field and fieldType attributes.
9965
9966 * Thuban/Model/table.py (Table.field_range): New. Retrive the
9967 maximum and minimum values over the entire table for a given
9968 field.
9969 (Table.GetUniqueValues): New. Retrieve all the unique values
9970 in the table for a given field.
9971
9972 * Thuban/UI/classgen.py: Renamed GenRangePanel to GenUniformPanel.
9973 (GenUniquePanel): New. Controls to allow the user to select
9974 which unique field values they would like in the classification.
9975 (CustomRampPanel): Code that was in ClassGenDialog that allows
9976 the user to select the properties for a custom ramp.
9977 (ClassGenerator.GenUniformDistribution): Was called GenerateRanges.
9978
9979 * Thuban/UI/classifier.py: Removed a lot of debugging code.
9980 (Classifier._SetClassification): Callback method so that the
9981 class generator can set the classification in the grid.
9982 (ClassGroupPropertiesCtrl): New. Encapsulates the drawing and
9983 editing of a group properties class into a wxWindows control.
9984
9985 * Thuban/UI/dock.py: It was decided that if the user closes
9986 a dockable window the window should simply hide itself. That
9987 way if the user wants to show the dock again it appears in the
9988 same place as it was when it was closed.
9989 (DockableWindow.Destroy): Call renamed method OnDockDestroy().
9990 (DockableWindow._OnButtonClose): Hide the window instead of
9991 destroying it.
9992 (DockableWindow._OnClose): Hide the window instead of
9993 destroying it.
9994
9995 * Thuban/UI/legend.py (LegendTree): Use a private method to
9996 consistently set the font and style of the text. Fixes RTbug #1786.
9997
9998 * Thuban/UI/mainwindow.py: Import just the Classifier class.
9999
10000 2003-04-07 Bernhard Herzog <[email protected]>
10001
10002 * Thuban/UI/mainwindow.py (main_menu): Move the toggle_legend item
10003 to the map module
10004
10005 2003-04-07 Bernhard Herzog <[email protected]>
10006
10007 * Thuban/UI/mainwindow.py (MainWindow.ShowSessionTree): Removed in
10008 favor of ToggleSessionTree
10009 (MainWindow.ToggleSessionTree): New method to toggle visibility of
10010 the session tree.
10011 (MainWindow.SessionTreeShown): New method to return whether the
10012 session tree is currently shown.
10013 (MainWindow.ToggleLegend): New method to toggle visibility of the
10014 legend
10015 (MainWindow.ShowLegend): Implement in terms of ToggleLegend and
10016 LegendShown
10017 (MainWindow.LegendShown): New method to return whether the legend
10018 is currently shown.
10019 (_method_command): Add checked parameter so we can define check
10020 menu items
10021 (_has_tree_window_shown, _has_legend_shown): Use the appropriate
10022 mainwindow methods.
10023 (show_session_tree, show_legend commands): Removed.
10024 (toggle_session_tree, toggle_legend commands): New commands to
10025 toggle the visibility of the dialogs
10026
10027 2003-04-07 Jonathan Coles <[email protected]>
10028
10029 * Thuban/UI/classgen.py: Fix Windows problem.
10030
10031 * Thuban/UI/dock.py: Fix Windows problem.
10032
10033 * Thuban/UI/mainwindow.py: Use False instead of false.
10034 (MainWindow.ShowLegend): Remove unnecessary switch parameter.
10035
10036 2003-04-07 Jonathan Coles <[email protected]>
10037
10038 Since we now say that the order of the groups in a classification
10039 matters, it makes sense to be able to manipulate that order. Most
10040 of the changes to Thuban/Model/classification.py are to that end.
10041
10042 * Thuban/Model/classification.py (Classification.AppendGroup,
10043 Classification.InsertGroup, Classification.ReplaceGroup,
10044 Classification.RemoveGroup, Classification.GetGroup): Do as the
10045 names imply.
10046 (Classification.FindGroup): This was called GetGroup, but GetGroup
10047 takes an index, while FindGroup takes a value.
10048 (Classification.__deepcopy__): Copy all the groups, BUT NOT THE LAYER
10049 REFERENCE. Currently there is a cyclic reference between the layer
10050 and its classification. If the classification doesn't need to know
10051 its owning layer we can change this, since it may make sense to be
10052 able to use the same classification with different layers.
10053
10054 * Thuban/Model/load.py: Use Classification.AppendGroup(), not AddGroup()
10055
10056 * Thuban/UI/classgen.py: Use Classification.AppendGroup(),
10057 not AddGroup()
10058
10059 * Thuban/UI/classifier.py: Now that we can depend on the order in
10060 a Classification and have methods to manipulate that order we don't
10061 need to use our own data structures in the grid. We can simply make
10062 the grid/table access the information they need from a copy of
10063 the classification object.
10064 (Classifier._OnCloseBtn): Event handler for when the user clicks
10065 'Close'. This is needed so if the user applies changes and then
10066 continues to change the table the user has the option of discarding
10067 the most recent changes and keeping what they applied.
10068
10069 * Thuban/UI/mainwindow.py: Put "Show Legend" and "Show Session Tree"
10070 into the same group.
10071
10072 * extensions/thuban/wxproj.cpp (check_version): If Thuban is compiled
10073 with a really old version of proj, PJ_VERSION won't even be defined.
10074 If it isn't defined then just compile so that the function always
10075 returns Py_False.
10076
10077 * test/test_classification.py: Fix tests to use the renamed methods.
10078 Still need to write tests for the new methods.
10079
10080 2003-04-04 Jonathan Coles <[email protected]>
10081
10082 * Thuban/UI/classifier.py (Classifier.__SelectField): Move the
10083 call to SetSelection out of the method and before the call
10084 to __SelectField in __init__. This prevents a recursion of events
10085 when _OnFieldSelect is triggered by the user.
10086
10087 2003-04-04 Jonathan Coles <[email protected]>
10088
10089 * Thuban/Model/classification.py: Rename Color.None to
10090 Color.Transparent.
10091 (ClassGroupProperties.SetLineColori, ClassGroupProperties.SetFill):
10092 Don't bother copying the color, since Colors are immutable.
10093
10094 * Thuban/Model/color.py, Thuban/Model/layer.py, Thuban/Model/load.py,
10095 Thuban/UI/classifier.py, Thuban/UI/mainwindow.py,
10096 Thuban/UI/renderer.py, Thuban/UI/view.py:
10097 Rename Color.None to Color.Transparent.
10098
10099 * test/test_classification.py, test/test_load.py: Rename Color.None
10100 to Color.Transparent.
10101
10102 2003-04-04 Jonathan Coles <[email protected]>
10103
10104 * Thuban/Model/classification.py: Fix assert calls.
10105 (ClassGroupProperties.SetLineColor, ClassGroupProperties.SetFill):
10106 Copy the color parameter rather than hold onto a reference.
10107
10108 * Thuban/Model/color.py (Color.__copy__, Color.__deepcopy): Copy
10109 the color object.
10110 (NoColor.__copy__, NoColor.__deepcopy): Return 'self' so that we
10111 are sure there exists only one refernce to Color.None in the system.
10112 This allows us to use 'is' rather than the comparision functions.
10113
10114 * Thuban/Model/save.py: Fix assert calls.
10115
10116 * Thuban/UI/classifier.py: Fix assert calls.
10117 (ClassGrid._OnCellDClick): Call up to the classifier to open the
10118 dialog to edit the groups properties.
10119 (ClassGrid._OnCellResize): Make sure that the scollbars are drawn
10120 correctly if a cell is resized.
10121 (ClassTable.SetClassification): New. Changes the classification
10122 that is in the table.
10123 (ClassTable.__SetRow): Allow groups to be prepended.
10124 (Classifier): New code for opening the EditProperties and
10125 GenerateRanges dialogs.
10126 (SelectPropertiesDialog.__GetColor): Only set the color in the
10127 color dialog if the current color is not None.
10128
10129 * Thuban/UI/dock.py: Fix assert calls.
10130
10131 * Thuban/UI/legend.py: Fix assert calls.
10132
10133 * Thuban/UI/renderer.py: Fix assert calls.
10134
10135 * Thuban/UI/classgen.py (ClassGenDialog): Dialog for generating
10136 classifications.
10137 (GenRangePanel): Panel specific to range generation.
10138 (GenSingletonPanel): Panel specific to singleton generation.
10139 (ClassGenerator): Class responsible for actually generating
10140 the classification from the data gathered in the dialog box.
10141 (PropertyRamp): Generates properties whose values range from
10142 a starting property to an ending property.
10143
10144 2003-04-03 Bernhard Herzog <[email protected]>
10145
10146 * test/support.py (print_garbage_information): New function that
10147 prints information about still connected messages and memory
10148 leaks.
10149 (run_suite): Removed.
10150 (run_tests): New function for use as a replacement of
10151 unittest.main in the test_* files. This one calls
10152 print_garbage_information at the end.
10153
10154 * test/runtests.py (main): Use support.print_garbage_information
10155
10156 * test/test_layer.py: Use support.run_tests instead of
10157 unittest.main so we get memory leak information
10158 (TestLayer.test_arc_layer, TestLayer.test_polygon_layer)
10159 (TestLayer.test_point_layer, TestLayer.test_empty_layer)
10160 (TestLayerLegend.test_visibility): Call the layer's Destroy method
10161 to fix a memory leak.
10162
10163 * test/test_classification.py: Use support.run_tests instead of
10164 unittest.main so we get memory leak information
10165 (TestClassification.test_classification): Call the layer's Destroy
10166 method to fix a memory leak.
10167
10168 2003-04-02 Bernhard Herzog <[email protected]>
10169
10170 * extensions/thuban/wxproj.cpp (check_version, check_version_gtk):
10171 Handle the reference counts of the return value and errors in
10172 PyArg_ParseTuple correctly.
10173
10174 * Thuban/UI/application.py (ThubanApplication.OpenSession): Make
10175 sure the filename is absolute to avoid problems when saving the
10176 session again
10177
10178 * Thuban/Model/table.py: Remove unnecessary import. Fix a typo.
10179
10180 2003-04-01 Jonathan Coles <[email protected]>
10181
10182 * Thuban/UI/renderer.py (MapRenderer.draw_point_shape): Check
10183 that there actually are points in the returned list of points
10184 before trying to index into the list. The list may be empty if
10185 the shape is a Null Shape.
10186
10187 2003-04-01 Bernhard Herzog <[email protected]>
10188
10189 * test/test_map.py: Don't use from <module> import *
10190
10191 2003-04-01 Jonathan Coles <[email protected]>
10192
10193 * Thuban/Model/session.py: Use LAYER_CHANGED instead of
10194 LAYER_LEGEND_CHANGED
10195
10196 * Thuban/UI/dock.py (DockableWindow._OnButtonClose): Call
10197 self.Destroy() to close the window after yesterday's changes.
10198
10199 * test/test_map.py, test/test_session.py: Fix messages that
10200 are sent from maps and layers.
10201
10202 2003-03-31 Jonathan Coles <[email protected]>
10203
10204 * Thuban/UI/classifier.py: Commented out some debugging statements.
10205 (ClassDataPreviewer.Draw): Draw rectangles for polygon layers per
10206 RTbug #1769.
10207
10208 * Thuban/UI/dock.py (DockableWindow.UnDock): Restore size and
10209 position (although position doesn't work yet under GTK).
10210 (DockableWindow.Destroy): New. Called when the window must be
10211 closed. Namely needed when the DockFrame closes and must close
10212 its children.
10213 (DockFrame): Listen for EVT_CLOSE and destroy all children.
10214
10215 * Thuban/UI/legend.py (LegendPanel.Destroy): New. Cleans up
10216 when then window is told to close.
10217 (LegendTree._OnMsgLayerChanged): Fixes a seg fault bug. See
10218 comment in source for more info.
10219
10220 * Thuban/UI/main.py: Show the legend by default when Thuban starts.
10221
10222 * Thuban/UI/mainwindow.py: Renamed OnClose to _OnClose for
10223 symmetry with other such methods.
10224 (MainWindow.ShowLegend): Show the legend docked by default.
10225
10226 2003-03-28 Jonathan Coles <[email protected]>
10227
10228 * Thuban/UI/classifier.py: Support for highlighting a specific
10229 group within the grid when the classification dialog is opened.
10230 Also contains a lot of debugging printouts which will later
10231 be removed.
10232
10233 * Thuban/UI/dock.py: Complete rework on the dock code so that
10234 that it is fairly removed from the rest of the Thuban application.
10235 It is easy to add new docks which the rest of the program having
10236 to be aware of them.
10237
10238 * Thuban/UI/legend.py: Modifications to support selecting a
10239 specific group in the classification dialog. Changed how layers
10240 are drawn when the layer is visible/invisible.
10241
10242 * Thuban/UI/mainwindow.py: Removed legend specific code and
10243 replaced it with calls to the new dock code.
10244
10245 * Thuban/UI/renderer.py (MapRenderer.__init__): Added assert
10246 to check if scale > 0. Trying to track down a divide by zero.
10247
10248 2003-03-26 Jonathan Coles <[email protected]>
10249
10250 * Thuban/UI/legend.py: Removed unnecessary LegendDialog class.
10251 (LegendPanel): Removed _OnDock()/_OnUnDock() methods which are
10252 now part of DockableWindow.
10253 (LegendPanel.DoOnSelChanged): Select the current layer in the
10254 map.
10255 (LegendTree._OnSelChanged): Call LegendPanel.DoOnSelChanged()
10256 with the selected layer and/or group.
10257
10258 2003-03-26 Jonathan Coles <[email protected]>
10259
10260 This putback contains the code for dockable windows. There is
10261 no support in wxWindows as of this date for windows that can
10262 attach themselves to other windows.
10263
10264 The current model contains a DockableWindow which has a parent
10265 window for when it is detached and a dock window that it puts
10266 its contents in when it is docked. The contents of a DockableWindow
10267 must be a DockPanel. DockPanel itself derives from wxPanel.
10268
10269 * Thuban/Model/layer.py (Layer.ClassChanged): Send a LAYER_CHANGED
10270 message, not a LAYER_LEGEND_CHANGED message.
10271
10272 * Thuban/Model/map.py (Map): Forward LAYER_CHANGED messages.
10273
10274 * Thuban/UI/classifier.py (Classifier.__init__): Use wxADJUST_MINSIZE
10275 as one of the style properties for the fieldTypeText item to
10276 be sure that its size is correct when the text changes.
10277
10278 * Thuban/UI/dock.py: New. Classes for the DockPanel and
10279 DockableWindow.
10280
10281 * Thuban/UI/legend.py: Added some more buttons and made the
10282 LegendPanel a DockPanel.
10283
10284 * Thuban/UI/mainwindow.py: Added sash windows to the main window
10285 and supporting functions for manipulating the sashes.
10286 (MainWindow.ShowLegend): Create a DockableWindow with the
10287 LegendPanel as the contents.
10288
10289 * Thuban/UI/messages.py: Added DOCKABLE_* messages
10290
10291 * Thuban/UI/view.py (MapCanves.SetMap): Listen for LAYER_CHANGED,
10292 not LAYER_LEGEND_CHANGED, messages.
10293
10294 2003-03-25 Jonathan Coles <[email protected]>
10295
10296 * setup.py: Added custom script bdist_rpm_build_script so that
10297 when the rpm is built the path to wx-config is correct.
10298
10299 * setup.cfg: Added line saying to use the custom build script
10300
10301 2003-03-20 Jonathan Coles <[email protected]>
10302
10303 Initial implementation of the Legend.
10304
10305 * Thuban/UI/legend.py: New. Creates a window that shows the map's
10306 Legend information and allows the user to add/modify classifications
10307 and how the layers are drawn on the map.
10308
10309 * setup.py: New command 'build_docs' which currently uses
10310 happydoc to generate html documentation for Thuban.
10311
10312 * Thuban/Model/classification.py (ClassGroup.GetDisplayText): New.
10313 Returns a string which is appropriately describes the group.
10314
10315 * Thuban/Model/layer.py (Layer.SetClassification): Generate a
10316 LAYER_CHANGED event instead of a LAYER_LEGEND_CHANGED event.
10317
10318 * Thuban/Model/map.py (Map): Rename messages and use new, more
10319 specific, messages.
10320
10321 * Thuban/Model/messages.py: New message to indicate that a layer's
10322 data has changed (LAYER_CHANGED). New map messages to indicate
10323 when layers have been added/removed/changed or if the stacking order
10324 of the layers has changed.
10325
10326 * Thuban/Model/session.py: Rename and use new messages.
10327
10328 * Thuban/UI/classifier.py: Remember if any changes have actually
10329 been applied so that if the dialog is cancelled without an application
10330 of changes we don't have to set a new classification.
10331 (ClassDataPreviewer): Pulled out the window specific code and put it
10332 ClassDataPreviewWindow. ClassDataPreviewer can then be used to draw
10333 symbols on any DC.
10334
10335 * Thuban/UI/mainwindow.py: New code to open the legend.
10336
10337 * Thuban/UI/view.py: Use new message names.
10338
10339 2003-03-19 Jonathan Coles <[email protected]>
10340
10341 * Thuban/UI/main.py (verify_versions): New. Checks the versions
10342 of Python, wxPython, and some other libraries.
10343
10344 * extensions/thuban/wxproj.cpp (check_version): Checks the given
10345 version against what wxproj was compiled with.
10346 (check_version_gtk): If wxproj was compiled with gtk then check
10347 the given version against the version of the gtk library
10348 currently being used.
10349
10350 2003-03-14 Bernhard Herzog <[email protected]>
10351
10352 * test/test_command.py: Run the tests when the module is run as a
10353 script
10354
10355 2003-03-14 Bernhard Herzog <[email protected]>
10356
10357 Implement selection of multiple selected shapes in the same layer:
10358
10359 - Introduce a new class to hold the selection. This basically
10360 replaces the interactor which was nothing more than the
10361 selection anyway. A major difference is of course that the new
10362 selection class supports multiple selected shapes in one layer
10363
10364 - Move the object that represents the selection from the
10365 application to the canvas. The canvas is a better place than the
10366 application because the selection represents which shapes and
10367 layer of the map displayed by the canvas are selected and
10368 affects how the map is drawn.
10369
10370 - Make the selection and its messages publicly available through
10371 the mainwindow.
10372
10373 - The non-modal dialogs do not get a reference to the interactor
10374 anymore as they can simply refer to their parent, the
10375 mainwindow, for the what the interactor had to offer.
10376
10377 * Thuban/UI/selection.py: New module with a class to represent the
10378 selection.
10379
10380 * Thuban/UI/messages.py (SELECTED_TABLE, SELECTED_MAP): Remove
10381 these unused messages
10382
10383 * Thuban/UI/application.py (ThubanApplication.OnInit)
10384 (ThubanApplication.OnExit, ThubanApplication.SetSession): The
10385 interactor is gone now.
10386 (ThubanApplication.CreateMainWindow): There is no interactor
10387 anymore so we pass None as the interactor argument for now for
10388 compatibility.
10389
10390 * Thuban/UI/view.py (MapCanvas.delegated_messages)
10391 (MapCanvas.Subscribe, MapCanvas.Unsubscribe): In Subscribe and
10392 Unsubscribe, delegate messages according to the delegated_messages
10393 class variable.
10394 (MapCanvas.__getattr__, MapCanvas.delegated_methods): Get some
10395 attributes from instance variables as described with the
10396 delegated_methods class variable.
10397 (MapCanvas.__init__): New instance variable selection holding the
10398 current selection
10399 (MapCanvas.do_redraw): Deal with multiple selected shapes. Simply
10400 pass them on to the renderer
10401 (MapCanvas.SetMap): Clear the selection when a different map is
10402 selected.
10403 (MapCanvas.shape_selected): Simple force a complete redraw. The
10404 selection class now takes care of only issueing SHAPES_SELECTED
10405 messages when the set of selected shapes actually does change.
10406 (MapCanvas.SelectShapeAt): The selection is now managed in
10407 self.selection
10408
10409 * Thuban/UI/mainwindow.py (MainWindow.delegated_messages)
10410 (MainWindow.Subscribe, MainWindow.Unsubscribe): In Subscribe and
10411 Unsubscribe, delegate messages according to the delegated_messages
10412 class variable.
10413 (MainWindow.delegated_methods, MainWindow.__getattr__): Get some
10414 attributes from instance variables as described with the
10415 delegated_methods class variable.
10416 (MainWindow.__init__): The interactor as ivar is gone. The
10417 parameter is still there for compatibility. The selection messages
10418 now come from the canvas.
10419 (MainWindow.current_layer, MainWindow.has_selected_layer):
10420 Delegate to the the canvas.
10421 (MainWindow.LayerShowTable, MainWindow.Classify)
10422 (MainWindow.identify_view_on_demand): The dialogs don't need the
10423 interactor parameter anymore.
10424
10425 * Thuban/UI/tableview.py (TableFrame.__init__)
10426 (LayerTableFrame.__init__, LayerTableFrame.OnClose)
10427 (LayerTableFrame.row_selected): The interactor is gone. It's job
10428 from the dialog's point of view is now done by the mainwindow,
10429 i.e. the parent. Subscribe to SHAPES_SELECTED instead
10430 of SELECTED_SHAPE
10431
10432 * Thuban/UI/dialogs.py (NonModalDialog.__init__): The interactor
10433 is gone. It's job from the dialog's point of view is now done by
10434 the mainwindow, i.e. the parent.
10435
10436 * Thuban/UI/classifier.py (Classifier.__init__): The interactor is
10437 gone. It's job from the dialog's point of view is now done by the
10438 mainwindow, i.e. the parent.
10439
10440 * Thuban/UI/tree.py (SessionTreeView.__init__): The interactor is
10441 gone. It's job from the dialog's point of view is now done by the
10442 mainwindow, i.e. the parent.
10443 (SessionTreeCtrl.__init__): New parameter mainwindow which is
10444 stored as self.mainwindow. The mainwindow is need so that the tree
10445 can still subscribe to the selection messages.
10446 (SessionTreeCtrl.__init__, SessionTreeCtrl.unsubscribe_all)
10447 (SessionTreeCtrl.update_tree, SessionTreeCtrl.OnSelChanged): The
10448 selection is now accessible through the mainwindow. Subscribe to
10449 SHAPES_SELECTED instead of SELECTED_SHAPE
10450
10451 * Thuban/UI/identifyview.py (IdentifyView.__init__): Use the
10452 SHAPES_SELECTED message now.
10453 (IdentifyView.selected_shape): Now subscribed to SHAPES_SELECTED,
10454 so deal with multiple shapes
10455 (IdentifyView.__init__, IdentifyView.OnClose): The interactor is
10456 gone. It's job from the dialog's point of view is now done by the
10457 mainwindow, i.e. the parent.
10458
10459 * Thuban/UI/controls.py (RecordListCtrl.fill_list): The second
10460 parameter is now a list of shape ids.
10461 (RecordTable.SetTable): The second parameter is now a list of
10462 indices.
10463
10464 * Thuban/UI/renderer.py (ScreenRenderer.RenderMap): Rename the
10465 selected_shape parameter and ivar to selected_shapes. It's now a
10466 list of shape ids.
10467 (MapRenderer.draw_label_layer): Deal with multiple selected
10468 shapes. Rearrange the code a bit so that the setup and shape type
10469 distinctions are only executed once.
10470
10471 * test/test_selection.py: Test cases for the selection class
10472
10473 2003-03-11 Jonathan Coles <[email protected]>
10474
10475 * Thuban/Model/load.py: Temporary fix so that the xml reader
10476 doesn't cause Thuban to crash.
10477
10478 * Thuban/Model/layer.py: Handle the cyclic references between
10479 a layer and its classification better, and be sure to disconnect
10480 the classification from the layer when the layer is destroyed
10481 so that we don't maintain a cyclic reference that may not be
10482 garbage collected.
10483
10484 * Thuban/Model/classification.py: See comment for layer.py.
10485
10486 2003-03-12 Jan-Oliver Wagner <[email protected]>
10487
10488 * HOWTO-Release: New. Information on the steps for releasing
10489 a new version of Thuban.
10490
10491 2003-03-11 Jonathan Coles <[email protected]>
10492
10493 * Thuban/UI/classifier.py: Add normal border to SelectPropertiesDialog.
10494 Use True instead of true.
10495 (Classifier): Should have a single panel in which all the controls lie.
10496
10497 * Thuban/UI/proj4dialog.py: Add normal border.
10498
10499 * Thuban/UI/tree.py: Fixed problem with bad item images under Windows.
10500
10501 * Thuban/UI/mainwindow.py: Use True instead of true.
10502
10503 * setup.py: Update some definitions to use wxWindows2.4 files
10504
10505 * Data/iceland_sample_class.thuban: Fixed file so that the
10506 field_type information is present.
10507
10508 2003-03-10 Jonathan Coles <[email protected]>
10509
10510 * Thuban/UI/classifier.py (Classifier.__init__): Make the
10511 field type label grow so that when the text changes the
10512 size is updated correctly. This may be a wxWindows bug.
10513
10514 2003-03-10 Jonathan Coles <[email protected]>
10515
10516 * Thuban/UI/application.py: Changed SESSION_CHANGED to
10517 SESSION_REPLACED.
10518
10519 * Thuban/UI/classifier.py: Wrap text with _().
10520 (ClassGrid.CreateTable): Set dimensions and size hints here,
10521 instead of in Reset, so we only set the size once.
10522
10523 * Thuban/UI/dialogs.py: Don't need Shutdown(); just use Close()!
10524
10525 * Thuban/UI/mainwindow.py (MainWindow.prepare_new_session):
10526 Call Close() instead of Shutdown().
10527
10528 * Thuban/UI/messages.py: Changed SESSION_CHANGED to SESSION_REPLACED.
10529
10530 * Thuban/UI/tree.py: Changed SESSION_CHANGED to SESSION_REPLACED.
10531 Go back to using OnClose() instead of Shutdown().
10532
10533 2003-03-10 Jonathan Coles <[email protected]>
10534
10535 * Thuban/UI/classifier.py (Classifier): SelectField() needed
10536 to know the old field index as well as the new one.
10537
10538 2003-03-10 Jonathan Coles <[email protected]>
10539
10540 * Thuban/UI/classifier.py (Classifier): Use __SelectField()
10541 to correctly set the table information and call this from
10542 __init__ and from _OnFieldSelect so that all the information
10543 is up to date when the dialog opens and when a field is changed.
10544
10545 2003-03-10 Jonathan Coles <[email protected]>
10546
10547 * Thuban/Model/classification.py (Classification): Don't use
10548 layer's message function directly, use the ClassChanged() method
10549 when then classification changes. SetField/SetFieldType/SetLayer
10550 must keep the information about field name and field type in
10551 sync when an owning layer is set or removed.
10552
10553 * Thuban/Model/layer.py: Added ClassChanged() so that the
10554 classification can tell the layer when its data has changed.
10555 (Layer.SetClassification): Accepts None as an arguement to
10556 remove the current classification and correctly handles
10557 adding a new classification.
10558
10559 * Thuban/Model/load.py: Comment out print statement
10560
10561 * test/test_classification.py, test/test_save.py: New and
10562 improved tests.
10563
10564 2003-03-07 Jonathan Coles <[email protected]>
10565
10566 * Thuban/Model/classification.py: Implemented __copy__ and
10567 __deepcopy__ for ClassGroup* and ClassGroupProperites so
10568 they can easily be copied by the classifier dialog.
10569 (ClassGroupProperites.__init__): The default line color should
10570 have been Color.Black.
10571
10572 * Thuban/UI/classifier.py: Setting and Getting table values now
10573 uses a consistent set of functions.
10574 (Classifier): Now non-modal. Has field type label which changes
10575 as the field changes. Keep track of buttons in a list so that
10576 we can enable/disable the buttons when the None field is selected.
10577 (SelectPropertiesDialog): Add buttons to make the colors transparent.
10578
10579 * Thuban/UI/dialogs.py (NonModalDialog.Shutdown): New method which
10580 does what OnClose did, but can be called by the application to
10581 close a window. Needed when a session changes, and we have to
10582 close the classifier windows.
10583
10584 * Thuban/UI/mainwindow.py (MainWindow.prepare_new_session):
10585 Shuts down open dialogs. Used when a new session is created
10586 or a session is opened.
10587 (MainWindow.SaveSession): Should only call application.SaveSession()
10588 if we don't call SaveSessionAs first.
10589 (MainWindow.Classify): Allow different classifier dialogs for
10590 different layers.
10591
10592 * Thuban/UI/tree.py (SessionTreeView): Remove OnClose and let
10593 the parent class handle it. Add Shutdown() to unsubscibe from
10594 event notification and call the parent Shutdown(). This was
10595 necessary so the application can close the tree window.
10596
10597 2003-03-06 Jonathan Coles <[email protected]>
10598
10599 * Thuban/Model/classification.py: Minor documentation changes,
10600 Addition of __eq__ and __ne__ methods.
10601 (Classification.SetLayer): prevent recursion between this method
10602 and Layer.SetClassification().
10603
10604 * Thuban/Model/color.py: Addition of __eq__ and __ne__ methods.
10605
10606 * Thuban/Model/layer.py (SetClassification): prevent recursion
10607 between this method and Classification.SetLayer().
10608
10609 * test/test_classification.py, test/test_load.py,
10610 test/test_session.py: Fixed and added tests for the classification
10611 classes.
10612
10613 2003-03-06 Bernhard Herzog <[email protected]>
10614
10615 * Thuban/UI/classifier.py (ClassGrid.__init__)
10616 (ClassGrid.CreateTable): Move the SetSelectionMode call to
10617 CreateTable because otherwise it triggers an assertion in
10618 wxPython/wxGTK 2.4.
10619
10620 2003-03-05 Jonathan Coles <[email protected]>
10621
10622 * Thuban/common.py: Move FIELDTYPE constants back to table.py.
10623
10624 * Thuban/Model/load.py: import FIELDTYPE constants from table.
10625
10626 * Thuban/UI/classifier.py: import FIELDTYPE constants from table.
10627
10628 * Thuban/Model/table.py: Put FIELDTYPE constants back.
10629
10630 2003-03-05 Jonathan Coles <[email protected]>
10631
10632 * Thuban/UI/classifier.py: Added class documentation.
10633 Fixed RTbug #1713, #1714. Added Move[Up|Down] buttons.
10634 Store just the groups in the table and generate the other
10635 column information when it is requested. Add "None" field
10636 to pull-down to select no classification.
10637
10638 * Thuban/common.py: Moved FIELDTYPE constants from table.py
10639 (Str2Num): Only catch ValueError exceptions.
10640
10641 * Thuban/Model/classification.py: Class documentation. Renaming
10642 of methods with Stroke to Line. Groups are stored in a single
10643 list with the default as the first element. Groups are searched
10644 in the order they appear in the list.
10645
10646 * Thuban/Model/color.py: Documentation.
10647
10648 * Thuban/Model/layer.py (Layer): Add GetFieldType to retreive
10649 the kind of data represented by a field.
10650
10651 * Thuban/Model/load.py (ProcessSession): Use proper string
10652 conversion function; fixes RTbug #1713.
10653
10654 * Thuban/Model/save.py (Saver): Store field type information.
10655
10656 * Thuban/Model/table.py: Put FIELDTYPE constants in common.py.
10657 (Table): Add field_info_by_name() to retrieve field information
10658 by specifying the field name, not the number.
10659
10660 * Thuban/UI/mainwindow.py: Function name changes.
10661
10662 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Only
10663 get the layer classification once. Don't try to classify
10664 values when the field is None: just use the default properties.
10665
10666 * Thuban/UI/view.py: Function name changes.
10667
10668 * Doc/thuban.dtd: Add field_type attribute to a classification.
10669
10670 2003-03-04 Bernhard Herzog <[email protected]>
10671
10672 * Doc/thuban.dtd: Use correct syntax for optional attributes. Make
10673 the fill and stroke layer attributes optional with suitable
10674 default values. Add the stroke_width layer attribute. Use correct
10675 syntax for empty elements. Make the attribute list for labels
10676 refer to the label element.
10677
10678 2003-03-04 Bernhard Herzog <[email protected]>
10679
10680 * setup.py (thuban_build_py.build): Add a comment about distutils in
10681 Python 2.3 containing some of the functionality we implement in
10682 setup.py ourselves.
10683
10684 * Thuban/UI/classifier.py (ClassGrid.__init__): Set the table
10685 before the selection mode. Doing it the other way round triggers
10686 an assertion in wxWindows.
10687
10688 * Thuban/Model/save.py (escape): Fix typo in doc-string
10689
10690 * Thuban/Model/classification.py: Remove unnecessary wxPython
10691 import
10692
10693 2003-03-04 Jonathan Coles <[email protected]>
10694
10695 * Thuban/Model/classification.py (ClassGroupRange.GetProperties):
10696 Parameter 'value' should default to None.
10697
10698 * Thuban/UI/mainwindow.py: Use Layer.GetClassification() since
10699 the class attribute __classification is now private.
10700
10701 * Thuban/UI/classifier.py (ClassGrid): Moved OnCellDClick() from
10702 Classifier to ClassGrid. Added support for removing selected rows,
10703 which including code for keeping track of when cells are selected,
10704 and deselected.
10705 (ClassTable): Support for added/removing rows. Fixed a problem
10706 with __ParseInput whereby it would not allow strings (only numbers)
10707 to be entered.
10708 (Classifier): Added button and supporting code for removing
10709 selected rows.
10710
10711 2003-02-27 Jonathan Coles <[email protected]>
10712
10713 * Thuban/common.py: Moved color conversion functions into
10714 Thuban/UI/common.py.
10715 (Str2Num): Now converts the float (not the string) to a long/int
10716 so that an exception isn't thrown.
10717
10718 * Thuban/UI/common.py: Common functions used in several UI modules
10719
10720 * Thuban/Model/classification.py: Changed the class hierarchy
10721 so that a Classification consists of Groups which return
10722 Properties when a value matches a Group.
10723
10724 * Thuban/Model/layer.py: Fixed name resolution problem.
10725
10726 * Thuban/Model/load.py: Use new Classification and Group functions.
10727
10728 * Thuban/Model/save.py (Saver.write_attribs): Fixes a test case
10729 failure.
10730 (Saver.write_classification): Use new Classification and Group
10731 functions.
10732
10733 * Thuban/UI/classifier.py: Changes to use new Classification and Group
10734 functions. Fix to create a tuple with a single value instead of
10735 simply returning the value.
10736
10737 * Thuban/UI/renderer.py: Use new Classification and Group functions.
10738 Use common.py functions.
10739
10740 * Thuban/UI/tree.py: Use common.py functions.
10741
10742 * test/test_classification.py: Use new Classification and Group
10743 classes.
10744
10745 2003-02-24 Jonathan Coles <[email protected]>
10746
10747 * Thuban/common.py (Color2wxColour, wxColour2Color): Conversion
10748 functions from Thuban color objects to wxWindow colour objects.
10749
10750 * Thuban/Model/classification.py (Classification): Renamed
10751 GetProperties() to GetClassData(). Used the new iterator
10752 in TreeInfo().
10753 (ClassIterator): Iterator implementation to iterate over the
10754 ClassData objects in a classification object.
10755
10756 * Thuban/Model/save.py (Saver.write_classificaton): Uses
10757 the new iterator to save the classification information.
10758
10759 * Thuban/UI/classifier.py (SelectPropertiesDialog): Support
10760 for changing the stroke and fill colors and previewing the
10761 changes.
10762
10763 * Thuban/UI/mainwindow.py (MainWindow.OpenSession,
10764 MainWindow.SaveSessionAs): Text string changes so the dialogs
10765 have more meaningful titles.
10766
10767 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Change
10768 Classification method name from GetProperties to GetClassData.
10769
10770 * Thuban/UI/view.py (MapCanvas.find_shape_at): Use method calls
10771 instead of accessing now non-existent class variables.
10772
10773 2003-02-24 Bernhard Herzog <[email protected]>
10774
10775 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Remove
10776 unneeded Shape() call. Rendering is substantially faster without
10777 it and it avoids some problems with broken shape files.
10778
10779 2003-02-20 Frank Koormann <[email protected]>
10780
10781 Force minimal size of identify and label dialogs. The autosizing
10782 looked too ugly.
10783
10784 * Thuban/UI/controls.py (RecordListCtrl): Set minimal width for columns.
10785 * Thuban/UI/labeldialog.py (LabelDialog.dialog_layout):
10786 Set size of listctrl.
10787 * Thuban/UI/identifyview.py (IdentifyView.__init__):
10788 Set size of dialog.
10789
10790 2003-02-19 Jonathan Coles <[email protected]>
10791
10792 * test/test_classification.py, test/test_layer.py,
10793 test/test_load.py, test/test_map.py, test/test_session.py:
10794 Updated the tests to use the new functions that are in the
10795 respective classes.
10796
10797 * Thuban/Model/classification.py (Classification):
10798 Uses the new ClassData* classes. Modification messages are
10799 passed up to the parent layer (if it exists).
10800 (ClassData): New class to encapsulate the common data in each
10801 classification property.
10802 (ClassDataDefault): Represents the Default class. data.
10803 (ClassDataPoint): Represents a single class. data point
10804 (ClassDataRange): Represents a class. range
10805 (ClassDataMap): Represents a class. map (unused).
10806
10807 * Thuban/Model/color.py: Added Color.None to represent something
10808 with no color. Color.Black represents the color black.
10809 (NoColor): Helper class derived from Color to represent something
10810 with no color.
10811
10812 * Thuban/Model/layer.py (Layer): Removed references to fill, stroke,
10813 stroke_width attributes. Made the 'classification' attribute private.
10814 New methods for setting/getting the classification.
10815
10816 * Thuban/Model/load.py (ProcessSession): Use new methods on Layer
10817 to get the classifcation and use the new ClassData* classes to
10818 hold the classification data. Use Str2Num to convert numbers
10819 properly.
10820
10821 * Thuban/Model/save.py (Saver): Use new Color and Classification
10822 methods
10823
10824 * Thuban/UI/classifier.py (ClassGrid): New class to represent a
10825 custom grid.
10826 (ClassTable): Support for editing Values and Labels and for
10827 changing what type (point or range) of data is stored in each
10828 property based on how the user enters the data.
10829 (Classifier): Support for saving the new classifications and
10830 launching the dialog to edit a property.
10831 (SelectPropertiesDialog): New class for editing the visual
10832 properties of a classification (stroke color, width, and fill color)
10833 (ClassPreviewer): Took the Draw method from ClassRenderer and
10834 made most of it into this new class. Intend to use this class in
10835 the SelectPropertiesDialog for previewing changes.
10836
10837 * Thuban/UI/renderer.py: Use new Color and Classification methods.
10838
10839 * Thuban/UI/tree.py: Formatting changes.
10840
10841 * Doc/thuban.dtd: Add 'label' element
10842
10843 * Thuban/common.py: New. Contains common routines used throughout
10844 the code.
10845 (Str2Num): Takes a string and converts it to the "best" type of
10846 number.
10847
10848 2003-02-14 Bernhard Herzog <[email protected]>
10849
10850 * Thuban/UI/view.py (MapCanvas.OnLeftUp): Make sure that the
10851 dragging flag is always set to 0 even when the tool implementation
10852 raises an exception
10853
10854 2003-02-11 Bernhard Herzog <[email protected]>
10855
10856 * Thuban/UI/application.py (ThubanApplication.splash_screen): New
10857 method to create a splash screen.
10858 (ThubanApplication.ShowMainWindow): New. Show the main window.
10859 Needed so the splash screen can display the mainwindow
10860 (ThubanApplication.OnInit): Call the
10861 new splash_screen method to determine whether the application
10862 should display a splash screen. If it displays a splash screen do
10863 not immediately show the main window.
10864
10865 2003-02-11 Jonathan Coles <[email protected]>
10866
10867 * Thuban/Model/classification.py: Added import line to fix
10868 feature conflicts between running on python2.2 and python2.1.
10869
10870 * Thuban/UI/classifier.py (ClassTable): Didn't need to hang
10871 onto the clinfo parameter, so removed the deepcopy().
10872
10873 2003-02-10 Jonathan Coles <[email protected]>
10874
10875 * Thuban/Model/save.py (Saver.open_element, Saver.close_element):
10876 Added element_open variable to track opening and closing of tags
10877 so that tags that don't span more than one line are closed with
10878 /> instead of </tag_name>. Use the GetDefault*() methods of
10879 the Classification class.
10880
10881 * Thuban/Model/classification.py (Classificaton): Added set and
10882 get methods for the default data. The class also takes a layer
10883 reference so that modification messages can be sent. Fixed the
10884 methods to use the new ClassData class.
10885 (ClassData): New class to encapsulate the classification data
10886
10887 * Thuban/Model/layer.py (Layer): Remove the
10888 Set[Fill|Stroke|StrokeWidth]() methods. Code should call the
10889 SetDefault*() methods on the layer's classification object.
10890 (Layer.__init__): Use the new SetDefault*() methods in the
10891 Classification class.
10892
10893 * Thuban/Model/load.py (ProcessSession): Use the new ClassData
10894 object instead of a dictionary.
10895
10896 * Thuban/UI/classifier.py (ClassRenderer): New class to
10897 draw the classifications in the dialog box's table.
10898 (Classifier): Modified to use the ClassRenderer class.
10899
10900 * Thuban/UI/mainwindow.py (MainWindow): Use the SetDefault*()
10901 methods of the Classification class.
10902
10903 * Thuban/UI/renderer.py (MapRenderer): Use the Get*() methods
10904 of the ClassData class.
10905
10906 * test/test_classification.py, test/test_layer.py,
10907 test/test_map.py, test/test_session.py: Fix the tests to work
10908 with the above code changes.
10909
10910 2003-02-03 Jonathan Coles <[email protected]>
10911
10912 * Thuban/Model/classification.py (Classification): Added getNull()
10913 to return the NullData reference
10914
10915 * Thuban/Model/layer.py (Layer.SetFill, Layer.SetStroke,
10916 Layer.SetStrokeWidth): Modified these functions to change the
10917 null data in the classification rather than keep these values
10918 directly in the Layer class. Menu options to change these values
10919 work again.
10920
10921 2003-01-28 Jonathan Coles <[email protected]>
10922
10923 * Thuban/UI/classifier.py (Classifier): Resolved merging conflicts.
10924 Fixed crashing problem on some systems. Dialog box shows
10925 classification data.
10926
10927 * Thuban/UI/tree.py (SessionTreeCtrl.add_items): Handle drawing
10928 Colors in the tree view.
10929
10930 * Thuban/Model/layer.py (Layer.TreeInfo): Added a call to build
10931 the tree info for classifications. Commented out unnecessary lines.
10932
10933 * Thuban/Model/classification.py (Classification.TreeInfo): New
10934 function to add information about the classification into the
10935 tree view.
10936
10937 2003-01-27 Jan-Oliver Wagner <[email protected]>
10938
10939 * Thuban/__init__.py (_): New.
10940
10941 * Thuban/Model/classification.py, Thuban/Model/extension.py,
10942 Thuban/Model/layer.py, Thuban/Model/load.py, Thuban/Model/map.py,
10943 Thuban/Model/session.py, Thuban/UI/application.py,
10944 Thuban/UI/classifier.py, Thuban/UI/context.py, Thuban/UI/controls.py,
10945 Thuban/UI/identifyview.py, Thuban/UI/labeldialog.py,
10946 Thuban/UI/mainwindow.py, Thuban/UI/menu.py, Thuban/UI/proj4dialog.py,
10947 Thuban/UI/renderer.py, Thuban/UI/tree.py, Thuban/Lib/connector.py,
10948 Thuban/Lib/fileutil.py: Replace user string by _() for i18n.
10949
10950 2003-01-27 Jonathan Coles <[email protected]>
10951
10952 * Thuban/Model/layer.py: Classification initialization calls.
10953
10954 * Thuban/Model/classification.py: Created class to encapsulate
10955 a layer classification. Supports specific data points and
10956 ranges.
10957
10958 * Thuban/Model/load.py: Added support for loading classification
10959 information.
10960
10961 * Thuban/Model/save.py: Added support for saving classification
10962 information.
10963
10964 * Thuban/UI/classifier.py: Initial class for a dialog box for
10965 specifying classification information.
10966
10967 * Thuban/UI/mainwindows.py: Support for opening the classifier
10968 dialog.
10969
10970 * Thuban/UI/renderer.py: Support for drawing a layer with the
10971 classification information.
10972
10973 * Data/iceland_sample_class.thuban: iceland_sample with
10974 classification data.
10975
10976 * test/test_classification: Tests for the Classification class.
10977
10978 2002-12-09 Bernhard Herzog <[email protected]>
10979
10980 * test/test_command.py: New. Tests for the command classes.
10981
10982 * Thuban/UI/command.py (ToolCommand): New class for tool commands.
10983 (Command.IsTool): New method to distinguish between command
10984 switching tools and other commands.
10985
10986 * Thuban/UI/view.py (MapCanvas.SelectTool): New method to select
10987 the tool to avoid direct assignments to instance variables
10988 (MapCanvas.ZoomInTool, MapCanvas.ZoomOutTool, MapCanvas.PanTool)
10989 (MapCanvas.IdentifyTool, MapCanvas.LabelTool): Use SelectTool to
10990 change the tool
10991
10992 * Thuban/UI/mainwindow.py (MainWindow.update_command_ui): If an
10993 active tool's command turns insensitive, disable the tool.
10994 (_tool_command): Use the new ToolCommand class
10995
10996 * Examples/simple_extensions/simple_tool.py (simple_tool): Use the
10997 SelectTool method to change the tool
10998 (iconfile): Use the ToolCommand class
10999
11000 2002-12-03 Bernhard Herzog <[email protected]>
11001
11002 * Thuban/UI/tree.py (SessionTreeCtrl.normalize_selection): Handle
11003 the case of selected items that are not children of Layers or Maps
11004 properly. Previously this bug would trigger an assertion in
11005 wxWindows.
11006
11007 2002-11-06 Frank Koormann <[email protected]>
11008
11009 * Thuban/UI/mainwindow.py: Altered the order of tools in the
11010 toolbar: First now are all navigation tools (Zoom In/Out, Pan,
11011 Full Extent).
11012
11013 2002-10-23 Bernhard Herzog <[email protected]>
11014
11015 * setup.py (setup call): version now 0.1.3
11016
11017 * MANIFEST.in: Add the files in test/
11018
11019 * test/README: Add note about tests requiring the iceland data
11020
11021 * Thuban/UI/mainwindow.py (MainWindow.About): Add 2002 to
11022 copyright notice.
11023
11024 2002-10-18 Bernhard Herzog <[email protected]>
11025
11026 * test/test_map.py
11027 (TestMapWithContents.test_projected_bounding_box): Use an explicit
11028 epsilon.
11029
11030 * test/support.py (FloatComparisonMixin.assertFloatEqual)
11031 (FloatComparisonMixin.assertFloatSeqEqual): give a more useful
11032 message if the assertion fails and don't return the return value
11033 of self.assert_. In assertFloatSeqEqual the return meant that not
11034 all items of the sequence were compared.
11035
11036 2002-09-20 Bernhard Herzog <[email protected]>
11037
11038 * test/test_fileutil.py: New. Test cases for Thuban.Lib.fileutil
11039
11040 * Thuban/Lib/fileutil.py: Fixup some whitespace and typos
11041
11042 * test/test_map.py (TestMapWithContents.test_tree_info): Create
11043 the string with the bounding box on the fly because of platform
11044 differences in the way %g is handled.
11045
11046 * test/test_layer.py (TestLayer.test_empty_layer): Create an empty
11047 DBFfile too because Thuban layers can't yet cope missing DBF
11048 files.
11049
11050 2002-09-20 Bernhard Herzog <[email protected]>
11051
11052 * test/test_menu.py: Use initthuban instead of
11053 add_thuban_dir_to_path to initialize Thuban.
11054
11055 * test/support.py (FloatComparisonMixin.assertFloatEqual): New.
11056 Mixin class for float comparisons
11057 (SubscriberMixin): New. Mixin class to test messages sent through
11058 the Connector class
11059
11060 * test/README: Fix a typo and add the -v flag to the command for
11061 individual tests
11062
11063 * test/test_session.py: New. Test cases for Thuban.Model.session
11064
11065 * test/test_proj.py: New. Test cases for Thuban.Model.proj
11066
11067 * test/test_map.py: New. Test cases for Thuban.Model.map
11068
11069 * test/test_layer.py: New. Test cases for Thuban.Model.layer
11070
11071 * test/test_label.py: New. Test cases for Thuban.Model.label
11072
11073 * test/test_connector.py: New. Test cases for Thuban.Lib.connector
11074
11075 * test/test_color.py: New. Test cases for Thuban.Model.color
11076
11077 * test/test_base.py: New. Test cases for Thuban.Model.base
11078
11079 2002-09-13 Bernhard Herzog <[email protected]>
11080
11081 * Thuban/Model/session.py (Session.forwarded_channels): Forward
11082 the CHANGED channel too.
11083
11084 * Thuban/Model/map.py (Map.forwarded_channels): Forward the
11085 CHANGED channel too.
11086 (Map.__init__): Call the Modifiable constructor as well.
11087
11088 * Thuban/Model/base.py (Modifiable.UnsetModified): Issue a CHANGED
11089 event if the modified flag changes.
11090 (Modifiable.changed): Tweak the doc-string.
11091
11092 * Thuban/UI/mainwindow.py (MainWindow.view_position_changed)
11093 (MainWindow.set_position_text): Put the code that puts the text
11094 with the mouse position into the status bar into the new method
11095 set_position_text so that it can overwritten in derived classes.
11096
11097 2002-09-12 Bernhard Herzog <[email protected]>
11098
11099 * Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): Center the
11100 message box on the main window.
11101
11102 2002-09-11 Bernhard Herzog <[email protected]>
11103
11104 * Thuban/UI/mainwindow.py: Underline the 'x' in "Exit" instead of
11105 the 'E' because it's less likely to interfere with other menu
11106 entries.
11107 (MainWindow.build_menu): remove an incorrect comment.
11108
11109 2002-09-10 Bernhard Herzog <[email protected]>
11110
11111 * Thuban/UI/mainwindow.py (MainWindow.Map): New.
11112 (_tool_command): Add sensitive parameter
11113 (_has_visible_map): Sensitivity callback to tools and other
11114 commands that require a visible map. Use it in map_zoom_in_tool,
11115 map_zoom_out_tool, map_pan_tool, map_identify_tool, map_label_tool
11116 and map_full_extent
11117
11118 2002-09-06 Bernhard Herzog <[email protected]>
11119
11120 * Thuban/UI/mainwindow.py (MainWindow.OnClose): Unsubscribe
11121 VIEW_POSITION
11122
11123 2002-09-04 Frank Koormann <[email protected]>
11124
11125 * Resources/Bitmaps/fullextent.xpm: Updated Icon (removed "potatoe")
11126
11127 2002-09-02 Bernhard Herzog <[email protected]>
11128
11129 * Thuban/UI/view.py: Get rid of the idle redraw. This is done by
11130 wxWindows already and our implementation doesn't work correctly
11131 with wxGTK 2.3:
11132 (MapCanvas.__init__): Remove the instance variable
11133 (MapCanvas.OnPaint): Always call do_redraw when there's a map to
11134 be drawin
11135 (MapCanvas.OnIdle): Removed.
11136
11137 * Thuban/UI/view.py (MapCanvas.unprojected_rect_around_point): Add
11138 a parameter to determine the size of the rectangle.
11139 (MapCanvas.find_shape_at): Create the box around the point on a
11140 layer by layer basis and make the size depend on the shape type.
11141 This solves a problem with the selection of point shapes at the
11142 border of the layer's bounding box
11143
11144 2002-08-30 Bernhard Herzog <[email protected]>
11145
11146 * Thuban/UI/mainwindow.py (MainWindow.CanRemoveLayer): New method
11147 for the sensitivity of remove layer.
11148 (_can_remove_layer): New. Sensitivity callback for remove layer
11149 (Command layer_remove): Use _can_remove_layer
11150
11151 * Thuban/Model/map.py (Map.CanRemoveLayer): New method to
11152 determine whether a given layer can be deleted.
11153
11154 * Thuban/UI/view.py (MapCanvas.__init__, MapCanvas.OnPaint)
11155 (MapCanvas.do_redraw): Get rid of the unused update_region
11156 instance variable
11157
11158 * Thuban/UI/view.py: Add/update some doc-strings.
11159
11160 * test/: new subdirectory with a bunch of unit tests.
11161
11162 * test/README, test/test_table.py, test/test_save.py,
11163 test/test_menu.py, test/test_load.py: Initial set of tests and
11164 brief instructions on how to run them
11165
11166 2002-08-29 Bernhard Herzog <[email protected]>
11167
11168 * Thuban/UI/renderer.py (ScreenRenderer.draw_shape_layer): Handle
11169 arcs with multiple parts.
11170
11171 * Thuban/UI/view.py (ZoomInTool.MouseUp, ZoomOutTool.MouseUp):
11172 Handle degenrate rectangles.
11173
11174 * Thuban/Model/table.py: Make writing records work correctly:
11175 (Table.__init__): Keep track of whether the DBF is open for
11176 writing
11177 (Table.write_record): Open the DBF file for writing when necessary
11178
11179 2002-08-27 Bernhard Herzog <[email protected]>
11180
11181 * Thuban/Model/table.py (Table.write_record, Table.__init__): Open
11182 dbf files only for reading by default. Use a new writable dbf
11183 object for writing.
11184
11185 2002-08-26 Bernhard Herzog <[email protected]>
11186
11187 * Thuban/UI/mainwindow.py: Refactor the context creation:
11188 (MainWindow.Context): New method to return a context
11189 (MainWindow.invoke_command, MainWindow.update_command_ui): Use the
11190 new method
11191
11192 * Thuban/UI/tableview.py (TableGrid, LayerTableGrid): Split the
11193 layer table specific code from TableGrid into LayerTableGrid
11194 (TableFrame, LayerTableFrame): Split the layer table specific code
11195 from TableFrame into LayerTableFrame
11196 (LayerTableGrid.select_shape): Remove a debug print
11197
11198 * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Use the
11199 LayerTableFrame
11200
11201 2002-08-23 Bernhard Herzog <[email protected]>
11202
11203 * Thuban/Model/layer.py (Layer.__init__): Make sure we have an
11204 absolute filename.
11205
11206 2002-08-22 Bernhard Herzog <[email protected]>
11207
11208 * Thuban/Model/table.py (Table.write_record): New method to write
11209 records.
11210 (Table.__init__): Open the DBF file for writing too.
11211
11212 * Thuban/UI/controls.py (RecordTable.SetValue): Write the value
11213 into the underlying table.
11214
11215 * extensions/shapelib/shapefil.h (DBFCommit),
11216 extensions/shapelib/dbfopen.c (DBFCommit): New API function to
11217 commit any changes made to the DBF file.
11218
11219 * Thuban/UI/mainwindow.py (make_check_current_tool)
11220 (_tool_command): Put the code that generates the "checked"
11221 callback into a separate function so that we can reuse it
11222 elsewhere
11223
11224 * Thuban/Model/save.py (Saver): New class to handle serializing a
11225 session into an XML file. The main reason to introduce a class is
11226 that applications built on Thuban can derive from it so that they
11227 can save additional information in a session file.
11228 (save_session): Delegate almost all the work to the Saver class.
11229 Rename the filename argument to file because it may be a file like
11230 object now.
11231
11232 * Thuban/Model/load.py: Get rid of the Python 1.5.2 compatibility
11233 code. Remove the little test code which would be executed when the
11234 module is run as a script which didn't work anymore since it can't
11235 import the other Thuban modules.
11236 (ProcessSession, load_session): Refactor the ProcessSession to
11237 have one method for each element start and end tag so that derived
11238 classes can easily override the processing of individual tags.
11239 Also, always parse with namespaces enabled because applications
11240 built on top of Thuban will likely use namespaces if they extend
11241 the session file format.
11242
11243 2002-08-21 Bernhard Herzog <[email protected]>
11244
11245 * setup.py (ThubanInstall.run): Don't repr install_lib_orig
11246 because thubaninit_contents will do it for us.
11247
11248 2002-08-16 Jan-Oliver Wagner <[email protected]>
11249
11250 * Thuban/UI/mainwindow.py: menu item 'show session tree' now disable if
11251 tree window already open
11252
11253 2002-08-15 Bernhard Herzog <[email protected]>
11254
11255 * Thuban/Model/layer.py (Layer.Destroy): Call the unboundd method
11256 with self.
11257
11258 * Thuban/UI/view.py (MapCanvas.OnLeftUp): Only release the mouse
11259 when we have actually captured it.
11260
11261 * Thuban/Model/layer.py (Layer.Destroy): New. Explicitly close the
11262 shapefile and destroy the table.
11263
11264 * Thuban/Model/table.py (Table.Destroy): New. Close the DBF file.
11265
11266 2002-08-14 Bernhard Herzog <[email protected]>
11267
11268 * Thuban/UI/controls.py (RecordTable.__init__): Remove the unused
11269 instance variable columns
11270 (RecordTable.GetTypeName): row and col may be negative in some
11271 cases.
11272
11273 * setup.py (InstallLocal.initialize_options)
11274 (InstallLocal.finalize_options, InstallLocal.user_options): New
11275 option create-init-file to build a thubaninit.py when running
11276 install_local
11277 (InstallLocal.run): Create the thubaninit.py module when requested
11278 (thubaninit_contents): Split the template into several parts and
11279 create a new function thubaninit_contents that creates the
11280 contents of a thubaninit module.
11281 (ThubanInstall.run): Use the new function to create the thubaninit
11282 module.
11283
11284 2002-07-30 Bernhard Herzog <[email protected]>
11285
11286 * Thuban/UI/application.py (ThubanApplication.OnExit): Do some
11287 cleanup.
11288 (ThubanApplication.MainLoop): Extend to automatically call OnExit.
11289
11290 * Thuban/Model/session.py (Session.Destroy): Don't bypass the
11291 direct base class' Destroy method.
11292
11293 * Thuban/Model/map.py (Map.ClearLayers): New method to delete all
11294 layers.
11295 (Map.Destroy): Destroy the label_layer as well and call the
11296 inherited Desatroymethod first so that no more messages are
11297 issued.
11298 (Map.RaiseLayer, Map.LowerLayer): Only issue LAYERS_CHANGED
11299 message if the stacking order actually has changed. Add
11300 doc-strings.
11301 (Map.BoundingBox): Correct the doc-string.
11302 (Map.AddLayer, Map.RemoveLayer, Map.Layers, Map.HasLayers)
11303 (Map.ProjectedBoundingBox, Map.SetProjection): Add doc-strings.
11304
11305 * Thuban/Model/label.py (LabelLayer.ClearLabels): New to delete
11306 all labels.
11307
11308 2002-07-29 Bernhard Herzog <[email protected]>
11309
11310 * Thuban/Model/map.py (Map.subscribe_layer_channels)
11311 (Map.unsubscribe_layer_channels): Put the code that (un)subscribes
11312 to a layer's channels into separate methods.
11313 (Map.RemoveLayer, Map.AddLayer): Call the new methods
11314 (Map.Destroy): Unsubscribe from a layer's channels before
11315 destroying it.
11316
11317 * Thuban/UI/view.py (MapCanvas.find_shape_at): Change the
11318 selected_layer parameter to searched_layer which is the layer to
11319 search in.
11320 (MapCanvas.SelectShapeAt): New parameter layer to restrict the
11321 search to that layer. Return the selected layer and shape.
11322
11323 * Examples/simple_extensions/simple_tool.py (simple_tool): Fix a
11324 typo
11325
11326 2002-07-24 Bernhard Herzog <[email protected]>
11327
11328 * Thuban/UI/application.py (ThubanApplication.create_session):
11329 Extend the doc string.
11330 (ThubanApplication.subscribe_session)
11331 (ThubanApplication.unsubscribe_session): New methods to
11332 subscribe/unsubscribe to/from session channels.
11333 (ThubanApplication.SetSession): Call the new methods here.
11334 (ThubanApplication.maps_changed, ThubanApplication.set_map):
11335 Renamed set_map to maps_changed. Its now a subscriber for
11336 MAPS_CHANGED.
11337
11338 * Thuban/UI/view.py (ZoomOutTool.MouseUp): Use the correct
11339 x-coordinate in case of simple clicks
11340
11341 * Thuban/Model/base.py (Modifiable.changed): Apply the args tuple,
11342 don't pass it as a parameter
11343
11344 * Thuban/Model/session.py (Session.RemoveMap): New
11345
11346 * Thuban/UI/mainwindow.py (MainWindow.__init__): Turn the initial
11347 window size into a parameter.
11348
11349 2002-07-23 Bernhard Herzog <[email protected]>
11350
11351 * Thuban/UI/menu.py (Menu.item_index): Also search for menus not
11352 just commands.
11353
11354 * Thuban/UI/mainwindow.py (MainWindow.__init__): Change the
11355 parameter list a bit to allow setting the window title and the
11356 initial message in the status bar. Update the callers.
11357
11358 * Thuban/UI/application.py (ThubanApplication.OnInit)
11359 (ThubanApplication.CreateMainWindow): Put the mainwindow
11360 instantiation into a separate method so that it can be overridden
11361 by a subclass.
11362
11363 2002-07-19 Bernhard Herzog <[email protected]>
11364
11365 * Thuban/Model/session.py: Issue a CHANGED message every time
11366 another changed message is issued to make it easier to get
11367 notified of changes.
11368 (Session): Update the doc string
11369 (Session.forward): Issue changed-events as CHANGED as well.
11370 (Session.changed): Overwrite the inherited version to issue
11371 CHANGED events as well.
11372
11373 * Thuban/UI/tree.py: We can now simply subscribe to the session's
11374 CHANGED channel to be informed of changes.
11375 (SessionTreeCtrl.session_channels): Not needed any longer.
11376 (SessionTreeCtrl.unsubscribe_all, SessionTreeCtrl.session_changed):
11377 Only have to (un)subscribe CHANGED
11378
11379 * Thuban/Model/map.py (Map.TreeInfo): Deal better with empty maps.
11380
11381 * Thuban/UI/main.py, Thuban/UI/__init__.py: Move the work-around
11382 for the wxPython locale bug to __init__.py so that it's
11383 automatically executed by anybody using UI code from Thuban.
11384
11385 2002-07-18 Bernhard Herzog <[email protected]>
11386
11387 * Thuban/UI/main.py (main): app no longer needs to be global
11388
11389 * Thuban/UI/mainwindow.py (MainWindow.__init__): Add application
11390 as parameter and store it in an instance variable
11391 (MainWindow.invoke_command, MainWindow.update_command_ui)
11392 (MainWindow.save_modified_session, MainWindow.NewSession)
11393 (MainWindow.OpenSession, MainWindow.SaveSession)
11394 (MainWindow.SaveSessionAs, MainWindow.ShowSessionTree): Use self's
11395 application object.
11396
11397 * Thuban/UI/application.py (ThubanApplication.OnInit): Instantiate
11398 the main window with self.
11399
11400 * Thuban/UI/context.py: New module with the context class
11401
11402 * Thuban/UI/command.py (Command): Update doc string.
11403
11404 * Thuban/UI/mainwindow.py (MainWindow.invoke_command,
11405 MainWindow.update_command_ui): Pass an instance of the context
11406 class to the command's methods
11407 (check_current_tool, call_method): Handle the new context
11408 implementation
11409
11410 * Examples/simple_extensions/simple_tool.py (simple_tool,
11411 check_simple_tool): Handle the new context implementation
11412
11413 * Examples/simple_extensions/simple_command.py (simple_command):
11414 Handle the new context implementation. Update the comments about
11415 the context.
11416
11417 * Thuban/UI/application.py (ThubanApplication.SetSession): Add
11418 doc-string
11419 (ThubanApplication.Session): New method to return the session
11420 object
11421
11422 * Thuban/UI/tree.py (SessionTreeCtrl.update_tree): The
11423 interactor's selected_layer may not be a layer of the current
11424 session when the tree is updated while a new session is being set.
11425
11426 2002-07-17 Bernhard Herzog <[email protected]>
11427
11428 * Thuban/UI/tree.py (color_string): Removed. No longer used.
11429 (SessionTreeCtrl.update_tree, SessionTreeCtrl.add_items): Split
11430 update_tree into update_tree and add_items. The tree now uses a
11431 more generic way to display the contents of the tree.
11432 (SessionTreeCtrl): Add a doc string explaining the TreeInfo method
11433
11434 * Thuban/Model/layer.py (Layer.TreeInfo),
11435 Thuban/Model/extension.py (Extension.TreeInfo),
11436 Thuban/Model/map.py (Map.TreeInfo),
11437 Thuban/Model/session.py (Session.TreeInfo):
11438 Add TreeInfo methods to implement the new tree view update scheme
11439
11440 2002-07-16 Bernhard Herzog <[email protected]>
11441
11442 * Thuban/UI/application.py: Don't use "import from" for the
11443 MainWindow. It can't always be resolved.
11444 (ThubanApplication.OnInit): change reference to MainWindow
11445 accordingly.
11446
11447 * Thuban/UI/menu.py (Menu.SetItems): New method to replace a menu
11448 completely
11449
11450 2002-07-10 Bernhard Herzog <[email protected]>
11451
11452 * setup.py (create_init_module): New configurable variable whose
11453 default depends on the platform we're running on.
11454 (ThubanInstall.initialize_options): Initialize
11455 self.create_init_module from the global create_init_module
11456 (ThubanInstall.user_options): indictate that the options
11457 create-init-module and init-module-dir have arguments.
11458
11459 * setup.py: In the setup call change the version number to include
11460 cvs.
11461
11462 * MANIFEST.in: Add the files in Examples
11463
11464 2002-07-09 Bernhard Herzog <[email protected]>
11465
11466 * setup.py: In the setup call, use the thuban homepage as the
11467 value of the url parameter.
11468
11469 * Examples: New subdirectory for examples.
11470
11471 * Examples/simple_extensions/simple_tool.xpm,
11472 Examples/simple_extensions/simple_tool.py,
11473 Examples/simple_extensions/simple_command.py,
11474 Examples/simple_extensions/README: Simple examples showing how to
11475 add new commands and tools.
11476
11477 * setup.cfg (bdist_rpm): Add the default value for prefix and tell
11478 bdist_rpm that we also have an install script.
11479 (bdist_inno): Add 2002 to the copyright notice.
11480
11481 * setup.py: Create a file in python's site-packages directory to
11482 make installation of Thuban as a library easier.
11483 (ThubanInstall.user_options): Add two new options,
11484 create-init-module and init-module-dir
11485 (ThubanInstall.expand_with_pure_python_dirs): New method to expand
11486 filenames for installation in the default directories.
11487 (ThubanInstall.select_scheme, ThubanInstall.convert_paths): Extend
11488 the inherited methods to capture some filenames before they're
11489 transformed too much by distutils.
11490 (ThubanInstall.run): Create the init module if requested.
11491 (ThubanInstall.thuban_init_filename): New method to return the
11492 full name of the init module.
11493 (ThubanInstall.get_outputs): Append the filename of the init
11494 module.
11495
11496 2002-07-08 Bernhard Herzog <[email protected]>
11497
11498 * setup.py (thuban_bdist_rpm): Extend this version of bdist_rpm to
11499 handle the prefix properly which means that the default for the
11500 installation prefix should be /usr for RPMs and /usr/local when
11501 doing a normal source install.
11502 (bdist_rpm_install_script): Script to override the default install
11503 commands in the specfile generated by the bdist_rpm command.
11504 (thuban_bdist_rpm.user_options): Add a prefix option
11505 (thuban_bdist_rpm.initialize_options): Init the prefix option.
11506 Create the script files for the spec files as empty files here
11507 (thuban_bdist_rpm._make_spec_file): Override the inherited method
11508 to fill the script files with content.
11509
11510 * Thuban/Model/save.py (relative_filename): Wrapper around
11511 Thuban.Lib.fileutil.relative_filename that accepts an empty dir
11512 argument. save_session now automatically uses this version,
11513 solving a problem when saving to a relative filename.
11514
11515 * setup.py: In the setup call, make sure that the library
11516 directories are under $prefix/lib not directly under $prefix.
11517
11518 2002-06-20 Jan-Oliver Wagner <[email protected]>
11519
11520 * Thuban/Model/extension.py: new module to handle extension objects.
11521 * Thuban/Model/messages.py: new messages for extensions.
11522 * Thuban/Model/session.py (Session.Extensions, Session.HasExtensions,
11523 Session.AddExtension): new for handling extensions.
11524 Also some other minor changes to round up extension handling.
11525 * Thuban/UI/tree.py (SessionTreeCrtl:update_tree): Added visualization
11526 of Extension titles and title and names of its objects.
11527
11528 2002-05-29 Bernhard Herzog <[email protected]>
11529
11530 * Thuban/UI/mainwindow.py (MainWindow.bind_command_events): Bind
11531 the events for a command.
11532 (MainWindow.add_toolbar_command, MainWindow.add_menu_command):
11533 Call bind_command_events to bind the events. add_toolbar_command
11534 can now bind events too so that it's possible to have commands
11535 that are only available through the toolbar.
11536 (MainWindow.init_ids): New instance variable events_bound to keep
11537 track of for which commands events have been bound.
11538
11539 2002-05-28 Bernhard Herzog <[email protected]>
11540
11541 * Thuban/UI/menu.py: New module to build and manage menus.
11542
11543 * Thuban/UI/mainwindow.py: Remove some unused imports.
11544 (MainWindow.__init__, main_menu): move the definition of the main
11545 menu from __init__ to the Menu instance main_menu.
11546 (MainWindow.build_menu_bar, MainWindow.build_menu): New methods to
11547 build the menu bar and sub-menus from a menu description.
11548
11549 * Thuban/UI/application.py (ThubanApplication.OnInit): Read the
11550 startup file
11551 (ThubanApplication.read_startup_files): New method to run
11552 ~/.thuban/thubanstart.py
11553
11554 * Thuban/UI/mainwindow.py (MainWindow.__init__, main_toolbar):
11555 Move the toolbar definition to the Menu instance main_toolbar.
11556 (MainWindow.build_toolbar): New method to build the toolbar
11557 similar to the build_menu methods
11558
11559 2002-05-23 Bernhard Herzog <[email protected]>
11560
11561 * Thuban/UI/mainwindow.py (MainWindow.__init__): Fix spelling of
11562 layer_outline_color. Fix it in the definition of the command too.
11563
11564 * Thuban/UI/command.py (Command): Fix typo in doc string
11565
11566 2002-05-22 Bernhard Herzog <[email protected]>
11567
11568 * Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): Fix a typo
11569 in the docstring
11570
11571 2002-05-15 Bernhard Herzog <[email protected]>
11572
11573 * Thuban/Model/layer.py (Layer.open_shapefile): Set bbox to None
11574 when the shapefile is empty.
11575 (Layer.BoundingBox, Layer.LatLongBoundingBox): Both methods may
11576 now return None for empty shapefiles. Update doc-strings.
11577
11578 * Thuban/Model/map.py (Map.BoundingBox): Add doc-string. Deal with
11579 the layer's bbox being None.
11580
11581 * Thuban/UI/tree.py (SessionTreeCtrl.update_tree): Deal with the
11582 layer's bbox being None.
11583
11584 * Thuban/UI/view.py (MapCanvas.shape_selected): Only redraw when
11585 necessary.
11586 (MapCanvas.__init__): New instance variables, last_selected_layer
11587 and last_selected_shape to determine how the selection has
11588 changed.
11589
11590 * Thuban/UI/tableview.py (TableGrid.__init__): Do not call
11591 AutoSizeColumns because it will cause a traversal of the entire
11592 table which for large .dbf files will take a very long time.
11593
11594 2002-05-14 Bernhard Herzog <[email protected]>
11595
11596 * Thuban/Model/layer.py (Layer.open_shapefile): Choose a better
11597 maximum depth for the tree than shapelib does by default.
11598
11599 2002-05-10 Bernhard Herzog <[email protected]>
11600
11601 * setup.py (py_modules): The shptree modules doesn't have a
11602 wrapper, so don't include it in the py_modules
11603
11604 2002-05-08 Bernhard Herzog <[email protected]>
11605
11606 * extensions/shapelib/shptree.c (compare_ints): Make arguments
11607 const void * as in the qsort prototype
11608 (SHPTreeFindLikelyShapes): Remove some unused variables.
11609
11610 * Thuban/UI/view.py (PanTool.MouseMove): Use the bitmap the view
11611 maintains to redraw the window during a drag.
11612 (MapCanvas.unprojected_rect_around_point): New method to determine
11613 a small region around a point for hit-testing.
11614 (MapCanvas.find_shape_at): Only test the shapes in a small region
11615 around the point.
11616
11617 * setup.py: Increment the version to 0.1.2
11618
11619 * Thuban/UI/tree.py (SessionTreeCtrl.unsubscribe_all): Remove a
11620 debug print and set session to None after unsubscribing
11621
11622 2002-05-07 Bernhard Herzog <[email protected]>
11623
11624 * Data/iceland_sample.session, Data/iceland_sample.thuban: Rename
11625 the file to have a .thuban extension.
11626
11627 * Thuban/UI/tree.py (session_channels): New class constant with
11628 all the session channels to subscribe to to update the tree
11629 (SessionTreeCtrl.session_changed): Remember the session so that we
11630 can unsubscribe properly. Use the new class constant to
11631 unsubscribe from the old session and subscribe to the new one.
11632 (SessionTreeCtrl.unsubscribe_all): New method to unsubscribe all
11633 subscriptions of the SessionTreeCtrl.
11634 (SessionTreeView.OnClose): Call the tree's unsubscribe_all method.
11635
11636 * Thuban/UI/mainwindow.py (MainWindow.__init__): Add the "Show
11637 Session Tree" command to the file menu.
11638
11639 * Thuban/UI/view.py (MapCanvas.do_redraw): Pass the entire bitmap
11640 as update_region to the renderer.
11641
11642 * Thuban/UI/renderer.py
11643 (ScreenRenderer.layer_ids, ScreenRenderer.draw_shape_layer): The
11644 update box is now directly a tuple, not a wxRect anymore.
11645
11646 * Thuban/Model/layer.py (Layer.ShapesInRegion): Remove some debug
11647 prints.
11648
11649 2002-05-07 Bernhard Herzog <[email protected]>
11650
11651 * setup.py: Add the shptree extension module. See
11652 extensions/pyshapelib/ChangeLog for more details.
11653
11654 * extensions/shapelib/shpopen.c, extensions/shapelib/shapefil.h,
11655 extensions/shapelib/dbfopen.c: Really update to the versions of
11656 shapelib 1.2.9. For some reason it wasn't really done on
11657 2002-04-11.
11658
11659 * extensions/shapelib/shptree.c: Modified version of shptree.c of
11660 shapelib 1.2.9. The only real difference is the use of qsort
11661 instead of a bubble sort implementation
11662
11663 * Thuban/Model/layer.py (Layer.__init__): New instance variable
11664 shapetree to hold the shapelib quadtree for the shapefile
11665 (Layer.open_shapefile): Create the quad tree.
11666 (Layer.ShapesInRegion): New method to return the ids of shapes in
11667 a given region using the quad tree.
11668
11669 * extensions/thuban/wxproj.cpp (project_points): Fix some typos in
11670 comment
11671 (draw_polygon_shape): Accept both arcs and polygons.
11672 (initwxproj): Use the new PYSHAPELIB_IMPORT_API macro to import
11673 the api.
11674
11675 * Thuban/UI/renderer.py (MapRenderer.layer_ids): New method to
11676 return the shape ids to be rendered in a given layer.
11677 (MapRenderer.draw_shape_layer): Call layer_ids to get the list of
11678 ids. Use draw_polygon_shape to draw arc shapes as well.
11679 (ScreenRenderer.RenderMap): New parameter for the rectangle that
11680 has to be updated
11681 (ScreenRenderer.layer_ids): Make use of the layer's quadtree by
11682 calling it's ShapesInRegion method.
11683
11684 * Thuban/UI/view.py (MapCanvas.__init__): New instance variable
11685 update_region for the update region.
11686 (MapCanvas.OnPaint): Maintain the update region
11687 (MapCanvas.do_redraw): Pass the bounding box of the update_region
11688 to the renderer when drawing the bitmap. Reset the update_region.
11689
11690 2002-05-03 Bernhard Herzog <[email protected]>
11691
11692 * Thuban/UI/mainwindow.py (MainWindow.SaveSessionAs,
11693 MainWindow.OpenSession): Change the file extension of the session
11694 files to .thuban
11695
11696 * Thuban/Model/session.py (Session.AddMap, forwarded_channels):
11697 Move the map channels to be forwarded by the session into the
11698 class constant with forwarded_channels. Also add
11699 LAYER_PROJECTION_CHANGED and LAYER_VISIBILITY_CHANGED to
11700 forwarded_channels
11701
11702 * Thuban/Model/base.py (Modifiable.changed): Fix doc-string (a
11703 typo and some rewording).
11704
11705 2002-05-02 Bernhard Herzog <[email protected]>
11706
11707 * Thuban/UI/view.py: Keep the temporary bitmap used during drawing
11708 around to speed up most redraws:
11709 (MapCanvas.__init__): New instance variable bitmap which holds the
11710 bitmap
11711 (MapCanvas.do_redraw): Redraw self.bitmap if necessary. Use
11712 self.bitmap to draw.
11713 (MapCanvas.full_redraw): New method to force a full redraw
11714 including the bitmap
11715 (MapCanvas.SetMap): Subscribe full_redraw instead of redraw to
11716 make sure the bitmap is redrawn.
11717 (MapCanvas.projection_changed, MapCanvas.set_view_transform,
11718 MapCanvas.shape_selected): Call full_redraw instead of readraw to
11719 make sure the bitmap is redrawn.
11720 (MapCanvas.OnSize): New method to handle size events so that the
11721 bitmap can be redrawn.
11722
11723 2002-04-29 Bernhard Herzog <[email protected]>
11724
11725 * Thuban/UI/mainwindow.py (MainWindow.__init__): Subscribe to the
11726 canvas' VIEW_POSITION event
11727 (MainWindow.view_position_changed): Handler for VIEW_POSITION.
11728 Update the text in the status-bar accordingly.
11729
11730 * Thuban/UI/view.py (MapCanvas): Derive from Publisher as well
11731 (MapCanvas.__del__): Implement because Publisher.__del__ has to be
11732 called.
11733 (MapCanvas.__init__): Bind EVT_LEAVE_WINDOW too. Initialize
11734 current_position
11735 (MapCanvas.set_current_position): New method to set
11736 current_position. Issue a VIEW_POSITION event
11737 (MapCanvas.CurrentPosition): New public method to return the value
11738 of current_position. Should be called when the VIEW_POSITION event
11739 is processed.
11740 (MapCanvas.OnLeftDown, MapCanvas.OnLeftUp, MapCanvas.OnMotion):
11741 Update the position.
11742 (MapCanvas.OnLeaveWindow): Set the position to None.
11743
11744 * Thuban/UI/messages.py (VIEW_POSITION): New message for the
11745 position in the statusbar
11746
11747 2002-04-26 Frank Koormann <[email protected]>
11748
11749 * Thuban/UI/mainwindow.py: AddLayer, Dialog title s/session/data
11750
11751 2002-04-24 Frank Koormann <[email protected]>
11752
11753 * Resources/Bitmaps/identify.xpm: shadow added
11754
11755 * Resources/Bitmaps/fullextent.xpm: new
11756
11757 2002-04-22 Jan-Oliver Wagner <[email protected]>
11758
11759 * Thuban/UI/tree.py (update_tree): added test for None on map bounding
11760 box
11761
11762 2002-04-21 Jan-Oliver Wagner <[email protected]>
11763
11764 * Thuban/UI/proj4dialog.py (UTMProposeZoneDialog): new
11765
11766 * Thuban/UI/tree.py (update_tree): added added map extent
11767
11768 * Thuban/UI/mainwindow.py (_method_command): extended by parameter
11769 icon; added map_full_extend as tool
11770
11771 2002-04-19 Jan-Oliver Wagner <[email protected]>
11772
11773 * Thuban/UI/mainwindow.py (SaveSession): launch save as dialog for
11774 saving _new_ sessions
11775
11776 * Thuban/Model/session.py (create_empty_session): new session
11777 don't have a filename (set to None)
11778
11779 * Thuban/UI/tree.py (update_tree): added filename and modified flag
11780
11781 * Thuban/Model/load.py (ProcessSession): convert projection
11782 parameters from unicode to regular string
11783
11784 * Data/iceland_sample.session: Added UTM Zone 26 projection.
11785
11786 2002-04-11 Bernhard Herzog <[email protected]>
11787
11788 * extensions/shapelib/shapefil.h, extensions/shapelib/shpopen.c,
11789 extensions/shapelib/dbfopen.c: Update to the versions of shapelib
11790 1.2.9
11791
11792 * setup.py (Lib.wxproj extension): Don't link shpopen.c and put
11793 the pyshapelib directoy into the list of include dirs, so that
11794 pyshapelib_api.h can be found.
11795
11796 * extensions/thuban/wxproj.cpp (pyshapelib_api): New variable that
11797 holds the pyshapelib C-API
11798 (draw_polygon_shape, point_in_polygon_shape, shape_centroid): Use
11799 pyshapelib_api to access the shapelib functions.
11800 (initwxproj): Import the c_api from the shapelib module and
11801 initialize pyshapelib_api.
11802
11803 2002-04-04 Bernhard Herzog <[email protected]>
11804
11805 * setup.py (thuban_bdist_rpm.initialize_options): Use
11806 initialize_options to create the scripts for the rpm.
11807
11808 * extensions/pyprojection/setup.py (PROJ4_PREFIX): Just use /
11809
11810 2002-04-03 Bernhard Herzog <[email protected]>
11811
11812 * setup.py: Increment version to 0.1.1
11813
11814 * Thuban/UI/mainwindow.py (MainWindow.__init__): Move the "Add
11815 Layer" and "Remove Layer" commands from the layer menu to the map
11816 menu
11817
11818 2002-02-15 Bernhard Herzog <[email protected]>
11819
11820 * Thuban/Model/layer.py (Layer.Shape): list append only takes one
11821 argument (python <= 1.5.2 erroneously accepted multiuple
11822 arguments)
11823
11824 2002-02-04 Bernhard Herzog <[email protected]>
11825
11826 * Thuban/UI/identifyview.py (IdentifyGridCtrl): New class to use a
11827 RecordGrid in the identifyview.
11828 (IdentifyView.__init__): Use IdentifyGridCtrl instead of
11829 IdentifyListCtrl. The grid allows editing of the values.
11830
11831 * Thuban/UI/controls.py (RecordTable, RecordGridCtrl): New classes
11832 implementing a grid for a single row of a thuban table.
11833
11834 * Thuban/UI/view.py (MapCanvas.SelectShapeAt): Search through all
11835 layers by default. Easier to use than the previous default of only
11836 searching through the select layer which meant that if no layer
11837 was selected, you couldn't select a shape.
11838
11839 * Thuban/UI/tableview.py (TableGrid.__init__): Fix typo
11840
11841 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Honour the
11842 stroke_width attribute
11843
11844 * Thuban/Model/save.py (save_session): Write the new stroke_width
11845 attribute
11846
11847 * Thuban/Model/load.py (ProcessSession.startElement): Read the
11848 stroke_width attribute
11849
11850 * Thuban/Model/layer.py (Layer.__init__): New parameter and
11851 instance variable stroke_width
11852 (Layer.SetStrokeWidth): Set the stroke_width.
11853
11854 2002-02-01 Bernhard Herzog <[email protected]>
11855
11856 * extensions/thuban/wxproj.cpp (project_points): Fix two
11857 off-by-one errors in the last loop that joins the various parts
11858 together.
11859
11860 2002-01-14 Bernhard Herzog <[email protected]>
11861
11862 * setup.py (data_dist.make_distribution): Fix some typos
11863
11864 2001-09-18 Bernhard Herzog <[email protected]>
11865
11866 * README: Slight tweaking in preparation for the 0.1 release
11867
11868 * setup.cfg: Add section for sdist to create both tgz and zip
11869 archives
11870
11871 * setup.py: increase version number to 0.1
11872 (data_dist): New command class for data distribution
11873
11874 2001-09-14 Bernhard Herzog <[email protected]>
11875
11876 * Thuban/UI/identifyview.py (IdentifyListCtrl.selected_shape):
11877 Handle the case of no layer (i.e. layer is None) properly.
11878
11879 * Thuban/UI/proj4dialog.py (UTMDialog.__init__, Proj4Dialog.__init__):
11880 Set the initial selection of the combo boxes to reflect the
11881 projection we're starting with in a way that works on windows,
11882 too.
11883
11884 * Thuban/Lib/connector.py (Connector.print_connections): Print the
11885 puiblisher's ids in hex to make it easier to compare them to the
11886 standard repr of python methods
11887
11888 * Thuban/Model/map.py (Map.Destroy): Unsubscribe the label_layer
11889 messages
11890
11891 2001-09-13 Bernhard Herzog <[email protected]>
11892
11893 * Thuban/UI/tree.py (SessionTreeCtrl.OnSelChanged): Make sure to
11894 deselect the layer if no layer is selected
11895
11896 * Thuban/UI/view.py (MapCanvas.OnPaint): Only delay drawing to
11897 idle time when there actually is something to draw. If there's
11898 nothing to draw simply clear the window
11899 (MapCanvas.do_redraw): Call dc.EndDrawing and add some comments.
11900 (MapCanvas.SetMap): force a redraw in all cases because
11901 FitMapToWindow doesn't always do it.
11902 (MapCanvas.ZoomFactor): Add an optional parameter, center, to
11903 specify the point to move into the center of the window
11904 (ZoomOutTool.MouseUp, ZoomInTool.MouseUp): If the mouse wasn't
11905 dragged, zoon in/out by a factor of 2
11906 (MapCanvas.find_shape_at): Iterate backwards (i.e. with decreasing
11907 index, i.e. reversed drawing order) so that objects appearing to
11908 be in from of others are selected first. This is probably mostly
11909 relevant for point shapes where the symbols used may overlap
11910
11911 * Thuban/Model/session.py (create_empty_session): Unset the
11912 modified bit before returning it
11913
11914 * Thuban/UI/mainwindow.py (MainWindow.NewSession): Use
11915 create_empty_session session to create the new, empty session.
11916
11917 * Thuban/UI/mainwindow.py (MainWindow.__init__): Set the size of
11918 the tool bitmaps.
11919 (MainWindow.OnClose, MainWindow.save_modified_session): Separate
11920 the code that asks whether the session should be saved into the
11921 new method save_modified_session.
11922 (MainWindow.OpenSession, MainWindow.NewSession): Use the new
11923 method to save modified session here too.
11924
11925 2001-09-11 Bernhard Herzog <[email protected]>
11926
11927 * setup.py (InnoIconItem): fix typo
11928
11929 (thuban_bdist_inno.run):
11930 (bdist_inno.run): Move the decision not to create symlinks on
11931 non-nt platforms to thuban_bdist_inno and do it unconditinally
11932 since we never want to create the symlinks here
11933
11934 2001-09-10 Bernhard Herzog <[email protected]>
11935
11936 * Thuban/UI/mainwindow.py (MainWindow.IdentifyTool): Popup the
11937 identify view immediately
11938
11939 * Thuban/UI/controls.py: New file with two classes RecordListCtrl
11940 and SelectableRecordListCtrl that implement the code shared by the
11941 identify view and the label dialog
11942
11943 * Thuban/UI/identifyview.py (IdentifyListCtrl): Derive from the
11944 new class RecordListCtrl
11945
11946 * Thuban/UI/labeldialog.py (LabelDialog.OnOK): Check whether the
11947 return value of GetValue is None instead of using it as a boolean
11948 directly so that Zero numbers are handled properly.
11949 (LabelListCtrl): Derive from the new class
11950 SelectableRecordListCtrl
11951
11952 * Thuban/UI/proj4dialog.py (Proj4Dialog.__init__):
11953 (Proj4Dialog.dialogLayout): Make the window resizable and set the
11954 size of the text control explicitly to make the sizers work on
11955 both Windows and X.
11956
11957 2001-09-07 Bernhard Herzog <[email protected]>
11958
11959 * Thuban/UI/view.py (MapCanvas.find_shape_at):Add a new parameter
11960 that can limit the search to the currently selected layer.
11961 (MapCanvas.SelectShapeAt): Make sure that the currently selected
11962 layer stays selected even when no shape is found
11963 (MapCanvas.FitRectToWindow): If the rect has zero with or zero
11964 height do nothing (avoids zero division errors)
11965
11966 2001-09-06 Bernhard Herzog <[email protected]>
11967
11968 * Thuban/UI/tree.py (SessionTreeCtrl, SessionTreeView.__init__):
11969 Correct the spelling of SessionTreeCtrl. dabbrev is too damn
11970 convenient :-)
11971 (SessionTreeCtrl.__init__, SessionTreeCtrl.update_tree): Introduce
11972 a new instvar layer_to_item to map layers to tree items
11973 (SessionTreeCtrl.layer_selected): Select the appropriate tree item
11974 to match the current selection in the interactor
11975
11976 * Thuban/UI/interactor.py (Interactor.SelectedLayer):
11977 (Interactor.HasSelectedLayer): New methods to query the current
11978 selection
11979
11980 * Thuban/UI/mainwindow.py (MainWindow.current_layer):
11981 (MainWindow.has_selected_layer): Simply call the appropriate
11982 interactor method
11983
11984 * Thuban/UI/mainwindow.py (MainWindow.__init__):
11985 (MainWindow.LayerShowTable):
11986 (MainWindow.identify_view_on_demand): Store the interactor in an
11987 instvar and use that reference instead of going through main.app
11988
11989 * Thuban/UI/mainwindow.py (MainWindow.ShowSessionTree):
11990 * Thuban/UI/application.py (ThubanApplication.OnInit):
11991 * Thuban/UI/main.py (main): Create the session tree view in main
11992 with the new mainwindow method ShowSessionTree and not directly
11993 the application's OnInit method
11994
11995 * Thuban/UI/tree.py (myTreeCtrlPanel):
11996 (SessioinTreeCtrl): Rename to SessioinTreeCtrl and turn it into a
11997 TreeCtrl isntead of a panel. This affects most method since we now
11998 refer to self instead of self.tree
11999 (SessionTreeView): New class implementing a non-modal dialog
12000 showing the session tree.
12001
12002 * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Pass the
12003 layer to the tableview dialog.
12004
12005 * Thuban/UI/tableview.py: Add some doc-strings
12006 (TableGrid):
12007 (TableGrid.OnRangeSelect):
12008 (TableGrid.OnSelectCell):
12009 (TableFrame.__init__):
12010 (TableFrame.row_selected):
12011 Selecting rows in the grid view now updates the selected shapes
12012 through the TableFrame. To achieve this we derive TableGrid from
12013 Publisher and introduce the message type ROW_SELECTED which the
12014 TableFrame subscribes to and which is issued by OnRangeSelect and
12015 OnSelectCell
12016
12017 (DataTable.SelectRow): Removed because it's no longer needed in
12018 the row/shape selection scheme
12019
12020 * Thuban/UI/dialogs.py: New file implementing common classes for
12021 dialogs
12022
12023 * Thuban/UI/tableview.py (TableGrid.__init__): Don't subscribe to
12024 the SELECTED_SHAPE message anymore. This is now handled by the
12025 parent.
12026 (TableGrid.select_shape): Only update the selection if the shape
12027 is not None.
12028 (TableFrame): Inherit from the new NonModalDialog class.
12029 (TableFrame.__init__, TableFrame.select_shape): Handle the
12030 SELECT_SHAPE message.
12031 (TableFrame.OnClose): Extend the inherited method to unsubscribe
12032 SELECT_SHAPE
12033
12034 * Thuban/UI/mainwindow.py (MainWindow.init_dialogs):
12035 (MainWindow.add_dialog):
12036 (MainWindow.dialog_open):
12037 (MainWindow.remove_dialog):
12038 (MainWindow.get_open_dialog): New methods to maintain a dictionary
12039 of opened non-modal dialogs.
12040
12041 (MainWindow.__init__): Initialize the new non-modal dictionary
12042 management code
12043 (MainWindow.LayerShowTable): maintain separate dialogs for each
12044 table using the non-modal dialog management code to only open a
12045 view once for each table.
12046
12047 (MainWindow.IdentifyTool):
12048 (MainWindow.__init__):
12049 (MainWindow.identify_view_on_demand): Don't open the identify view
12050 in IdentifyTool anymore. This will be done automatically by the
12051 new method identify_view_on_demand which handles the
12052 SELECTED_SHAPE message so that the identify view will be opened on
12053 demand
12054
12055 * Thuban/UI/identifyview.py (IdentifyListCtrl.__init__): Remove
12056 the interactor argument. The SELECTED_SHAPE message is now handled
12057 by the parent.
12058 (IdentifyView.__init__): Add the interactor argument so that we
12059 can handle the SELECTED_SHAPE message here
12060 (IdentifyView.selected_shape): New method to handle the
12061 SELECTED_SHAPE messages
12062
12063 * Thuban/UI/identifyview.py (IdentifyView): Derive from the new
12064 NonModalDialog class
12065 (IdentifyView.OnClose): Extend the inherited version to
12066 unsubscribe SELECT_SHAPE
12067
12068 * Thuban/Model/session.py (Session.UnsetModified): Remove debug prints
12069
12070 2001-09-05 Bernhard Herzog <[email protected]>
12071
12072 * Thuban/UI/view.py (MapCanvas.__init__): New argument, interactor.
12073
12074 * Thuban/UI/mainwindow.py (MainWindow.__init__): New argument
12075 interactor to pass through to the MapCanvas
12076
12077 * Thuban/UI/application.py (ThubanApplication.OnInit): Use the new
12078 argument to the MainWindow constructor to get rid of the ugly hack
12079 that made main.app available early just so that the mapcanvas
12080 could access the interactor object.
12081
12082 2001-09-04 Bernhard Herzog <[email protected]>
12083
12084 * Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): New method
12085 that runs a modal message box
12086 (MainWindow.OnClose): Use the new method
12087 (MainWindow.RemoveLayer): Just do nothing in case no layer is
12088 selected. The command should be grayed out anyway, so there's no
12089 need to pop up a message box.
12090 (MainWindow.AddLayer): Pop up a message box with an error message
12091 if the shape file can't be opened
12092
12093 * Thuban/Model/layer.py (Layer.__init__): Open the shapefile
12094 immediately. This will cause an exception in case the file can't
12095 be opened and we can display an appropriate message.
12096
12097 * MANIFEST.in: Add extensions/pyprojection/LICENSE
12098
12099 * setup.py (thuban_bdist_rpm): New class implementing a Thuban
12100 specific bdist_rpm command.
12101
12102 * Thuban/UI/main.py: Catch ImportError exceptions when importing
12103 the locale module because it may not be available on some
12104 installations.
12105
12106 * extensions/pyprojection/LICENSE: Copy of the license text in
12107 Projection.i. Having it in a separate file makes it easier to
12108 refer to license text in e.g. RPMs
12109
12110 2001-09-03 Bernhard Herzog <[email protected]>
12111
12112 * setup.py: use wx-config instead of wxgtk-config because it's
12113 more generic
12114
12115 * setup.py (ThubanInstall.get_outputs): Add the symlink in
12116 <prefix>/bin to the outputs
12117 (ThubanInstall.link_file): New method to link files. We need this
12118 because the standard copy_files refuses to link non-existing
12119 files.
12120 (ThubanInstall.run): Remove the leading install root from the
12121 script filename if an install root was specified and use the new
12122 link_file method
12123
12124 * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Fit the map to
12125 the window when the first layer is added to the map.
12126
12127 * setup.py (ThubanInstall.run): Honor the build root (self.root)
12128 when linking thuban.py to <prefix>/bin
12129
12130 2001-08-31 Bernhard Herzog <[email protected]>
12131
12132 * setup.py: In the setup call, the install parameters shouldn't
12133 have trailing slashes because distutils on non-posix platforms
12134 doesn't like that. The same applies to other directories like
12135 "Resources/Bitmaps"
12136
12137 In the configuration section for nt, move the wxWindows directory
12138 optins into the part clearly marked as editable.
12139
12140 (InstallLocal.initialize_options):
12141 (InstallLocal.user_options): remove the currently unused debug
12142 flag
12143 (thuban_build_py.find_all_modules): Add this method so that it
12144 works for our case of having packages and modules in one
12145 distribution as well.
12146 (ThubanInstall.initialize_options):
12147 (ThubanInstall.finalize_options):
12148 (ThubanInstall.user_options):
12149 (ThubanInstall.boolean_options): Add new options, do-symlink and
12150 extra files. Since these are the first ThubanInstall specific
12151 options, override user_options and boolean_options
12152 (ThubanInstall.run): Honor the new do-symlink and extra-files
12153 options.
12154 (ThubanInstall.get_outputs): Add to override the base-class's
12155 version and add the extra-files to the outputs
12156 (bdist_inno): New class for windows distributions with Inno Setup
12157 (InnoIconItem): Helper class for bdist_inno
12158 (thuban_bdist_inno): Thuban specific version of bdist_inno. Added
12159 this together with the appropriate parameters, to the setup call.
12160
12161 * setup.cfg (bdist_inno): added new section for the inno setup
12162 installer
12163
12164 * Thuban/UI/tree.py (myTreeCtrlPanel.__init__): New inst var
12165 changing_selection to avoid recursive selection events when
12166 modifying the selection in response to a selection event.
12167 (myTreeCtrlPanel.normalize_selection): Set the new inst var when
12168 changing the tree's selection.
12169 (myTreeCtrlPanel.OnSelChanged): Only normalize the selection when
12170 we're not being called indirectly from normalize_selection.
12171
12172 * Thuban/UI/mainwindow.py (MainWindow.update_command_ui): Call
12173 event.Check only if the command is actuall checkable.
12174 (MainWindow.__init__): Call the toolbar's Realize method to make
12175 sure that the items are actually shown
12176
12177 2001-08-28 Bernhard Herzog <[email protected]>
12178
12179 * setup.py: Fix some doc strings
12180
12181 * ChangeLog: started
12182

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26