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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2671 - (hide annotations)
Mon Oct 17 20:10:18 2005 UTC (19 years, 4 months ago) by bernhard
Original Path: trunk/thuban/ChangeLog
File size: 466962 byte(s)
svgexport 1.0.0cvs: Fixed ARC layer writing: No filling is done.
You could actually get polylines with filling in between,
when the classification for the lines had a fill color.
E.g. this happens when you generate a classification from a ramp.

1 bernhard 2671 2005-10-17 Bernhard Reiter <[email protected]>
2    
3     svgexport 1.0.0cvs: Fixed ARC layer writing: No filling is done.
4     You could actually get polylines with filling in between,
5     when the classification for the lines had a fill color.
6     E.g. this happens when you generate a classification from a ramp.
7    
8     * Extensions/svgexport/test/test_svgmapwriter.py:
9     New test_export_arc_no_fill(). Extend copyright notice to 2005.
10    
11     * Extensions/svgexport/svgmapwriter.py
12     (SVGRenderer.draw_shape_layer_incrementally()):
13     Setting TRANSPARENT_BRUSH for shaptype ARC.
14     Extend copyright notice to 2005.
15    
16     * Extensions/svgexport/__init__.py: Extend copyright notice to 2005.
17    
18 frank 2670 2005-09-08 Frank Koormann <[email protected]>
19    
20     * Doc/manual/thuban-manual.xml (Map Management): Fixed typo reported
21     by Erik (sigra.at.home.se)
22    
23 jan 2669 2005-08-18 Jan-Oliver Wagner <[email protected]>
24    
25     * Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally):
26     Call the right method for the default size.
27    
28 jan 2667 2005-08-11 Jan-Oliver Wagner <[email protected]>
29    
30     * Extensions/export_shapefile: New.
31    
32     * Extensions/export_shapefile/__init__.py: New. Initialize
33     the export_shapefile extension.
34    
35     * Extensions/export_shapefile/export_shapefile.py: New.
36     Exports a layer as a Shapefile.
37    
38 jan 2664 2005-08-08 Jan-Oliver Wagner <[email protected]>
39    
40     * po/de.po: String fixes. This fixes Debian bug #313843.
41    
42 jan 2660 2005-07-27 Jan-Oliver Wagner <[email protected]>
43    
44     Remove the attributes from the layer element in
45     .thuban files for the save routine.
46     This also solves RT bug #3149,
47     https://intevation.de/rt/webrt?serial_num=3149
48    
49     * test/test_load.py: (TestSingleLayer, TestNonAsciiColumnName,
50     TestLayerVisibility, TestSymbolSize, TestClassification, TestLabels,
51     TestLayerProjection, TestJoinedTable, TestLabelLayer): Removed
52     attributes from layer element to classification clnull element.
53    
54     * test/test_save.py (SaveSessionTest.testSingleLayer,
55     SaveSessionTest.testLayerProjection,
56     SaveSessionTest.testClassifiedLayer,
57     SaveSessionTest.test_joined_table, SaveSessionTest.test_save_postgis):
58     Removed attributes from layer element to classification clnull element.
59     (test_save_postgis.NonConnectionStore._fetch_table_information):
60     added pretending to have a shape_type.
61    
62     * Resources/XML/thuban-1.1.dtd: Make the attributes field
63     and field_type of classification optional.
64    
65     * Thuban/Model/classification.py (Classification.TreeItem.build_info):
66     Added output of size.
67    
68     * Thuban/Model/load.py (SessionLoader.start_classification):
69     Change attribute 'field' and 'field_type' from obligatory to
70     optional to allow empty classes (ie. only with a default=clnull).
71    
72     * Thuban/Model/save.py (SessionSaver.write_layer): Don't write
73     any attributes anymore for the layer element.
74     (SessionSaver.write_classification): Even if there is no
75     classification field, still write the classification because
76     the clnull (default) symbol will not be defined anymore as
77     part of the layer element.
78    
79 bh 2643 2005-07-05 Bernhard Herzog <[email protected]>
80    
81 bh 2652 * setup.py (setup call): Version 1.1.0
82    
83     * NEWS: Update for 1.1.0
84    
85     * MANIFEST.in: Add *.txt to files taken from Doc. Otherwise the
86     technores won't be included
87    
88     * Thuban/UI/about.py (About.__init__): Extend copyright notice to
89     2005
90    
91     * po/de.po: Updated.
92    
93     2005-07-05 Bernhard Herzog <[email protected]>
94    
95 bh 2645 * README: gdal 1.1.8 is too old. 1.2.5 works.
96    
97     2005-07-05 Bernhard Herzog <[email protected]>
98    
99 bh 2650 * Resources/XML/thuban-1.1.dtd (rasterlayer): Add the opacity and
100     masktype attributes.
101    
102     2005-07-05 Bernhard Herzog <[email protected]>
103    
104 bh 2644 * Thuban/Model/layer.py (Layer.__mangle_bounding_box)
105     (Layer.ClipBoundingBox): Rename ClipBoundingBox to
106     __mangle_bounding_box. See the comments in the code and RT #2845
107    
108     * test/test_layer.py (TestLayer.test_arc_layer_with_projection):
109     Remove the explicit test of ClipBoundingBox. The method isn't
110     public anymore and the direct call in the test wasn't necessary in
111     the first place. If ClipBoundingBox (now __mangle_bounding_box)
112     isn't called, the return value of ShapesInRegion will be
113     different.
114    
115     2005-07-05 Bernhard Herzog <[email protected]>
116    
117 bh 2643 * Thuban/UI/viewport.py (ViewPort.set_view_transform): Handle
118     ZeroDivisionError exceptions. I don't know when they happen
119     exactly. It probably happens when the projections aren't set
120     properly.
121    
122 bh 2642 2005-07-01 Bernhard Herzog <[email protected]>
123    
124     First step towards unicode. With this roughly we're at step 1
125     string_representation.txt
126    
127     * Doc/technotes/string_representation.txt: New. Document how
128     strings are represented in Thuban and how to get to a Unicode
129     Thuban.
130    
131     * Thuban/__init__.py (set_internal_encoding)
132     (unicode_from_internal, internal_from_unicode): New. The first few
133     functions for the internal string representation
134    
135     * Thuban/UI/about.py (unicodeToLocale): Removed. Use
136     internal_from_unicode instead.
137    
138     * Thuban/UI/__init__.py (install_wx_translation): Determine the
139     encoding to use for the internal string representation. Also,
140     change the translation function to return strings in internal
141     representation even on unicode builds of wxPython
142    
143     * Thuban/Model/load.py (SessionLoader.check_attrs): Decode
144     filenames too.
145     (SessionLoader.start_clrange): Use check_attrs to decode and check
146     the attributes.
147    
148     * Thuban/Model/xmlreader.py (XMLReader.encode): Use
149     internal_from_unicode to convert unicode strings.
150    
151     * Thuban/Model/xmlwriter.py (XMLWriter.encode): Use
152     unicode_from_internal when applicable
153    
154     * test/runtests.py (main): New command line option:
155     internal-encoding to specify the internal string encoding to use
156     in the tests.
157    
158     * test/support.py (initthuban): Set the internal encoding to
159     latin-1
160    
161     * test/test_load.py (TestSingleLayer.test, TestClassification.test)
162     (TestLabelLayer.test): Use the internal string representation when
163     dealing with non-ascii characters
164    
165     * test/test_load_1_0.py (TestSingleLayer.test)
166     (TestClassification.test, TestLabelLayer.test): Use the internal
167     string representation when dealing with non-ascii characters
168    
169     * test/test_load_0_9.py (TestSingleLayer.test)
170     (TestClassification.test): Use the internal string representation
171     when dealing with non-ascii characters
172    
173     * test/test_load_0_8.py (TestUnicodeStrings.test): Use the
174     internal string representation when dealing with non-ascii
175     characters
176    
177     * test/test_save.py (XMLWriterTest.testEncode)
178     (SaveSessionTest.testClassifiedLayer): Use the internal string
179     representation when dealing with non-ascii characters where
180     applicable
181    
182 bh 2638 2005-06-30 Bernhard Herzog <[email protected]>
183    
184 bh 2641 * test/runtests.py: Untabify.
185    
186     2005-06-30 Bernhard Herzog <[email protected]>
187    
188 bh 2639 * Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally):
189     untabify.
190    
191     2005-06-30 Bernhard Herzog <[email protected]>
192    
193 bh 2638 * Extensions/ogr/test/__init__.py: Add missing coding directive
194    
195 jan 2631 2005-06-28 Jan-Oliver Wagner <[email protected]>
196    
197 jan 2636 * Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally):
198     Use the default size for rendering selected items of default type.
199     Fixes part 2 of https://intevation.de/rt/webrt?serial_num=3149
200    
201     2005-06-28 Jan-Oliver Wagner <[email protected]>
202    
203 jan 2631 * Extensions/importAPR/apr.py (APR_BShSym): Extend by 'Stripple'.
204     (APR_TClr.GetThubanColor): Fix bug in color interpretation.
205     Thanks to Frank Koormann who identified this problem.
206    
207     * Extensions/importAPR/importAPR.py (APR_VShSym): New. Just
208     another symbol identified.
209    
210 jan 2628 2005-06-27 Jan-Oliver Wagner <[email protected]>
211    
212     * Doc/manual/thuban-manual-de.xml: More translations.
213    
214 jonathan 2626 2005-05-12 Jonathan Coles <[email protected]>
215    
216     * Thuban/UI/projdialog.py: Add missing import, which led to an
217     exception when opening a layer's projection.
218    
219 bh 2623 2005-05-09 Bernhard Herzog <[email protected]>
220    
221 bh 2624 * test/support.py (FileLoadTestCase.filename): Fix doc-string.
222    
223     2005-05-09 Bernhard Herzog <[email protected]>
224    
225 bh 2623 * Thuban/Model/postgisdb.py (PostGISConnection.connect): Set the
226     connection to autoconnect. Fixes RT#3148.
227    
228     * test/test_postgis_db.py
229     (TestPostGISSpecialCases.test_simple_error_handling): New test
230     that attempts to reproduce RT#3148.
231    
232 jonathan 2622 2005-05-06 Jonathan Coles <[email protected]>
233    
234     Add support for saving and loading the opacity and mask type
235     properties of RasterLayers. Also add support for proper use
236     of alpha information while drawing images not in 'RAW' format.
237     If transparency in an image format (e.g, PNG) is supported by
238     wxWidgets then the image would previously have been draw with
239     transparent regions, but the opaque regions would have been
240     unaffected by a change in the layer's opacity. This patch
241     corrects the problem.
242    
243     * Thuban/Model/layer.py (RasterLayer): Added opacity and
244     masktype parameters to the constructor, and set the
245     appropriate variables to those values.
246    
247     * Thuban/Model/load.py (SessionLoader.start_rasterlayer): Added
248     code to read the opacity and mask type of the layer and construct
249     a new layer with the additional parameters.
250    
251     * Thuban/Model/save.py (SessionSaver.write_layer): Added code
252     to save the opacity and mask type of a layer.
253    
254     * Thuban/UI/baserenderer.py (BaseRenderer.draw_raster_layer): Pass
255     the opacity of the layer to draw_raster_data rather than the layer.
256     (BaseRenderer.draw_raster_data): Remove the layer parameter because
257     the function doesn't need to know about the layer. Add the optional
258     opacity parameter whose default is 1.0. Add 'PNG' as a supported
259     graphics format.
260    
261     * Thuban/UI/renderer.py (MapRenderer.draw_raster_data): Fixed
262     signature to match that in BaseRenderer. Use the new opacity argument
263     in place of calling layer.Opacity(). In the case where the
264     format is not 'RAW', alpha_data is None and the loaded image has
265     alpha information, use the file's alpha information. This is
266     still subject to the layer's opacity setting.
267    
268     * test/test_baserenderer.py (SimpleRenderer.draw_raster_data):
269     Fixed signature to match that in BaseRenderer.
270    
271     * test/test_load.py (TestRasterLayer): Change file_contents to
272     include opacity and masktype variables.
273     (TestRasterLayer.test): Include tests for opacity and masktype
274     changes.
275    
276     * test/test_save.py (SaveSessionTest.testRasterLayer): Restructure
277     test to cover a variety of combinations of masktype and opacity
278     settings.
279    
280 jan 2612 2005-05-02 Jan-Oliver Wagner <[email protected]>
281    
282     * debian/rules: add --use-wx-python-swig-hack
283     to the build command.
284     Thanks to Moritz Lennert for pointing this out.
285    
286 jan 2610 2005-04-28 Jan-Oliver Wagner <[email protected]>
287    
288     Introduce OGRFileShapeStore in ogr extension.
289     This allows at least that loaded shapefile shape stores
290     can be saved correctly in the thuban session file
291     and reloaded again (reload is via core shapefile
292     routine, not OGR). For other types, .thuban files
293     can not be reloaded for the time being.
294    
295     * Extensions/ogr/ogrshapes.py (OGRFileShapeStore): New. This
296     class ist to be used for any file-based shape stores
297     accessed through OGR.
298    
299     * Extensions/ogr/ogrstart.py (open_with_ogr): Added
300     forgotten _ for i18n. Adapted call OpenFileShapestore
301     regarding new parameter.
302     (OpenFileShapestore): Use OGRFileShapeStore instead of
303     OGRShapeStore. Fix return value (None instead of null).
304     Add new parameter "mainwindow" to avoid accessing global
305     context.
306    
307 jan 2607 2005-04-27 Jan-Oliver Wagner <[email protected]>
308    
309     Introduce FileShapeStore as generalization for
310     file-based shape stores. In a first instance
311     this allows additional modules to handle shapefile
312     format as well, namely the OGR extension.
313    
314     * Thuban/Model/data.py: Various small fixes in doc-strings.
315     (FileShapeStore): New class.
316     (ShapefileStore): Derive from FileShapeStore.
317     (ShapefileStore.__init__): Call __init__ of FileShapeStore,
318     rename self.table to self._table, initialize self._bbox
319     (ShapefileStore._open_shapefile): Use self._bbox instead of self.bbox
320     and self.FileName() instead of self.filename.
321     (ShapefileStore.Table): Use self._table instead of self.table.
322     (ShapefileStore.FileName): Removed (moved to FileShapeStore).
323     (ShapefileStore.BoundingBox): Use self._bbox instead of self.bbox.
324    
325     * Thuban/Model/save.py: Replace ShapefileStore by FileShapeStore.
326     (SessionSaver.write_data_containers): Only use methods of the
327     base class FileShapeStore.
328    
329 joey 2604 2005-04-26 Martin Schulze <[email protected]>
330    
331     * Extensions/wms/wms.py (render_wms_layer): Adjusted the render
332     function to the modified render engine
333    
334     2005-04-25 Martin Schulze <[email protected]>
335    
336     * Thuban/UI/renderer.py (MapRenderer.projected_raster_layer):
337     Added a description according to the CVS log message
338    
339     2005-04-23 Martin Schulze <[email protected]>
340    
341     * Thuban/UI/renderer.py: Added a missing import
342    
343 russell 2600 2005-04-23 Russell Nelson <[email protected]>
344    
345 russell 2613 * Thuban/UI/view.py (MapCanvas.OnMiddle{Up,Down}): Changed the
346     way the previous tool is remembered, so that middle-button
347     panning works even if you haven't selected a tool.
348 russell 2600
349 bh 2598 2005-04-11 Bernhard Herzog <[email protected]>
350    
351     * libraries/thuban/wxproj.cpp: Move the compatibility code that
352     deals with the wxPython 2.4 version of wxPython.h into the #ifdef
353     branch that includes wxPython.h because it's only needed when
354     wxPython.h is used. Also, it won't compile when
355     USE_WX_PYTHON_SWIG_HACK is set otherwise.
356    
357 bh 2597 2005-04-07 Bernhard Herzog <[email protected]>
358    
359     * Thuban/UI/classifier.py (ClassGrid.__init__): Use -1 as the ID.
360     (ID_CLASS_TABLE): Removed. It wasn't used anywhere except in
361     ClassGrid.__init__ and it's value is outside of the valid
362     range (must be < 32768). wxPython 2.5 complains about it with an
363     exception.
364    
365 jan 2596 2005-04-05 Jan-Oliver Wagner <[email protected]>
366    
367     * Doc/manual/thuban-manual-de.xml: More translations.
368    
369 bh 2590 2005-04-05 Bernhard Herzog <[email protected]>
370    
371 bh 2591 * libraries/thuban/wxproj.cpp: Make it work with a wxPython.h from
372     wxPython 2.4 as well. Also, remove a now obsolete comment.
373    
374     2005-04-05 Bernhard Herzog <[email protected]>
375    
376 bh 2590 Use wxPython.h by default but provide a workaround when it isn't
377     available.
378    
379     * setup.py (wxproj_extension): New variable. Assign the Extension
380     instance for Lib.wxproj to this variable instead of putting it
381     directly into the listso that it can be accessed by other code
382     later.
383     (thuban_build_ext.user_options): Added boolean option
384     --use-wx-python-swig-hack.
385     (thuban_build_ext.initialize_options): Initialize the new option
386     to False.
387     (thuban_build_ext.finalize_options): If the new option was given,
388     define the preprocesser macro USE_WX_PYTHON_SWIG_HACK.
389     (thuban_build_ext): Update the doc-string
390    
391     * libraries/thuban/wxproj.cpp: Normally we use
392     wx/wxPython/wxPython.h now. Only if USE_WX_PYTHON_SWIG_HACK is
393     defined, use swigPtrConvertHack.h instead.
394    
395     * libraries/thuban/swigPtrConvertHack.h: Remove the code that was
396     copied over from wxPython.h.
397     (decode_pointer_new): New. Equivalent of decode_pointer for
398     wxPython 2.5.
399     (wxPyConvertSwigPtr): Modified to cope with wxPython 2.5 as well.
400    
401     * README: Add section on potential build problems which explains
402     how the work-around for a missing wxPython.h is activated.
403    
404 bh 2588 2005-03-29 Bernhard Herzog <[email protected]>
405    
406 bh 2589 * test/postgissupport.py (find_postgis_sql): Added yet another
407     potential location for (lw)postgis.sql because the file has moved
408     again in postgis 1.0.0 rc4.
409    
410     2005-03-29 Bernhard Herzog <[email protected]>
411    
412 bh 2588 * Thuban/UI/legend.py (BMP_SIZE_W, BMP_SIZE_H): Set both to 16 to
413     match the site of the legend_icon_layer icon. Otherwise wxpython
414     2.5 complains when the legend is created with the error:
415    
416     PyAssertionError: C++ assertion "(bitmap.GetWidth() == m_width &&
417     bitmap.GetHeight() == m_height) || (m_width == 0 && m_height ==
418     0)" failed in ./src/generic/imaglist.cpp(81): invalid bitmap size
419     in wxImageList: this might work on this platform but definitely
420     won't under Windows.
421    
422 jonathan 2587 2005-03-23 Jonathan Coles <[email protected]>
423    
424     These changes add support for adjusting the opacity of a raster layer.
425    
426     * Thuban/Model/layer.py (RasterLayer.Opacity): Replaces AlphaOpacity.
427     (RasterLayer.SetOpacity): Replaces SetAlphaOpacity. Also triggers
428     a LAYER_CHANGED event if the opacity actually changes.
429    
430     * Thuban/UI/baserenderer.py (BaseRenderer.draw_raster_data): Added
431     layer parameter needed in the implementation of this method in
432     renderer.py.
433    
434     * Thuban/UI/layerproperties.py (LayerProperties.dialog_layout): Fixed
435     typo 00 -> 0.
436    
437     * Thuban/UI/rasterlayerproperties.py (RasterLayerProperties): Added
438     control to adjust opacity.
439    
440     * Thuban/UI/renderer.py (MapRenderer.draw_raster_data): Scale the
441     alpha data based on the opacity level of the layer.
442    
443     * test/test_baserenderer.py (SimpleRenderer.draw_raster_data): Now
444     accepts a layer parameter.
445    
446     * test/test_layer.py (TestLayerModification.test_raster_layer):
447     Rename opacity method calls and add test for LAYER_CHANGED.
448    
449 bh 2586 2005-03-16 Bernhard Herzog <[email protected]>
450    
451     * test/test_connector.py (DeletionTestMixin.check_deletions)
452     (DeletionTestMixin.check_deletetions): renamed to check_deletions.
453     update the callers.
454    
455 jan 2585 2005-03-14 Jan-Oliver Wagner <[email protected]>
456    
457     * Doc/manual/thuban-manual-de.xml: More translations.
458    
459 jan 2584 2005-03-10 Jan-Oliver Wagner <[email protected]>
460    
461     Introducing initialization callbacks for extensions.
462    
463     * Thuban/UI/extensionregistry.py (ExtensionDesc.__init__): Added
464     optional parameter init_callback.
465     (ExtensionDesc.init_ext): New. Executes the callback and sets
466     a status.
467    
468     * Thuban/UI/application.py (ThubanApplication.OnInit): Add the
469     initialization of the extensions.
470     (ThubanApplication.init_extensions): Init all extensions.
471    
472     * Thuban/UI/about.py (About.__init__): Added status of the extensions
473     to the about text.
474    
475     * Extensions/gns2shp/__init__.py: Added init method for Extension
476     description.
477     (init): New. Contains the initialization of the module.
478    
479 nhueffme 2577 2005-03-04 Nina Hüffmeyer <[email protected]>
480    
481     * Extensions/ogr/ogrdialog.py: Added a dialog, which asks for
482     OGRConnection to open a datasource. Removed dialog to display all
483     available drivers. Added some doc strings.
484    
485     * Extensions/ogr/ogrstart.py: Added menu entry for opening an
486     OGRDatasource with a string. Added two opening methods which return an
487     OGRDatasource (either data from file or from DB).
488    
489     * Extensions/ogr/ogrshapes.py: Added class OGRGeometry, which
490     represents a geometry reference of an OGRFeature. OGRShape now has a
491     list of referenced geometry objects (important for geometry
492     collections).
493     For OGRShapeStores loaded from a DB an ID column can be specified now.
494    
495 jan 2576 2005-02-22 Jan-Oliver Wagner <[email protected]>
496    
497     * test/test_map.py (TestMapWithContents.test_tree_info):
498     Added label layer for comparison.
499    
500 jonathan 2574 2005-02-18 Jonathan Coles <[email protected]>
501    
502     * libraries/thuban/gdalwarp.cpp (GetImageData): Optimize the loop
503     which builds a mask. Handle the majority of an image in a loop,
504     creating 8 bits at a time. Later, handle the edge case where less
505     than 8 bits are packed.
506    
507 bh 2573 2005-02-18 Bernhard Herzog <[email protected]>
508    
509     * test/test_baserenderer.py (TestBaseRenderer.setUp): Fix
510     doc-string
511    
512 jonathan 2571 2005-02-18 Jonathan Coles <[email protected]>
513    
514 jonathan 2572 * setup.py: Remove wx_cs_params from gdal compile options.
515    
516     2005-02-18 Jonathan Coles <[email protected]>
517    
518 jonathan 2571 Refactored baserenderer.py and renderer.py to remove baserenderer.py's
519     dependencies on wxPython. Added a new method projected_raster_layer()
520     that returns a raster layer image in projected space. This must be
521     implemented in classes derived from BaseRenderer. This also eliminates
522     the dependency on gdal in baserenderer.py.
523    
524     * Thuban/UI/baserenderer.py (BaseRenderer.draw_raster_layer): Call
525     new projected_raster_layer() to get projected raster image instead
526     of directly calling ProjectRasterFile().
527     (BaseRenderer.projected_raster_layer): New. This must be implemented
528     by derived classes. It takes almost the same arguments as ProjectRasterFile
529     did and returns a projected image with mask and alpha data (if requested).
530     (BaseRenderer.render_map_incrementally): Remove the check for gdal since
531     that check will be done in MapRenderer.projected_raster_layer(). This
532     also allows other implementations to use different projection code.
533    
534     * Thuban/UI/renderer.py (MapRenderer.projected_raster_layer):
535     Implementation of BaseRenderer.projected_raster_layer. Checks for
536     gdal support and wxPython version. Also handles exceptions from
537     ProjectRasterFile.
538    
539     * libraries/thuban/gdalwarp.cpp: Removed checks for wxPython versions
540     and added a variable which can be set through the options argument
541     of ProjectRasterFile.
542    
543     * test/test_baserenderer.py (SimpleRenderer.projected_raster_layer): New.
544     Calls ProjectRasterFile and returns the result.
545     (TestBaseRenderer.test_projected_raster_layer): New. Tests the results
546     of calling projected_raster_layer() with different options.
547     (TestBaseRenderer.test_raster_no_projection): Removed tests based on
548     wxPython version and all tests of masks and alpha channels. These are
549     now in test_projected_raster_layer().
550    
551 jan 2565 2005-02-17 Jan-Oliver Wagner <[email protected]>
552    
553 jan 2570 * Thuban/Model/map.py, Thuban/Model/label.py: Fixed
554     doc-strings to comply with coding_guidelines.
555    
556     2005-02-17 Jan-Oliver Wagner <[email protected]>
557    
558 jan 2565 Docstring improvements and minor fixes for labellayer.
559    
560     * Thuban/Model/map.py:
561     (Map, Map.Destroy, Map.RemoveLayer, Map.ClearLayers,
562     Map.Layers, Map.HasLayers, Map.MoveLayerToTop,
563     Map.RaiseLayer, Map.LowerLayer, Map.MoveLayerToBottom,
564     Map.ProjectedBoundingBox, Map.GetProjection): Improved/added
565     doc string.
566     (Map.BoundingBox): Removed superfluous test for label_layer
567     and improved doc string.
568     (Map.TreeInfo): Added label_layer and improved sdo string.
569    
570     * Thuban/Model/label.py: Added import of _.
571     (Label, Label.__init__): Improved/added doc string.
572     (LabelLayer, LabelLayer.__init__, LabelLayer.Labels,
573     LabelLayer.RemoveLabel, LabelLayer.ClearLabels):
574     Improved/added doc string.
575     (LabelLayer.AddLabel): Use already defined names for
576     align strings and improved doc string.
577     (LabelLayer.TreeInfo): New. Return the object data for
578     the tree view.
579    
580 jonathan 2562 2005-02-16 Jonathan Coles <[email protected]>
581    
582     Further wxPython 2.5 changes using patches from Daniel Calvelo Aros
583     so that that wxproj doesn't crash. Added GUI support for selecting
584     alpha channel (opacity can't be selected yet).
585    
586     NOTE: If wxPython.h is including in future distribution packages
587     then it will not be necessary to have the files swigPtrConvertHack.h
588     and wxPython_int.h included with Thuban. This is hopefully
589     a temporary workaround.
590    
591     * setup.py (thuban_build_ext.finalize_options): gdalwarp needs
592     access to the macro wxCHECK_VERSION so that it will properly
593     generate a bit mask. There was a problem between wx2.4 and wx2.5
594     that this works around.
595    
596     * Thuban/Model/layer.py (RasterLayer.UseMask): Removed in favor
597     of RasterLayer.MaskType.
598     (RasterLayer.SetUseMask): Removed in favor of RasterLayer.SetMaskType
599     (RasterLayer.MaskType): New. Returns the type of mask to use. Can
600     specify none, a bitmap, or an alpha channel.
601     (RasterLayer.SetMaskType): New. Set what kind of mask to use.
602    
603     * Thuban/UI/baserenderer.py (BaseRenderer.draw_raster_layer):
604     Set the raster warping options for the mask based on the value
605     of RasterLayer.MaskType.
606    
607     * Thuban/UI/legend.py (LegendTree.__FillTreeLayer): Remove
608     deprecated calls to SetItemSelectedImage in favor of SetItemImage
609     with wxTreeItemIcon_Selected.
610    
611     * Thuban/UI/rasterlayerproperties.py: Support selecting to use
612     an alpha channel for the mask.
613    
614     * Thuban/UI/renderer.py (MapRenderer.draw_raster_data): Use alpha
615     data if it is available and an alpha channel is supported under
616     the current version of wxPython.
617    
618     * libraries/thuban/gdalwarp.cpp (GetImageData): Added compiler define
619     to select whether 1's or 0's select the desired portion of an image
620     in the bit mask. wx2.4 has a bug where the documentation is the opposite
621     from behavior.
622     (ProjectRasterFile): Only generate an alpha channel if the version
623     of wxPython is >= 2.5.3.
624    
625     * libraries/thuban/wxproj.cpp: Applied patches from Daniel Calvelo Aros.
626     When wxPython >= 2.5.3 use the special swig functions to decode an
627     object's address.
628    
629     * libraries/thuban/swigPtrConvertHack.h: Includes conditional code
630     based on the version of wxPython. If >= 2.5.3 use the special swig
631     functions from wxPython to decode wxPython objects, otherwise use
632     the old method of retrieving the address from the object __repr__ string.
633    
634     * libraries/thuban/wxPython_int.h: Copied from wxPython source.
635     Unnecessary code was removed to make it smaller.
636    
637     * test/test_baserenderer.py (TestBaseRenderer.test_raster_no_projection):
638     Add tests for returning an alpha channel.
639    
640     * test/test_layer.py (TestLayerModification.test_raster_layer): Fix
641     tests that used removed functions UseMask and SetUseMask
642    
643    
644 bh 2560 2005-02-08 Bernhard Herzog <[email protected]>
645    
646 bh 2561 More wxPython 2.5 changes. This time taken from a patch from
647     Daniel Calvelo Aros.
648    
649     * Thuban/UI/tableview.py (QueryTableFrame.__init__)
650     (QueryTableFrame.__init__): Pass the size of a spacer as a single
651     item.
652    
653     * Thuban/UI/projdialog.py (ProjFrame.build_dialog)
654     (ProjFrame.build_dialog): Pass the size of a spacer as a single
655     item.
656    
657     * Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Pass the
658     size of a spacer as a single item.
659    
660     * Thuban/UI/classifier.py (Classifier.dialog_layout): Pass the
661     size of a spacer as a single item.
662    
663     2005-02-08 Bernhard Herzog <[email protected]>
664    
665 bh 2560 Compatibility with wxPython 2.5. The changes should make it work
666     better with 2.5 while still keeping compatibility with 2.4. There
667     are still problems with 2.5, though.
668    
669     * Thuban/UI/dock.py (DockableWindow.__CreateBorder): Pass the size
670     of a spacer as a single item.
671    
672     * Thuban/UI/classifier.py (ClassGroupPropertiesCtrl): Derive only
673     from wxControl
674    
675     * Thuban/UI/legend.py (LegendTree): When running with wxPython <
676     2.5, add an implementation of the GetFirstChild method that does
677     not require the second parameter.
678     (LegendTree.find_layer, LegendTree._OnMsgMapLayersAdded)
679     (LegendTree._OnMsgMapLayersRemoved, LegendTree.DeleteAllItems)
680     (LegendTree.DeleteChildren, LegendTree.__ShowHideLayer): Do not
681     pass the second parameter to GetFirstChild
682    
683 nhueffme 2559 2005-02-08 Nina Hüffmeyer <[email protected]>
684    
685     * Extensions/ogr/ogrshapes.py: Removed some print commands.
686    
687     * Extensions/ogr/ogrstart.py: Changed the GUI. OGR is no longer an
688     additional menu but appears as a possibility in the menu Map.
689    
690 jonathan 2558 2005-02-07 Jonathan Coles <[email protected]>
691     * libraries/thuban/gdalwarp.cpp: Removed the macros PYTHON_ERR
692     and PYTHON_ERRF since they were no longer necessary.
693    
694 bernhard 2556 2005-02-07 Bernhard Reiter <[email protected]>
695     * Thuban/UI/classifier.py (ClassGrid.DeleteSelectedRows):
696     Enable translation for message string.
697    
698 joey 2555 2005-02-06 Martin Schulze <[email protected]>
699    
700     * Extensions/wms/infodialog.py (wmsInfoDialog.__init__): Adjusted
701     the arguments of the contstructor to fit the global scheme
702    
703 nhueffme 2554 2005-01-31 Nina Hüffmeyer <[email protected]>
704    
705     * Extensions/ogr/ogrdialog.py: Added class ogrdialog.py, which provides
706     some dialogs needed to start ogr.
707    
708     * Extensions/ogr/__init__.py: Changed comments to avoid encoding
709     warnings.
710    
711     * Extensions/ogr/test/test_OGRShapestore.py: Changed comments to avoid
712     encoding warnings.
713    
714 jonathan 2552 2005-01-28 Jonathan Coles <[email protected]>
715    
716 jonathan 2553 * libraries/thuban/gdalwarp.cpp (GetImageData): Recode how the
717     mask is packed into a bit array. It's now slightly faster.
718    
719     2005-01-28 Jonathan Coles <[email protected]>
720    
721 jonathan 2552 * Thuban/Model/layer.py (RasterLayer.__init__): Make use_mask
722     default to true.
723    
724     * Thuban/Model/load.py (SessionLoader.start_rasterlayer): Remove
725     code that loads the state of the layer's use_mask flag. Its
726     usefulness is still being debated.
727    
728     * Thuban/Model/save.py (SessionSaver.write_layer): Remove
729     code that saves the state of the layer's use_mask flag. Its
730     usefulness is still being debated.
731    
732     * Thuban/UI/baserenderer.py (BaseRenderer.draw_raster_layer): Pass
733     options to ProjectRasterFile based on the state of layer.UseMask().
734     Catch more exceptions from ProjectRasterFile so that Thuban doesn't
735     quit is there is a problem projecting.
736     (BaseRenderer.draw_raster_data): Change the documentation to
737     describe the new format (XBM) that the mask data will be in.
738    
739     * Thuban/UI/renderer.py (MapRenderer.draw_raster_data): The mask
740     data is in XBM format when format='RAW' which means it doesn't
741     need to be converted to a wxImage before being used as a mask
742     for a wxBitmap. Assume that if format != 'RAW' that the image
743     data and mask data are in the same format.
744    
745     * libraries/thuban/gdalwarp.cpp (GetImageData): If alpha is enabled
746     and a mask is requested, convert the alpha band to a bit array in
747     XBM format. if an alpha channel is requested, simply return the
748     data in the alpha band. Provide better error handling by returning
749     python error messages (also fixes RT #2947).
750     (ProjectRasterFile): Support multiple mask options, rather than simply
751     a flag indicating that a mask should or should not be used. Provide
752     better error handling by returning python error messages.
753    
754     * test/test_baserenderer.py (TestBaseRenderer.test_raster_no_projection):
755     Add mask data to test.
756    
757     * test/test_layer.py (TestLayer.test_raster_layer): Test that a layer
758     should use the mask by default.
759     (TestLayerModificaton.test_raster_layer): Test that a layer should use
760     the mask by default.
761    
762     * test/test_load.py (TestRasterLayer.test): Remove testing for
763     use_mask flag in file.
764    
765     * test/test_save.py (SaveSessionTest.testRasterLayer): Remove testing
766     for use_mask in file.
767    
768     * test/test_load_1_0_1.py: Removed. Shouldn't have been checked in.
769    
770 jonathan 2551 2005-01-26 Jonathan Coles <[email protected]>
771    
772     Add a new dialog box for raster layers. The dialog box allows
773     the user to toggle a mask that is generated by ProjectRasterFile
774     and is used to only draw the real parts of the projected image.
775    
776     * Thuban/UI/baserenderer.py (BaseRenderer.draw_raster_layer):
777     Instruct the warping code to generate a mask if the raster layer
778     requests one.
779     (BaseRenderer.draw_raster_data): Removed obsolete optional mask argument.
780    
781     * Thuban/UI/renderer.py (MapRenderer.draw_raster_data): Removed
782     obsolete optional mask argument.
783    
784     * Thuban/UI/classifier.py (Classifier): Change the parent class
785     to LayerProperties and rework the code to support layout calls
786     from the parent.
787     (Classifier.dialog_layout): New. Layout the dialog box.
788     (Classifier.map_layers_removed): Removed. Moved to parent class.
789     (Classifier.map_replaced): Removed. Moved to parent class.
790     (Classifier._OnTry): Renamed to OnTry to support parent class.
791     (Classifier.OnClose): Removed. Supplied in parent class.
792     (Classifier._OnCloseBtn): Removed. Supplied in parent class as OnCloseBtn.
793     (Classifier._OnOK): Renamed to OnOK to support parent class.
794     (Classifier._OnRevert): Renamed to OnRevert to support parent class.
795    
796     * Thuban/UI/layerproperties.py: New. Base class for layer properties
797     dialog boxes.
798    
799     * Thuban/UI/rasterlayerproperties.py: New. Class for displaying
800     raster layer properties.
801    
802     * libraries/thuban/gdalwarp.cpp: Replace the old gdalwarp.cpp code
803     with the non-simple version supplied with gdal. This allows added
804     features such as creating an alpha band.
805     (GetImageData): Generate a mask array from the alpha band that is
806     generated by gdal if the user has selected it. Try to support images
807     that have more than three bands, such as images with RGB plus an
808     alpha band.
809     (ProjectRasterFile): Convert python argument for mask and tell
810     gdal to enable or disable an alpha band.
811    
812     * Thuban/Model/layer.py (BaseLayer.Type): New. Returns a string
813     describing what kind of layer the class is. Defaults to "Unknown",
814     but should be overridden by subclasses.
815     (Layer.Type): New. Override base class method.
816     (RasterLayer.__init__): Create a flag for using a mask. Record extra
817     data from gdal for display in the properties dialog.
818     (RasterLayer.Type): New. Override base class method.
819     (RasterLayer.UseMask): New. Returns True if the mask should be used.
820     (RasterLayer.SetUseMask): New. Set if the mask should be used.
821     (RasterLayer.ImageInfo): New. Return extra information about the image.
822    
823     * Thuban/Model/load.py (SessionLoader.start_rasterlayer): Load
824     the mask information.
825    
826     * Thuban/Model/save.py (SessionSaver.write_layer): Save mask information.
827    
828     * Thuban/UI/mainwindow.py: Register the RasterLayerProperties and
829     Classifier classes as dialogs to use with the proper layer types.
830    
831     * test/test_baserenderer.py (TestBaseRenderer.test_raster_no_projection):
832     Fix test.
833    
834     * test/test_layer.py (TestLayer.test_raster_layer): Test new methods.
835     (TestLayerModification.build_path): New. Support function.
836     (TestLayerModification.test_raster_layer): New. Test new methods.
837    
838     * test/test_save.py (SaveSessionTest.testRasterLayer): Add tests for mask.
839    
840     * test/test_load.py (TestRasterLayer): Add tests for mask.
841    
842     * test/test_load_1_0_1.py: New. Copied from test_load.py.
843    
844     * test/test_baserenderer.py (SimpleRenderer.draw_raster_data): Removed
845     obsolete optional mask argument.
846    
847 nhueffme 2549 2005-01-26 Nina Hüffmeyer <[email protected]>
848    
849     * Extensions/ogr/ogrshapes.py: Added two dictionaries to ShapeStore
850     which maps the ids and the ordinals. Fixed RowIdToOrdinal(),
851     RowOrdinalToId() and ReadRowAsDict().
852    
853     * Extensions/ogr/ogrstart.py: Added menu item which opens database
854     layers for existing database connections.
855    
856     * Extensions/ogr/test/test_OGRShapestore.py: Fixed a message string.
857    
858    
859 jan 2548 2005-01-26 Jan-Oliver Wagner <[email protected]>
860    
861     * Doc/manual/thuban-manual-de.xml: More translations.
862    
863 bh 2544 2005-01-24 Bernhard Herzog <[email protected]>
864    
865     Rework the status bar updates a bit to make sure the message about
866     the projections is produced at the right times.
867    
868     * Thuban/UI/mainwindow.py (MainWindow.update_status_bar_messages):
869     New class variable with messages that may require a status bar
870     update.
871     (MainWindow.view_position_changed)
872     (MainWindow.update_status_bar): Rename from view_position_changed
873     to update_status_bar. It's meaning has changed now that it may
874     also generate messages about problems with projection settings.
875     (MainWindow.__init__): Use the new update_status_bar_messages
876     class variable to subscribe update_status_bar
877     (MainWindow.set_position_text): Update doc-string. This method
878     has to be renamed at some point. See doc-string and comments.
879     (MainWindow.OnClose): Unsubscribe update_status_bar from all
880     messages in update_status_bar_messages
881    
882     * Thuban/UI/viewport.py (ViewPort.forwarded_map_messages): New
883     class attribute. map messages to be forwarded by the viewport.
884     (ViewPort._subscribe_map, ViewPort._unsubscribe_map): (un)subscribe
885     the messages in forwarded_map_messages
886    
887 bh 2543 2005-01-21 Bernhard Herzog <[email protected]>
888    
889     * test/postgissupport.py (PostGISDatabase.__init__): Tweak
890     doc-string
891     (find_postgis_sql): Update for postgis-1.0.0-rc1, which uses a
892     different name for the initialization SQL file.
893    
894 jonathan 2537 2005-01-21 Jonathan Coles <[email protected]>
895 jan 2542
896     * Thuban/UI/baserenderer.py (proj_params_to_str): New. Takes
897     a projection and returns a formatted string representing the
898     parameters to feed to gdalwarp. This function eliminates
899     redundancy in draw_raster_layer().
900     (BaseRenderer.render_map_incrementally): Removed the optimization which
901     drew the top most raster layer first and then only those vector-
902     based layers that are above it. With the support for transparency
903     this optimization breaks correct behaviour.
904     (BaseRenderer.draw_raster_layer): Reorganize code to support possible
905     future enhancements to raster layer bounding box. The old behaviour has
906     not changed. Also, change calling parameters to draw_raster_data()
907     to specify new RAW data format and mask.
908     (BaseRenderer.draw_raster_data): Change signature to include an optional
909     parameter for mask information. Change documentation to mention
910     support for new parameter and added option for RAW data format.
911     The data argument is now a list of [width, height, data].
912    
913     * Thuban/UI/renderer.py (MapRenderer.draw_raster_data): Add new optional
914     mask parameter. Add new condition for RAW format, which
915     significantly reduces rendering time. Add condition for
916     mask parameter.
917    
918     * libraries/thuban/gdalwarp.cpp (GetImageData): New. Creates a
919 jonathan 2537 data array of RGB values from the projected image returned from
920     the gdal warping functions. In the case of palette based images, it
921 jan 2542 converts the NO_DATA index to the mask color.
922     (ProjectRasterFile): Removed all custom memory driver references
923     and replaced it with the standard in-memory dataset provided
924     by gdal. The return data is no longer a BMP file, but an array
925     of RGB values, one set triple per pixel.
926 jonathan 2537
927     * libraries/thuban/bmpdataset.cpp: Removed. Unnecessary.
928     * libraries/thuban/cpl_mfile.h: Removed. Unnecessary.
929     * libraries/thuban/cpl_mfile.cpp: Removed. Unnecessary.
930    
931 jan 2542 * setup.py (thuban_build_ext.finalize_options): Removed mention
932     of cpl_mfile.cpp and bmpdataset.cpp files in the list of source
933     files. These are obsolete with the new version of gdalwarp.cpp
934    
935     * test/test_baserenderer.py (SimpleRenderer.draw_raster_data):
936     Updated signature.
937     (TestBaseRenderer.test_raster_no_projection): Changed the test
938     data to be data in the uncompressed RAW format returned from
939     ProjectRasterFile.
940    
941 jan 2535 2005-01-21 Jan-Oliver Wagner <[email protected]>
942    
943 jan 2542 * Thuban/UI/mainwindow.py (MainWindow.view_position_changed): Made
944     string available for i18n.
945 jan 2535
946 russell 2532 2005-01-20 Russell Nelson <[email protected]>
947    
948     * Resources/Projections/defaults.proj: Ruin the speling of the
949 russell 2533 Lambert-93 projection so it doesn't run into the wx UTF-8 bug.
950     It's the wrong thing to do in the long run, but it's necessary for
951     those users until that bug is fixed. Otherwise the projection
952     dialog segfaults. Better to annoy some Lambert-93 users with a
953     spelling mistake than every Fedora Core 3 user of Thuban-CVS.
954 russell 2532
955 bernhard 2531 2005-01-20 Bernhard Reiter <[email protected]>
956    
957 jan 2542 * Thuban/UI/mainwindow.py (MainWindow.view_position_changed): Added
958     docstring and comment that the warning code here is a hack.
959 bernhard 2531
960 russell 2529 2005-01-20 Russell Nelson <[email protected]>
961    
962 jan 2542 * Thuban/UI/mainwindow.py (MainWindow.view_position_changed): Warn
963     user about misprojected layers when their lat/lon bounding
964 russell 2529 box exceeds rational lat/lon values.
965    
966 bernhard 2525 2005-01-20 Bernhard Reiter <[email protected]>
967    
968 jan 2542 * Thuban/UI/about.py (unicodeToLocale): Improved:
969 bernhard 2528 Use 'ascii' and then 'replace' for other characters
970     when getdefaultlocale returns None. Thanks to Bernhard H. .
971 jan 2542
972 bernhard 2528 2005-01-20 Bernhard Reiter <[email protected]>
973    
974 jan 2542 * Thuban/UI/classgen.py (GenQuantilesPanel.OnRetrieve): Added a comment
975 bernhard 2527 that OnRangeText might be called twice and using None as argument.
976 jan 2542
977 bernhard 2527 2005-01-20 Bernhard Reiter <[email protected]>
978    
979 jan 2542 * Thuban/UI/classgen.py (GenQuantilesPanel.OnRetrieve): Add a
980     OnRangeText(0) to work around a different in wx Behaviour noticed
981     on MacOSX, thanks to Lorenzo Moretti and Daniel Calvelo for the fix.
982    
983 bernhard 2526 2005-01-20 Bernhard Reiter <[email protected]>
984    
985     * Thuban/UI/about.py: take iso-8859-15 when getdefaultlocale returns
986 bernhard 2525 None. (Fixes rt#2910.)
987    
988 frank 2524 2005-01-18 Frank Koormann <[email protected]>
989    
990     New Extension: mouseposition
991     Tool to collect mouse click positions (map coordinates) in a dialog.
992    
993     * Extensions/mouseposition/__init__.py: New, extension registration
994    
995     * Extensions/mouseposition/mouseposition.py: New, implements the
996     dialog and adds a tool to Thuban mainwindow.
997    
998     * Extensions/mouseposition/position.xpm: New, icon for tool.
999    
1000 jan 2522 2005-01-14 Jan-Oliver Wagner <[email protected]>
1001    
1002     * Doc/manual/thuban-manual-de.xml: More translations.
1003    
1004 frank 2520 2005-01-11 Frank Koormann <[email protected]>
1005    
1006     * Thuban/UI/mainwindow.py (MainWindow.DuplicateLayer):
1007     Fix indention bug.
1008    
1009 frank 2517 2005-01-09 Frank Koormann <[email protected]>
1010    
1011     * Thuban/UI/mainwindow.py (MainWindow.DuplicateLayer):
1012 frank 2520 BugFix 2901: Explicitly copy layers ClassificationColumn since it
1013 frank 2517 is not part of the layers Classification.
1014    
1015 frank 2515 2005-01-03 Frank Koormann <[email protected]>
1016    
1017 frank 2517 * Thuban/UI/renderer.py (ScreenRendererdraw_selection_incrementally):
1018     BugFix 2883: Former implementation only worked on classified point
1019     layers: KeyError was raised, now use the default size if field is None.
1020 frank 2515
1021 bernhard 2513 2004-12-27 Bernhard Reiter <[email protected]>
1022    
1023     svgexport 1.0.0cvs: Fixed label export.
1024    
1025     * Extensions/svgexport/test/test_svgmapwriter.py:
1026     class TestSVGRenderer(): New class; new test test_label_font().
1027    
1028     * Extensions/svgexport/svgmapwriter.py
1029     (SVGRenderer.label_font()): initialised Font size with self.factor now,
1030     makes test_label_font happy.
1031    
1032     * Extensions/svgexport/TODO: crossed out fixed label export item.
1033     Added item for options.
1034    
1035     * Extensions/svgexport/__init__.py: Bumped version to 1.0.0cvs.
1036    
1037 russell 2511 2004-12-27 Russell Nelson <[email protected]>
1038    
1039 jan 2512 Middle mouse button pans.
1040 russell 2511
1041 jan 2512 * Thuban/UI/view.py (MapCanvas.__init__): Subscribe also
1042     OnMiddleDown and OnMiddleUp events.
1043     (MapCanvas.OnMiddleDown): New. Activate the pan tool and remember the
1044     previously used tool.
1045     (MapCanvas.OnMiddleUp): New. Reactivate the remebered tool used before
1046     pressing the middle mouse button.
1047    
1048 jan 2509 2004-12-27 Jan-Oliver Wagner <[email protected]>
1049    
1050     * Doc/manual/thuban-manual-de.xml: More translations.
1051    
1052 jan 2506 2004-12-23 Jan-Oliver Wagner <[email protected]>
1053    
1054     * Thuban/UI/projdialog.py (ProjFrame.load_user_proj): Added a
1055     \n to stderr after the warnings. Thanks to Russell Nelson.
1056    
1057 nhueffme 2493 2004-12-20 Nina Hueffmeyer <[email protected]>
1058    
1059     * Extensions/ogr/ogrshapes.py: Fixed some issues from
1060     Bernhard (coding guidelines etc.). Additionally it is now possible to
1061     display shapefiles containing feature collections (e.g.polygons
1062     with holes). Works with gdal 1.2.1 now.
1063    
1064     * Extensions/ogr/test/test_OGRShapestore.py: Fixed some issues
1065     from Bernhard (coding guidelines etc.). If ogr can't be imported,
1066     tests are skipped now.
1067    
1068     * Extensions/ogr/ogrstart.py: Fixed some typings.
1069    
1070 bernhard 2490 2004-12-20 Bernhard Reiter <[email protected]>
1071    
1072     * Extensions/svgexport/TODO: updated to add support for
1073     raster layers and labels for 1.0.1.
1074    
1075     * Extensions/svgexport/svgmapwriter.py (draw_raster_layer):
1076     Issue a warning now.
1077    
1078 bernhard 2488 2004-12-19 Bernhard Reiter <[email protected]>
1079    
1080 bernhard 2489 * Extensions/svgexport/TODO: Added idea to support triggering
1081     the application down the pipe.
1082    
1083     2004-12-19 Bernhard Reiter <[email protected]>
1084    
1085 bernhard 2488 svgexport: Improved code quality, mainly by better naming.
1086    
1087     * Extensions/svgexport/svgmapwriter.py:
1088     DrawPath() renamed to DrawPolygonPath(),
1089     added documentation, improved comments and variable names.
1090    
1091     * Extensions/svgexport/svgmapwriter.py,
1092     Extensions/svgexport/test/test_svgmapwriter.py:
1093     All using DrawPolygonPath() now, the default parameter closed=True
1094     omitted.
1095    
1096     * Extensions/svgexport/test/test_svgmapwriter.py:
1097     renamed test_polygon_opened() to test_polyline()
1098     renamed test_transparent_polygon() to test_transparent_polyline()
1099    
1100 jan 2487 2004-12-18 Jan-Oliver Wagner <[email protected]>
1101    
1102     Some fixes of gns2shp extension.
1103    
1104     * Extensions/gns2shp/test/__init__.py: New. Make this directory a
1105     package.
1106    
1107     * Extensions/gns2shp/test/test_gns2shp.py: Add some import paths
1108     dynamically.
1109    
1110     * Extensions/gns2shp/test/README: Simplified description how to test.
1111    
1112     * Extensions/gns2shp/gns2shp.py (gns2shp): Fixed doc-string,
1113     fixed some dimensions of fields according to the GNS documentation
1114     which seems to change undocumented.
1115     Now killing trailing \n and/or \r from MODIFY_DATE.
1116     This fixes RT#2453.
1117    
1118 bernhard 2479 2004-12-18 Bernhard Reiter <[email protected]>
1119 bernhard 2480
1120 bernhard 2482 svgexport 1.0.0: Treats holes and islands nicely. Documentation added.
1121    
1122     * Extensions/svgexport/test/test_svgmapwriter.py:
1123     Added new tests: test_export_polygon_with_hole()
1124     and test_polygon_with_hole().
1125    
1126     * Extensions/svgexport/svgmapwriter.py
1127     (draw_polygon_shape()): Uses DrawPath correctly now.
1128    
1129     * Doc/manual/thuban-manual.xml: Added documentation for stable
1130     extention svgexport.
1131     * Doc/manual/thuban-manual-de.xml: Copied English section about
1132     svexport over.
1133    
1134 jan 2509 * Extensions/svgexport/__init__.py: Bumped version number to 1.0.0.
1135 bernhard 2482
1136     * Extensions/svgexport/svgsaver.py,maplegend.py:
1137     Moved from experimental to stable extension menu.
1138    
1139     * Extensions/svgexport/TODO: updated.
1140    
1141    
1142     2004-12-18 Bernhard Reiter <[email protected]>
1143    
1144 bernhard 2481 Added Extensions/svgexport/TODO
1145    
1146     2004-12-18 Bernhard Reiter <[email protected]>
1147    
1148 bernhard 2480 Refactored in svgexport:
1149     DrawPath replaces DrawPolygon; added newline in front of "M" in paths.
1150    
1151     * Extensions/svgexport/svgmapwriter.py
1152     Added verbosity level 3 to print out polygon points.
1153     (class Point): added __repr__
1154     (class Brush, __str__()): Added space after ,.
1155     (DrawPolygon): Renamed to DrawPath()
1156     (DrawPath): Takes list of polygons as input now, adds \n before "M"s.
1157     (DrawLines): Using DrawPath now.
1158    
1159     * Extensions/svgexport/test/test_svgmapwriter.py:
1160     Replaced DrawPolygon() calls with DrawPath() and put the first argument
1161     inside another list. Adapted test data with a newline before "M".
1162    
1163     2004-12-18 Bernhard Reiter <[email protected]>
1164 bernhard 2479
1165     Refactored svgexport tests: 9 double tests runs eliminated;
1166     code size reduced by 8 lines.
1167    
1168     * Extensions/svgexport/test/test_svgmapwriter.py:
1169     (class TestWithDC): Renamed to BaseTestWithDC, moved to top.
1170     (class BaseWithDCtools): New, subclass from BaseTestWithDC.
1171     (class TestDrawSplines): now subclass from BaseTestWithDCtools,
1172     this fixed the double running of the nine tests of TestVirtualDC.
1173     (class TestVirtualDC): Using self.dc and self.file from setUp().
1174    
1175 bh 2478 2004-12-17 Bernhard Herzog <[email protected]>
1176    
1177     Two windows specific fixes ported from thuban-1­0-branch:
1178    
1179     * Thuban/UI/about.py (unicodeToLocale): Use getdefaultlocale
1180     instead of getlocale because getlocale doesn't return a usable
1181     encoding name on a german windows 2000
1182    
1183     * setup.py: windows build: Removed the absolute path names and
1184     made all prfixes relative to the directory containing setup.py.
1185     Makes it a little easier to adapt to a different system.
1186    
1187 bh 2470 2004-12-16 Bernhard Herzog <[email protected]>
1188    
1189 bernhard 2479 Add support for PostGIS tables with LINESTRING geometries.
1190 bh 2472 Fixes RT#2299
1191    
1192     * Thuban/Model/postgisdb.py (shapetype_map): Add LINESTRING
1193    
1194     * test/postgissupport.py
1195     (PostgreSQLServer.get_default_static_data_db): Rename the "roads"
1196     table to "roads-multi" because it now uses MULTILINESTRING
1197     geometries and introduce a new "roads" table that uses LINESTRING
1198     (coords_to_multilinestring): Make the doc string more precise
1199     (coords_to_linestring): New. Create a LINESTRING WKT
1200     representatin
1201     (wkt_converter): Add coords_to_linestring
1202     (upload_shapefile): Rephrase the doc-string a bit.
1203    
1204     * test/test_postgis_db.py (TestPostGISShapestoreArc)
1205     (LineStringTests)
1206     (TestPostGISShapestoreLineString)
1207     (TestPostGISShapestoreMultiLineString): Split
1208     TestPostGISShapestoreArc into a base class LineStringTests and two
1209     derived classes TestPostGISShapestoreLineString for LINESTRING
1210     geometries and TestPostGISShapestoreMultiLineString for
1211     MULTILINESTRING geometries. Most test methods are in the base
1212     class with the exception of tests that explicitly check the raw
1213     format.
1214    
1215     2004-12-16 Bernhard Herzog <[email protected]>
1216    
1217 bh 2471 Make the test suite work with PostGIS 0.8.2 and PostgreSQL 7.4
1218    
1219     * test/postgissupport.py (find_postgis_sql): Different postgis
1220     versions put the postgis.sql file into slightly different places
1221     so we have to look in both. The updated doc string describes this
1222     is more detail.
1223    
1224     * test/test_postgis_db.py
1225     (TestPostGISSpecialCases.test_column_name_quoting): The return
1226     value of UniqueValues is unsorted, so it has to be sorted for
1227     comparison.
1228    
1229     2004-12-16 Bernhard Herzog <[email protected]>
1230    
1231 bh 2470 Fix for RT#2237
1232    
1233     * Thuban/UI/projdialog.py (ProjFrame._show_proj_panel): If the
1234     panel to be shown is the UnknownProjPanel disable the OK and Try
1235     buttons. Otherwise enable them.
1236     (ProjFrame.__GetProjection): The UnknownProjPanel returns None for
1237     the parameters. In that case __GetProjection also returns None
1238     now.
1239    
1240 bh 2459 2004-12-15 Bernhard Herzog <[email protected]>
1241    
1242 bh 2462 * Thuban/UI/classgen.py (GenQuantilesPanel.__init__): Set the
1243     minimum number of classes to 2. The calculate_quantiles needs at
1244     least two and raises an exception otherwise.
1245     Fixes RT#2549
1246    
1247     2004-12-15 Bernhard Herzog <[email protected]>
1248    
1249 bh 2460 * test/postgissupport.py (PostgreSQLServer.execute_sql): Extend to
1250     so that it returns a result for select statements.
1251     (PostgreSQLServer.server_version): New. Return the version of the
1252     server software.
1253     (PostgreSQLServer.require_authentication): The format of
1254     pg_hba.conf has changed between PostgrSQL 7.2 and 7.3. Check the
1255     server version and generate the file in the correct format
1256    
1257     2004-12-15 Bernhard Herzog <[email protected]>
1258    
1259 bh 2459 * test/postgissupport.py (PostgreSQLServer.is_running): Fix typo
1260     in the doc string and rephrase it a little.
1261    
1262 frank 2457 2004-12-15 Frank Koormann <[email protected]>
1263    
1264     * test/test_load.py (TestAltPath.checkSession): New, extended checks if
1265     session has been loaded successfully. The check is called by the relevant
1266     tests after executing load_session().
1267    
1268 bh 2450 2004-12-13 Bernhard Herzog <[email protected]>
1269    
1270 bh 2454 Make sure the region used to determine which shapes are visible
1271     actually matches the region on the printed page. If this isn't
1272     done properly some shapes might not be printed.
1273     Fixes RT #2692
1274    
1275     * Thuban/UI/view.py (MapPrintout.draw_on_dc): The region for the
1276     renderer has to be at the same position as the mapregion
1277    
1278     * Thuban/UI/renderer.py (ExportRenderer.RenderMap): self.region
1279     has to be moved by (self.shiftx, self.shifty) too.
1280    
1281     2004-12-13 Bernhard Herzog <[email protected]>
1282    
1283 bh 2452 * libraries/pyprojection/Projection.i: Work around a bug in the
1284     generated python code which leads to exception in the __del__
1285     method when the constructor fails. See the comments in the code
1286     for more details.
1287    
1288     * libraries/pyprojection/Projection.py: Updated from Projection.i
1289     with SWIG.
1290    
1291     2004-12-13 Bernhard Herzog <[email protected]>
1292    
1293 bh 2451 * test/test_load.py (TestAltPath.test_01_single_path_error_fix)
1294     (TestAltPath.test_02_path_error_fix_from_list)
1295     (TestAltPath.test_05_path_error_fix_from_list_changed)
1296     (TestAltPath.test_06_path_error_fix_from_list_fails): self.session
1297     is destroyed in tearDown, so there's no need to do it in a test
1298     case.
1299    
1300     * Thuban/Model/load.py (SessionLoader.open_shapefile): Remove a
1301     debug print
1302    
1303     2004-12-13 Bernhard Herzog <[email protected]>
1304    
1305 bh 2450 * Extensions/svgexport/test/test_svgmapwriter.py
1306     (TestDrawSplines.setUp): Do not use super with the unittest
1307     classes because in Python 2.2 they're still old-style classes.
1308    
1309 frank 2448 2004-12-13 Frank Koormann <[email protected]>
1310    
1311     Alternative Path feature: When loading a (moved) session where
1312     shapefiles cannot be found, ask the user. Use the specified path
1313     if further shapefiles are missing. However, ask the usr for confirmation
1314     in such cases.
1315    
1316     * test/test_load.py (TestAltPath): New, tests for alternative path feature
1317     in load_session()
1318     (Shapefile_CallBack): Helper, implements controllable callback.
1319    
1320     * Thuban/UI/application.py (ThubanApplication.OnInit):
1321     Added "alt_path" to self.path
1322     (ThubanApplication.OpenSession): Added shapefile_callback as second
1323     callback similar to db_connection_callback.
1324     (ThubanApplication.run_alt_path_dialog): New, implementaion of
1325     shapefile_callback. In addition to raising the dialog the control of
1326     self.path('alt_path') is implemented here.
1327    
1328     * Thuban/Model/load.py (SessionLoader.__init__): Added shapefile_callback.
1329     (SessionLoader.open_shapefile): Open shapefile, eventually with
1330     alternative path. This wrapps the "theSession.OpenShapefile(filename)"
1331     formerly used in start_fileshapesource()/start_layer().
1332     (SessionLoader.start_fileshapesource): Call open_shapefile().
1333     (SessionLoader.start_layer): Call open_shapefile().
1334     (load_session): Added shapefile_callback.
1335    
1336     * Thuban/UI/altpathdialog.py: New, implements dialogs for alternative path
1337     feature (search / check).
1338    
1339     * Doc/manual/thuban-manual.xml: Added documentation of new feature.
1340    
1341 bernhard 2443 2004-12-11 Bernhard Reiter <[email protected]>
1342    
1343 bernhard 2445 svgexport 0.9.2: Point size supports for maps.
1344    
1345     * Extensions/svgexport/svgmapwriter.py: Added import of SHAPETYPE_POINT
1346     (def draw_point_shape): new parameter size defaults to 2 as before.
1347     (draw_shape_layer_incrementally): Moved draw_func log line higher.
1348     Added draw_func call with size when dealing with a point layer.
1349    
1350     * Extensions/svgexport/__init__.py: bumped version to 0.9.2.
1351    
1352     2004-12-11 Bernhard Reiter <[email protected]>
1353    
1354 bernhard 2444 Made sure that newlines are inserted in the svg path d attributes
1355     to raise the chance that the line length will be below 255 characters,
1356     as recommended by REC SVG 1.1 in section 8.3.1.
1357    
1358     * Extensions/svgexport/svgmapwriter.py(DrawPolygon):
1359     Adding \n before L's and changed whitespace handling.
1360    
1361     * Extensions/svgexport/test/test_svgmapwriter.py:
1362     Adapted tests to new whitespace handling of DrawPolygon.
1363    
1364     2004-12-11 Bernhard Reiter <[email protected]>
1365    
1366 bernhard 2443 * Doc/technotes/coding_guidelines.txt: easy typo fixed.
1367    
1368     * Extensions/svgexport/test/test_svgmapwriter.py:
1369     Removed test_drawbezier in favour of new test_drawspline3 and
1370     test_drawspline4 within new class TestDrawSplines(TestVirtualDC).
1371     All only to test DrawSpline.
1372    
1373     * Extensions/svgexport/svgmapwriter.py(DrawSpline):
1374     New implementation now really using the strange algorithm of
1375     xfig 3.1's approximated splines and its conversion to postscript
1376     with one twist: SVG can do quadratic beziers, so skipped translation
1377     to cubic beziers.
1378     (TestWithDC): Typo in comment fixed.
1379    
1380 joey 2442 2004-12-09 Martin Schulze <[email protected]>
1381    
1382     * Thuban/Model/classgen.py: Added missing character encoding
1383    
1384     * Extensions/wms/properties.py (OpenWMSProperties): removed
1385    
1386     * Extensions/wms/parser.py (WMSCapabilitiesParser.error): Dropped
1387     support for get_srs_discrepancies() since there are no
1388     discrepancies anymore (was a thinko)
1389    
1390     * Extensions/wms/layer.py (WMSLayer.GetMapImg): Improved graphic
1391     format priority now that more formats are supported globally by
1392     the render engine.
1393    
1394 silke 2437 2004-12-08 Silke Reimer <[email protected]>
1395     * Extensions/ogr/ogrshapes.py: Substituted ogr-method CloseRings
1396     because it is not available in all versions of ogr
1397    
1398 bernhard 2436 2004-12-08 Bernhard Reiter <[email protected]>
1399     * Extensions/ogr/__init__.py: Added empty __init__.py to heal
1400     global tests until a real one is commited.
1401    
1402 nhueffme 2435 2004-12-07 Nina Hüffmeyer <[email protected]>
1403    
1404     * /Extensions/ogr/: Adding a new extension to read shapefiles with
1405     ogr. It is planned to add other vector formats.
1406    
1407     * /test/runtests.py: Adding tests from /Extensions/ogr/test/.
1408    
1409 jan 2434 2004-12-07 Jan-Oliver Wagner <[email protected]>
1410    
1411     * /Extensions/svgexport/test/test_svgmapwriter.py: Reverting
1412     part of a (non-)fix to renable that the tests are always
1413     executed.
1414    
1415 bernhard 2432 2004-12-07 Bernhard Reiter <[email protected]>
1416    
1417     * Extensions/svgexport/test/test_svgmapwriter.py:
1418     Added test_drawbezier() to test DrawSpline().
1419    
1420     * Extensions/svgexport/svgmapwriter.py(DrawSpline):
1421     Really implemented bezier drawing.
1422    
1423     * Extensions/svgexport/__init__.py: Bumped version of svgexport
1424     to 0.9.1 because now the legend examples lines styles
1425     will be drawing with beziers.
1426    
1427 joey 2431 2004-12-05 Martin Schulze <[email protected]>
1428    
1429     * Thuban/UI/renderer.py (raster_format_map): Added PNG, TIFF and
1430     GIF as supported bitmap image formats (helpful for the WMS extension)
1431    
1432 joey 2430 2004-11-30 Martin Schulze <[email protected]>
1433    
1434     * Extensions/wms/test/test_ogclib.py (TestOGCLib.test_compareURLs):
1435     Improved the test for the internal compare method
1436    
1437 jan 2429 2004-11-27 Jan-Oliver Wagner <[email protected]>
1438    
1439     * Thuban/UI/about.py (About.__init__): Added
1440     Norbert Solymosi for hungarian translation and Ole Rahn
1441     as contrbutor. Moved Bernhard Reiter from Contributor
1442     to Developer.
1443    
1444 bernhard 2425 2004-11-27 Bernhard Reiter <[email protected]>
1445    
1446     * Extensions/svgexport/test/test_svgmapwriter.py:
1447     Removed Jan from author list as he did not change enough significant
1448     lines yet.
1449    
1450     * Extensions/svgexport/__init__.py: Added Bernhard as author
1451     of the Extension.
1452    
1453 jan 2422 2004-11-27 Jan-Oliver Wagner <[email protected]>
1454    
1455     * po/hu.po: New. Hungarian translation. Contributed
1456     by Norbert Solymosi.
1457    
1458 bh 2419 2004-11-26 Bernhard Herzog <[email protected]>
1459    
1460     * Extensions/svgexport/test/test_svgmapwriter.py
1461     (Testobjectexport.test_transparent_polygon): Commented out some
1462     debug prints
1463    
1464 jan 2418 2004-11-24 Jan-Oliver Wagner <[email protected]>
1465    
1466     Fix broken tests for svg extension and added svg legend
1467     to Experimental menu.
1468    
1469     * Extensions/svgexport/test/test_svgmapwriter.py: Fix to have
1470     the test run correctly even if the extension is a package.
1471     Also removed the "import Thuban" which makes no sense.
1472    
1473     * Extensions/svgexport/__init__.py: Fix to have the extensions'
1474     test module also be executed from the global test routine.
1475     This is done by looking for the absense of the DISPLAY variable.
1476    
1477     * Extensions/svgexport/maplegend.py: Moved the menu entry from Extensions
1478     to Experimental menu since this module has yet not reached a stable
1479     status (ie. 1.0).
1480    
1481 bernhard 2414 2004-11-22 Bernhard Reiter <[email protected]>
1482    
1483     * Extensions/svgexport/svgmapwriter.py:
1484     Added verbose variable and some logging depending on it.
1485     (class VirtualDC(XMLWriter)): Minor improvement in the polygon loop,
1486     because counting i is not necessary.
1487     (class Pen, class Brush): Added simple __str__ methods.
1488     (SVGRenderer.draw_polygone_shape): Fix #2698 (transparent polygons are
1489     not exported to svg file) Note: holes still unhandled.
1490    
1491     * Extensions/svgexport/test/test_svgmapwriter.py:
1492     Made a baseclass TestWithDC for test needed a DC.
1493     Added tests for bug #2698 (transparent polygons are not
1494     exported to svg file):
1495     Testobjectexport.test_transparent_polygon()
1496    
1497     * Thuban/Model/base.py (UnsetModified):
1498     Fixed some typos in docstring.
1499    
1500     * Thuban/UI/baserenderer.py (BaseRenderer.draw_polygon_shape()):
1501     Added hints on the used algorithm for handling holes.
1502    
1503 jan 2403 2004-11-20 Jan-Oliver Wagner <[email protected]>
1504    
1505 jan 2412 Some face lifting for the examples.
1506    
1507     * Examples/__init__.py: Make this directory a package.
1508    
1509     * Examples/simple_extensions/__init__.py: Make this directory a package.
1510    
1511     * Examples/simple_extensions/hello_world.py: Moved entry from Extensions
1512     menu to Examples menu.
1513    
1514     * Examples/simple_extensions/simple_command.py: Some more comments,
1515     minor changes.
1516    
1517     * Examples/simple_extensions/simple_tool.py: Minor changes.
1518    
1519     2004-11-20 Jan-Oliver Wagner <[email protected]>
1520    
1521 jan 2407 Changed way of extension registry for wms and added extension
1522     registry for umn_mapserver extension.
1523    
1524     * Extensions/wms/__init__.py: Added registry entry and the importing
1525     of the actual wms module. Included a test for the required PyOGCLib.
1526    
1527     * Extensions/wms/wms.py: Removed registry entry (moved to __init__.py).
1528    
1529     * Extensions/umn_mapserver/__init__.py: Added registry entry and the
1530     importing of the actual umn mapserver management modules.
1531     Included a test for the required Python MapScript.
1532    
1533     2004-11-20 Jan-Oliver Wagner <[email protected]>
1534    
1535 jan 2403 Changed way of extension registry for importAPR, bboxdump
1536     and added extension registry for svgexport.extension registry for
1537     svgexport.
1538    
1539     * Extensions/importAPR/__init__.py: Added registry entry and the importing
1540     of the actual importAPR module.
1541    
1542     * Extensions/importAPR/importAPR.py: Removed registry entry (moved to
1543     __init__.py).
1544    
1545     * Extensions/bboxdump/__init__.py: Added registry entry and the importing
1546     »···of the actual bboxdump module.
1547    
1548     * Extensions/bboxdump/bboxdump.py: Removed registry entry (moved to
1549     »···__init__.py).
1550    
1551     * Extensions/svgexport/__init__.py: Added registry entry and the importing
1552     of the svgsaver module.
1553    
1554     * Extensions/svgexport/svgsaver.py: Moved the menu entry from Extensions
1555     to Experimental menu since this module has yet not reached a stable
1556     status (ie. 1.0).
1557    
1558 jan 2397 2004-11-18 Jan-Oliver Wagner <[email protected]>
1559    
1560     Now the hit test considers the size of point symbols.
1561    
1562     * Thuban/UI/viewport.py (ViewPort._hit_point): Added optional parameter
1563     'size' defaulting to the previously fixed value 5.
1564     Extended doc-string.
1565     (Viewport._find_shape_in_layer): Resolved FIXME regarding flexibility
1566     for symbols.
1567     Now the size of the largest point symbol is determined to find out
1568     about whether the point has been hit.
1569     This fixes the problem that only clicks inside a fixed distance of
1570     5 where found.
1571    
1572 jan 2395 2004-11-17 Jan-Oliver Wagner <[email protected]>
1573    
1574 jan 2397 Another open issue fixed regarding sizeable symbols: correct rendering of
1575 jan 2395 selected symbols.
1576    
1577     * Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally):
1578     Added consideration of the specific size of point symbols.
1579     The property for each point symbol is retrieved and the size applied
1580     for the rendering method.
1581     Added doc-string.
1582    
1583 jan 2393 2004-11-16 Jan-Oliver Wagner <[email protected]>
1584    
1585     Changed way of Extension Registry for gns2shp and profiling.
1586    
1587     * Extensions/gns2shp/gns2shp.py: Removed registry entry (moved to
1588     __init__.py).
1589    
1590     * Extensions/gns2shp/__init__.py: Added registry entry and the importing
1591     of the actual gns2shp module.
1592    
1593     * Extensions/profiling/profiling.py: Removed registry entry (moved to
1594     __init__.py).
1595    
1596     * Extensions/profiling/__init__.py: Added registry entry and the importing
1597     of the actual profiling module.
1598    
1599 bernhard 2388 2004-10-28 Bernhard Reiter <[email protected]>
1600    
1601     * Extensions/svgexport/: Minor improvements to doc strings.
1602    
1603 jan 2387 2004-10-07 Jan-Oliver Wagner <[email protected]>
1604    
1605     Further elements for sizable point objects now
1606     making this feature usable though not yet complete.
1607    
1608     * Thuban/Model/save.py (SessionSaver.write_classification): Write
1609     attribute 'size' for cldata when the shape layer is of point type.
1610     This also now make the test_load.py tests happy.
1611    
1612     * Thuban/Model/classgen.py (CustomRamp.GetProperties): Added size
1613     gradient.
1614    
1615     * Thuban/UI/classifier.py (ID_SELPROP_SPINCTRL): Renamed to
1616     ID_SELPROP_SPINCTRL_LINEWIDTH.
1617     (ID_SELPROP_SPINCTRL_LINEWIDTH): New Id replaces ID_SELPROP_SPINCTRL.
1618     (ID_SELPROP_SPINCTRL_SIZE): New Id.
1619     (SelectPropertiesDialog.__init__): Added a second spin control
1620     for the size in case the corresponding layer is of point type.
1621     (SelectPropertiesDialog._OnSpin): Renamed to _OnSpinLineWidth.
1622     (SelectPropertiesDialog._OnSpinLineWidth): New. Former _OnSpin.
1623     (SelectPropertiesDialog._OnSpinSize): New. Set size of property
1624     and refresh preview.
1625    
1626    
1627    
1628 joey 2381 2004-10-04 Martin Schulze <[email protected]>
1629    
1630     * Extensions/wms/test/test_parser.py
1631     (TestWMSCapabilitiesParser.test_compareLists): Added missing
1632     self-test for compareLists()
1633     (TestWMSCapabilitiesParser.test_compareDicts): Added missing
1634     self-test for compareDicts()
1635 joey 2382 (TestWMSCapabilitiesParser.test_compareLists): Adding more tests
1636     to verify the test routine fails with non-equal arguments
1637     (TestWMSCapabilitiesParser.test_compareDicts): Adding more tests
1638     to verify the test routine fails with non-equal arguments
1639 joey 2381
1640 jan 2370 2004-10-03 Jan-Oliver Wagner <[email protected]>
1641    
1642 jan 2380 First elements for sizeable point objects.
1643    
1644     * Resources/XML/thuban-1.1.dtd: Added size attribute to cldata.
1645    
1646     * Data/iceland_sample_size.thuban: New. Sample for sized point objects.
1647    
1648     * test/test_load.py (ClassificationTest.TestLayers): Added SetSize in case
1649     of a corresponding argument is given.
1650     (TestSymbolSize): New. Test the size attribute of cldata.
1651    
1652     * Thuban/Model/classification.py: Removed some trailing whitespaces.
1653     (ClassGroupProperties.__init__): Set default size.
1654     (ClassGroupProperties.SetProperties): Set the size.
1655     (ClassGroupProperties.GetSize): New. Return the size.
1656     (ClassGroupProperties.SetSize): New. Set the size.
1657     (ClassGroupProperties__eq__): Compare also size.
1658     (ClassGroupProperties__repr__): Print also size.
1659    
1660     * Thuban/Model/load.py (SessionLoader.start_cldata): Also parse
1661     the size attribute.
1662    
1663     * Thuban/UI/classifier.py (ClassDataPreviewer.Draw): Added doc-string.
1664     Also, now there is a return value that indicates whether the drawing
1665     size exceeded the given rect extent and if so the new extent.
1666     Finally, point objects are drawn depending on the size. If either
1667     the width or height is exceeded, the new extent is returned.
1668     (ClassRenderer.Draw): Now when calling the previewer drawing function,
1669     evaluate the return value and, if not None, adapt the grid widget size
1670     accordingly and redraw again.
1671    
1672     * Thuban/UI/baserenderer.py (BaseRenderer.draw_shape_layer_incrementally):
1673     If the draw function is for points, call it with the size as additional
1674     parameter.
1675     (BaseRenderer.draw_point_shape): Added additional, optional parameter for
1676     the size. Compute the radius using the size.
1677    
1678     * Extensions/importAPR/apr.py (APR_BMkSym.GetThubanProp): Now
1679     that Thuban supports size, apply this correctly.
1680    
1681     * Extensions/importAPR/importAPR.py: Bumped version to 0.1.1.
1682    
1683     2004-10-03 Jan-Oliver Wagner <[email protected]>
1684    
1685 jan 2370 * Doc/manual/thuban-manual-de.xml: Started translation of
1686     Map chapter.
1687    
1688 joey 2368 2004-10-01 Martin Schulze <[email protected]>
1689    
1690     * Extensions/wms/properties.py (wmsProperties.__init__): Extended
1691     argument for general use through properties-dialog selector
1692    
1693     * Thuban/UI/classifier.py: Register properties dialog classes for
1694     both provided layer classes/types.
1695    
1696     * Thuban/UI/mainwindow.py (MainWindow.OpenLayerProperties): The
1697     map can be retrieved through the parent which is passed to the
1698     constructor anyway and doesn't require an argument of its own,
1699     required for the unification of arguments for general use through
1700     properties-dialog selector.
1701     (MainWindow.OpenOrRaiseDialog): Move the logic for checking
1702     whether a dialog is already opened (and raising it to the users
1703     attention) and creating a new dialog into a function of its own
1704     (MainWindow.OpenLayerProperties): Use the new OpenOrRaiseDialog()
1705     method
1706     (MainWindow.OpenLayerProperties): Utilise the new ClassMapper for
1707     global registration of properties dialog classes (which are indeed
1708     layer-specific).
1709    
1710     * Thuban/UI/classifier.py (Classifier.__init__): Unify arguments
1711     for general use through properties-dialog selector, the map can be
1712     retrieved through the parent and doesn't require an argument of
1713     its own.
1714    
1715     * Extensions/wms/wms.py: Register the properties dialog class for
1716     the provided WMS layer
1717    
1718 jan 2358 2004-09-28 Jan-Oliver Wagner <[email protected]>
1719    
1720     New feature: Registry for Extensions.
1721    
1722     * Thuban/UI/extensionregistry.py: This module defines a registry for
1723     Extensions.
1724    
1725     * Thuban/UI/about.py (About.__init__): Added description
1726     of the registered extensions with all of the information.
1727    
1728     * Thuban/Model/extension.py (Extension): Improved doc-string.
1729    
1730     * Extensions/gns2shp/gns2shp.py, Extensions/importAPR/importAPR.py,
1731     Extensions/bboxdump/bboxdump.py, Extensions/profiling/profiling.py,
1732     Extensions/wms/wms.py: Added registration of the extension.
1733    
1734 bernhard 2352 2004-09-27 Bernhard Reiter <[email protected]>
1735    
1736     More fixes to svgexport to make used ids unique and
1737     conforming to XML's Name production.
1738    
1739     * Extensions/svgexport/test/test_svgmapwriter.py: Added new tests
1740     test_xml_id_constraints(), test_make_ide_nosetbaseid() and
1741     test_make_id_nonintegersetid(). Switched SetID and SetBaseID.
1742     Added Bernhard R. as author.
1743     * Extensions/svgexport/svgmapwriter.py (make_id): Using "_" as
1744     concatenation char now (makes test_make_ide_nosetbaseid() valid).
1745     Also transform second id part with "%d" and catch the TypeError
1746     to raise SVGMapWriterError (making test_make_id_nonintegersetid() ok).
1747     Corrected typo inBernhard's author line.
1748     (SetBaseID): Return the transformed base id. Transform characters
1749     which are not alnum() or in ".-_" to binascii.b2a_hex(). Added
1750     import binascii. If to be set string starts with "xml" or so, add "t".
1751     (draw_shape_layer_incrementally): use the returned value of SetBaseID
1752     for used_baseids checks.
1753    
1754 bh 2351 2004-09-25 Bernhard Herzog <[email protected]>
1755    
1756     * test/test_layer.py (TestLayer.test_arc_layer_with_projection):
1757     Remove a debug print and some tab characters.
1758    
1759 bernhard 2350 2004-09-25 Bernhard Reiter <[email protected]>
1760    
1761     * Extensions/svgexport/svgmapwriter.py: Added Bernhard R. as Author.
1762     (SetBaseID, SetID, make_id): Improved docstring comments to explain
1763     the interaction of the three functions and the XML id contrains.
1764    
1765 bernhard 2352
1766 jan 2346 2004-09-23 Jan-Oliver Wagner <[email protected]>
1767    
1768 jan 2349 * Doc/ThubanModel.xmi: New. UML file for Thuban Model
1769     Module.
1770    
1771     * Doc/README: Added info on ThubanModel.xmi.
1772    
1773     2004-09-23 Jan-Oliver Wagner <[email protected]>
1774    
1775 jan 2346 * Doc/README: New. Some info about how to generate technical
1776     documentation from the source code.
1777     This text was send to the Thuban developer mailing list on
1778     September 21st 2004 by Bernhard Reiter.
1779    
1780 bernhard 2344 2004-09-21 Bernhard Reiter <[email protected]>
1781    
1782     Improved the svgexport to only use unique ids. Will issues
1783     an error message dialoge when two layer names are the same.
1784     ShapeIDs are now added with a dash within the svg ids.
1785    
1786     * Extensions/svgexport/svgmapwriter.py (SVGMapWriterError): New.
1787     * Extensions/svgexport/test/test_svgmapwriter.py: Added imports
1788     (TestSVGRenderer): New test class with test_make_in() and
1789     test_check_for_layer_name_clash()
1790     * Extensions/svgexport/svgmapwriter.py (SVGRenderer): Fixed __init__()
1791     and draw_shape_layer_incrementally() to not use a baseid twice,
1792     satisfying test_check_for_layer_name_clash()
1793     (VirtualDC.make_id): Use a dash between baseit and id, satisfies
1794     test_make_in().
1795     * Extensions/svexport/svgsaver.py: Import SVGMapWriterError, wxOK
1796     and wxICON_HAND.
1797     (write_to_svg): Put dc and rendering in a try statement and on
1798     catching SVGmapWriterError notify the user and delete the target file.
1799    
1800 bernhard 2343 2004-09-20 Bernhard Reiter <[email protected]>
1801    
1802     * Model/base.by, Model/layer.py: Fixed typos in docstrings.
1803    
1804 jschuengel 2342 2004-09-03 Jan Schüngel <[email protected]>
1805    
1806     * Extensions/umn_mapserver/mapfile(MF_Class.add_thubanstyle): Fix a
1807     small bug with the line color. Now the line color will now only set
1808     if it is set in Thuban an not Transparent.
1809    
1810     * Extensions/umn_mapserver/mf_export(tblayer_to_map): Fixed a bug with
1811     deleting the layers from mapfile. Now all layers will delete backwards
1812     from the last.
1813    
1814 silke 2339 2004-08-20 Silke Reimer <[email protected]>
1815 silke 2338
1816 silke 2339 * Thuban/Model/layer.py:
1817     Fixes bug in projection handling: Otherwise very large region might not
1818     have valid values in the layer's projection.
1819    
1820     2004-08-20 Silke Reimer <[email protected]>
1821    
1822 silke 2338 * Thuban/UI/about.py:
1823     small changes to be consistent with coding style.
1824    
1825 joey 2337 2004-08-13 Martin Schulze <[email protected]>
1826    
1827     * Extensions/wms/test/test_ogclib.py (TestOGCLib.compare_URLs):
1828     Adjusted a comment
1829    
1830 silke 2335 2004-08-11 Silke Reimer <[email protected]>
1831 silke 2334
1832 silke 2335 * Thuban/UI/about.py: Small changes to encoding related stuff to avoid
1833     too many and too enhanced imports of locale
1834    
1835 silke 2334 2004-08-10 Silke Reimer <[email protected]>
1836    
1837     * Thuban/UI/about.py: Fixed encoding problem of about dialog: Added
1838 silke 2339 function unicodeToLocale() to convert special characters to users
1839     locale encoding
1840 silke 2334
1841 jan 2333 2004-08-10 Jan-Oliver Wagner <[email protected]>
1842    
1843     * Doc/technotes/coding_guidelines.txt: Added rule 'Method names start with
1844     lower case letter'
1845    
1846 jschuengel 2331 2004-08-09 Jan Schüngel <[email protected]>
1847    
1848     * ChangeLog: Rewrite the last ChangeLog entry to follow
1849     the standard way.
1850    
1851     * Extensions/umn_mapserver/mapfile: Moved the import AnnotationLayer to
1852     the function where it is needed, because it don't works if it stands
1853     at the beginning.
1854     (MF_Layer.__init__): Removed the extra numclassed variable. Now
1855     numclasses from the mapscript will be used.
1856     (MF_Layer.get_index): New. Return the index of the layer in mapfile.
1857     (MF_Layer.set_classes): New. A Classlist will be set to the layer.
1858     (MF_Layer.set_metadata): New. A Metadata mapscript object will set.
1859     (MF_Layer.remove_allclasses): New. All class of the layer will remove.
1860     (MF_Map.create_new_layer): New. A new Layer is created and associated
1861     with the mapscript object.
1862     (MF_Map.set_layerorder): New. The Layer order like in thuban is set in
1863     the mapscript.
1864     (MF_Map.add_thubanlayer): Now a new layerobj is created if no one is
1865     linked to the layer in thuban, else the layerobject linked to the
1866     thubanlayer will be used.
1867     AnnotationLayer will now store the filename of the shapefile.
1868     (MF_Map.remove_layer): If a layer is removed the associated object
1869     must be set new.
1870    
1871     * Extensions/umn_mapserver/mf_export.py(tb_layer_to_map): Add all
1872     layers which are exists in thuban to the mapobj. All removed Layers
1873     will be removed from the mapobj.
1874     Added comments to all functions.
1875     (thuban_to_map): No layer will be removed here.
1876    
1877     * Extensions/umn_mapserver/mf_handle.py
1878     (_has_umn_mapobj_and_selectedlayer): Activating the layer menu. Now
1879     Layersettings for the mapserver kann be edited.
1880    
1881     * Extensions/umn_mapserver/mf_import.py: Now all layers which are
1882     imported, will be linked with the associated MF_Layer.
1883     (import_mapfile): All layers, which are not selected, will be removed.
1884     Disable the "import layer from mapfile" menu option.
1885    
1886     * Extensions/umn_mapserver/sample/iceland.map: Set the status of the
1887     Annotation Layer from DEFAULT to OFF. The DEFAULT setting turns the
1888     layer on permanently.
1889    
1890 jschuengel 2323 2004-08-03 Jan Schüngel <[email protected]>
1891    
1892 jschuengel 2331 * Extensions/umn_mapserver/mapfile.py(MF_Metadata.remove_allmetadata):
1893     New. This function removes all metadata
1894     (MF_Layer.set_group): New. Set the group setting.
1895     (MF_Layer.get_group): New. Get the group setting.
1896     (MF_Map): Removed the extra numlayers variable, used the mapscript
1897     parameter instead.
1898     (MF_Map.get_numlayers): New. This get numlayers.
1899     (MF_Map.remove_all_layers): New. Removes all layers from the mapobj.
1900 jschuengel 2323 (MF_Map.add_thubanlayer): Replaced the exception handling by a check
1901     if the object is an instance. Also added the annotation layer here to
1902     export, but only the layer is created in the mapfile.
1903    
1904 jschuengel 2331 * Extensions/umn_mapserver/mf_export.py(export_mapfile): Removed
1905     the check if a mapobj exist, because its not needed anymore. The
1906     export function is only available if a mapobj exist.
1907     Use the new function to remove all layers.
1908 jschuengel 2323
1909 jschuengel 2331 * Extensions/umn_mapserver/mf_handle.py(Layer_Dialog): Added a group
1910     option and the metadata button. The layer dialog is temporary disabled.
1911     (Metadata_CustomDataTable): Added some functions to show the grid
1912 jschuengel 2323 correct.
1913    
1914 jschuengel 2331 * Extensions/umn_mapserver/mf_import.py: Moved the code for showing
1915     the number of layer from import_mapfile to this function.
1916     (AnnotationLayer): New. This Class shows the Annotation layer in
1917     thuban. The layer don't do anything. It's only to show the layer
1918     and to save the layer order.
1919     (add_annotationlayer): New. Import an annotation layer to thuban.
1920     (select_layer2import): New. Import only layers to thuban and not
1921     the other settings like projection or scalebar.
1922     (create_new_mapfile): Moved the _has_umn_mapobj function and the
1923     create_new_mapfile functions from mf_handle.py to mf_import.py.
1924 jschuengel 2323
1925     * Extensions/umn_mapserver/sample/iceland.map: Added the group
1926     parameter to the roads and cultural layers. Also added a new
1927     Annotation Layer for the cultural points.
1928    
1929     * Extensions/umn_mapserver/sample/iceland.html: Added the select
1930     option for the annotation layer.
1931    
1932     * Extensions/umn_mapserver/sample/index.html: Added the start
1933     parameter for the annotation layer.
1934    
1935 jan 2315 2004-08-01 Jan-Oliver Wagner <[email protected]>
1936    
1937     * Doc/manual/thuban-manual-de.xml (Chapter Session Management):
1938     translation completed.
1939    
1940     * Doc/manual/thuban-manual.xml (Chapter Session Management):
1941     Fixed unprecise description for Save Session.
1942    
1943 jan 2312 2004-07-31 Jan-Oliver Wagner <[email protected]>
1944    
1945     Started translation of Users Manual into german.
1946    
1947     * Doc/manual/thuban-manual-de.xml: New. German Users Manual.
1948    
1949     * Doc/manual/Makefile: Added build instructions for german
1950     users manual.
1951    
1952     * Doc/manual/thuban-manual.xml: Minor corrections in Introduction.
1953    
1954 jschuengel 2308 2004-07-28 Jan Schüngel <[email protected]>
1955    
1956     * Extensions/umn_mapserver/mapfile.py(MF_Metadata): Changed all class
1957     functions. Now all metadata will handle by the function and its not
1958     needed to initialize it from outside. Therefor the associated mapobj
1959     will be stored in the Metadata Object. So we can use the special
1960     functions from the associated mapobj to get the Metadata.
1961     Therefor all initialization code for the metadata is removed from the
1962     other classes.
1963     (MF_Layer): Added a function to get the metadata object.
1964     (MF_Map): Added a function to set the mappath, the path where
1965     the mapfile ist stored.
1966    
1967     * Extensions/umn_mapserver/mf_export.py(thuban_to_map): Changed the code
1968     to set the extent in the mapfile. Now the code is set by the displayed
1969     data in the Thuban-view.
1970     (export_mapfile): The shapepath is now set empty, until relative
1971     pathnames are supported.
1972    
1973     * Extension/umn_mapserver/mf_handle.py: Added a dialog to handle
1974     metadata. Yet only mapfile metadata are supported. Layer and class
1975     supported are not implemented.
1976     Added a dialog to handle layer informations. The dialog only shows the
1977     selected layer at the moment.
1978    
1979     * Extensions/umn_mapserver/mf_import.py(import_mapfile): Changed the
1980     code for setting the extent in thuban. Now the extent is set to the
1981     given extent from the mapfile.
1982     Fixed a logical mistake. Now the extent is set when realy a layer is
1983     loaded, and not if one is selected to load.
1984    
1985     * Extensions/umn_mapserver/sample/iceland.html: Added code to zoom and
1986     move the shown map in the browser.
1987    
1988     * Extensions/umn_mapserver/sample/iceland.map: Added a new metadata
1989     line to the mapobj and added metadata to the political layer.
1990    
1991     * Extensions/umn_mapserver/test/test_mapserver.py: Changed the test
1992     for Metadata.
1993    
1994 joey 2300 2004-07-26 Martin Schulze <[email protected]>
1995    
1996     * Thuban/Lib/classmapper.py (ClassMapper.has): Added the new
1997     ClassMapper
1998    
1999     * test/test_classmapper.py (TestMapping.test_mapper): Added a Test
2000     case for the new ClassMapper
2001    
2002    
2003 bh 2296 2004-07-22 Bernhard Herzog <[email protected]>
2004    
2005 bh 2297 * Thuban/UI/viewport.py (ViewPort.VisibleExtent): New. Return the
2006     visible extent of the map in projected coordinates
2007    
2008     * test/test_viewport.py (SimpleViewPortTest.test_default_size)
2009     (SimpleViewPortTest.test_init_with_size): Add some VisibleExtent()
2010     tests.
2011     (SimpleViewPortTest.test_visible_extent): New. The real test for
2012     VisibleExtent()
2013    
2014     2004-07-22 Bernhard Herzog <[email protected]>
2015    
2016 bh 2296 * test/test_viewport.py: Use support.run_tests as the main
2017     function when running asa script.
2018    
2019 jschuengel 2295 2004-07-22 Jan Schüngel <[email protected]>
2020    
2021     * Extensions/umn_mapserver/mf_export.py: Added "import os"
2022     Removed the old "import Thuban.UI.mainwindow" code.
2023     (tbextent_to_map): Removed the extra function and at the code direct
2024     to "thuban_to_map" function.
2025     (write_creatorcomment): Added. Now a short comment is added to the
2026     beginning of an generated mapfile.
2027     (export_mapfile): Now the Path and filename are saved in to variables,
2028     and not together in one variable. This is needed for the new
2029     write_creatorcomment function.
2030    
2031     * Extensions/umn_mapserver/mf_import.py (import_mapfile): Added the
2032     import module "re". Also added Range and the ClassGroupRange import
2033     from Thuban. Both are needed for the new range expression import.
2034     (create_rangeexpression): Added. Creates a Range Expression in Thuban
2035     style from a given mapfile expression.
2036     (added_rasterlayer): Make some small code changes. The shapepath is
2037     now stored in an extra variable and the clazz_name is set empty if no
2038     class name set in the mapfile.
2039     Changed the Error message for Range Expressions, becaus the new
2040     function create a error string which will be shown in the dialog.
2041    
2042     * Extensions/umn_mapserver/test/test_mapserver.py: Added a test for the
2043     range expression import.
2044 jan 2312
2045 jan 2291 2004-07-21 Jan-Oliver Wagner <[email protected]>
2046    
2047     * Extensions/umn_mapserver/README: Added hint that
2048     installation as root can be avoided. Removed all tabs.
2049    
2050 bh 2289 2004-07-16 Bernhard Herzog <[email protected]>
2051    
2052     * test/test_viewport.py
2053     (ViewPortTest.test_changing_map_projection): Check that changing
2054     the projection of an empty map shown in a viewport doesn't lead to
2055     exceptions in the viewport's handler for the
2056     MAP_PROJECTION_CHANGED messages
2057    
2058     * Thuban/UI/viewport.py (ViewPort.map_projection_changed): Only
2059     try to keep the same region visible when the map actually contains
2060     something
2061    
2062 jschuengel 2288 2004-07-15 Jan Schüngel <[email protected]>
2063    
2064     * Extensions/umn_mapserver/mapfile.py: Added a function to get the
2065     mappath directly from the mapobj. Is needed because of the changes
2066     in mf_import.py.
2067     (MF_Layer.add_thubanclass): Added a new comment.
2068     (MF_Map.set_extent): Fixed a bug with exporting empty mapobj. If the
2069     mapobj is empty there is no extent get from thuban an so no one can
2070     set to th mapobj.
2071    
2072     * Extensions/umn_mapserver/mf_import.py (import_mapfile): Updated
2073     the discription.
2074     Split the funktion in to three smaller ones. The new functions are
2075     add_rasterlayer, add_polygonlayer and select_layer2import.
2076     Removed the mapfilepath and filepath initialisation, because its know
2077     include in the new functions.
2078     Now nothing will be imported if cancel is pressed in the
2079     layer choice dialog.
2080    
2081 jschuengel 2285 2004-07-14 Jan Schüngel <[email protected]>
2082    
2083     * Extensions/umn_mapserver/mapfile.py: Added ClassGroupDefault to
2084     import.
2085     (MF_Symbolset): Removed the extra variable for numsymbols.
2086     (MF_Class.__init__): Added a comment to the exception clause.
2087     Removed the extent init, because it was not needed anymore.
2088     (MF_Layer.add_thubanclass): Added the code to set the class name to
2089     the expression value from thuban if no label is defined.
2090     Added the code to export Range expressions from thuban to the mapfile.
2091     (MF_Map.set_extent): Removed the exception and replace it by some if
2092     code. If the size of a map is not defined the size will be set to 1,1.
2093     This is necessary because if the extent is set, mapscript checks if
2094     the size is greater than zero.
2095     (MF_Web): Added the get and set function for the template.
2096    
2097     * Extensions/umn_mapserver/mf_export.py: Added the function to check
2098     if a mapobject exists and used it to set the status of the menu items.
2099     If no mapfile exists the settings could not be edditied.
2100     Define after which menuitem the exportitem will include.
2101    
2102     * Extensions/umn_mapserver/mf_handle.py: Removed the import
2103     Thuban.UI.mainwindow clause, because it is not needed.
2104     Added the command Refresh() to all "OnChangeColor()" functions,
2105     because the color preview window was not updated on a color change.
2106     Added the function to check if a mapobject exists and used it to set the
2107     status of the menu items. If no mapobject exists the settings could not
2108     be edditied.
2109     (Map_Dialog): Moved the imagetype selector from the
2110     Outputformat_Dialog to Map_Dialog and removed Outputformat_Dialog.
2111     (Web_Dialog): Removed the name label and added the template textbox.
2112    
2113     * Extensions/umn_mapserver/mf_import.py (import_mapfile): Replace
2114     the exception handling on loading the layers by an if statement. It
2115     is not necessary to us the exception there.
2116     The Filepath creation now use os.path.join to build the path.
2117    
2118     * Extensions/umn_mapserver/test/test_mapserver.py: Moved the testMap
2119     definition from global to the setUp function. Now the testMap will
2120     initialize new on each test.
2121    
2122     * Extensions/umn_mapserver/sample/iceland.map: Include three new
2123     classes in the Line Layer, to test logical Expressions.
2124     Set the status of the class "Point9" in the Point Layer to off
2125    
2126 bh 2278 2004-07-13 Bernhard Herzog <[email protected]>
2127    
2128     * Thuban/UI/baserenderer.py
2129     (BaseRenderer.render_map_incrementally): Fix a logic bug in the
2130     optimization that tries not to draw layers under a raster layer.
2131     The bug was harmless. All it effectively did was to produce The a
2132     strange messages about not being able to draw Layer instances for
2133     all vector layers below a raster layer which would be invisible
2134     anyway because the raster layer currently always covers the entire
2135     window
2136    
2137 jschuengel 2277 2004-07-08 Jan Schüngel <[email protected]>
2138    
2139     * Extensions/umn_mapserver/mapfile.py: Added code to generade and get
2140     a list of supported outputformats. This formats are not alle supported
2141     because there is no possibility to get the outputformat without the
2142     name known. Make some formal changes to the code.
2143     (MF_Map.set_name()): Fixed a bug if the name is None.
2144    
2145     * Extensions/umn_mapserver/mf_handle.py: Removed the image_type import
2146     statement, because its not needed anymore. The Outputformat is now
2147     given as string from the object. Make some formal changes to the code.
2148    
2149     * Extensions/umn_mapserver/test/test_mapserver.py: Added new test for
2150     most of the new setting which were added during the last changes.
2151     Removed the MF_Size Test.
2152    
2153     * Extensions/umn_mapserver/test/test.map: Added a new class to the
2154     cultural Layer to test expressions and the the status of that layer
2155     from on to default.
2156     Changed the data path the the correct Thuban Data
2157     Added the Outputformat Object and Symbol Object
2158    
2159 jschuengel 2272 2004-07-07 Jan Schüngel <[email protected]>
2160    
2161     * Extensions/umn_mapserver/mapfile.py: Added some new
2162     settings to edit (outputformat, label, imagetype)
2163    
2164     * Extensions/umn_mapserver/mf_handle.py: Added some setting to
2165     the Label Dialog and add the OutputDialog.
2166     Make some changes to the code order.
2167    
2168 jschuengel 2269 2004-07-06 Jan Schüngel <[email protected]>
2169    
2170     * Extensions/umn_mapserver/mapfile.py: Added the symbolObj, pointObj
2171     and line Obj and add the scalebar_status_type, scalebar_style_type and
2172     scalebar_position_type.
2173     Added the symbol- and symbolsetObject (MF_Symbol,MF_Symbolset). The
2174     are only used to create a Symbol like the circle in Thuban.
2175     Added the scalebarObject (MF_Scalebar)
2176     (MF_Class): Added set_status and get_status.
2177     (MF_Layer.add_thubanclass): Added code to set the class status
2178     (MF_Map): Added code to handle the symbols and scalebar
2179     (MF_Label): Added the set_partials and get_partials functions
2180    
2181     * Extensions/umn_mapserver/mf_export.py: Added MF_Symbol to import
2182     from mapfile. Added a function to create a circle object like the one
2183     from thuban if no one exists.
2184    
2185     * Extensions/umn_mapserver/mf_handle.py: All colors are now set when
2186     press ok in the assosiated dialog and not at the end of the
2187     colordialog.
2188     Added the Dialog for the Scalebar.
2189     (Label_Dialog): Added the offset option
2190    
2191     * Extensions/umn_mapserver/mf_import.py: Added code to import the
2192     status of the Classes.
2193     Fixed a bug with the projection. Now the to_meter parameter will be
2194     added to the Projection only if it doesn't exists.
2195    
2196 jschuengel 2264 2004-07-01 Jan Schüngel <[email protected]>
2197    
2198     Added the functionality to handle the content thuban is not
2199     able to handle directly.
2200    
2201     * Extensions/umn_mapserver/mf_handle.py: New. This module extents
2202     Thuban with the possibility to edit the mapfile content.
2203    
2204     * Extensions/umn_mapserver/mf_import.py: Added the possibility
2205     to import mapfiles without any layer selected. So it is possible
2206     to edit the other settings in a mapfile.
2207     (import_mapfile): Added code to use the editing functions.
2208     Added the possibility to import the projection to a layer if one
2209     is defined.
2210     Status settings (On,Off) will now set in thuban (visible, invisible).
2211     fixed a bug with with classnames. If no classname is set in mapfile
2212     the value in Thuban will set to the expression.
2213    
2214     * Extensions/umn_mapserver/mf_export.py(export_mapfile): Added the
2215     possibility to save a new mapfile or use the old one which is
2216     imported or new created.
2217     Added code to use the editing functions.
2218     Remove some not needed import statements
2219    
2220     * Extensions/umn_mapserver/mapfile.py: Added new types which are
2221     need for the editing functions.
2222     Added needed set-functions for the editing functions.
2223     Added the possibility to export rasterimages.
2224     Added new classes (MF_Web, MF_Label, MF_Legend, MF_Symbol,
2225     MF_SymbolSet). MF_Symbol and MF_SymbolSet are not needed at the
2226     moment.
2227     (MF_Class.set_thubanstyle): Now point layers will set to a default
2228     symbol to show a circle in mapserver and not only a 1px dot.
2229     (MF_Style.__init__): Fixed a bug with the color. Color was not set
2230     correct before.
2231     (MF_Size): Removed, because it is not needed.
2232    
2233     * Extensions/umn_mapserver/README: Added the hints to use the
2234     export and editing functions, too.
2235    
2236     * Extensions/umn_mapserver/sample/iceland.map: Added the
2237     new parameter "UNITS METERS".
2238     Change the political layer to status OFF.
2239    
2240     * Extensions/umn_mapserver/sample/README: Added some
2241     more details to setup the sample in the MapServer.
2242    
2243 bernhard 2256 2004-06-26 Bernhard Reiter <[email protected]>
2244    
2245     * Extensions/svgexport/test/test_svgmapwriter.py:
2246     Removed class VFile and used standard StringIO instead.
2247    
2248 jschuengel 2255 2004-06-23 Jan Schüngel <[email protected]>
2249    
2250     Add the export function to the umn_mapserver extension.
2251    
2252     * Extension/umn_mapserver/mf_export.py: New. This module extents
2253     Thuban with the possibility to export the Thuban content.
2254    
2255     * Extensions/umn_mapserver/mapfile.py: Expand the classes to use
2256     with the export module. Especially added the possibility to
2257     add thuban objects directly to the map objects.
2258    
2259     * Extensions/umn_mapserver/mf_import.py: Removed the wxCHANGE_DIR,
2260     because of the hint from Bernhard Herzog.
2261     Corrected the handling of absolute pathnames.
2262     Changed the Text of the Menu-Item, now the beginning is upper case.
2263    
2264     * Extensions/umn_mapserver/README: Added the --with-tiff statement.
2265    
2266 jschuengel 2250 2004-06-16 Jan Schüngel <[email protected]>
2267 jschuengel 2242
2268 jschuengel 2250 Add a sample and make some changes.
2269    
2270     * Extension/umn_mapserver/mf_import.py: Changed the wxPython.wx
2271     import from * to explicit used statements. Changed the
2272     Thuban.UI.mainwindow import phrase, too.
2273     (import_mapfile):Corrected a clerical mistake.
2274     Added wxCHANGE_DIR in OpenFile Dialog.
2275     Added a MultipleChoiceDialog, to select the layers to load from
2276     mapfile into thuban. Thereby the projection is only set if one layer
2277     is selected.
2278     Added the possibility to handle relative pathnames which uses
2279     up-level references.
2280     Removed some doubled code.
2281     Corrected an error with integer values used as label in thuban
2282     ClassGroup.
2283    
2284     * Extensions/umn_mapserver/sample: New.
2285    
2286     * Extensions/umn_mapserver/sample/README: New. Describes the
2287     usage of the sample files.
2288    
2289     * Extensions/umn_mapserver/sample/iceland.map: New. This is
2290     a suitable .map-file for the iceland data.
2291    
2292     * Extensions/umn_mapserver/sample/index.html: New. The template
2293     for the mapfile.
2294    
2295     * Extensions/umn_mapserver/sample/iceland.html: New. Initialisation
2296     file for the Iceland Application on web.
2297    
2298     * Extensions/umn_mapserver/README: Corrected a inaccuracy and added
2299     some details.
2300    
2301     * Extensions/umn_mapserver/test/test_mapserver
2302     (mapserver_import_Test_generalClasses.test_MF_Color):
2303     Corrected the thubancolor test.
2304    
2305     2004-06-15 Jan Schüngel <[email protected]>
2306    
2307 jschuengel 2242 * Extensions/umn_mapserver/README: New. Install instruction.
2308    
2309 bernhard 2240 2004-06-14 Bernhard Reiter <[email protected]>
2310    
2311     * libraries/thuban/cpl_mfile.h: Added copyright header.
2312    
2313     * libraries/thuban/ cpl_mfile.cpp, cpl_mfile.h: Added non-protecting
2314     Free Software License so that it is most useful with gdalwarp
2315     and bmpdataset.
2316    
2317 bh 2239 2004-06-14 Bernhard Herzog <[email protected]>
2318    
2319     * Thuban/UI/multiplechoicedialog.py (__version__): Add missing
2320     import of wxPython.wx itself (as opposed to the contents of
2321     wxPython.wx). For some reason wxPython.wx is available as
2322     wxPython.wx.wx in at least some 2.4 releases. Fixes RT#2482
2323     wrt. wxPython 2.4.
2324    
2325 jschuengel 2238 2004-06-10 Jan Schüngel <[email protected]>
2326    
2327     Initial version of new extension "umn_mapserver". This extension aims
2328     to manage configuration for the UMN MapServer application. This
2329     inital version just imports the .map-files and displays all, Thuban is
2330     capable of.
2331    
2332     * Extensions/umn_mapserver, Extensions/umn_mapserver/test: New.
2333    
2334     * Extensions/umn_mapserver/test/README: New. Describes how to run the
2335     tests.
2336    
2337     * Extensions/umn_mapserver/test/test.map: New. This is a test
2338     .map-file for automated tests of the umn_mapserver extension of
2339     Thuban.
2340    
2341     * Extensions/umn_mapserver/test/test_mapserver.py: New. Tests for
2342     UMN Mapserver classes.
2343    
2344     * Extensions/umn_mapserver/__init__.py: New. Init to make this
2345     directory a package.
2346    
2347     * Extensions/umn_mapserver/mapfile.py: New. Classes to represent
2348     '.map'-file objects.
2349    
2350     * Extensions/umn_mapserver/mf_import.py: New. This module extends
2351     Thuban with the possibility to handle UMN MapServer mapfiles.
2352    
2353 bh 2230 2004-06-03 Bernhard Herzog <[email protected]>
2354    
2355     * Thuban/Model/layer.py (Layer.TreeInfo): Convert the bounding box
2356     to a tuple before using it as arguments to the % operator. This
2357     fixes the formatting issue filed in RT#2239 on 2004-01-13 and
2358     reported today on thuban-list by Jan Schüngel
2359    
2360     * test/test_layer.py (TestLayerModification.setUp): Save the
2361     filename as an instance variable so we can refer to it in tests
2362     (TestLayerModification.test_tree_info): Uncomment this method
2363     again and make it work. This tests for the formatting issue
2364     filed in RT#2239 on 2004-01-13
2365    
2366 bh 2224 2004-05-28 Bernhard Herzog <[email protected]>
2367    
2368     * Thuban/UI/baserenderer.py: Fix some typos.
2369    
2370 jan 2217 2004-05-18 Jan-Oliver Wagner <[email protected]>
2371    
2372     * Extensions/gns2shp/gns2shp.py (gns2shp): Fixed a bug
2373     by increasing a field size.
2374    
2375 bh 2213 2004-05-17 Bernhard Herzog <[email protected]>
2376    
2377     Update to newest shapelib and get rid of Thuban specific
2378     extensions, i.e. use the new DBFUpdateHeader instead of our
2379     DBFCommit kludge
2380    
2381     * libraries/shapelib/shpopen.c: Update to version from current
2382     shapelib CVS.
2383    
2384     * libraries/shapelib/shapefil.h: Update to version from current
2385     shapelib CVS.
2386    
2387     * libraries/shapelib/dbfopen.c: Update to version from current
2388     shapelib CVS.
2389     (DBFCommit): Effectively removed since shapelib itself has
2390     DBFUpdateHeader now which is better for what DBFCommit wanted to
2391     achieve.
2392     We're now using an unmodified version of dbfopen.
2393    
2394     * setup.py (extensions): Add the HAVE_UPDATE_HEADER macro with
2395     value '1' to the Lib.dbflibc extension. This simply reflects the
2396     shapelib and pyshapelib updates
2397    
2398 jan 2211 2004-05-16 Jan-Oliver Wagner <[email protected]>
2399    
2400     Finished introduction of Menu.FindOrInsertMenu.
2401    
2402     * Extensions/drawshape/drawshape.py: Add the command
2403     to the experimental menu additionally to the toolbar.
2404    
2405     * Extensions/svgexport/svgsaver.py: Use FindOrInsertMenu() instead of
2406     finding menu on its own.
2407    
2408     * Doc/manual/thuban-manual.xml: updated sample file
2409     to use FindOrInsertMenu().
2410    
2411     * Examples/simple_extensions/hello_world.py: Use FindOrInsertMenu()
2412     instead of finding menu on its own.
2413    
2414 jan 2206 2004-05-11 Jan-Oliver Wagner <[email protected]>
2415    
2416     * test/test_menu.py (MenuTest.test): Added testing
2417     of method Menu.FindOrInsertMenu.
2418    
2419 jan 2204 2004-05-10 Jan-Oliver Wagner <[email protected]>
2420    
2421     Introduce and use Menu.FindOrInsertMenu.
2422    
2423     * Thuban/UI/menu.py (Menu.FindOrInsertMenu): New. Find a
2424     given menu or, if not found, insert it.
2425    
2426     * Extensions/bboxdump/bboxdump.py, /Extensions/gns2shp/gns2shp.py,
2427     /Extensions/importAPR/importAPR.py, Extensions/profiling/profiling.py,
2428     /Extensions/wms/wms.py: Use FindOrInsertMenu() instead of finding
2429     menu on its own.
2430    
2431 jan 2201 2004-05-06 Jan-Oliver Wagner <[email protected]>
2432    
2433     Introduce a abstract ColorDialog class and remove
2434     and outdated file.
2435    
2436     * Thuban/UI/proj4dialog.py: Removed. It is has been
2437     replaced by projdialog for quite a while and is not used
2438     anymore.
2439    
2440     * Thuban/UI/colordialog.py: New. Abstraction for color selection
2441     dialog(s).
2442    
2443     * Thuban/UI/classifier.py (SelectPropertiesDialog.__GetColor):
2444     Now calls the abstract ColorDialog instead of wxColourDialog.
2445     This also removed the dependency to Color class conversion
2446     from this function.
2447    
2448 frank 2197 2004-05-04 Frank Koormann <[email protected]>
2449    
2450     * Extensions/bboxdump/__init__.py: Fixed string left over from
2451     copying.
2452    
2453     * Extensions/bboxdump/bboxdump.py (bboxdump):
2454     Use layer.ShapeStore().AllShapes() to loop over shapes instead of
2455     xrange(layer.NumShapes()). Compile the bboxmessage from a list
2456     of formatted outputs (string.join) instead of appending to the
2457     message. Two progress bar dialogs to report progress on the sometimes
2458     lenghty processing.
2459    
2460 frank 2196 2004-04-22 Frank Koormann <[email protected]>
2461    
2462     New Extension to dump bounding boxes of all shapes of the selected
2463     layer. An optional column can be specified to group the objects,
2464     in this case the bounding box is a union of the separate boxes.
2465     Dump can be displayed in a ScrolledMessageDialog or written to file.
2466     The Extension is simply a combination of available and well tested
2467     Thuban functionality.
2468    
2469     * Extensions/bboxdump/__init__.py: New: Init to make this
2470     directory a package.
2471    
2472     * Extensions/bboxdump/bboxdump.py: New: Dump bounding boxes of
2473     all shapes of the selected layer.
2474    
2475 jan 2192 2004-04-22 Jan-Oliver Wagner <[email protected]>
2476    
2477     * Thuban/UI/classgen.py (GenUniquePanel.__init__): Fixed two
2478     strings to be i18n now.
2479    
2480 jan 2188 2004-04-18 Jan-Oliver Wagner <[email protected]>
2481    
2482     Changing popup menu of legend from direct building
2483     to using the Menu construction as used for the mainwindow.
2484    
2485     * Thuban/UI/mainwindow.py: New method commands: layer_to_top,
2486     layer_to_bottom, layer_visibility
2487     (MainWindow.LayerToTop): New. Put current layer to the top.
2488     (MainWindow.LayerToBottom): New. Put current layer to bottom.
2489     (MainWindow.HideLayer, MainWindow.ShowLayer, _has_visible_map):
2490     Replace 1,0 by True, False.
2491     (MainWindow.ToggleLayerVisibility): New. Toggle visibility of
2492     current layer.
2493     (MainWindow.LayerShowTable): Removed raising of dialog.
2494     (_has_selected_layer_visible): New. Support function.
2495    
2496     * Thuban/UI/legend.py: ID_POP_xxx: removed.
2497     (LegendPanel.__init__): Removed EVT_MENU bindings.
2498     (LegendTree._OnRightClick): Replace direct creation of
2499     menu via wx Classes by applying the menu definition
2500     as of Menu class of menu.py.
2501    
2502 jan 2185 2004-04-16 Jan-Oliver Wagner <[email protected]>
2503    
2504     * Thuban/UI/exceptiondialog.py (ExceptionDialog.dialog_layout): Improved
2505     button string to stronger clearify that Thuban will be closed when hitting
2506     the button.
2507    
2508     * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Added docstring.
2509     Now for layers without a ShapeStore a corresponding message is given
2510     to the user, that this layer has no table to show.
2511    
2512 joey 2182 2004-04-15 Martin Schulze <[email protected]>
2513    
2514     * Extensions/wms/layer.py (WMSLayer.setWMSFormat): Need to
2515     recalculate the format for the internal render engine as well.
2516    
2517     * Extensions/wms/properties.py (wmsProperties): First start for a
2518     properties dialog. It's functional for a first selection of
2519     layers, but still has some weired wxWidgets/GTK problems but
2520     beautification can be done later.
2521    
2522     * Extensions/wms/layer.py: Added more documentation
2523     (WMSLayer.getFormats): New: Return list of supported image formats
2524     by the WMS server
2525     (WMSLayer.getLayers): New: Return the list of layer names
2526     supported by the WMS server
2527     (WMSLayer.getLayerTitle): New: Return the title of the named layer
2528     (WMSLayer.getWMSFormat): New: Return the image format that is used
2529     for WMS GetMap requests
2530     (WMSLayer.setWMSFormat): New: Set the image format that is used
2531     for WMS GetMap requests
2532     (WMSLayer.__init__): Move away from using only one layer to using
2533     a list of layers (unsorted at the moment, though).
2534     (WMSLayer.getVisibleLayers): New: Return the list of names for all
2535     visible layers
2536     (WMSLayer.setVisibleLayers): New: Set the list of names for all
2537     visible layers
2538    
2539     * Extensions/wms/wms.py: Moved the WMS layer into layer.py in
2540     order to establish a clean structure.
2541    
2542     * Extensions/wms/layer.py: Moved the WMS layer into a file on its
2543     own in order to establish a clean structure.
2544    
2545 joey 2174 2004-04-13 Martin Schulze <[email protected]>
2546    
2547     * Extensions/wms/parser.py (WMSCapabilitiesParser.grok): Added
2548     support for oldstyle (WMS 1.0 apparently) image format
2549     specification.
2550    
2551     * Extensions/wms/wms.py (WMSLayer.calcFormat): Reduce the list of
2552     supported graphic formats back to JPEG and BMP, PNG and others are
2553     too *cough* experimental... Sorry, I meant to filter this out
2554     before I committed this part. This should make the WMS extension
2555     run from CVS again.
2556     (wms_dialog): Reset an empty URL to None so that the subsequent
2557     program can depend on this, since the dialog will indeed return an
2558     empty URL, causing another declaration of love by Python.
2559    
2560     * Extensions/wms/parser.py (WMSCapabilitiesParser.getLayerBBox):
2561     Whenever a native BoundingBox request cannot be fulfilled, check
2562     whether the requested SRS is EPSG:3426, in which case return the
2563     LatLonBoundingBox values.
2564    
2565     * Extensions/wms/test/test_parser.py
2566     (TestWMSCapabilitiesParser.test_LayerSRS): Added a test for
2567     ignoring AUTO:* SRS.
2568     (TestWMSCapabilitiesParser.test_LatLonBoundingBoxes_as_bboxes):
2569     Added another test method to test whether the LatLonBoundingBox
2570     values will be returned if BoundingBox values are requested with
2571     SRS set to EPSG:3426.
2572    
2573     * Extensions/wms/parser.py (WMSCapabilitiesParser.peekLayers):
2574     Added rudimentary support for non-EPSG SRS, i.e. ignore them for
2575     the moment by placing them into a variable which is currently
2576     unused. Also test whether the EPSG SRS is numerical as it should
2577     be and add an error message if it is not.
2578    
2579     * Extensions/wms/test/sample.xml: Added AUTO:* SRS since they
2580     appear in the real world as well. Since we cannot handle them yet
2581     (OGCLib can't either), we will ignore them for the moment.
2582    
2583     * Extensions/wms/parser.py: Use a variable for denoting the sample
2584     filename
2585     (WMSCapabilitiesParser.peekLayers): Added support for error
2586     messages during grok(). They will be aggregated in an array and
2587     may be displayed later. We may have to add a classification
2588     "Warning" and "Error" to this. That requires more experience,
2589     though, since not every error may be lethal.
2590    
2591     * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Raise the
2592     ShowTable() dialog/frame when the user attempts to display it
2593     while it has been opened before already and not closed again.
2594    
2595 joey 2161 2004-04-11 Martin Schulze <[email protected]>
2596    
2597     * Extensions/wms/infodialog.py: Adjusted the class documentation
2598    
2599     * Extensions/wms/wms.py (WMSLayer.__init__, WMSLayer.GetMapImg):
2600     Switch to using Thuban{Begin,End}BusyCursor instead of the pure
2601     wxWidgets variants.
2602     (WMSLayer.__init__): The epsg_id variable is named top_srs now.
2603    
2604     * Extensions/wms/infodialog.py: Added an information dialog that
2605     will display various information about the WMS current resource,
2606     so that additional information such as the title, the abstract,
2607     fees and access constraints can be displayed for the user if they
2608     are documented in the WMS XML.
2609    
2610 joey 2156 2004-04-10 Martin Schulze <[email protected]>
2611    
2612     * Extensions/wms/parser.py (WMSCapabilitiesParser.grok): Adjusted
2613     string handling. It's "foo".lower() and not lower(foo) without
2614     lower imported from strings or something.
2615    
2616     * Extensions/wms/wms.py (WMSLayer): Incorporated WMSCapabilities
2617     from capabilities.py and parser.py. Implement priority list for
2618     supported graphics formats, take care of wbmp != bmp. PNG, TIFF
2619     and GIF are supported here, but not yet by main Thuban. Hence,
2620     support for them may be removed later. Special contribution to
2621     usability: get wxWidgets to change the cursor when we're waiting
2622     for data from the network so the user won't start to worry. This
2623     causes a redrawing error/warning, though.
2624    
2625     * Extensions/wms/parser.py (WMSCapabilitiesParser.grok): Unlink
2626     the DOM object.
2627    
2628     2004-04-01 Martin Schulze <[email protected]>
2629    
2630     * Extensions/wms/capabilities.py: Adjusted documentation
2631     (WMSCapabilities.__init__): Improved documentation, fixed syntax
2632     (WMSCapabilities.saveCapabilities): Only catch IOError when
2633     handling files
2634     (WMSCapabilities.loadCapabilities): Only catch IOError when
2635     handling files
2636     __main__: corrected variable naming
2637     (WMSCapabilities.fetchCapabilities,loadCapabilities): Make this
2638     class a specialisation of WMSCapabilitiesParser as well. Also
2639     execute grok() after loading or fetching capabilities, if that
2640     went well, so that subsequent calls can already access the data.
2641     (WMSCapabilities.getVersion): Export the used version of the
2642     GetCapabilities request, so we can use it for subsequent calls,
2643     i.e. for GetMap requests.
2644     (WMSCapabilities.fetchCapabilities): Added proper error handling
2645     when the GetCapabilities request failed, so that the surrounding
2646     program can act accordingly.
2647    
2648 joey 2146 2004-03-30 Martin Schulze <[email protected]>
2649    
2650     * Extensions/wms/parser.py (WMSCapabilitiesParser.getLayerSRS):
2651     Adjusted the getLayerSRS method to return the list of SRSes
2652     extracted from <SRS> elements instead of <BoundingBox> elements.
2653     Added a bit of documentation as well.
2654     (WMSCapabilitiesParser.checkLayerSRS): Removed integrity test
2655     since it was only implemented due to a misunderstanding.
2656    
2657     * Extensions/wms/test/test_parser.py
2658     (TestWMSCapabilitiesParser.test_LayerSRS): Adjust the tests to
2659     reflect the corrected interpretation of the standard: i.e. a layer
2660     does not have to define a BoundingBox for all SRSes it supports.
2661     Hence the <SRS></SRS> specification is authoritative, not the list
2662     of BoundingBoxes.
2663     (TestWMSCapabilitiesParser.test_BoundingBoxes): Added a new test
2664     to ensure None is returned for a non-existing SRS.
2665     (TestWMSCapabilitiesParser.test_grok): Removed test_grok method
2666     since it is not applicable anymore. Listing more SRSes in <SRS>
2667     elements is valid according to the specs.
2668    
2669 bernhard 2140 2004-03-26 Bernhard Reiter <[email protected]>
2670 joey 2146
2671 bernhard 2140 * README: Nicer formatting of text. Improved descriptions.
2672     Reflected wxWidgets name change.
2673    
2674     * Thuban/UI/about.py: Extended copyright to 2004 and added
2675     information about the thuban-devel mailinglist.
2676    
2677 joey 2138 2004-03-24 Martin Schulze <[email protected]>
2678 joey 2120
2679 joey 2138 * Extensions/wms/capabilities.py: Renamed the class to contain
2680     'WMS', also added a linebreak where required
2681    
2682     * Extensions/wms/parser.py: Finally added the XML parser for the
2683     GetCapabilities response.
2684    
2685     * Extensions/wms/test/sample.xml: Adjusted the sample file so that
2686     <SRS> elements match the <BoundingBox> elements, except for the
2687     layer 'beschriftung'.
2688    
2689     * Extensions/wms/test/test_parser.py: Encode non-ascii strings
2690     since Python uses unicode strings internally, otherwise
2691     comparisons will fail. Removed tests for getLayerBBoxSRS() since
2692     the SRS will be calculated anyway and this method is obsoleted by
2693     getLayerSRS(). Denote SRS as strings and not as cardinal numbers.
2694     Move loading the sample file into the setUp method. Added a test
2695     for finding the integrity problem in the sample response.
2696     Improved formatting.
2697    
2698     * Extensions/wms/domutils.py: Added convenience routines for
2699     handling of Document Object Model (DOM) nodes.
2700    
2701     * Extensions/wms/test/test_domutils.py: Added a test for the
2702     domutils module
2703    
2704     2004-03-19 Martin Schulze <[email protected]>
2705    
2706 joey 2120 * Extensions/wms/test/test_parser.py (TestWMSCapabilitiesParser):
2707     Moved path detection and adding into a module of its own,
2708     adjustpath, which exports thubandir as main Thuban directory.
2709    
2710     * Extensions/wms/test/test_ogclib.py (TestWMSLib): Moved path
2711     detection and adding into a module of its own, adjustpath, which
2712     exports thubandir as main Thuban directory. Reorganised the
2713     module in order to support the SkipTest feature for Thuban test
2714     cases.
2715    
2716     * Extensions/wms/test/adjustpath.py: Moved path detection and
2717     adding into a module of its own.
2718    
2719 joey 2115 2004-03-18 Martin Schulze <[email protected]>
2720    
2721     * Extensions/wms/test/test_parser.py: Added another test for
2722     checking whether the WMS XML parser (to be implemented) returns
2723     the information we expect. This requires a sample WMS WML file
2724     (sample.xml) which has been extracted from the frida server and
2725     "improved" manually.
2726    
2727     * Extensions/wms/test/test_ogclib.py: Added legacy code to add the
2728     main Thuban directory to the path in order to be able to import
2729     random modules. Adjusted the PyOGCLib detection to reuse the
2730     information gathered. Also added a note about the PYTHONPATH
2731     environment variable.
2732    
2733     * Extensions/wms/test/test_ogclib.py: The format specification is
2734     a mime-type, not a graphic format, hence image/jpeg wou ld be the
2735     proper format and not JPEG. We'll also have to take care of the
2736     encoding of / as %2F.
2737    
2738 joey 2111 2004-03-16 Martin Schulze <[email protected]>
2739    
2740     * Extensions/wms/test/test_ogclib.py: Added a (hopefully)
2741     comprehensive test for the getMapURL method, built compare URLs
2742     according to the documentation in OGC 01-068r3
2743    
2744     * Extensions/wms/capabilities.py (WMSCapabilities): Added the
2745     class WMSCapabilities to manage capabilites, will incorporate
2746     parsing the capabilities response and provide details for other
2747     classes.
2748    
2749 bh 2105 2004-03-12 Bernhard Herzog <[email protected]>
2750    
2751 bh 2107 Support views in addition to normal tables in the postgis
2752     shapestore
2753    
2754     * Thuban/Model/postgisdb.py
2755     (PostGISShapeStore._fetch_table_information): Add a fallback for
2756     the case where the table name is not in the geometry_columns
2757     table. This is usually the case for views. Also, set
2758     self.shapestore here.
2759     (PostGISShapeStore.ShapeType): No need to query the database all
2760     the time. The shape type is now determined in
2761     _fetch_table_information
2762    
2763     * test/postgissupport.py (PostgreSQLServer.new_postgis_db)
2764     (PostgreSQLServer.get_static_data_db, PostGISDatabase.__init__):
2765     New parameter to specify views.
2766     (PostGISDatabase.has_data): Also compare the views. New views
2767     parameter
2768     (PostGISDatabase.initdb): Create the views.
2769     (PostgreSQLServer.get_default_static_data_db): Add the v_landmarks
2770     view
2771    
2772     * test/test_postgis_db.py
2773     (TestPostGISShapestorePointFromViews): New. Test a
2774     PostGISShapeStore with a view
2775     (TestPostGISShapestorePointOIDAsGIDColumn.setUp): Pass the name of
2776     the geometry_column explicitly to test whether that works
2777    
2778     2004-03-12 Bernhard Herzog <[email protected]>
2779    
2780 bh 2105 Final step for explicit id/geometry columns: Loading and saving
2781    
2782     * Resources/XML/thuban-1.1.dtd: New. Derived from thuban-1.0.dtd
2783     with the following changes:
2784     (dbshapesource): Two new attributes id_column and geometry_column
2785    
2786     * Thuban/Model/save.py (SessionSaver.write): Use the new dtd
2787     (SessionSaver.write_session): Use the new namespace
2788     (SessionSaver.write_data_containers): Write the new dbshapesource
2789     parameters
2790    
2791     * Thuban/Model/load.py (SessionLoader.__init__): New namespace for
2792     the new file format version
2793     (SessionLoader.start_dbshapesource): Handle the new db parameters
2794    
2795     * test/test_save.py: Update to the new dtd and namespace
2796     (SaveSessionTest.test_save_postgis): Update the NonConnectionStore
2797     mock object to provide a working IDColumn method.
2798    
2799     * test/test_load_1_0.py: New. Copy of the test_load.py before
2800     today's changes but with the round-trip tests removed.
2801    
2802     * test/test_load_0_9.py: Update doc-string.
2803    
2804     * test/test_load.py: Update all .thuban files to the new dtd and
2805     namespace.
2806     (TestPostGISLayer.file_contents): Add the new dbshapesource
2807     paramters
2808    
2809 bh 2100 2004-03-11 Bernhard Herzog <[email protected]>
2810    
2811 bh 2103 Next step for explicit id/geometry columns: User interaction
2812    
2813     * Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Rework how
2814     the dialog is constructed. Add combo boxes to select id and
2815     geometry column. Rename some instance variables.
2816     (ChooseDBTableDialog.GetTable): Return id and geometry column
2817     names
2818     (ChooseDBTableDialog.OnTableSelect): New. Event handler for
2819     selections in the table list
2820    
2821     * Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): Use id_column
2822     and geometry_column
2823    
2824     * Thuban/Model/session.py (Session.OpenDBShapeStore): Add the new
2825     parameters for id_column and geometry column of PostGISShapeStore
2826     here as well.
2827    
2828     * Thuban/Model/postgisdb.py (type_map): Add ROWID psycog type.
2829     (_raw_type_map): New. Map raw PostgreSQL type ints to thuban types
2830     (PostGISConnection.GeometryTables): Use a better query to
2831     determine which relations in the database might be usable for
2832     shapestores. Now supports views as well but is more PostgreSQL
2833     specific
2834     (PostGISConnection.table_columns): New. Somewhat experimental
2835     method to let the db dialogs provide lists of columns to users so
2836     that they can select id and geometry columns.
2837     (PostGISTable.__init__): The default value of the id_column
2838     parameter is now None it still means "gid" effectively, though.
2839     (PostGISTable.IDColumn): New introspection method to return a
2840     column object for the id column
2841     (PostGISShapeStore.GeometryColumn): New introspection method to
2842     return a column object for the geometry column
2843    
2844     * test/test_postgis_db.py
2845     (TestPostGISConnection.test_gis_tables_non_empty):
2846     Removed. Subsumed by the new:
2847     (TestPostGISConnection.test_gis_tables_with_views_and_tables):
2848     New. Tes the GeometryTables and table_columns methods with actual
2849     tables and views.
2850     (PointTests.test_id_column, PointTests.test_geometry_column):
2851     New. tests for the new methods.
2852     (TestPostGISShapestorePoint.setUp)
2853     (TestPostGISShapestorePointSRID.setUp)
2854     (TestPostGISShapestorePointExplicitGIDColumn.setUp): Fill the
2855     instance variables needed by the new tests
2856    
2857     2004-03-11 Bernhard Herzog <[email protected]>
2858    
2859 bh 2100 * Thuban/UI/classgen.py (GenQuantilesPanel.GetList): The row
2860     numbers given to ReadValue are ordinals.
2861    
2862     2004-03-11 Bernhard Herzog <[email protected]>
2863    
2864     Elimiate the requirement for PostGIS tables to have a column
2865     called "gid".
2866    
2867     * Thuban/Model/postgisdb.py (PostGISTable.__init__): New parameter
2868     id_column to specify which column to use to identify rows. Also
2869     new instance variables id_column and quoted_id_column
2870     (PostGISTable.RowIdToOrdinal, PostGISTable.RowOrdinalToId)
2871     (PostGISTable.ReadRowAsDict, PostGISTable.ReadValue)
2872     (PostGISTable.SimpleQuery): Use the id column name provided to the
2873     constructor instead of "gid"
2874     (PostGISShapeStore.__init__): New parameter id_column analogously
2875     to PostGISTable.__init__. This parameter is simply passed through
2876     to the base class constructor
2877     (PostGISShapeStore._create_col_from_description): Fix typo in
2878     doc-string
2879     (PostGISShapeStore.Shape, PostGISShapeStore.AllShapes)
2880     (PostGISShapeStore.ShapesInRegion): Use the id column name
2881     provided to the constructor instead of "gid"
2882    
2883     * test/postgissupport.py
2884     (PostgreSQLServer.get_default_static_data_db): New static table
2885     landmarks_point_id with an id column != "gid. Update the comments
2886     a bit.
2887     (skip_if_addgeometrycolumn_does_not_use_quote_ident): Fix typo in
2888     doc-
2889     (upload_shapefile): New parameter gid_column to use a name other
2890     than "gid" for the column to store the shape ids
2891    
2892     * test/test_postgis_db.py (TableTests): New. Mixin-class
2893     containing all tests previously in TestPostGISTable. The actual
2894     tests are the same but the code is a bit more configurable to
2895     allow for different id columns etc.
2896     (TestPostGISTable): Derive from TableTests now for the actual
2897     tests.
2898     (TestPostGISTableExplicitGIDColumn): New. Like TestPostGISTable
2899     except that it the landmarks_point_id table to test the id_column
2900     parameter
2901     (PointTests): Extend the doc-string
2902     (TestPostGISShapestorePointExplicitGIDColumn)
2903     (TestPostGISShapestorePointOIDAsGIDColumn): New classes derived
2904     from PointTests to test the explicit id_column parameter. One
2905     tests with the name of the column holding the shape ids, the other
2906     uses PostgreSQL's OID column. For the latter a number of methods
2907     have to be overwritten to make them independent of the actual id
2908     values.
2909    
2910 silke 2095 2004-03-08 Silke Reimer <[email protected]>
2911    
2912     Update debian directory:
2913    
2914     * debian/changelog: Added new version.
2915     * deiban/rules: Updated management of patches (with cbds)
2916     * debian/control: Added cbds to dependencies
2917     * debian/patches/*: New. Adds better support for patches of thuban in
2918     debian
2919     * debian/menu: Syntax of menu changed slightly
2920     * debian/setup.py.patch: removed because it has been moved to
2921     debian/patechs/setup.py.patch
2922    
2923    
2924 bh 2094 2004-02-26 Bernhard Herzog <[email protected]>
2925    
2926     Create the Doc/technotes directory for text files with information
2927     for developers
2928    
2929     * Doc/technotes/README: New. README for the technotes
2930    
2931     * Doc/technotes/coding_guidelines.txt: New. Coding guidelines for
2932     Thuban
2933    
2934     * Doc/technotes/release_process.txt: New. Used to be
2935     HOWTO-Release. Now slightly adapted to technote formatting style.
2936    
2937     * HOWTO-Release: Removed. It's contents are now in
2938     Doc/technotes/release_process.txt
2939    
2940 bh 2089 2004-02-25 Bernhard Herzog <[email protected]>
2941    
2942     * libraries/thuban/wxproj.cpp (get_wx_version): New. Return the
2943     version of wxWindows the module was compiled with so we can check
2944     that against the wxPython version.
2945    
2946     * Thuban/version.py (thuban_branch, thuban_release): New variables
2947     controlling which and how Thuban versions are shown. See the
2948     comments for details.
2949     (verify_versions): Also check that the wx version that wxproj is
2950     compiled against matches that of the wxPython we use at runtime
2951    
2952 bh 2080 2004-02-20 Bernhard Herzog <[email protected]>
2953    
2954 bh 2087 * Extensions/wms/wms.py (epsg_code_to_projection): Use
2955     get_system_proj_file to read the epsg projections. The old way
2956     depended on the current directory being the top Thuban directory.
2957    
2958     2004-02-20 Bernhard Herzog <[email protected]>
2959    
2960 bh 2085 * Extensions/svgexport/test/test_svgmapwriter.py
2961     (TestVirtualDC.test_clippath): Remove a debug print
2962    
2963     2004-02-20 Bernhard Herzog <[email protected]>
2964    
2965 bh 2083 * Extensions/svgexport/__init__.py: New. Turn
2966     Extensions/svgexport into a package.
2967    
2968     * Extensions/svgexport/svgmapwriter.py: Reorder the imports and
2969     doc-string a bit. The doc-string must come first, otherwise it's
2970     not a doc-string. The __future__ import must be the first thing
2971     after the doc-string. Use only double quotes in doc-strings.
2972     Single quotes trip up emacs syntax highlighting if the text
2973     contains apostrophes.
2974    
2975     2004-02-20 Bernhard Herzog <[email protected]>
2976    
2977 bh 2080 * Extensions/svgexport/test/__init__.py,
2978     Extensions/svgexport/test/test_svgmapwriter.py: New. Initial test
2979     suite for svgexport
2980    
2981     * test/runtests.py (find_test_modules): New. Function with the
2982     module finding code from main.
2983     (main): Use find_test_modules to figure out the default test
2984     modules and take modules from Extensions.svgexport.test too.
2985    
2986 bh 2075 2004-02-19 Bernhard Herzog <[email protected]>
2987    
2988 bh 2077 * Thuban/UI/application.py (ThubanApplication.OnInit): Make sure
2989     the mainwindow has a reference to the map of the initial session.
2990     This fixes a bug introduced with the fix for RT#2245
2991    
2992     2004-02-19 Bernhard Herzog <[email protected]>
2993    
2994 bh 2075 * Extensions/svgexport/svgsaver.py,
2995     Extensions/svgexport/svgmapwriter.py,
2996     Extensions/svgexport/maplegend.py: Added again. This time in the
2997     correct place.
2998    
2999 bh 2070 2004-02-17 Bernhard Herzog <[email protected]>
3000    
3001 bh 2073 Fix for RT#2245
3002    
3003     * Thuban/UI/application.py (ThubanApplication.OnInit): Initialize
3004     instance variables before trying to create any windows. Creating
3005     windows can start an event loop if e.g. message boxes are popped
3006     up for some reason, and event handlers, especially EVT_UPDATE_UI
3007     may want to access things from the application.
3008     (ThubanApplication.maps_changed): The mainwindow may not have been
3009     created yet, so check whether it has been created before calling
3010     its methods
3011    
3012     * Thuban/UI/view.py (MapCanvas.OnIdle): Only try to redraw if we
3013     have a map
3014    
3015     2004-02-17 Bernhard Herzog <[email protected]>
3016    
3017 bh 2070 * test/test_svgmapwriter.py, Extensions/svgsaver.py,
3018     Extensions/svgmapwriter.py, Extensions/maplegend.py,
3019     extensions/svgexport/svgsaver.py,
3020     extensions/svgexport/svgmapwriter.py,
3021     extensions/svgexport/maplegend.py: Removed. These files were in
3022     the wrong places or didn't work at all.
3023    
3024 bh 2067 2004-02-16 Bernhard Herzog <[email protected]>
3025    
3026 bh 2069 * Thuban/UI/view.py (MapCanvas.Export): Remove accidentally added
3027     line
3028    
3029     2004-02-16 Bernhard Herzog <[email protected]>
3030    
3031 bh 2067 * Thuban/UI/view.py (MapCanvas.Export): Avoid UnboundLocalError.
3032    
3033 mrechtie 2064 2004-02-15 Markus Rechtien <[email protected]>
3034    
3035     * Extensions/svgexport/svgmapwriter.py: New. Adds the capability
3036     to write a session to a file in SVG format.
3037     * Extensions/svgexport/svgsaver.py: New. Uses svgmapwriter.py
3038     to write a SVG map of a session.
3039     * Extensions/svgexport/maplegend: New. Writes a basic maplegend
3040     in SVG format for the current session.
3041    
3042 bh 2062 2004-02-13 Bernhard Herzog <[email protected]>
3043    
3044     * Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): When the layer
3045     can't be created, return immediately after displaying the error
3046     message.
3047    
3048 bh 2060 2004-02-11 Bernhard Herzog <[email protected]>
3049    
3050     Handle postgis tables with more than one geometry column.
3051    
3052     * Thuban/Model/postgisdb.py
3053     (PostGISTable._fetch_table_information): Delegate the creation of
3054     column objects to a different method so that we can extend that in
3055     derived classes
3056     (PostGISTable._create_col_from_description): New. Column object
3057     creation part of _fetch_table_information
3058     (PostGISShapeStore._create_col_from_description): New. Extend
3059     inherited method to handle geometry columns
3060     (PostGISShapeStore.__init__): New parameter geometry_column to
3061     specify which geometry column to use. Optional but mandatory for
3062     tables with more than one geometry column
3063     (PostGISShapeStore._fetch_table_information): Also use the name of
3064     the geometry column when looking for the srid
3065     (PostGISShapeStore.ShapeType): Also use the name of the geometry
3066     column when looking for the shape type
3067    
3068     * test/test_save.py (SaveSessionTest.test_save_postgis): Adapt
3069     NonConnectionStore to changes in the PostGISShapeStore
3070    
3071     * test/test_postgis_db.py
3072     (TestPostGISSpecialCases.test_shapestore_two_geom_cols): Test
3073     PostGISShapeStore with tables having two geometry columns.
3074    
3075 bh 2058 2004-02-10 Bernhard Herzog <[email protected]>
3076    
3077     Fix some postgis problems. What remains to be done is real
3078     handling of SRIDs as they affect how reprojection is done
3079    
3080     * Thuban/Model/postgisdb.py (quote_identifier): Fix typo in
3081     doc-string
3082     (PostGISShapeStore._fetch_table_information): New. Extend
3083     inherited method to retrieve srid
3084     (PostGISShapeStore.BoundingBox): Handle tables without data.
3085     extent yields NULL for those
3086     (PostGISShapeStore.ShapesInRegion): Use the srid of the table.
3087    
3088     * test/test_postgis_db.py
3089     (TestPostGISSpecialCases.test_shapestore_empty_table): New test
3090     for the special case of a table without any data
3091     (TestPostGISShapestorePointSRID): New class with tests for a table
3092     that uses srids
3093     (PolygonTests): Fix a doc-string typo
3094    
3095     * test/postgissupport.py (PostGISDatabase.__init__): New parameter
3096     reference_systems with a specification of spacial reference
3097     systems to create in the new db.
3098     (PostgreSQLServer.new_postgis_db)
3099     (PostgreSQLServer.get_static_data_db): New parameter
3100     reference_systems to be passed through ultimately to
3101     PostGISDatabase. In new_postgis_db also check whether an existing
3102     db already has the right srids
3103     (PostgreSQLServer.get_default_static_data_db): Add srids and a
3104     table that uses srids
3105     (PostGISDatabase.initdb): Create the entries for the reference
3106     systems
3107     (PostGISDatabase.has_data): Add reference_systems parameter to
3108     check for those too
3109     (upload_shapefile): New parameter srid to create tables with a
3110     specific srid
3111    
3112 frank 2055 2004-02-06 Frank Koormann <[email protected]>
3113    
3114     * po/pt_BR.po: Fixed charset
3115    
3116 frank 2054 2004-02-05 Frank Koormann <[email protected]>
3117    
3118     * po/pt_BR.po: Fixed format string for error message, missing %s
3119     added (Thuban/UI/application.py:273)
3120    
3121 frank 2053 2004-02-03 Frank Koormann <[email protected]>
3122    
3123     First version of Portuguese (Brazilian) translation
3124    
3125     * po/pt_BR.po: New, translation of pot (2004-01-15 16:07+0300) for
3126     Brazilian Portuguese by Eduardo Patto Kanegae.
3127    
3128     * Thuban/UI/about.py (About.__init.py__): Added Eduardo to the list of
3129     translators.
3130    
3131    
3132 frank 2052 2004-01-22 Frank Koormann <[email protected]>
3133    
3134     * Doc/manual/thuban-manual.xml: Added section on installation of
3135     Thuban under Win32 systems. Fixed image path references in the postgis
3136     section. Some minor source formattings.
3137    
3138 frank 2051 2004-01-21 Frank Koormann <[email protected]>
3139    
3140     Make Thuban remember path selections (at least for one application run).
3141    
3142     * Thuban/UI/application.py (Application.OnInit): Initialize path as a
3143     attribute of application object. Path is a dictionary of
3144     strings, currently with the items "data" and "projection".
3145     (Application.SetPath): New, stores path for the specified item.
3146     (Application.Path): New, return path for the specified item.
3147    
3148     * Thuban/UI/mainwindow.py
3149     (MainWindow.OpenSession, MainWindow.SaveSessionAs,
3150     MainWindow.AddLayer, MainWindow.AddRasterLayer,
3151     MainWindow.TableOpen): Access "data" path information of the
3152     application.
3153    
3154     * Thuban/UI/projdialog.py (ProjFrame._OnImport, ProjFrame._OnExport):
3155     Access "projection" path information of the application.
3156    
3157 bh 2048 2004-01-05 Bernhard Herzog <[email protected]>
3158    
3159 bh 2050 * po/ru.po: Updated translations from Alex Shevlakov
3160    
3161     2004-01-05 Bernhard Herzog <[email protected]>
3162    
3163 bh 2048 * po/Makefile, po/README: Move the description of how to generate
3164     the translation statistics to the README.
3165    
3166 bh 2042 2003-12-23 Bernhard Herzog <[email protected]>
3167    
3168 bh 2045 * NEWS: Update for 1.0.0
3169    
3170     * po/it.po: Another update from Maurizio Napolitano
3171    
3172     2003-12-23 Bernhard Herzog <[email protected]>
3173    
3174 bh 2042 * po/it.po: Updated translation from Maurizio Napolitano
3175    
3176     2003-12-23 Bernhard Herzog <[email protected]>
3177    
3178     * Thuban/UI/join.py (JoinDialog.__init__): Mark one more string
3179     for translation
3180    
3181     * Thuban/UI/mainwindow.py (MainWindow.TableRename)
3182     (MainWindow.RenameMap, MainWindow.RenameLayer): Mark some more
3183     strings for translation
3184    
3185     * po/de.po: Update with the newly marked strings.
3186    
3187 bh 2033 2003-12-22 Bernhard Herzog <[email protected]>
3188    
3189 bh 2039 * HOWTO-Release: Fix the places where version numbers have to be
3190     updated
3191    
3192     2003-12-22 Bernhard Herzog <[email protected]>
3193    
3194 bh 2037 * setup.py (setup call): 1.0.0, yeah!
3195    
3196     * Thuban/version.py (longversion): 1.0.0, yeah!
3197    
3198     * Thuban/Model/load.py (SessionLoader.__init__): Accept the
3199     1.0.0 namespace too
3200    
3201     * Thuban/Model/save.py (SessionSaver.write_session): Save with
3202     1.0.0 namespace
3203    
3204     * test/test_load.py (LoadSessionTest.dtd)
3205     (TestSingleLayer.file_contents)
3206     (TestNonAsciiColumnName.file_contents)
3207     (TestLayerVisibility.file_contents)
3208     (TestClassification.file_contents, TestLabels.file_contents)
3209     (TestLayerProjection.file_contents)
3210     (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
3211     (TestLabelLayer.file_contents, TestPostGISLayer.file_contents)
3212     (TestPostGISLayerPassword.file_contents)
3213     (TestLoadError.file_contents, TestLoadError.test): Update for
3214     1.0.0 namespace
3215    
3216     * test/test_save.py (SaveSessionTest.dtd)
3217     (SaveSessionTest.testEmptySession)
3218     (SaveSessionTest.testSingleLayer)
3219     (SaveSessionTest.testLayerProjection)
3220     (SaveSessionTest.testRasterLayer)
3221     (SaveSessionTest.testClassifiedLayer)
3222     (SaveSessionTest.test_dbf_table)
3223     (SaveSessionTest.test_joined_table)
3224     (SaveSessionTest.test_save_postgis): Update for 1.0.0 namespace
3225    
3226     2003-12-22 Bernhard Herzog <[email protected]>
3227    
3228 bh 2035 * Thuban/Model/load.py (SessionLoader.start_label): Make sure the
3229     alignment flags are byte strings not unicode and that they have
3230     valid values
3231    
3232     * test/test_load.py (TestLabelLayer): New. Test loading (and
3233     indirectly saving) of maps with labels.
3234    
3235     2003-12-22 Bernhard Herzog <[email protected]>
3236    
3237 bh 2033 * Thuban/UI/tableview.py (TableGrid.OnDestroy)
3238     (TableGrid.__init__): Handle EVT_WINDOW_DESTROY in the grid to
3239     unsubscribe all subscribers.
3240     (LayerTableFrame.OnDestroy): Do not unsubscribe any messages from
3241     self.grid since it may already have been destroyed.
3242     Fixes RT #2256
3243    
3244 bh 2031 2003-12-19 Bernhard Herzog <[email protected]>
3245    
3246     * po/fr.po, po/es.po: Updated translations from Daniel Calvelo
3247    
3248 bh 2028 2003-12-16 Bernhard Herzog <[email protected]>
3249 silke 2029
3250     * debian/bitmappath.patch, debian/setup.py.patch:
3251     added to ensure compliance with FHS for debian
3252     * debian/rules, debian/changelog:
3253     added patches in rules to ensure compliance with FHS for debian
3254 bh 2028
3255 silke 2029 2003-12-16 Bernhard Herzog <[email protected]>
3256    
3257 bh 2028 * po/Makefile (mo): Make the output a bit nicer so that it prints
3258     statistics about the translations. Add a comment how produce even
3259     nicer statistics with sed.
3260    
3261 frank 2026 2003-12-09 Frank Koormann <[email protected]>
3262    
3263     * Resources/Projections/defaults.proj:
3264     French projection sample with correct accents (UNICODE).
3265    
3266 bh 2025 2003-12-05 Bernhard Herzog <[email protected]>
3267    
3268     * MANIFEST.in: Add the devtools directory
3269    
3270     * setup.py (setup call): Use license instead of licence. This
3271     silences a deprecation warning on Python 2.3
3272    
3273 frank 2022 2003-12-05 Frank Koormann <[email protected]>
3274    
3275 frank 2023 Documentation synced with 1.0rc1
3276    
3277     * Doc/manual/thuban-manual.xml:
3278     Minor formatting changes and references to database layers .
3279     Introduction.Internationalization: New section on i18n.
3280     MapManagement.AddingandRemovingLayers: Added item on database layers.
3281     MapManagement.TheLegend: Added section and screenshot on popup menu.
3282     ProjectionManagement: Updated screenshot and sentence on EPSG.
3283     Appendix.SupportedDataSources: Added PostGIS.
3284     Appendix.WorkingwithPostGIS: New section.
3285    
3286     * Doc/manual/images/6_projection.png: Updated screenshot including
3287     EPSG checkboxes.
3288    
3289     * Doc/manual/images/3_5_popup_menu.png: New, popup menu screenshot.
3290    
3291     * Doc/manual/images/app_postgis_add_layer.png,
3292     Doc/manual/images/app_postgis_db_add.png,
3293     Doc/manual/images/app_postgis_db_management.png:
3294     New screenshots focussing on database layers
3295    
3296     2003-12-05 Frank Koormann <[email protected]>
3297    
3298 frank 2022 * Thuban/UI/projdialog.py (load_user_proj): If user.proj is missing
3299     write warning to stderr instead of rising a warning dialog
3300    
3301 bh 2016 2003-12-03 Bernhard Herzog <[email protected]>
3302    
3303 bh 2021 Fix for RT #2243
3304    
3305 bh 2020 * Thuban/UI/mainwindow.py (MainWindow.has_selected_shape_layer):
3306     New. Like has_selected_layer but for shape layers only
3307     (_has_selected_shape_layer): New. Like _has_selected_layer but for
3308     shape layers only
3309     (layer_show_table command, layer_jointable command): Use these
3310     commands should only be available for shape layers
3311    
3312     2003-12-03 Bernhard Herzog <[email protected]>
3313    
3314 bh 2018 * Thuban/UI/mainwindow.py (MainWindow.Unsubscribe): Deal with
3315     publishers that are wx objects and may have been destroyed by wx
3316     already. Fixes RT #2242.
3317    
3318     2003-12-03 Bernhard Herzog <[email protected]>
3319    
3320 bh 2016 * po/ru.po: Updates from Alex Shevlakov
3321    
3322 silke 2013 2003-12-03 Silke Reimer <silkeintevation.de>
3323    
3324     * debian/control, debian/changelog: Added gdal-support to
3325     debian package, updated to new thuban version
3326    
3327    
3328 bh 2012 2003-12-03 Bernhard Herzog <[email protected]>
3329    
3330     * Thuban/Lib/version.py: New. Module for version number
3331     manipulations. The version of make_tuple here also deals better
3332     with more unusual version number strings, such as e.g.
3333     "1.2+cvs20031111"
3334    
3335     * Thuban/version.py (make_tuple): Removed. It's now in
3336     Thuban.Lib.version. Use that implementation instead.
3337    
3338     * test/test_lib_version.py: New. Tests for Thuban/Lib/version.py
3339    
3340 bh 2005 2003-12-02 Bernhard Herzog <[email protected]>
3341    
3342 bh 2010 * MANIFEST.in: Add debian files
3343    
3344 bh 2008 * setup.py (setup call): Add packages for the Extensions so that
3345     they're installed too
3346     (data_files): Add READMEs and sample data from some Extensions
3347    
3348     * NEWS: Add note about the extensions in binary packages
3349    
3350     2003-12-02 Bernhard Herzog <[email protected]>
3351    
3352 bh 2005 * Thuban/Model/save.py (SessionSaver.write_session): Save files
3353     with the thuban-1.0rc1
3354    
3355     * Thuban/Model/load.py (SessionLoader.__init__): Recognize the
3356     thuban-1.0rc1 namespace too
3357    
3358     * test/test_save.py (SaveSessionTest.dtd)
3359     (SaveSessionTest.testEmptySession)
3360     (SaveSessionTest.testSingleLayer)
3361     (SaveSessionTest.testLayerProjection)
3362     (SaveSessionTest.testRasterLayer)
3363     (SaveSessionTest.testClassifiedLayer)
3364     (SaveSessionTest.test_dbf_table)
3365     (SaveSessionTest.test_joined_table)
3366     (SaveSessionTest.test_save_postgis): Update to thuban-1.0rc1
3367     namespace
3368    
3369     * test/test_load.py (LoadSessionTest.dtd): Update to thuban-1.0rc1
3370     namespace
3371     (TestSingleLayer.file_contents)
3372     (TestNonAsciiColumnName.file_contents)
3373     (TestLayerVisibility.file_contents)
3374     (TestClassification.file_contents, TestLabels.file_contents)
3375     (TestLayerProjection.file_contents)
3376     (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
3377     (TestPostGISLayer.file_contents)
3378     (TestPostGISLayerPassword.file_contents)
3379     (TestLoadError.file_contents, TestLoadError.test): Update to
3380     thuban-1.0rc1 namespace
3381    
3382 bh 1996 2003-12-01 Bernhard Herzog <[email protected]>
3383    
3384 bh 2003 * setup.py (proj4_prefix, wx_prefix, gdal_prefix): Fix these for
3385     nt to better match Intevation's current w32 setup
3386    
3387 bh 2001 * HOWTO-Release: Add note about updating MANIFEST.in
3388    
3389     * MANIFEST.in: Add the Extensions
3390    
3391 bh 1998 * NEWS: Update for 1.0rc1
3392    
3393     2003-12-01 Bernhard Herzog <[email protected]>
3394    
3395 bh 1996 * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Change the wild
3396     cards for the dialog so that shapefiles ending in all uppercase
3397     SHP are listed too
3398    
3399 bh 1988 2003-11-28 Bernhard Herzog <[email protected]>
3400    
3401 bh 1996 * Thuban/version.py (longversion): Update to 1.0rc1
3402    
3403     * setup.py (setup call): Update version to 1.0rc1. Use the
3404     [email protected] email address as author email instead of my
3405     personal one.
3406    
3407     2003-11-28 Bernhard Herzog <[email protected]>
3408    
3409 bh 1992 * po/de.po: Update german translation.
3410    
3411     2003-11-28 Bernhard Herzog <[email protected]>
3412    
3413 bh 1990 Unify the filenames stored in .thuban files so that the .thuban
3414     files are more platform independend
3415    
3416     * Thuban/Model/save.py (unify_filename): New. Unify filenames so
3417     that they can be used on both windows and unix
3418     (SessionSaver.prepare_filename): New. Handle all filename
3419     transformations for filenames stored in the thuban file
3420     (SessionSaver.write_data_containers, SessionSaver.write_layer):
3421     Use prepare_filename
3422    
3423     * test/test_save.py (SaveSessionTest.testSingleLayer)
3424     (SaveSessionTest.testLayerProjection)
3425     (SaveSessionTest.testRasterLayer)
3426     (SaveSessionTest.testClassifiedLayer)
3427     (SaveSessionTest.test_dbf_table)
3428     (SaveSessionTest.test_joined_table): Filenames are always stored
3429     with slashes on all currently supported platforms so adapt all
3430     tests to this
3431    
3432     * test/test_load.py (LoadSessionTest.filenames): With the new
3433     filename scheme the filenames in the tests should be
3434     understandable on all currently supported platforms so we turn
3435     this into an empty list because we don't have to normalize them
3436     anymore
3437    
3438     2003-11-28 Bernhard Herzog <[email protected]>
3439    
3440 bh 1988 * test/test_layer.py (TestLayer.test_arc_layer_with_projection):
3441     Add the ellipsoid to the projection since some Proj versions
3442     complain if it's missing.
3443    
3444 bh 1984 2003-11-27 Bernhard Herzog <[email protected]>
3445    
3446     Corect some bounding box projection problems
3447    
3448     * Thuban/Model/proj.py (Projection.InverseBBox): New. Inverse
3449     version of ForwardBBox
3450     (Projection._transform_bbox): New. common implementation of
3451     ForwardBBox and InverseBBox
3452     (Projection.ForwardBBox): Use _transform_bbox.
3453    
3454     * test/test_proj.py (TestProjection.test): Add test for
3455     InverseBBox
3456    
3457     * Thuban/Model/layer.py (Layer.LatLongBoundingBox)
3458     (Layer.ShapesBoundingBox, RasterLayer.LatLongBoundingBox): Use the
3459     new InverseBBox method to determine the unprojected bounding box
3460     (Layer.ShapesInRegion): Use the ForwardBBox method to project the
3461     bbox.
3462    
3463     * test/test_layer.py (TestLayer.test_point_layer_with_projection):
3464     Removed.
3465     (TestLayer.test_arc_layer_with_projection): New. This test is
3466     better able to test whether bounding boxes are projected correctly
3467     than test_point_layer_with_projection
3468    
3469 bh 1986 * Thuban/UI/viewport.py (ViewPort.map_projection_changed): Use
3470     InverseBBox to unproject bboxes
3471    
3472 bh 1975 2003-11-25 Bernhard Herzog <[email protected]>
3473    
3474 bh 1981 * Thuban/UI/about.py (About.__init__): Make sure we have ASCII
3475     source code.
3476    
3477     2003-11-25 Bernhard Herzog <[email protected]>
3478    
3479 bh 1979 * Thuban/Model/layer.py (Layer.__getattr__): Removed. It was only
3480     there for backwards compatibility and all code relying on that
3481     should have been updated by now.
3482    
3483     2003-11-25 Bernhard Herzog <[email protected]>
3484    
3485 bh 1977 * test/test_load.py (TestClassification.test): Add the missing
3486     round trip test.
3487     (TestClassification.file_contents): Update to the newest file
3488     format
3489    
3490     2003-11-25 Bernhard Herzog <[email protected]>
3491    
3492 bh 1975 Add very experimental (and possibly dangerous) extension to draw
3493     polygons:
3494    
3495     * Extensions/drawshape/README: New. Brief installation
3496     instructions
3497    
3498     * Extensions/drawshape/drawshape.py: New. Implementation of the
3499     drawshape extensions
3500    
3501     * Extensions/drawshape/patch.diff: Patch to apply before the
3502     extension can be used.
3503    
3504 bh 1971 2003-11-24 Bernhard Herzog <[email protected]>
3505    
3506 bh 1973 * Thuban/Model/data.py (ShapefileStore._open_shapefile)
3507     (ShapefileStore.__init__): Factor opening the shapefile into a
3508     separate method (the new _open_shapefile). This makes the code a
3509     bit more readable but the real reason is that it makes some evil
3510     hacks easier. :-)
3511    
3512     2003-11-24 Bernhard Herzog <[email protected]>
3513    
3514 bh 1971 * Thuban/Model/load.py (SessionLoader.check_attrs): If no
3515     converter is specified for an attribute assume it's a string
3516     containing only Latin1 characters. Update doc-string accordingly.
3517     This change should fix many places where unicode objects might
3518     accidentally enter Thuban.
3519    
3520     * test/test_load.py (TestNonAsciiColumnName): New test to check
3521     what happens with column names in DBF files that contain non-ascii
3522     characters
3523    
3524 bh 1969 2003-11-21 Bernhard Herzog <[email protected]>
3525    
3526     Enable the experimental attribute editing again and introduce a
3527     command line switch to actually activate it
3528    
3529     * Thuban/UI/main.py (options): New. Container for options set on
3530     the commmand line
3531     (main): Add the --enable-attribute-editing flag.
3532    
3533     * Thuban/UI/identifyview.py (IdentifyView.__init__): If attribute
3534     editing is enabled use the grid ctrl which allows editing of the
3535     values
3536    
3537     * Thuban/Model/transientdb.py (AutoTransientTable.write_record):
3538     New. Just delegate this to the underlying table.
3539    
3540 bh 1967 2003-11-20 Bernhard Herzog <[email protected]>
3541    
3542     * test/test_proj.py (ProjFileReadTests.test_read_unreadable_file):
3543     Skip this test if run under non-posix systems since it only works
3544     there
3545    
3546 bh 1960 2003-11-19 Bernhard Herzog <[email protected]>
3547    
3548 bh 1965 * Thuban/Model/resource.py: Rework the way gdal support is
3549     determined so that we can give a reason in the about why gdal is
3550     not supported.
3551     (gdal_support_status): New. Variable holding a string with the
3552     reason for no gdal support
3553    
3554     * Thuban/UI/about.py (About.__init__): Add the reason why gdal is
3555     not supported to the message
3556    
3557     2003-11-19 Bernhard Herzog <[email protected]>
3558    
3559 bh 1963 Remove the old table interface and its test cases
3560    
3561     * Thuban/Model/table.py (OldTableInterfaceMixin): Removed.
3562     (DBFTable, MemoryTable): Do not derive from OldTableInterfaceMixin
3563     anymore
3564    
3565     * Thuban/Model/transientdb.py (TransientTableBase)
3566     (AutoTransientTable): Do not derive from OldTableInterfaceMixin
3567     anymore
3568    
3569     * test/test_table.py: Removed since the old interface it tests is
3570     gone.
3571    
3572     * test/runtests.py (main): The old table interface is gone and
3573     with it the deprecation warnings so remove the code that turns
3574     these warnings into errors
3575    
3576     2003-11-19 Bernhard Herzog <[email protected]>
3577    
3578 bh 1960 * test/test_table.py: Revert to revision 1.5 again. Changing the
3579     tests to use the new table interface is completely wrong since the
3580     whole purpose of the tests in this module is to test the old
3581     interface.
3582    
3583 bh 1954 2003-11-18 Bernhard Herzog <[email protected]>
3584    
3585 bh 1958 * Thuban/Model/postgisdb.py (PostGISConnection.MatchesParameters):
3586     New. Test whether the connection matches a set of connection
3587     parameters
3588    
3589     * Thuban/UI/dbdialog.py (DBFrame.conns_changed): Fix doc-string
3590     (DBFrame.OnAdd): Use the new MatchesParameters method when looking
3591     for existing connections with the same parameters and break out of
3592     the loop correctly.
3593    
3594     * test/test_postgis_db.py (TestBriefDescription)
3595     (TestPostGISSimple.test_brief_description): Rename
3596     TestBriefDescription to TestPostGISSimple and the test method to
3597     test_brief_description so that we can add more test methods.
3598     (TestPostGISSimple.test_matches_parameters): New. Test the new
3599     MatchesParameters method
3600    
3601     2003-11-18 Bernhard Herzog <[email protected]>
3602    
3603 bh 1960 * Thuban/Lib/connector.py (Publisher): Introduce a new flag,
3604 bh 1954 _was_destroyed, to indicate whether an publisher instance has
3605     already been destroyed.
3606     (Publisher.Unsubscribe): Only disconnect if the publisher has not
3607     been destroyed yet.
3608     (Publisher.Destroy): Set the _was_destroyed flag to true.
3609    
3610     * test/test_connector.py
3611     (TestPublisher.test_unsubscribe_after_destroy): New. Test that
3612     calling Unsubscribe after Destroy doesn't raise an exception
3613    
3614 bh 1951 2003-11-14 Bernhard Herzog <[email protected]>
3615    
3616     * Thuban/UI/identifyview.py (IdentifyView.selected_shape): Fix
3617     typo in doc-string
3618    
3619 bh 1949 2003-11-13 Bernhard Herzog <[email protected]>
3620    
3621     Quote table and column names properly for postgis.
3622    
3623     * Thuban/Model/postgisdb.py (quote_identifier): New. Function to
3624     quote an identifier for use in an sql statement
3625     (PostGISColumn.__init__): Add the quoted_name attribute
3626     (PostGISTable.__init__): New instance variable quoted_tablename
3627     (PostGISTable._fetch_table_information): Use the quoted table
3628     name. New isntance variable quoted_geo_col with a quoted version
3629     of geometry_column
3630     (PostGISTable.NumRows, PostGISTable.RowIdToOrdinal)
3631     (PostGISTable.RowOrdinalToId): Use the quoted table name
3632     (PostGISTable.ReadValue, PostGISTable.ValueRange)
3633     (PostGISTable.UniqueValues, PostGISTable.SimpleQuery)
3634     (PostGISShapeStore.BoundingBox, PostGISShapeStore.Shape)
3635     (PostGISShapeStore.AllShapes, PostGISShapeStore.ShapesInRegion):
3636     Use quoted table and column names
3637    
3638     * test/test_postgis_db.py (TestPostGISSpecialCases)
3639     (TestPostGISIgnoredColumns): Rename the class to
3640     TestPostGISSpecialCases because that better describes the new
3641     cases
3642     (TestPostGISSpecialCases.test_unsupported_types)
3643     (TestPostGISSpecialCases.test): Rename the method to
3644     test_unsupported_types because we need a more descriptive name now
3645     that there are more methods
3646     (TestPostGISSpecialCases.test_table_name_quoting)
3647     (TestPostGISSpecialCases.test_column_name_quoting)
3648     (TestPostGISSpecialCases.test_shapestore_name_quoting): New test
3649     cases to test quoting of table and column names in PostGISTable
3650     and PostGISShapeStore
3651    
3652     * test/postgissupport.py
3653     (skip_if_addgeometrycolumn_does_not_use_quote_ident): New. Skip if
3654     AddGeometryColumn desn't support table or column names with sapces
3655     or double quotes
3656    
3657 jan 1945 2003-11-12 Jan-Oliver Wagner <[email protected]>
3658    
3659     * Extensions/wms/__init__.py: New: Init to make this
3660     directory a package.
3661    
3662     * Extensions/wms/wms.py: New: Provide layers via OGC WMS.
3663    
3664 bh 1932 2003-11-11 Bernhard Herzog <[email protected]>
3665    
3666 bh 1942 * Thuban/Model/resource.py (EPSG_DEPRECATED_PROJ_FILE): New.
3667     Constant for the file woth deprecated epsg projections
3668     (get_system_proj_file): Update doc-string
3669    
3670     * Thuban/UI/projdialog.py (ProjFrame.build_dialog): Add a space
3671     above the EPS widgets, introduce a check box for the deprecated
3672     eps projections and a label for the epsg widgets
3673     (ProjFrame._OnShowEPSG): Handle the deprecated EPSG projections
3674     too
3675    
3676     2003-11-11 Bernhard Herzog <[email protected]>
3677    
3678 bh 1939 Avoid warnings when run under Python 2.3
3679    
3680     * Thuban/UI/baserenderer.py (BaseRenderer.draw_point_shape)
3681     (BaseRenderer.draw_label_layer): Coordinates must be ints.
3682    
3683     * Thuban/UI/renderer.py (MapRenderer.make_point): Turn this into a
3684     real method so that we can convert to int.
3685     (MapRenderer.label_font): The font size mist be an int.
3686    
3687     * Thuban/UI/common.py (Color2wxColour): The color values must be
3688     ints. Also, remove the unnecessary asserts.
3689    
3690     * test/test_load_0_8.py (TestUnicodeStrings.file_contents)
3691     (TestUnicodeStrings.test): Python source code should not contain
3692     non-ascii characters unless an encoding is specified in the file.
3693     Therefore use \x escapes in the string literals for non-ascii
3694     characters.
3695    
3696     2003-11-11 Bernhard Herzog <[email protected]>
3697    
3698 bh 1934 * Thuban/Model/resource.py (get_system_proj_file): Add a filename
3699     parameter so that this function can be used for all proj files in
3700     Resource/Projections
3701     (DEFAULT_PROJ_FILE, EPSG_PROJ_FILE): New. Predefined filenames for
3702     get_system_proj_file
3703    
3704     * Thuban/UI/projdialog.py (ProjFrame.__init__): Instead of one
3705     ProjFile self.__sysProjFile use a dictionary of system ProjFile
3706     objects self._sys_proj_files
3707     (ProjFrame.build_dialog): Adapt to the new changes in the
3708     ProjectionList constructor. Add a check button to toggle whether
3709     EPSG projections are shown
3710     (ProjFrame._OnShowEPSG): New. Handler for the epsg check button
3711     events.
3712     (ProjFrame.load_user_proj, ProjFrame.load_system_proj): Only show
3713     the busy cursor if the files have not yet been loaded by the
3714     dialog.
3715     (ProjFrame.load_system_proj): Add a parameter for the name of the
3716     proj file. Maintain the dictionary of system projections
3717     self._sys_proj_files
3718    
3719     * Thuban/UI/projlist.py (ProjectionList): Merge the system_projs,
3720     user_projs parameters into one parameter proj_files which is a
3721     list of proj files.
3722     (ProjectionList._subscribe_proj_files)
3723     (ProjectionList._unsubscribe_proj_files): New. Move
3724     subscription/unsubscription of projfile messages to separate
3725     methods
3726     (ProjectionList.Destroy): The unsubscribe is now done in
3727     _unsubscribe_proj_files
3728     (ProjectionList.update_projections): We now have a list of proj
3729     file objects
3730     (ProjectionList.SetProjFiles): New method to set a new list of
3731     proj file objects
3732    
3733     * test/test_proj.py (ProjFileReadTests.test_get_system_proj_file):
3734     Specify explicitly which system proj file to load.
3735    
3736     2003-11-11 Bernhard Herzog <[email protected]>
3737    
3738 bh 1932 * Thuban/Model/load.py (SessionLoader.Destroy): New. Clear all
3739     instance variables to cut cyclic references. The GC would have
3740     collected the loader eventually but it can happen that it doesn't
3741     run at all until thuban is closed (2.3 but not 2.2 tries a bit
3742     harder and forces a collection when the interpreter terminates)
3743     (load_session): Call the handler's Destroy method to make sure
3744     that it gets garbage collected early. Otherwise it will be
3745     collected very late if at all and it holds some references to e.g.
3746     shapestores and the session which can lead to leaks (of e.g. the
3747     temporary files)
3748    
3749     * test/test_load.py (TestSingleLayer.test_leak): New. test for the
3750     resource leak in load_session
3751    
3752 bh 1929 2003-11-10 Bernhard Herzog <[email protected]>
3753    
3754     * Thuban/UI/baserenderer.py: Add a way to specify how layers in
3755     extensions are to be rendered.
3756     (_renderer_extensions): New. List with renderer for layers in
3757     extensions
3758     (add_renderer_extension): New. Add a renderer extension
3759     (init_renderer_extensions): New. Init the renderer extensions
3760     (BaseRenderer.render_map_incrementally): Search
3761     _renderer_extensions for how to draw unknown layer types
3762     (BaseRenderer.draw_raster_data): Add format parameter so that
3763     formats other than BMP can be drawn
3764     (BaseRenderer.draw_raster_layer): Pass an explicit format to
3765     draw_raster_data
3766    
3767     * Thuban/UI/renderer.py (raster_format_map): New. Mapping form the
3768     strings of the format parameter of draw_raster_data method to wx
3769     constants
3770     (MapRenderer.draw_raster_data): Add the format parameter and use
3771     raster_format_map to map it to the right wxwindows constant for
3772     wxImageFromStream
3773    
3774     * test/test_baserenderer.py (SimpleRenderer.draw_raster_data): Add
3775     the format parameter and record it
3776     (TestBaseRenderer.test_raster_no_projection): check the format
3777     paramter of the draw_raster_data method
3778     (TestBaseRenderer.test_renderer_extension): New. Test the renderer
3779     extension facility
3780    
3781 bh 1925 2003-11-07 Bernhard Herzog <[email protected]>
3782    
3783     Tweak the usage of the sqlite database to make common use cases
3784     more responsive. In most cases copying the data to the sqlite
3785     database takes so long that using sqlite doesn't have enough
3786     advantages.
3787    
3788     * Thuban/Model/transientdb.py (TransientTableBase.ValueRange): Add
3789     comments about performance and query the min and max in separate
3790     statements because only that way will indexes be used.
3791     (TransientTableBase.UniqueValues): Add some comments about
3792     performance.
3793     (AutoTransientTable.ValueRange, AutoTransientTable.UniqueValues):
3794     Do not copy the data to the transient DB but use the transient
3795     copy if it exists. See the new comments for the performance trade
3796     offs
3797    
3798     * test/test_transientdb.py
3799     (TestTransientTable.test_auto_transient_table): Make sure that the
3800     data is copied to the transient database at some point.
3801    
3802 bh 1913 2003-11-03 Bernhard Herzog <[email protected]>
3803    
3804 bh 1922 * Thuban/Model/data.py (ShapefileStore.ShapesInRegion): Bind some
3805     globals to locals so that it's a bit faster
3806    
3807     2003-11-03 Bernhard Herzog <[email protected]>
3808    
3809 bh 1920 * Thuban/UI/baserenderer.py
3810     (BaseRenderer.draw_shape_layer_incrementally): Use the ReadValue
3811     method. ReadValue is faster than ReadRowAsDict since it only reads
3812     one cell especially now that the dbf file objects actually
3813     implement it.
3814    
3815     * Thuban/Model/table.py (DBFTable.ReadValue): Use the new
3816     read_attribute method of the dbf objects
3817    
3818     2003-11-03 Bernhard Herzog <[email protected]>
3819    
3820 bh 1916 * Extensions/profiling/profiling.py (popup_dialog_box): New config
3821     variable to indicate whether the result should be shown in a
3822     dialog box
3823     (profile_screen_renderer, time_screen_renderer): Only show a
3824     dialog box if popup_dialog_box is true.
3825     (profile_screen_renderer): Flush stdout after the printing the
3826     first part of the "profiling..." message
3827    
3828     * Thuban/UI/baserenderer.py
3829     (BaseRenderer.draw_shape_layer_incrementally): Cache the pens and
3830     brushes for the groups so that they're not created over and over
3831     again
3832    
3833 bh 1913 * Thuban/Model/classification.py (Classification.__getattr__)
3834     (Classification._compile_classification)
3835     (Classification._clear_compiled_classification): New. Methods to
3836     manage a 'compiled' representation of the classification groups
3837     which is created on demand
3838     (Classification.InsertGroup, Classification.RemoveGroup)
3839     (Classification.ReplaceGroup): reset the compiled representation
3840     (Classification.FindGroup): Use the compiled representation to
3841     find the matching group
3842     (ClassGroupRange.GetRangeTuple): New. Return the range as a tuple
3843    
3844 bh 1904 2003-10-31 Bernhard Herzog <[email protected]>
3845    
3846 bh 1911 * Thuban/Model/classification.py (Classification.SetDefaultGroup):
3847     Send a CLASS_CHANGED message
3848     (Classification.RemoveGroup): Send a CLASS_CHANGED message and do
3849     not return the removed group since it wasn't used.
3850    
3851     * test/test_classification.py
3852     (TestClassification.test_set_default_group): New. Test the
3853     SetDefaultGroup method
3854     (TestClassification.test_insert_group): New. Test the InsertGroup
3855     method
3856     (TestClassification.test_remove_group): New. Test the RemoveGroup
3857     method
3858     (TestClassification.test_replace_group): New. Test the
3859     ReplaceGroup method
3860    
3861     2003-10-31 Bernhard Herzog <[email protected]>
3862    
3863 bh 1908 * test/test_classification.py (TestClassification.setUp):
3864     Subscribe to the CLASS_CHANGED messages
3865     (TestClassification.tearDown): New. Destroy the classification
3866     properly
3867     (TestClassification.test_defaults): Add tests for the default line
3868     width and whether no messages were sent yet
3869     (TestClassification.test_set_default_properties): Add tests for
3870     messages and setting the default line width
3871     (TestClassification.test_add_singleton)
3872     (TestClassification.test_add_range)
3873     (TestClassification.test_multiple_groups): Add tests for messages
3874    
3875     2003-10-31 Bernhard Herzog <[email protected]>
3876    
3877 bh 1906 Some more refactoring in preparation for new tests:
3878    
3879     * test/test_classification.py (TestClassification.setUp): New.
3880     Instantiate the classification here. Update the test methods
3881     accordingly.
3882     (TestClassification.test_multiple_groups): Make sure that the two
3883     singletons matching 1 are considered different.
3884    
3885     2003-10-31 Bernhard Herzog <[email protected]>
3886    
3887 bh 1904 * test/test_classification.py (red, green, blue): New. These
3888     constants were used in several cases. Update the relevant methods.
3889     (TestClassification.test_defaults)
3890     (TestClassification.test_set_default_properties)
3891     (TestClassification.test_add_singleton)
3892     (TestClassification.test_add_range)
3893     (TestClassification.test_multiple_groups)
3894     (TestClassification.test_deepcopy): New. These were formerly all
3895     part of the single method test.
3896     (TestClassification.test_deepcopy): Removed.
3897     (TestClassIterator): Removed. The test case is now a method of
3898     TestClassification since it tests part of the public interface of
3899     Classification
3900     (TestClassification.test_iterator): New. Used to be
3901     TestClassIterator effectively
3902    
3903 jan 1902 2003-10-31 Jan-Oliver Wagner <[email protected]>
3904    
3905     GUIfied the functions of the profiling extension.
3906    
3907     * /Extensions/profiling/__init__.py: New: Init to make this
3908     directory a package.
3909    
3910     * Extensions/profiling/profiling.py: Moved menu entries to
3911     the Extensions menu. Applied _() for strings.
3912     (profile_screen_renderer): Catch the detailed printout and present
3913     it in a dialog.
3914 bh 1904 (time_screen_renderer): Raise a dialog to present the result instead
3915 jan 1902 of printing it to stdout.
3916    
3917 bh 1897 2003-10-31 Bernhard Herzog <[email protected]>
3918    
3919 bh 1899 * test/test_classification.py (TestClassGroupProperties)
3920     (TestClassGroup, TestClassGroupDefault, TestClassGroupRange)
3921     (TestClassGroupSingleton, TestClassIterator, TestClassification):
3922     Split TestClassification into several classes, one for each class
3923     being tested. TestClassification itself now only tests
3924     Classification. This split makes changes to the tests a bit easier
3925    
3926     2003-10-31 Bernhard Herzog <[email protected]>
3927    
3928 bh 1897 * Extensions/profiling/profiling.py: New. Extension to measure
3929     Thuban performance
3930    
3931 frank 1895 2003-10-31 Frank Koormann <[email protected]>
3932    
3933     Added two items to legend popup menu: Remove Layer and Show Layer Table
3934    
3935     * Thuban/UI/legend.py (LegendPanel._OnRemoveLayer,
3936     LegendPanel._OnShowTable): New event handlers, call the corresponding
3937     mainwindow methods.
3938     (LegendTree._OnRightClick): Added items to popup menu.
3939    
3940 bh 1894 2003-10-30 Bernhard Herzog <[email protected]>
3941    
3942     * Thuban/UI/dialogs.py (ThubanFrame.__init__): Handle
3943     EVT_WINDOW_DESTROY
3944     (ThubanFrame.OnDestroy): New. Handler for EVT_WINDOW_DESTROY. Does
3945     nothing but is convenient for the derived classes.
3946    
3947     * Thuban/UI/tableview.py
3948     (TableFrame.OnDestroy, LayerTableFrame.OnDestroy): New.
3949     Unsubscribe the messages here not in OnClose because that might
3950     get called multiple times. Fixes RT #2196
3951     (TableFrame.OnClose, LayerTableFrame.OnClose): Removed. Not needed
3952     anymore.
3953    
3954     * README: Update the minimum requirement for wxPython. Since we
3955     now use the EVT_WINDOW_DESTROY event, we need at least 2.4.0.4,
3956     the version in which that was introduced for all platforms
3957    
3958 frank 1890 2003-10-30 Frank Koormann <[email protected]>
3959    
3960     * Thuban/UI/join.py (JoinDialog.OnJoin): Wrapped the major parts of
3961     the join process in a ThubanBeginBusyCursor, ThubanEndBusyCursor
3962     frame.
3963    
3964 jan 1889 2003-10-30 Jan-Oliver Wagner <[email protected]>
3965    
3966     Improved APR import extension, added further EPSG definitions
3967     and some cleanup regarding string class.
3968    
3969     * test/test_proj.py (TestProjection.test_get_projection_units_geo):
3970     Added test for alias 'longlat'.
3971    
3972     * Resources/Projections/epsg-deprecated.proj: New. Contains
3973     deprecated EPSG definitions.
3974    
3975     * Extensions/importAPR/odb.py (ODBBaseObject.TreeInfo): Added
3976     the variable names for objects.
3977    
3978     * Extensions/importAPR/apr.py (APR_BLnSym, APR_BMkSym, APR_BShSym): New.
3979     Copied from importAPR and provided with documentation.
3980    
3981     * Extensions/importAPR/importAPR.py (APR_BLnSym, APR_BMkSym, APR_BShSym):
3982     Moved to apr.py.
3983     (APR_View): Added object ref 'ITheme'.
3984    
3985     * Thuban/Lib/fileutil.py, Thuban/UI/proj4dialog.py: Replaced string
3986     split function by corresponding use of the string class method.
3987    
3988     * Thuban/Model/xmlwriter.py: Replaced string replace function by
3989     corresponding string method.
3990    
3991 bh 1880 2003-10-29 Bernhard Herzog <[email protected]>
3992    
3993     * Thuban/UI/baserenderer.py
3994     (BaseRenderer.draw_shape_layer_incrementally): Speed up the
3995     special case of a classification that only has the default group
3996    
3997 bh 1868 2003-10-27 Bernhard Herzog <[email protected]>
3998    
3999 bh 1878 * po/fr.po, po/es.po: Updated translations from Daniel Calvelo
4000    
4001 bh 1876 * po/de.po: Update.
4002    
4003     * Thuban/UI/application.py
4004     (ThubanApplication.ShowExceptionDialog): Handle translation of the
4005     dialog message properly
4006    
4007     2003-10-27 Bernhard Herzog <[email protected]>
4008    
4009 bh 1873 Rework how localization works so that we use wx's translation
4010     functions when running Thuban as a normal application but not when
4011     we don't need any UI, such as in the test suite. See the comment
4012     in Thuban/__init__.py for details
4013    
4014     * Thuban/__init__.py (_): Add one level of indirection to make the
4015     translation handling more flexible and to make it possible to use
4016     either wx's translation services or not.
4017     (gettext_identity, translation_function_installed)
4018     (install_translation_function): New function to help with this
4019    
4020     * Thuban/UI/__init__.py: Install the wx specific translation
4021     function if it's OK to do that
4022    
4023     * test/support.py (initthuban): Install a dummy translation
4024     function so that importing Thuban.UI doesn't install a wx specific
4025     one for which would need to import wxPython
4026    
4027     2003-10-27 Bernhard Herzog <[email protected]>
4028    
4029 bh 1870 * HOWTO-Release: Source archives should be created first and the
4030     binary packages should be created from the source archives.
4031     There's an official debian package now so there's no need to test
4032     the rpm on debian anymore
4033    
4034     2003-10-27 Bernhard Herzog <[email protected]>
4035    
4036 bh 1868 Several rendering changes:
4037    
4038     - Render the selection into a separate bitmap so that only that
4039     bitmap needs to be redrawn when the selection changes
4040    
4041     - Render incrementally showing previews and allowing interaction
4042     before rendering is complete
4043    
4044     - Update the renderer interface a bit. Most parameters of
4045     RenderMap are now parameters of the constructor
4046    
4047     * Thuban/UI/baserenderer.py (BaseRenderer.__init__): Add the map
4048     and the update region as parameters. Update the doc-string
4049     (BaseRenderer.render_map_incrementally): New. Generator function
4050     to renders the map incrementally
4051     (BaseRenderer.render_map): Remove the map argument (it's now in
4052     the constructor) and simply iterate over the
4053     render_map_incrementally generator to draw the map.
4054     (BaseRenderer.draw_shape_layer_incrementally)
4055     (BaseRenderer.draw_shape_layer): Renamed to
4056     draw_shape_layer_incrementally and changed into a generator that
4057     yields True every 500 shapes. Used by render_map_incrementally to
4058     render shape layers incrementally
4059    
4060     * Thuban/UI/renderer.py (ScreenRenderer.RenderMap): Removed the
4061     map and region parameters which are now in the constructor
4062     (ScreenRenderer.RenderMapIncrementally): New. Public frontend for
4063     the inherited render_map_incrementally.
4064     (BaseRenderer.draw_shape_layer): Removed.
4065     (ScreenRenderer.draw_selection_incrementally): New. The selection
4066     drawing part of the removed draw_shape_layer as a generator
4067     (ScreenRenderer.layer_shapes): Update because of the region
4068     parameter change
4069     (ExportRenderer.__init__): New. Extend the inherited constructor
4070     with the destination region for the drawing
4071     (ExportRenderer.RenderMap): Removed the map and region parameters
4072     which are now in the constructor
4073    
4074     * Thuban/UI/view.py (MapCanvas.PreviewBitmap): New. Return a
4075     bitmap suitable for a preview in a tool
4076     (CanvasPanTool.MouseMove): Use the PreviewBitmap method to get the
4077     bitmap
4078     (MapPrintout.draw_on_dc): Adapt to new renderer interface
4079     (MapCanvas.OnPaint): Handle drawing the selection bitmap if it
4080     exists
4081     (MapCanvas.OnIdle): Update the logic to deal with incremental
4082     rendering and the selection bitmap
4083     (MapCanvas._do_redraw): Handle the instantiation of the render
4084     iterator and the redraws during rendering
4085     (MapCanvas._render_iterator): New. Generator to incrementally
4086     redraw both bitmaps
4087     (MapCanvas.Export): Adapt to new renderer interface.
4088     (MapCanvas.full_redraw): Reset the selection bitmap and the
4089     renderer iterator too
4090     (MapCanvas.redraw_selection): New. Force a redraw of the selection
4091     bitmap
4092     (MapCanvas.shape_selected): Only redraw the selection bitmap
4093    
4094     * test/test_baserenderer.py
4095     (TestBaseRenderer.test_polygon_no_projection)
4096     (TestBaseRenderer.test_raster_no_projection)
4097     (TestBaseRenderer.test_point_map_projection)
4098     (TestBaseRenderer.test_point_layer_and_map_projection)
4099     (TestBaseRenderer.test_point_layer_projection)
4100     (TestBaseRenderer.test_point_with_classification): Adapt to new
4101     renderer interface
4102    
4103 bh 1865 2003-10-24 Bernhard Herzog <[email protected]>
4104    
4105     * libraries/thuban/wxproj.cpp (draw_polygon_shape)
4106     (point_in_polygon_shape, shape_centroid): Raise an exception if
4107     the shape can't be read. Previously invalid shape ids would lead
4108     to a segfault.
4109    
4110     * test/test_wxproj.py (TestShapeCentroid.test_invalid_shape_id):
4111     New. test whether an exception is raised for invalid shape ids
4112    
4113 jan 1857 2003-10-24 Jan-Oliver Wagner <[email protected]>
4114    
4115 jan 1862 * Thuban/Model/proj.py (Projection.GetProjectedUnits): Added 'longlat'
4116     as alias for 'latlong'.
4117    
4118     * Thuban/UI/projdialog.py (ProjFrame.__init__): Added 'longlat'
4119     as alias for 'latlong'.
4120    
4121     2003-10-24 Jan-Oliver Wagner <[email protected]>
4122    
4123 jan 1859 * Thuban/UI/projdialog.py (ProjFrame.proj_selection_changed): Set
4124     the projection even for the UnknownPanel.
4125     (UnknownProjPanel.__init__): Define the text and create the textctrl
4126     widget.
4127     (UnknownProjPanel._DoLayout): Replaced static text widget by the
4128     textctrl created in __init__.
4129     (UnknownProjPanel.SetProjection): Set the text for the text ctrl
4130     including the parameters of the projection.
4131    
4132     2003-10-24 Jan-Oliver Wagner <[email protected]>
4133    
4134 jan 1857 * Resources/Projections/epsg.proj: New. This is a list of
4135     EPSG codes with parameters for proj. The list has been
4136     generated using devtools/create_epsg.py based on the
4137     file nad/epsg of the proj 4.4.7 package. Four projection
4138     definitions have been deleted as they are not accepted by proj:
4139     "CH1903+ / LV95", "Bern 1898 (Bern) / LV03C", "CH1903 / LV03"
4140     and "HD72 / EOV".
4141    
4142 bh 1855 2003-10-22 Bernhard Herzog <[email protected]>
4143    
4144     Some more tweaks to the projection dialog which should fix RT
4145     #1886.
4146    
4147     * Thuban/UI/projlist.py (ProjectionList.Destroy): Unsubscribe from
4148     the ProjFile's messages and call the base class methods correctly
4149     (ProjectionList.SelectProjection): Set the wxLIST_STATE_FOCUSED
4150     flag on the newly selected item too. Otherwise some other item is
4151     focused and the first time the focus is moved with the keyboard
4152     the selection moves in unexpected ways.
4153    
4154     * Thuban/UI/projdialog.py (ProjFrame.__init__): Do not set the
4155     focus on the OK button, only on the projection list. That way the
4156     list really has the focus initially
4157     (ProjFrame.OnClose): Call the projection list's Destroy method to
4158     make it unsubscribe all messages
4159    
4160 bh 1840 2003-10-21 Bernhard Herzog <[email protected]>
4161    
4162 bh 1852 Rework the projection dialog to fix a few bugs, including RT 2166
4163     and most of 2168
4164    
4165     * Thuban/UI/projlist.py: New. The class ProjectionList is a
4166     special wxListCtrl to show a list of projections in a more MVC
4167     fashion
4168    
4169     * Thuban/UI/projdialog.py (ProjFrame): Substantial changes
4170     throughout the class. The main change is to use the ProjectionList
4171     class instead of a normal wxListBox. Also, add an explicit
4172     "Unknown" projection to the projection choice control.
4173     (ProjPanel.__init__): Add an "unknown" ellipsoid
4174     (TMPanel.__init__, LCCPanel.__init__): Tweak the order of
4175     instantiation of the panel's controls to make the tab-order more
4176     natural
4177    
4178     2003-10-21 Bernhard Herzog <[email protected]>
4179    
4180 bh 1849 * test/test_load.py (TestSingleLayer.file_contents)
4181     (TestSingleLayer.test): Add non-ascii characters to the titles of
4182     session, map and layer. This is effectively a port of the
4183     TestUnicodeStrings test in test_load_0_8.py which for some reason
4184     was only added there.
4185    
4186     * test/test_load_0_9.py (TestSingleLayer.file_contents)
4187     (TestSingleLayer.test): Same as in test_load.py: add non-ascii
4188     characters to the titles of session, map and layer,.
4189    
4190     2003-10-21 Bernhard Herzog <[email protected]>
4191    
4192 bh 1847 Add EPSG projection handling to .thuban files
4193    
4194     * test/test_save.py (SaveSessionTest.dtd)
4195     (SaveSessionTest.testEmptySession)
4196     (SaveSessionTest.testLayerProjection)
4197     (SaveSessionTest.testRasterLayer)
4198     (SaveSessionTest.testClassifiedLayer)
4199     (SaveSessionTest.test_dbf_table)
4200     (SaveSessionTest.test_joined_table)
4201     (SaveSessionTest.test_save_postgis): Update to 1.0-dev namespace
4202     (SaveSessionTest.testSingleLayer): Update to 1.0-dev namespace and
4203     use a and epsg projection to test saving them
4204    
4205     * test/test_load.py (LoadSessionTest.dtd): Update to 1.0-dev
4206     namespace
4207     (TestLayerVisibility.file_contents, TestLabels.file_contents)
4208     (TestLayerProjection.file_contents)
4209     (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
4210     (TestPostGISLayer.file_contents)
4211     (TestPostGISLayerPassword.file_contents)
4212     (TestLoadError.file_contents, TestLoadError.test): Update to use
4213     1.0-dev namespace
4214     (TestSingleLayer.file_contents, TestSingleLayer.test): Update to
4215     use 1.0-dev namespace and use an EPSG projection to test whether
4216     loading it works
4217    
4218     * test/test_load_0_9.py: New. Effectively a copy of test_load.py
4219     as of Thuban 0.9. These are now tests to determine whether Thuban
4220     can still read files generated by Thuban 0.9
4221    
4222     * Thuban/Model/save.py (SessionSaver.write)
4223     (SessionSaver.write_session): Use the 1.0 dtd and 1.0-dev
4224     namespace
4225     (SessionSaver.write_projection): Write the projection's epsg
4226     attribute
4227    
4228     * Thuban/Model/load.py (SessionLoader.__init__): Also accept the
4229     thuban-1.0-dev.dtd namespace
4230     (SessionLoader.check_attrs): Allow a callable object as conversion
4231     too
4232     (SessionLoader.start_projection, SessionLoader.end_projection)
4233     (SessionLoader.start_parameter): Handle the epsg attribute and
4234     rename a few instance variables to lower case
4235    
4236     * Resources/XML/thuban-1.0.dtd: New. Only difference to
4237     thuban-0.9.dtd is the epsg attribute for projections.
4238    
4239     2003-10-21 Bernhard Herzog <[email protected]>
4240    
4241 bh 1840 * test/runtests.py (main): Let the user specify which tests to run
4242     on the command line
4243    
4244     * test/support.py (ThubanTestResult.getDescription): Override to
4245     give a better short description. The description can be used as a
4246     parameter to run_tests to run that particular test in isolation.
4247    
4248 frank 1837 2003-10-21 Frank Koormann <[email protected]>
4249    
4250     Popup menu for legend. Scheduled for the 1.2 release this was too
4251     simple to implement: The popup menu is bound to the legend tree, while
4252     the events are hanlded by its anchestor, the legend panel. This
4253     allows reuse of all the event handlers already implemented for the
4254     legend toolbar buttons.
4255    
4256     * Thuban/UI/legend.py (LegendPanel.__init__): EVT_MENU macros
4257     to add handlers for the events issued by the popup menu.
4258     (LegendPanel._OnToggleVisibility): Handler for toggling layer
4259     visibility event
4260     (LegendPanel._OnProjection): Handler for layer projection event.
4261     (LegendTree.__init__): Added EVT_TREE_ITEM_RIGHT_CLICK
4262     (LegendTree._OnRightClick): Event handler for right click, select item
4263     and pop up menu.
4264     (LegendTree.ToggleVisibility): Toggle layer visibility
4265     (LegendTree.LayerProjection): Raise layer projection dialog for
4266     current layer.
4267    
4268 bh 1836 2003-10-21 Bernhard Herzog <[email protected]>
4269    
4270     * Resources/Projections/defaults.proj: Use correct DOCTYPE
4271     declaration. The top-level element is projectionlist not projfile
4272    
4273 bh 1834 2003-10-20 Bernhard Herzog <[email protected]>
4274    
4275     * Thuban/UI/projdialog.py (ProjFrame.write_proj_file): New. helper
4276     method to write a projfile and display a busy cursor and error
4277     dialogs.
4278     (ProjFrame._OnSave, ProjFrame._OnAddToList, ProjFrame._OnImport)
4279     (ProjFrame._OnExport, ProjFrame._OnRemove): Use write_proj_file
4280     (ProjFrame.__FillAvailList): Translate "<None>" too and display a
4281     busy cursor while loading the user and system prj files.
4282    
4283 bh 1832 2003-10-16 Bernhard Herzog <[email protected]>
4284    
4285     * Thuban/Model/resource.py (projfile_cache): Introduce a cache for
4286     ProjFile objects
4287     (clear_proj_file_cache): New function to clear the cache. Mainly
4288     useful for use by the test suite
4289     (read_proj_file): Use the cache.
4290    
4291     * test/test_proj.py (TestProjFile): Clarify the doc-string
4292     (ProjFileReadTests): Update doc-string
4293     (ProjFileReadTests.test_get_system_proj_file): Check whether the
4294     system proj files is cached.
4295     (ProjFileLoadTestCase): New base class for the proj file tests
4296     derived from support.FileLoadTestCase to provide some common
4297     behavior.
4298     (TestLoadingProjFile)
4299     (TestLoadingProjFileWithEmptyProjectionlist.file_contents)
4300     (TestProjFileWithInvalidParameters.file_contents): Derive from
4301     ProjFileLoadTestCase
4302     (TestLoadingProjFile.test_caching): New. Test whether the cache
4303     works
4304    
4305 silke 1829 2003-10-16 Silke Reimer <[email protected]>
4306    
4307     * debian/*: New directory with configuration files for building a thuban
4308     deb-package.
4309    
4310 bh 1822 2003-10-14 Bernhard Herzog <[email protected]>
4311    
4312 bh 1828 * test/test_proj.py: Execute support.run_tests when run as
4313     __main__ so that missing unsubscribes are detected
4314     (TestProjFile.tearDown): Destroy the proj_file properly
4315    
4316     2003-10-14 Bernhard Herzog <[email protected]>
4317    
4318 bh 1826 * Thuban/Model/messages.py (PROJECTION_ADDED)
4319     (PROJECTION_REPLACED, PROJECTION_REMOVED): New message types for
4320     the ProjFile objects
4321    
4322     * Thuban/Model/proj.py (ProjFile): Derive from Publisher so we can
4323     easily send messages when the projections change
4324     (ProjFile.Add, ProjFile.Remove, ProjFile.Replace): Issue messages
4325     when the change was successful
4326    
4327     * test/test_proj.py (TestProjFile.setUp): Subscribe to some of the
4328     proj file messages
4329     (TestProjFile.test_add_remove)
4330     (TestProjFile.test_remove_non_existing)
4331     (TestProjFile.test_replace)
4332     (TestProjFile.test_replace_non_existing): Test whether the right
4333     messages are sent
4334    
4335     2003-10-14 Bernhard Herzog <[email protected]>
4336    
4337 bh 1822 * test/test_proj.py (TestProjFile.test): Refactor into several
4338     tests
4339     (TestProjFile.test_add_remove)
4340     (TestProjFile.test_remove_non_existing)
4341     (TestProjFile.test_replace)
4342     (TestProjFile.test_replace_non_existing): Some of the new
4343     individual test cases
4344     (TestProjFileSimple): New class for the rest of the test cases
4345     that came out of the refactoring
4346     (ProjFileTest): Derive from xmlsupport.ValidationTest so that the
4347     derived classes don't have to
4348    
4349 bh 1812 2003-10-13 Bernhard Herzog <[email protected]>
4350    
4351 bh 1820 Add an optional EPSG code to the projection objects and extend the
4352     .proj file format accordingly.
4353    
4354     * Resources/XML/projfile.dtd (element projection): Add epsg
4355     attribute
4356    
4357     * Thuban/Model/proj.py (Projection.__init__): New parameter and
4358     instance variable epsg. Update doc-string
4359     (Projection.EPSGCode, Projection.Label): New methods to provide
4360     access to EPSG code and a label for use in dialogs
4361    
4362     * Thuban/Model/resource.py (ProjFileReader.start_projection)
4363     (ProjFileReader.end_projection, ProjFileSaver.write_projfile):
4364     Handle the epsg code attribute when reading or writing proj files
4365    
4366     * Thuban/UI/projdialog.py (ProjFrame._OnSave)
4367     (ProjFrame._OnAddToList, ProjFrame.__DoOnProjAvail)
4368     (ProjFrame.__FillAvailList): Use the projection's Label method to
4369     get the string for the list box
4370    
4371     * test/test_proj.py (TestProjection.test_label)
4372     (TestProjection.test_label_epsg)
4373     (TestProjection.test_epsgcode_for_non_epsg_projection)
4374     (TestProjection.test_epsgcode_for_real_epsg_projection): New tests
4375     for the label and EPSGCode methods
4376     (WriteProjFileTests.doTestWrite, WriteProjFileTests.test_write)
4377     (WriteProjFileTests.test_write_empty_file): Create the ProjFile
4378     objects in the test cases and put the expected contents into the
4379     test case methods too. Update doTestWrite accordingly
4380     (TestLoadingProjFile)
4381     (TestLoadingProjFileWithEmptyProjectionlist): New classes with the
4382     read tests from TestProjFile.
4383     (TestProjFile.doTestRead, TestProjFile.testRead): Removed. These
4384     tests are now in the new classes.
4385     (sample_projfile, sample_projfile_data)
4386     (sample_projfile2, sample_projfile_data2): Removed. Not used
4387     anymore.
4388     (TestProjFile.test_read_unreadable_file): No need to reset the
4389     permissions at the end anymore since we use a unique filename
4390    
4391     2003-10-13 Bernhard Herzog <[email protected]>
4392    
4393 bh 1814 * test/test_proj.py: Some more refactoring of the test cases
4394     (ProjFileTest): New base class for the proj file tests.
4395     (TestProjFile): Derive from ProjFileTest
4396     (TestProjFile.test_read_unreadable_file)
4397     (TestProjFile.test_read_empty_file, TestProjFile.doTestRead): Use
4398     the new filename method to get a unique filename
4399     (TestProjFile.doTestWrite, TestProjFile.testWrite): Removed.
4400     (WriteProjFileTests): New class for proj file write tests.
4401     Contains the write test that were in TestProjFile originally.
4402    
4403     2003-10-13 Bernhard Herzog <[email protected]>
4404    
4405 bh 1812 * test/test_proj.py (TestProjFile.testRead)
4406     (TestProjFile.test_read_non_existing_file)
4407     (TestProjFile.test_read_unreadable_file)
4408     (TestProjFile.test_read_empty_file): Split into several methods.
4409    
4410 bh 1805 2003-10-10 Bernhard Herzog <[email protected]>
4411    
4412 bh 1810 * Thuban/UI/sizers.py: New file with custom sizers.
4413    
4414     * Thuban/UI/projdialog.py (ProjFrame.build_dialog): Instantiate
4415     all projection type specific panels and put them into a
4416     NotebookLikeSizer. This way the dialog doesn't change its size
4417     when a different projection is selected
4418     (ProjFrame.__init__): Rename projection_panels
4419     projection_panel_defs and reuse projection_panels for a list of
4420     the instantiated panels.
4421     (ProjFrame._show_proj_panel, ProjFrame.__DoOnProjAvail)
4422     (ProjFrame.__DoOnProjChoice): Changes due to the new handling of
4423     the panels
4424     (UnknownProjPanel._DoLayout): Place the newlines in the message
4425     differently to make the panel narrower.
4426     (TMPanel._DoLayout): Layout the parameters in one column.
4427    
4428     2003-10-10 Bernhard Herzog <[email protected]>
4429    
4430 bh 1807 * Thuban/UI/projdialog.py (ProjFrame.build_dialog): New method
4431     that contains all the setup for the dialog's widgets, layout and
4432     event handling.
4433     (__): Call build_dialog to build the dialog.
4434     (ProjFrame.__set_properties, ProjFrame.__do_layout): Removed.
4435     Their functionality is now in build_dialog
4436     (ProjFrame.__VerifyButtons, ProjFrame.__VerifyButtons)
4437     (ProjFrame.__DoOnProjAvail, ProjFrame.__DoOnProjAvail)
4438     (ProjFrame.__DoOnProjChoice): Small updates due to slightly
4439     different widget names and hierarchy introduced with build_dialog.
4440    
4441     2003-10-10 Bernhard Herzog <[email protected]>
4442    
4443 bh 1805 * README: Fix typo.
4444    
4445 bh 1803 2003-10-09 Bernhard Herzog <[email protected]>
4446    
4447     * Thuban/Model/proj.py (ProjFile.Add): Do not check whether the
4448     projection is already in the list. This is *a lot* faster when
4449     loading files with hundreds of projections since it saves a linear
4450     search. OTOH this will allow adding the same projection to the
4451     user.proj file multiple times in the projection dialog but we'll
4452     deal with that later
4453    
4454 jan 1801 2003-10-09 Jan-Oliver Wagner <[email protected]>
4455    
4456     * devtools: New. Directory for developer tools that are not intended
4457     for the regular user.
4458    
4459     * devtools/create_epsg.py: New. Convert the epsg file of proj into
4460     a python .proj file.
4461    
4462 bh 1799 2003-10-09 Bernhard Herzog <[email protected]>
4463    
4464     * test/test_proj.py
4465     (TestProjection.test_get_parameter_without_equals_sign): New. Test
4466     whether GetParameter handles parameters without "=" sign correctly
4467    
4468     * Thuban/Model/proj.py (Projection.GetParameter): Handle
4469     parameters that do not contain a "=". Update the doc-string
4470    
4471 bh 1794 2003-10-08 Bernhard Herzog <[email protected]>
4472    
4473 bh 1796 * Thuban/UI/projdialog.py (ProjFrame.__set_properties): Remove the
4474     length limit on the projname text control
4475    
4476     2003-10-08 Bernhard Herzog <[email protected]>
4477    
4478 bh 1794 * test/test_proj.py (TestProjection.test_get_projection_units_geo)
4479     (TestProjection.test_get_projection_units_normal): New. Tests for
4480     the Projection.GetProjectedUnits method
4481    
4482 jan 1792 2003-10-08 Jan-Oliver Wagner <[email protected]>
4483    
4484     * Thuban/Model/resource.py (get_user_proj_file): small bug-fix:
4485     Added missing 'val' parameter.
4486    
4487 bh 1788 2003-10-08 Bernhard Herzog <[email protected]>
4488    
4489 bh 1790 * Thuban/UI/projdialog.py (ProjFrame.__DoOnProjAvail): When the
4490     projection type of the currently selected projection is not known,
4491     i.e. there's no panel for it, use the UnknownProjPanel
4492     (ProjFrame.__DoOnProjChoice, ProjFrame._show_proj_panel): Split
4493     the actual replacing of the proj panel into the new method
4494     _show_proj_panel.
4495     (UnknownProjPanel): Add doc-string.
4496     (UnknownProjPanel._DoLayout): Insert a newline into the text so
4497     that the panel is not so wide.
4498    
4499     2003-10-08 Bernhard Herzog <[email protected]>
4500    
4501 bh 1788 * Thuban/Model/resource.py (read_proj_file): Return the warnings
4502     too. Update the doc-string
4503     (get_proj_files): Removed. It wasn't used anywhere
4504     (get_system_proj_files, get_system_proj_file): Rename to
4505     get_system_proj_file and return the ProjFile object and not a list
4506     of ProjFile objects. Update the callers.
4507     (get_user_proj_files, get_user_proj_file): Rename to
4508     get_user_proj_file return the ProjFile object and not a list of
4509     ProjFile objects. Update the callers.
4510     (ProjFileReader.__init__): New instance variable for the warnings.
4511     Rename the __pf ivar to projfile. Update the methods referring to
4512     __pf
4513     (ProjFileReader.end_projection): Catch any errors raised when
4514     instantiating the projection and record that as an error. The
4515     projection will not be in the final ProjFile object.
4516     (ProjFileReader.GetWarnings): New method to return the warnings.
4517    
4518     * Thuban/UI/projdialog.py (ProjFrame.show_warnings): New method to
4519     show the warnings from the projfile reader
4520     (ProjFrame._OnImport): Deal with any warnings returned by
4521     read_proj_file
4522     (ProjFrame.__FillAvailList): Deal with any warnings returned by
4523     get_system_proj_file or get_user_proj_file.
4524    
4525     * test/test_proj.py (TestProjFile.doTestRead): Check the warnings.
4526     (TestProjFileWithInvalidParameters.file_contents): New test cases
4527     to test whether read_proj_file handles invalid projection
4528     parameters correctly
4529     (TestProjFile.test_get_system_proj_file): New. Simple test for
4530     resource.get_system_proj_file
4531    
4532 bh 1785 2003-10-07 Bernhard Herzog <[email protected]>
4533    
4534     * test/test_derivedshapestore.py
4535     (TestDerivedShapeStoreExceptions.tearDown): Clear the session
4536     properly so that the temporary directories get deleted correctly
4537    
4538 bh 1773 2003-10-06 Bernhard Herzog <[email protected]>
4539    
4540 bh 1783 Handle the title changes in a proper MVC way.
4541    
4542     * Thuban/UI/mainwindow.py (MainWindow.__init__): Subscribe to the
4543     canvas' TITLE_CHANGED messages
4544     (MainWindow.update_title): New. Update the main window's title
4545     (MainWindow.__SetTitle): Removed. Use update_title instead.
4546     (MainWindow.SetMap): Use update_title instead of __SetTitle
4547     (MainWindow.RenameMap): Do change the window title explicitly
4548     here. That's handled in a proper MVC way now.
4549     (MainWindow.title_changed): New. Subscriber for the TITLE_CHANGED
4550     messages
4551    
4552     * Thuban/Lib/connector.py (Conduit): New class to help classes
4553     that forward messages
4554    
4555     * Thuban/UI/viewport.py: Forward the map's TITLE_CHANGED messages
4556     (ViewPort): Derive from Conduit instead of Publisher
4557     (ViewPort.Subscribe, ViewPort.Unsubscribe): Use the new base class
4558     when calling the inherited versions
4559     (ViewPort._subscribe_map, ViewPort._unsubscribe_map): New helper
4560     methods to subscribe and unsubscribe map messages
4561     (ViewPort.SetMap, ViewPort.Destroy): Use the new helper methods to
4562     handle the map subscriptions
4563     (ViewPort.Map, ViewPort.map_projection_changed)
4564     (ViewPort.layer_projection_changed): Add or update doc-strings
4565    
4566     * test/test_connector.py (TestPublisher.test_issue_simple): Fix
4567     typo
4568     (MyConduit): Helper class for the Conduit test.
4569     (TestConduit): Test cases for Conduit
4570    
4571     * test/test_connector.py: Use support.run_tests as main.
4572    
4573     * test/test_viewport.py (ViewPortTest.setUp): Also subscribe to
4574     the TITLE_CHANGED messages
4575     (ViewPortTest.test_forwarding_title_changed): New test to check
4576     whether the viewport forwards the map's TITLE_CHANGED messages
4577     (TestViewportWithPostGIS.tearDown): Call the map's Destroy method
4578     after the port's because the latter may require a still functional
4579     map.
4580    
4581     2003-10-06 Bernhard Herzog <[email protected]>
4582    
4583 bh 1777 * Thuban/UI/application.py (ThubanApplication.maps_changed): Add
4584     doc-string
4585    
4586     2003-10-06 Bernhard Herzog <[email protected]>
4587    
4588 bh 1775 * test/test_viewport.py (ViewPortTest.setUp)
4589     (SimpleViewPortTest.test_init_with_size): Move the test for the
4590     initial size as a constructor parameter from ViewPortTest.setUp
4591     method to a new separate test in SimpleViewPortTest.
4592    
4593     2003-10-06 Bernhard Herzog <[email protected]>
4594    
4595 bh 1773 * test/test_viewport.py (MockView): New class derived from
4596     ViewPort with a mock implementation of GetTextExtent to be used in
4597     the test cases
4598     (ViewPortTest.setUp): Use MockView instead of ViewPort
4599    
4600     * Thuban/UI/viewport.py (ViewPort.GetTextExtent): Turn this method
4601     into what would be a "pure virtual function" in C++: always raise
4602     NotImplementedError. Mock implementations for test cases don't
4603     belong into the real code
4604    
4605 bh 1770 2003-10-02 Bernhard Herzog <[email protected]>
4606    
4607     * test/test_layer.py (TestLayer.test_empty_layer): Explicitly
4608     close the dbf file we create so that it's contents have been
4609     written properly.
4610    
4611     * libraries/shapelib/shptree.c, libraries/shapelib/shpopen.c,
4612     libraries/shapelib/shapefil.h, libraries/shapelib/dbfopen.c:
4613     Update to shapelib 1.2.10
4614    
4615 jan 1767 2003-10-01 Jan-Oliver Wagner <[email protected]>
4616    
4617     * Thuban/UI/tree.py, Thuban/UI/main.py: Remove the #! line as
4618     it annoys lintian which warns about these files not being
4619     executable. The #! isn't necessary here since if you absolutely
4620     must execute them you can always say "python <filename>".
4621    
4622 bh 1757 2003-09-26 Bernhard Herzog <[email protected]>
4623    
4624 bh 1760 * Thuban/Model/classgen.py (GenQuantiles0): Removed since it's
4625     only used in GREAT-ER but not used in Thuban itself. When GREAT-ER
4626     is ported to a newer the import will fail, so it should be noticed
4627     immediately that this function is gone.
4628     Fixes RT#1919
4629    
4630     2003-09-26 Bernhard Herzog <[email protected]>
4631    
4632 bh 1757 Add a DTD for the projection files and make thuban write valid
4633     projection files
4634    
4635     * Resources/XML/projfile.dtd: New. DTD for thuban's projection
4636     files
4637    
4638     * Thuban/Model/resource.py (ProjFileSaver.write): Use
4639     'projectionlist' as the name in the document type declaration so
4640     that it matches the element type of the root element.
4641    
4642     * test/test_proj.py (sample_projfile, sample_projfile2): Use
4643     'projectionlist' as the name in the document type declaration just
4644     as it is done now in the files thuban would write
4645     (sample_projfile, sample_projfile_data): Fix spelling of
4646     "Mercator"
4647     (TestProjFile.doTestWrite): Validate the written and the expected
4648     XML data
4649     (TestProjFile): Derive from ValidationTest so that we can run xml
4650     validation tests
4651    
4652 bh 1751 2003-09-24 Bernhard Herzog <[email protected]>
4653    
4654     * Thuban/UI/renderer.py (ExportRenderer.render_legend): Do not
4655     modify the list returned by map.Layers() in place since it is the
4656     actual list of layers used by the map.
4657    
4658 jan 1745 2003-09-23 Jan-Oliver Wagner <[email protected]>
4659    
4660     * Doc/manual/thuban-manual.xml: Added subsection to chapter
4661     Extensions to describe the extensions coming with the Thuban
4662     standard package (gns2shp and importAPR).
4663    
4664 bh 1743 2003-09-23 Bernhard Herzog <[email protected]>
4665    
4666     * libraries/thuban/wxproj.cpp (project_point): if there's an
4667     inverse but no forward projection, convert to degrees after
4668     applying the inverse projection. Fixes RT#2096
4669    
4670     * test/test_wxproj.py: New. Test cases for wxproj.so. One test
4671     implicitly tests for the fix to RT#2096
4672    
4673     * test/support.py (FloatComparisonMixin.assertFloatSeqEqual):
4674     Check that the sequences have the same lengths
4675    
4676     * Resources/Projections/defaults.proj (Geographic projection): Use
4677     a much more precise value for the to_meter attribute.
4678    
4679 bh 1737 2003-09-22 Bernhard Herzog <[email protected]>
4680    
4681     * test/support.py (initthuban): Make sure to unset the LANG env.
4682     var. so that tests that compare translated strings work. Solves RT
4683     #2094
4684    
4685 jan 1730 2003-09-22 Jan-Oliver Wagner <[email protected]>
4686    
4687 jan 1735 Small improvement of APR import.
4688    
4689     * Extensions/importAPR/test/test_apr.py (aprTest.test_LClass):
4690     Added tests for text-ranges.
4691    
4692     * Extensions/importAPR/apr.py (APR_LClass.GetThubanRange): Now
4693     returns a string object if the range is based on text.
4694    
4695     * Extensions/importAPR/importAPR.py (import_apr_dialog): Unified
4696     range retrieval.
4697    
4698     2003-09-22 Jan-Oliver Wagner <[email protected]>
4699    
4700 jan 1730 Initial version of the importAPR extension which is in
4701     experimental state.
4702    
4703     * /Extensions/importAPR/, /Extensions/importAPR/samples/,
4704     /Extensions/importAPR/test/: New directories.
4705    
4706     * /Extensions/importAPR/samples/README: New: Howto load the samples.
4707    
4708     * /Extensions/importAPR/samples/iceland.apr: New: A sample APR
4709     file which refers to the Thuban Iceland demo data.
4710    
4711     * /Extensions/importAPR/test/README: New: Howto execute the tests.
4712    
4713     * /Extensions/importAPR/test/test_apr.py: New: Tests for APR classes.
4714    
4715     * /Extensions/importAPR/apr.py: New: Classes for ArcView Objects
4716     as in '.apr'-files.
4717    
4718     * /Extensions/importAPR/odb.py: New: Classes for generic ArcView
4719     ODB Objects as in '.apr', '.avl' and other files.
4720    
4721     * /Extensions/importAPR/__init__.py: New: Init to make this
4722     directory a package.
4723    
4724     * /Extensions/importAPR/importAPR.py: New: Import a ArcView
4725     project file (.apr) and convert it to Thuban.
4726    
4727     2003-09-22 Jan-Oliver Wagner <[email protected]>
4728    
4729     * Extensions/gns2shp.gns2shp.py: The main module of gns2shp.
4730    
4731 jan 1720 2003-09-19 Jan-Oliver Wagner <[email protected]>
4732    
4733     * Doc/manual/thuban-manual.xml: Extended section 'Installation'
4734     with description on RPM installation and RPM binary package
4735     creation.
4736    
4737 bh 1718 2003-09-18 Bernhard Herzog <[email protected]>
4738    
4739     * setup.py (data_files): Only add the mo files if the Locales
4740     directory actually exists, so that setup.py works with a fresh CVS
4741     checkout
4742    
4743 jan 1716 2003-09-12 Jan-Oliver Wagner <[email protected]>
4744    
4745     * Examples/simple_extensions/simple_tool.py: bugfix: Tool is now
4746     in viewport, not anymore in view
4747    
4748 jan 1714 2003-09-04 Jan-Oliver Wagner <[email protected]>
4749    
4750     Introducing first Extension (gns2shp).
4751    
4752     * Extensions, Extensions/gns2shp, Extensions/gns2shp/test: New.
4753    
4754     * Extensions/__init__.py: New. init to make this dir a package.
4755    
4756     * Extensions/gns2shp/__init__.py: New. init to make this dir a package.
4757    
4758     * Extensions/gns2shp/test/README: New. some info on this test directory.
4759    
4760     * Extensions/gns2shp/test/ls.txt: New. test data set (Liechtenstein).
4761    
4762     * Extensions/gns2shp/test/test_gns2shp.py: New. Test for correct creation
4763     of Shapefile from GNS text file format
4764    
4765 jan 1705 2003-09-03 Jan-Oliver Wagner <[email protected]>
4766    
4767 jan 1707 Fix/workaround for bug #2019:
4768     https://intevation.de/rt/webrt?serial_num=2019
4769    
4770     * Thuban/UI/identifyview.py (IdentifyView.ID_STOP): New.
4771     (IdentifyView.__init__): Added another button that allows to
4772     stop the identify mode.
4773     (IdentifyView.OnStop): New. Stops the identify mode.
4774    
4775     2003-09-03 Jan-Oliver Wagner <[email protected]>
4776    
4777 jan 1705 Introducing a new exception dialog that allows to exit the
4778     application immediately.
4779     This fixes bug #2060: https://intevation.de/rt/webrt?serial_num=2060
4780    
4781     * Thuban/UI/exceptiondialog.py: New. A special exception dialog.
4782    
4783     * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
4784     Made strings available to translations. Exchanged the simple
4785     ScrolledMessageDialog by the new ExceptionDialog.
4786    
4787 bh 1694 2003-09-01 Bernhard Herzog <[email protected]>
4788    
4789 bh 1701 * NEWS: New. Summary of changes and release notes.
4790    
4791     * MANIFEST.in: Add NEWS
4792    
4793     2003-09-01 Bernhard Herzog <[email protected]>
4794    
4795 bh 1699 * MANIFEST.in: Correct the include statement for the mo-files and
4796     include the documentation too.
4797    
4798     * setup.py (data_files): Add the .mo files
4799     (setup call): Up to version 0.9.0
4800    
4801     2003-09-01 Bernhard Herzog <[email protected]>
4802    
4803 bh 1696 * Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Change the
4804     parameter list to just parent and session
4805     (ChooseDBTableDialog.__set_properties): Removed. Setting the
4806     selection of empty list boxes is not allowed (and produces C++
4807     assertion errors) and the rest of the setup is better done in
4808     __init__ anyway.
4809     (ChooseDBTableDialog.OnCancel, ChooseDBTableDialog.OnOK)
4810     (ChooseDBTableDialog.OnLBDClick, DBDialog.OnOK): Use the Python
4811     builtins True/False for booleans to avoid warnings from wxPython
4812    
4813     * Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): Adapt to new
4814     ChooseDBTableDialog constructor parameters.
4815    
4816     2003-09-01 Bernhard Herzog <[email protected]>
4817    
4818 bh 1694 * Thuban/Model/postgisdb.py
4819     (PostGISTable): Extend doc-string
4820     (PostGISTable._fetch_table_information): Set the column index
4821     correctly, pretending ignored columns don't exist.
4822    
4823     * test/test_postgis_db.py (TestPostGISIgnoredColumns): New tests
4824     for postgis tables with data types not yet supported by thuban.
4825    
4826 bh 1692 2003-08-29 Bernhard Herzog <[email protected]>
4827    
4828     * HOWTO-Release: Tweak item about running the tests.
4829    
4830 jan 1690 2003-08-29 Jan-Oliver Wagner <[email protected]>
4831    
4832     * /Doc/manual/thuban-manual.xml: updated to version 1.0pre2.
4833    
4834 bh 1688 2003-08-29 Bernhard Herzog <[email protected]>
4835    
4836     Add some missing parameters to projections. Proj complains about
4837     them on windows but for some reason not on Linux.
4838    
4839     * test/test_save.py (SaveSessionTest.testLayerProjection): Add
4840     missing required projection parameters
4841    
4842     * test/test_proj.py (TestProjFile.test): Add missing required
4843     projection parameters
4844    
4845     * test/test_load_0_8.py (TestLayerProjection.file_contents)
4846     (TestLayerProjection.test): Add missing required projection
4847     parameters and tests for them
4848    
4849     * test/test_load.py (TestLayerProjection.file_contents)
4850     (TestLayerProjection.test): Add missing required projection
4851     parameters and tests for them
4852    
4853     * test/test_layer.py (TestLayer.test_base_layer): Add missing
4854     required projection parameters
4855    
4856     2003-08-29 Bernhard Herzog <[email protected]>
4857    
4858     * libraries/pyprojection/Projection.i: Use pj_get_errno_ref to
4859     access the pj_errno because directly accessing pj_errno doesn't
4860     work on windows if the proj library is in a DLL
4861    
4862     * libraries/pyprojection/Projection_wrap.c: Update from Projection.i
4863    
4864 bh 1672 2003-08-28 Bernhard Herzog <[email protected]>
4865    
4866 bh 1685 * test/test_proj.py: Import things from Thuban after calling
4867     initthuban
4868    
4869     * test/test_load.py (LoadSessionTest.filenames): New class
4870     variable with the filename attributes to normalize
4871     (LoadSessionTest.check_format): Pass self.filenames to
4872     sax_eventlist to normalize the filename attributes
4873    
4874     * test/xmlsupport.py: Add cvs keywords
4875     (SaxEventLister.__init__): New parameter filenames which indicates
4876     attributes that contain filenames
4877     (SaxEventLister.startElementNS): Normalize the filename attributes
4878     with os.path.normpath
4879     (sax_eventlist): New parameter filenames to pass through to
4880     SaxEventLister
4881    
4882     * test/test_derivedshapestore.py: Make this file callable as a
4883     program to execute the tests
4884     (TestDerivedShapeStoreExceptions.test_table_with_wrong_size): Bind
4885     the session to self.session so that it gets destroyed properly
4886    
4887     * test/test_layer.py (TestLayer.tearDown): Call the session's
4888     Destroy method
4889    
4890     * test/test_map.py (TestMapBase.tearDown): Destroy self.session
4891     too if it exists
4892     (TestMapAddLayer.test_add_layer): Bind the session to self.session
4893     so that it gets destroyed properly
4894    
4895     * test/postgissupport.py (reason_for_not_running_tests): Add a
4896     test for the existence of popen2.Popen4.
4897    
4898     * test/test_save.py (SaveSessionTest.tearDown): New. Provide a
4899     reliable way to destroy the sessions created in the test cases
4900     (SaveSessionTest.test_dbf_table): Bind the session to self.session
4901     so that it gets destroyed properly
4902     (SaveSessionTest.testLayerProjection): Bind the session to
4903     self.session so that it gets destroyed properly
4904    
4905     * test/test_session.py (UnreferencedTablesTests.tearDown): Make
4906     sure that the session is destroyed properly
4907    
4908     * test/test_shapefilestore.py: Make this callable as a program to
4909     execute the tests
4910    
4911     * test/test_scalebar.py: Remove unnecessary import of _ from
4912     Thuban
4913    
4914     * test/support.py (print_garbage_information): Call initthuban
4915     here because it may be called indirectly from test cases that test
4916     test support modules which do not use anything from thuban itself
4917     (ThubanTestProgram.runTests): Remove unnecessary debug print
4918    
4919     2003-08-28 Bernhard Herzog <[email protected]>
4920    
4921 bh 1672 * Thuban/version.py (longversion): Update to 0.9
4922    
4923     * Thuban/UI/mainwindow.py: Remove some unused imports
4924    
4925     * README: Add section about required additional software. Add date
4926     and revision CVS keywords
4927    
4928     * HOWTO-Release: Add item about the translations. Add date and
4929     revision CVs keywords and change formatting to match README a bit
4930     better
4931    
4932     * po/de.po: Update for 0.9
4933    
4934     * test/README: Tweak the wording a little because many tests are
4935     not really unittest.
4936    
4937 bh 1663 2003-08-27 Bernhard Herzog <[email protected]>
4938    
4939 bh 1665 As preparation for the 0.9 release, switch thuban files to a
4940     non-dev namespace
4941    
4942     * Thuban/Model/save.py (SessionSaver.write_session): Write files
4943     with the http://thuban.intevation.org/dtds/thuban-0.9.dtd
4944     namespace
4945    
4946     * Thuban/Model/load.py (SessionLoader.__init__): Accept the
4947     http://thuban.intevation.org/dtds/thuban-0.9.dtd namespace too
4948    
4949     * test/test_save.py (SaveSessionTest.dtd)
4950     (SaveSessionTest.testEmptySession)
4951     (SaveSessionTest.testSingleLayer)
4952     (SaveSessionTest.testLayerProjection)
4953     (SaveSessionTest.testRasterLayer)
4954     (SaveSessionTest.testClassifiedLayer)
4955     (SaveSessionTest.test_dbf_table)
4956     (SaveSessionTest.test_joined_table)
4957     (SaveSessionTest.test_save_postgis): Update for new namespace
4958    
4959     * test/test_load.py (LoadSessionTest.dtd, TestSingleLayer)
4960     (TestLayerVisibility.file_contents, TestLabels.file_contents)
4961     (TestLayerProjection.file_contents)
4962     (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
4963     (TestPostGISLayer.file_contents)
4964     (TestPostGISLayerPassword.file_contents)
4965     (TestLoadError.file_contents, TestLoadError.test): Update for new
4966     namespace
4967    
4968     2003-08-27 Bernhard Herzog <[email protected]>
4969    
4970 bh 1663 Make the table interface distinguish between row ids (an integer
4971     that uniquely identifies a row) and row ordinals (a simple row
4972     count from 0 to NumRows() - 1)
4973    
4974     * Thuban/Model/postgisdb.py (PostGISTable.RowIdToOrdinal)
4975     (PostGISTable.RowOrdinalToId): New methods to conver between row
4976     ids and row ordinals
4977     (PostGISTable.ReadRowAsDict, PostGISTable.ReadValue): New keyword
4978     parameter row_is_ordinal to indicate whether the row parameter is
4979     the row id or the ordinal
4980    
4981     * Thuban/Model/transientdb.py (TransientTableBase.RowIdToOrdinal)
4982     (TransientTableBase.RowOrdinalToId)
4983     (AutoTransientTable.RowIdToOrdinal)
4984     (AutoTransientTable.RowOrdinalToId): Same new methods as in
4985     PostGISTable.
4986     (TransientTableBase.ReadRowAsDict, TransientTableBase.ReadValue)
4987     (AutoTransientTable.ReadRowAsDict, AutoTransientTable.ReadValue):
4988     Same new parameter as in PostGISTable.
4989    
4990     * Thuban/Model/table.py (DBFTable.RowIdToOrdinal)
4991     (DBFTable.RowOrdinalToId, MemoryTable.RowIdToOrdinal)
4992     (MemoryTable.RowOrdinalToId): Same new methods as in PostGISTable.
4993     (DBFTable.ReadValue, DBFTable.ReadRowAsDict)
4994     (MemoryTable.ReadValue, MemoryTable.ReadRowAsDict): Same new
4995     parameter as in PostGISTable.
4996    
4997     * Thuban/UI/tableview.py (DataTable.RowIdToOrdinal)
4998     (DataTable.RowOrdinalToId): New methods to convert between row ids
4999     and row ordinals.
5000     (TableGrid.SelectRowById): New method to select a row based on its
5001     ID as opposed to its ordinal
5002     (DataTable.GetValue, TableGrid.OnRangeSelect)
5003     (TableGrid.OnSelectCell, LayerTableGrid.select_shapes)
5004     (QueryTableFrame.OnQuery, QueryTableFrame.get_selected)
5005     (LayerTableFrame.__init__): Convert between row ids and row
5006     ordinals as appropriate
5007    
5008     * test/postgissupport.py (PostGISDatabase.__init__): Add
5009     doc-string.
5010     (PostGISDatabase.initdb): The optional third item in a tuple in
5011     tables is now a (key, value) list with additional arguments to
5012     pass to upload_shapefile
5013     (upload_shapefile): New parameter gid_offset to allow gids that
5014     are not the same as the shapeids in the shapefile
5015     (PostgreSQLServer.get_default_static_data_db): Use the new
5016     gid_offset to make the gids in landmarks 1000 higher than the
5017     shapeids in the shapefile
5018    
5019     * test/test_viewport.py
5020     (TestViewportWithPostGIS.test_find_shape_at_point): Adapt to the
5021     new shapeids in the landmarks table
5022    
5023     * test/test_transientdb.py
5024     (TestTransientTable.run_iceland_political_tests)
5025     (TestTransientTable.test_transient_joined_table): Add tests for
5026     the new table methods and new keywords arguments.
5027    
5028     * test/test_postgis_db.py
5029     (TestPostGISTable.test_read_row_as_dict_row_count_mode)
5030     (TestPostGISTable.test_read_value_row_count_mode)
5031     (TestPostGISTable.test_row_id_to_ordinal)
5032     (TestPostGISTable.test_row_oridnal_to_id): New test for the new
5033     table methods and the new arguments
5034     (TestPostGISShapestorePoint.test_shapes_in_region)
5035     (TestPostGISShapestorePoint.test_shape_raw_data)
5036     (TestPostGISShapestorePoint.test_shape_points)
5037     (TestPostGISShapestorePoint.test_shape_shapeid)
5038     (TestPostGISShapestorePoint.test_all_shapes)
5039     (TestPostGISTable.test_simple_query)
5040     (TestPostGISTable.test_simple_query)
5041     (TestPostGISTable.test_simple_query)
5042     (TestPostGISTable.test_read_value)
5043     (TestPostGISTable.test_read_row_as_dict): Adapt to the new
5044     shapeids in the landmarks table
5045    
5046     * test/test_memory_table.py
5047     (TestMemoryTable.test_read_row_as_dict_row_count_mode)
5048     (TestMemoryTable.test_read_value_row_count_mode)
5049     (TestMemoryTable.test_row_id_to_ordinal)
5050     (TestMemoryTable.test_row_oridnal_to_id): New test for the new
5051     table methods and the new arguments
5052    
5053     * test/test_dbf_table.py
5054     (TestDBFTable.test_read_row_as_dict_row_count_mode)
5055     (TestDBFTable.test_read_value_row_count_mode)
5056     (TestDBFTable.test_row_id_to_ordinal)
5057     (TestDBFTable.test_row_oridnal_to_id): New test for the new table
5058     methods and the new arguments
5059    
5060 bh 1659 2003-08-26 Bernhard Herzog <[email protected]>
5061    
5062 bh 1661 * Thuban/Model/postgisdb.py (PostGISShapeStore.BoundingBox): Use a
5063     more postgis specific but much faster method to get the bounding
5064     box
5065    
5066     2003-08-26 Bernhard Herzog <[email protected]>
5067    
5068 bh 1659 * Thuban/Model/postgisdb.py (PostGISTable.Title)
5069     (PostGISShapeStore.AllShapes): Add these missing methods.
5070     (PostGISShapeStore.ShapesInRegion): No need to raise
5071     StopIteration. We can simply return
5072    
5073     * test/test_postgis_db.py (TestPostGISTable.test_title)
5074     (TestPostGISShapestorePoint.test_all_shapes): New tests for the
5075     new methods
5076    
5077 bh 1643 2003-08-25 Bernhard Herzog <[email protected]>
5078    
5079 bh 1657 * Thuban/Model/postgisdb.py (shapetype_map): Add MUTLIPOLYGON.
5080    
5081     * test/test_postgis_db.py (PolygonTests): New class containing
5082     those tests from TestPostGISShapestorePolygon that can also be
5083     used to test MUTLIPOLYGON tables
5084     (TestPostGISShapestorePolygon): Most tests are now in PolygonTests
5085     so derive from that
5086     (TestPostGISShapestoreMultiPolygon): New class with tests for
5087     MUTLIPOLYGON tables
5088    
5089     * test/postgissupport.py (PostGISDatabase.initdb): Allow the
5090     tables argument to have tuples with three items to override the
5091     WKT type used.
5092     (PostgreSQLServer.get_default_static_data_db): Use the above to
5093     create a polygon table with MUTLIPOLYGONs
5094     (point_to_wkt, coords_to_point, polygon_to_wkt, coords_to_polygon)
5095     (arc_to_wkt, coords_to_multilinestring): Rename from *_to_wkt to
5096     coords_to*
5097     (coords_to_multipolygon): New. Convert to MUTLIPOLYGON
5098     (wkt_converter): New. Map WKT types to converters
5099     (upload_shapefile): New parameter force_wkt_type to use a
5100     different WKT type than the default
5101    
5102     2003-08-25 Bernhard Herzog <[email protected]>
5103    
5104 bh 1655 * Thuban/UI/application.py
5105     (ThubanApplication.run_db_param_dialog): New. Suitable as a
5106     db_connection_callback. Main difference is that the dialog run
5107     from this method doesn't have a parent so it can be used even when
5108     there is no main window
5109     (ThubanApplication.OpenSession): Use self.run_db_param_dialog if
5110     no db_connection_callback was given. This way the dialog pops up
5111     even when the .thuban file was given as a command line parameter.
5112    
5113     2003-08-25 Bernhard Herzog <[email protected]>
5114    
5115 bh 1653 * Thuban/UI/view.py (MapCanvas.OnLeftUp): Release the the mouse
5116     before calling MouseLeftUp. MouseLeftUp may pop up modal dialogs
5117     which leads to an effectively frozen X session because the user
5118     can only interact with the dialog but the mouse is still grabbed
5119     by the canvas.
5120     Also, call the tool's Hide method before MouseLeftUp because
5121     MouseLeftUp may change the tool's coordinates.
5122    
5123     2003-08-25 Bernhard Herzog <[email protected]>
5124    
5125 bh 1651 * Thuban/UI/application.py (ThubanApplication.OpenSession): Catch
5126     LoadCancelled exceptions and handle them by returning immediately.
5127    
5128     2003-08-25 Bernhard Herzog <[email protected]>
5129    
5130 bh 1649 GUI part of loading sessions with postgis connections which may
5131     require user interaction to get passwords or updated parameters
5132    
5133     * Thuban/UI/dbdialog.py (DBDialog): Reimplement to make it look a
5134     bit nucer and be more generic.
5135     (DBFrame.OnAdd): Adapt to new DBDialog interface
5136    
5137     * Thuban/UI/application.py (ThubanApplication.OpenSession): New
5138     optional parameter db_connection_callback which is passed to
5139     load_session.
5140    
5141     * Thuban/UI/mainwindow.py (MainWindow.run_db_param_dialog): New.
5142     Suitable as a db_connection_callback
5143     (MainWindow.OpenSession): Use self.run_db_param_dialog as the
5144     db_connection_callback of the application's OpenSession method
5145    
5146    
5147     2003-08-25 Bernhard Herzog <[email protected]>
5148    
5149 bh 1647 Basic loading of sessions containing postgis connections:
5150    
5151     * Thuban/Model/load.py (LoadError): Add doc-string
5152     (LoadCancelled): New exception class to indicate a cancelled load
5153     (SessionLoader.__init__): Add the db_connection_callback parameter
5154     which will be used by the loader to get updated parameters and a
5155     password for a database connection
5156     (SessionLoader.__init__): Add the new XML elements to the
5157     dispatchers dictionary
5158     (SessionLoader.check_attrs): Two new conversions, ascii to convert
5159     to a byte-string object and idref as a generic id reference
5160     (SessionLoader.start_dbconnection)
5161     (SessionLoader.start_dbshapesource): New. Handlers for the new XML
5162     elements
5163     (load_session): Add the db_connection_callback to pass through the
5164     SessionLoader
5165    
5166     * test/test_load.py (TestPostGISLayer, TestPostGISLayerPassword):
5167     New classes to test loading of sessions with postgis database
5168     connections.
5169    
5170     2003-08-25 Bernhard Herzog <[email protected]>
5171    
5172 bh 1645 * Thuban/UI/mainwindow.py (__ThubanVersion__): Remove this and
5173     replace it and the comment with __BuildDate__ by the Source: and
5174     Id: cvs keywords as used in the other files.
5175    
5176     2003-08-25 Bernhard Herzog <[email protected]>
5177    
5178 bh 1643 * Thuban/Model/load.py (SessionLoader.check_attrs): Raise a
5179     LoadError when a required attribute is missing. The code used to
5180     be commented out for some reason, but probably should have been
5181     active.
5182    
5183     * test/test_load.py (TestLoadError.test): Test the message in the
5184     LoadError too to make sure it really is about the missing
5185     attribute
5186    
5187 bh 1632 2003-08-22 Bernhard Herzog <[email protected]>
5188 bh 1641
5189     * test/test_save.py (SaveSessionTest.test_dbf_table)
5190     (SaveSessionTest.test_joined_table): Add XML validation tests.
5191    
5192     2003-08-22 Bernhard Herzog <[email protected]>
5193    
5194 bh 1639 Implement saving a session with a postgis connection
5195 bh 1632
5196 bh 1639 * Resources/XML/thuban-0.9.dtd (dbconnection, dbshapesource) New
5197     elements for database connections and shapestores using db
5198     connections
5199     (session): Add the dbconnections to the content model
5200    
5201     * Thuban/Model/save.py (SessionSaver.write_db_connections): New.
5202     Write the db connections
5203     (SessionSaver.write_session): Call write_db_connections to write
5204     the connection before the data sources
5205     (SessionSaver.write_data_containers): Handle postgis shapestores
5206    
5207     * test/test_save.py (SaveSessionTest.thubanids)
5208     (SaveSessionTest.thubanidrefs): Update for new DTD
5209     (SaveSessionTest.test_save_postgis): New. Test saving a session
5210     with postgis connections
5211    
5212     * Thuban/Model/postgisdb.py (PostGISTable.DBConnection)
5213     (PostGISTable.TableName): New accessor methods for the connection
5214     and table name
5215    
5216     * test/test_postgis_db.py (TestPostGISTable.test_dbconn)
5217     (TestPostGISTable.test_dbname): New methods to test the new
5218     PostGISConnection methods
5219    
5220     2003-08-22 Bernhard Herzog <[email protected]>
5221    
5222 bh 1637 * Thuban/Model/postgisdb.py (ConnectionError): New exception class
5223     for exceptions occurring when establishing a Database connection
5224     (PostGISConnection.connect): Catch psycopg.OperationalError during
5225     connects and raise ConnectionError.
5226    
5227     * test/test_postgis_db.py (TestPostgisDBExceptions): New class for
5228     tests for database exceptions
5229    
5230     2003-08-22 Bernhard Herzog <[email protected]>
5231    
5232 bh 1635 Prepare the test suite for tests with required authentication
5233    
5234     * test/postgissupport.py (PostgreSQLServer.__init__): Add instance
5235     variables with two predefined users/passwords, one for the admin
5236     and one for a non-privileged user.
5237     (PostgreSQLServer.createdb): Pass the admin name to initdb and add
5238     the non-privileged user to the database and set the admin password
5239     (PostgreSQLServer.wait_for_postmaster): Use the admin user name.
5240     Better error reporting
5241     (PostgreSQLServer.connection_params)
5242     (PostgreSQLServer.connection_string): New methods to return
5243     information about how to connect to the server
5244     (PostgreSQLServer.execute_sql): New. Convenience method to execute
5245     SQL statements
5246     (PostgreSQLServer.require_authentication): Toggle whether the
5247     server requires authentication
5248     (PostgreSQLServer.create_user, PostgreSQLServer.alter_user): New.
5249     Add or alter users
5250     (PostGISDatabase.initdb): Pass the admin name one the
5251     subprocesses' command lines. Grant select rights on
5252     geometry_columns to everybody.
5253     (upload_shapefile): Use the admin name and password when
5254     connecting. Grant select rights on the new table to everybody.
5255    
5256     * test/test_viewport.py (TestViewportWithPostGIS.setUp): Use the
5257     server's new methods to get the connection parameters.
5258    
5259     * test/test_postgis_session.py (TestSessionWithPostGIS.setUp)
5260     (TestSessionWithPostGIS.test_remove_dbconn_exception): Use the
5261     server's new methods to get the connection parameters.
5262    
5263     * test/test_postgis_db.py
5264     (TestPostGISConnection.test_gis_tables_empty)
5265     (TestPostGISConnection.test_gis_tables_non_empty)
5266     (PostGISStaticTests.setUp): Use the server's new methods to get
5267     the connection parameters.
5268    
5269     2003-08-22 Bernhard Herzog <[email protected]>
5270    
5271 bh 1632 * Thuban/UI/about.py (About.__init__): Add the psycopg version.
5272    
5273     * Thuban/version.py: Add psycopg version
5274    
5275     * Thuban/Model/postgisdb.py (psycopg_version): New. Return the
5276     version of the psycopg module
5277    
5278     2003-08-22 Bernhard Herzog <[email protected]>
5279    
5280     * Thuban/UI/dbdialog.py (DBPwdDlg): Removed because it's not used.
5281     (DBFrame.OnEdit): Removed because it's not used and wouldn't work
5282     at the moment. The functionality should probably be implemented
5283     some time, though.
5284 bh 1633 (DBFrame.OnRemove): Display a message if the connection can't be
5285     removed because it's still in use.
5286 bh 1632
5287 jan 1629 2003-08-22 Jan-Oliver Wagner <[email protected]>
5288    
5289     * Thuban/UI/about.py (About.__init__): split up the huge about
5290     text into elements/lists for easier translation. This fixes bug
5291     https://intevation.de/rt/webrt?serial_num=2058
5292     Also, made some forgotten string available for the i18n.
5293    
5294 bh 1627 2003-08-21 Bernhard Herzog <[email protected]>
5295    
5296     Make postgis support really optional including insensitive menu
5297     items.
5298    
5299     * Thuban/Model/postgisdb.py (has_postgis_support): New. Return
5300     whether the postgis is supported.
5301    
5302     * Thuban/UI/dbdialog.py: Put the psycopg import into try..except
5303     to make postgis support optional
5304    
5305     * Thuban/UI/mainwindow.py (_has_postgis_support): New. Context
5306     version of Thuban.Model.postgisdb.has_postgis_support
5307     (database_management command): Make it only sensitive if postgis
5308     is supported.
5309    
5310 jan 1623 2003-08-21 Jan-Oliver Wagner <[email protected]>
5311    
5312 jan 1626 * Doc/manual/thuban-manual.xml: Added CVS revision for rev-history.
5313     (section Adding and Removing Layers): Added text and described
5314     multi-selection.
5315     (chapter Extensions): New.
5316    
5317     2003-08-21 Jan-Oliver Wagner <[email protected]>
5318    
5319 jan 1623 * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Changed dialog
5320     settings to allow multiple files to load into the map.
5321     Also reduced selection to *.shp as a default.
5322    
5323 bh 1621 2003-08-20 Bernhard Herzog <[email protected]>
5324    
5325     Add dialogs and commands to open database connections and add
5326     database layers.
5327    
5328     * Thuban/UI/mainwindow.py (MainWindow.DatabaseManagement): New
5329     method to open the database connection management dialog
5330     (MainWindow.AddDBLayer): New method to add a layer from a database
5331     (_has_dbconnections): New helper function to use for sensitivity
5332     (database_management command, layer_add_db command): New commands
5333     that call the above new methods.
5334     (main_menu): Add the new commands to the menu.
5335    
5336     * Thuban/Model/postgisdb.py (PostGISConnection.__init__)
5337     (PostGISConnection.connect): Establish the actual connection in a
5338     separate method and call it in __init__. This makes it easier to
5339     override the behavior in test cases
5340     (PostGISConnection.BriefDescription): New method to return a brief
5341     description for use in dialogs.
5342    
5343     * test/test_postgis_db.py (NonConnection): DB connection that
5344     doesn't actually connect
5345     (TestBriefDescription): New class with tests for the new
5346     BriefDescription method
5347    
5348 jan 1619 2003-08-19 Jan-Oliver Wagner <[email protected]>
5349    
5350     Moved anything from extensions to libraries.
5351    
5352     * libraries: New.
5353    
5354     * libraries/ pyprojection, pyshapelib, shapelib, thuban: New.
5355    
5356     * libraries/pyprojection/ LICENSE, MANIFEST.in, Projection.i,
5357     Projection.py, Projection_wrap.c, setup.py, swighelp.txt: These files have
5358     been moved here from thuban/extensions/pyprojection/
5359     See there in the Attic for the older history.
5360    
5361     * libraries/pyshapelib/ COPYING, ChangeLog, NEWS, README, dbflib.i,
5362     dbflib.py, dbflib_wrap.c, pyshapelib_api.h, pytest.py, setup.py,
5363     shapelib.i, shapelib.py, shapelib_wrap.c, shptreemodule.c: These files
5364     have been moved here from thuban/extensions/pyshapelib/
5365     See there in the Attic for the older history.
5366    
5367     * libraries/shapelib/ dbfopen.c, shapefil.h, shpopen.c, shptree.c: These
5368     files have been moved here from thuban/extensions/shapelib/
5369     See there in the Attic for the older history.
5370    
5371     * libraries/thuban/ bmpdataset.cpp, cpl_mfile.cpp, cpl_mfile.h,
5372     gdalwarp.cpp, wxproj.cpp: These files have been moved here from
5373     thuban/extensions/thuban/
5374     See there in the Attic for the older history.
5375    
5376     * MANIFEST.in, setup.cfg, setup.py: renamed extensions to libraries.
5377    
5378     * extensions/thuban/ bmpdataset.cpp, cpl_mfile.cpp, cpl_mfile.h,
5379     gdalwarp.cpp, wxproj.cpp: Moved to libraries/thuban.
5380    
5381     * extensions/shapelib/ dbfopen.c, shapefil.h, shpopen.c, shptree.c:
5382     Moved to libraries/shapelib.
5383    
5384     * extensions/pyshapelib/ COPYING, NEWS, dbflib.py, pytest.py,
5385     shapelib.py, README, dbflib_wrap.c, setup.py, shapelib_wrap.c,
5386     ChangeLog, dbflib.i, pyshapelib_api.h, shapelib.i, shptreemodule.c:
5387     Moved to libraries/pyshapelib.
5388    
5389     * extensions/pyprojection/ MANIFEST.in, Projection.py, setup.py,
5390     LICENSE, Projection.i, Projection_wrap.c, swighelp.txt:
5391     Moved to libraries/pyprojection.
5392    
5393     * extensions/ pyprojection, pyshapelib, shapelib, thuban: Removed.
5394    
5395     * extensions: Removed.
5396    
5397 bh 1606 2003-08-19 Bernhard Herzog <[email protected]>
5398    
5399 bh 1609 * test/test_viewport.py (ViewPortTest): We don't use the
5400     facilities of FileTestMixin so don't derive from it.
5401     (TestViewportWithPostGIS): New class with tests for using a
5402     viewport on a map with postgis layers.
5403    
5404     2003-08-19 Bernhard Herzog <[email protected]>
5405    
5406     Add the db connection management to the session.
5407    
5408     * Thuban/Model/session.py (Session.__init__): New instance
5409     variable db_connections
5410     (Session.AddDBConnection, Session.DBConnections)
5411     (Session.HasDBConnections, Session.CanRemoveDBConnection)
5412     (Session.RemoveDBConnection): New methods to manage and query the
5413     db connections managed by the session
5414     (Session.OpenDBShapeStore): New method to open a shapestore from a
5415     db connection
5416    
5417     * Thuban/Model/messages.py (DBCONN_REMOVED, DBCONN_ADDED): New
5418     messages for the db connection handling in the session
5419    
5420     * test/test_postgis_session.py: New. test cases for the session's
5421     db connection handling with postgis connections
5422    
5423     2003-08-19 Bernhard Herzog <[email protected]>
5424    
5425 bh 1606 Add very basic postgis database support and the corresponding test
5426     cases. The test cases require a PostgreSQL + postgis installation
5427     but no existing database. The database will be created
5428     automatically by the test cases
5429    
5430     * test/README: Add note about skipped tests and the requirements
5431     of the postgis tests.
5432    
5433     * Thuban/Model/postgisdb.py: New. Basic postgis database support.
5434    
5435     * test/test_postgis_db.py: New. Test cases for the postgis
5436     support.
5437    
5438     * Thuban/Model/wellknowntext.py: New. Parser for well-known-text
5439     format
5440    
5441     * test/test_wellknowntext.py: New. Test cases for the
5442     wellknowntext parser
5443    
5444     * test/postgissupport.py: New. Support module for tests involving
5445     a postgis database.
5446    
5447     * test/support.py (execute_as_testsuite): Shut down the postmaster
5448     if it's still running after the tests
5449    
5450     * Thuban/Model/data.py (RAW_WKT): New constant for raw data in
5451     well known text format
5452    
5453 jan 1604 2003-08-19 Jan-Oliver Wagner <[email protected]>
5454    
5455     * Examples/simple_extensions/hello_world.py: New. Raises a Hello World
5456     message dialog.
5457    
5458 bh 1600 2003-08-18 Bernhard Herzog <[email protected]>
5459    
5460 bh 1602 * test/support.py (ThubanTestResult.printErrors): Indent the
5461     reason for the skips in the output to make it a bit more readable.
5462     (execute_as_testsuite): New helper function to run a test suite
5463     and print some more information.
5464     (run_tests): Use execute_as_testsuite to run the tests
5465    
5466     * test/runtests.py (main): Use execute_as_testsuite to run the
5467     tests
5468    
5469     2003-08-18 Bernhard Herzog <[email protected]>
5470    
5471 bh 1600 Fix some bugs in Thuban and the test suite that were uncovered by
5472     changes introduced in Python 2.3:
5473    
5474     * Thuban/Model/table.py (DBFTable.__init__): Make sure the
5475     filename is an absolute name
5476    
5477     * Thuban/Model/layer.py (RasterLayer.__init__): Make sure the
5478     filename is an absolute name
5479    
5480     * test/test_save.py (SaveSessionTest.testRasterLayer): Use a
5481     unique filename to save to and use the correct relative filename
5482     in the expected output.
5483     (SaveSessionTest.test_dbf_table): Use the correct relative
5484     filename in the expected output.
5485    
5486     * test/test_layer.py (TestLayer.test_raster_layer): Update the
5487     test to check whether the filename is absolute.
5488    
5489 jan 1596 2003-08-18 Jan-Oliver Wagner <[email protected]>
5490    
5491     * Thuban/UI/about.py (About.__init__): Added Silke Reimer.
5492    
5493 bh 1586 2003-08-15 Bernhard Herzog <[email protected]>
5494    
5495 bh 1594 Change the way shapes are returned by a shape store. The
5496     ShapesInRegion method returns an iterator over actual shape
5497     objects instead of a list of shape ids.
5498    
5499     * Thuban/Model/data.py (ShapefileShape.ShapeID): New. Return shape
5500     id.
5501     (ShapefileStore.ShapesInRegion): Return an iterator over the
5502     shapes which yields shape objects instead of returning a list of
5503     shape ids
5504     (ShapefileStore.AllShapes): New. Return an iterator over all
5505     shapes in the shape store
5506     (DerivedShapeStore.AllShapes): New. Like in ShapefileStore
5507    
5508     * Thuban/Model/layer.py (Layer.ShapesInRegion): Update
5509     doc-string.
5510    
5511     * Thuban/UI/baserenderer.py
5512     (BaseRenderer.layer_ids, BaseRenderer.layer_shapes): Rename to
5513     layer_shapes and make it return an iterator containg shapes
5514     instead of a list of ids.
5515     (BaseRenderer.draw_shape_layer): Update doc-string; Adapt to
5516     layer_shapes() change
5517    
5518     * Thuban/UI/renderer.py (ScreenRenderer.layer_ids)
5519     (ScreenRenderer.layer_shapes): Rename as in BaseRenderer
5520    
5521     * Thuban/UI/viewport.py (ViewPort._find_shape_in_layer): Adapt to
5522     changes in the ShapesInRegion return value.
5523     (ViewPort._get_hit_tester): Remove commented out code
5524    
5525     * test/mockgeo.py (SimpleShapeStore.ShapesInRegion): Adapt to the
5526     new return value.
5527     (SimpleShapeStore.AllShapes): New. Implement this method too.
5528    
5529     * test/test_layer.py (TestLayer.test_arc_layer)
5530     (TestLayer.test_polygon_layer, TestLayer.test_point_layer)
5531     (TestLayer.test_point_layer_with_projection)
5532     (TestLayer.test_derived_store): Adapt to changes in the
5533     ShapesInRegion return value.
5534    
5535     * test/test_shapefilestore.py
5536     (TestShapefileStoreArc.test_shapes_in_region)
5537     (TestShapefileStorePolygon.test_shapes_in_region)
5538     (TestShapefileStorePoint.test_shapes_in_region): Adapt to changes
5539     in the ShapesInRegion return value.
5540     (TestShapefileStorePoint.test_all_shapes)
5541     (TestShapefileStoreArc.test_shape_shapeid): New tests for the new
5542     methods
5543    
5544     * test/test_derivedshapestore.py
5545     (TestDerivedShapeStore.test_shapes_in_region): Adapt to changes in
5546     the ShapesInRegion return value.
5547     (TestDerivedShapeStore.test_all_shapes)
5548     (TestDerivedShapeStore.test_shape_shapeid): New tests for the new
5549     methods
5550    
5551     2003-08-15 Bernhard Herzog <[email protected]>
5552    
5553 bh 1592 Make the renderers deal correctly with raw vs. python level
5554     representation of shape geometries
5555    
5556     * Thuban/UI/baserenderer.py (BaseRenderer.low_level_renderer):
5557     Return a flag useraw in addition to the callable and the parameter
5558     to indicate whether the callable can deal with the raw shape data
5559     or uses the higher level python lists of coordinates. The callable
5560     now should accept either the raw data or the return value of the
5561     shape's Points() method.
5562     (BaseRenderer.draw_shape_layer): Adapt to the low_level_renderer
5563     change
5564     (BaseRenderer.projected_points): Instead of the shape id use the
5565     points list as parameter.
5566     (BaseRenderer.draw_polygon_shape, BaseRenderer.draw_arc_shape)
5567     (BaseRenderer.draw_point_shape): Adapt to projected_points()
5568     change and accept the points list as parameter instead of the
5569     shape id.
5570    
5571     * Thuban/UI/renderer.py (MapRenderer.low_level_renderer): Return
5572     the useraw flag as required by the BaseRenderer
5573     (ScreenRenderer.draw_shape_layer): Adapt to low-level renderer
5574     changes.
5575    
5576     * test/test_baserenderer.py
5577     (TestBaseRenderer.test_point_with_classification): New test for
5578     rendering a map with classifications.
5579    
5580     2003-08-15 Bernhard Herzog <[email protected]>
5581    
5582 bh 1590 * Thuban/UI/viewport.py (ViewPort.find_shape_at)
5583     (ViewPort._find_shape_in_layer, ViewPort._find_shape_in_layer)
5584     (ViewPort._get_hit_tester, ViewPort.projected_points)
5585     (ViewPort._hit_point, ViewPort._hit_arc, ViewPort._hit_polygon)
5586     (ViewPort._find_label_at): Split the find_shape_at method into
5587     several new methods and use the functions in the hit-test module.
5588    
5589     * Thuban/UI/hittest.py: New module with Python-level hit-testing
5590     functions
5591    
5592     * test/test_hittest.py: New. Test for the new hittest module
5593    
5594     2003-08-15 Bernhard Herzog <[email protected]>
5595    
5596 bh 1588 * Thuban/Model/layer.py (Layer.ShapesInRegion): Apply the layer
5597     projection to all corners of the bounding box to get a better
5598     approximation of the projected bounding box
5599    
5600     * test/test_layer.py (TestLayer.test_point_layer_with_projection):
5601     New. Test coordinate handling of a layer with a projection.
5602     Catches the bug fixed in Layer.ShapesInRegion
5603    
5604     2003-08-15 Bernhard Herzog <[email protected]>
5605    
5606 bh 1586 Move some of the mock objects in test_baserenderer into their own
5607     module so they can easily be used from other tests
5608    
5609     * test/mockgeo.py: New test helper module with some mock objects
5610     for geometry related things like shapes, shapestores and
5611     projections.
5612    
5613     * test/test_mockgeo.py: New. Tests for the new helper module
5614    
5615     * test/test_baserenderer.py: Some of the mock-objects are in
5616     mockgeo now.
5617    
5618 jan 1584 2003-08-12 Jan-Oliver Wagner <[email protected]>
5619    
5620     * Thuban/UI/about.py (About.__init__): Added Björn Broscheit.
5621    
5622 bh 1580 2003-08-12 Bernhard Herzog <[email protected]>
5623    
5624 bh 1582 * po/de.po: New. German translations by Bjoern Broscheit
5625    
5626     2003-08-12 Bernhard Herzog <[email protected]>
5627    
5628 bh 1580 * Thuban/UI/projdialog.py (UnknownProjPanel._DoLayout): Translated
5629     strings have to be one string literal.
5630    
5631 bh 1573 2003-08-11 Bernhard Herzog <[email protected]>
5632    
5633 bh 1578 * test/support.py (FloatComparisonMixin.assertPointListEquals):
5634     New. This method was used in various derived classes, but it's
5635     better to have it here.
5636    
5637     * test/test_shapefilestore.py
5638     (ShapefileStoreTests.assertPointListEquals): Removed. It's now in
5639     FloatComparisonMixin
5640    
5641     * test/test_layer.py (TestLayer.assertPointListEquals): Removed.
5642     It's now in FloatComparisonMixin
5643    
5644     * test/test_derivedshapestore.py
5645     (TestDerivedShapeStore.assertPointListEquals): Removed. It's now
5646     in FloatComparisonMixin
5647    
5648     2003-08-11 Bernhard Herzog <[email protected]>
5649    
5650 bh 1573 * Thuban/UI/join.py (JoinDialog.OnJoin): Add missing space to
5651     error message
5652    
5653 jan 1569 2003-08-08 Jan-Oliver Wagner <[email protected]>
5654    
5655 jan 1571 * Doc/manual/thuban-manual.xml: Now use authorgroup. Added revhistory
5656     with version number.
5657     Changed title to reflect version number of Thuban.
5658    
5659     2003-08-08 Jan-Oliver Wagner <[email protected]>
5660    
5661 jan 1569 * Thuban/UI/about.py (About.__init__): Reworked the hall of fame. Now
5662     the list corresponds to the "About" web page.
5663    
5664 bh 1567 2003-08-08 Bernhard Herzog <[email protected]>
5665    
5666     * Thuban/UI/projdialog.py (UTMProposeZoneDialog.dialogLayout):
5667     Make sure translated strings are recognized as one string literal.
5668    
5669     * Thuban/UI/proj4dialog.py (UTMProposeZoneDialog.dialogLayout):
5670     Make sure translated strings are recognized as one string literal.
5671    
5672     * Thuban/UI/classgen.py (ClassGenDialog.OnOK): Make sure
5673     translated strings are recognized as one string literal.
5674    
5675     * Thuban/UI/application.py (ThubanApplication.OpenSession): Make
5676     sure translated strings are recognized as one string literal.
5677    
5678 bh 1556 2003-08-07 Bernhard Herzog <[email protected]>
5679    
5680 bh 1565 * Thuban/Model/data.py (DerivedShapeStore.RawShapeFormat): New.
5681     Simply delegates to the original shapestore.
5682    
5683     * test/test_derivedshapestore.py
5684     (TestDerivedShapeStore.test_raw_format): New. Test case for
5685     DerivedShapeStore.RawShapeFormat
5686    
5687     2003-08-07 Bernhard Herzog <[email protected]>
5688    
5689 bh 1561 Add raw data interface to shape objects.
5690    
5691     * Thuban/Model/data.py (ShapefileShape, Shape): Rname the shape
5692     class to ShapefileShape which now holds shapefile specific
5693     information.
5694     (ShapefileShape.compute_bbox): Simplified to not cache any
5695     information. The way this method is used that shouldn't matter
5696     performance wise.
5697     (ShapefileShape.RawData): New. Return the shapeid which is the raw
5698     data format for shapes from shapefiles.
5699     (ShapefileStore.RawShapeFormat): New. Return the raw datatype used
5700     in the shape objects returned by a shapestore. For a
5701     ShapefileStore this is always RAW_SHAPEFILE.
5702     (RAW_PYTHON, RAW_SHAPEFILE): Constants for the RawShapeFormat
5703     method.
5704    
5705     * test/test_shapefilestore.py
5706     (TestShapefileStore.test_raw_format): New test to test the raw
5707     format feature of shapes.
5708    
5709 bh 1560 * Thuban/Model/layer.py: Remove the unused import of Shape from
5710     data. It was only there for interface compatibility but it's not
5711 bh 1561 used inside of Thuban and the generic Shape class has gone away.
5712 bh 1560
5713 bh 1563 * Thuban/UI/renderer.py (MapRenderer.low_level_renderer): Check
5714     the raw data format and only use an optimized version of its a
5715     shapefile.
5716    
5717 bh 1561 2003-08-07 Bernhard Herzog <[email protected]>
5718    
5719 bh 1559 * test/test_baserenderer.py (SimpleShape): Shape class for the
5720     tests.
5721     (SimpleShapeStore.Shape): Use SimpleShape instead of
5722     Thuban.Model.data.Shape to make the tests independed of the coming
5723     changes.
5724    
5725     2003-08-07 Bernhard Herzog <[email protected]>
5726    
5727 bh 1556 * test/support.py (SkipTest, ThubanTestResult, ThubanTestRunner)
5728     (ThubanTestProgram): New classes that extend the respective
5729     classes from unittest. These new version support skipping tests
5730     under certain expected conditions. In the Thuban test suite we
5731     uses this for tests that require the optional gdal support.
5732     (run_tests): Use ThubanTestProgram instead of the unittest.main()
5733    
5734     * test/runtests.py (main): Use the new ThubanTestRunner instead of
5735     the normal one from unittest
5736    
5737     * test/test_layer.py (TestLayer.test_raster_layer): If this test
5738     is not run because gdal support isn't available report this to the
5739     runner.
5740    
5741     * test/test_baserenderer.py
5742     (TestBaseRenderer.test_raster_no_projection): Do not run this test
5743     if gdal support isn't available and report this to the runner.
5744    
5745 bh 1553 2003-08-06 Bernhard Herzog <[email protected]>
5746    
5747     Rearrange the renderers a bit, partly in preparation for changes
5748     required for the postgis merge, partly to make it more testable.
5749     Also make the representation of coordinates in Shapes more
5750     consistent.
5751    
5752     * Thuban/UI/renderer.py (MapRenderer): Most of the code/methods in
5753     this class is now in BaseRenderer. This class is now practically
5754     only a specialization of BaseRenderer for rendering to an actual
5755     wx DC.
5756     (ScreenRenderer.draw_shape_layer): Use self.low_level_renderer()
5757     to get the shapetype specific rendering functions.
5758    
5759     * Thuban/UI/baserenderer.py: New file with the basic rendering
5760     logic. The code in this file is completely independend of wx.
5761     (BaseRenderer): Class with the basic rendering logic
5762    
5763     * test/test_baserenderer.py: New. Test cases for BaseRenderer
5764    
5765     * Thuban/UI/view.py (MapCanvas.__init__): New instance variable
5766     error_on_redraw to guard agains endless loops and stack overflows
5767     when there's a bug in the rendering code that raises exceptions.
5768     (MapCanvas.OnIdle, MapCanvas._do_redraw): Split the actual
5769     rendering into a separate method _do_redraw so that error handling
5770     is a bit easier. When an exception occurs, set error_on_redraw to
5771     true. When it's true on entry to OnIdle do nothing and return
5772     immediately.
5773    
5774     * Thuban/Model/data.py (ShapefileStore.Shape): For consistency, a
5775     Shape object will always have the coordinates as a list of list of
5776     coordinate pairs (tuples).
5777     (Shape.compute_bbox): Adapt to new representation.
5778    
5779     * Thuban/UI/viewport.py (ViewPort.find_shape_at)
5780     (ViewPort.LabelShapeAt): Adapt to new coordinate representation in
5781     Shape objects.
5782    
5783     * test/test_shapefilestore.py
5784     (ShapefileStoreTests.assertFloatTuplesEqual)
5785     (ShapefileStoreTests.assertPointListEquals): Rename to
5786     assertPointListEquals and change purpose to checking equality of
5787     the lists returned by Shape.Points().
5788     (TestShapefileStoreArc.test_shape)
5789     (TestShapefileStorePolygon.test_shape)
5790     (TestShapefileStorePoint.test_shape): Use the new
5791     assertPointListEquals instead of assertFloatTuplesEqual
5792    
5793     * test/test_layer.py (TestLayer.assertFloatTuplesEqual)
5794     (TestLayer.assertPointListEquals): Rename to assertPointListEquals
5795     and change purpose to checking equality of the lists returned by
5796     Shape.Points().
5797     (TestLayer.test_arc_layer, TestLayer.test_arc_layer)
5798     (TestLayer.test_polygon_layer, TestLayer.test_point_layer)
5799     (TestLayer.test_derived_store): Use the new assertPointListEquals
5800     instead of assertFloatTuplesEqual
5801    
5802     * test/test_derivedshapestore.py
5803     (TestDerivedShapeStore.assertFloatTuplesEqual)
5804     (TestDerivedShapeStore.assertPointListEquals): Rename to
5805     assertPointListEquals and change purpose to checking equality of
5806     the lists returned by Shape.Points().
5807     (TestDerivedShapeStore.test_shape): Use the new
5808     assertPointListEquals instead of assertFloatTuplesEqual
5809    
5810 jan 1550 2003-08-06 Jan-Oliver Wagner <[email protected]>
5811    
5812     * Thuban/UI/projdialog.py (UTMPanel._OnPropose): Added test for
5813     a bounding box. A dialog is raised in case, no bounding box
5814     is found. This fixes bug #2043:
5815     https://intevation.de/rt/webrt?serial_num=2043
5816    
5817 bh 1548 2003-08-05 Bernhard Herzog <[email protected]>
5818    
5819     * Thuban/Model/color.py (Color.__repr__): Make the repr of a color
5820     object look like a Color instantiation. Formerly it looked like a
5821     tuple.
5822    
5823     * test/test_color.py (TestColor.test_repr)
5824     (TestColor.test_equality, TestColor.test_inequality): New. test
5825     some more apects of the Color class
5826     (TestTransparent.test_repr, TestTransparent.test_hex)
5827     (TestTransparent.test_equality): New. Test cases for the
5828     Transparent object.
5829    
5830 jan 1545 2003-08-04 Jan-Oliver Wagner <[email protected]>
5831    
5832     * Doc/manual/thuban-manual.xml: a number of small improvements.
5833     The resulting file is the version submitted for GREAT-ER II.
5834    
5835 bh 1540 2003-08-01 Bernhard Herzog <[email protected]>
5836    
5837 bh 1543 * Thuban/UI/resource.py, Thuban/UI/projdialog.py,
5838     Thuban/UI/join.py, Thuban/UI/classgen.py, Thuban/UI/about.py,
5839     Thuban/Model/resource.py: Insert cvs keywords and doc-strings.
5840    
5841     * Thuban/UI/common.py: Insert cvs keywords and doc-strings.
5842     (Color2wxColour, wxColour2Color, ThubanBeginBusyCursor)
5843     (ThubanEndBusyCursor): Add doc-strings
5844    
5845     2003-08-01 Bernhard Herzog <[email protected]>
5846    
5847 bh 1540 First step towards PostGIS integration. More abstraction by movin
5848     more code from the layer to the shapestore. More methods of the
5849     layer are now simply delegated to the equivalent method of the
5850     shapestore. The SHAPETYPE_* constants are now in data not in
5851     layer.
5852    
5853     * Thuban/Model/data.py (SHAPETYPE_POLYGON, SHAPETYPE_ARC)
5854     (SHAPETYPE_POINT, Shape): Move these constants and classes from
5855     layer.py to data.py
5856     (ShapefileStore.__init__): More Initialization for the new methods
5857     and functionality.
5858     (ShapefileStore.ShapeType, ShapefileStore.NumShapes)
5859     (ShapefileStore.BoundingBox, ShapefileStore.ShapesInRegion)
5860     (ShapefileStore.Shape): New methods that were formerly implemented
5861     in the layer.
5862     (DerivedShapeStore.Shape, DerivedShapeStore.ShapesInRegion)
5863     (DerivedShapeStore.ShapeType, DerivedShapeStore.NumShapes)
5864     (DerivedShapeStore.BoundingBox): New. DerivedShapeStore
5865     equivalents of the new shape methods. These versions are simply
5866     delegated to the original shapstore.
5867    
5868     * Thuban/Model/layer.py (SHAPETYPE_POLYGON, SHAPETYPE_ARC)
5869     (SHAPETYPE_POINT, Shape): Removed. They're now in data.py
5870     (Layer.SetShapeStore): Removed the initializatin of instance
5871     variables that were needed for the stuff that's now in
5872     ShapefileStore
5873     (Layer.BoundingBox, Layer.NumShapes, Layer.ShapeType)
5874     (Layer.Shape, Layer.ShapesInRegion): Simply delegate to the
5875     shapestore.
5876    
5877     * Thuban/UI/classifier.py, Thuban/UI/renderer.py,
5878     Thuban/UI/viewport.py: Import the SHAPETYPE_* constants from data
5879     instead of layer.
5880    
5881     * test/test_shapefilestore.py: New. Tests for ShapefileStore.
5882    
5883     * test/test_derivedshapestore.py: New. Tests for DerivedShapeStore.
5884    
5885     * test/test_layer.py: Import the SHAPETYPE_* constants from data
5886     instead of layer.
5887     (TestLayer.test_derived_store): Remove the test for the exception
5888     when instantiating the DerivedShapeStore with an incompatible
5889     table which is now in test_derivedshapestore.py. Add some more
5890     tests of the layer methods to determine whether they work for a
5891     DerivedShapeStore as well.
5892    
5893 jonathan 1534 2003-07-31 Jonathan Coles <[email protected]>
5894    
5895     * Doc/manual/thuban-manual.xml: Fix the list of required packages
5896     by just listing the name and where they can be found.
5897    
5898 frank 1532 2003-07-31 Frank Koormann <[email protected]>
5899    
5900     * Doc/manual/thuban-manual.xml:
5901     Changed the screenshot elements to figure.
5902     Changed some variablelist elements to itemizedlist.
5903     Added section on GDAL formats.
5904    
5905 jonathan 1531 2003-07-31 Jonathan Coles <[email protected]>
5906    
5907     * Doc/manual/thuban-manual.xml: Added a few sentences about
5908     the Fix Border Color option when generating classes.
5909    
5910 jonathan 1529 2003-07-30 Jonathan Coles <[email protected]>
5911    
5912     * Thuban/Model/classgen.py: Add docstrings. Rename specific
5913     Ramp instances to use lower_case_style.
5914    
5915     * Thuban/UI/classgen.py: Use renamed Ramp instances.
5916    
5917     * Thuban/UI/classifier.py: Add docstrings.
5918    
5919     * Thuban/UI/dock.py: Add docstrings.
5920    
5921     * test/test_classgen.py: Use renamed Ramp instances.
5922    
5923 bh 1522 2003-07-30 Bernhard Herzog <[email protected]>
5924    
5925 bh 1524 * Thuban/Lib/connector.py (QueueingPublisher): Removed. This class
5926     was never used in Thuban.
5927    
5928     2003-07-30 Bernhard Herzog <[email protected]>
5929    
5930 bh 1522 * Thuban/UI/join.py (JoinDialog.__init__): Use the table's Title()
5931     method directly instead of going through the transient_table
5932     method. This faster because transient_table may force the copy of
5933     a DBF file into the transient database and setting a table's title
5934     doesnm't affect the title of the associated transient table, so
5935     this fixes RT #2042
5936    
5937     * Thuban/UI/main.py (__version__): Don't import the already
5938     removed show_exception_dialog.
5939    
5940 jonathan 1517 2003-07-29 Jonathan Coles <[email protected]>
5941    
5942 jonathan 1519 * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
5943     Put back this method and remove the equivalent function since we
5944     are setting the exception hook from within this class (OnInit).
5945    
5946     2003-07-29 Jonathan Coles <[email protected]>
5947    
5948 jonathan 1517 * Doc/manual/images/5_2_custom_ramp.png,
5949     Doc/manual/images/5_2_quantiles.png,
5950     Doc/manual/images/5_2_uniform_dist.png,
5951     Doc/manual/images/5_2_unique_values.png,
5952     Doc/manual/images/8_int_error.png: New screen shots.
5953    
5954     * Doc/manual/thuban-manual.xml: Fixed typos and wording, clarified
5955     some points, and added more screen shots.
5956    
5957 bh 1512 2003-07-29 Bernhard Herzog <[email protected]>
5958    
5959 bh 1516 * Thuban/Model/data.py: Remove the now unused import of warnings
5960    
5961     2003-07-29 Bernhard Herzog <[email protected]>
5962    
5963 bh 1514 * Thuban/Model/data.py (SimpleStore): Removed. This class has been
5964     deprecated since before the 0.8 release and isn't used in Thuban
5965     itself anymore.
5966    
5967 bh 1512 * Thuban/Model/transientdb.py: Remove some unnecessary imports
5968    
5969 jonathan 1503 2003-07-29 Jonathan Coles <[email protected]>
5970 jonathan 1506
5971     * Thuban/UI/application.py (ThubanApplication.OnInit): set the
5972     python exception hook here so that we are sure to catch any
5973     Thuban exception that happen during initialization.
5974    
5975     * Thuban/UI/main.py (main): Don't set the exception hook here,
5976     it will get set in ThubanApplication.OnInit.
5977    
5978     2003-07-29 Jonathan Coles <[email protected]>
5979 jonathan 1503
5980     * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
5981     Removed and called it show_exception_dialog() so that the exception
5982     handler can be set before the class is created.
5983    
5984     * Thuban/UI/main.py (main): Install the exception handler before
5985     a ThubanApplication is created.
5986    
5987 bh 1500 2003-07-29 Bernhard Herzog <[email protected]>
5988    
5989     * po/it.po: New. Italian translation by Maurizio Napolitano
5990    
5991     * po/ru.po: New. Russian translation by Alex Shevlakov
5992    
5993 frank 1497 2003-07-29 Frank Koormann <[email protected]>
5994    
5995 frank 1508 * Doc/manual/thuban-manual.xml: Extended section on supported
5996     projections.
5997    
5998     2003-07-29 Frank Koormann <[email protected]>
5999    
6000 frank 1497 * Doc/manual/thuban-manual.xml: gaspell-checked.
6001    
6002 jonathan 1493 2003-07-29 Jonathan Coles <[email protected]>
6003    
6004 jonathan 1495 * Doc/manual/images/3_5_legend.png: Added border to improve look
6005     on white background.
6006    
6007     2003-07-29 Jonathan Coles <[email protected]>
6008    
6009 jonathan 1493 * Doc/manual/thuban-manual.xml: Fixed grammar and typos. Added
6010     descriptions for the legend toolbar.
6011    
6012     * Doc/manual/images/4_2_raster_layer_properties.png: Removed
6013     cursor from dialog box.
6014    
6015     2003-07-28 Jonathan Coles <[email protected]>
6016    
6017     * Doc/manual/thuban-manual.xml: More screenshots and more chapters.
6018    
6019     * Doc/manual/images/2_4_session_tree.png,
6020     Doc/manual/images/3_5_legend.png, Doc/manual/images/3_rename_map.png,
6021     Doc/manual/images/4_2_layer_properties.png,
6022     Doc/manual/images/4_2_raster_layer_properties.png,
6023     Doc/manual/images/5_3_genclass.png,
6024     Doc/manual/images/5_classification.png,
6025     Doc/manual/images/6_projection.png,
6026     Doc/manual/images/7_1_table_view.png,
6027     Doc/manual/images/7_2_5_join.png: New screenshots.
6028    
6029     2003-07-24 Jonathan Coles <[email protected]>
6030    
6031     * Doc/manual/thuban-manual.xml: Chapter on Projection Management.
6032    
6033     2003-07-24 Jonathan Coles <[email protected]>
6034    
6035     * Doc/manual/thuban-manual.xml: Added EPS images and wrote
6036     chapter on Layer Management.
6037    
6038     * Doc/manual/Makefile: New. Makefile to generate all formats for the
6039     manual and images.
6040    
6041 bh 1483 2003-07-24 Bernhard Herzog <[email protected]>
6042    
6043     * Thuban/Model/range.py, Thuban/version.py: Remove the #! line as
6044     it annoys lintian which warns about these files not being
6045 jan 1767 executable. The #! isn't necessary here since if you absolutely
6046 bh 1483 must execute them you can always say "python <filename>".
6047    
6048     * Thuban/UI/renderer.py (ScreenRenderer.draw_shape_layer): Remove
6049     superfluous code to set brush and pen for point shapes
6050    
6051     * Thuban/UI/viewport.py: Remove commented out code that wouldn't
6052     belong in viewport anyway
6053    
6054 frank 1479 2003-07-24 Frank Koormann <[email protected]>
6055    
6056     * Doc/manual/thuban-manual.xml: Added section on table management.
6057    
6058 bh 1477 2003-07-24 Bernhard Herzog <[email protected]>
6059    
6060     * test/runtests.py (main): Recognize the long "verbose" option
6061     correctly.
6062    
6063 jonathan 1470 2003-07-22 Jonathan Coles <[email protected]>
6064    
6065     * Doc/manual/thuban-manual.xml: Continue to write first revision
6066     of the manual.
6067    
6068     * Thuban/UI/renderer.py (MapRenderer.render_map): Wrap method
6069     with Begin/EndDrawing() calls to ensure we aren't doing to
6070     many updates to the dc during rendering.
6071     (ScreenRenderer.draw_shape_layer): self.draw_point_shape takes
6072     a pen and brush argument so they need to be passed to the function.
6073    
6074     * Thuban/UI/viewport.py (ViewPort.calc_min_max_scales): New.
6075     Calculates the minimum and maximum scale values. Factored out
6076     of set_view_transform so that it could be used to zoom all the
6077     way into a single point.
6078     (ViewPort.set_view_transform): Call calc_min_max_scales().
6079     (ViewPort.FitSelectedToWindow): Zoom to the maximum scale
6080     if only a single point is selected.
6081    
6082     * Doc/manual/images/1_2_legend_close.png,
6083     Doc/manual/images/1_2_legend_dock.png,
6084     Doc/manual/images/1_2_mainwindow.png,
6085     Doc/manual/images/1_2_mainwindow.ps,
6086     Doc/manual/images/1_2_mainwindow.sk,
6087     Doc/manual/images/3_2_fullextent.png,
6088     Doc/manual/images/3_2_fulllayerextent.png,
6089     Doc/manual/images/3_2_fullshapeextent.png,
6090     Doc/manual/images/3_2_pan.png,
6091     Doc/manual/images/3_2_zoomin.png,
6092     Doc/manual/images/3_2_zoomout.png,
6093     Doc/manual/images/3_3_identify.png,
6094     Doc/manual/images/3_3_label.png,
6095     Doc/manual/images/3_5_invisible.png,
6096     Doc/manual/images/3_5_movedown.png,
6097     Doc/manual/images/3_5_moveup.png,
6098     Doc/manual/images/3_5_props.png,
6099     Doc/manual/images/3_5_tobottom.png,
6100     Doc/manual/images/3_5_totop.png,
6101     Doc/manual/images/3_5_visible.png: New. Images for the documentation.
6102    
6103 bh 1451 2003-07-18 Bernhard Herzog <[email protected]>
6104    
6105 bh 1465 * Thuban/UI/messages.py (MAP_REPLACED): New message.
6106    
6107     * Thuban/UI/viewport.py (ViewPort.SetMap): Issue MAP_REPLACED
6108     after the new map has been assigned
6109    
6110     * Thuban/UI/mainwindow.py (MainWindow.delegated_messages):
6111     Delegate MAP_REPLACED to the canvas too
6112     (MainWindow.prepare_new_session): Removed. Thanks to the new
6113     MAP_REPLACED message it's no longer needed
6114     (MainWindow.OpenSession, MainWindow.NewSession):
6115     prepare_new_session has been removed.
6116    
6117     * Thuban/UI/classifier.py (Classifier.__init__): Subscribe to
6118     MAP_REPLACED so that we can close the dialog if a new map is set.
6119     (Classifier.unsubscribe_messages): Unsubscribe from MAP_REPLACED
6120     (Classifier.map_replaced): Handle MAP_REPLACED by closing the
6121     dialog
6122    
6123     * test/test_viewport.py (SimpleViewPortTest)
6124     (SimpleViewPortTest.test_default_size): Add doc-strings
6125     (ViewPortTest.setUp): Bind map to self.map so we can use it in
6126     tests. Subscribe to MAP_REPLACED messages too.
6127     (ViewPortTest.tearDown): No need to explicitly unsubscribe
6128     (ViewPortTest.test_set_map): New test for the SetMap method.
6129    
6130     2003-07-18 Bernhard Herzog <[email protected]>
6131    
6132 bh 1463 * test/test_viewport.py (SimpleViewPortTest.test_default_size):
6133     Move this test from ViewPortTest.setUp to this new separate test
6134     case. setUp is not the place for the actual tests.
6135     (ViewPortTest.test_inital_settings, ViewPortTest.setUp): Move some
6136     more of the test from setUp to the new test test_inital_settings.
6137     (ViewPortTest.test_win_to_proj, ViewPortTest.test_proj_to_win)
6138     (ViewPortTest.test_proj_conv): Split test_proj_conv into
6139     test_win_to_proj and test_proj_to_win and make the tests easier to
6140     understand
6141     (ViewPortTest.testFitRectToWindow, ViewPortTest.testZoomFactor)
6142     (ViewPortTest.testZoomOutToRect, ViewPortTest.testTranslate)
6143     (ViewPortTest.test_unprojected_rect_around_point)
6144     (ViewPortTest.test_find_shape_at, ViewPortTest.testTools):
6145     Reformat to increase readability.
6146    
6147     2003-07-18 Bernhard Herzog <[email protected]>
6148    
6149 bh 1461 * Thuban/UI/view.py (MapCanvas.OnLeftDown): Capture the mouse.
6150    
6151     2003-07-18 Bernhard Herzog <[email protected]>
6152    
6153 bh 1459 * test/runtests.py: The test suite can now be run without an X
6154     connection. To make sure this remains true, remove the DISPLAY
6155     environment variable so that an error occurs if the wxGTK is
6156     imported accidentally
6157    
6158     2003-07-18 Bernhard Herzog <[email protected]>
6159    
6160 bh 1457 * Thuban/UI/viewport.py: Remove unused imports
6161    
6162     * Thuban/UI/view.py: Remove unused imports
6163    
6164     2003-07-18 Bernhard Herzog <[email protected]>
6165    
6166 bh 1455 * test/test_export.py Remove unused imports. The OutputTransform
6167     function is now in viewport.py and is called output_transform
6168     (TestScalebar.test_output_transform)
6169     (TestScalebar.test_OutputTransform): Renamed to
6170     test_output_transform and updated to use output_transform instead
6171     of OutputTransform
6172    
6173     * Thuban/UI/view.py (OutputTransform): Moved to viewport.py and
6174     renamed.
6175     (MapCanvas.Export, MapPrintout.draw_on_dc): OutputTransform was
6176     renamed to output_transform
6177    
6178     * Thuban/UI/viewport.py (OutputTransform, output_transform):
6179     Rename to output_transform
6180    
6181     2003-07-18 Bernhard Herzog <[email protected]>
6182    
6183 bh 1453 * Thuban/Model/layer.py (Layer.__init__): Rename
6184     classificationField to classificatin_column and init it here so
6185     that it can be used in SetClassificationColumn
6186     (Layer.GetClassificationColumn, Layer.GetClassificationField):
6187     Rename to GetClassificationColumn.
6188     (Layer.SetClassificationColumn, Layer.SetClassificationField):
6189     Rename to SetClassificationColumn and issue a LAYER_CHANGED
6190     message if the column changes.
6191     (Layer._classification_changed, Layer.ClassChanged): Rename to
6192     _classification_changed. Update the callers.
6193     (Layer.SetShapeStore): Further field->column renames.
6194    
6195     * Thuban/Model/load.py (SessionLoader.start_classification)
6196     (SessionLoader.start_clpoint): Updates because of
6197     field->column method name changes in the Layer class
6198    
6199     * Thuban/Model/save.py (SessionSaver.write_classification): Updates
6200     because of field->column method name changes in the Layer class
6201    
6202     * Thuban/UI/classifier.py (Classifier.__init__)
6203     (Classifier._OnTry, Classifier._OnRevert): Updates because of
6204     field->column method name changes in the Layer class
6205    
6206     * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Updates
6207     because of field->column method name changes in the Layer class
6208    
6209     * Thuban/UI/viewport.py (ViewPort.find_shape_at): Updates because
6210     of field->column method name changes in the Layer class
6211    
6212     * test/test_save.py (SaveSessionTest.testClassifiedLayer)
6213     (SaveSessionTest.testClassifiedLayer): Update because of
6214     field->column method name changes in the Layer class
6215    
6216     * test/test_layer.py (SetShapeStoreTests.setUp)
6217     (SetShapeStoreTests.test_sanity): Update because of field->column
6218     method name changes in the Layer class
6219     (TestLayerModification.setUp): Subscribe to LAYER_CHANGED as well
6220     (TestLayerModification.test_sanity)
6221     (TestLayerModification.test_initial_settings): remove unsued code
6222     and rename to test_sanity.
6223     (TestLayerModification.test_set_classification): New test for
6224     SetClassification and SetClassificationField.
6225    
6226     2003-07-18 Bernhard Herzog <[email protected]>
6227    
6228 bh 1451 * test/test_classgen.py (TestFixedRamp.test): Extend test to check
6229     the non-fixed values as well. The old test would have accepted a
6230     fixed ramp that only returnes the fixed properties
6231    
6232 jonathan 1449 2003-07-17 Jonathan Coles <[email protected]>
6233    
6234     * Doc/manual/mainwindow.png, Doc/manual/mainwindow.xcf: Screen
6235     shots for the manual. The XCF file is the source image and
6236     has additional layers to support changes.
6237    
6238     * Doc/manual/thuban-manual.xml: Wrote an initial Introduction.
6239    
6240     * Thuban/UI/classifier.py (Classifier.__BuildClassification):
6241     Return both the new class and the field name.
6242    
6243     * Thuban/UI/mainwindow.py (MainWindow.ToggleLegend): Don't
6244     fit the map to the window as this changes any zoom level that
6245     the user may have set.
6246    
6247 jonathan 1442 2003-07-16 Jonathan Coles <[email protected]>
6248    
6249     * Thuban/Model/classgen.py (generate_singletons,
6250     generate_uniform_distribution, generate_quantiles): Remove
6251     fixes parameter, but maintain the same functionality by having
6252     the calling function pass a FixedRamp object for the ramp.
6253     (FixedRamp): New. Adapts a ramp to have fixed property values.
6254    
6255     * Thuban/Model/classification.py: Use new CLASS_CHANGED message.
6256     (Classification): Inherit from Publisher.
6257     (Classification.__init__): Remove the layer parameter.
6258     Classifications no longer need to have a parent layer.
6259     (Classification.GetField, Classification.GetFieldType,
6260     Classification.SetFieldInfo): Removed. The field name is stored
6261     in the layer, and the type can be retreived by calling
6262     Layer.GetFieldType().
6263     (Classification._set_layer, Classification.GetLayer): Removed.
6264     Classifications no longer have a parent layer.
6265    
6266     * Thuban/Model/layer.py (Layer.Destroy): Unsubscribe from the
6267     classification.
6268     (Layer.SetShapeStore): Reset the classification first while
6269     we still have the old shape store to work with.
6270     (Layer.GetClassificationField, Layer.SetClassificationField):
6271     New. Method for getting/setting the field to classify on.
6272     (Layer.SetClassification): Simplified now that the layer
6273     simply has to hold a reference to the classification and not
6274     tell the classification who owns it.
6275     Fixes RTbug #2023.
6276    
6277     * Thuban/Model/load.py (SessionLoader.start_classification):
6278     Set the field name on the layer, not the classification.
6279    
6280     * Thuban/Model/messages.py: Add CLASS_CHANGED for when a
6281     classification is modified.
6282    
6283     * Thuban/Model/save.py (SessionSaver.write_classification):
6284     Get the field name and type from the layer.
6285    
6286     * Thuban/Model/table.py (table_to_dbf, table_to_csv): Renamed
6287     parameter records to rows and add docstring. Fixes RTbug #1997.
6288    
6289     * Thuban/UI/classgen.py (ClassGenDialog.OnOK): Use a fixed
6290     ramp when we need to fix certain values of a ramp rather than
6291     using the old fixes parameter. Fixes RTbug #2024.
6292    
6293     * Thuban/UI/classifier.py (ClassGrid.CreateTable): Add fieldType
6294     parameter.
6295     (ClassTable.Reset): Add fieldType parameter and use it, rather
6296     than asking the classification.
6297     (Classifier.__init__): Remember the original class's field
6298     and ask the layer for the field type, rather than the classification.
6299     (Classifier.__SetGridTable): Retrieve the field and field type
6300     for the table because they are not in the classification.
6301     (Classifier._OnTry, Classifier._OnRevert): Set the classification
6302     field on the layer in addition to the classification itself.
6303    
6304     * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Get the
6305     classification field from layer.
6306    
6307     * Thuban/UI/viewport.py (ViewPort.find_shape_at): Get the
6308     classification field from layer. Split up tests and remove
6309     *-imports. Fixes RTbug #1992.
6310    
6311     * test/test_classgen.py (TestFixedRamp): Test for the FixedRamp class.
6312    
6313     * test/test_classification.py
6314     (TestClassification.test_classification): Remove tests for methods
6315     that no longer exist.
6316    
6317     * test/test_layer.py (SetShapeStoreTests.setUp): Classification
6318     __init__ no longer has a field parameter, use SetClassificationField.
6319     (SetShapeStoreTests.test_sanity): Use layer object to get class
6320     field info.
6321    
6322     * test/test_save.py (SaveSessionTest.testClassifiedLayer): Use
6323     SetClassificationField on layer to set class field info.
6324    
6325     * test/test_viewport.py: Renamed from test/test_view.py.
6326    
6327 jan 1424 2003-07-16 Jan-Oliver Wagner <[email protected]>
6328    
6329     * Doc/manual/thuban-manual.xml: Added authors and an initial
6330     coarse structure.
6331    
6332 bh 1418 2003-07-15 Bernhard Herzog <[email protected]>
6333    
6334 bh 1422 * test/support.py (FloatComparisonMixin): This is a mix-in class
6335     and therefore should not be derived from any other class.
6336    
6337     * test/test_range.py (RangeTest): FloatComparisonMixin is a
6338     mix-in, so derive from TestCase as well.
6339    
6340     2003-07-15 Bernhard Herzog <[email protected]>
6341    
6342 bh 1420 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Rework the
6343     draw_func handling a bit to remove one layer of indirection. This
6344     makes the renderer about 10% faster in the non-classifying case
6345     and the code a bit cleaner
6346     (MapRenderer.draw_point_shape): Add the pen and brush parameters
6347     and set them in the dc. Now the draw_point_shape method and
6348     wxproj's draw_polygon_shape function have basically the same
6349     signature so that both can be directly used as draw_func
6350    
6351     2003-07-15 Bernhard Herzog <[email protected]>
6352    
6353 bh 1418 * Thuban/Model/save.py (SessionSaver.write_classification): Encode
6354     string values (in addition to the labels) as UTF 8
6355    
6356     * Thuban/Model/load.py (SessionLoader.start_clpoint): Decode the
6357     values if the field type is string
6358    
6359     * test/test_save.py (SaveSessionTest.testClassifiedLayer): Test
6360     saving a session with non-ascii string classification values.
6361    
6362     * test/test_load.py (TestClassification.file_contents)
6363     (TestClassification.test): Check for non-ascii values in string
6364     classifications
6365    
6366 jonathan 1416 2003-07-14 Jonathan Coles <[email protected]>
6367    
6368     * test/test_view.py: New. Tests for ViewPort.
6369    
6370 frank 1409 2003-07-14 Frank Koormann <[email protected]>
6371    
6372     * Thuban/Model/load.py (SessionLoader.start_map): Encode map
6373     title to latin1. Fixes https://intevation.de/rt/webrt?serial_num=2013
6374    
6375 frank 1411 * test/test_load_0_8.py (TestUnicodeStrings): New, test load of
6376     unicode strings from session file: session title, map title and
6377     projection name.
6378    
6379 jonathan 1403 2003-07-10 Jonathan Coles <[email protected]>
6380    
6381 jonathan 1406 * Thuban/UI/viewport.py (Tool.MouseUp): Should have called
6382     drag_stop, not drag_move when the mouse is released.
6383    
6384     2003-07-10 Jonathan Coles <[email protected]>
6385    
6386 jonathan 1403 The most important part of this is the seperation of view.py into
6387     two pieces. viewport.py now has a class called ViewPort which
6388     contains all the non-wx parts of view.py and can therefore be
6389     tested. view.py contains only the wx-specific parts and is fairly
6390     simple.
6391    
6392     * Thuban/UI/view.py: Stripped out all non-wx functionality. Fixes
6393     RTTbug #1992.
6394     * Thuban/UI/viewport.py: New. Contains non-wx view functionality.
6395     RTTbug #1992.
6396    
6397     * Thuban/Model/classgen.py (generate_singletons,
6398     generate_uniform_distribution, generate_quantiles):
6399     Added 'fixes' parameter so that property attributes can
6400     be held constant over the generated classification groups.
6401     (CustomRamp.GetProperties): Remove unused variables.
6402    
6403     * Thuban/Model/map.py (Map.SetProjection): Send the old
6404     projection as an argument to listeners of the MAP_PROJECTION_CHANGED
6405     event.
6406    
6407     * Thuban/Model/table.py (table_to_dbf, table_to_csv): Added 'records'
6408     parameter which is a list of records that restricts which
6409     records are saved. Fixes RTbug #1997.
6410    
6411     * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
6412     Port exception dialog from GREAT-ER. Fixes RTbug #1993.
6413    
6414     * Thuban/UI/classgen.py (ClassGenDialog.__init__): Add controls
6415     to allow the user to fix line color/width on generated groups.
6416     (ClassGenDialog.OnOK): Use new 'fixes' parameter of the generate_*
6417     functions to optionally fix group properties.
6418    
6419     * Thuban/UI/main.py (main): Set exception hook to the
6420     ShowExceptionDialog. Fixes RTbug #1993.
6421    
6422     * Thuban/UI/mainwindow.py (MainWindow.ShowTableView): Raise
6423     the table window when it is selectd to be shown.
6424    
6425     * Thuban/UI/tableview.py (QueryTableFrame.__init__): Add an
6426     Export Selection button and move the export buttons underneath
6427     the table.
6428     (QueryTableFrame.UpdateStatusText): Added event argument so
6429     that it can respond to grid selection events. The status text
6430     is now updated even when the table is not associated with a
6431     layer as was previously assumed.
6432     (QueryTableFrame.OnGridSelectRange, OnGridSelectCell): Removed.
6433     UpdateStatusText responds to these events.
6434     (QueryTableFrame.OnSaveAs): Renamed to doExport.
6435     (QueryTableFrame.doExport): Helper function that saves the
6436     entire table, or selected rows, to a file.
6437     (QueryTableFrame.OnExport, QueryTableFrame.OnExportSel): New.
6438     Respond to export button events and call doExport.
6439    
6440     * extensions/thuban/gdalwarp.cpp (ProjectRasterFile): Make sure
6441     the function doesn't return NULL without first setting a Python
6442     Error.
6443    
6444     * test/runtests.py (main): Only print "Unknown option" for
6445     unsupported options.
6446    
6447     * test/support.py (FloatComparisonMixin.assertFloatEqual): Take
6448     optional epsilon argument to specify floating point accuracy.
6449     (FloatComparisonMixin.assertFloatSeqEqual): Call assertFloatEqual
6450     for each item test.
6451    
6452     * test/test_csv_table.py (TestCSVTable.test_table_to_cvs): Add
6453     tests for saving selected records.
6454    
6455     * test/test_dbf_table.py (TestTableToDBF.test_table_to_dbf): Add
6456     tests for saving selected records.
6457    
6458     * test/test_map.py (TestMapWithContents.test_set_projection):
6459     MAP_PROJECTION_CHANGED events send the old projection.
6460    
6461     * test/test_session.py
6462     (TestSessionWithContent.test_forward_map_projection):
6463     MAP_PROJECTION_CHANGED events send the old projection.
6464    
6465     * test/test_table.py (TableTest): Update tests to use non-deprecated
6466     functions.
6467    
6468 bh 1376 2003-07-08 Bernhard Herzog <[email protected]>
6469    
6470 bh 1382 * Thuban/Model/transientdb.py (TransientTableBase.Width): The type
6471     constants in the column objects are the standard ones defined in
6472     the table module.
6473    
6474     * test/test_transientdb.py
6475     (TestTransientTable.test_transienttable_to_dbf): New. Test whether
6476     exporting transient tables as DBF works. This should catch the bug
6477     just fixed in TransientTableBase.Width.
6478    
6479     2003-07-08 Bernhard Herzog <[email protected]>
6480    
6481 bh 1380 * Thuban/Model/classgen.py (CustomRamp.GetProperties): Compute the
6482     interpolated colors correctly.
6483    
6484     * test/test_classgen.py (TestCustomRamp.test_color_interpolation):
6485     New. Test case for the fix in classgen.py
6486    
6487     2003-07-08 Bernhard Herzog <[email protected]>
6488    
6489 bh 1378 * test/runtests.py (main): Make the default output less verbose
6490     and add a verbosity option (-v) to get the old output
6491    
6492     2003-07-08 Bernhard Herzog <[email protected]>
6493    
6494 bh 1376 * Resources/XML/thuban-0.9.dtd: New. This will become the DTD for
6495     0.9.
6496    
6497     * Thuban/Model/transientdb.py (TransientJoinedTable.JoinType):
6498     New. Return the join type
6499    
6500     * Thuban/Model/save.py (SessionSaver.write_session): Use new 0.9
6501     DTD
6502     (SessionSaver.write_data_containers): Save the join type for
6503     joined tables
6504    
6505     * Thuban/Model/load.py (SessionLoader.__init__): Add the new 0.9
6506     namespace
6507     (SessionLoader.start_jointable): Handle the jointype attribute
6508    
6509     * test/test_load_0_8.py: New. Effectively a copy of test_load.py
6510     as of Thuban 0.8. These are now tests to determine whether Thuban
6511     can still read files generated by Thuban 0.8
6512    
6513     * test/test_load.py (LoadSessionTest.dtd)
6514     (TestSingleLayer.file_contents)
6515     (TestLayerVisibility.file_contents, TestLabels.file_contents)
6516     (TestLayerProjection.file_contents)
6517     (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
6518     (TestJoinedTable.file_contents)
6519     (TestLoadError.file_contents): Update for new DTD
6520     (TestJoinedTable.file_contents, TestJoinedTable.setUp): Add test
6521     for new join type attribute
6522    
6523     * test/test_save.py (SaveSessionTest.dtd)
6524     (SaveSessionTest.testEmptySession)
6525     (SaveSessionTest.testSingleLayer)
6526     (SaveSessionTest.testLayerProjection)
6527     (SaveSessionTest.testRasterLayer)
6528     (SaveSessionTest.testClassifiedLayer)
6529     (SaveSessionTest.test_dbf_table)
6530     (SaveSessionTest.test_joined_table): Update for new DTD
6531     (SaveSessionTest.test_joined_table): Add test for new join type
6532     attribute
6533    
6534 bh 1372 2003-07-04 Bernhard Herzog <[email protected]>
6535    
6536     * Thuban/Model/table.py (_find_dbf_column_names): New. Helper
6537     function for table_to_dbf
6538     (table_to_dbf): Deal with names longer than the 10 character limit
6539    
6540     * test/test_dbf_table.py (TestTableToDBF.test_table_to_dbf): Add
6541     doc-string
6542     (TestTableToDBF.test_table_to_dbf_long_col_names): New test for
6543     long column names
6544    
6545 bh 1365 2003-07-03 Bernhard Herzog <[email protected]>
6546    
6547 bh 1370 * Doc/manual/thuban-manual.xml: Fix the CVS Revision Tag syntax
6548    
6549     2003-07-03 Bernhard Herzog <[email protected]>
6550    
6551 bh 1368 * Doc/manual/thuban-manual.xml, Doc/manual/README: New. Skeleton
6552     for the Thuban manual and README with some basic information about
6553     the manual
6554    
6555     2003-07-03 Bernhard Herzog <[email protected]>
6556    
6557 bh 1365 * Thuban/Model/transientdb.py (TransientJoinedTable.__init__):
6558     Update doc-string
6559     (TransientJoinedTable.create): Do not modify the column objects of
6560     the input tables in place and copy all columns of the input tables
6561     into the joined table after all.
6562    
6563     * test/test_transientdb.py
6564     (TestTransientTable.test_transient_joined_table_same_column_name):
6565     Update to reflect the new behavior
6566     (TestTransientTable.test_transient_joined_table_with_equal_column_names):
6567     Update to reflect the new behavior
6568     (TestTransientTable.test_transient_joined_table_name_collisions_dont_modify_in_place):
6569     New test case for a bug which modified the column objects in place
6570    
6571 jonathan 1360 2003-07-02 Jonathan Coles <[email protected]>
6572 jonathan 1349
6573 jonathan 1360 * Thuban/Model/classgen.py (generate_singletons,
6574     generate_uniform_distribution, generate_quantiles,
6575 jonathan 1363 GenQuantiles0): Make sure maxValue isn't less than
6576     one, otherwise we could divide by zero.
6577    
6578     * test/test_classgen.py (ClassGenTest.doClassRangeTest,
6579     ClassGenTest.doClassSingleTest): Call doBoundsTest to
6580     check the end classification groups against the
6581     proper property values.
6582     (ClassGenTest.doBoundsTest): New. Checks the first and
6583     last classification groups to make sure their properties
6584     are the correct upper and lower bounds for a color ramp.
6585    
6586     2003-07-02 Jonathan Coles <[email protected]>
6587    
6588     * Thuban/Model/classgen.py (generate_singletons,
6589     generate_uniform_distribution, generate_quantiles,
6590 jonathan 1360 GenQuantiles0): The denominator was one to high when
6591     calculating the index for the ramp causing the index
6592     to never to reach one.
6593    
6594     2003-07-02 Jonathan Coles <[email protected]>
6595    
6596 jonathan 1358 Changed the singature of ClassGroupRange.__init__ and
6597     ClassGroupRange.SetRange() so that the min/max values are
6598     passed as a tuple. This makes a better calling scheme for
6599     when a Range object is passed instead.
6600    
6601     * Thuban/Model/classgen.py: Fixed parameters to
6602     ClassGroupRange constructor.
6603    
6604     * Thuban/Model/classification.py (ClassGroupRange.__init__):
6605     Consolidate the min/max parameters into a single _range which
6606     can either be a tuple or a Range object.
6607     (ClassGroupRange.SetRange): Consolidate the min/max parameters
6608     into a single _range which can either be a tuple or a Range object.
6609    
6610     * Thuban/Model/load.py (SessionLoader.start_clrange): Fix
6611     call to ClassGroupRange constructor to use a tuple.
6612    
6613     * Thuban/Model/layer.py (Layer.SetClassification): Switch
6614     the classification instance variable to the new class
6615     before calling _set_layer otherwise subscribers to a
6616     LAYER_CHANGED event will not see any difference.
6617    
6618     * test/test_classification.py: Fix tests of ClassGroupRange
6619     so that they use the new signature.
6620    
6621     * test/test_load.py: Fix use of ClassGroupRange so that it
6622     uses the new signature.
6623    
6624     * test/test_load_0_2.py: Fix use of ClassGroupRange so that it
6625     uses the new signature.
6626    
6627     * test/test_save.py: Fix use of ClassGroupRange so that it
6628     uses the new signature.
6629    
6630    
6631     2003-07-01 Jonathan Coles <[email protected]>
6632    
6633 jonathan 1349 * Thuban/Model/classgen.py: Fixes RTbug #1972, 1971.
6634     Import used objects/class from color.
6635     (generate_singletons): We don't
6636     need the numGroups parameter anymore because we are using
6637     the new ramps with GetProperties().
6638     (generate_uniform_distribution): Use new ramp method
6639     GetProperties().
6640     (generate_quantiles, GenQuantiles0): Use new ramp method
6641     GetProperties().
6642     (CustomRamp.SetNumGroups): Removed. The ramps now map
6643     a value from 0 to 1 to class properties so the number
6644     of groups is not needed ahead of time.
6645     (CustomRamp.next): Removed. CustomRamp does not support
6646     interation anymore.
6647     (CustomRamp.GetProperties): Returns a ClassGroupProperties
6648     object based on the index value from 0 to 1 that is
6649     passed to it.
6650     (GreyRamp, RedRamp, GreenRamp, BlueRamp, GreenToRedRamp):
6651     Made into instances of Monochromatic class instread of
6652     deriving from it.
6653     (HotToCold.SetNumGroups): Removed. See CustomRamp.
6654     (HotToCold.next): Removed. See CustomRamp.
6655    
6656     * Thuban/Model/classification.py: Fixes RTbug #1973, 1971.
6657     (Classification.SetField, Classification.SetFieldType):
6658     Replaced with SetFieldInfo.
6659     (Classification.SetFieldInfo): New. Does a better job of
6660     what SetField and SetFieldType used to do by combining
6661     their function since they should really always be done
6662     at the same time.
6663     (Classification.SetLayer): Renamed to _set_layer.
6664     (Classification._set_layer): Should only be called from
6665     Layer's SetClassification. This does not cause a recursive
6666     call as SetLayer did because we know that Layer knows about
6667     the classification.
6668    
6669     * Thuban/Model/color.py: Fixes RTbug #1971.
6670     (_Transparent): Renamed from Transparent so it doesn't
6671     conflict with the module variable.
6672     (Transparent, Black): Renamed from Color.Transparent,
6673     Color.Black so they are not class variables.
6674    
6675     * Thuban/Model/layer.py: Fixes RTbug #1971, 1973.
6676     (Layer.Destroy): We don't need to call SetClassification
6677     anymore to clear out the back reference in the classifcation
6678     to the layer. It's better to set it to None using _set_layer,
6679     and we won't be creating another clas object too.
6680     (Layer.SetClassification): Classification._set_layer is not
6681     recursive so remove all the locking variables. Also clean
6682     up the code so that it remains unchanged if something fails.
6683    
6684     * Thuban/Model/load.py: Fixes RTbug #1971.
6685     (SessionLoader.start_classification): Call
6686     Classification.SetFieldInfo().
6687    
6688     * Thuban/Model/save.py: Removed import of Color which wasn't
6689     being used.
6690    
6691     * Thuban/UI/classgen.py: Fixes RTbug #1972.
6692     (ClassGenDialog.__init__): Color ramps are now instances
6693     already so we don't need to create any new objects.
6694     (ClassGenDialog.OnOK): Check for numGroups is no longer
6695     necessary because we never use it.
6696    
6697     * Thuban/UI/classifier.py: Fixes RTbug #1971.
6698     (Classifier.__BuildClassification, Classifier.__SetGridTable):
6699     Call Classification.SetFieldInfo() instead of SetFieldType.
6700    
6701     * Thuban/UI/renderer.py: Fixes RTbug #1971.
6702    
6703     * Thuban/UI/view.py: Fixes RTbug #1974, 1971.
6704     (MapCanvas.__init__): Subscribe to the idle time event. Set
6705     background color to white.
6706     (MapCanvas.OnPaint): Set a flag indicating that we should
6707     render the map during idle time. If we already have a bitmap
6708     just draw it now.
6709     (MapCanvas.OnIdle): New. Render the map only during idle time.
6710     This also fixes a problem with the busy cursor under gtk.
6711    
6712     * test/test_classgen.py (ClassGenTest.test_generate_singletons):
6713     Fix calls to generate_singletons because the signature changed.
6714    
6715     * test/test_classification.py: Fix color references and
6716     change calls to Classification.[SetField|SetFieldType] to
6717     SetFieldInfo.
6718    
6719     * test/test_load.py: Fix color references.
6720    
6721     * test/test_load_0_2.py: Fix color references.
6722    
6723     * test/test_save.py (SaveSessionTest.testClassifiedLayer):
6724     Change calls to Classification.[SetField|SetFieldType] to
6725     SetFieldInfo.
6726    
6727 frank 1334 2003-07-01 Frank Koormann <[email protected]>
6728    
6729     MERGE from the greater-ms3 branch.
6730    
6731     * test/test_transientdb.py
6732     (TestTransientTable.test_transient_joined_table_with_equal_column_names):
6733     New. Test join of two tables with partly equal column names.
6734    
6735     * Thuban/Model/transientdb.py (TransientJoinedTable.create):
6736     If duplicates in left and right tables column names are found,
6737     append '_' (underscores) to the name until it is unique.
6738     Create always new internal names for the resulting table and reference
6739     columns in the join statement with <table>.<column>
6740    
6741 bh 1329 2003-07-01 Bernhard Herzog <[email protected]>
6742    
6743     * test/test_transientdb.py
6744     (TestTransientTable.test_transient_joined_table_same_column_name):
6745     New. Test whether joining on columns with the same names in both
6746     tables works.
6747 frank 1334
6748 bh 1329 * Thuban/Model/transientdb.py (TransientJoinedTable.create): Make
6749     sure to use the right internal names even when joining on field
6750     with the same names in both tables. Also, detect duplicate names
6751     in the joined table correctly.
6752    
6753 frank 1325 2003-07-01 Frank Koormann <[email protected]>
6754    
6755     * Thuban/UI/renderer.py (ExportRenderer.render_legend):
6756     Reverse List of layers to render in same order as in desktop legend.
6757    
6758 jonathan 1318 2003-06-30 Jonathan Coles <[email protected]>
6759    
6760 jonathan 1349 * Thuban/version.py (make_tuple): Takes a version string
6761     and splits it into a tuple of at most three integers.
6762     Used make_tuple() to make tuple versions of the version
6763     numbers.
6764    
6765     * Thuban/UI/about.py: Add Thuban email addresses.
6766    
6767     2003-06-30 Jonathan Coles <[email protected]>
6768    
6769 jonathan 1320 * Thuban/version.py: SQLite/PySQLite version dependencies
6770     were too high.
6771    
6772     2003-06-30 Jonathan Coles <[email protected]>
6773    
6774 jonathan 1318 * Thuban/version.py: Update version to 0.8.1
6775    
6776     * MANIFEST.in: Added Projections so that default.proj is
6777     included.
6778    
6779 jonathan 1312 2003-06-26 Jonathan Coles <[email protected]>
6780    
6781     New About box with lots more information including library
6782     versions and credits. More/better version checking before
6783     Thuban starts.
6784    
6785     * Thuban/UI/about.py: New. New About box that displays
6786     library version information and credits.
6787    
6788     * Thuban/version.py: Added new 'versions' dictionary which
6789     contains the verions of various libraries which are checked
6790     when the module loads.
6791     (verify_versions): Check all version numbers and returns
6792     a list of errors.
6793    
6794     * Thuban/UI/classifier.py (Classifier.__EnableButtons):
6795     Reset the status of the buttons as the situation warrants,
6796     but in a better more reliable way by not relying on the
6797     current status to determine what needs to change.
6798    
6799     * Thuban/UI/main.py (wxCHECK_VERSION): Removed. Not needed.
6800     (verify_versions): Remove most of the code since it is
6801     now in Thuban.version.verify_versions.o
6802    
6803     * Thuban/UI/mainwindow.py (MainWindow.About): Call new
6804     About box in Thuban.UI.about.
6805    
6806     * extensions/thuban/gdalwarp.cpp (get_gdal_version): New.
6807     Returns the version of gdal library being used as a string.
6808    
6809     * extensions/thuban/wxproj.cpp (check_version, check_version_gtk):
6810     Removed.
6811     (get_proj_version): Return the version of PROJ that the file
6812     was compiled with.
6813     (get_gtk_version): Return th version of GTK that the file
6814     was compiled with.
6815    
6816 jonathan 1304 2003-06-25 Jonathan Coles <[email protected]>
6817    
6818     * Thuban/UI/classifier.py (Classifier.EditSymbol): The parent
6819     of the SelectPropertiesDialog should be self so the window
6820     appears on top.
6821     (ClassGroupPropertiesCtrl.DoEdit): The parent
6822     of the SelectPropertiesDialog should be self so the window
6823     appears on top.
6824    
6825     * Thuban/UI/resource.py: Cleaned up how we determine file
6826     extensions.
6827     (GetImageResource): Return an wxImage from our Resources.
6828    
6829 jonathan 1299 2003-06-24 Jonathan Coles <[email protected]>
6830    
6831     * Thuban/UI/renderer.py (ExportRenderer.render_legend):
6832     Check that a layer has a classification before trying
6833     to get it. Raster layers don't have classifications.
6834    
6835 jonathan 1286 2003-06-23 Jonathan Coles <[email protected]>
6836 jonathan 1297
6837     * setup.py: Add Resources/XML to resource list.
6838    
6839     2003-06-23 Jonathan Coles <[email protected]>
6840 jonathan 1286
6841 jonathan 1297 * setup.cfg: Fix copyright dates
6842    
6843     2003-06-23 Jonathan Coles <[email protected]>
6844    
6845 jonathan 1294 * MANIFEST.in: Update with Resources/XML
6846    
6847     * setup.py: Don't include Locale resources yet as we don't
6848     have any and it causes problems building the distribution
6849     for Windows. Update version to 0.8.0.
6850    
6851     * Doc/thuban.dtd: Removed since it is now in Resources/XML.
6852    
6853     * Thuban/UI/mainwindow.py: Add blank line at the end because
6854     file was not being read correctly building the Windows
6855     distribution.
6856    
6857     2003-06-23 Jonathan Coles <[email protected]>
6858    
6859 jonathan 1289 * Thuban/UI/mainwindow.py (MainWindow.About): Fix text.
6860    
6861     * Thuban/version.py: Temporarily update longversion for
6862     the 0.8 release so that it doesn't have the cvs revision.
6863    
6864     2003-06-23 Jonathan Coles <[email protected]>
6865    
6866 jonathan 1286 * Thuban/UI/common.py (ThubanBeginBusyCursor): Call wxSafeYield
6867     to make sure that we don't create reentrant possibilities with
6868     wxYield.
6869    
6870     * Thuban/UI/view.py (MapCanvas.OnPaint): Call wxBeginBusyCursor()
6871     directly to avoid the wxSafeYield() call which generates an
6872     OnPaint event causing infinite recursion. Don't try to catch
6873     exception anymore. This was for before there were limits on map
6874     scaling.
6875    
6876 bh 1283 2003-06-23 Bernhard Herzog <[email protected]>
6877    
6878     Bug fix for RT #1961:
6879    
6880     * Thuban/Model/load.py (SessionLoader.start_derivedshapesource):
6881     Register DerivedShapestores with the session
6882    
6883     * Thuban/Model/session.py (Session.Tables): Make sure each table
6884     is only listed once.
6885    
6886     * test/test_load.py (TestJoinedTable.test): Add check_format call.
6887     Update file contents to match the one written out.
6888    
6889 bh 1281 2003-06-20 Bernhard Herzog <[email protected]>
6890    
6891     * test/xmlsupport.py (SaxEventLister.startElementNS)
6892     (SaxEventLister.endElementNS): Do not include the qname. Python
6893     2.2.1 and 2.2.2 and 2.2.3 differ in this regard. In 2.2.1 qname it
6894     is (presumably incorrectly) None, whereas it's a string with the
6895     element name in the later versions.
6896    
6897     * test/test_xmlsupport.py (TestEventList.test_even_list_simple)
6898     (TestEventList.test_even_list_namespace): Update tests to reflect
6899     the new behaviour
6900     (TestEventList.test_even_list_id_normalization): Fix doc-string
6901    
6902 jonathan 1272 2003-06-20 Jonathan Coles <[email protected]>
6903    
6904 jonathan 1279 * Thuban/Model/layer.py (BaseLayer.HasShapes): New. Overridden
6905     by deriving classes to determine if that layer supports shapes.
6906     (Layer): Override HasShapes and return true.
6907    
6908     * Thuban/UI/classgen.py: Use Thuban[Begin|End]BusyCursor()
6909     instead of a direct call to wx[Begin|End]CusyCursor().
6910     (GenUniquePanel._OnRetrieve): Set busy cursor while retrieving
6911     table data.
6912    
6913     * Thuban/UI/common.py (ThubanBeginBusyCursor, ThubanEndBusyCursor):
6914     New. Wrappers around the wxWindows functions that allow us to
6915     make additional calls such as wxYield which gives the native
6916     system a chance to update the cursor correctly.
6917    
6918     * Thuban/UI/tableview.py: Use Thuban[Begin|End]BusyCursor()
6919     instead of a direct call to wx[Begin|End]CusyCursor().
6920    
6921     * Thuban/UI/view.py: Use Thuban[Begin|End]BusyCursor()
6922     instead of a direct call to wx[Begin|End]CusyCursor().
6923     (MapCanvas.find_shape_at): Check if the current search layer
6924     support shapes, otherwise go on to the next layer.
6925    
6926     * test/test_layer.py: Add tests in each type of layer for
6927     HasClassification() and HasShapes()
6928    
6929     2003-06-20 Jonathan Coles <[email protected]>
6930    
6931 jonathan 1272 * Thuban/UI/view.py (MapCanvas.OnPaint): Call wxYield after
6932     turning on the busy cursor to allow the system to change the
6933     cursor before we begin painting. This fixes a problem that
6934     was occuring only under GTK. Fixes RTbug #1840.
6935    
6936 bh 1270 2003-06-20 Bernhard Herzog <[email protected]>
6937    
6938     * Resources/XML/thuban-0.8.dtd: New DTD for the new file format
6939     version.
6940    
6941     * Thuban/Model/save.py (sort_data_stores): New. Make topological
6942     sort of the data sources so they can be written with sources that
6943     data sources that depend on other data sources come after the
6944     sources they depend on.
6945     (SessionSaver.__init__): Add idmap instance variable to map from
6946     objects to the ids used in the file.
6947     (SessionSaver.get_id, SessionSaver.define_id)
6948     (SessionSaver.has_id): New. Methods to manage the idmap
6949     (SessionSaver.write): Use thuban-0.8.dtd
6950     (SessionSaver.write_session): Add a namespace on the session and
6951     write out the data sources before the maps.
6952     (SessionSaver.write_data_containers): New. Write the data
6953     containers.
6954     (SessionSaver.write_layer): Layer elements now refer to a
6955     shapestore and don't contain filenames anymore.
6956    
6957     * Thuban/Model/load.py (LoadError): Exception class to raise when
6958     errors in the files are discovered
6959     (SessionLoader.__init__): Define dispatchers for elements with a
6960     thuban-0.8 namespace too.
6961     (SessionLoader.check_attrs): New helper method to check and
6962     convert attributes
6963     (AttrDesc): New. Helper class for SessionLoader.check_attrs
6964     (SessionLoader.start_fileshapesource)
6965     (SessionLoader.start_derivedshapesource)
6966     (SessionLoader.start_filetable, SessionLoader.start_jointable):
6967     Handlers for the new elements in the new fileformat
6968     (SessionLoader.start_layer): Handle the shapestore attribute in
6969     addition to filename.
6970     (SessionLoader.start_table, SessionLoader.end_table): Removed.
6971     They were never used in the old formats and aren't needed for the
6972     new.
6973    
6974     * Thuban/Model/session.py (Session.DataContainers): New method to
6975     return all "data containers", i.e. shapestores and tables
6976    
6977     * test/xmlsupport.py (SaxEventLister.__init__)
6978     (SaxEventLister.startElementNS, sax_eventlist): Add support to
6979     normalize IDs.
6980    
6981     * test/test_xmlsupport.py
6982     (TestEventList.test_even_list_id_normalization): New test case for
6983     id normalization
6984    
6985     * test/test_load.py (LoadSessionTest.check_format): Use ID
6986     normalization
6987     (LoadSessionTest.thubanids, LoadSessionTest.thubanidrefs): New
6988     class atrributes used for ID normalization
6989     (TestSingleLayer, TestLayerVisibility, TestLabels.test)
6990     (TestLayerProjection.test, TestRasterLayer.test): Adapt to new
6991     file format
6992     (TestJoinedTable): New test for loading sessions with joined
6993     tables.
6994     (TestLoadError): New. Test whether missing required attributes
6995     cause a LoadError.
6996    
6997     * test/test_save.py (SaveSessionTest.thubanids)
6998     (SaveSessionTest.thubanidrefs): New class attributes for ID
6999     normalization in .thuban files.
7000     (SaveSessionTest.compare_xml): Use id-normalization.
7001     (SaveSessionTest.testEmptySession)
7002     (SaveSessionTest.testLayerProjection)
7003     (SaveSessionTest.testRasterLayer)
7004     (SaveSessionTest.testClassifiedLayer): Adapt to new file format.
7005     (SaveSessionTest.testLayerProjection): The filename used was the
7006     same as for testSingleLayer. Use a different one.
7007     (SaveSessionTest.test_dbf_table)
7008     (SaveSessionTest.test_joined_table): New test cases for saving the
7009     new data sources structures.
7010     (TestStoreSort, MockDataStore): Classes to test the sorting of the
7011     data stores for writing.
7012    
7013     * test/runtests.py: Add CVS keywords
7014    
7015 jonathan 1265 2003-06-20 Jonathan Coles <[email protected]>
7016    
7017 jonathan 1267 * test/test_session.py
7018     (UnreferencedTablesTests.test_unreferenced_tables_with_joins):
7019     Use the cultural_landmark-point.dbf file for the store so that
7020     the table rows and shape count match.
7021    
7022     2003-06-20 Jonathan Coles <[email protected]>
7023    
7024 jonathan 1265 * Thuban/Model/data.py (DerivedShapeStore.__init__): Raise
7025     an exception if the number of shapes is different from the
7026     number of rows in the table. Address RTbug #1933.
7027    
7028     * test/test_layer.py (TestLayer.test_derived_store): Add
7029     a test for the new exception in DerivedShapeStore.__init__.
7030    
7031     * test/support.py (FloatTestCase): Removed since there is
7032     already FloatComparisonMixin. Fixes RTbug #1954.
7033     (FloatComparisonMixin.assertFloatEqual): Include test for
7034     infinity that was part of FloatTestCase.
7035    
7036     * test/test_range.py (RangeTest): Inherit from
7037     support.FloatComparisonMixin now that we don't have
7038     support.FloatTestCase.
7039    
7040 bh 1256 2003-06-20 Bernhard Herzog <[email protected]>
7041    
7042 bh 1260 * test/test_save.py (SaxEventLister, sax_eventlist): Removed. Use
7043     the implementation in xmlsupport instead.
7044     (SaveSessionTest.compare_xml): sax_eventlist is now in xmlsupport
7045    
7046     * test/test_proj.py: Import sax_eventlist from xmlsupport instead
7047     of test_save
7048    
7049     2003-06-20 Bernhard Herzog <[email protected]>
7050    
7051 bh 1258 * test/test_load.py (LoadSessionTest.check_format): New helper
7052     method to make sure the test files we load might have been written
7053     by the current thuban version.
7054     (ClassificationTest.TestLayers, TestSingleLayer.test)
7055     (TestLayerVisibility.test, TestClassification.test)
7056     (TestLabels.test, TestLayerProjection.test, TestRasterLayer.test):
7057     Add check_format() calls and fix the thuban data to match the data
7058     that would be written by saving the session loaded from it.
7059    
7060     * test/xmlsupport.py (SaxEventLister, sax_eventlist): Copies of
7061     the same class and function in test_save.
7062    
7063     * test/test_xmlsupport.py (TestEventList): New. test cases for
7064     sax_eventlist
7065    
7066     2003-06-20 Bernhard Herzog <[email protected]>
7067    
7068 bh 1256 * Resources/XML/thuban.dtd: Add comment about which versions of
7069     Thuban are covered by this DTD
7070     (map): Fix content model for layers and raster layers. There can
7071     be any number or layers and raster layers in any order.
7072    
7073 jonathan 1254 2003-06-20 Jonathan Coles <[email protected]>
7074    
7075 jonathan 1265 This is mainly about fixing RTbug #1949.
7076    
7077 jonathan 1254 * Thuban/Model/classification.py: Remove "from __future__"
7078     import statement since python 2.2 is the earliest supported
7079     version.
7080    
7081     * Thuban/Model/proj.py (Projection.GetProjectedUnits): New.
7082     Currently returns PROJ_UNITS_METERS or PROJ_UNITS_DEGREES
7083     depending on the units this projection *forwards* into.
7084    
7085     * Thuban/Model/save.py (SessionSaver.write_classification):
7086     Remove unnecessary use of lambdas and nested functions.
7087    
7088     * Thuban/UI/legend.py (ScaleBarBitmap.__SetScale): Do scale
7089     adjustment here if the map projection uses degrees.
7090    
7091     * Thuban/UI/scalebar.py (ScaleBar.DrawScaleBar): Remove
7092     scale adjust code since it is now done before calling
7093     this method. Don't do anything if the map projection
7094     is None.
7095    
7096 bh 1244 2003-06-19 Bernhard Herzog <[email protected]>
7097    
7098 bh 1248 Move version specific load tests to their own file.
7099    
7100     * test/test_load.py: Expand the doc-string to explain a bit how to
7101     handle file format changes.
7102     (TestClassification.test): Update the docstring as this test is
7103     not about Thuban 0.2 anymore.
7104    
7105     * test/test_load_0_2.py: New file with the load tests for thuban
7106     files created with Thuban 0.2 and earlier.
7107    
7108     2003-06-19 Bernhard Herzog <[email protected]>
7109    
7110 bh 1246 Add XML validation to some of the tests. Validation will only be
7111     done if pyRXP is installed (http://reportlab.com/xml/pyrxp.html).
7112     To make the DTD available to the test cases it's moved into
7113     Resources/XML
7114    
7115     * Resources/XML/thuban.dtd: New. This is now the real Thuban DTD
7116     for versions up to and including 0.2. Two slight changes: added an
7117     encoding specification and fixed the comment which refered to
7118     GRASS, not Thuban
7119    
7120     * test/xmlsupport.py: New support module for tests involving XML.
7121     Currently there's a mix-in class for XML validation.
7122    
7123     * test/test_xmlsupport.py: New. Tests for the xmlsupport module
7124    
7125     * test/test_save.py (SaveSessionTest): Derive from ValidationTest
7126     so that we can validate the
7127     (SaveSessionTest.testEmptySession)
7128     (SaveSessionTest.testSingleLayer)
7129     (SaveSessionTest.testSingleLayer)
7130     (SaveSessionTest.testLayerProjection)
7131     (SaveSessionTest.testRasterLayer)
7132     (SaveSessionTest.testClassifiedLayer): Validate the generated XML
7133    
7134     * test/runtests.py (main): Call print_additional_summary instead
7135     of print_garbage_information
7136    
7137     * test/support.py (resource_dir): New function to return the
7138     "Resource" subdirectory
7139     (print_additional_summary): New function to combine several
7140     summary functions
7141     (run_tests): Use print_additional_summary instead of calling
7142     print_garbage_information directly
7143    
7144     2003-06-19 Bernhard Herzog <[email protected]>
7145    
7146 bh 1244 * Doc/thuban.dtd (classification): Correct the content model of
7147     the classification element.
7148     (projection): Add the "name" attribute
7149    
7150 frank 1242 2003-06-19 Frank Koormann <[email protected]>
7151    
7152     MERGE from the greater-ms3 branch.
7153    
7154     * Thuban/UI/scalebar.py (ScaleBar.DrawScaleBar): Apply conversion to
7155     scale if projection is latlong to get better estimate.
7156    
7157     Fix problem of hidden properties dialog under windows after double
7158     click on layer tree:
7159     The tree control always gets an Expanded / Collapsed event after
7160 joey 2162 the ItemActivated on double click, which raises the main window again.
7161     We add a second ItemActivated event to the queue, which simply
7162 frank 1242 raises the already displayed window.
7163    
7164     * Thuban/UI/legend.py (LegendTree.__init__): Instance variable
7165     raiseProperties initialized to prevent endless loops
7166     (LegendTree._OnItemActivated): Depending on self.raiseProperties
7167     simply raise the properties or open the dialog and issue a second
7168     event.
7169    
7170 jonathan 1235 2003-06-18 Jonathan Coles <[email protected]>
7171    
7172 jonathan 1239 * setup.py: Fix a few problems that occured under Windows.
7173    
7174     2003-06-18 Jonathan Coles <[email protected]>
7175    
7176 jonathan 1235 When Thuban loaded the map was redrawn twice because the
7177     legend was being opened after the mainwindow was created
7178     and not during its creation. This meant the map was drawn
7179     initially and then had to be redrawn when the legend
7180     caused the display to change. Now the legend is opened
7181     in the mainwindow constructor which resolves this issue.
7182    
7183     Also, although we were checking for the existence of
7184     gdal and gdalwarp modules, the gdalwarp extension was
7185     still being compiled (which may fail if the system doesn't
7186     have gdal installed). the build_ext command to setup.py
7187     now accepts the flags --with-gdal and --without-gdal.
7188     If --without-gdal is specified setup.py will try to
7189     use the gdal parameters specified by gdal-config. Under
7190     windows, those parameters have to be set in setup.py
7191     as with proj4 an wxWindows.
7192    
7193     * setup.py: Use a list instead of seperate variables for
7194     extension parameters so we can create a generic function
7195     that runs an appropriate *-config script.
7196     (run_cs_script): Renamed from run_wx_script and modified
7197     to accept a second argument which is a list of lists to
7198     be filled in by the values returned from running the command.
7199     (thuban_build_ext): New. Extends the build_ext command and
7200     provides the options --with-gdal/--without-gdal which then
7201     optionally includes the gdalwarp extension.
7202    
7203     * Thuban/Model/resource.py: First check if we can import
7204     the gdalwarp Thuban extension before checking for gdal.
7205     Also added some comments.
7206    
7207     * Thuban/UI/legend.py (ScaleBarBitmap.__SetScale): Check if
7208     the map is None which may be the case if none has been loaded
7209     yet.
7210    
7211     * Thuban/UI/main.py (main): Remove call to ShowLegend.
7212    
7213     * Thuban/UI/mainwindow.py (MainWindow.__init__): Call ShowLegend().
7214    
7215     * Thuban/UI/renderer.py: Check for gdal support before importing
7216     gdalwarp.
7217     (MapRenderer.render_map): Only try to optimize if we have gdal
7218     support otherwise nothing will get drawn.
7219    
7220 jonathan 1237 * Thuban/UI/view.py (MapCanvas.FitMapToWindow): This may be called
7221     during startup before a map has been created. Check if map is None
7222     before using it and do nothing if it is.
7223    
7224 jonathan 1224 2003-06-17 Jonathan Coles <[email protected]>
7225    
7226     Fix the problem with raster layers under Windows that caused
7227     Thuban to crash. The view should respond to layer projection
7228     changed events to update the display. Changes to a projection
7229     should not cause the map to be set to full extent.
7230    
7231     * Thuban/UI/view.py (MapCanvas.__init__): New instance variable
7232     current_map_proj to remember the current map projection so that
7233     when the projection changes we know what the previous projection
7234     was.
7235     (MapCanvas.SetMap): Unsubscribe and subscribe to
7236     LAYER_PROJECTION_CHANGED events.
7237     (MapCanvas.projection_changed): Split into two methods that respond
7238     to map and layer projection changes.
7239     (MapCanvas.map_projection_changed): New. Takes the current view and
7240     projects it using the new projection. This does not cause the
7241     map to be redrawn at full extent.
7242     (MapCanvas.layer_projection_changed): New. Cause a redraw which
7243     will draw each layer in its new projection.
7244    
7245     * extensions/thuban/bmpdataset.cpp (BMPDataset::Open): Call
7246     VSIFClose() not VSIFCloseL() to close the file. Fixes a crash
7247     under Windows.
7248    
7249     * extensions/thuban/gdalwarp.cpp (MFILENAME): Padding should be
7250     to twice sizeof(void*) because there are two digits for each
7251     hex byte.
7252    
7253 bh 1220 2003-06-16 Bernhard Herzog <[email protected]>
7254    
7255     Update to the layer interface: Direct access to the table,
7256     shapetable, shapefile and filename attributes is now actively
7257     deprecated by issuing deprecation warnings for all places where
7258     this happens.
7259    
7260     * Thuban/Model/layer.py (Layer.__getattr__): New. Implement access
7261     to the instance variables table, shapetable, shapefile and
7262     filename via __getattr__ so that we can issue a deprecation
7263     warning.
7264     (Layer.SetShapeStore): Don't set the deprecated instance variables
7265     any more
7266     (Layer.SetShapeStore): Don't use deprecated layer instance
7267     variables
7268     (Layer.Destroy): No need to explicitly remove the instance
7269     variables any more
7270     (Layer.GetFieldType, Layer.Shape): Don't use deprecated layer
7271     instance variables
7272    
7273     * Thuban/UI/classgen.py (ClassGenDialog.__init__)
7274     (GenUniformPanel._OnRetrieve, GenUniquePanel._OnRetrieve)
7275     (GenQuantilesPanel.GetList, GenQuantilesPanel.OnRetrieve): Don't
7276     use deprecated layer instance variables
7277    
7278     * Thuban/UI/classifier.py (Classifier.__init__): Don't use
7279     deprecated layer instance variables
7280    
7281     * Thuban/UI/identifyview.py (IdentifyListCtrl.selected_shape)
7282     (IdentifyGridCtrl.selected_shape): Don't set the deprecated layer
7283     instance variables
7284    
7285     * Thuban/UI/tableview.py (LayerTableGrid.select_shapes): Don't use
7286     deprecated layer instance variables
7287    
7288     * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Don't use
7289     deprecated layer instance variables
7290    
7291     * Thuban/Model/save.py (SessionSaver.write_layer): Don't use
7292     deprecated layer instance variables
7293    
7294     * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer)
7295     (MapRenderer.polygon_render_param): Don't use deprecated layer instance
7296     variables
7297    
7298     * test/runtests.py (main): Turn Thuban's deprecation warnings into
7299     errors so that they're cought by the tests
7300    
7301     * test/test_load.py (TestSingleLayer.test): Don't use deprecated
7302     layer instance variables
7303    
7304 jonathan 1212 2003-06-16 Jonathan Coles <[email protected]>
7305    
7306     Fix a problem under Windows whereby if the user double-clicks on a
7307     layer in the legend that tree item will expand or collapse as well
7308     as open the layer properties dialog. The state of the tree item
7309     should not be affected.
7310    
7311     * Thuban/UI/legend.py (LegendTree.__init__): Add instance variable
7312     preventExpandCollapse and subscribe to expanding and collapsing
7313     events.
7314     (LegendTree.OnItemExpandCollapse): New. Responds to expanding and
7315     collapsing events and will veto the event if it has been triggered
7316     by the user double clicking on a layer.
7317     (LegendTree._OnItemActivated): Set preventExpandCollapse to indicate
7318     that an expanding/collapsing event should be vetoed.
7319    
7320 bh 1208 2003-06-13 Bernhard Herzog <[email protected]>
7321    
7322     * Thuban/UI/classifier.py (Classifier.OnClose)
7323     (Classifier.map_layers_removed)
7324     (Classifier.layer_shapestore_replaced): Unsubscribe the messages
7325     in OnClose and not in map_layers_removed or
7326     layer_shapestore_replaced to make sure it always happens when the
7327     dialog is closed
7328    
7329 jonathan 1201 2003-06-13 Jonathan Coles <[email protected]>
7330    
7331 jonathan 1203 This puts back a fix for Windows where a panel is needed so that
7332     the background of the table view appears correctly.
7333    
7334     * Thuban/UI/tableview.py (TableFrame.__init__): Add a panel
7335     object that can be used by derived classes to place any
7336     controls (including the grid) onto.
7337     (QueryTableFrame.__init__): Use the panel as the parent window
7338     for all the controls. Reparent the grid so that the panel is
7339     the parent. Call UpdateStatusText() to correctly initialize
7340     the status bar.
7341    
7342     2003-06-13 Jonathan Coles <[email protected]>
7343    
7344 jonathan 1201 * Thuban/UI/dialogs.py (ThubanFrame): New: a class that inherits
7345     from wxFrame (as opposed to wxDialog like the other classes)
7346     but otherwise behaves like the other classes. This is needed
7347     for the TableView which isn't really a dialog and needs to
7348     have a status bar and control buttons.
7349    
7350     * Thuban/UI/tableview.py (TableGrid.__init__): Create an
7351     instance variable to keep track of how many rows are selected.
7352     Subscribe once to the the events we are interested in.
7353     (ThubanGrid.OnRangeSelect): Only handle event if event handling
7354     hasn't been turned off.
7355     (ThubanGrid.OnSelectCell): Only handle event if event handling
7356     hasn't been turned off.
7357     (ThubanGrid.ToggleEventListeners): Rather than subscribe None
7358     as an event listener (which changes the event handler stack)
7359     simply set an instance variable to False. This is checked in
7360     the event handlers.
7361     (ThubanGrid.GetNumberSelected): Return the number of currently
7362     selected rows.
7363     (TableFrame): Inherit from ThubanFrame so we can have a
7364     status bar and control buttons.
7365     (QueryTableFrame.__init__): Create a status bar. Fixes RTbug #1942.
7366     Explicitly set which items are selected in the operator choice and
7367     action choice so there is always a valid selection. Fixes RTbug #1941.
7368     Subscribe to grid cell selection events so we can update the
7369     status bar.
7370     (QueryTableFrame.UpdateStatusText): Update the status bar with
7371     how many rows are in the grid, how many columns, and how many
7372     rows are selected.
7373     (QueryTableFrame.OnGridSelectRange, QueryTableFrame.OnGridSelectCell):
7374     Call UpdateStatusText when cells are (de)selected.
7375     (QueryTableFrame.OnQuery): Use the string value in the value
7376     combo if either the selected item index is 0 or if the string
7377     cannot be found in the predefined list (this happens if the
7378     user changes the text). Fixes RTbug #1940.
7379     Only turn off the grid event listeners if there a query comes
7380     back with a none empty list of ids. in the case that the list
7381     is empty this causes a grid.ClearSelection() call to actually
7382     clear the grid selection which causes the selected items in
7383     the map to be deselected. Fixes RTbug #1939.
7384    
7385     * test/test_save.py (XMLWriterTest.Encode): Check return values.
7386     Fixes RTbug #1851.
7387    
7388 bh 1195 2003-06-13 Bernhard Herzog <[email protected]>
7389    
7390     * Thuban/UI/identifyview.py (IdentifyView.__init__): Call
7391     self.selected_shape with the current selection to make sure the
7392     contents of the dialog are up to date when it's shown for the
7393     first time.
7394     The dialog used to work without this by luck. The recent fix to
7395     the connector module 'broke' a 'feature' the identify view was
7396     relying on, i.e that subscribing to a message in response to
7397     receiving a message of that type would mean that the new
7398     subscriber would also be called for the same message.
7399    
7400 jonathan 1169 2003-06-12 Jonathan Coles <[email protected]>
7401 jonathan 1175
7402 jonathan 1193 * extensions/thuban/gdalwarp.cpp: Removed debug printing as
7403     the image is rendered. Fixes RTbug #1937.
7404    
7405     2003-06-12 Jonathan Coles <[email protected]>
7406    
7407 jonathan 1191 * Thuban/Lib/fileutil.py: As is done under Windows, create the
7408 jonathan 1193 user directory if it doesn't exist on a posix system.
7409     Fixes RTbug #1815.
7410 jonathan 1191
7411     * Thuban/Model/resource.py (get_user_proj_files): Moved the
7412     called to get_application_dir here, so that the directory
7413     will only be called if this method is invoked.
7414    
7415     * Thuban/UI/projdialog.py (ProjFrame.__DoOnProjAvail): Clear
7416     the projfilepath if no projection is selected.
7417    
7418     2003-06-12 Jonathan Coles <[email protected]>
7419    
7420 jonathan 1182 * Thuban/UI/legend.py (ScaleBarBitmap.__SetScale): Don't draw
7421     the scalebar if the current map has no projection set.
7422    
7423     * Thuban/UI/projdialog.py (ProjFrame.__DoOnProjAvail): Set the
7424     projfilepath label to just the basename of the projection file
7425     rather than include the entire path.
7426    
7427     * Thuban/Model/resource.py: Fix missed proj functions that
7428     needed to be renamed.
7429    
7430     2003-06-12 Jonathan Coles <[email protected]>
7431    
7432 jonathan 1178 * Thuban/Model/classification.py: Removed assert statements that
7433     tested if the variable was an instance of Color.
7434    
7435     * Thuban/Model/color.py (Color): Remove commented code that isn't
7436     used.
7437     (Transparent): Renamed from NoColor. Doesn't inherit from Color.
7438     Fixes RTbug #1835.
7439     (Transparent.__eq__, Transparent.__ne, Transparent.__repr): New.
7440     Needed now that the class doesn't inherit from Color.
7441    
7442     2003-06-12 Jonathan Coles <[email protected]>
7443    
7444 jonathan 1175 * test/test_save.py (XMLWriterTest.testEncode): Explicitly
7445     check unicode strings.
7446    
7447     * test/test_layer.py: Check for existence of gdal.
7448    
7449     2003-06-12 Jonathan Coles <[email protected]>
7450 jonathan 1172
7451     * Thuban/Model/xmlreader.py: New. Contains the XMLReader class
7452     that was in load.py
7453 jonathan 1169
7454 jonathan 1172 * Thuban/Model/xmlwriter.py: New. Contains the XMLWriter class
7455     that was in save.py
7456    
7457     2003-06-12 Jonathan Coles <[email protected]>
7458    
7459 jonathan 1169 This is largely a collection of bug fixes. We also handle the
7460     case where gdal is not on the system. The XMLReader and XMLWriter
7461     classes were moved into there own files to resolve some circular
7462     import references and because they shouldn't really be in the
7463     file that is dediciated to reading/writing session files since
7464     they are also used elsewhere.
7465    
7466     * Thuban/Model/classgen.py: Renamed functions to follow the
7467     function_names_with_underscores style. Fixes RTbug #1903.
7468     (calculate_quantiles): Raise ValueError if 'percents' is invalid.
7469    
7470     * Thuban/Model/layer.py: Import gdal only if it available.
7471     (RasterLayer): Handle the case where the gdal library is unavailable.
7472     Addresses RTbug #1877.
7473    
7474     * Thuban/Model/load.py (XMLReader): Moved into seperate file
7475     xmlreader.py.
7476    
7477 jonathan 1172 2003-06-12 Jonathan Coles <[email protected]>
7478    
7479     This is largely a collection of bug fixes. We also handle the
7480     case where gdal is not on the system. The XMLReader and XMLWriter
7481     classes were moved into there own files to resolve some circular
7482     import references and because they shouldn't really be in the
7483     file that is dediciated to reading/writing session files since
7484     they are also used elsewhere.
7485    
7486     * Thuban/Model/classgen.py: Renamed functions to follow the
7487     function_names_with_underscores style. Fixes RTbug #1903.
7488     (calculate_quantiles): Raise ValueError if 'percents' is invalid.
7489    
7490     * Thuban/Model/layer.py: Import gdal only if it available.
7491     (RasterLayer): Handle the case where the gdal library is unavailable.
7492     Addresses RTbug #1877.
7493    
7494     * Thuban/Model/load.py (XMLReader): Moved into seperate file
7495     xmlreader.py.
7496    
7497 jonathan 1169 * Thuban/Model/save.py (escape, XMLWriter): Moved into seperate
7498     file xmlwriter.py.
7499    
7500     * Thuban/Model/resource.py: Renamed functions to following the
7501     function_names_with_underscores style.
7502     (has_gdal_support): New function that returns true if the gdal
7503     library is available. Addresses RTbug #1877.
7504    
7505     * Thuban/UI/application.py (ThubanApplication.OpenSession):
7506     Display a message box if the gdal library is not available, but
7507     only if there are any layers that would use it. Addresses RTbug #1877.
7508    
7509     * Thuban/UI/classgen.py: Use renamed projection resource functions.
7510     (GenUniformPanel.__CalcStepping): Fix a slight discrepency
7511     when using integers versus floats.
7512    
7513     * Thuban/UI/mainwindow.py (_has_gdal_support): New. Used to
7514     determine if the "Add Image Layer" menu option should be
7515     greyed out or not. Addresses RTbug #1877.
7516    
7517     * Thuban/UI/projdialog.py: Use renamed projection resource functions.
7518    
7519     * Thuban/UI/renderer.py (MapRenderer.render_map): Only try to
7520     optimize if a raster layer is visible. Fixes RTbug #1931.
7521     Only draw the raster layer if the gdal library is available.
7522     Addresses RTbug #1877.
7523    
7524     * test/test_classgen.py: Add tests for generate_singletons,
7525     generate_uniform_distribution, generate_quantiles. Fixes RTbug #1903.
7526     (test_calculate_quantiles): Fix some tests to catch the new
7527     ValueError that is raised.
7528    
7529     * test/test_proj.py: Use renamed projection resource functions.
7530    
7531     * test/test_save.py (SaveSessionTest.testClassifiedLayer): New
7532     test for saving classified layers. Fixes RTbug #1902.
7533     (XMLWriterTest): New. Tests the XMLWriter class. Fixes RTbug #1851.
7534    
7535 jan 1156 2003-06-12 Jan-Oliver Wagner <[email protected]>
7536    
7537     Fix for http://intevation.de/rt/webrt?serial_num=1900.
7538    
7539     * Thuban/UI/multiplechoicedialog.py: New. A multiple choice dialog.
7540    
7541     * Thuban/UI/mainwindow.py: import wxMultipleChoiceDialog from
7542     multiplechoicedialog.py rather than from the wxPython library.
7543    
7544 frank 1151 2003-06-11 Frank Koormann <[email protected]>
7545    
7546 frank 1152 * Thuban/Lib/fileutil.py (get_application_dir): Minor stability
7547     update.
7548    
7549     2003-06-11 Frank Koormann <[email protected]>
7550    
7551 frank 1151 * Thuban/Lib/fileutil.py (get_application_dir): New function to
7552     determine the absolute .thuban/thuban directory under
7553     "posix" (os.expanduser) and "nt" (read AppData registry key).
7554    
7555     * Thuban/Model/resource.py: Use get_application_dir
7556    
7557     * Thuban/UI/application.py (ThubanApplication.read_startup_files):
7558     Use get_application_dir.
7559    
7560 bh 1143 2003-06-10 Bernhard Herzog <[email protected]>
7561    
7562 bh 1147 * Thuban/UI/tableview.py (LayerTableFrame.__init__): Subscribe to
7563     the messages MAP_LAYERS_REMOVED messages
7564     (LayerTableFrame.OnClose): Unsubscribe from it.
7565     (LayerTableFrame.map_layers_removed): New. Receiver for
7566     MAP_LAYERS_REMOVED. Close the dialog when the layer whose the
7567     dialog is showing is removed.
7568    
7569     2003-06-10 Bernhard Herzog <[email protected]>
7570    
7571 bh 1145 * Thuban/Lib/connector.py (Connector.Issue): Iterate over a copy
7572     of the receivers list so that unsubscribing in a receiver doesn't
7573     modify it while iterating over it.
7574    
7575     * test/test_connector.py
7576     (ConnectorTest.test_disconnect_in_receiver): New. Test whether
7577     unsubscribing in a receiver works correctly. See docstring for
7578     details
7579    
7580     2003-06-10 Bernhard Herzog <[email protected]>
7581    
7582 bh 1143 * Thuban/Model/messages.py (LAYER_SHAPESTORE_REPLACED): New
7583     message.
7584    
7585     * Thuban/Model/layer.py (Layer.SetShapeStore): Send
7586     LAYER_SHAPESTORE_REPLACED when the shapestore changes. A
7587     LAYER_CHANGED will still be sent if the classification changes.
7588    
7589     * Thuban/UI/classifier.py (Classifier.__init__): Add the map as
7590     parameter so we can subscribe to some of its messages
7591     (Classifier.__init__): Subscribe to the map's MAP_LAYERS_REMOVED
7592     and the layer's LAYER_SHAPESTORE_REPLACED
7593     (Classifier.unsubscribe_messages): New. Unsubscribe from message
7594     subscribed to in __init__
7595     (Classifier.map_layers_removed)
7596     (Classifier.layer_shapestore_replaced): receivers for the messages
7597     subscribed to in __init__. Unsubscribe and close the dialog
7598    
7599     * Thuban/UI/mainwindow.py (MainWindow.OpenLayerProperties): Pass
7600     the map to the Classifier dialog
7601    
7602     * test/test_layer.py (SetShapeStoreTests): Derive from
7603     SubscriberMixin as well so we can test messages
7604     (SetShapeStoreTests.setUp): Subscribe to some of the layer's
7605     messages
7606     (SetShapeStoreTests.tearDown): Clear the messages again
7607     (SetShapeStoreTests.test_sanity): Expand the doc-string and check
7608     for the modified flag too
7609     (SetShapeStoreTests.test_set_shape_store_modified_flag): New test
7610     to check whether SetShapeStore sets the modified flag
7611     (SetShapeStoreTests.test_set_shape_store_different_field_name)
7612     (SetShapeStoreTests.test_set_shape_store_same_field)
7613     (SetShapeStoreTests.test_set_shape_store_same_field_different_type):
7614     Add tests for the messages. This checks both the new
7615     LAYER_SHAPESTORE_REPLACED and the older LAYER_CHANGED
7616    
7617 jan 1141 2003-06-06 Jan-Oliver Wagner <[email protected]>
7618    
7619     * Thuban/UI/mainwindow.py: Improved and partly added help texts for
7620     the menu items.
7621    
7622 frank 1134 2003-06-05 Frank Koormann <[email protected]>
7623    
7624 frank 1139 * Thuban/UI/identifyview.py (IdentifyView.__init__):
7625     Layout reimplemented without panel. Make life easier to fit the list
7626     in the dialog.
7627    
7628     2003-06-05 Frank Koormann <[email protected]>
7629    
7630 frank 1137 * Thuban/UI/projdialog.py (ProjFrame.__init__): Fill the projchoice
7631     once on initialisation (Former implementation resulted in multiple
7632     entries for each projection).
7633     (ProjFrame.__FillAvailList): selectProj as second optional parameter,
7634     if set, select the projection found under the specified name. This
7635     overwrites any other selection estimate.
7636     Removed projchoice filling from this method.
7637     (ProjFrame._OnSave, ProjFrame._OnAddToList):
7638     Updated call of ProjFrame.__FillAvailList
7639     (LCCPanel._DoLayout): Moved parameter controls in more common order.
7640    
7641     * Resources/Projections/defaults.proj: Extended defaults representing
7642     various common European projections.
7643    
7644     2003-06-05 Frank Koormann <[email protected]>
7645    
7646 frank 1134 * Thuban/UI/identifyview.py (IdentifyView.__init__):
7647     Use ListCtrl instead of GridCtrl
7648    
7649     * Thuban/Model/resource.py:
7650     Guess location of .thuban directory from tempdir parent directory.
7651    
7652     * Thuban/UI/application.py (ThubanApplication.read_startup_files):
7653     Guess location of .thuban directory from tempdir parent directory.
7654    
7655 bh 1130 2003-06-04 Bernhard Herzog <[email protected]>
7656    
7657     Do not cache the values returned by the tree widget's
7658     GetFirstChild and GetNextChild methods because it led to lots of
7659     segfaults. The new way requires more brute force but is more
7660     reliable.
7661    
7662     * Thuban/UI/legend.py (LegendTree.__init__): Remove instance
7663     variable layer2id
7664     (LegendTree.find_layer): New method to do with brute force what
7665     layer2id tried to accomplish
7666     (LegendTree._OnMsgLayerChanged)
7667     (LegendTree._OnMsgLayerTitleChanged, LegendTree.__ShowHideLayer):
7668     Use find_layer instead of layer2id
7669     (LegendTree.__RemoveLayer, LegendTree.__AddLayer): No need to
7670     update layer2id anymore
7671     (LegendTree._OnMsgMapLayersRemoved)
7672     (LegendTree._OnMsgMapLayersAdded): Get by without layer2id.
7673    
7674 tkoester 1128 2003-06-03 Thomas Koester <[email protected]>
7675    
7676     * Thuban/Model/classgen.py (GenQuantiles0): New function.
7677    
7678 bh 1120 2003-06-02 Bernhard Herzog <[email protected]>
7679    
7680 bh 1127 * Thuban/UI/mainwindow.py (layer_rename command, table_rename command):
7681     New commands.
7682     (main_menu): Add the new commands.
7683     (MainWindow.TableRename): New. Implementation of the table_rename
7684     command.
7685     (MainWindow.RenameLayer): New. Implementation of the layer_rename
7686     command.
7687    
7688     * Thuban/Model/session.py (Session.AddTable): call self.changed to
7689     set the modified flag
7690    
7691     * test/test_session.py (TestSessionSimple.test_add_table): Test
7692     whether the modified flag is set properly
7693    
7694     * Thuban/Model/base.py (TitledObject.SetTitle): Call changed
7695     instead of issue so that the modified flags get updated.
7696    
7697     * test/test_base.py (SomeTitledObject): Derive from Modifiable
7698     instead of Publisher to reflect reality better and to accomodate
7699     the fact that SetTitle now calls changed instead of issue
7700    
7701     2003-06-02 Bernhard Herzog <[email protected]>
7702    
7703     * Thuban/UI/classgen.py (GenQuantilesPanel.GetList): Resource
7704     acquisition has to happen before the try in a try-finally.
7705    
7706     2003-06-02 Bernhard Herzog <[email protected]>
7707    
7708 bh 1120 * Thuban/UI/legend.py (LegendTree._OnMsgMapLayersRemoved): It's
7709     possible that a layer is removed that is not currently selected in
7710     the legend so don't check for this.
7711    
7712 bh 1112 2003-05-30 Bernhard Herzog <[email protected]>
7713    
7714 bh 1118 * Thuban/Model/layer.py (Layer.Destroy): Set all instance
7715     variables to None that have direct or indirect references to
7716     shapefiles or dbf files to make sure that they do go away and the
7717     files are closed.
7718    
7719     2003-05-30 Bernhard Herzog <[email protected]>
7720    
7721 bh 1116 * Thuban/UI/legend.py (LegendTree.GetRootItem): Reset
7722     availImgListIndices when a new image list is created
7723    
7724     2003-05-30 Bernhard Herzog <[email protected]>
7725    
7726 bh 1114 * Thuban/UI/legend.py (LegendTree.__init__): New instance variable
7727     changing_selection to indicate whether the LegendTree code itself
7728     is currently changing the selection
7729     (LegendTree.normalize_selection): New method to normalize the
7730     selection by selecting the layer item even if the user clicked on
7731     the classification.
7732     (LegendTree._OnSelChanged): normalize the selection. This works
7733     around a bug in wx which doesn't keep track of the selection
7734     properly when subtrees are deleted.
7735    
7736     2003-05-30 Bernhard Herzog <[email protected]>
7737    
7738 bh 1112 * Thuban/UI/view.py (MapCanvas.set_view_transform): Limit the
7739     maximum and minimum scale factors.
7740    
7741     * test/test_classgen.py (ClassGenTest.test): Update to reflect the
7742     changes in classgen.py
7743    
7744 jonathan 1109 2003-05-30 Jonathan Coles <[email protected]>
7745    
7746     * Thuban/Model/classgen.py: Remove ClassGenerator class but make
7747     all the methods functions. Fixes RTBug #1903.
7748    
7749     * Thuban/Model/map.py (Map.TopLayer, Map.BottomLayer): Renamed
7750     to MoveLayerToTop and MoveLayerToBottom respectively. Fixes
7751     RTBug #1907.
7752    
7753     * Thuban/UI/classgen.py: Use classgen functions that were part
7754     of the ClassGenerator class. Put try/finally blocks around
7755     code that uses wxBeginBusyCursor()/wxEndBusyCursor(). Fixes
7756     RTBug #1904.
7757    
7758     * Thuban/UI/classifier.py: Remove unused import of ClassGenerator.
7759    
7760     * Thuban/UI/legend.py: The legend was cleared and repopulated any
7761     time something changed which caused some state to be lost such
7762     as which children were expanded or collapsed. Fixes RTBug #1901.
7763     (LegendTree._OnMsgMapLayersAdded): Add only new layers.
7764     (LegendTree.__OnMsgMapLayersRemoved): Remove layers that exist in
7765     the legend but not in the map.
7766     (LegendTree.__FillTree): Move main functionality out into smaller
7767     methods that can be used by other methods.
7768     (LegendTree.__FillTreeLayer): Reuse old slots in the image list
7769     if they are available.
7770     (LegendTree.DeleteAllItems): Renamed from __DeleteAllItems so
7771     that we override the wxTreeCtrl method. Iterate over children
7772     and call __RemoveLayer.
7773     (LegendTree.__AddLayer): New. Add a new layer to the legend.
7774     (LegendTree.__RemoveLayer): Remove a layer from the legend.
7775     (LegendTree.DeleteChildren): New, overrides wxTreeCtrl method.
7776     Should only be called with the id of a layer branch.
7777     (LegendTree.GetRootItem): New, overrides wxTreeCtrl method.
7778     Returns the root item or creates one if necessary.
7779    
7780     * Thuban/UI/renderer.py (MapRenderer.draw_raster_layer): Call
7781     ProjectRasterFile with tuple arguments instead of strings.
7782    
7783     * Thuban/UI/tableview.py (QueryTableFrame.OnQuery): Wrap code
7784     with try/finally. Fixes RTBug #1904.
7785    
7786     * Thuban/UI/view.py (MapCanvas.OnPaint): Wrap code
7787     with try/finally. Fixes RTBug #1904.
7788     (MapCanvas.FitSelectedToWindow): If a single point is selected
7789     simply center it on the display. Fixes RTBug #1849.
7790    
7791     * extensions/thuban/gdalwarp.cpp: Removed code that allowed gdalwarp
7792     to be compiled as a standalone app. Now the code can only be
7793     called from Python which simplifies the parameter passing.
7794     (ProjectRasterFile): Handle Python arguments. Remove code that
7795     checks for a destination dataset. Add more clean up code.
7796    
7797     * test/test_map.py (TestMapWithContents.test_raise_layer_top,
7798     TestMapWithContents.test_lower_layer_bottom):
7799     Test Map.MoveLayerToTop() and Map.MoveLayerToBottom() respectively.
7800     Fixes RTBug #1907.
7801    
7802     * Thuban/UI/mainwindow.py (MainWindow.ToggleLegend): Apply a full
7803     extent to the map when the legend is toggled. Fixes RTBug #1881.
7804    
7805 jan 1097 2003-05-29 Jan-Oliver Wagner <[email protected]>
7806    
7807     * Thuban/UI/tableview.py (LayerTableFrame.OnClose): Bug-fix: Now
7808     unsubscribes all that is subcribed in __init__.
7809    
7810 bh 1089 2003-05-28 Bernhard Herzog <[email protected]>
7811    
7812 bh 1095 * Thuban/UI/mainwindow.py (MainWindow.DuplicateLayer)
7813     (MainWindow.CanDuplicateLayer): New methods to implement the
7814     Layer/Duplicate command.
7815     (layer_duplicate command): New.
7816     (main_menu): Add layer_duplicate to the Layer menu.
7817    
7818     2003-05-28 Bernhard Herzog <[email protected]>
7819    
7820 bh 1093 * Thuban/UI/tableview.py (NullRenderer.Draw): New. Our own
7821     renderer so that NULL/None values get displayed differently (by a
7822     gray rectangle).
7823     (TableGrid.__init__): Override the default renderers
7824    
7825     2003-05-28 Bernhard Herzog <[email protected]>
7826    
7827 bh 1089 * Thuban/Model/layer.py (Layer.SetShapeStore): Set the
7828     classification to "None" if the type of the field has changed.
7829    
7830     * test/test_layer.py (SetShapeStoreTests): New. Class with a few
7831     test for the Layer.SetShapeStore method
7832    
7833 jan 1087 2003-05-28 Jan-Oliver Wagner <[email protected]>
7834 jan 1085
7835 jan 1087 * Thuban/Model/layer.py (Layer.TreeInfo): Fixed a bug (a layer
7836     does not necessarily have a filename).
7837    
7838     2003-05-28 Jan-Oliver Wagner <[email protected]>
7839    
7840 jan 1085 * Thuban/UI/mainwindow.py (MainWindow.TableClose, MainWindow.TableShow):
7841     sort the selection list for the dialog.
7842    
7843 frank 1083 2003-05-28 Frank Koormann <[email protected]>
7844    
7845     * extensions/thuban/wxproj.cpp
7846     (project_point): Removed cast to int for projected point coordinates.
7847     (shape_centroid): Return last point if all polygon vertices fall
7848     to one point.
7849    
7850 bh 1079 2003-05-28 Bernhard Herzog <[email protected]>
7851    
7852 bh 1081 * Thuban/UI/mainwindow.py (_can_unjoin): Add doc-string and cope
7853     with layers that don't have shapestores, i.e. raster layers.
7854    
7855     2003-05-28 Bernhard Herzog <[email protected]>
7856    
7857 bh 1079 * Thuban/Model/table.py (DBFTable.__init__): Omit the extension
7858     when determining the title from the filename.
7859    
7860     * test/test_dbf_table.py (TestDBFTable.test_title): Update to
7861     reflect changes in the way the title is derived from the filename
7862    
7863 frank 1077 2003-05-28 Frank Koormann <[email protected]>
7864    
7865     * Thuban/UI/mainwindow.py (MainWindow.TableShow):
7866     Added wxDEFAULT_DIALOG_STYLE to show table dialog styles.
7867    
7868 bh 1069 2003-05-27 Bernhard Herzog <[email protected]>
7869    
7870 bh 1075 * Thuban/UI/mainwindow.py (MainWindow.delegated_messages): Also
7871     delegate SelectedLayer.
7872     (MainWindow.LayerUnjoinTable): Implement.
7873     (_can_unjoin): New. Helper function for the sensitivity of the
7874     layer/unjoin command.
7875    
7876     * Thuban/Model/data.py (ShapefileStore.OrigShapeStore)
7877     (DerivedShapeStore.OrigShapeStore): New. Return the original
7878     shapestore. Used to figure out how to unjoin.
7879     (DerivedShapeStore.Shapefile): Fix a typo.
7880    
7881     2003-05-27 Bernhard Herzog <[email protected]>
7882    
7883 bh 1073 * Thuban/UI/join.py (JoinDialog): Extend to handle layer joins as
7884     well
7885     (JoinDialog.__init__): Use the layer parameter and only build the
7886     left choice when a layer is given
7887     (JoinDialog.OnJoin): Handle layer joins as well
7888     (JoinDialog.OnLeftTable, JoinDialog.OnRightTable): Handle the case
7889     that the user selects the "Select..." item. The sensitivitly
7890     updating is now in update_sensitivity
7891     (JoinDialog.y): New method to refactor the sensitivity update of
7892     the join button into its own method.
7893    
7894     * Thuban/UI/mainwindow.py (MainWindow.LayerJoinTable): Implement.
7895    
7896     2003-05-27 Bernhard Herzog <[email protected]>
7897    
7898 bh 1071 * Thuban/UI/mainwindow.py (table_close command): Make it sensitive
7899     iff there are unreferenced tables in the session
7900    
7901     2003-05-27 Bernhard Herzog <[email protected]>
7902    
7903 bh 1069 * Thuban/Model/messages.py (TABLE_REMOVED): New message.
7904    
7905     * Thuban/Model/session.py (Session.UnreferencedTables): New method
7906     to return tables that are not referenced by other tables or shape
7907     stores and can be removed.
7908     (Session.RemoveTable): Issue a TABLE_REMOVED message after
7909     removing the table
7910    
7911     * Thuban/UI/mainwindow.py: Remove unused imports
7912     (MainWindow.TableClose): Implement.
7913    
7914     * Thuban/UI/tableview.py (TableFrame.__init__): Subscribe to some
7915     messages so that the frame will be automatically closed when a new
7916     session is opened or the table is removed.
7917     (TableFrame.OnClose): Unsubscribe the Subscriptions made in
7918     __init__
7919     (TableFrame.close_on_session_replaced)
7920     (TableFrame.close_on_table_removed): New. Subscribers that close
7921     the window
7922    
7923     * test/test_session.py (TestSessionMessages.test_remove_table)
7924     (TestSessionSimple.test_remove_table): Move the test to
7925     TestSessionSimple and add test for the TABLE_REMOVED message
7926     (TestSessionBase.setUp): Also subscribe to TABLE_REMOVED
7927     (TestSessionSimple.test_unreferenced_tables) New. Test for the
7928     UnreferencedTables method.
7929     (UnreferencedTablesTests): New. Class with some more sophisticated
7930     tests for UnreferencedTables.
7931    
7932 frank 1065 2003-05-27 Frank Koormann <[email protected]>
7933    
7934 frank 1067 * Thuban/UI/tableview.py (QueryTableFrame.__init__): The "_S_election"
7935     display has some unwanted side effects. Removed again.
7936    
7937     2003-05-27 Frank Koormann <[email protected]>
7938    
7939 frank 1065 * Resources/Bitmaps/legend_icon_layer.xpm: New, icon for legend.
7940    
7941     * Thuban/UI/legend.py (LegendTree.__FillTree): Use "legend_icon_layer"
7942    
7943 jan 1062 2003-05-27 Jan-Oliver Wagner <[email protected]>
7944    
7945 bh 1069 * test/test_menu.py (MenuTest.test): Added test for
7946     Menu.RemoveItem().
7947 jan 1062
7948 bh 1069 * Thuban/UI/menu.py (Menu.RemoveItem): New. Remove an item from
7949     the menu.
7950 jan 1062
7951 frank 1059 2003-05-27 Frank Koormann <[email protected]>
7952    
7953     Nonmodal dialogs without parent (i.e. they can fall behind the main
7954     window)
7955    
7956     * Thuban/UI/mainwindow.py (MainWindow.OnClose): Explicitly destroy
7957     all dialogs in the dialogs dictionary and the canvas.
7958    
7959     * Thuban/UI/dialogs.py (NonModalNonParentDialog): New class, without
7960     parent, i.e. can fall behind other windows.
7961     (NonModalDialog.OnClose): Check is dialog is in mainwindow.dialog
7962     dictionary before removing it.
7963    
7964     * Thuban/UI/classifier.py: Dialog derived from NonModalNonParentDialog
7965    
7966     * Thuban/UI/projdialog.py: Dialog derived from NonModalNonParentDialog
7967     * Thuban/UI/tableview.py: Dialog derived from NonModalNonParentDialog
7968     * Thuban/UI/tree.py: Dialog derived from NonModalNonParentDialog
7969    
7970 bh 1053 2003-05-27 Bernhard Herzog <[email protected]>
7971    
7972 bh 1055 * Thuban/UI/mainwindow.py (MainWindow.ShowTableView): New. Open a
7973     tableview dialog
7974     (MainWindow.TableShow): Use ShowTableView to open the dialogs.
7975     Also, don't use the table's titles as the dialog names. The titles
7976     aren't guaranteed to be unique.
7977     (MainWindow.TableOpen): Open a table view dialog after opening the
7978     table
7979    
7980     2003-05-27 Bernhard Herzog <[email protected]>
7981    
7982 bh 1053 * Thuban/UI/mainwindow.py: Remove the Table/Hide menu item. Its
7983     effect can be achieved by simply closing the window showing the
7984     table.
7985     (MainWindow.TableHide): Removed.
7986     (main_menu): Removed "table_hide"
7987    
7988 frank 1051 2003-05-27 Frank Koormann <[email protected]>
7989    
7990     Fix legend tree display problems under Win32
7991    
7992     * Thuban/UI/legend.py: BMP_SIZE_W = 15
7993     (LegendTree.__FillTree): Display "legend_icon_map.xpm" with layer title.
7994     (LegendTree.__FillTreeLayer): Explicitely set SelectedImage.
7995    
7996     * Resources/Bitmaps/legend_icon_map.xpm: New icon for legend.
7997    
7998 jan 1048 2003-05-27 Jan-Oliver Wagner <[email protected]>
7999    
8000     * Thuban/UI/menu.py (Menu.InsertSeparator): Additional optional parameter
8001     'after' now allows to insert separators almost anywhere in the menu.
8002    
8003 frank 1046 2003-05-27 Frank Koormann <[email protected]>
8004    
8005     * Thuban/UI/tableview.py (QueryTableFrame.__init__): Underline the
8006     "S" of selection box label to hint on hot key (Alt-S). Works under
8007     Win32 but is ignored under GTK.
8008    
8009     2003-05-26 Frank Koormann <[email protected]>
8010    
8011     * Thuban/UI/projdialog.py (ProjFrame.__do_layout, ProjPanel._DoLayout):
8012     Center Choices.
8013    
8014 bh 1038 2003-05-26 Bernhard Herzog <[email protected]>
8015    
8016 bh 1044 Remove the Precision methods again. They're too DBF specific to be
8017     part of the table interface and they're only used in table_to_dbf
8018     anyway.
8019    
8020     * Thuban/Model/transientdb.py (TransientTableBase.Width):Use a
8021     fixed precision of 12 for doubles.
8022     (TransientTableBase.Precision): Removed
8023     (AutoTransientTable.Width): Delegate to self.table.
8024    
8025     * Thuban/Model/table.py (DBFTable.Precision)
8026     (MemoryTable.Precision): Removed.
8027     (MemoryTable.Width): Use a fixed precision of 12 for doubles.
8028     (table_to_dbf): Use a fixed precision of 12 for floats unless the
8029     column object specifies something else.
8030    
8031     * test/test_dbf_table.py (TestTableToDBF.test_table_to_dbf): New.
8032     test for table_to_dbf
8033    
8034     2003-05-26 Bernhard Herzog <[email protected]>
8035    
8036     * test/test_transientdb.py
8037     (TestTransientTable.run_iceland_political_tests): Fix a comment.
8038    
8039     2003-05-26 Bernhard Herzog <[email protected]>
8040    
8041 bh 1038 * Thuban/UI/mainwindow.py (MainWindow.TableOpen): Real
8042     implementation. Mark parts of the file format strings for
8043     localization.
8044    
8045     * Thuban/Model/session.py (Session.OpenTableFile): New. Open a dbf
8046     file and add the table to the tables managed by the session
8047    
8048 bh 1040 * test/test_session.py (TestSessionSimple.test_open_table_file):
8049     New. test case for OpenTableFile
8050    
8051 jan 1033 2003-05-26 Jan-Oliver Wagner <[email protected]>
8052    
8053 jan 1035 * Thuban/UI/controls.py, Thuban/UI/identifyview.py, Thuban/UI/join.py,
8054     Thuban/UI/labeldialog.py, Thuban/UI/mainwindow.py,
8055     Thuban/UI/proj4dialog.py, Thuban/UI/tableview.py, Thuban/UI/view.py:
8056     Replace the true/false of wxWindows by True/False of Python 2.2.1.
8057    
8058     2003-05-26 Jan-Oliver Wagner <[email protected]>
8059    
8060 bh 1038 * Thuban/UI/tableview.py (LayerTableFrame.__init__): If there is
8061     already a selection present, update the grid accordingly.
8062 jan 1033
8063     * Thuban/UI/mainwindow.py (MainWindow.TableShow): Make the dialog
8064     resizeable and increase its initial size.
8065    
8066 frank 1030 2003-05-26 Frank Koormann <[email protected]>
8067    
8068     Table export functionality
8069    
8070     * Thuban/Model/table.py (DBFTable.Width, MemoryTable.Width):
8071     Return width (in characters) for a column.
8072     (DBFTable.Precision, MemoryTable.Precision): Return decimal precision.
8073     (table_to_dbf): Write table to dbf file.
8074     (table_to_csv): Write table to csv file.
8075    
8076     * Thuban/Model/transientdb.py (TransientTableBase.Width,
8077     TransientTableBase.Precision): Return column width and precision.
8078    
8079     * Thuban/UI/tableview.py (QueryTableFrame.OnSaveAs): Call table_to_dbf
8080     or table_to_csv depending on file selection.
8081    
8082     * test/test_dbf_table.py:
8083     Test table_to_dbf (extension of former part of test).
8084    
8085     * test/test_csv_table.py:
8086     Test table_to_csv.
8087    
8088 jan 1021 2003-05-23 Jan-Oliver Wagner <[email protected]>
8089    
8090 jan 1024 * Thuban/UI/join.py (JoinDialog.OnJoin): Use _() for strings.
8091     Use QueryTableFrame instead of TableFrame.
8092 jan 1021
8093 jan 1024 * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Prefix the
8094     table window with 'Layer Table:' instead of 'Table:'.
8095    
8096     2003-05-23 Jan-Oliver Wagner <[email protected]>
8097    
8098     Give all tables a title via mix-in TitledObject.LayerShowTable
8099    
8100 jan 1021 * Thuban/Model/base.py (TitledObject.SetTitle): Call method 'issue'
8101     only if it exists.
8102    
8103     * Thuban/Model/table.py (DBFTable, MemoryTable): mix-in TitledObject
8104     and call its init-method with a default title. Remove Title() method.
8105    
8106     * Thuban/Model/transientdb.py (TransientTable, TransientJoinedTable,
8107     AutoTransientTable): mix-in TitledObject and call its init-method with
8108     a default title. Remove Title() method.
8109    
8110 bh 1017 2003-05-23 Bernhard Herzog <[email protected]>
8111    
8112     * Thuban/Model/session.py (Session.AddShapeStore): Define
8113     AddShapeStore analogously to AddTable.
8114    
8115     * test/test_session.py (TestSessionSimple.test_add_shapestore):
8116     New. Test for AddShapeStore
8117    
8118 jan 1015 2003-05-23 Jan-Oliver Wagner <[email protected]>
8119    
8120     Introducing QueryTableFrame and a very coarse ShowTable implementation.
8121    
8122     * Thuban/UI/tableview.py (LayerTableFrame, QueryTableFrame): Split the
8123     class LayerTableFrame into two classes, LayerTableFrame and QueryTableFrame.
8124     The latter implements the selection GUI without dependency on a layer.
8125     LayerTableFrame now is derived from QueryTableFrame and connects
8126     to a layer.
8127    
8128     * Thuban/UI/mainwindow.py (MainWindow.TableShow): A very coarse
8129     implementation that still needs work.
8130    
8131     * Thuban/Model/layer.py (Layer.TreeInfo): Added filename.
8132    
8133 frank 1011 2003-05-22 Frank Koormann <[email protected]>
8134    
8135     * Thuban/Model/transientdb.py (TransientJoinedTable.__init__):
8136     Added "outer_join = False" as optional parameter.
8137     (TransientJoinedTable.create): If outer join is true, perform a
8138     "LEFT OUTER JOIN" instead of "JOIN", which preserves all records of
8139     the left table. Records not matching are filled with 0 / None.
8140    
8141     * Thuban/UI/join.py (JoinDialog.__init__): Checkbox for outer join.
8142     (JoinDialog.OnJoin): Consider outer join check box.
8143    
8144 bh 1006 2003-05-22 Bernhard Herzog <[email protected]>
8145    
8146 bh 1008 * Thuban/UI/join.py (JoinDialog.OnJoin): Use exc_info in a
8147     somewhat safer way. Storing the traceback in a local variable can
8148     lead to memory leaks
8149    
8150     2003-05-22 Bernhard Herzog <[email protected]>
8151    
8152 bh 1006 * Thuban/UI/join.py (JoinDialog.OnJoin): Make sure to really call
8153     the wxMessageDialog's Destroy() method.
8154    
8155 frank 1004 2003-05-22 Frank Koormann <[email protected]>
8156    
8157     * Thuban/UI/join.py (JoinDialog.__init__): Make use of
8158     TransientTable.Title()
8159    
8160     2003-05-22 Frank Koormann <[email protected]>
8161    
8162     Join Dialog, initial version.
8163    
8164     * Thuban/UI/mainwindow.py (MainWindow.TableJoin): Removed print.
8165    
8166     * Thuban/UI/join.py (JoinDialog): Functional implementation of
8167     former framework. Renamed Table1/Table2 to LeftTable/RightTable
8168     in all occurences.
8169    
8170     * Thuban/Model/transientdb.py (TransientJoinedTable.__doc__):
8171     Typo fixed.
8172    
8173 bh 995 2003-05-22 Bernhard Herzog <[email protected]>
8174    
8175 bh 999 Give the tables titles so that the GUI can display more meaningful
8176     names. For now the titles are fixed but depend on e.g. filenames
8177     or the titles of the joined tables.
8178    
8179     * Thuban/Model/transientdb.py (TransientTable.Title)
8180     (TransientJoinedTable.Title, AutoTransientTable.Title): New.
8181    
8182     * Thuban/Model/table.py (DBFTable.Title, MemoryTable.Title): New.
8183    
8184     * test/test_transientdb.py
8185     (TestTransientTable.test_auto_transient_table_title): New. Test
8186     for the Title method
8187     (TestTransientTable.test_transient_joined_table)
8188     (TestTransientTable.test_transient_table): Add test for the Title
8189     methods
8190    
8191     * test/test_memory_table.py (TestMemoryTable.test_title): New.
8192     Test for the Title method
8193    
8194     * test/test_dbf_table.py (TestDBFTable.test_title): New. Test for
8195     the Title method
8196    
8197     2003-05-22 Bernhard Herzog <[email protected]>
8198    
8199 bh 997 * test/test_layer.py (TestLayer.setUp, TestLayer.tearDown):
8200     Provide a better way to destroy the layers
8201     (TestLayer.test_base_layer, TestLayer.test_arc_layer)
8202     (TestLayer.test_point_layer, TestLayer.test_empty_layer)
8203     (TestLayer.test_polygon_layer, TestLayer.test_get_field_type): Use
8204     the new way to destroy the layers.
8205     (TestLayer.test_derived_store): New. Test for using a layer with a
8206     DerivedShapeStore
8207    
8208     * Thuban/Model/layer.py (Layer.SetShapeStore): Only set the
8209     filename if the shape store actually has one.
8210    
8211     2003-05-22 Bernhard Herzog <[email protected]>
8212    
8213 bh 995 * Thuban/Model/table.py (DBFTable.FileName): New. Accessor method
8214     for the filename
8215    
8216     * test/test_dbf_table.py (TestDBFTable.test_filename): New. Test
8217     for the FileName method
8218     (TestDBFTableWriting.test_write): Fix spelling of filename
8219    
8220 tkoester 993 2003-05-22 Thomas Koester <[email protected]>
8221    
8222     * Thuban/Model/range.py, test/test_range.py: Brought over new Range
8223     from SciParam that now really is immutable.
8224    
8225 frank 992 2003-05-22 Frank Koormann <[email protected]>
8226    
8227     Layer Top/Bottom placement added to legend.
8228    
8229     * Thuban/UI/legend.py
8230     (LegendPanel._OnMoveTop(), LayerPanel._OnMoveBottom): New, methods
8231     bound to tool events.
8232     (LegendTree.MoveCurrentItemTop(), LegendTree.MoveCurrentItemBottom):
8233     New, methods binding the event methods with the map methods.
8234    
8235     * Thuban/Model/map.py (Map.TopLayer(), Map.BottomLayer()): New, place
8236     layer at top/bottom of layer stack.
8237    
8238     * Resources/Bitmaps/top_layer.xpm: New button icon.
8239    
8240     * Resources/Bitmaps/bottom_layer.xpm: New button icon.
8241    
8242 bh 988 2003-05-22 Bernhard Herzog <[email protected]>
8243    
8244     * Thuban/Model/session.py (Session.RemoveTable): New method to
8245     remove tables
8246    
8247     * test/test_session.py (TestSessionSimple.test_remove_table): New.
8248     Test for RemoveTable
8249    
8250 tkoester 986 2003-05-22 Thomas Koester <[email protected]>
8251    
8252     * Thuban/Model/classgen.py: Added short module doc string and CVS id.
8253     (ClassGenerator.GenUniformDistribution): Use new Range __init__, too.
8254    
8255 bh 983 2003-05-22 Bernhard Herzog <[email protected]>
8256    
8257 bh 985 Implement a way to discover dependencies between tables and
8258     shapestores.
8259    
8260     * Thuban/Model/transientdb.py (TransientTableBase.Dependencies)
8261     (TransientJoinedTable.Dependencies)
8262     (AutoTransientTable.SimpleQuery): New. Implement the dependencies
8263     interface
8264     (TransientJoinedTable.__init__): Keep tack of the original table
8265     objects in addition to the corresponding transient tables.
8266    
8267     * Thuban/Model/table.py (DBFTable.Dependencies)
8268     (MemoryTable.Dependencies): New. Implement the dependencies
8269     interface
8270    
8271     * Thuban/Model/data.py (ShapeTable): New. Helper class for
8272     ShapefileStore
8273     (ShapefileStore.__init__): Use ShapeTable instead of
8274     AutoTransientTable
8275     (ShapefileStore.Table, ShapefileStore.Shapefile): Add doc-strings
8276     (ShapefileStore.FileName, ShapefileStore.FileType): New. Accessor
8277     methods for filename and type
8278     (ShapefileStore.Dependencies): New. Implement the dependencies
8279     interface
8280     (DerivedShapeStore): New class to replace SimpleStore. The main
8281     difference to SimpleStore is that it depends not on a shapefile
8282     but another shapestore which expresses the dependencies a bit
8283     better
8284     (SimpleStore.__init__): Add deprecation warning.
8285    
8286     * test/test_dbf_table.py (TestDBFTable.test_dependencies): New.
8287     Test for the Dependencies method.
8288    
8289     * test/test_memory_table.py (TestMemoryTable.test_dependencies):
8290     New. Test for the Dependencies method.
8291    
8292     * test/test_transientdb.py
8293     (TestTransientTable.test_auto_transient_table_dependencies): New.
8294     Test for the Dependencies method.
8295     (TestTransientTable.test_transient_joined_table): Add test for the
8296     Dependencies method.
8297    
8298     * test/test_session.py (TestSessionSimple.setUp)
8299     (TestSessionSimple.tearDown): New. Implement a better way to
8300     destroy the sessions.
8301     (TestSessionSimple.test_initial_state)
8302     (TestSessionSimple.test_add_table): Bind session to self.session
8303     so that it's destroyed by tearDown
8304     (TestSessionSimple.test_open_shapefile): New. Test for
8305     OpenShapefile and the object it returns
8306    
8307     2003-05-22 Bernhard Herzog <[email protected]>
8308    
8309 bh 983 * Thuban/Model/session.py (Session.AddTable): New method to
8310     register tables with the session.
8311     (Session.Tables): Return the tables registered with AddTable too.
8312    
8313     * test/test_session.py (TestSessionSimple.test_add_table): New.
8314     Test case for the AddTable method
8315    
8316 frank 981 2003-05-22 Frank Koormann <[email protected]>
8317    
8318     UI polishing updates: Place main buttons (OK, Cancel, etc) in the
8319     lower right corner, center labels for selections, initialize controls
8320     in reasonable order for keyboard navigation.
8321    
8322     * Thuban/UI/projdialog.py (ProjFrame.__init__, ProjFrame.__doLayout)
8323     (ProjFrame.__DoOnProjAvail): Determine position of current projection
8324     using the wxListBox.FindString() method. Still a problem (#1886)
8325    
8326     * Thuban/UI/classifier.py
8327     (Classifier.__init__, SelectPropertiesDialog.__init__)
8328    
8329     * Thuban/UI/classgen.py (ClassGenDialog.__init__,
8330     (ClassGenDialog.__DoOnGenTypeSelect): Moved initialization of the
8331     different classification types from here to __init__.
8332     (GenUniquePanel.__init__): Set the column width of the first field
8333     in the Field ListCtrl to the full width.
8334    
8335     * Thuban/UI/tableview.py (LayerTableFrame.__init__): Rename 'Save As'
8336     Button to 'Export'. Center Buttons in Selection Box, set Focus to
8337     Grid.
8338     (LayerTableFrame.OnKeyDown()): New, bound to the grid with EVT_KEY_DOWN,
8339     changes focus to the Selection when pressing "Alt-S".
8340    
8341     * Thuban/UI/legend.py (LegendTree.__SetVisibilityStyle): Only gray out
8342     the text if not visible. The italic font sometimes exceeds the
8343     rendering area.
8344    
8345 jonathan 972 2003-05-21 Jonathan Coles <[email protected]>
8346 jonathan 971
8347 jonathan 975 * Thuban/UI/dock.py (DockFrame): Rename references to _OnClose
8348     to OnClose so that Thuban closes correctly.
8349    
8350     * Thuban/UI/mainwindow.py (MainWindow.OnClose): Call
8351     DockFrame.OnClose, not DockFrame._OnClose.
8352    
8353     2003-05-21 Jonathan Coles <[email protected]>
8354    
8355 jonathan 971 * Thuban/Model/classgen.py (ClassGenerator.GenQuantiles): Remove
8356     references to 'inf' and use new Range __init__ to pass floats
8357     directly rather than converting them to strings first.
8358     Fixes RTBug #1876.
8359    
8360     * Thuban/Model/classification.py (ClassGroupRange.SetRange):
8361     Use new Range ___init__ to pass floats.
8362    
8363     * Thuban/Model/layer.py (RasterLayer.__init__): Test if the
8364     filename is a valid image file. Throw IOError otherwise.
8365    
8366     * Thuban/Model/range.py: Brought over new Range from SciParam that
8367     is immutable and has an __init__ which can accept floats.
8368    
8369     * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Move OpenShapefile
8370     into try block. AddLayer doesn't throw any exceptions anymore.
8371     (MainWindow.AddRasterLayer): Move constructor of RasterLayer into
8372     try block.
8373    
8374     * Thuban/UI/projdialog.py (GeoPanel.__init__): Put Degrees as
8375     the first item in choices. Fixes RTBug #1882.
8376    
8377     * Thuban/UI/renderer.py (MapRenderer.render_map): Check if scale
8378     has gone to 0 which is a serious problem. abort.
8379     (MapRenderer.draw_raster_layer): Catch IOError seperately and
8380     print the error from GDAL.
8381    
8382     * Thuban/UI/tableview.py (TableGrid.__init__): Call
8383     ToggleEventListeners to turn on listening.
8384     (TableGrid.ToggleEventListeners): New. Turns event listening on
8385     and off so as to prevent excessive messages.
8386     (LayerTableFrame.OnQuery): Use TableGrid.ToggleEventListeners
8387     to suppress excessive messages when selecting many rows.
8388     Fixes RTBug #1880.
8389    
8390     * Thuban/UI/view.py: Added checks against if scale == 0. This
8391     is a serious problem that can occur when an image without
8392     geo data is loading and causes the map projection bounds to
8393     go to infinity. Right now, the solution is to simply try
8394     to recover.
8395    
8396     * extensions/thuban/cpl_mfile.cpp (MFILEClose): Make sure
8397     to set the MFILEReceiver attributes even if the data is NULL.
8398    
8399     * extensions/thuban/gdalwarp.cpp: Improved the error handling
8400     and passed GDAL messages back up to the Python layer. Also
8401     tried to fix some memory leaks that were present in the original
8402     utility but didn't matter because the program aborted.
8403    
8404     * test/test_range.py: Copied over tests from SciParam. Removed
8405     tests against importing. Fixes RTBug #1867.
8406    
8407 bh 958 2003-05-21 Bernhard Herzog <[email protected]>
8408    
8409     * test/test_load.py: Remove unused imports and restructure the
8410     test code
8411     (LoadSessionTest): Split into one class for each test and turn
8412     LoadSessionTest itself into the base class for all such session
8413     tests.
8414     (ClassificationTest): New base class for load tests that test
8415     classifications
8416     (TestSingleLayer, TestLayerVisibility, TestClassification)
8417     (TestLabels, TestLayerProjection, TestRasterLayer): New classes
8418     for the individual tests
8419    
8420     * test/support.py (FileLoadTestCase.filename): New base class for
8421     file loading tests
8422    
8423 jan 955 2003-05-21 Jan-Oliver Wagner <[email protected]>
8424    
8425     * Resources/Projections/defaults.proj: Renamed 'Universal Transverse
8426     Mercator' to 'UTM Zone 32' as a more convenient example.
8427     Added 'Gauss Krueger Zone 6'.
8428    
8429     * Data/iceland_sample_raster.thuban: political polygon now
8430     filled transparent to have the raster image visible at once.
8431    
8432 frank 952 2003-05-21 Frank Koormann <[email protected]>
8433    
8434     * Thuban/UI/mainwindow.py (MainWindow): Renamed _OnClose() back to
8435     OnClose() to keep in sync with extensions. Internally Thuban
8436     still uses "underscored" names.
8437    
8438 jonathan 949 2003-05-20 Jonathan Coles <[email protected]>
8439    
8440     This puts back Raster layer support. These layers support projections
8441     through the GDAL library. Currently, the CVS version is being used.
8442     There are no Debian packages available although this may change soon.
8443     A GDAL driver was extended to support writing to memory rather to
8444     files.
8445    
8446     There is still some work that needs to be done, such as some error
8447     handling when loading invalid images or when there is a problem
8448     projecting the image. This putback simply checks in the majority
8449     of the work.
8450    
8451     * setup.py: Add gdalwarp library extension.
8452    
8453     * Thuban/Model/layer.py (BaseLayer.HasClassification): New.
8454     Defaults to False, but can be overridden by subclasses if they
8455     support classification.
8456     (RasterLayer): New. Defines a new layer that represents an
8457     image.
8458    
8459     * Thuban/Model/load.py (SessionLoader.__init__): Add rasterlayer
8460     tag handler.
8461     (SessionLoader.start_layer): Encode the filename.
8462     (SessionLoader.start_rasterlayer, SessionLoader.end_rasterlayer):
8463     New. Supports reading a rasterlayer tag.
8464    
8465     * Thuban/Model/map.py (Map.BoundingBox): Fix typo in comment.
8466    
8467     * Thuban/Model/save.py (XMLWriter.encode): Don't assume that we
8468     get a string in Latin1. If we get such as string convert it to
8469     unicode first, otherwise leave if alone before encoding.
8470     (SessionSaver.write_layer): Add support for writing both Layers
8471     and RasterLayers.
8472    
8473     * Thuban/Model/transientdb.py (AutoTransientTable.SimpleQuery):
8474     The right argument may not be a string, it could also be a Column.
8475    
8476     * Thuban/UI/application.py (ThubanApplication.CreateMainWindow):
8477     Make initial window size 600x400. Fixes RTBug #1872.
8478    
8479     * Thuban/UI/classifier.py (Classifier.__init__): Rearrange how
8480     the dialog is constructed so that we can support layers that
8481     do not have classifications.
8482     (Classifier._OnTry): Only build a classification if the layer
8483     supports one.
8484    
8485     * Thuban/UI/legend.py: Change all checks that a layer is an
8486     instance of Layer into checks against BaseLayer.
8487     (LegendTree.__FillTreeLayer): Only add children to a branch if
8488     the layer supports classification.
8489    
8490     * Thuban/UI/mainwindow.py (MainWindow.NewSession,
8491     MainWindow.OpenSession): Don't proceed with an action if the
8492     user chooses Cancel when they are asked to save changes.
8493     (MainWindow.AddRasterLayer): New. Open a dialog to allow the
8494     user to select an image file. Create a new RasterLayer and add
8495     it to the map.
8496    
8497     * Thuban/UI/renderer.py (MapRenderer.render_map): Add support
8498     for rendering RasterLayer layers.
8499     (MapRenderer.draw_raster_layer): Actually method that calls
8500     the GDALWarp python wrapper and constructs an image from the
8501     data returned.
8502    
8503     * Thuban/UI/tableview.py (LayerTableFrame.__init__): Change the
8504     Choices symbols to match those used in the table query method.
8505     Replace deprecated method calls on table with new method names.
8506    
8507     * Thuban/UI/view.py (MapCanvas.set_view_transform): Try to limit
8508     how small the scale can get. This still needs more testing.
8509    
8510     * extensions/thuban/bmpdataset.cpp: New, but copied from GDAL.
8511     Provides a driver to output in .bmp format.
8512    
8513     * extensions/thuban/cpl_mfile.cpp, extensions/thuban/cpl_mfile.h:
8514     New. Provides IO routines which write to memory, rather than a file.
8515    
8516     * extensions/thuban/gdalwarp.cpp: New, but basically a direct copy
8517     of the gdalwarp utility provided in GDAL. Added function calls
8518     that can be accessed from python.
8519    
8520     * Data/iceland_sample_raster.thuban: New. Sample file that uses
8521     a raster layer.
8522    
8523     * Data/iceland/island.tfw, Data/iceland/island.tif: New. Raster
8524     layer image data.
8525    
8526     * Doc/thuban.dtd: Added rasterlayer attribute definition.
8527    
8528     * test/test_layer.py, test/test_load.py, test/test_save.py: Added
8529     tests associated with the raster layer code.
8530    
8531     * test/test_transientdb.py
8532     (TestTransientTable.test_auto_transient_table_query): Added a test
8533     for using a Column object as the "right" parameter to a query.
8534    
8535 frank 924 2003-05-19 Frank Koormann <[email protected]>
8536    
8537 frank 927 * Thuban/version.py (get_changelog_date):
8538     Catch exceptions if ChangeLog does not exist.
8539    
8540     * Thuban/UI/view.py (MapCanvas.Export): Bugfix
8541    
8542     2003-05-19 Frank Koormann <[email protected]>
8543    
8544 frank 924 Extended version information for Thuban
8545    
8546     * Thuban/version.py: New, version information for Thuban: Last
8547     modification date and last ChangeLog entry date.
8548    
8549     * Thuban/UI/mainwindow.py (MainWindow.About()): Extended version
8550     information: Display Thuban, wxPython and Python version.
8551    
8552 bh 919 2003-05-16 Bernhard Herzog <[email protected]>
8553    
8554 bh 921 * Thuban/Model/save.py: Remove some unused imports including the
8555     __future__ import for nested_scopes as Thuban relies on Python 2.2
8556     now.
8557     (XMLWriter.encode): Remove the special case for a None argument.
8558     In the saver encode is always called with a string argument.
8559    
8560     2003-05-16 Bernhard Herzog <[email protected]>
8561    
8562 bh 919 * Thuban/UI/__init__.py: Remove the work-around for the locale bug
8563     in wxPython (at least when usinvg wxGTK) prior to 2.4. The symptom
8564     of the bug was that e.g. float("1.2") would fail. Thuban now
8565     requires 2.4.x.
8566    
8567 frank 917 2003-05-16 Frank Koormann <[email protected]>
8568    
8569     Printing enhancement and WMF export (under Win32)
8570    
8571     * Thuban/UI/renderer.py (ExportRenderer): New, derived from
8572     ScreenRenderer. Renders Map, Legend and Scalebar for export.
8573     (PrinterRenderer): New, derived from ExportRenderer. Replaces the old
8574     PrintRender.
8575    
8576     * Thuban/UI/view.py (MapPrintout.__init__): Enhanced parameter set
8577     to fullfil information needed for PrinterRenderer.
8578     (MapCanvas.Export): New. Export Map (currently only to WMF on Win32).
8579     (MapCanvas.Print): Adapted to new MapPrintout.
8580     (OutputTransform): General calculations to transform from canvas
8581     coordinates to export/printing devices.
8582    
8583     * Thuban/UI/mainwindow.py (MainWindow.ExportMap()): New. Added also
8584     new method_command to call ExportMap, with platform dependency (only
8585     __WXMSW__)
8586    
8587     * Thuban/UI/scalebar.py (ScaleBar.DrawScaleBar): Position and Size
8588     of scalebar drawing area as new parameters.
8589    
8590     * Thuban/Model/scalebar.py (roundInterval): round long instead of int
8591    
8592     * Thuban/UI/legend.py (ScalebarBitmap.__SetScale):
8593     Update to extended scalebar.DrawScalebar header.
8594    
8595     * test/test_export.py: New, test Thuban.UI.view.OutputTransform()
8596    
8597     * test/test_scalebar.py: Made test executable as standalone.
8598    
8599 bh 908 2003-05-16 Bernhard Herzog <[email protected]>
8600    
8601     * Thuban/Model/table.py (Table): Remove this compatibility alias
8602     for DBFTable.
8603    
8604     * test/test_table.py: Import DBFTable as Table because that alias
8605     doesn't exist anymore.
8606    
8607     * Thuban/UI/classgen.py: Remove some unused imports
8608    
8609 jonathan 906 2003-05-14 Jonathan Coles <[email protected]>
8610    
8611     * Thuban/Model/classgen.py (ClassGenerator.GenSingletonsFromList):
8612     Fix docstring.
8613     (ClassGenerator.GenUniformDistribution): Fix spelling of method name.
8614     (ClassGenerator.GenQuantiles): Use the left/right brackets and min/max
8615     values of the supplied range to determine the beginning and end
8616     bounds of the generated classes.
8617    
8618     * Thuban/Model/range.py (Range.number_re): Now accepts floats that
8619     do not have a leading 0 (.5 is now accepted as well as 0.5).
8620    
8621     * Thuban/UI/classgen.py (ClassGenDialog.OnOK): Fix name of method
8622     call to ClassGenerator.GenUniformDistribution.
8623    
8624     * Thuban/UI/projdialog.py (ProjFrame.__do_layout): Fix Windows
8625     layout bug with the 'Projection' label.
8626    
8627     * test/support.py (FloatTestCase): New. Needed for the Range tests.
8628    
8629     * test/test_range.py: New. Imported from SciParam.
8630    
8631 jonathan 897 2003-05-12 Jonathan Coles <[email protected]>
8632    
8633 jonathan 899 * Thuban/UI/classgen.py (GenQuantilesPanel.GetList): Replace call
8634     to table.UniqueValues() with calls that retrieve all the values
8635     from the table. This will need to be replaced by a method on table
8636     which can simply return the list (perhaps more efficiently).
8637    
8638     2003-05-12 Jonathan Coles <[email protected]>
8639    
8640 jonathan 897 The return value of ClassGenerator.CalculateQuantiles has changed.
8641     Refer to the documentation for details.
8642    
8643     * test/test_classgen.py: Modified Quantile tests to use the
8644     new return values.
8645    
8646     * Thuban/Model/classgen.py
8647     (ClassGenerator.GenQuantiles): Add comments describing the parameters,
8648     use new return values from CalculateQuantiles to produce the correct
8649     range bounds in the Classification.
8650     (ClassGenerator.CalculateQuantiles): Add more comments describing
8651     the return values and parameters. Make minor adjustments to improve
8652     the legibility of the code. Fix problem with adjusted not being set
8653     in most cases.
8654    
8655 frank 893 2003-05-12 Frank Koormann <[email protected]>
8656    
8657     * Thuban/Model/save.py (XMLWriter.encode()): Explicite call to unicode
8658     and latin1. Fixes #1851 finally.
8659    
8660 jonathan 889 2003-05-09 Jonathan Coles <[email protected]>
8661    
8662 jonathan 897 * test/test_classgen.py: New. Tests the Quantile algorithm.
8663    
8664     * Thuban/Model/classgen.py (ClassGenerator.CalculateQuantiles):
8665     Clean up debugging statement, add comments, fix a small bug in the
8666     returned adjusted percentiles.
8667    
8668     2003-05-09 Jonathan Coles <[email protected]>
8669    
8670 jonathan 889 Introduces Range class from SciParam into the ClassGroupRange class,
8671     and such ranges can now be saved and loaded from disk.
8672    
8673     Quantiles are now available in the Classification Generator.
8674    
8675     Initial support for building Queries on a table. Doesn't do anything
8676     but run some tests.
8677    
8678     * Thuban/Model/classification.py: Explicit imports.
8679     (ClassGroupRange): Use the Range class to store the underlying
8680     range information. The interface remains the same, except for
8681     GetRange(), and you can also supply a Range object as the min
8682     parameter to SetRange or __init__.
8683    
8684     * Thuban/Model/load.py (XMLReader.encode): New. Encodes the given
8685     string appropriately for use in Thuban. Fixes RTbug #1851.
8686     (SessionLoader.end_projection): Handle the context of the
8687     projection tag a bit better by looking at what objects are not
8688     None. There was an assumption that a projection tag for a map
8689     could occur before any layers.
8690     (SessionLoader.start_clrange): Provide backward compatibility for
8691     reading min/max values as well as the new range parameter.
8692    
8693     * Thuban/Model/map.py: Explicit imports.
8694    
8695     * Thuban/Model/resource.py: Import _.
8696     (ProjFileSaver.write): write header using projfile.dtd.
8697    
8698     * Thuban/Model/save.py: Explicit imports.
8699     (XMLWriter.encode): New. Encode the given string from a format
8700     used by Thuban into UTF-8. Fixes RTbug #1851.
8701    
8702     * Thuban/UI/classgen.py: Explicit imports.
8703     (ClassGenDialog.__init__): Clean up the code and add support
8704     for Quantiles.
8705     (ClassGenDialog.OnOK): Add support for Quantiles.
8706     (GenQuantilesPanel): New. Input panel for Quantiles.
8707     (ClassGenerator, CustomRamp, MonochromaticRamp, GreyRamp, RedRamp,
8708     GreenRamp, BlueRamp, HotToColdRamp): Move to Thuban/Model/classgen.py
8709    
8710     * Thuban/Model/classgen.py: New. Contains all the classes named above.
8711    
8712     * Thuban/UI/classifier.py: Explicit imports.
8713     (ClassTable.GetValueAsCust, ClassTable.__ParseInput,
8714     ClassTable.SetValueAsCustom): Reworked to use new Range class.
8715    
8716     * Thuban/UI/legend.py: Explicit imports.
8717    
8718     * Thuban/UI/mainwindow.py: Add support for the Join Dialog. Added
8719     a Table menu and associated method calls.
8720     (MainWindow.choose_color): Removed. No longer needed.
8721    
8722     * Thuban/UI/projdialog.py (ProjFrame.__VerifyButtons): Save button
8723     should be disabled if no projection is selected in the available
8724     list.
8725    
8726     * Thuban/UI/renderer.py: Explicit imports.
8727    
8728     * Thuban/UI/tableview.py (TableGrid.OnRangeSelect): Fix some issues
8729     with correctly selecting the rows and issuing the right events.
8730     Be sure to call Skip() to allow the grid to do some of its own
8731     handling which allows the rows to actually be selected.
8732     (LayerTableGrid.select_shapes): Rename from select_shape. Supports
8733     selecting multiple shapes.
8734     (LayerTableFrame): Support for building Queries.
8735     (LayerTableFrame.select_shapes): Allow multiple shapes to be selected.
8736    
8737     * Thuban/UI/tree.py: Explicit imports.
8738    
8739     * Thuban/UI/view.py (MapCanvas): Delegate "SelectedShapes" so the
8740     table view can call it.
8741    
8742     * test/test_classification.py: Explicit imports.
8743     (TestClassification.test_ClassGroupRange): Fix test for new
8744     Range class.
8745    
8746     * Doc/thuban.dtd: Add range parameter for clrange.
8747    
8748     * Thuban/Model/range.py: Taken from SciParam. Used as the underlying
8749     object in ClassGroupRange, and also uesd for inputting ranges in
8750     the classifer table and elsewhere.
8751    
8752     * Thuban/UI/join.py: New. Initial Join dialog. No real functionality
8753     yet.
8754    
8755 frank 872 2003-05-09 Frank Koormann <[email protected]>
8756    
8757     * Thuban/UI/scalebar.py (DrawScaleBar): Draw only if interval > 0.0.
8758    
8759 frank 860 2003-05-08 Frank Koormann <[email protected]>
8760    
8761 frank 870 Coding style updates
8762    
8763     * test/test_scalebar.py: Replaced tab indentation by spaces.
8764    
8765     * Thuban/UI/scalebar.py: Explicit imports.
8766    
8767     2003-05-08 Frank Koormann <[email protected]>
8768    
8769 frank 867 * Thuban/UI/scalebar.py
8770     (ScaleBar.DrawScalebar): Format string bug fixed.
8771    
8772     2003-05-08 Frank Koormann <[email protected]>
8773    
8774 frank 865 Reorganization of scalebar component (no wx in Thuban/Model)
8775    
8776     * Thuban/Model/scalebar.py: Rendering moved to Thuban/UI/scalebar.py
8777     (deriveInterval):
8778     Calculate scalebar interval and unit which fits in width for scale.
8779     (roundInterval): Round float.
8780    
8781     * Thuban/UI/scalebar.py (ScaleBar): Scalebar rendering
8782    
8783     * test/test_scalebar.py: Test for Thuban/Model/scalebar.py methods.
8784    
8785     * Thuban/UI/legend.py: Import Thuban.UI.scalebar
8786    
8787     2003-05-08 Frank Koormann <[email protected]>
8788    
8789 frank 860 * Thuban/UI/legend.py (ScalebarBitmap.SetCanvas):
8790     Initialize ScaleBar with canvas.map
8791    
8792     * Thuban/Model/scalebar.py (ScaleBar.roundInterval()): New,
8793     round intervals to display smarter lengths
8794     (ScaleBar.DrawScalebar): Draw Scalebar only if the map contains a
8795     layer. If the maps has no projection applied grey the scalebar.
8796    
8797 frank 857 2003-05-07 Frank Koormann <[email protected]>
8798    
8799     Basic Scalebar features added.
8800    
8801     * Thuban/Model/scalebar.py (ScaleBar): New, scalebar rendering.
8802    
8803     * Thuban/UI/legend.py (LegendPanel): Added scalebar bitmap
8804     (ScaleBarBitmap): New, links the scalebar bitmap with view messages
8805     and the renderer.
8806    
8807     * Thuban/UI/view.py (MapCanvas.set_view_transform): Issue SCALE_CHANGED.
8808    
8809     * Thuban/UI/messages.py: SCALE_CHANGED added.
8810    
8811 bh 850 2003-05-07 Bernhard Herzog <[email protected]>
8812    
8813 bh 852 * Thuban/Model/session.py (Session.__init__): New instance
8814     variable shapestores to hold a list of all open shapestore objects
8815     (Session.ShapeStores): New. Accessor method for the shapestores
8816     list.
8817     (Session._add_shapestore, Session._clean_weak_store_refs): New.
8818     Internal methods to maintain the shapestores list.
8819     (Session.Tables): New. Return all tables open in the session.
8820     (Session.OpenShapefile): Insert the new ShapeStore into the
8821     shapestores list.
8822    
8823     * test/test_session.py (TestSessionSimple.test_initial_state): Add
8824     tests for ShapeStores and Tables
8825     (TestSessionWithContent.test_shape_stores)
8826     (TestSessionWithContent.test_tables): New. Test cases for
8827     ShapeStores and Tables
8828    
8829     2003-05-07 Bernhard Herzog <[email protected]>
8830    
8831 bh 850 * Thuban/Model/transientdb.py (TransientTableBase.ReadRowAsDict):
8832     Add comments about the optimizations used.
8833     (AutoTransientTable.ReadValue, TransientTableBase.ReadValue): New.
8834     Implement the ReadValue table interface method.
8835    
8836     * test/test_transientdb.py
8837     (TestTransientTable.run_iceland_political_tests)
8838     (TestTransientTable.test_transient_joined_table): Add tests for
8839     ReadValue
8840    
8841 frank 848 2003-05-07 Frank Koormann <[email protected]>
8842    
8843     * Resources/Bitmaps/fulllayerextent.xpm,
8844     Resources/Bitmaps/fullselextent.xpm: Replaced the place holders with
8845     new icons.
8846    
8847 bh 840 2003-05-06 Bernhard Herzog <[email protected]>
8848    
8849 bh 846 * Thuban/Model/transientdb.py (AutoTransientTable.SimpleQuery):
8850     New. Simply delegate to the transient table's version.
8851    
8852     * test/test_transientdb.py
8853     (TestTransientTable.test_auto_transient_table_query): New. Test
8854     case for AutoTransientTable's SimpleQuery
8855    
8856     2003-05-06 Bernhard Herzog <[email protected]>
8857    
8858 bh 843 * Thuban/Model/transientdb.py (TransientTableBase.SimpleQuery):
8859     Implement a simple query method for the query dialog
8860     (TransientTableBase.create): Add an INTEGER PRIMARY KEY that holds
8861     the row index or shapeid.
8862     (TransientTable.create): Insert the right value of the row index
8863     (TransientJoinedTable.create): Copy the row index of the left
8864     table to the joined result table
8865    
8866     * test/test_transientdb.py
8867     (TestTransientTable.test_transient_table_read_twice): Fix
8868     doc-string
8869     (TestTransientTable.test_transient_table_query): New. Test for the
8870     SimpleQuery method
8871    
8872     2003-05-06 Bernhard Herzog <[email protected]>
8873    
8874 bh 840 Convert all table users to use the new table interface. This only
8875     covers Thuban itself, not GREAT-ER or other applications built on
8876     Thuban yet, so the compatibility interface stays in place for the
8877     time being but it now issues DeprecationWarnings.
8878    
8879     Finally, the new Table interface has a new method, HasColumn.
8880    
8881     * Thuban/Model/table.py (OldTableInterfaceMixin): All methods
8882     issue deprecation warnings when they're. The warnings refer to the
8883     caller of the method.
8884     (OldTableInterfaceMixin.__deprecation_warning): New. Helper method
8885     for the deprecation warnings
8886    
8887     * test/test_table.py: Ignore the deprecation warnings for the old
8888     table in the tests in this module. The purpose of the tests is to
8889     test the old interface, after all.
8890    
8891     * test/test_transientdb.py
8892     (TestTransientTable.run_iceland_political_tests): Use the
8893     constants for the types. Add a test for HasColumn
8894     (TestTransientTable.test_transient_joined_table): Adapt to new
8895     table interface. Add a test for HasColumn
8896     (TestTransientTable.test_transient_table_read_twice): Adapt to new
8897     table interface
8898    
8899     * Thuban/UI/tableview.py (DataTable.SetTable, DataTable.GetValue):
8900     Adapt to new table interface
8901    
8902     * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Adapt to
8903     new table interface
8904    
8905     * Thuban/UI/controls.py (RecordListCtrl.fill_list)
8906     (RecordTable.SetTable): Adapt to new table interface
8907    
8908     * Thuban/UI/classifier.py (Classifier.__init__)
8909     (Classifier.__init__): Adapt to new table interface
8910    
8911     * Thuban/UI/classgen.py (ClassGenDialog.__init__)
8912     (GenUniformPanel._OnRetrieve, GenUniquePanel._OnRetrieve): Adapt
8913     to new table interface
8914    
8915     * Thuban/Model/transientdb.py (TransientTableBase.HasColumn)
8916     (AutoTransientTable.HasColumn): Implement the new table interface
8917     method
8918     (AutoTransientTable.ReadRowAsDict, AutoTransientTable.ValueRange)
8919     (AutoTransientTable.UniqueValues): Adapt to new table interface
8920    
8921     * Thuban/Model/layer.py (Layer.SetShapeStore, Layer.GetFieldType):
8922     Adapt to new table interface
8923    
8924     * test/test_layer.py (TestLayer.open_shapefile): Helper method to
8925     simplify opening shapefiles a bit easier.
8926     (TestLayer.test_arc_layer, TestLayer.test_polygon_layer)
8927     (TestLayer.test_point_layer): Use the new helper method
8928     (TestLayer.test_get_field_type): New. Test for the GetFieldType
8929     method
8930    
8931     * test/test_dbf_table.py (TestDBFTable.test_has_column): Test for
8932     the new table method
8933    
8934     * test/test_memory_table.py (TestMemoryTable.test_has_column):
8935     Test for the new table method HasColumn
8936    
8937 jonathan 833 2003-05-06 Jonathan Coles <[email protected]>
8938    
8939     Addresses the "Selection Extent" wish of RTbug #1787.
8940    
8941     * Resources/Bitmaps/fulllayerextent.xpm,
8942     Resources/Bitmaps/fullselextent.xpm: Bitmaps for layer and selection
8943     extent. These are just place holders for the real bitmaps.
8944    
8945     * Thuban/Model/layer.py (Shape): Since a Shape is immutable only
8946     calculate the bounding box once (the first time compute_bbox() is
8947     called).
8948     (Layer.ShapesBoundingBox): New. Given a list of shape ids, return
8949     the bounding box for the shapes in lat/long coordinates.
8950    
8951     * Thuban/UI/mainwindow.py: Added new "Full selection extent" menu
8952     option.
8953     (MainWindow.has_selected_shapes): New. Returns true if there are
8954     any selected shapes.
8955     (MainWindow.FullSelectionExtent): New. Calls
8956     MapCanvas.FitSelectedToWindow() when the user selects the menu option.
8957     (_has_selected_shapes): New. Returns true if there are any
8958     selected shapes.
8959    
8960     * Thuban/UI/selection.py (Selection.HasSelectedShapes): New. Returns
8961     true if there are any selected shapes.
8962    
8963     * Thuban/UI/view.py (MapCanvas): Added delegated method
8964     HasSelectedShapes.
8965     (MapCanvas.FitSelectedToWindow): New. Centers and scales any selected
8966     shapes on the canvas using the map projection (if any).
8967    
8968     * test/test_layer.py (TestLayer.test_arc_layer): Add some tests
8969     for Layer.ShapesBoundingBox().
8970    
8971 bh 826 2003-05-06 Bernhard Herzog <[email protected]>
8972    
8973     * Resources/Projections/defaults.proj: Fix spelling of Mercator
8974    
8975 jonathan 823 2003-05-05 Jonathan Coles <[email protected]>
8976    
8977     Addresses the "Full Layer Extent" wish of RTbug #1787.
8978    
8979     * Resources/Projections/defaults.proj: Added UK National Grid.
8980    
8981     * Thuban/UI/mainwindow.py: Added new "Full layer extent" menu option.
8982     (MainWindow.FullLayerExtent): New. Calls MapCanvas.FitLayerToWindow()
8983     when the user selects the menu option.
8984    
8985     * Thuban/UI/view.py (MapCanvas.FitLayerToWindow): New. Centers and
8986     scales the given layer on the canvas using the map projection.
8987    
8988 bh 819 2003-05-05 Bernhard Herzog <[email protected]>
8989    
8990     Convert the table implementations to a new table interface. All
8991     tables use a common mixin class to provide backwards compatibility
8992     until all table users have been updated.
8993    
8994     * Thuban/Model/table.py (OldTableInterfaceMixin): Mixin class to
8995     provide backwards compatibility for table classes implementing the
8996     new interface
8997     (DBFTable, MemoryTable): Implement the new table interface. Use
8998     OldTableInterfaceMixin as base for compatibility
8999     (DBFColumn, MemoryColumn): New. Column description for DBFTable
9000     and MemoryTable resp.
9001    
9002     * test/test_dbf_table.py: New. Test cases for the DBFTable with
9003     the new table interface.
9004    
9005     * test/test_memory_table.py: New. Test cases for the MemoryTable
9006     with the new table interface.
9007    
9008     * test/test_table.py: Document the all tests in this file as only
9009     for backwards compatibility. The equivalent tests for the new
9010     interface are in test_memory_table.py and test_dbf_table.py
9011     (MemoryTableTest.test_read): field_info should be returning tuples
9012     with four items
9013     (MemoryTableTest.test_write): Make doc-string a more precise.
9014    
9015     * Thuban/Model/transientdb.py (TransientTableBase): Convert to new
9016     table interface. Derive from from OldTableInterfaceMixin for
9017     compatibility.
9018     (TransientTableBase.create): New intance variable column_map to
9019     map from names and indices to column objects
9020     (TransientTable.create): Use the new table interface of the input
9021     table
9022     (AutoTransientTable): Convert to new table interface. Derive from
9023     from OldTableInterfaceMixin for compatibility.
9024     (AutoTransientTable.write_record): Removed. It's not implemented
9025     yet and we still have to decide how to handle writing with the new
9026     table and data framework.
9027    
9028     * test/test_transientdb.py
9029     (TestTransientTable.run_iceland_political_tests)
9030     (TestTransientTable.test_transient_joined_table): Use the new
9031     table interface
9032    
9033 jonathan 817 2003-05-05 Jonathan Coles <[email protected]>
9034    
9035     This is namely a collection of UI updates to improve user interactivity.
9036     Tabbing between controls now exists and you can use ESC to close dialog
9037     boxes; ENTER will active the default button.
9038    
9039     * Thuban/UI/classgen.py (ClassGenDialog.__init__): Rearrange the
9040     order that the controls are created so that tabbing works correctly.
9041     (ClassGenDialog.OnOK): Renamed from _OnGenerate() so that the
9042     wxDialog can handle the default button correctly.
9043     (ClassGenDialog.OnCancel): Renamed from _OnCloseBtn() for the
9044     same reasons as for OnOK.
9045     (GenUniformPanel._OnRetrieve): Call wxBeginBusyCursor/wxEndBusyCursor
9046     when we ask the table for the maximum/minimum values of a field
9047     which could take a very long time.
9048    
9049     * Thuban/UI/classifier.py (Classifier.__init__): Rearrange the
9050     order that the controls are created so that tabbing works correctly.
9051     (SelectPropertiesDialog.__init__): Rearrange the order that the
9052     controls are created so that tabbing works correctly.
9053    
9054     * Thuban/UI/dialogs.py: Copied NonModalDialog box and changed it
9055     to derive from a wxDialog but behave like the original implementation
9056     which was derived from a wxFrame. wxDialog provides useful key
9057     handling functionality like ESC calling OnCancel and ENTER calling
9058     OnOK which is lost with wxFrame.
9059    
9060     * Thuban/UI/mainwindow.py: Add "..." to menu items that will open
9061     new dialogs.
9062    
9063     * Thuban/UI/projdialog.py (ProjFrame.__init__): Rearrange the
9064     order that the controls are created so that tabbing works correctly.
9065     (ProjFrame.OnApply): Renamed from _OnTry() to use wxDialog behaviour.
9066     (ProjFrame.OnOK): Renamed from _OnOK() to use wxDialog behaviour.
9067     (ProjFrame.OnCancel): Renamed from _OnClose() to use wxDialog behaviour.
9068     (ProjPanel.__init__): Add "Airy" to the list of ellipsoids so we
9069     can provide the "UK National Grid" as a default projection.
9070     (UTMPanel.__init__): Rearrange the order that the controls are
9071     created so that tabbing works correctly.
9072    
9073 bh 809 2003-05-05 Bernhard Herzog <[email protected]>
9074    
9075 bh 811 * extensions/thuban/wxproj.cpp: Fix some of the comments.
9076     (project_point): If a map projection but no layer projection is
9077     given, convert degrees to radians before applying the map
9078     projection.
9079    
9080 bh 809 * Thuban/UI/tableview.py (TableGrid.disallow_messages)
9081     (TableGrid.allow_messages): New methods to make it possible to
9082     inhibit message sending.
9083     (TableGrid.issue): Only send the message if not inhibited.
9084     (LayerTableGrid.select_shape): Use the new methods to make sure
9085     that no ROW_SELECTED message is sent while we're updating the
9086     selected rows to match the selected shapes.
9087    
9088 jan 807 2003-05-02 Jan-Oliver Wagner <[email protected]>
9089    
9090     Implementation of MemoryTable.
9091    
9092     * Thuban/Model/table.py (MemoryTable): New. Quite simple table
9093     implementation that operates on a list of tuples. All of the data
9094     are kept in the memory.
9095    
9096     * test/test_table.py (MemoryTableTest): New.
9097    
9098     * test/test_transientdb.py (SimpleTable): Removed.
9099     (TestTransientTable.test_transient_joined_table,
9100     (TestTransientTable.test_transient_table_read_twice): Replaced
9101     SimpleTable by MemoryTable.
9102    
9103 jonathan 793 2003-04-30 Jonathan Coles <[email protected]>
9104    
9105 jonathan 803 * Data/iceland_sample.thuban: Now contains correct projections
9106     for each of the layers.
9107    
9108     * Resources/Projections/defaults.proj: Geographic projection
9109     contains unit conversion parameter.
9110    
9111     2003-04-30 Jonathan Coles <[email protected]>
9112    
9113 jonathan 793 The most important part of this putback is the projection changes.
9114     It should now be possible to specify the projection that a layer
9115     is in and then specify a different projection for the map. The
9116     projection dialog has an extra parameter for a geographic projection
9117     which lets the user select if the input is in degrees or radians.
9118    
9119     * Thuban/Model/layer.py (Layer.ShapesInRegion): Fix docstring
9120     to say that the parameter is a tuple of unprojected
9121     points (which is what the callers to this method were assuming).
9122     Also, since the points are unprojected we need to projected them.
9123    
9124     * Thuban/UI/legend.py (LegendTree.MoveCurrentItemUp,
9125     LegendTree.MoveCurrentItemDown): If the layer or any of the layer's
9126     groups are selected, move the layer up/down. Fixes RTbug #1833.
9127    
9128     * Thuban/UI/mainwindow.py: Move menu item map_rename up.
9129    
9130     * Thuban/UI/projdialog.py (ProjFrame._OnSave): Add missing
9131     parameter in call to SetClientData.
9132     (GeoPanel): Add support for selecting the units that the
9133     source data is in (Radians or Degrees).
9134    
9135     * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Optimize
9136     the rendering loop by reducing the number of if's, removing the
9137     unnecessary try/except block, and checking if the old group
9138     is the same as the new one (which happens a lot if there is
9139     no classification, or lots of shapes are in the same group).
9140    
9141     * Thuban/UI/view.py (MapCanvas.OnPaint): Add a try/except block
9142     around the redraw routine to try to catch problems that the user
9143     may create by selecting invalid projections for the data set and
9144     map. Clears the display if there are any problems and prints the
9145     error.
9146     (MapCanvas.do_redraw): Use DC.Clear() instead of drawing a filled
9147     rectangle.
9148    
9149     * extensions/thuban/wxproj.cpp (project_point): First invert the
9150     supplied point (which should be in projected coordinates) using
9151     the layer's projection and then project the point using the
9152     map's projection.
9153     (project_points): Use project_point() to project each point.
9154    
9155 jan 792 2003-04-30 Jan-Oliver Wagner <[email protected]>
9156    
9157     * Thuban/Model/layer.py (Layer.SetShapeStore): Fixed a bug:
9158     don't set the Classification to None if the classfication field
9159     is None (ie only a DEFAULT).
9160    
9161 bh 786 2003-04-30 Bernhard Herzog <[email protected]>
9162    
9163 bh 790 * Thuban/UI/view.py: Fix some typos.
9164    
9165 bh 788 * Thuban/UI/mainwindow.py (MainWindow.identify_view_on_demand): Do
9166     not pop up the dialog if the selection becomes empty (this could
9167     happen if e.g. a new selection is opened while the identify tool
9168     is active and dialog had been closed)
9169    
9170     2003-04-30 Bernhard Herzog <[email protected]>
9171    
9172 bh 786 * Thuban/Model/transientdb.py (TransientTableBase.__init__): New
9173     instance variable read_record_last_result
9174     (TransientTableBase.read_record): Make sure reading the same
9175     record twice works. The implementation uses the new instance
9176     variable read_record_last_result
9177    
9178     * test/test_transientdb.py
9179     (TestTransientTable.test_transient_table_read_twice): New test
9180     case for the above bug-fix.
9181    
9182 jonathan 793 2003-04-29 Jonathan Coles <[email protected]>
9183    
9184     * Thuban/common.py: Removed. No longer needed Str2Num. RTbug #1832.
9185    
9186     * Thuban/UI/classgen.py: Remove all uses of Str2Num.
9187    
9188     * Thuban/UI/classifier.py: Remove all uses of Str2Num.
9189     (ClassTable.SetValueAsCustom): Rename keyword argument in
9190     ClassGroup* constructors to match argument name.
9191    
9192 bh 779 2003-04-29 Bernhard Herzog <[email protected]>
9193    
9194     * Thuban/Model/session.py (Session.Destroy): Explicitly close the
9195     transient DB if it exists to make sure it doesn't leave a journal
9196     file in the temp directory.
9197    
9198     * Thuban/Model/transientdb.py (TransientDatabase.close): Set
9199     self.conn to None after closing the connection to make sure it's
9200     not closed twice
9201    
9202 jonathan 767 2003-04-29 Jonathan Coles <[email protected]>
9203    
9204 jonathan 769 Add a visible parameter in the layer XML tag. The default value is
9205     "true". If anything other than "false" is specified we also assume
9206 jonathan 776 "true". Addresses RTbug #1025.
9207 jonathan 769
9208     * Doc/thuban.dtd: Add visible parameter to a layer.
9209    
9210     * Thuban/Model/layer.py (BaseLayer.__init__): Change default value
9211     of visible from 1 to True.
9212     (Layer.__init__): Change default value of visible from 1 to True.
9213    
9214     * Thuban/Model/load.py (SessionLoader.start_layer): Read visible
9215     parameter.
9216    
9217     * Thuban/Model/save.py (SessionSaver.write_layer): Save visible
9218     parameter.
9219    
9220     * test/test_load.py: Add new test data contents_test_visible.
9221     (LoadSessionTest.setUp): save test data.
9222     (LoadSessionTest.testLayerVisibility): Test if the visible flag
9223     is loaded correctly.
9224    
9225     * test/test_save.py (SaveSessionTest.testSingleLayer): Add test
9226     for saving an invisible layer.
9227    
9228     2003-04-29 Jonathan Coles <[email protected]>
9229    
9230 jonathan 767 * Thuban/UI/mainwindow.py (MainWindow.SetMap): Look up the
9231     legend dialog box and tell it to change its map to the one
9232     supplied to SetMap(). Fixes RTbug #1770.
9233    
9234 bh 764 2003-04-29 Bernhard Herzog <[email protected]>
9235    
9236 bh 766 Next step of table implementation. Introduce a transient database
9237     using SQLite that some of the data is copied to on demand. This
9238     allows us to do joins and other operations that require an index
9239     for good performance with reasonable efficiency. Thuban now needs
9240     SQLite 2.8.0 and pysqlite 0.4.1. Older versions may work but I
9241     haven't tested that.
9242    
9243     * Thuban/Model/transientdb.py: New. Transient database
9244     implementation.
9245    
9246     * test/test_transientdb.py: New. Tests for the transient DB
9247     classes.
9248    
9249     * Thuban/Model/session.py (AutoRemoveFile, AutoRemoveDir): New
9250     classes to help automatically remove temporary files and
9251     directories.
9252     (Session.__init__): New instance variables temp_dir for the
9253     temporary directory and transient_db for the SQLite database
9254     (Session.temp_directory): New. Create a temporary directory if not
9255     yet done and return its name. Use AutoRemoveDir to have it
9256     automatically deleted
9257     (Session.TransientDB): Instantiate the transient database if not
9258     done yet and return it.
9259    
9260     * Thuban/Model/data.py (ShapefileStore.__init__): Use an
9261     AutoTransientTable so that data is copied to the transient DB on
9262     demand.
9263     (SimpleStore): New class that simply combines a table and a
9264     shapefile
9265    
9266     * Thuban/Model/table.py (Table, DBFTable): Rename Table into
9267     DBFTable and update its doc-string to reflect the fact that this
9268     is only the table interface to a DBF file. Table is now an alias
9269     for DBFTable for temporary backwards compatibility.
9270    
9271     * Thuban/UI/application.py (ThubanApplication.OnExit): Make sure
9272     the last reference to the session goes away so that the temporary
9273     files are removed properly.
9274    
9275     * test/test_load.py (LoadSessionTest.tearDown): Remove the
9276     reference to the session to make sure the temporary files are
9277     removed.
9278    
9279     2003-04-29 Bernhard Herzog <[email protected]>
9280    
9281 bh 764 * Thuban/Model/load.py (XMLReader.__init__, XMLReader.read): Turn
9282     the __parser instance variable into a normal local variable in
9283     read. It's only used there and read will never be called more than
9284     once. Plus it introduces a reference cycle that keeps can keep the
9285     session object alive for a long time.
9286    
9287 jonathan 767 2003-04-29 Jonathan Coles <[email protected]>
9288 jonathan 735
9289 jonathan 762 * Thuban/Model/proj.py (Projection): Removed Set*() methods to make
9290     Projection an immutable item. Fixes RTbug #1825.
9291     (Projection.__init__): Initialize instance variables here.
9292     (ProjFile.Replace): New. Replace the given projection object with
9293     the new projection object. This solves the problem of needing the
9294     mutator Projection.SetProjection() in the ProjFrame class and
9295     allows a projection to change parameters without changing its
9296     location in the file.
9297    
9298     * Thuban/UI/mainwindow.py (MainWindow.SaveSessionAs): Dialog should
9299     be of type wxSAVE and should verify overwriting a file.
9300    
9301     * Thuban/UI/projdialog.py (ProjFrame._OnSave): Use the new
9302     ProjFile.Replace() method instead of the mutator
9303     Projection.SetProjection(). Also requires that we reassign the
9304     client data to the new projection.
9305    
9306     * test/test_proj.py (TestProjection.test): Test GetName() and
9307     GetAllParameters()
9308     (TestProjFile.test): Remove tests for Set*() methods. Add tests
9309     for Replace().
9310    
9311     2003-04-25 Jonathan Coles <[email protected]>
9312    
9313 jonathan 756 * Thuban/Model/save.py (SessionSaver.write_projection): Make sure
9314     to save the name of the projection.
9315    
9316     * test/test_save.py (SaveSessionTest.testLayerProjection): New
9317     test to verify layer projections are saved correctly.
9318    
9319     2003-04-25 Jonathan Coles <[email protected]>
9320    
9321 jonathan 753 * Thuban/Model/proj.py (Projection.SetName): Set the name
9322     to "Unknown" if name is None.
9323     (Projection.SetAllParameters): New. Set the projection's
9324     parameter list to the one supplied.
9325     (Projection.SetProjection): New. Set the projection's
9326     properties to those of the supplied Projection.
9327    
9328     * Thuban/UI/mainwindow.py (MainWindow.MapProjection): Set
9329     the dialog title to include the map's title.
9330     (MainWindow.LayerProjection): Set the dialog title to include
9331     the layer's title.
9332    
9333     * Thuban/UI/projdialog.py (ProjFrame.__ShowError): Consolidate
9334     error dialogs into a single method call.
9335     (ProjFrame.__VerifyButtons): Add more states to check.
9336     (ProjFrame.__GetProjection): Return the current state of an
9337     edited projection or None.
9338     (ProjFrame.__FillAvailList): Remove checks for states that
9339     shouldn't exist.
9340     (ProjFrame._OnNew): Clear all selected items and supply
9341     a projection panel if necessary.
9342    
9343     * test/test_proj.py (TestProjFile.test): Add tests for
9344     ProjFile.SetAllParameters, ProjFile.SetProjection,
9345     ProjFile.SetName.
9346    
9347     2003-04-25 Jonathan Coles <[email protected]>
9348    
9349 jonathan 748 * Thuban/UI/projdialog.py (ProjFrame.__FillAvailList): Now
9350     takes an optional argument to select the current projection.
9351     This does not guarantee that the item is visible due to
9352     limited wxWindows functionality. Fixes RTBug #1821.
9353    
9354     2003-04-25 Jonathan Coles <[email protected]>
9355    
9356 jonathan 743 * Thuban/Model/load.py (SessionLoader.start_projection): Remember
9357     the projection name and use it when constructing the Projection
9358     object.
9359    
9360     * Thuban/Model/proj.py (Projection.__init__): Change the default
9361     value for 'name' to None and then test if name is equal to None
9362     in the body of the constructor. This way the caller doesn't have to
9363     know what the default value should be. Namely, useful in load.py
9364     where we have to pick a default value if the 'name' parameter
9365     doesn't exist in the XML file.
9366    
9367     * test/test_load.py (LoadSessionTest.testLayerProjection): New.
9368     Tests a file where a layer has a projection.
9369    
9370     2003-04-25 Jonathan Coles <[email protected]>
9371    
9372 jonathan 735 * Thuban/Model/layer.py (Layer.TreeInfo): Add an item to the
9373     tree for projection information.
9374    
9375     * Thuban/Model/load.py (XMLReader.GetFilename): Renamed from
9376     XMLReader.GetFileName.
9377     (SessionLoader): Added support for loading projection tags that
9378     appear inside a layer.
9379    
9380     * Thuban/Model/proj.py (ProjFile): Document the class. Move
9381     back to using a list because the order of the projections in
9382     the file is important to maintain. Fixes RTbug #1817.
9383    
9384     * Thuban/Model/resource.py: Rename calls to ProjFile.GetFileName
9385     to ProjFile.GetFilename.
9386    
9387     * Thuban/Model/save.py (SessionSaver.write_layer): Save projection
9388     information.
9389    
9390     * Thuban/UI/projdialog.py (ProjFrame._OnAddToList): Renamed from
9391     ProjFrame._OnSaveAs. Removed old dead code from previous
9392     implementation.
9393     (ProjFrame._OnExport): Add support for exporting more than one
9394     projection to a single file.
9395     (ProjFrame.__FillAvailList): use string formatting (% operator)
9396     to build strings that are (partly) translated. Fixes RTbug #1818.
9397    
9398     * test/test_proj.py (TestProjFile.test): New. Tests the base ProjFile
9399     class.
9400    
9401 bh 734 2003-04-24 Bernhard Herzog <[email protected]>
9402    
9403     * po/es.po: Updated Spanish translation by Daniel Calvelo Aros
9404    
9405     * po/fr.po: New. French translation by Daniel Calvelo Aros
9406    
9407     * Thuban/UI/projdialog.py (ProjFrame._OnSaveAs): Don't translate
9408     empty strings.
9409    
9410 jonathan 735 2003-04-24 Jonathan Coles <[email protected]>
9411 jonathan 724
9412     * Thuban/Model/layer.py (Layer.GetProjection): New. Needed to
9413     implement the interface that the ProjFrame dialog expects.
9414    
9415     * Thuban/Model/proj.py (Projection.SetName): New. Allows the
9416     name of the projection to be changed.
9417     (ProjFile): Use a dictionary instead of a list so that removing
9418     projections is easier and we are sure about uniqueness.
9419     (ProjFile.Remove): Remove the given projection object.
9420    
9421     * Thuban/Model/resource.py (GetSystemProjFiles, GetUserProjFiles):
9422     Return a list with only one projection file instead of searching for
9423     any projection file. This simplifies many things if the user can
9424     only have one system file and one user file.
9425    
9426     * Thuban/UI/classgen.py: Change all references to
9427     genCombo to genChoice.
9428    
9429     * Thuban/UI/mainwindow.py: Add a Projection option under the
9430     layer menu.
9431     (MainWindow.LayerProjection): New. Open up a projection window
9432     for a layer.
9433    
9434     * Thuban/UI/projdialog.py: Large changes to how the dialog is
9435     laid out. Use three panels instead of one. One for the list of
9436     projections, one for the edit controls, and one for the buttons.
9437     Fixed resizing problems so that the dialog resizes correctly
9438     when the projection panel changes. Added import/export, save, and
9439     new buttons/functionality.
9440    
9441 bh 723 2003-04-24 Bernhard Herzog <[email protected]>
9442    
9443     First step towards table management. Introduce a simple data
9444     abstraction so that we replace the data a layer uses more easily
9445     in the next step.
9446    
9447     * Thuban/Model/data.py: New file with a simple data abstraction
9448     that bundles shapefile and dbffile into one object.
9449    
9450     * Thuban/Model/session.py (Session.OpenShapefile): New method to
9451     open shapefiles and return a shape store object
9452    
9453     * Thuban/Model/layer.py (Layer.__init__): Pass the data as a store
9454     object instead of a shapefile filename. This introduces a new
9455     instance variable store holding the datastore. For intermediate
9456     backwards compatibility keep the old instance variables.
9457     (open_shapefile): Removed. No longer needed with the shape store.
9458     (Layer.SetShapeStore, Layer.ShapeStore): New methods to set and
9459     get the shape store used by a layer.
9460     (Layer.Destroy): No need to explicitly destroy the shapefile or
9461     table anymore.
9462    
9463     * Thuban/UI/mainwindow.py (MainWindow.AddLayer)
9464     (MainWindow.AddLayer): Use the session's OpenShapefile method to
9465     open shapefiles
9466    
9467     * Thuban/Model/load.py (ProcessSession.start_layer): Use the
9468     session's OpenShapefile method to open shapefiles
9469    
9470     * test/test_classification.py
9471     (TestClassification.test_classification): Use the session's
9472     OpenShapefile method to open shapefiles and build the filename in
9473     a more platform independed way
9474    
9475     * test/test_layer.py (TestLayer.setUp, TestLayer.tearDown):
9476     Implement to have a session to use in the tests
9477     (TestLayer.test_arc_layer, TestLayer.test_polygon_layer)
9478     (TestLayer.test_point_layer, TestLayer.test_empty_layer): Use the
9479     session's OpenShapefile method to open shapefiles
9480     (TestLayerLegend.setUp): Instantiate a session so that we can use
9481     it to open shapefiles.
9482     (TestLayerLegend.tearDown): Make sure that all references to
9483     layers and session are removed otherwise we may get a resource
9484     leak
9485    
9486     * test/test_map.py (TestMapAddLayer.test_add_layer)
9487     (TestMapWithContents.setUp): Instantiate a session so that we can
9488     use it to open shapefiles.
9489     (TestMapWithContents.tearDown): Make sure that all references to
9490     layers, maps and sessions are removed otherwise we may get a
9491     resource leak
9492     ("__main__"): use support.run_tests() so that more info about
9493     uncollected garbage is printed
9494    
9495     * test/test_save.py (SaveSessionTest.testSingleLayer): Use the
9496     session's OpenShapefile method to open shapefiles
9497     ("__main__"): use support.run_tests() so that more info about
9498     uncollected garbage is printed
9499    
9500     * test/test_selection.py (TestSelection.tearDown): Make sure that
9501     all references to the session and the selection are removed
9502     otherwise we may get a resource leak
9503     (TestSelection.get_layer): Instantiate a session so that we can
9504     use it to open shapefiles.
9505     ("__main__"): use support.run_tests() so that more info about
9506     uncollected garbage is printed
9507    
9508     * test/test_session.py (TestSessionBase.tearDown)
9509     (TestSessionWithContent.tearDown): Make sure that all references
9510     to the session and layers are removed otherwise we may get a
9511     resource leak
9512     (TestSessionWithContent.setUp): Use the session's OpenShapefile
9513     method to open shapefiles
9514    
9515 jonathan 721 2003-04-24 Jonathan Coles <[email protected]>
9516    
9517     * Thuban/Model/load.py (XMLReader.read): Should have been checking
9518     if the file_or_filename object had the 'read' attribute.
9519    
9520 jonathan 715 2003-04-23 Jonathan Coles <[email protected]>
9521    
9522 jonathan 720 * Thuban/Model/resource.py: Fixes RTbug #1813.
9523     (ReadProjFile): Add documentation about which exceptions are raised.
9524     Always pass the exceptions up to the caller.
9525     (GetProjFiles): If the directory can't be read return an empty list.
9526     If any of the proj files can't be read skip that file and go
9527     on to the next one.
9528    
9529     * test/test_proj.py: Added test cases to handle nonexistent files,
9530     unreadable files, and files that don't parse correctly.
9531    
9532     2003-04-23 Jonathan Coles <[email protected]>
9533    
9534 jonathan 716 Projection dialog. Allows the user to select from a list
9535     of projection templates and optionally edit them and save new ones.
9536    
9537     * Thuban/UI/projdialog.py (ProjFrame): New. Main dialog.
9538     (ProjPanel): Base class for projection specific panels.
9539     (TMPanel): Projection panel for Transverse Mercartor.
9540     (UTMPanel): Projection panel for Universal Transverse Mercartor.
9541     (LCCPanel): Projection panel for Lambert Conic Conformal.
9542     (GeoPanel): Projetion panel for Geographic Projection.
9543    
9544     2003-04-23 Jonathan Coles <[email protected]>
9545    
9546 jonathan 715 * Thuban/Model/load.py (XMLReader): Renamed from XMLProcessor to
9547     promote symmetry. There now exists XMLReader and XMLWriter.
9548     (XMLReader.read): New. Call to read the given file descriptor or
9549     filename.
9550     (XMLReader.close): New. Make sure the file is closed.
9551     (XMLReader.GetFileName): New. Return just the file name that is being
9552     read from.
9553     (XMLReader.GetDirectory): New. Return just the directory of the file
9554     that is being read.
9555     (XMLReader.AddDispatchers): New. Take a dictionary which contains
9556     the names of functions to call as the XML tree is parsed.
9557     (XMLReader.startElementNS): Updated to use new dispatcher dictionary.
9558     (XMLReader.endElementNS): Updated to use new dispatcher dictionary.
9559     (SessionLoader): Removed class variables start_dispatcher and
9560     end_dispatcher since this functionality is now part of a class
9561     instance. Fixes RTbug #1808.
9562     (SessionLoader.__init__): Add dispatcher functions.
9563     (load_xmlfile): Code was moved into the XMLReader.read().
9564     (load_session): Use modified SessionLoader.
9565    
9566     * Thuban/Model/map.py (Map.GetProjection): New. Returns the
9567     map's projection.
9568    
9569     * Thuban/Model/proj.py (Projection.GetParameters): Renamed to
9570     GetAllParameters.
9571     (Projection.GetParameter): Returns the value for the given parameter.
9572    
9573     * Thuban/Model/resource.py: Use XMLReader and XMLWriter.
9574     (GetProjFiles): Renamed from GetProjections. Now returns a list
9575     of ProjFile objects.
9576     (GetSystemProjFiles): Renamed from GetSuppliedProjections. Returns
9577     a list of ProjFile objects whose files are not user defined.
9578     (GetUserProjFiles): Renamed from GetUserProjections. Returns a
9579     list of ProjFile objects whose files are user defined.
9580     (ProjFileReader): Extend new XMLReader.
9581    
9582     * Thuban/Model/save.py (XMLWriter): Renamed from XMLSaver to
9583     promote symmetry.
9584    
9585     * Thuban/UI/classgen.py (ClassGenDialog.__init__): Use a wxChoice
9586     control instead of a wxComboBox. wxChoice controls do not generate
9587     events as the uses highlights possible choices which fixes problems
9588     with resizing the dialog when the use selects an option.
9589    
9590     * Thuban/UI/classifier.py (Classifier.__init__): Use a wxChoice
9591     control instead of a wxComboBox.
9592    
9593     * Thuban/UI/mainwindow.py (MainWindow.Projection): Use new projection
9594     dialog.
9595    
9596     * test/test_proj.py (TestProjection.test): New tests for GetParameter
9597     method.
9598    
9599 bh 703 2003-04-22 Bernhard Herzog <[email protected]>
9600    
9601 bh 705 * Thuban/UI/mainwindow.py: Remove some unused imports and global
9602     constants
9603    
9604 bh 703 * Thuban/UI/identifyview.py (IdentifyListCtrl.selected_shape)
9605     (IdentifyGridCtrl.selected_shape): Use table, not shapetable.
9606    
9607 bh 700 2003-04-17 Bernhard Herzog <[email protected]>
9608    
9609 bh 701 * Thuban/Model/layer.py: Don't import LAYER_LEGEND_CHANGED.
9610     (Layer): Update doc-string since LAYER_LEGEND_CHANGED is not used
9611     anymore.
9612     (Layer.BoundingBox, Layer.GetFieldType, Layer.NumShapes)
9613     (Layer.ShapeType, Layer.Shape): No need to call
9614     self.open_shapefile since it's always called in __init__
9615    
9616 bh 700 * Thuban/UI/application.py (ThubanApplication.MainLoop): Removed.
9617     In wxPython 2.4 there's no need to extend MainLoop anymore since
9618     wxPython itself makes sure OnExit is called.
9619    
9620 jonathan 688 2003-04-16 Jonathan Coles <[email protected]>
9621    
9622 jonathan 693 Initial putback of projection management code. Includes new
9623     classes to read and write projection files. The current load
9624     and save classes were abstracted a bit so they could be reused.
9625     The Projection class was extended to provide new methods and
9626     have a name.
9627    
9628     * Thuban/Model/load.py (XMLProcessor): New. Contains all the
9629     general XML reading methods that were part of ProcessSession.
9630    
9631     * Thuban/Model/proj.py (Projection.__init__): Accepts an optional
9632     name.
9633     (ProjFile): New. Represents a file that contains projection
9634     information.
9635    
9636     * Thuban/Model/resource.py: New. Contains general utilities
9637     for read and writing projection files.
9638    
9639     * Thuban/Model/save.py (XMLSaver): New. Contains all the
9640     general XML writing methods that were part of SessionSaver.
9641     (SessionSaver): Renamed from Saver.
9642    
9643     * test/test_proj.py: New test cases for the projection
9644     file read and write functions.
9645    
9646     2003-04-16 Jonathan Coles <[email protected]>
9647    
9648 jonathan 688 * Thuban/Model/classification.py: Use repr() around values
9649     in the ClassGroup*.__repr__() methods so it is clearer when
9650     a value is a string and when it is a number.
9651    
9652     * test/test_load.py: Rework the classification test to test
9653     that we can load old files.
9654     (testLabels): Test a file where the groups have labels.
9655    
9656 bh 687 2003-04-16 Bernhard Herzog <[email protected]>
9657    
9658     Safer implementation of the performance enhancements of the
9659     low-level renderer:
9660    
9661     * extensions/thuban/wxproj.cpp (extract_projection)
9662     (extract_pointer): Rename extract_projection to extract_pointer
9663     and redefine its purpose to return the pointer stored in a CObject
9664     returned by the object's cobject method. Update all callers.
9665     (s_draw_info, free_draw_info, draw_polygon_init): Implement the
9666     handling of these low-level parameters so that each s_draw_info
9667     instance is handled as a CObject at python level that also
9668     contains real references to the actual python objects which
9669     contain the values in the struct. Add free_draw_info as the
9670     destructor.
9671     (draw_polygon_shape): Add the py_draw_info parameter which must a
9672     cobject containing an s_draw_info pointer.
9673    
9674     * Thuban/UI/renderer.py (MapRenderer.polygon_render_param): New
9675     method to instantiat the low-level render parameter
9676     (MapRenderer.draw_shape_layer): Use the new method. Remove some
9677     commented out code.
9678     (MapRenderer.draw_polygon_shape): Make the first parameter not the
9679     layer but the low-level render parameter
9680     (ScreenRenderer.draw_shape_layer): Use the low-level render
9681     parameter.
9682    
9683 jonathan 673 2003-04-15 Jonathan Coles <[email protected]>
9684    
9685 jonathan 680 * Thuban/Model/classification.py: Implemented __repr__ for
9686     the ClassGroup* classes to make debugging a bit easier.
9687     (ClassGroup.SetLabel): Check that the string is an instance
9688     of StringTypes not StringType. Accounts for Unicode strings.
9689    
9690     * Thuban/Model/color.py: Implemented __repr__ to make
9691     debugging a bit easier.
9692    
9693     * Thuban/Model/save.py (Saver.write_classification): Need to
9694     save the group label.
9695    
9696     * test/test_load.py (testClassification): New. Loads the
9697     iceland_sample_test.thuban file and checks if it was loaded
9698     correctly.
9699    
9700     2003-04-15 Jonathan Coles <[email protected]>
9701    
9702 jonathan 673 * extensions/thuban/wxproj.cpp (draw_polygon_init): New. Used
9703     to improve rendering performance by initializing the variables
9704     that are not change each time draw_polygon_shape() is called.
9705     The values are stored in a global struct draw_info.
9706     (draw_polygon_shape): Removed initialization code that is
9707     now in draw_polygon_init().
9708    
9709     * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Make
9710 jonathan 674 drawing initialization call to draw_polygon_init()
9711     (MapRenderer.draw_polygon_shape): Use new signature of
9712     draw_polygon_shape.
9713 jonathan 673
9714 jonathan 674 * Thuban/UI/classgen.py (GenUniformPanel): Fix spin control
9715     weirdness by setting the range to (1, maxint).
9716 jonathan 673
9717 jonathan 674 * Thuban/Model/classification.py (ClassGroupProperties): Make
9718     instance variables private and optimize comparison operator
9719     by first checking if the color references are the same.
9720     (ClassGroupSingleton): Make instance variables private.
9721     (ClassGroupRange): Make instance variables private.
9722 jonathan 673
9723 jonathan 674 * HOWTO-Release: Filled in missing steps for releasing packages.
9724    
9725 bh 672 2003-04-15 Bernhard Herzog <[email protected]>
9726    
9727     First stab at internationalized messages:
9728    
9729     * Thuban/__init__.py (_): Implement the translation function for
9730     real using the python gettext module.
9731    
9732     * Thuban/UI/classifier.py (ClassTable.GetRowLabelValue): Don't
9733     translate empty strings.
9734    
9735     * Thuban/UI/application.py (ThubanApplication.read_startup_files):
9736     Add a missing space to a warning message
9737    
9738     * po/README: New. Notes about the management of the translation
9739     files.
9740    
9741     * po/Makefile: New. Makefile to help manage the translation files.
9742    
9743     * po/es.po: New. Spanish translation by Daniel Calvelo Aros
9744    
9745     * MANIFEST.in: Include the *.mo files in Resources/Locale and the
9746     translations and support files in po/
9747    
9748     * setup.py (data_files): Add the *.mo files to the data_files too
9749    
9750     * README: Add note about the translations when building from CVS
9751    
9752 jonathan 669 2003-04-14 Jonathan Coles <[email protected]>
9753    
9754     * Thuban/UI/dock.py: Fixes some window resizing problems most
9755     noticable under windows. Always assume the button bitmaps will
9756     be there. Code clean up.
9757     (DockabelWindow.Dock, DockableWindow.UnDock): Force all the
9758     images for the dock/undock button to the same images.
9759     Work around for RTbug #1801.
9760    
9761     * Thuban/UI/legend.py (LegendPanel.__init__): The toolbar should
9762     be allowed to grow within the sizer. Fixes a bug under Windows
9763     where the toolbar wasn't being drawn.
9764    
9765 frank 664 2003-04-14 Frank Koormann <[email protected]>
9766    
9767     * Resources/Bitmaps/dock_12.xpm, Resources/Bitmaps/undock_12.xpm:
9768     Updated design to try to make the button functionality more
9769     transparent.
9770    
9771 jonathan 662 2003-04-14 Jonathan Coles <[email protected]>
9772    
9773     * Thuban/UI/legend.py (LegendPanel.__init__): Call Create() to
9774     finalize the intialization of the panel.
9775    
9776     * Thuban/UI/dock.py (DockPanel.Create): New. Finalizes the
9777     creation of the panel. Should be the last thing called in the
9778     initializer of a subclass.
9779    
9780     * Thuban/UI/classgen.py (ClassGenDialog.__init__): Actively
9781     set the current selections in the combo boxes. This is needed
9782     under Windows.
9783    
9784     * Thuban/UI/classifier.py (Classifier.__init__): Add a top
9785     level panel to the dialog so that the background colors are
9786     consistent under Windows.
9787    
9788 jonathan 646 2003-04-11 Jonathan Coles <[email protected]>
9789    
9790 jonathan 662 * Thuban/UI/classgen.py: Change color ramps to start at white
9791     not black.
9792    
9793     * Thuban/UI/legend.py: Enable/disable the legend buttons when
9794     the legend changes. Fixes RTbug #1793.
9795    
9796     * test/test_classification.py: Added test for copying of
9797     classifications.
9798    
9799     2003-04-11 Jonathan Coles <[email protected]>
9800    
9801 jonathan 647 * Thuban/UI/resource.py: New. Centralize the loading of resources
9802     such as bitmaps.
9803    
9804     * Thuban/UI/classgen.py (GenUniquePanel.__init__): Reordered buttons,
9805     added images to the move buttons, added 'reverse' button.
9806     (CustomRampPanel.__init__): Added images to the move buttons.
9807     (GreyRamp): New. Generates a ramp from white to black.
9808     (HotToColdRamp): New. Generates a ramp from cold to hot colors.
9809    
9810     * Thuban/UI/classifier.py: Refactored ID's from ID_CLASSIFY_* to
9811     ID_PROPERTY_*.
9812     (Classifier.__init__): Minor changes to the layout.
9813     (Classifier._OnTitleChanged): Listen for when the user edits the
9814     title and update the dialog's title and the layer's title.
9815    
9816     * Thuban/UI/dock.py: Use new bitmaps for the control buttons.
9817    
9818     * Thuban/UI/legend.py: Use new bitmaps for the control buttons.
9819     (LegendTree._OnMsgLayerTitleChanged): Change the displayed title
9820     if the layer's title changes.
9821    
9822     * Thuban/UI/mainwindow.py: Added new menu item and associated code
9823     to open a dialog to rename the map.
9824     (MainWindow): Use new resource class to import bitmaps.
9825    
9826     2003-04-11 Jonathan Coles <[email protected]>
9827    
9828 jonathan 646 * Resources/Bitmaps/close_12.xpm, Resources/Bitmaps/dock_12.xpm,
9829 jonathan 647 Resources/Bitmaps/group_use.xpm, Resources/Bitmaps/group_use_all.xpm,
9830     Resources/Bitmaps/group_use_none.xpm,
9831     Resources/Bitmaps/group_use_not.xpm,
9832     Resources/Bitmaps/hide_layer.xpm,
9833     Resources/Bitmaps/layer_properties.xpm,
9834     Resources/Bitmaps/lower_layer.xpm, Resources/Bitmaps/raise_layer.xpm,
9835     Resources/Bitmaps/show_layer.xpm, Resources/Bitmaps/undock_12.xpm:
9836     New.
9837 jonathan 646
9838 jonathan 636 2003-04-10 Jonathan Coles <[email protected]>
9839    
9840 jonathan 644 * Thuban/Model/classification.py: (ClassGroupRange.__init__):
9841     Should pass group to ClassGroup constructor.
9842    
9843     2003-04-10 Jonathan Coles <[email protected]>
9844    
9845 jonathan 636 * Thuban/Model/classification.py: (ClassGroup): Move all the common
9846     methods of the derived classes ([Set|Get]Properties(), __eq__, __ne__)
9847     here. Implement SetVisible(), IsVisible().
9848     (ClassGroup.__init__): Add group parameter which acts as a copy
9849     constructor.
9850    
9851     * Thuban/UI/classifier.py (ClassTable): Add a new column for the
9852     "Visible" check boxes.
9853     (Classifier): Rename the buttons and refactor the code to match
9854     the new labels.
9855    
9856     * Thuban/UI/legend.py: Classify button is now called "Properties".
9857     Refactored the code to change variable names.
9858     (LegendTree.__FillTreeLayer): Only list a group if it is visible.
9859    
9860     * Thuban/UI/mainwindow.py: MainWindow.OpenClassifier renamed to
9861     MainWindow.OpenLayerProperties. MainWindow.LayerEditProperties
9862     renamed to MainWindow.LayerEditProperties.
9863     (MainWindow.ToggleLegend): Don't include map name in legend title.
9864     (MainWindow.SetMap): Added the map name to the window title.
9865     (MainWindow.LayerFillColor, MainWindow.LayerTransparentFill,
9866     MainWindow.LayerOutlineColor, MainWindow.LayerNoOutline): Removed.
9867     Functionality is found in the layer properties dialog.
9868    
9869     * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Only
9870     draw visible groups.
9871    
9872 jonathan 626 2003-04-09 Jonathan Coles <[email protected]>
9873    
9874 jonathan 634 * Thuban/UI/classgen.py: Modifications to allow simple
9875     addition and selection of new color schemes.
9876     (MonochromaticRamp): New. Generates a ramp between two colors.
9877     (RedRamp): New. Generates a ramp of all red.
9878     (GreenRamp): New. Generates a ramp of all green.
9879     (BlueRamp): New. Generates a ramp of all blue.
9880    
9881     2003-04-09 Jonathan Coles <[email protected]>
9882    
9883 jonathan 626 * Thuban/Model/classification.py (Classification.__deepcopy__):
9884     Need to copy over field and fieldType attributes.
9885    
9886     * Thuban/Model/table.py (Table.field_range): New. Retrive the
9887     maximum and minimum values over the entire table for a given
9888     field.
9889     (Table.GetUniqueValues): New. Retrieve all the unique values
9890     in the table for a given field.
9891    
9892     * Thuban/UI/classgen.py: Renamed GenRangePanel to GenUniformPanel.
9893     (GenUniquePanel): New. Controls to allow the user to select
9894     which unique field values they would like in the classification.
9895     (CustomRampPanel): Code that was in ClassGenDialog that allows
9896     the user to select the properties for a custom ramp.
9897     (ClassGenerator.GenUniformDistribution): Was called GenerateRanges.
9898    
9899     * Thuban/UI/classifier.py: Removed a lot of debugging code.
9900     (Classifier._SetClassification): Callback method so that the
9901     class generator can set the classification in the grid.
9902     (ClassGroupPropertiesCtrl): New. Encapsulates the drawing and
9903     editing of a group properties class into a wxWindows control.
9904    
9905     * Thuban/UI/dock.py: It was decided that if the user closes
9906     a dockable window the window should simply hide itself. That
9907     way if the user wants to show the dock again it appears in the
9908     same place as it was when it was closed.
9909     (DockableWindow.Destroy): Call renamed method OnDockDestroy().
9910     (DockableWindow._OnButtonClose): Hide the window instead of
9911     destroying it.
9912     (DockableWindow._OnClose): Hide the window instead of
9913     destroying it.
9914    
9915     * Thuban/UI/legend.py (LegendTree): Use a private method to
9916     consistently set the font and style of the text. Fixes RTbug #1786.
9917    
9918     * Thuban/UI/mainwindow.py: Import just the Classifier class.
9919    
9920 bh 623 2003-04-07 Bernhard Herzog <[email protected]>
9921    
9922 bh 625 * Thuban/UI/mainwindow.py (main_menu): Move the toggle_legend item
9923     to the map module
9924    
9925     2003-04-07 Bernhard Herzog <[email protected]>
9926    
9927 bh 623 * Thuban/UI/mainwindow.py (MainWindow.ShowSessionTree): Removed in
9928     favor of ToggleSessionTree
9929     (MainWindow.ToggleSessionTree): New method to toggle visibility of
9930     the session tree.
9931     (MainWindow.SessionTreeShown): New method to return whether the
9932     session tree is currently shown.
9933     (MainWindow.ToggleLegend): New method to toggle visibility of the
9934     legend
9935     (MainWindow.ShowLegend): Implement in terms of ToggleLegend and
9936     LegendShown
9937     (MainWindow.LegendShown): New method to return whether the legend
9938     is currently shown.
9939     (_method_command): Add checked parameter so we can define check
9940     menu items
9941     (_has_tree_window_shown, _has_legend_shown): Use the appropriate
9942     mainwindow methods.
9943     (show_session_tree, show_legend commands): Removed.
9944     (toggle_session_tree, toggle_legend commands): New commands to
9945     toggle the visibility of the dialogs
9946    
9947 jonathan 612 2003-04-07 Jonathan Coles <[email protected]>
9948    
9949 jonathan 619 * Thuban/UI/classgen.py: Fix Windows problem.
9950    
9951     * Thuban/UI/dock.py: Fix Windows problem.
9952    
9953     * Thuban/UI/mainwindow.py: Use False instead of false.
9954     (MainWindow.ShowLegend): Remove unnecessary switch parameter.
9955    
9956     2003-04-07 Jonathan Coles <[email protected]>
9957    
9958 jonathan 612 Since we now say that the order of the groups in a classification
9959     matters, it makes sense to be able to manipulate that order. Most
9960     of the changes to Thuban/Model/classification.py are to that end.
9961    
9962     * Thuban/Model/classification.py (Classification.AppendGroup,
9963     Classification.InsertGroup, Classification.ReplaceGroup,
9964     Classification.RemoveGroup, Classification.GetGroup): Do as the
9965     names imply.
9966     (Classification.FindGroup): This was called GetGroup, but GetGroup
9967     takes an index, while FindGroup takes a value.
9968     (Classification.__deepcopy__): Copy all the groups, BUT NOT THE LAYER
9969     REFERENCE. Currently there is a cyclic reference between the layer
9970     and its classification. If the classification doesn't need to know
9971     its owning layer we can change this, since it may make sense to be
9972     able to use the same classification with different layers.
9973    
9974     * Thuban/Model/load.py: Use Classification.AppendGroup(), not AddGroup()
9975    
9976     * Thuban/UI/classgen.py: Use Classification.AppendGroup(),
9977     not AddGroup()
9978    
9979     * Thuban/UI/classifier.py: Now that we can depend on the order in
9980     a Classification and have methods to manipulate that order we don't
9981     need to use our own data structures in the grid. We can simply make
9982     the grid/table access the information they need from a copy of
9983     the classification object.
9984     (Classifier._OnCloseBtn): Event handler for when the user clicks
9985     'Close'. This is needed so if the user applies changes and then
9986     continues to change the table the user has the option of discarding
9987     the most recent changes and keeping what they applied.
9988    
9989     * Thuban/UI/mainwindow.py: Put "Show Legend" and "Show Session Tree"
9990     into the same group.
9991    
9992     * extensions/thuban/wxproj.cpp (check_version): If Thuban is compiled
9993     with a really old version of proj, PJ_VERSION won't even be defined.
9994     If it isn't defined then just compile so that the function always
9995     returns Py_False.
9996    
9997     * test/test_classification.py: Fix tests to use the renamed methods.
9998     Still need to write tests for the new methods.
9999    
10000 jonathan 601 2003-04-04 Jonathan Coles <[email protected]>
10001 jonathan 608
10002 jonathan 612 * Thuban/UI/classifier.py (Classifier.__SelectField): Move the
10003     call to SetSelection out of the method and before the call
10004     to __SelectField in __init__. This prevents a recursion of events
10005     when _OnFieldSelect is triggered by the user.
10006    
10007     2003-04-04 Jonathan Coles <[email protected]>
10008    
10009 jonathan 608 * Thuban/Model/classification.py: Rename Color.None to
10010     Color.Transparent.
10011     (ClassGroupProperties.SetLineColori, ClassGroupProperties.SetFill):
10012     Don't bother copying the color, since Colors are immutable.
10013    
10014     * Thuban/Model/color.py, Thuban/Model/layer.py, Thuban/Model/load.py,
10015     Thuban/UI/classifier.py, Thuban/UI/mainwindow.py,
10016     Thuban/UI/renderer.py, Thuban/UI/view.py:
10017     Rename Color.None to Color.Transparent.
10018    
10019     * test/test_classification.py, test/test_load.py: Rename Color.None
10020     to Color.Transparent.
10021    
10022     2003-04-04 Jonathan Coles <[email protected]>
10023 jonathan 603
10024     * Thuban/Model/classification.py: Fix assert calls.
10025     (ClassGroupProperties.SetLineColor, ClassGroupProperties.SetFill):
10026     Copy the color parameter rather than hold onto a reference.
10027 jonathan 601
10028 jonathan 603 * Thuban/Model/color.py (Color.__copy__, Color.__deepcopy): Copy
10029     the color object.
10030     (NoColor.__copy__, NoColor.__deepcopy): Return 'self' so that we
10031     are sure there exists only one refernce to Color.None in the system.
10032     This allows us to use 'is' rather than the comparision functions.
10033    
10034     * Thuban/Model/save.py: Fix assert calls.
10035    
10036     * Thuban/UI/classifier.py: Fix assert calls.
10037     (ClassGrid._OnCellDClick): Call up to the classifier to open the
10038     dialog to edit the groups properties.
10039     (ClassGrid._OnCellResize): Make sure that the scollbars are drawn
10040     correctly if a cell is resized.
10041     (ClassTable.SetClassification): New. Changes the classification
10042     that is in the table.
10043     (ClassTable.__SetRow): Allow groups to be prepended.
10044     (Classifier): New code for opening the EditProperties and
10045     GenerateRanges dialogs.
10046     (SelectPropertiesDialog.__GetColor): Only set the color in the
10047     color dialog if the current color is not None.
10048    
10049     * Thuban/UI/dock.py: Fix assert calls.
10050    
10051     * Thuban/UI/legend.py: Fix assert calls.
10052    
10053     * Thuban/UI/renderer.py: Fix assert calls.
10054    
10055     * Thuban/UI/classgen.py (ClassGenDialog): Dialog for generating
10056     classifications.
10057     (GenRangePanel): Panel specific to range generation.
10058     (GenSingletonPanel): Panel specific to singleton generation.
10059     (ClassGenerator): Class responsible for actually generating
10060     the classification from the data gathered in the dialog box.
10061     (PropertyRamp): Generates properties whose values range from
10062     a starting property to an ending property.
10063 jonathan 601
10064 bh 600 2003-04-03 Bernhard Herzog <[email protected]>
10065    
10066     * test/support.py (print_garbage_information): New function that
10067     prints information about still connected messages and memory
10068     leaks.
10069     (run_suite): Removed.
10070     (run_tests): New function for use as a replacement of
10071     unittest.main in the test_* files. This one calls
10072     print_garbage_information at the end.
10073    
10074     * test/runtests.py (main): Use support.print_garbage_information
10075    
10076     * test/test_layer.py: Use support.run_tests instead of
10077     unittest.main so we get memory leak information
10078     (TestLayer.test_arc_layer, TestLayer.test_polygon_layer)
10079     (TestLayer.test_point_layer, TestLayer.test_empty_layer)
10080     (TestLayerLegend.test_visibility): Call the layer's Destroy method
10081     to fix a memory leak.
10082    
10083     * test/test_classification.py: Use support.run_tests instead of
10084     unittest.main so we get memory leak information
10085     (TestClassification.test_classification): Call the layer's Destroy
10086     method to fix a memory leak.
10087    
10088 bh 591 2003-04-02 Bernhard Herzog <[email protected]>
10089    
10090 bh 595 * extensions/thuban/wxproj.cpp (check_version, check_version_gtk):
10091     Handle the reference counts of the return value and errors in
10092     PyArg_ParseTuple correctly.
10093    
10094 bh 593 * Thuban/UI/application.py (ThubanApplication.OpenSession): Make
10095     sure the filename is absolute to avoid problems when saving the
10096     session again
10097    
10098 bh 591 * Thuban/Model/table.py: Remove unnecessary import. Fix a typo.
10099    
10100 jonathan 587 2003-04-01 Jonathan Coles <[email protected]>
10101    
10102 jonathan 589 * Thuban/UI/renderer.py (MapRenderer.draw_point_shape): Check
10103 jonathan 587 that there actually are points in the returned list of points
10104     before trying to index into the list. The list may be empty if
10105     the shape is a Null Shape.
10106    
10107 bh 586 2003-04-01 Bernhard Herzog <[email protected]>
10108    
10109     * test/test_map.py: Don't use from <module> import *
10110    
10111 jonathan 581 2003-04-01 Jonathan Coles <[email protected]>
10112    
10113     * Thuban/Model/session.py: Use LAYER_CHANGED instead of
10114     LAYER_LEGEND_CHANGED
10115    
10116     * Thuban/UI/dock.py (DockableWindow._OnButtonClose): Call
10117     self.Destroy() to close the window after yesterday's changes.
10118    
10119     * test/test_map.py, test/test_session.py: Fix messages that
10120     are sent from maps and layers.
10121    
10122 jonathan 575 2003-03-31 Jonathan Coles <[email protected]>
10123    
10124     * Thuban/UI/classifier.py: Commented out some debugging statements.
10125     (ClassDataPreviewer.Draw): Draw rectangles for polygon layers per
10126     RTbug #1769.
10127    
10128     * Thuban/UI/dock.py (DockableWindow.UnDock): Restore size and
10129     position (although position doesn't work yet under GTK).
10130     (DockableWindow.Destroy): New. Called when the window must be
10131     closed. Namely needed when the DockFrame closes and must close
10132     its children.
10133     (DockFrame): Listen for EVT_CLOSE and destroy all children.
10134    
10135     * Thuban/UI/legend.py (LegendPanel.Destroy): New. Cleans up
10136     when then window is told to close.
10137     (LegendTree._OnMsgLayerChanged): Fixes a seg fault bug. See
10138     comment in source for more info.
10139    
10140     * Thuban/UI/main.py: Show the legend by default when Thuban starts.
10141    
10142     * Thuban/UI/mainwindow.py: Renamed OnClose to _OnClose for
10143     symmetry with other such methods.
10144     (MainWindow.ShowLegend): Show the legend docked by default.
10145    
10146 jonathan 569 2003-03-28 Jonathan Coles <[email protected]>
10147    
10148     * Thuban/UI/classifier.py: Support for highlighting a specific
10149     group within the grid when the classification dialog is opened.
10150     Also contains a lot of debugging printouts which will later
10151     be removed.
10152    
10153     * Thuban/UI/dock.py: Complete rework on the dock code so that
10154     that it is fairly removed from the rest of the Thuban application.
10155     It is easy to add new docks which the rest of the program having
10156     to be aware of them.
10157    
10158     * Thuban/UI/legend.py: Modifications to support selecting a
10159     specific group in the classification dialog. Changed how layers
10160     are drawn when the layer is visible/invisible.
10161    
10162     * Thuban/UI/mainwindow.py: Removed legend specific code and
10163     replaced it with calls to the new dock code.
10164    
10165     * Thuban/UI/renderer.py (MapRenderer.__init__): Added assert
10166     to check if scale > 0. Trying to track down a divide by zero.
10167    
10168 jonathan 557 2003-03-26 Jonathan Coles <[email protected]>
10169    
10170 jonathan 567 * Thuban/UI/legend.py: Removed unnecessary LegendDialog class.
10171     (LegendPanel): Removed _OnDock()/_OnUnDock() methods which are
10172     now part of DockableWindow.
10173     (LegendPanel.DoOnSelChanged): Select the current layer in the
10174     map.
10175     (LegendTree._OnSelChanged): Call LegendPanel.DoOnSelChanged()
10176     with the selected layer and/or group.
10177    
10178     2003-03-26 Jonathan Coles <[email protected]>
10179    
10180 jonathan 557 This putback contains the code for dockable windows. There is
10181     no support in wxWindows as of this date for windows that can
10182     attach themselves to other windows.
10183    
10184     The current model contains a DockableWindow which has a parent
10185     window for when it is detached and a dock window that it puts
10186     its contents in when it is docked. The contents of a DockableWindow
10187     must be a DockPanel. DockPanel itself derives from wxPanel.
10188    
10189     * Thuban/Model/layer.py (Layer.ClassChanged): Send a LAYER_CHANGED
10190     message, not a LAYER_LEGEND_CHANGED message.
10191    
10192     * Thuban/Model/map.py (Map): Forward LAYER_CHANGED messages.
10193    
10194     * Thuban/UI/classifier.py (Classifier.__init__): Use wxADJUST_MINSIZE
10195     as one of the style properties for the fieldTypeText item to
10196     be sure that its size is correct when the text changes.
10197    
10198     * Thuban/UI/dock.py: New. Classes for the DockPanel and
10199     DockableWindow.
10200    
10201     * Thuban/UI/legend.py: Added some more buttons and made the
10202     LegendPanel a DockPanel.
10203    
10204     * Thuban/UI/mainwindow.py: Added sash windows to the main window
10205     and supporting functions for manipulating the sashes.
10206     (MainWindow.ShowLegend): Create a DockableWindow with the
10207     LegendPanel as the contents.
10208    
10209     * Thuban/UI/messages.py: Added DOCKABLE_* messages
10210    
10211     * Thuban/UI/view.py (MapCanves.SetMap): Listen for LAYER_CHANGED,
10212     not LAYER_LEGEND_CHANGED, messages.
10213    
10214 jonathan 554 2003-03-25 Jonathan Coles <[email protected]>
10215    
10216     * setup.py: Added custom script bdist_rpm_build_script so that
10217     when the rpm is built the path to wx-config is correct.
10218    
10219     * setup.cfg: Added line saying to use the custom build script
10220    
10221 jonathan 552 2003-03-20 Jonathan Coles <[email protected]>
10222    
10223     Initial implementation of the Legend.
10224    
10225     * Thuban/UI/legend.py: New. Creates a window that shows the map's
10226     Legend information and allows the user to add/modify classifications
10227     and how the layers are drawn on the map.
10228    
10229     * setup.py: New command 'build_docs' which currently uses
10230     happydoc to generate html documentation for Thuban.
10231    
10232     * Thuban/Model/classification.py (ClassGroup.GetDisplayText): New.
10233     Returns a string which is appropriately describes the group.
10234    
10235     * Thuban/Model/layer.py (Layer.SetClassification): Generate a
10236     LAYER_CHANGED event instead of a LAYER_LEGEND_CHANGED event.
10237    
10238     * Thuban/Model/map.py (Map): Rename messages and use new, more
10239     specific, messages.
10240    
10241     * Thuban/Model/messages.py: New message to indicate that a layer's
10242     data has changed (LAYER_CHANGED). New map messages to indicate
10243     when layers have been added/removed/changed or if the stacking order
10244     of the layers has changed.
10245    
10246     * Thuban/Model/session.py: Rename and use new messages.
10247    
10248     * Thuban/UI/classifier.py: Remember if any changes have actually
10249     been applied so that if the dialog is cancelled without an application
10250     of changes we don't have to set a new classification.
10251     (ClassDataPreviewer): Pulled out the window specific code and put it
10252     ClassDataPreviewWindow. ClassDataPreviewer can then be used to draw
10253     symbols on any DC.
10254    
10255     * Thuban/UI/mainwindow.py: New code to open the legend.
10256    
10257     * Thuban/UI/view.py: Use new message names.
10258    
10259 jonathan 541 2003-03-19 Jonathan Coles <[email protected]>
10260    
10261     * Thuban/UI/main.py (verify_versions): New. Checks the versions
10262     of Python, wxPython, and some other libraries.
10263    
10264     * extensions/thuban/wxproj.cpp (check_version): Checks the given
10265     version against what wxproj was compiled with.
10266     (check_version_gtk): If wxproj was compiled with gtk then check
10267     the given version against the version of the gtk library
10268     currently being used.
10269    
10270 bh 538 2003-03-14 Bernhard Herzog <[email protected]>
10271    
10272     * test/test_command.py: Run the tests when the module is run as a
10273     script
10274    
10275     2003-03-14 Bernhard Herzog <[email protected]>
10276    
10277     Implement selection of multiple selected shapes in the same layer:
10278    
10279     - Introduce a new class to hold the selection. This basically
10280     replaces the interactor which was nothing more than the
10281     selection anyway. A major difference is of course that the new
10282     selection class supports multiple selected shapes in one layer
10283    
10284     - Move the object that represents the selection from the
10285     application to the canvas. The canvas is a better place than the
10286     application because the selection represents which shapes and
10287     layer of the map displayed by the canvas are selected and
10288     affects how the map is drawn.
10289    
10290     - Make the selection and its messages publicly available through
10291     the mainwindow.
10292    
10293     - The non-modal dialogs do not get a reference to the interactor
10294     anymore as they can simply refer to their parent, the
10295     mainwindow, for the what the interactor had to offer.
10296    
10297     * Thuban/UI/selection.py: New module with a class to represent the
10298     selection.
10299    
10300     * Thuban/UI/messages.py (SELECTED_TABLE, SELECTED_MAP): Remove
10301     these unused messages
10302    
10303     * Thuban/UI/application.py (ThubanApplication.OnInit)
10304     (ThubanApplication.OnExit, ThubanApplication.SetSession): The
10305     interactor is gone now.
10306     (ThubanApplication.CreateMainWindow): There is no interactor
10307     anymore so we pass None as the interactor argument for now for
10308     compatibility.
10309    
10310     * Thuban/UI/view.py (MapCanvas.delegated_messages)
10311     (MapCanvas.Subscribe, MapCanvas.Unsubscribe): In Subscribe and
10312     Unsubscribe, delegate messages according to the delegated_messages
10313     class variable.
10314     (MapCanvas.__getattr__, MapCanvas.delegated_methods): Get some
10315     attributes from instance variables as described with the
10316     delegated_methods class variable.
10317     (MapCanvas.__init__): New instance variable selection holding the
10318     current selection
10319     (MapCanvas.do_redraw): Deal with multiple selected shapes. Simply
10320     pass them on to the renderer
10321     (MapCanvas.SetMap): Clear the selection when a different map is
10322     selected.
10323     (MapCanvas.shape_selected): Simple force a complete redraw. The
10324     selection class now takes care of only issueing SHAPES_SELECTED
10325     messages when the set of selected shapes actually does change.
10326     (MapCanvas.SelectShapeAt): The selection is now managed in
10327     self.selection
10328    
10329     * Thuban/UI/mainwindow.py (MainWindow.delegated_messages)
10330     (MainWindow.Subscribe, MainWindow.Unsubscribe): In Subscribe and
10331     Unsubscribe, delegate messages according to the delegated_messages
10332     class variable.
10333     (MainWindow.delegated_methods, MainWindow.__getattr__): Get some
10334     attributes from instance variables as described with the
10335     delegated_methods class variable.
10336     (MainWindow.__init__): The interactor as ivar is gone. The
10337     parameter is still there for compatibility. The selection messages
10338     now come from the canvas.
10339     (MainWindow.current_layer, MainWindow.has_selected_layer):
10340     Delegate to the the canvas.
10341     (MainWindow.LayerShowTable, MainWindow.Classify)
10342     (MainWindow.identify_view_on_demand): The dialogs don't need the
10343     interactor parameter anymore.
10344    
10345     * Thuban/UI/tableview.py (TableFrame.__init__)
10346     (LayerTableFrame.__init__, LayerTableFrame.OnClose)
10347     (LayerTableFrame.row_selected): The interactor is gone. It's job
10348     from the dialog's point of view is now done by the mainwindow,
10349     i.e. the parent. Subscribe to SHAPES_SELECTED instead
10350     of SELECTED_SHAPE
10351    
10352     * Thuban/UI/dialogs.py (NonModalDialog.__init__): The interactor
10353     is gone. It's job from the dialog's point of view is now done by
10354     the mainwindow, i.e. the parent.
10355    
10356     * Thuban/UI/classifier.py (Classifier.__init__): The interactor is
10357     gone. It's job from the dialog's point of view is now done by the
10358     mainwindow, i.e. the parent.
10359    
10360     * Thuban/UI/tree.py (SessionTreeView.__init__): The interactor is
10361     gone. It's job from the dialog's point of view is now done by the
10362     mainwindow, i.e. the parent.
10363     (SessionTreeCtrl.__init__): New parameter mainwindow which is
10364     stored as self.mainwindow. The mainwindow is need so that the tree
10365     can still subscribe to the selection messages.
10366     (SessionTreeCtrl.__init__, SessionTreeCtrl.unsubscribe_all)
10367     (SessionTreeCtrl.update_tree, SessionTreeCtrl.OnSelChanged): The
10368     selection is now accessible through the mainwindow. Subscribe to
10369     SHAPES_SELECTED instead of SELECTED_SHAPE
10370    
10371     * Thuban/UI/identifyview.py (IdentifyView.__init__): Use the
10372     SHAPES_SELECTED message now.
10373     (IdentifyView.selected_shape): Now subscribed to SHAPES_SELECTED,
10374     so deal with multiple shapes
10375     (IdentifyView.__init__, IdentifyView.OnClose): The interactor is
10376     gone. It's job from the dialog's point of view is now done by the
10377     mainwindow, i.e. the parent.
10378    
10379     * Thuban/UI/controls.py (RecordListCtrl.fill_list): The second
10380     parameter is now a list of shape ids.
10381     (RecordTable.SetTable): The second parameter is now a list of
10382     indices.
10383    
10384     * Thuban/UI/renderer.py (ScreenRenderer.RenderMap): Rename the
10385     selected_shape parameter and ivar to selected_shapes. It's now a
10386     list of shape ids.
10387     (MapRenderer.draw_label_layer): Deal with multiple selected
10388     shapes. Rearrange the code a bit so that the setup and shape type
10389     distinctions are only executed once.
10390    
10391     * test/test_selection.py: Test cases for the selection class
10392    
10393 jonathan 527 2003-03-11 Jonathan Coles <[email protected]>
10394    
10395     * Thuban/Model/load.py: Temporary fix so that the xml reader
10396     doesn't cause Thuban to crash.
10397    
10398     * Thuban/Model/layer.py: Handle the cyclic references between
10399     a layer and its classification better, and be sure to disconnect
10400     the classification from the layer when the layer is destroyed
10401     so that we don't maintain a cyclic reference that may not be
10402     garbage collected.
10403    
10404     * Thuban/Model/classification.py: See comment for layer.py.
10405    
10406 jan 523 2003-03-12 Jan-Oliver Wagner <[email protected]>
10407    
10408     * HOWTO-Release: New. Information on the steps for releasing
10409     a new version of Thuban.
10410    
10411 jonathan 514 2003-03-11 Jonathan Coles <[email protected]>
10412    
10413     * Thuban/UI/classifier.py: Add normal border to SelectPropertiesDialog.
10414     Use True instead of true.
10415     (Classifier): Should have a single panel in which all the controls lie.
10416    
10417     * Thuban/UI/proj4dialog.py: Add normal border.
10418    
10419     * Thuban/UI/tree.py: Fixed problem with bad item images under Windows.
10420    
10421     * Thuban/UI/mainwindow.py: Use True instead of true.
10422    
10423     * setup.py: Update some definitions to use wxWindows2.4 files
10424    
10425     * Data/iceland_sample_class.thuban: Fixed file so that the
10426     field_type information is present.
10427    
10428 jonathan 490 2003-03-10 Jonathan Coles <[email protected]>
10429    
10430 jonathan 505 * Thuban/UI/classifier.py (Classifier.__init__): Make the
10431     field type label grow so that when the text changes the
10432     size is updated correctly. This may be a wxWindows bug.
10433    
10434     2003-03-10 Jonathan Coles <[email protected]>
10435    
10436 jonathan 499 * Thuban/UI/application.py: Changed SESSION_CHANGED to
10437     SESSION_REPLACED.
10438    
10439     * Thuban/UI/classifier.py: Wrap text with _().
10440     (ClassGrid.CreateTable): Set dimensions and size hints here,
10441     instead of in Reset, so we only set the size once.
10442    
10443     * Thuban/UI/dialogs.py: Don't need Shutdown(); just use Close()!
10444    
10445     * Thuban/UI/mainwindow.py (MainWindow.prepare_new_session):
10446     Call Close() instead of Shutdown().
10447    
10448     * Thuban/UI/messages.py: Changed SESSION_CHANGED to SESSION_REPLACED.
10449    
10450     * Thuban/UI/tree.py: Changed SESSION_CHANGED to SESSION_REPLACED.
10451     Go back to using OnClose() instead of Shutdown().
10452    
10453     2003-03-10 Jonathan Coles <[email protected]>
10454    
10455 jonathan 497 * Thuban/UI/classifier.py (Classifier): SelectField() needed
10456     to know the old field index as well as the new one.
10457    
10458     2003-03-10 Jonathan Coles <[email protected]>
10459    
10460 jonathan 495 * Thuban/UI/classifier.py (Classifier): Use __SelectField()
10461     to correctly set the table information and call this from
10462     __init__ and from _OnFieldSelect so that all the information
10463     is up to date when the dialog opens and when a field is changed.
10464    
10465     2003-03-10 Jonathan Coles <[email protected]>
10466    
10467 jonathan 490 * Thuban/Model/classification.py (Classification): Don't use
10468     layer's message function directly, use the ClassChanged() method
10469     when then classification changes. SetField/SetFieldType/SetLayer
10470     must keep the information about field name and field type in
10471     sync when an owning layer is set or removed.
10472    
10473     * Thuban/Model/layer.py: Added ClassChanged() so that the
10474     classification can tell the layer when its data has changed.
10475     (Layer.SetClassification): Accepts None as an arguement to
10476     remove the current classification and correctly handles
10477     adding a new classification.
10478    
10479     * Thuban/Model/load.py: Comment out print statement
10480    
10481     * test/test_classification.py, test/test_save.py: New and
10482     improved tests.
10483    
10484 jonathan 483 2003-03-07 Jonathan Coles <[email protected]>
10485    
10486     * Thuban/Model/classification.py: Implemented __copy__ and
10487     __deepcopy__ for ClassGroup* and ClassGroupProperites so
10488     they can easily be copied by the classifier dialog.
10489     (ClassGroupProperites.__init__): The default line color should
10490     have been Color.Black.
10491    
10492     * Thuban/UI/classifier.py: Setting and Getting table values now
10493     uses a consistent set of functions.
10494     (Classifier): Now non-modal. Has field type label which changes
10495     as the field changes. Keep track of buttons in a list so that
10496     we can enable/disable the buttons when the None field is selected.
10497     (SelectPropertiesDialog): Add buttons to make the colors transparent.
10498    
10499     * Thuban/UI/dialogs.py (NonModalDialog.Shutdown): New method which
10500     does what OnClose did, but can be called by the application to
10501     close a window. Needed when a session changes, and we have to
10502     close the classifier windows.
10503    
10504     * Thuban/UI/mainwindow.py (MainWindow.prepare_new_session):
10505     Shuts down open dialogs. Used when a new session is created
10506     or a session is opened.
10507     (MainWindow.SaveSession): Should only call application.SaveSession()
10508     if we don't call SaveSessionAs first.
10509     (MainWindow.Classify): Allow different classifier dialogs for
10510     different layers.
10511    
10512     * Thuban/UI/tree.py (SessionTreeView): Remove OnClose and let
10513     the parent class handle it. Add Shutdown() to unsubscibe from
10514     event notification and call the parent Shutdown(). This was
10515     necessary so the application can close the tree window.
10516    
10517 jonathan 478 2003-03-06 Jonathan Coles <[email protected]>
10518    
10519     * Thuban/Model/classification.py: Minor documentation changes,
10520     Addition of __eq__ and __ne__ methods.
10521     (Classification.SetLayer): prevent recursion between this method
10522     and Layer.SetClassification().
10523    
10524     * Thuban/Model/color.py: Addition of __eq__ and __ne__ methods.
10525    
10526     * Thuban/Model/layer.py (SetClassification): prevent recursion
10527     between this method and Classification.SetLayer().
10528    
10529     * test/test_classification.py, test/test_load.py,
10530     test/test_session.py: Fixed and added tests for the classification
10531     classes.
10532    
10533 bh 477 2003-03-06 Bernhard Herzog <[email protected]>
10534    
10535     * Thuban/UI/classifier.py (ClassGrid.__init__)
10536     (ClassGrid.CreateTable): Move the SetSelectionMode call to
10537     CreateTable because otherwise it triggers an assertion in
10538     wxPython/wxGTK 2.4.
10539    
10540 jonathan 459 2003-03-05 Jonathan Coles <[email protected]>
10541    
10542 jonathan 475 * Thuban/common.py: Move FIELDTYPE constants back to table.py.
10543 jonathan 471
10544 jonathan 475 * Thuban/Model/load.py: import FIELDTYPE constants from table.
10545 jonathan 471
10546 jonathan 475 * Thuban/UI/classifier.py: import FIELDTYPE constants from table.
10547 jonathan 471
10548 jonathan 475 * Thuban/Model/table.py: Put FIELDTYPE constants back.
10549 jonathan 471
10550     2003-03-05 Jonathan Coles <[email protected]>
10551    
10552 jonathan 459 * Thuban/UI/classifier.py: Added class documentation.
10553     Fixed RTbug #1713, #1714. Added Move[Up|Down] buttons.
10554     Store just the groups in the table and generate the other
10555     column information when it is requested. Add "None" field
10556     to pull-down to select no classification.
10557    
10558     * Thuban/common.py: Moved FIELDTYPE constants from table.py
10559     (Str2Num): Only catch ValueError exceptions.
10560    
10561     * Thuban/Model/classification.py: Class documentation. Renaming
10562     of methods with Stroke to Line. Groups are stored in a single
10563     list with the default as the first element. Groups are searched
10564     in the order they appear in the list.
10565    
10566     * Thuban/Model/color.py: Documentation.
10567    
10568     * Thuban/Model/layer.py (Layer): Add GetFieldType to retreive
10569     the kind of data represented by a field.
10570    
10571     * Thuban/Model/load.py (ProcessSession): Use proper string
10572     conversion function; fixes RTbug #1713.
10573    
10574     * Thuban/Model/save.py (Saver): Store field type information.
10575    
10576     * Thuban/Model/table.py: Put FIELDTYPE constants in common.py.
10577     (Table): Add field_info_by_name() to retrieve field information
10578     by specifying the field name, not the number.
10579    
10580     * Thuban/UI/mainwindow.py: Function name changes.
10581    
10582     * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Only
10583     get the layer classification once. Don't try to classify
10584     values when the field is None: just use the default properties.
10585    
10586     * Thuban/UI/view.py: Function name changes.
10587    
10588     * Doc/thuban.dtd: Add field_type attribute to a classification.
10589    
10590 bh 456 2003-03-04 Bernhard Herzog <[email protected]>
10591    
10592 bh 458 * Doc/thuban.dtd: Use correct syntax for optional attributes. Make
10593     the fill and stroke layer attributes optional with suitable
10594     default values. Add the stroke_width layer attribute. Use correct
10595     syntax for empty elements. Make the attribute list for labels
10596     refer to the label element.
10597    
10598     2003-03-04 Bernhard Herzog <[email protected]>
10599    
10600 bh 456 * setup.py (thuban_build_py.build): Add a comment about distutils in
10601     Python 2.3 containing some of the functionality we implement in
10602     setup.py ourselves.
10603    
10604     * Thuban/UI/classifier.py (ClassGrid.__init__): Set the table
10605     before the selection mode. Doing it the other way round triggers
10606     an assertion in wxWindows.
10607    
10608     * Thuban/Model/save.py (escape): Fix typo in doc-string
10609    
10610     * Thuban/Model/classification.py: Remove unnecessary wxPython
10611     import
10612    
10613 jonathan 448 2003-03-04 Jonathan Coles <[email protected]>
10614    
10615     * Thuban/Model/classification.py (ClassGroupRange.GetProperties):
10616     Parameter 'value' should default to None.
10617    
10618     * Thuban/UI/mainwindow.py: Use Layer.GetClassification() since
10619     the class attribute __classification is now private.
10620    
10621     * Thuban/UI/classifier.py (ClassGrid): Moved OnCellDClick() from
10622     Classifier to ClassGrid. Added support for removing selected rows,
10623     which including code for keeping track of when cells are selected,
10624     and deselected.
10625     (ClassTable): Support for added/removing rows. Fixed a problem
10626     with __ParseInput whereby it would not allow strings (only numbers)
10627     to be entered.
10628     (Classifier): Added button and supporting code for removing
10629     selected rows.
10630    
10631 jonathan 445 2003-02-27 Jonathan Coles <[email protected]>
10632 jonathan 434
10633     * Thuban/common.py: Moved color conversion functions into
10634     Thuban/UI/common.py.
10635     (Str2Num): Now converts the float (not the string) to a long/int
10636     so that an exception isn't thrown.
10637    
10638     * Thuban/UI/common.py: Common functions used in several UI modules
10639    
10640     * Thuban/Model/classification.py: Changed the class hierarchy
10641     so that a Classification consists of Groups which return
10642     Properties when a value matches a Group.
10643    
10644     * Thuban/Model/layer.py: Fixed name resolution problem.
10645    
10646     * Thuban/Model/load.py: Use new Classification and Group functions.
10647    
10648     * Thuban/Model/save.py (Saver.write_attribs): Fixes a test case
10649     failure.
10650     (Saver.write_classification): Use new Classification and Group
10651     functions.
10652    
10653     * Thuban/UI/classifier.py: Changes to use new Classification and Group
10654 jonathan 445 functions. Fix to create a tuple with a single value instead of
10655     simply returning the value.
10656 jonathan 434
10657     * Thuban/UI/renderer.py: Use new Classification and Group functions.
10658     Use common.py functions.
10659    
10660 jonathan 445 * Thuban/UI/tree.py: Use common.py functions.
10661 jonathan 447
10662     * test/test_classification.py: Use new Classification and Group
10663     classes.
10664 jonathan 434
10665 jonathan 426 2003-02-24 Jonathan Coles <[email protected]>
10666    
10667     * Thuban/common.py (Color2wxColour, wxColour2Color): Conversion
10668     functions from Thuban color objects to wxWindow colour objects.
10669    
10670     * Thuban/Model/classification.py (Classification): Renamed
10671     GetProperties() to GetClassData(). Used the new iterator
10672     in TreeInfo().
10673     (ClassIterator): Iterator implementation to iterate over the
10674     ClassData objects in a classification object.
10675    
10676     * Thuban/Model/save.py (Saver.write_classificaton): Uses
10677     the new iterator to save the classification information.
10678    
10679     * Thuban/UI/classifier.py (SelectPropertiesDialog): Support
10680     for changing the stroke and fill colors and previewing the
10681     changes.
10682    
10683     * Thuban/UI/mainwindow.py (MainWindow.OpenSession,
10684     MainWindow.SaveSessionAs): Text string changes so the dialogs
10685     have more meaningful titles.
10686    
10687     * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Change
10688     Classification method name from GetProperties to GetClassData.
10689    
10690     * Thuban/UI/view.py (MapCanvas.find_shape_at): Use method calls
10691     instead of accessing now non-existent class variables.
10692    
10693 bh 425 2003-02-24 Bernhard Herzog <[email protected]>
10694    
10695     * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Remove
10696     unneeded Shape() call. Rendering is substantially faster without
10697     it and it avoids some problems with broken shape files.
10698    
10699 frank 423 2003-02-20 Frank Koormann <[email protected]>
10700    
10701     Force minimal size of identify and label dialogs. The autosizing
10702     looked too ugly.
10703    
10704     * Thuban/UI/controls.py (RecordListCtrl): Set minimal width for columns.
10705     * Thuban/UI/labeldialog.py (LabelDialog.dialog_layout):
10706     Set size of listctrl.
10707     * Thuban/UI/identifyview.py (IdentifyView.__init__):
10708     Set size of dialog.
10709    
10710 jonathan 408 2003-02-19 Jonathan Coles <[email protected]>
10711    
10712     * test/test_classification.py, test/test_layer.py,
10713     test/test_load.py, test/test_map.py, test/test_session.py:
10714     Updated the tests to use the new functions that are in the
10715     respective classes.
10716    
10717     * Thuban/Model/classification.py (Classification):
10718     Uses the new ClassData* classes. Modification messages are
10719     passed up to the parent layer (if it exists).
10720     (ClassData): New class to encapsulate the common data in each
10721     classification property.
10722     (ClassDataDefault): Represents the Default class. data.
10723     (ClassDataPoint): Represents a single class. data point
10724     (ClassDataRange): Represents a class. range
10725     (ClassDataMap): Represents a class. map (unused).
10726    
10727     * Thuban/Model/color.py: Added Color.None to represent something
10728     with no color. Color.Black represents the color black.
10729     (NoColor): Helper class derived from Color to represent something
10730     with no color.
10731    
10732     * Thuban/Model/layer.py (Layer): Removed references to fill, stroke,
10733     stroke_width attributes. Made the 'classification' attribute private.
10734     New methods for setting/getting the classification.
10735    
10736     * Thuban/Model/load.py (ProcessSession): Use new methods on Layer
10737     to get the classifcation and use the new ClassData* classes to
10738     hold the classification data. Use Str2Num to convert numbers
10739     properly.
10740    
10741     * Thuban/Model/save.py (Saver): Use new Color and Classification
10742     methods
10743    
10744     * Thuban/UI/classifier.py (ClassGrid): New class to represent a
10745     custom grid.
10746     (ClassTable): Support for editing Values and Labels and for
10747     changing what type (point or range) of data is stored in each
10748     property based on how the user enters the data.
10749     (Classifier): Support for saving the new classifications and
10750     launching the dialog to edit a property.
10751     (SelectPropertiesDialog): New class for editing the visual
10752     properties of a classification (stroke color, width, and fill color)
10753     (ClassPreviewer): Took the Draw method from ClassRenderer and
10754     made most of it into this new class. Intend to use this class in
10755     the SelectPropertiesDialog for previewing changes.
10756    
10757     * Thuban/UI/renderer.py: Use new Color and Classification methods.
10758    
10759     * Thuban/UI/tree.py: Formatting changes.
10760    
10761     * Doc/thuban.dtd: Add 'label' element
10762    
10763     * Thuban/common.py: New. Contains common routines used throughout
10764     the code.
10765     (Str2Num): Takes a string and converts it to the "best" type of
10766     number.
10767    
10768 bh 405 2003-02-14 Bernhard Herzog <[email protected]>
10769    
10770     * Thuban/UI/view.py (MapCanvas.OnLeftUp): Make sure that the
10771     dragging flag is always set to 0 even when the tool implementation
10772     raises an exception
10773    
10774 bh 402 2003-02-11 Bernhard Herzog <[email protected]>
10775    
10776     * Thuban/UI/application.py (ThubanApplication.splash_screen): New
10777     method to create a splash screen.
10778     (ThubanApplication.ShowMainWindow): New. Show the main window.
10779     Needed so the splash screen can display the mainwindow
10780     (ThubanApplication.OnInit): Call the
10781     new splash_screen method to determine whether the application
10782     should display a splash screen. If it displays a splash screen do
10783     not immediately show the main window.
10784    
10785 jonathan 399 2003-02-11 Jonathan Coles <[email protected]>
10786    
10787     * Thuban/Model/classification.py: Added import line to fix
10788     feature conflicts between running on python2.2 and python2.1.
10789    
10790     * Thuban/UI/classifier.py (ClassTable): Didn't need to hang
10791     onto the clinfo parameter, so removed the deepcopy().
10792    
10793 jonathan 396 2003-02-10 Jonathan Coles <[email protected]>
10794    
10795 tkoester 403 * Thuban/Model/save.py (Saver.open_element, Saver.close_element):
10796 jonathan 396 Added element_open variable to track opening and closing of tags
10797     so that tags that don't span more than one line are closed with
10798     /> instead of </tag_name>. Use the GetDefault*() methods of
10799     the Classification class.
10800    
10801     * Thuban/Model/classification.py (Classificaton): Added set and
10802     get methods for the default data. The class also takes a layer
10803     reference so that modification messages can be sent. Fixed the
10804     methods to use the new ClassData class.
10805     (ClassData): New class to encapsulate the classification data
10806    
10807     * Thuban/Model/layer.py (Layer): Remove the
10808 tkoester 403 Set[Fill|Stroke|StrokeWidth]() methods. Code should call the
10809 jonathan 396 SetDefault*() methods on the layer's classification object.
10810 tkoester 403 (Layer.__init__): Use the new SetDefault*() methods in the
10811 jonathan 396 Classification class.
10812    
10813     * Thuban/Model/load.py (ProcessSession): Use the new ClassData
10814     object instead of a dictionary.
10815    
10816 tkoester 403 * Thuban/UI/classifier.py (ClassRenderer): New class to
10817 jonathan 396 draw the classifications in the dialog box's table.
10818     (Classifier): Modified to use the ClassRenderer class.
10819    
10820 tkoester 403 * Thuban/UI/mainwindow.py (MainWindow): Use the SetDefault*()
10821     methods of the Classification class.
10822 jonathan 396
10823     * Thuban/UI/renderer.py (MapRenderer): Use the Get*() methods
10824     of the ClassData class.
10825    
10826     * test/test_classification.py, test/test_layer.py,
10827     test/test_map.py, test/test_session.py: Fix the tests to work
10828     with the above code changes.
10829    
10830 jonathan 387 2003-02-03 Jonathan Coles <[email protected]>
10831    
10832     * Thuban/Model/classification.py (Classification): Added getNull()
10833     to return the NullData reference
10834    
10835     * Thuban/Model/layer.py (Layer.SetFill, Layer.SetStroke,
10836     Layer.SetStrokeWidth): Modified these functions to change the
10837     null data in the classification rather than keep these values
10838     directly in the Layer class. Menu options to change these values
10839     work again.
10840    
10841 jonathan 380 2003-01-28 Jonathan Coles <[email protected]>
10842    
10843 jonathan 384 * Thuban/UI/classifier.py (Classifier): Resolved merging conflicts.
10844 tkoester 403 Fixed crashing problem on some systems. Dialog box shows
10845 jonathan 380 classification data.
10846    
10847 jonathan 384 * Thuban/UI/tree.py (SessionTreeCtrl.add_items): Handle drawing
10848     Colors in the tree view.
10849    
10850     * Thuban/Model/layer.py (Layer.TreeInfo): Added a call to build
10851     the tree info for classifications. Commented out unnecessary lines.
10852    
10853     * Thuban/Model/classification.py (Classification.TreeInfo): New
10854     function to add information about the classification into the
10855     tree view.
10856    
10857 tkoester 403 2003-01-27 Jan-Oliver Wagner <[email protected]>
10858 jan 375
10859 tkoester 403 * Thuban/__init__.py (_): New.
10860 jan 375
10861     * Thuban/Model/classification.py, Thuban/Model/extension.py,
10862     Thuban/Model/layer.py, Thuban/Model/load.py, Thuban/Model/map.py,
10863 tkoester 403 Thuban/Model/session.py, Thuban/UI/application.py,
10864     Thuban/UI/classifier.py, Thuban/UI/context.py, Thuban/UI/controls.py,
10865     Thuban/UI/identifyview.py, Thuban/UI/labeldialog.py,
10866     Thuban/UI/mainwindow.py, Thuban/UI/menu.py, Thuban/UI/proj4dialog.py,
10867     Thuban/UI/renderer.py, Thuban/UI/tree.py, Thuban/Lib/connector.py,
10868     Thuban/Lib/fileutil.py: Replace user string by _() for i18n.
10869 jan 375
10870 jonathan 370 2003-01-27 Jonathan Coles <[email protected]>
10871    
10872 tkoester 403 * Thuban/Model/layer.py: Classification initialization calls.
10873 jonathan 370
10874 tkoester 403 * Thuban/Model/classification.py: Created class to encapsulate
10875     a layer classification. Supports specific data points and
10876     ranges.
10877 jonathan 370
10878 tkoester 403 * Thuban/Model/load.py: Added support for loading classification
10879     information.
10880 jonathan 370
10881 tkoester 403 * Thuban/Model/save.py: Added support for saving classification
10882     information.
10883 jonathan 370
10884 tkoester 403 * Thuban/UI/classifier.py: Initial class for a dialog box for
10885     specifying classification information.
10886 jonathan 370
10887 tkoester 403 * Thuban/UI/mainwindows.py: Support for opening the classifier
10888     dialog.
10889 jonathan 370
10890 tkoester 403 * Thuban/UI/renderer.py: Support for drawing a layer with the
10891     classification information.
10892 jonathan 370
10893 tkoester 403 * Data/iceland_sample_class.thuban: iceland_sample with
10894     classification data.
10895 jonathan 370
10896 tkoester 403 * test/test_classification: Tests for the Classification class.
10897 jonathan 370
10898 bh 359 2002-12-09 Bernhard Herzog <[email protected]>
10899    
10900 bh 361 * test/test_command.py: New. Tests for the command classes.
10901    
10902 bh 359 * Thuban/UI/command.py (ToolCommand): New class for tool commands.
10903     (Command.IsTool): New method to distinguish between command
10904     switching tools and other commands.
10905    
10906     * Thuban/UI/view.py (MapCanvas.SelectTool): New method to select
10907     the tool to avoid direct assignments to instance variables
10908     (MapCanvas.ZoomInTool, MapCanvas.ZoomOutTool, MapCanvas.PanTool)
10909     (MapCanvas.IdentifyTool, MapCanvas.LabelTool): Use SelectTool to
10910     change the tool
10911    
10912     * Thuban/UI/mainwindow.py (MainWindow.update_command_ui): If an
10913     active tool's command turns insensitive, disable the tool.
10914     (_tool_command): Use the new ToolCommand class
10915    
10916     * Examples/simple_extensions/simple_tool.py (simple_tool): Use the
10917     SelectTool method to change the tool
10918     (iconfile): Use the ToolCommand class
10919    
10920 bh 354 2002-12-03 Bernhard Herzog <[email protected]>
10921    
10922     * Thuban/UI/tree.py (SessionTreeCtrl.normalize_selection): Handle
10923     the case of selected items that are not children of Layers or Maps
10924     properly. Previously this bug would trigger an assertion in
10925     wxWindows.
10926    
10927 frank 352 2002-11-06 Frank Koormann <[email protected]>
10928    
10929 bh 354 * Thuban/UI/mainwindow.py: Altered the order of tools in the
10930     toolbar: First now are all navigation tools (Zoom In/Out, Pan,
10931     Full Extent).
10932 tkoester 403
10933 bh 349 2002-10-23 Bernhard Herzog <[email protected]>
10934    
10935     * setup.py (setup call): version now 0.1.3
10936    
10937     * MANIFEST.in: Add the files in test/
10938    
10939     * test/README: Add note about tests requiring the iceland data
10940    
10941     * Thuban/UI/mainwindow.py (MainWindow.About): Add 2002 to
10942     copyright notice.
10943    
10944 bh 344 2002-10-18 Bernhard Herzog <[email protected]>
10945    
10946     * test/test_map.py
10947     (TestMapWithContents.test_projected_bounding_box): Use an explicit
10948     epsilon.
10949    
10950     * test/support.py (FloatComparisonMixin.assertFloatEqual)
10951     (FloatComparisonMixin.assertFloatSeqEqual): give a more useful
10952     message if the assertion fails and don't return the return value
10953     of self.assert_. In assertFloatSeqEqual the return meant that not
10954     all items of the sequence were compared.
10955    
10956 bh 326 2002-09-20 Bernhard Herzog <[email protected]>
10957    
10958 bh 341 * test/test_fileutil.py: New. Test cases for Thuban.Lib.fileutil
10959    
10960     * Thuban/Lib/fileutil.py: Fixup some whitespace and typos
10961    
10962 bh 338 * test/test_map.py (TestMapWithContents.test_tree_info): Create
10963     the string with the bounding box on the fly because of platform
10964     differences in the way %g is handled.
10965    
10966     * test/test_layer.py (TestLayer.test_empty_layer): Create an empty
10967     DBFfile too because Thuban layers can't yet cope missing DBF
10968     files.
10969    
10970     2002-09-20 Bernhard Herzog <[email protected]>
10971    
10972 bh 326 * test/test_menu.py: Use initthuban instead of
10973     add_thuban_dir_to_path to initialize Thuban.
10974    
10975     * test/support.py (FloatComparisonMixin.assertFloatEqual): New.
10976     Mixin class for float comparisons
10977     (SubscriberMixin): New. Mixin class to test messages sent through
10978     the Connector class
10979    
10980     * test/README: Fix a typo and add the -v flag to the command for
10981     individual tests
10982    
10983 bh 335 * test/test_session.py: New. Test cases for Thuban.Model.session
10984    
10985     * test/test_proj.py: New. Test cases for Thuban.Model.proj
10986    
10987     * test/test_map.py: New. Test cases for Thuban.Model.map
10988    
10989     * test/test_layer.py: New. Test cases for Thuban.Model.layer
10990    
10991     * test/test_label.py: New. Test cases for Thuban.Model.label
10992    
10993     * test/test_connector.py: New. Test cases for Thuban.Lib.connector
10994    
10995     * test/test_color.py: New. Test cases for Thuban.Model.color
10996    
10997     * test/test_base.py: New. Test cases for Thuban.Model.base
10998    
10999 bh 322 2002-09-13 Bernhard Herzog <[email protected]>
11000    
11001     * Thuban/Model/session.py (Session.forwarded_channels): Forward
11002     the CHANGED channel too.
11003    
11004     * Thuban/Model/map.py (Map.forwarded_channels): Forward the
11005     CHANGED channel too.
11006     (Map.__init__): Call the Modifiable constructor as well.
11007    
11008     * Thuban/Model/base.py (Modifiable.UnsetModified): Issue a CHANGED
11009     event if the modified flag changes.
11010     (Modifiable.changed): Tweak the doc-string.
11011    
11012     * Thuban/UI/mainwindow.py (MainWindow.view_position_changed)
11013     (MainWindow.set_position_text): Put the code that puts the text
11014     with the mouse position into the status bar into the new method
11015     set_position_text so that it can overwritten in derived classes.
11016    
11017 bh 317 2002-09-12 Bernhard Herzog <[email protected]>
11018    
11019     * Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): Center the
11020     message box on the main window.
11021    
11022 bh 313 2002-09-11 Bernhard Herzog <[email protected]>
11023    
11024     * Thuban/UI/mainwindow.py: Underline the 'x' in "Exit" instead of
11025     the 'E' because it's less likely to interfere with other menu
11026     entries.
11027 bh 315 (MainWindow.build_menu): remove an incorrect comment.
11028 bh 313
11029 bh 311 2002-09-10 Bernhard Herzog <[email protected]>
11030    
11031     * Thuban/UI/mainwindow.py (MainWindow.Map): New.
11032     (_tool_command): Add sensitive parameter
11033     (_has_visible_map): Sensitivity callback to tools and other
11034     commands that require a visible map. Use it in map_zoom_in_tool,
11035     map_zoom_out_tool, map_pan_tool, map_identify_tool, map_label_tool
11036     and map_full_extent
11037    
11038 bh 308 2002-09-06 Bernhard Herzog <[email protected]>
11039    
11040     * Thuban/UI/mainwindow.py (MainWindow.OnClose): Unsubscribe
11041     VIEW_POSITION
11042    
11043 tkoester 403 2002-09-04 Frank Koormann <[email protected]>
11044 frank 306
11045     * Resources/Bitmaps/fullextent.xpm: Updated Icon (removed "potatoe")
11046    
11047 bh 302 2002-09-02 Bernhard Herzog <[email protected]>
11048    
11049 bh 304 * Thuban/UI/view.py: Get rid of the idle redraw. This is done by
11050     wxWindows already and our implementation doesn't work correctly
11051     with wxGTK 2.3:
11052     (MapCanvas.__init__): Remove the instance variable
11053     (MapCanvas.OnPaint): Always call do_redraw when there's a map to
11054     be drawin
11055     (MapCanvas.OnIdle): Removed.
11056    
11057 bh 302 * Thuban/UI/view.py (MapCanvas.unprojected_rect_around_point): Add
11058     a parameter to determine the size of the rectangle.
11059     (MapCanvas.find_shape_at): Create the box around the point on a
11060     layer by layer basis and make the size depend on the shape type.
11061     This solves a problem with the selection of point shapes at the
11062     border of the layer's bounding box
11063    
11064 bh 292 2002-08-30 Bernhard Herzog <[email protected]>
11065    
11066 bh 300 * Thuban/UI/mainwindow.py (MainWindow.CanRemoveLayer): New method
11067     for the sensitivity of remove layer.
11068     (_can_remove_layer): New. Sensitivity callback for remove layer
11069     (Command layer_remove): Use _can_remove_layer
11070    
11071     * Thuban/Model/map.py (Map.CanRemoveLayer): New method to
11072     determine whether a given layer can be deleted.
11073    
11074 bh 297 * Thuban/UI/view.py (MapCanvas.__init__, MapCanvas.OnPaint)
11075     (MapCanvas.do_redraw): Get rid of the unused update_region
11076     instance variable
11077    
11078 bh 294 * Thuban/UI/view.py: Add/update some doc-strings.
11079    
11080 bh 292 * test/: new subdirectory with a bunch of unit tests.
11081    
11082     * test/README, test/test_table.py, test/test_save.py,
11083     test/test_menu.py, test/test_load.py: Initial set of tests and
11084     brief instructions on how to run them
11085    
11086 bh 287 2002-08-29 Bernhard Herzog <[email protected]>
11087    
11088 bh 291 * Thuban/UI/renderer.py (ScreenRenderer.draw_shape_layer): Handle
11089     arcs with multiple parts.
11090    
11091 bh 289 * Thuban/UI/view.py (ZoomInTool.MouseUp, ZoomOutTool.MouseUp):
11092     Handle degenrate rectangles.
11093    
11094 bh 287 * Thuban/Model/table.py: Make writing records work correctly:
11095     (Table.__init__): Keep track of whether the DBF is open for
11096     writing
11097     (Table.write_record): Open the DBF file for writing when necessary
11098    
11099 bh 285 2002-08-27 Bernhard Herzog <[email protected]>
11100    
11101     * Thuban/Model/table.py (Table.write_record, Table.__init__): Open
11102     dbf files only for reading by default. Use a new writable dbf
11103     object for writing.
11104    
11105 bh 278 2002-08-26 Bernhard Herzog <[email protected]>
11106    
11107 bh 282 * Thuban/UI/mainwindow.py: Refactor the context creation:
11108     (MainWindow.Context): New method to return a context
11109     (MainWindow.invoke_command, MainWindow.update_command_ui): Use the
11110     new method
11111    
11112 bh 278 * Thuban/UI/tableview.py (TableGrid, LayerTableGrid): Split the
11113     layer table specific code from TableGrid into LayerTableGrid
11114     (TableFrame, LayerTableFrame): Split the layer table specific code
11115     from TableFrame into LayerTableFrame
11116 bh 280 (LayerTableGrid.select_shape): Remove a debug print
11117 bh 278
11118     * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Use the
11119     LayerTableFrame
11120    
11121 bh 277 2002-08-23 Bernhard Herzog <[email protected]>
11122    
11123     * Thuban/Model/layer.py (Layer.__init__): Make sure we have an
11124     absolute filename.
11125    
11126 bh 269 2002-08-22 Bernhard Herzog <[email protected]>
11127    
11128 bh 275 * Thuban/Model/table.py (Table.write_record): New method to write
11129     records.
11130 tkoester 403 (Table.__init__): Open the DBF file for writing too.
11131 bh 275
11132     * Thuban/UI/controls.py (RecordTable.SetValue): Write the value
11133     into the underlying table.
11134    
11135     * extensions/shapelib/shapefil.h (DBFCommit),
11136     extensions/shapelib/dbfopen.c (DBFCommit): New API function to
11137     commit any changes made to the DBF file.
11138    
11139 bh 271 * Thuban/UI/mainwindow.py (make_check_current_tool)
11140     (_tool_command): Put the code that generates the "checked"
11141     callback into a separate function so that we can reuse it
11142     elsewhere
11143    
11144 bh 269 * Thuban/Model/save.py (Saver): New class to handle serializing a
11145     session into an XML file. The main reason to introduce a class is
11146     that applications built on Thuban can derive from it so that they
11147     can save additional information in a session file.
11148     (save_session): Delegate almost all the work to the Saver class.
11149     Rename the filename argument to file because it may be a file like
11150     object now.
11151    
11152     * Thuban/Model/load.py: Get rid of the Python 1.5.2 compatibility
11153     code. Remove the little test code which would be executed when the
11154     module is run as a script which didn't work anymore since it can't
11155     import the other Thuban modules.
11156     (ProcessSession, load_session): Refactor the ProcessSession to
11157     have one method for each element start and end tag so that derived
11158     classes can easily override the processing of individual tags.
11159     Also, always parse with namespaces enabled because applications
11160     built on top of Thuban will likely use namespaces if they extend
11161     the session file format.
11162    
11163 bh 266 2002-08-21 Bernhard Herzog <[email protected]>
11164    
11165     * setup.py (ThubanInstall.run): Don't repr install_lib_orig
11166     because thubaninit_contents will do it for us.
11167    
11168 tkoester 403 2002-08-16 Jan-Oliver Wagner <[email protected]>
11169 jan 265
11170     * Thuban/UI/mainwindow.py: menu item 'show session tree' now disable if
11171     tree window already open
11172    
11173 bh 259 2002-08-15 Bernhard Herzog <[email protected]>
11174    
11175 bh 263 * Thuban/Model/layer.py (Layer.Destroy): Call the unboundd method
11176     with self.
11177    
11178     * Thuban/UI/view.py (MapCanvas.OnLeftUp): Only release the mouse
11179     when we have actually captured it.
11180    
11181 bh 259 * Thuban/Model/layer.py (Layer.Destroy): New. Explicitly close the
11182     shapefile and destroy the table.
11183    
11184     * Thuban/Model/table.py (Table.Destroy): New. Close the DBF file.
11185    
11186 bh 254 2002-08-14 Bernhard Herzog <[email protected]>
11187    
11188 bh 256 * Thuban/UI/controls.py (RecordTable.__init__): Remove the unused
11189     instance variable columns
11190     (RecordTable.GetTypeName): row and col may be negative in some
11191     cases.
11192    
11193 bh 254 * setup.py (InstallLocal.initialize_options)
11194     (InstallLocal.finalize_options, InstallLocal.user_options): New
11195     option create-init-file to build a thubaninit.py when running
11196     install_local
11197     (InstallLocal.run): Create the thubaninit.py module when requested
11198     (thubaninit_contents): Split the template into several parts and
11199     create a new function thubaninit_contents that creates the
11200     contents of a thubaninit module.
11201     (ThubanInstall.run): Use the new function to create the thubaninit
11202     module.
11203    
11204 bh 252 2002-07-30 Bernhard Herzog <[email protected]>
11205    
11206     * Thuban/UI/application.py (ThubanApplication.OnExit): Do some
11207     cleanup.
11208     (ThubanApplication.MainLoop): Extend to automatically call OnExit.
11209    
11210     * Thuban/Model/session.py (Session.Destroy): Don't bypass the
11211     direct base class' Destroy method.
11212    
11213     * Thuban/Model/map.py (Map.ClearLayers): New method to delete all
11214     layers.
11215     (Map.Destroy): Destroy the label_layer as well and call the
11216     inherited Desatroymethod first so that no more messages are
11217     issued.
11218     (Map.RaiseLayer, Map.LowerLayer): Only issue LAYERS_CHANGED
11219     message if the stacking order actually has changed. Add
11220     doc-strings.
11221     (Map.BoundingBox): Correct the doc-string.
11222     (Map.AddLayer, Map.RemoveLayer, Map.Layers, Map.HasLayers)
11223     (Map.ProjectedBoundingBox, Map.SetProjection): Add doc-strings.
11224    
11225     * Thuban/Model/label.py (LabelLayer.ClearLabels): New to delete
11226     all labels.
11227    
11228 bh 247 2002-07-29 Bernhard Herzog <[email protected]>
11229    
11230     * Thuban/Model/map.py (Map.subscribe_layer_channels)
11231     (Map.unsubscribe_layer_channels): Put the code that (un)subscribes
11232     to a layer's channels into separate methods.
11233     (Map.RemoveLayer, Map.AddLayer): Call the new methods
11234     (Map.Destroy): Unsubscribe from a layer's channels before
11235     destroying it.
11236    
11237     * Thuban/UI/view.py (MapCanvas.find_shape_at): Change the
11238     selected_layer parameter to searched_layer which is the layer to
11239     search in.
11240     (MapCanvas.SelectShapeAt): New parameter layer to restrict the
11241     search to that layer. Return the selected layer and shape.
11242    
11243     * Examples/simple_extensions/simple_tool.py (simple_tool): Fix a
11244     typo
11245    
11246 bh 238 2002-07-24 Bernhard Herzog <[email protected]>
11247    
11248 bh 243 * Thuban/UI/application.py (ThubanApplication.create_session):
11249     Extend the doc string.
11250     (ThubanApplication.subscribe_session)
11251     (ThubanApplication.unsubscribe_session): New methods to
11252     subscribe/unsubscribe to/from session channels.
11253     (ThubanApplication.SetSession): Call the new methods here.
11254     (ThubanApplication.maps_changed, ThubanApplication.set_map):
11255     Renamed set_map to maps_changed. Its now a subscriber for
11256     MAPS_CHANGED.
11257    
11258     * Thuban/UI/view.py (ZoomOutTool.MouseUp): Use the correct
11259     x-coordinate in case of simple clicks
11260    
11261     * Thuban/Model/base.py (Modifiable.changed): Apply the args tuple,
11262     don't pass it as a parameter
11263    
11264     * Thuban/Model/session.py (Session.RemoveMap): New
11265    
11266 bh 238 * Thuban/UI/mainwindow.py (MainWindow.__init__): Turn the initial
11267     window size into a parameter.
11268    
11269 bh 235 2002-07-23 Bernhard Herzog <[email protected]>
11270    
11271 bh 237 * Thuban/UI/menu.py (Menu.item_index): Also search for menus not
11272     just commands.
11273    
11274 bh 235 * Thuban/UI/mainwindow.py (MainWindow.__init__): Change the
11275     parameter list a bit to allow setting the window title and the
11276     initial message in the status bar. Update the callers.
11277    
11278     * Thuban/UI/application.py (ThubanApplication.OnInit)
11279     (ThubanApplication.CreateMainWindow): Put the mainwindow
11280     instantiation into a separate method so that it can be overridden
11281     by a subclass.
11282    
11283 bh 230 2002-07-19 Bernhard Herzog <[email protected]>
11284    
11285 bh 234 * Thuban/Model/session.py: Issue a CHANGED message every time
11286     another changed message is issued to make it easier to get
11287     notified of changes.
11288     (Session): Update the doc string
11289     (Session.forward): Issue changed-events as CHANGED as well.
11290     (Session.changed): Overwrite the inherited version to issue
11291     CHANGED events as well.
11292    
11293     * Thuban/UI/tree.py: We can now simply subscribe to the session's
11294     CHANGED channel to be informed of changes.
11295     (SessionTreeCtrl.session_channels): Not needed any longer.
11296 tkoester 403 (SessionTreeCtrl.unsubscribe_all, SessionTreeCtrl.session_changed):
11297 bh 234 Only have to (un)subscribe CHANGED
11298    
11299     * Thuban/Model/map.py (Map.TreeInfo): Deal better with empty maps.
11300    
11301 bh 230 * Thuban/UI/main.py, Thuban/UI/__init__.py: Move the work-around
11302     for the wxPython locale bug to __init__.py so that it's
11303     automatically executed by anybody using UI code from Thuban.
11304    
11305 bh 225 2002-07-18 Bernhard Herzog <[email protected]>
11306    
11307 bh 228 * Thuban/UI/main.py (main): app no longer needs to be global
11308    
11309     * Thuban/UI/mainwindow.py (MainWindow.__init__): Add application
11310     as parameter and store it in an instance variable
11311     (MainWindow.invoke_command, MainWindow.update_command_ui)
11312     (MainWindow.save_modified_session, MainWindow.NewSession)
11313     (MainWindow.OpenSession, MainWindow.SaveSession)
11314     (MainWindow.SaveSessionAs, MainWindow.ShowSessionTree): Use self's
11315     application object.
11316    
11317     * Thuban/UI/application.py (ThubanApplication.OnInit): Instantiate
11318     the main window with self.
11319    
11320 bh 225 * Thuban/UI/context.py: New module with the context class
11321    
11322     * Thuban/UI/command.py (Command): Update doc string.
11323    
11324     * Thuban/UI/mainwindow.py (MainWindow.invoke_command,
11325     MainWindow.update_command_ui): Pass an instance of the context
11326     class to the command's methods
11327     (check_current_tool, call_method): Handle the new context
11328     implementation
11329    
11330     * Examples/simple_extensions/simple_tool.py (simple_tool,
11331     check_simple_tool): Handle the new context implementation
11332    
11333     * Examples/simple_extensions/simple_command.py (simple_command):
11334     Handle the new context implementation. Update the comments about
11335     the context.
11336    
11337     * Thuban/UI/application.py (ThubanApplication.SetSession): Add
11338     doc-string
11339     (ThubanApplication.Session): New method to return the session
11340     object
11341    
11342     * Thuban/UI/tree.py (SessionTreeCtrl.update_tree): The
11343     interactor's selected_layer may not be a layer of the current
11344     session when the tree is updated while a new session is being set.
11345    
11346 bh 217 2002-07-17 Bernhard Herzog <[email protected]>
11347    
11348     * Thuban/UI/tree.py (color_string): Removed. No longer used.
11349     (SessionTreeCtrl.update_tree, SessionTreeCtrl.add_items): Split
11350     update_tree into update_tree and add_items. The tree now uses a
11351     more generic way to display the contents of the tree.
11352     (SessionTreeCtrl): Add a doc string explaining the TreeInfo method
11353    
11354     * Thuban/Model/layer.py (Layer.TreeInfo),
11355     Thuban/Model/extension.py (Extension.TreeInfo),
11356     Thuban/Model/map.py (Map.TreeInfo),
11357 tkoester 403 Thuban/Model/session.py (Session.TreeInfo):
11358 bh 217 Add TreeInfo methods to implement the new tree view update scheme
11359    
11360 bh 216 2002-07-16 Bernhard Herzog <[email protected]>
11361    
11362     * Thuban/UI/application.py: Don't use "import from" for the
11363     MainWindow. It can't always be resolved.
11364     (ThubanApplication.OnInit): change reference to MainWindow
11365     accordingly.
11366    
11367     * Thuban/UI/menu.py (Menu.SetItems): New method to replace a menu
11368     completely
11369    
11370 bh 213 2002-07-10 Bernhard Herzog <[email protected]>
11371    
11372     * setup.py (create_init_module): New configurable variable whose
11373     default depends on the platform we're running on.
11374     (ThubanInstall.initialize_options): Initialize
11375     self.create_init_module from the global create_init_module
11376     (ThubanInstall.user_options): indictate that the options
11377     create-init-module and init-module-dir have arguments.
11378    
11379     * setup.py: In the setup call change the version number to include
11380     cvs.
11381    
11382     * MANIFEST.in: Add the files in Examples
11383    
11384 bh 205 2002-07-09 Bernhard Herzog <[email protected]>
11385    
11386 bh 210 * setup.py: In the setup call, use the thuban homepage as the
11387     value of the url parameter.
11388    
11389 bh 208 * Examples: New subdirectory for examples.
11390    
11391     * Examples/simple_extensions/simple_tool.xpm,
11392     Examples/simple_extensions/simple_tool.py,
11393     Examples/simple_extensions/simple_command.py,
11394     Examples/simple_extensions/README: Simple examples showing how to
11395     add new commands and tools.
11396    
11397 bh 207 * setup.cfg (bdist_rpm): Add the default value for prefix and tell
11398     bdist_rpm that we also have an install script.
11399     (bdist_inno): Add 2002 to the copyright notice.
11400    
11401 bh 205 * setup.py: Create a file in python's site-packages directory to
11402     make installation of Thuban as a library easier.
11403     (ThubanInstall.user_options): Add two new options,
11404     create-init-module and init-module-dir
11405     (ThubanInstall.expand_with_pure_python_dirs): New method to expand
11406     filenames for installation in the default directories.
11407     (ThubanInstall.select_scheme, ThubanInstall.convert_paths): Extend
11408     the inherited methods to capture some filenames before they're
11409     transformed too much by distutils.
11410     (ThubanInstall.run): Create the init module if requested.
11411     (ThubanInstall.thuban_init_filename): New method to return the
11412     full name of the init module.
11413     (ThubanInstall.get_outputs): Append the filename of the init
11414     module.
11415    
11416 bh 202 2002-07-08 Bernhard Herzog <[email protected]>
11417    
11418 bh 205 * setup.py (thuban_bdist_rpm): Extend this version of bdist_rpm to
11419     handle the prefix properly which means that the default for the
11420     installation prefix should be /usr for RPMs and /usr/local when
11421     doing a normal source install.
11422     (bdist_rpm_install_script): Script to override the default install
11423     commands in the specfile generated by the bdist_rpm command.
11424     (thuban_bdist_rpm.user_options): Add a prefix option
11425     (thuban_bdist_rpm.initialize_options): Init the prefix option.
11426     Create the script files for the spec files as empty files here
11427     (thuban_bdist_rpm._make_spec_file): Override the inherited method
11428     to fill the script files with content.
11429    
11430 bh 202 * Thuban/Model/save.py (relative_filename): Wrapper around
11431     Thuban.Lib.fileutil.relative_filename that accepts an empty dir
11432     argument. save_session now automatically uses this version,
11433     solving a problem when saving to a relative filename.
11434    
11435     * setup.py: In the setup call, make sure that the library
11436     directories are under $prefix/lib not directly under $prefix.
11437    
11438 tkoester 403 2002-06-20 Jan-Oliver Wagner <[email protected]>
11439 jan 199
11440     * Thuban/Model/extension.py: new module to handle extension objects.
11441     * Thuban/Model/messages.py: new messages for extensions.
11442     * Thuban/Model/session.py (Session.Extensions, Session.HasExtensions,
11443     Session.AddExtension): new for handling extensions.
11444     Also some other minor changes to round up extension handling.
11445     * Thuban/UI/tree.py (SessionTreeCrtl:update_tree): Added visualization
11446     of Extension titles and title and names of its objects.
11447    
11448 bh 194 2002-05-29 Bernhard Herzog <[email protected]>
11449    
11450     * Thuban/UI/mainwindow.py (MainWindow.bind_command_events): Bind
11451 bh 202 the events for a command.
11452 bh 194 (MainWindow.add_toolbar_command, MainWindow.add_menu_command):
11453     Call bind_command_events to bind the events. add_toolbar_command
11454     can now bind events too so that it's possible to have commands
11455     that are only available through the toolbar.
11456     (MainWindow.init_ids): New instance variable events_bound to keep
11457     track of for which commands events have been bound.
11458    
11459 bh 190 2002-05-28 Bernhard Herzog <[email protected]>
11460    
11461     * Thuban/UI/menu.py: New module to build and manage menus.
11462    
11463     * Thuban/UI/mainwindow.py: Remove some unused imports.
11464     (MainWindow.__init__, main_menu): move the definition of the main
11465     menu from __init__ to the Menu instance main_menu.
11466     (MainWindow.build_menu_bar, MainWindow.build_menu): New methods to
11467     build the menu bar and sub-menus from a menu description.
11468    
11469     * Thuban/UI/application.py (ThubanApplication.OnInit): Read the
11470     startup file
11471     (ThubanApplication.read_startup_files): New method to run
11472     ~/.thuban/thubanstart.py
11473    
11474 bh 192 * Thuban/UI/mainwindow.py (MainWindow.__init__, main_toolbar):
11475     Move the toolbar definition to the Menu instance main_toolbar.
11476     (MainWindow.build_toolbar): New method to build the toolbar
11477     similar to the build_menu methods
11478    
11479 bh 184 2002-05-23 Bernhard Herzog <[email protected]>
11480    
11481 bh 186 * Thuban/UI/mainwindow.py (MainWindow.__init__): Fix spelling of
11482     layer_outline_color. Fix it in the definition of the command too.
11483    
11484 bh 184 * Thuban/UI/command.py (Command): Fix typo in doc string
11485    
11486 bh 182 2002-05-22 Bernhard Herzog <[email protected]>
11487    
11488     * Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): Fix a typo
11489     in the docstring
11490    
11491 bh 175 2002-05-15 Bernhard Herzog <[email protected]>
11492    
11493 bh 180 * Thuban/Model/layer.py (Layer.open_shapefile): Set bbox to None
11494     when the shapefile is empty.
11495     (Layer.BoundingBox, Layer.LatLongBoundingBox): Both methods may
11496     now return None for empty shapefiles. Update doc-strings.
11497    
11498     * Thuban/Model/map.py (Map.BoundingBox): Add doc-string. Deal with
11499     the layer's bbox being None.
11500    
11501     * Thuban/UI/tree.py (SessionTreeCtrl.update_tree): Deal with the
11502     layer's bbox being None.
11503    
11504 bh 175 * Thuban/UI/view.py (MapCanvas.shape_selected): Only redraw when
11505     necessary.
11506     (MapCanvas.__init__): New instance variables, last_selected_layer
11507     and last_selected_shape to determine how the selection has
11508     changed.
11509    
11510     * Thuban/UI/tableview.py (TableGrid.__init__): Do not call
11511     AutoSizeColumns because it will cause a traversal of the entire
11512     table which for large .dbf files will take a very long time.
11513    
11514 bh 172 2002-05-14 Bernhard Herzog <[email protected]>
11515    
11516     * Thuban/Model/layer.py (Layer.open_shapefile): Choose a better
11517     maximum depth for the tree than shapelib does by default.
11518    
11519 bh 165 2002-05-10 Bernhard Herzog <[email protected]>
11520    
11521     * setup.py (py_modules): The shptree modules doesn't have a
11522     wrapper, so don't include it in the py_modules
11523    
11524 bh 163 2002-05-08 Bernhard Herzog <[email protected]>
11525    
11526     * extensions/shapelib/shptree.c (compare_ints): Make arguments
11527     const void * as in the qsort prototype
11528     (SHPTreeFindLikelyShapes): Remove some unused variables.
11529    
11530     * Thuban/UI/view.py (PanTool.MouseMove): Use the bitmap the view
11531     maintains to redraw the window during a drag.
11532     (MapCanvas.unprojected_rect_around_point): New method to determine
11533     a small region around a point for hit-testing.
11534     (MapCanvas.find_shape_at): Only test the shapes in a small region
11535     around the point.
11536    
11537     * setup.py: Increment the version to 0.1.2
11538    
11539     * Thuban/UI/tree.py (SessionTreeCtrl.unsubscribe_all): Remove a
11540     debug print and set session to None after unsubscribing
11541    
11542 bh 146 2002-05-07 Bernhard Herzog <[email protected]>
11543    
11544 bh 154 * Data/iceland_sample.session, Data/iceland_sample.thuban: Rename
11545     the file to have a .thuban extension.
11546    
11547 bh 152 * Thuban/UI/tree.py (session_channels): New class constant with
11548     all the session channels to subscribe to to update the tree
11549     (SessionTreeCtrl.session_changed): Remember the session so that we
11550     can unsubscribe properly. Use the new class constant to
11551     unsubscribe from the old session and subscribe to the new one.
11552     (SessionTreeCtrl.unsubscribe_all): New method to unsubscribe all
11553     subscriptions of the SessionTreeCtrl.
11554     (SessionTreeView.OnClose): Call the tree's unsubscribe_all method.
11555    
11556     * Thuban/UI/mainwindow.py (MainWindow.__init__): Add the "Show
11557     Session Tree" command to the file menu.
11558    
11559     * Thuban/UI/view.py (MapCanvas.do_redraw): Pass the entire bitmap
11560     as update_region to the renderer.
11561    
11562     * Thuban/UI/renderer.py
11563     (ScreenRenderer.layer_ids, ScreenRenderer.draw_shape_layer): The
11564     update box is now directly a tuple, not a wxRect anymore.
11565    
11566     * Thuban/Model/layer.py (Layer.ShapesInRegion): Remove some debug
11567     prints.
11568    
11569     2002-05-07 Bernhard Herzog <[email protected]>
11570    
11571 bh 146 * setup.py: Add the shptree extension module. See
11572     extensions/pyshapelib/ChangeLog for more details.
11573    
11574     * extensions/shapelib/shpopen.c, extensions/shapelib/shapefil.h,
11575     extensions/shapelib/dbfopen.c: Really update to the versions of
11576     shapelib 1.2.9. For some reason it wasn't really done on
11577     2002-04-11.
11578    
11579     * extensions/shapelib/shptree.c: Modified version of shptree.c of
11580     shapelib 1.2.9. The only real difference is the use of qsort
11581     instead of a bubble sort implementation
11582    
11583     * Thuban/Model/layer.py (Layer.__init__): New instance variable
11584     shapetree to hold the shapelib quadtree for the shapefile
11585     (Layer.open_shapefile): Create the quad tree.
11586     (Layer.ShapesInRegion): New method to return the ids of shapes in
11587     a given region using the quad tree.
11588    
11589     * extensions/thuban/wxproj.cpp (project_points): Fix some typos in
11590     comment
11591     (draw_polygon_shape): Accept both arcs and polygons.
11592     (initwxproj): Use the new PYSHAPELIB_IMPORT_API macro to import
11593     the api.
11594    
11595     * Thuban/UI/renderer.py (MapRenderer.layer_ids): New method to
11596     return the shape ids to be rendered in a given layer.
11597     (MapRenderer.draw_shape_layer): Call layer_ids to get the list of
11598     ids. Use draw_polygon_shape to draw arc shapes as well.
11599     (ScreenRenderer.RenderMap): New parameter for the rectangle that
11600     has to be updated
11601     (ScreenRenderer.layer_ids): Make use of the layer's quadtree by
11602     calling it's ShapesInRegion method.
11603    
11604     * Thuban/UI/view.py (MapCanvas.__init__): New instance variable
11605     update_region for the update region.
11606     (MapCanvas.OnPaint): Maintain the update region
11607     (MapCanvas.do_redraw): Pass the bounding box of the update_region
11608     to the renderer when drawing the bitmap. Reset the update_region.
11609    
11610 bh 129 2002-05-03 Bernhard Herzog <[email protected]>
11611    
11612 bh 131 * Thuban/UI/mainwindow.py (MainWindow.SaveSessionAs,
11613     MainWindow.OpenSession): Change the file extension of the session
11614     files to .thuban
11615    
11616 bh 129 * Thuban/Model/session.py (Session.AddMap, forwarded_channels):
11617     Move the map channels to be forwarded by the session into the
11618 bh 146 class constant with forwarded_channels. Also add
11619     LAYER_PROJECTION_CHANGED and LAYER_VISIBILITY_CHANGED to
11620     forwarded_channels
11621 bh 129
11622     * Thuban/Model/base.py (Modifiable.changed): Fix doc-string (a
11623     typo and some rewording).
11624    
11625 bh 126 2002-05-02 Bernhard Herzog <[email protected]>
11626    
11627     * Thuban/UI/view.py: Keep the temporary bitmap used during drawing
11628     around to speed up most redraws:
11629     (MapCanvas.__init__): New instance variable bitmap which holds the
11630     bitmap
11631     (MapCanvas.do_redraw): Redraw self.bitmap if necessary. Use
11632     self.bitmap to draw.
11633     (MapCanvas.full_redraw): New method to force a full redraw
11634     including the bitmap
11635     (MapCanvas.SetMap): Subscribe full_redraw instead of redraw to
11636     make sure the bitmap is redrawn.
11637     (MapCanvas.projection_changed, MapCanvas.set_view_transform,
11638     MapCanvas.shape_selected): Call full_redraw instead of readraw to
11639     make sure the bitmap is redrawn.
11640     (MapCanvas.OnSize): New method to handle size events so that the
11641     bitmap can be redrawn.
11642    
11643 bh 124 2002-04-29 Bernhard Herzog <[email protected]>
11644    
11645     * Thuban/UI/mainwindow.py (MainWindow.__init__): Subscribe to the
11646     canvas' VIEW_POSITION event
11647     (MainWindow.view_position_changed): Handler for VIEW_POSITION.
11648     Update the text in the status-bar accordingly.
11649    
11650     * Thuban/UI/view.py (MapCanvas): Derive from Publisher as well
11651     (MapCanvas.__del__): Implement because Publisher.__del__ has to be
11652     called.
11653     (MapCanvas.__init__): Bind EVT_LEAVE_WINDOW too. Initialize
11654     current_position
11655     (MapCanvas.set_current_position): New method to set
11656     current_position. Issue a VIEW_POSITION event
11657     (MapCanvas.CurrentPosition): New public method to return the value
11658     of current_position. Should be called when the VIEW_POSITION event
11659     is processed.
11660     (MapCanvas.OnLeftDown, MapCanvas.OnLeftUp, MapCanvas.OnMotion):
11661     Update the position.
11662     (MapCanvas.OnLeaveWindow): Set the position to None.
11663    
11664     * Thuban/UI/messages.py (VIEW_POSITION): New message for the
11665     position in the statusbar
11666    
11667 tkoester 403 2002-04-26 Frank Koormann <[email protected]>
11668 frank 120
11669     * Thuban/UI/mainwindow.py: AddLayer, Dialog title s/session/data
11670    
11671 tkoester 403 2002-04-24 Frank Koormann <[email protected]>
11672    
11673 frank 118 * Resources/Bitmaps/identify.xpm: shadow added
11674    
11675     * Resources/Bitmaps/fullextent.xpm: new
11676 jan 116
11677 tkoester 403 2002-04-22 Jan-Oliver Wagner <[email protected]>
11678 jan 116
11679 tkoester 403 * Thuban/UI/tree.py (update_tree): added test for None on map bounding
11680     box
11681 jan 114
11682 tkoester 403 2002-04-21 Jan-Oliver Wagner <[email protected]>
11683    
11684 jan 114 * Thuban/UI/proj4dialog.py (UTMProposeZoneDialog): new
11685    
11686     * Thuban/UI/tree.py (update_tree): added added map extent
11687    
11688     * Thuban/UI/mainwindow.py (_method_command): extended by parameter
11689 tkoester 403 icon; added map_full_extend as tool
11690 jan 114
11691 tkoester 403 2002-04-19 Jan-Oliver Wagner <[email protected]>
11692 jan 107
11693     * Thuban/UI/mainwindow.py (SaveSession): launch save as dialog for
11694     saving _new_ sessions
11695    
11696     * Thuban/Model/session.py (create_empty_session): new session
11697     don't have a filename (set to None)
11698    
11699     * Thuban/UI/tree.py (update_tree): added filename and modified flag
11700    
11701     * Thuban/Model/load.py (ProcessSession): convert projection
11702     parameters from unicode to regular string
11703    
11704     * Data/iceland_sample.session: Added UTM Zone 26 projection.
11705    
11706 bh 100 2002-04-11 Bernhard Herzog <[email protected]>
11707    
11708     * extensions/shapelib/shapefil.h, extensions/shapelib/shpopen.c,
11709     extensions/shapelib/dbfopen.c: Update to the versions of shapelib
11710     1.2.9
11711    
11712     * setup.py (Lib.wxproj extension): Don't link shpopen.c and put
11713     the pyshapelib directoy into the list of include dirs, so that
11714     pyshapelib_api.h can be found.
11715    
11716     * extensions/thuban/wxproj.cpp (pyshapelib_api): New variable that
11717     holds the pyshapelib C-API
11718     (draw_polygon_shape, point_in_polygon_shape, shape_centroid): Use
11719     pyshapelib_api to access the shapelib functions.
11720     (initwxproj): Import the c_api from the shapelib module and
11721     initialize pyshapelib_api.
11722    
11723 bh 89 2002-04-04 Bernhard Herzog <[email protected]>
11724    
11725 bh 91 * setup.py (thuban_bdist_rpm.initialize_options): Use
11726     initialize_options to create the scripts for the rpm.
11727    
11728 bh 89 * extensions/pyprojection/setup.py (PROJ4_PREFIX): Just use /
11729    
11730 bh 85 2002-04-03 Bernhard Herzog <[email protected]>
11731    
11732 bh 87 * setup.py: Increment version to 0.1.1
11733    
11734 bh 85 * Thuban/UI/mainwindow.py (MainWindow.__init__): Move the "Add
11735     Layer" and "Remove Layer" commands from the layer menu to the map
11736     menu
11737    
11738 bh 83 2002-02-15 Bernhard Herzog <[email protected]>
11739    
11740     * Thuban/Model/layer.py (Layer.Shape): list append only takes one
11741     argument (python <= 1.5.2 erroneously accepted multiuple
11742     arguments)
11743    
11744 bh 81 2002-02-04 Bernhard Herzog <[email protected]>
11745    
11746     * Thuban/UI/identifyview.py (IdentifyGridCtrl): New class to use a
11747     RecordGrid in the identifyview.
11748     (IdentifyView.__init__): Use IdentifyGridCtrl instead of
11749     IdentifyListCtrl. The grid allows editing of the values.
11750    
11751     * Thuban/UI/controls.py (RecordTable, RecordGridCtrl): New classes
11752     implementing a grid for a single row of a thuban table.
11753    
11754     * Thuban/UI/view.py (MapCanvas.SelectShapeAt): Search through all
11755     layers by default. Easier to use than the previous default of only
11756     searching through the select layer which meant that if no layer
11757     was selected, you couldn't select a shape.
11758    
11759     * Thuban/UI/tableview.py (TableGrid.__init__): Fix typo
11760    
11761     * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Honour the
11762     stroke_width attribute
11763    
11764     * Thuban/Model/save.py (save_session): Write the new stroke_width
11765     attribute
11766    
11767     * Thuban/Model/load.py (ProcessSession.startElement): Read the
11768     stroke_width attribute
11769    
11770     * Thuban/Model/layer.py (Layer.__init__): New parameter and
11771     instance variable stroke_width
11772     (Layer.SetStrokeWidth): Set the stroke_width.
11773    
11774 bh 72 2002-02-01 Bernhard Herzog <[email protected]>
11775    
11776     * extensions/thuban/wxproj.cpp (project_points): Fix two
11777     off-by-one errors in the last loop that joins the various parts
11778     together.
11779    
11780 bh 71 2002-01-14 Bernhard Herzog <[email protected]>
11781    
11782     * setup.py (data_dist.make_distribution): Fix some typos
11783    
11784 bh 70 2001-09-18 Bernhard Herzog <[email protected]>
11785    
11786     * README: Slight tweaking in preparation for the 0.1 release
11787    
11788     * setup.cfg: Add section for sdist to create both tgz and zip
11789     archives
11790    
11791     * setup.py: increase version number to 0.1
11792     (data_dist): New command class for data distribution
11793    
11794 bh 64 2001-09-14 Bernhard Herzog <[email protected]>
11795    
11796 bh 70 * Thuban/UI/identifyview.py (IdentifyListCtrl.selected_shape):
11797     Handle the case of no layer (i.e. layer is None) properly.
11798    
11799 tkoester 403 * Thuban/UI/proj4dialog.py (UTMDialog.__init__, Proj4Dialog.__init__):
11800 bh 70 Set the initial selection of the combo boxes to reflect the
11801     projection we're starting with in a way that works on windows,
11802     too.
11803    
11804 bh 64 * Thuban/Lib/connector.py (Connector.print_connections): Print the
11805     puiblisher's ids in hex to make it easier to compare them to the
11806     standard repr of python methods
11807    
11808     * Thuban/Model/map.py (Map.Destroy): Unsubscribe the label_layer
11809     messages
11810    
11811 bh 59 2001-09-13 Bernhard Herzog <[email protected]>
11812    
11813 bh 64 * Thuban/UI/tree.py (SessionTreeCtrl.OnSelChanged): Make sure to
11814     deselect the layer if no layer is selected
11815    
11816 bh 59 * Thuban/UI/view.py (MapCanvas.OnPaint): Only delay drawing to
11817     idle time when there actually is something to draw. If there's
11818     nothing to draw simply clear the window
11819     (MapCanvas.do_redraw): Call dc.EndDrawing and add some comments.
11820     (MapCanvas.SetMap): force a redraw in all cases because
11821     FitMapToWindow doesn't always do it.
11822     (MapCanvas.ZoomFactor): Add an optional parameter, center, to
11823     specify the point to move into the center of the window
11824     (ZoomOutTool.MouseUp, ZoomInTool.MouseUp): If the mouse wasn't
11825     dragged, zoon in/out by a factor of 2
11826 bh 64 (MapCanvas.find_shape_at): Iterate backwards (i.e. with decreasing
11827     index, i.e. reversed drawing order) so that objects appearing to
11828     be in from of others are selected first. This is probably mostly
11829     relevant for point shapes where the symbols used may overlap
11830 bh 59
11831     * Thuban/Model/session.py (create_empty_session): Unset the
11832     modified bit before returning it
11833    
11834     * Thuban/UI/mainwindow.py (MainWindow.NewSession): Use
11835     create_empty_session session to create the new, empty session.
11836    
11837     * Thuban/UI/mainwindow.py (MainWindow.__init__): Set the size of
11838     the tool bitmaps.
11839     (MainWindow.OnClose, MainWindow.save_modified_session): Separate
11840     the code that asks whether the session should be saved into the
11841     new method save_modified_session.
11842     (MainWindow.OpenSession, MainWindow.NewSession): Use the new
11843     method to save modified session here too.
11844    
11845 bh 55 2001-09-11 Bernhard Herzog <[email protected]>
11846    
11847     * setup.py (InnoIconItem): fix typo
11848    
11849     (thuban_bdist_inno.run):
11850     (bdist_inno.run): Move the decision not to create symlinks on
11851     non-nt platforms to thuban_bdist_inno and do it unconditinally
11852     since we never want to create the symlinks here
11853    
11854 bh 48 2001-09-10 Bernhard Herzog <[email protected]>
11855    
11856 bh 53 * Thuban/UI/mainwindow.py (MainWindow.IdentifyTool): Popup the
11857     identify view immediately
11858    
11859     * Thuban/UI/controls.py: New file with two classes RecordListCtrl
11860     and SelectableRecordListCtrl that implement the code shared by the
11861     identify view and the label dialog
11862    
11863     * Thuban/UI/identifyview.py (IdentifyListCtrl): Derive from the
11864     new class RecordListCtrl
11865    
11866     * Thuban/UI/labeldialog.py (LabelDialog.OnOK): Check whether the
11867     return value of GetValue is None instead of using it as a boolean
11868     directly so that Zero numbers are handled properly.
11869     (LabelListCtrl): Derive from the new class
11870     SelectableRecordListCtrl
11871    
11872 bh 48 * Thuban/UI/proj4dialog.py (Proj4Dialog.__init__):
11873     (Proj4Dialog.dialogLayout): Make the window resizable and set the
11874     size of the text control explicitly to make the sizers work on
11875     both Windows and X.
11876    
11877 bh 44 2001-09-07 Bernhard Herzog <[email protected]>
11878    
11879     * Thuban/UI/view.py (MapCanvas.find_shape_at):Add a new parameter
11880     that can limit the search to the currently selected layer.
11881     (MapCanvas.SelectShapeAt): Make sure that the currently selected
11882     layer stays selected even when no shape is found
11883 bh 46 (MapCanvas.FitRectToWindow): If the rect has zero with or zero
11884     height do nothing (avoids zero division errors)
11885 bh 44
11886 bh 32 2001-09-06 Bernhard Herzog <[email protected]>
11887    
11888 bh 42 * Thuban/UI/tree.py (SessionTreeCtrl, SessionTreeView.__init__):
11889     Correct the spelling of SessionTreeCtrl. dabbrev is too damn
11890     convenient :-)
11891     (SessionTreeCtrl.__init__, SessionTreeCtrl.update_tree): Introduce
11892     a new instvar layer_to_item to map layers to tree items
11893     (SessionTreeCtrl.layer_selected): Select the appropriate tree item
11894     to match the current selection in the interactor
11895    
11896 bh 40 * Thuban/UI/interactor.py (Interactor.SelectedLayer):
11897     (Interactor.HasSelectedLayer): New methods to query the current
11898     selection
11899    
11900     * Thuban/UI/mainwindow.py (MainWindow.current_layer):
11901     (MainWindow.has_selected_layer): Simply call the appropriate
11902     interactor method
11903    
11904     * Thuban/UI/mainwindow.py (MainWindow.__init__):
11905     (MainWindow.LayerShowTable):
11906     (MainWindow.identify_view_on_demand): Store the interactor in an
11907     instvar and use that reference instead of going through main.app
11908    
11909 tkoester 403 * Thuban/UI/mainwindow.py (MainWindow.ShowSessionTree):
11910     * Thuban/UI/application.py (ThubanApplication.OnInit):
11911 bh 40 * Thuban/UI/main.py (main): Create the session tree view in main
11912     with the new mainwindow method ShowSessionTree and not directly
11913     the application's OnInit method
11914    
11915     * Thuban/UI/tree.py (myTreeCtrlPanel):
11916     (SessioinTreeCtrl): Rename to SessioinTreeCtrl and turn it into a
11917     TreeCtrl isntead of a panel. This affects most method since we now
11918     refer to self instead of self.tree
11919     (SessionTreeView): New class implementing a non-modal dialog
11920     showing the session tree.
11921    
11922 bh 35 * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Pass the
11923     layer to the tableview dialog.
11924    
11925     * Thuban/UI/tableview.py: Add some doc-strings
11926 tkoester 403 (TableGrid):
11927 bh 35 (TableGrid.OnRangeSelect):
11928     (TableGrid.OnSelectCell):
11929     (TableFrame.__init__):
11930     (TableFrame.row_selected):
11931     Selecting rows in the grid view now updates the selected shapes
11932     through the TableFrame. To achieve this we derive TableGrid from
11933     Publisher and introduce the message type ROW_SELECTED which the
11934     TableFrame subscribes to and which is issued by OnRangeSelect and
11935     OnSelectCell
11936    
11937     (DataTable.SelectRow): Removed because it's no longer needed in
11938     the row/shape selection scheme
11939    
11940 bh 32 * Thuban/UI/dialogs.py: New file implementing common classes for
11941     dialogs
11942    
11943     * Thuban/UI/tableview.py (TableGrid.__init__): Don't subscribe to
11944     the SELECTED_SHAPE message anymore. This is now handled by the
11945     parent.
11946     (TableGrid.select_shape): Only update the selection if the shape
11947     is not None.
11948     (TableFrame): Inherit from the new NonModalDialog class.
11949     (TableFrame.__init__, TableFrame.select_shape): Handle the
11950     SELECT_SHAPE message.
11951     (TableFrame.OnClose): Extend the inherited method to unsubscribe
11952     SELECT_SHAPE
11953    
11954     * Thuban/UI/mainwindow.py (MainWindow.init_dialogs):
11955     (MainWindow.add_dialog):
11956     (MainWindow.dialog_open):
11957     (MainWindow.remove_dialog):
11958     (MainWindow.get_open_dialog): New methods to maintain a dictionary
11959     of opened non-modal dialogs.
11960    
11961     (MainWindow.__init__): Initialize the new non-modal dictionary
11962     management code
11963     (MainWindow.LayerShowTable): maintain separate dialogs for each
11964     table using the non-modal dialog management code to only open a
11965     view once for each table.
11966    
11967     (MainWindow.IdentifyTool):
11968     (MainWindow.__init__):
11969     (MainWindow.identify_view_on_demand): Don't open the identify view
11970     in IdentifyTool anymore. This will be done automatically by the
11971     new method identify_view_on_demand which handles the
11972     SELECTED_SHAPE message so that the identify view will be opened on
11973     demand
11974    
11975     * Thuban/UI/identifyview.py (IdentifyListCtrl.__init__): Remove
11976     the interactor argument. The SELECTED_SHAPE message is now handled
11977     by the parent.
11978     (IdentifyView.__init__): Add the interactor argument so that we
11979     can handle the SELECTED_SHAPE message here
11980     (IdentifyView.selected_shape): New method to handle the
11981     SELECTED_SHAPE messages
11982    
11983     * Thuban/UI/identifyview.py (IdentifyView): Derive from the new
11984     NonModalDialog class
11985     (IdentifyView.OnClose): Extend the inherited version to
11986     unsubscribe SELECT_SHAPE
11987    
11988     * Thuban/Model/session.py (Session.UnsetModified): Remove debug prints
11989    
11990 bh 26 2001-09-05 Bernhard Herzog <[email protected]>
11991    
11992     * Thuban/UI/view.py (MapCanvas.__init__): New argument, interactor.
11993 tkoester 403
11994 bh 26 * Thuban/UI/mainwindow.py (MainWindow.__init__): New argument
11995     interactor to pass through to the MapCanvas
11996 tkoester 403
11997 bh 26 * Thuban/UI/application.py (ThubanApplication.OnInit): Use the new
11998     argument to the MainWindow constructor to get rid of the ugly hack
11999     that made main.app available early just so that the mapcanvas
12000     could access the interactor object.
12001    
12002 bh 19 2001-09-04 Bernhard Herzog <[email protected]>
12003    
12004 bh 22 * Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): New method
12005     that runs a modal message box
12006     (MainWindow.OnClose): Use the new method
12007     (MainWindow.RemoveLayer): Just do nothing in case no layer is
12008     selected. The command should be grayed out anyway, so there's no
12009     need to pop up a message box.
12010     (MainWindow.AddLayer): Pop up a message box with an error message
12011     if the shape file can't be opened
12012    
12013     * Thuban/Model/layer.py (Layer.__init__): Open the shapefile
12014     immediately. This will cause an exception in case the file can't
12015     be opened and we can display an appropriate message.
12016    
12017 bh 19 * MANIFEST.in: Add extensions/pyprojection/LICENSE
12018    
12019     * setup.py (thuban_bdist_rpm): New class implementing a Thuban
12020     specific bdist_rpm command.
12021    
12022     * Thuban/UI/main.py: Catch ImportError exceptions when importing
12023     the locale module because it may not be available on some
12024     installations.
12025    
12026     * extensions/pyprojection/LICENSE: Copy of the license text in
12027     Projection.i. Having it in a separate file makes it easier to
12028     refer to license text in e.g. RPMs
12029    
12030 bh 18 2001-09-03 Bernhard Herzog <[email protected]>
12031    
12032 bh 19 * setup.py: use wx-config instead of wxgtk-config because it's
12033     more generic
12034    
12035     * setup.py (ThubanInstall.get_outputs): Add the symlink in
12036     <prefix>/bin to the outputs
12037     (ThubanInstall.link_file): New method to link files. We need this
12038     because the standard copy_files refuses to link non-existing
12039     files.
12040     (ThubanInstall.run): Remove the leading install root from the
12041     script filename if an install root was specified and use the new
12042     link_file method
12043 tkoester 403
12044 bh 18 * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Fit the map to
12045     the window when the first layer is added to the map.
12046    
12047     * setup.py (ThubanInstall.run): Honor the build root (self.root)
12048     when linking thuban.py to <prefix>/bin
12049    
12050 bh 16 2001-08-31 Bernhard Herzog <[email protected]>
12051    
12052     * setup.py: In the setup call, the install parameters shouldn't
12053     have trailing slashes because distutils on non-posix platforms
12054     doesn't like that. The same applies to other directories like
12055     "Resources/Bitmaps"
12056    
12057     In the configuration section for nt, move the wxWindows directory
12058     optins into the part clearly marked as editable.
12059    
12060     (InstallLocal.initialize_options):
12061     (InstallLocal.user_options): remove the currently unused debug
12062     flag
12063     (thuban_build_py.find_all_modules): Add this method so that it
12064     works for our case of having packages and modules in one
12065     distribution as well.
12066     (ThubanInstall.initialize_options):
12067     (ThubanInstall.finalize_options):
12068     (ThubanInstall.user_options):
12069     (ThubanInstall.boolean_options): Add new options, do-symlink and
12070     extra files. Since these are the first ThubanInstall specific
12071     options, override user_options and boolean_options
12072     (ThubanInstall.run): Honor the new do-symlink and extra-files
12073     options.
12074     (ThubanInstall.get_outputs): Add to override the base-class's
12075     version and add the extra-files to the outputs
12076     (bdist_inno): New class for windows distributions with Inno Setup
12077     (InnoIconItem): Helper class for bdist_inno
12078     (thuban_bdist_inno): Thuban specific version of bdist_inno. Added
12079     this together with the appropriate parameters, to the setup call.
12080 tkoester 403
12081 bh 16 * setup.cfg (bdist_inno): added new section for the inno setup
12082     installer
12083    
12084     * Thuban/UI/tree.py (myTreeCtrlPanel.__init__): New inst var
12085     changing_selection to avoid recursive selection events when
12086     modifying the selection in response to a selection event.
12087     (myTreeCtrlPanel.normalize_selection): Set the new inst var when
12088     changing the tree's selection.
12089     (myTreeCtrlPanel.OnSelChanged): Only normalize the selection when
12090     we're not being called indirectly from normalize_selection.
12091    
12092     * Thuban/UI/mainwindow.py (MainWindow.update_command_ui): Call
12093     event.Check only if the command is actuall checkable.
12094     (MainWindow.__init__): Call the toolbar's Realize method to make
12095     sure that the items are actually shown
12096    
12097 bh 7 2001-08-28 Bernhard Herzog <[email protected]>
12098    
12099 bh 9 * setup.py: Fix some doc strings
12100    
12101 bh 7 * ChangeLog: started
12102    

Properties

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26