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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1878 by bh, Mon Oct 27 17:52:47 2003 UTC revision 2422 by jan, Sat Nov 27 12:55:37 2004 UTC
# Line 1  Line 1 
1    2004-11-27  Jan-Oliver Wagner <[email protected]>
2    
3            * po/hu.po: New. Hungarian translation. Contributed
4            by Norbert Solymosi.
5    
6    2004-11-26  Bernhard Herzog  <[email protected]>
7    
8            * Extensions/svgexport/test/test_svgmapwriter.py
9            (Testobjectexport.test_transparent_polygon): Commented out some
10            debug prints
11    
12    2004-11-24  Jan-Oliver Wagner <[email protected]>
13    
14            Fix broken tests for svg extension and added svg legend
15            to Experimental menu.
16    
17            * Extensions/svgexport/test/test_svgmapwriter.py: Fix to have
18            the test run correctly even if the extension is a package.
19            Also removed the "import Thuban" which makes no sense.
20    
21            * Extensions/svgexport/__init__.py: Fix to have the extensions'
22            test module also be executed from the global test routine.
23            This is done by looking for the absense of the DISPLAY variable.
24    
25            * Extensions/svgexport/maplegend.py: Moved the menu entry from Extensions
26            to Experimental menu since this module has yet not reached a stable
27            status (ie. 1.0).
28    
29    2004-11-22  Bernhard Reiter <[email protected]>
30    
31            * Extensions/svgexport/svgmapwriter.py:
32            Added verbose variable and some logging depending on it.
33            (class VirtualDC(XMLWriter)): Minor improvement in the polygon loop,
34            because counting i is not necessary.
35            (class Pen, class Brush): Added simple __str__ methods.
36            (SVGRenderer.draw_polygone_shape): Fix #2698 (transparent polygons are
37            not exported to svg file) Note: holes still unhandled.
38    
39            * Extensions/svgexport/test/test_svgmapwriter.py:
40                    Made a baseclass TestWithDC for test needed a DC.
41                    Added tests for bug #2698 (transparent polygons are not
42                    exported to svg file):
43                    Testobjectexport.test_transparent_polygon()
44    
45            * Thuban/Model/base.py (UnsetModified):
46            Fixed some typos in docstring.
47    
48            * Thuban/UI/baserenderer.py (BaseRenderer.draw_polygon_shape()):
49            Added hints on the used algorithm for handling holes.
50    
51    2004-11-20  Jan-Oliver Wagner <[email protected]>
52    
53            Some face lifting for the examples.
54    
55            * Examples/__init__.py: Make this directory a package.
56    
57            * Examples/simple_extensions/__init__.py: Make this directory a package.
58    
59            * Examples/simple_extensions/hello_world.py: Moved entry from Extensions
60            menu to Examples menu.
61    
62            * Examples/simple_extensions/simple_command.py: Some more comments,
63            minor changes.
64    
65            * Examples/simple_extensions/simple_tool.py: Minor changes.
66    
67    2004-11-20  Jan-Oliver Wagner <[email protected]>
68    
69            Changed way of extension registry for wms and added extension
70            registry for umn_mapserver extension.
71    
72            * Extensions/wms/__init__.py: Added registry entry and the importing
73            of the actual wms module. Included a test for the required PyOGCLib.
74    
75            * Extensions/wms/wms.py: Removed registry entry (moved to __init__.py).
76    
77            * Extensions/umn_mapserver/__init__.py: Added registry entry and the
78            importing of the actual umn mapserver management modules.
79            Included a test for the required Python MapScript.
80    
81    2004-11-20  Jan-Oliver Wagner <[email protected]>
82    
83            Changed way of extension registry for importAPR, bboxdump
84            and added extension registry for svgexport.extension registry for
85            svgexport.
86    
87            * Extensions/importAPR/__init__.py: Added registry entry and the importing
88            of the actual importAPR module.
89    
90            * Extensions/importAPR/importAPR.py: Removed registry entry (moved to
91            __init__.py).
92    
93            * Extensions/bboxdump/__init__.py: Added registry entry and the importing
94            ����of the actual bboxdump module.
95    
96            * Extensions/bboxdump/bboxdump.py: Removed registry entry (moved to
97            ����__init__.py).
98    
99            * Extensions/svgexport/__init__.py: Added registry entry and the importing
100            of the svgsaver module.
101    
102            * Extensions/svgexport/svgsaver.py: Moved the menu entry from Extensions
103            to Experimental menu since this module has yet not reached a stable
104            status (ie. 1.0).
105    
106    2004-11-18  Jan-Oliver Wagner <[email protected]>
107    
108            Now the hit test considers the size of point symbols.
109    
110            * Thuban/UI/viewport.py (ViewPort._hit_point): Added optional parameter
111            'size' defaulting to the previously fixed value 5.
112            Extended doc-string.
113            (Viewport._find_shape_in_layer): Resolved FIXME regarding flexibility
114            for symbols.
115            Now the size of the largest point symbol is determined to find out
116            about whether the point has been hit.
117            This fixes the problem that only clicks inside a fixed distance of
118            5 where found.
119    
120    2004-11-17  Jan-Oliver Wagner <[email protected]>
121    
122            Another open issue fixed regarding sizeable symbols: correct rendering of
123            selected symbols.
124    
125            * Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally):
126            Added consideration of the specific size of point symbols.
127            The property for each point symbol is retrieved and the size applied
128            for the rendering method.
129            Added doc-string.
130    
131    2004-11-16  Jan-Oliver Wagner <[email protected]>
132    
133            Changed way of Extension Registry for gns2shp and profiling.
134    
135            * Extensions/gns2shp/gns2shp.py: Removed registry entry (moved to
136            __init__.py).
137    
138            * Extensions/gns2shp/__init__.py: Added registry entry and the importing
139            of the actual gns2shp module.
140    
141            * Extensions/profiling/profiling.py: Removed registry entry (moved to
142            __init__.py).
143    
144            * Extensions/profiling/__init__.py: Added registry entry and the importing
145            of the actual profiling module.
146    
147    2004-10-28  Bernhard Reiter <[email protected]>
148    
149            * Extensions/svgexport/: Minor improvements to doc strings.
150    
151    2004-10-07  Jan-Oliver Wagner <[email protected]>
152    
153            Further elements for sizable point objects now
154            making this feature usable though not yet complete.
155    
156            * Thuban/Model/save.py (SessionSaver.write_classification): Write
157            attribute 'size' for cldata when the shape layer is of point type.
158            This also now make the test_load.py tests happy.
159    
160            * Thuban/Model/classgen.py (CustomRamp.GetProperties): Added size
161            gradient.
162    
163            * Thuban/UI/classifier.py (ID_SELPROP_SPINCTRL): Renamed to
164            ID_SELPROP_SPINCTRL_LINEWIDTH.
165            (ID_SELPROP_SPINCTRL_LINEWIDTH): New Id replaces ID_SELPROP_SPINCTRL.
166            (ID_SELPROP_SPINCTRL_SIZE): New Id.
167            (SelectPropertiesDialog.__init__): Added a second spin control
168            for the size in case the corresponding layer is of point type.
169            (SelectPropertiesDialog._OnSpin): Renamed to _OnSpinLineWidth.
170            (SelectPropertiesDialog._OnSpinLineWidth): New. Former _OnSpin.
171            (SelectPropertiesDialog._OnSpinSize): New. Set size of property
172            and refresh preview.
173    
174    
175    
176    2004-10-04  Martin Schulze  <[email protected]>
177    
178            * Extensions/wms/test/test_parser.py
179            (TestWMSCapabilitiesParser.test_compareLists): Added missing
180            self-test for compareLists()
181            (TestWMSCapabilitiesParser.test_compareDicts): Added missing
182            self-test for compareDicts()
183            (TestWMSCapabilitiesParser.test_compareLists): Adding more tests
184            to verify the test routine fails with non-equal arguments
185            (TestWMSCapabilitiesParser.test_compareDicts): Adding more tests
186            to verify the test routine fails with non-equal arguments
187    
188    2004-10-03  Jan-Oliver Wagner <[email protected]>
189    
190            First elements for sizeable point objects.
191    
192            * Resources/XML/thuban-1.1.dtd: Added size attribute to cldata.
193    
194            * Data/iceland_sample_size.thuban: New. Sample for sized point objects.
195    
196            * test/test_load.py (ClassificationTest.TestLayers): Added SetSize in case
197            of a corresponding argument is given.
198            (TestSymbolSize): New. Test the size attribute of cldata.
199    
200            * Thuban/Model/classification.py: Removed some trailing whitespaces.
201            (ClassGroupProperties.__init__): Set default size.
202            (ClassGroupProperties.SetProperties): Set the size.
203            (ClassGroupProperties.GetSize): New. Return the size.
204            (ClassGroupProperties.SetSize): New. Set the size.
205            (ClassGroupProperties__eq__): Compare also size.
206            (ClassGroupProperties__repr__): Print also size.
207    
208            * Thuban/Model/load.py (SessionLoader.start_cldata): Also parse
209            the size attribute.
210    
211            * Thuban/UI/classifier.py (ClassDataPreviewer.Draw): Added doc-string.
212            Also, now there is a return value that indicates whether the drawing
213            size exceeded the given rect extent and if so the new extent.
214            Finally, point objects are drawn depending on the size. If either
215            the width or height is exceeded, the new extent is returned.
216            (ClassRenderer.Draw): Now when calling the previewer drawing function,
217            evaluate the return value and, if not None, adapt the grid widget size
218            accordingly and redraw again.
219    
220            * Thuban/UI/baserenderer.py (BaseRenderer.draw_shape_layer_incrementally):
221            If the draw function is for points, call it with the size as additional
222            parameter.
223            (BaseRenderer.draw_point_shape): Added additional, optional parameter for
224            the size. Compute the radius using the size.
225    
226            * Extensions/importAPR/apr.py (APR_BMkSym.GetThubanProp): Now
227            that Thuban supports size, apply this correctly.
228    
229            * Extensions/importAPR/importAPR.py: Bumped version to 0.1.1.
230    
231    2004-10-03  Jan-Oliver Wagner <[email protected]>
232    
233            * Doc/manual/thuban-manual-de.xml: Started translation of
234            Map chapter.
235    
236    2004-10-01  Martin Schulze  <[email protected]>
237    
238            * Extensions/wms/properties.py (wmsProperties.__init__): Extended
239            argument for general use through properties-dialog selector
240            
241            * Thuban/UI/classifier.py: Register properties dialog classes for
242            both provided layer classes/types.
243    
244            * Thuban/UI/mainwindow.py (MainWindow.OpenLayerProperties): The
245            map can be retrieved through the parent which is passed to the
246            constructor anyway and doesn't require an argument of its own,
247            required for the unification of arguments for general use through
248            properties-dialog selector.
249            (MainWindow.OpenOrRaiseDialog): Move the logic for checking
250            whether a dialog is already opened (and raising it to the users
251            attention) and creating a new dialog into a function of its own
252            (MainWindow.OpenLayerProperties): Use the new OpenOrRaiseDialog()
253            method
254            (MainWindow.OpenLayerProperties): Utilise the new ClassMapper for
255            global registration of properties dialog classes (which are indeed
256            layer-specific).
257    
258            * Thuban/UI/classifier.py (Classifier.__init__): Unify arguments
259            for general use through properties-dialog selector, the map can be
260            retrieved through the parent and doesn't require an argument of
261            its own.
262    
263            * Extensions/wms/wms.py: Register the properties dialog class for
264            the provided WMS layer
265    
266    2004-09-28  Jan-Oliver Wagner <[email protected]>
267    
268            New feature: Registry for Extensions.
269    
270            * Thuban/UI/extensionregistry.py: This module defines a registry for
271            Extensions.
272    
273            * Thuban/UI/about.py (About.__init__): Added description
274            of the registered extensions with all of the information.
275    
276            * Thuban/Model/extension.py (Extension): Improved doc-string.
277    
278            * Extensions/gns2shp/gns2shp.py, Extensions/importAPR/importAPR.py,
279            Extensions/bboxdump/bboxdump.py, Extensions/profiling/profiling.py,
280            Extensions/wms/wms.py: Added registration of the extension.
281    
282    2004-09-27  Bernhard Reiter <[email protected]>
283    
284            More fixes to svgexport to make used ids unique and
285            conforming to XML's Name production.
286    
287            * Extensions/svgexport/test/test_svgmapwriter.py: Added new tests
288            test_xml_id_constraints(), test_make_ide_nosetbaseid() and
289            test_make_id_nonintegersetid().  Switched SetID and SetBaseID.
290            Added Bernhard R. as author.
291            * Extensions/svgexport/svgmapwriter.py (make_id): Using "_" as
292            concatenation char now (makes test_make_ide_nosetbaseid() valid).
293            Also transform second id part with "%d" and catch the TypeError
294            to raise SVGMapWriterError (making test_make_id_nonintegersetid() ok).
295            Corrected typo inBernhard's author line.
296            (SetBaseID): Return the transformed base id. Transform characters
297            which are not alnum() or in ".-_" to binascii.b2a_hex(). Added
298            import binascii. If to be set string starts with "xml" or so, add "t".
299            (draw_shape_layer_incrementally): use the returned value of SetBaseID
300            for used_baseids checks.
301    
302    2004-09-25  Bernhard Herzog  <[email protected]>
303    
304            * test/test_layer.py (TestLayer.test_arc_layer_with_projection):
305            Remove a debug print and some tab characters.
306    
307    2004-09-25  Bernhard Reiter <[email protected]>
308    
309            * Extensions/svgexport/svgmapwriter.py: Added Bernhard R. as Author.
310            (SetBaseID, SetID, make_id): Improved docstring comments to explain
311            the interaction of the three functions and the XML id contrains.
312    
313    
314    2004-09-23  Jan-Oliver Wagner <[email protected]>
315    
316            * Doc/ThubanModel.xmi: New. UML file for Thuban Model
317            Module.
318    
319            * Doc/README: Added info on ThubanModel.xmi.
320    
321    2004-09-23  Jan-Oliver Wagner <[email protected]>
322    
323            * Doc/README: New. Some info about how to generate technical
324            documentation from the source code.
325            This text was send to the Thuban developer mailing list on
326            September 21st 2004 by Bernhard Reiter.
327    
328    2004-09-21  Bernhard Reiter <[email protected]>
329    
330            Improved the svgexport to only use unique ids. Will issues
331            an error message dialoge when two layer names are the same.
332            ShapeIDs are now added with a dash within the svg ids.
333    
334            * Extensions/svgexport/svgmapwriter.py (SVGMapWriterError): New.
335            * Extensions/svgexport/test/test_svgmapwriter.py: Added imports
336            (TestSVGRenderer): New test class with test_make_in() and
337            test_check_for_layer_name_clash()
338            * Extensions/svgexport/svgmapwriter.py (SVGRenderer): Fixed __init__()
339            and draw_shape_layer_incrementally() to not use a baseid twice,
340            satisfying test_check_for_layer_name_clash()
341            (VirtualDC.make_id): Use a dash between baseit and id, satisfies
342            test_make_in().
343            * Extensions/svexport/svgsaver.py: Import SVGMapWriterError, wxOK
344            and wxICON_HAND.
345            (write_to_svg): Put dc and rendering in a try statement and on
346            catching SVGmapWriterError notify the user and delete the target file.
347    
348    2004-09-20  Bernhard Reiter <[email protected]>
349    
350            * Model/base.by, Model/layer.py: Fixed typos in docstrings.
351    
352    2004-09-03  Jan Sch�ngel  <[email protected]>
353    
354            * Extensions/umn_mapserver/mapfile(MF_Class.add_thubanstyle): Fix a
355            small bug with the line color. Now the line color will now only set
356            if it is set in Thuban an not Transparent.
357            
358            * Extensions/umn_mapserver/mf_export(tblayer_to_map): Fixed a bug with
359            deleting the layers from mapfile. Now all layers will delete backwards
360            from the last.
361    
362    2004-08-20  Silke Reimer <[email protected]>
363    
364            * Thuban/Model/layer.py:
365            Fixes bug in projection handling: Otherwise very large region might not
366            have valid values in the layer's projection.
367    
368    2004-08-20  Silke Reimer <[email protected]>
369    
370            * Thuban/UI/about.py:
371            small changes to be consistent with coding style.
372              
373    2004-08-13  Martin Schulze  <[email protected]>
374    
375            * Extensions/wms/test/test_ogclib.py (TestOGCLib.compare_URLs):
376            Adjusted a comment
377    
378    2004-08-11  Silke Reimer <[email protected]>
379    
380            * Thuban/UI/about.py: Small changes to encoding related stuff to avoid
381                    too many and too enhanced imports of locale
382    
383    2004-08-10  Silke Reimer <[email protected]>
384    
385            * Thuban/UI/about.py: Fixed encoding problem of about dialog: Added
386                    function unicodeToLocale() to convert special characters to users
387                    locale encoding
388    
389    2004-08-10  Jan-Oliver Wagner <[email protected]>
390    
391            * Doc/technotes/coding_guidelines.txt: Added rule 'Method names start with
392            lower case letter'
393    
394    2004-08-09  Jan Sch�ngel  <[email protected]>
395    
396            * ChangeLog: Rewrite the last ChangeLog entry to follow
397            the standard way.
398    
399            * Extensions/umn_mapserver/mapfile: Moved the import AnnotationLayer to
400            the function where it is needed, because it don't works if it stands
401            at the beginning.
402            (MF_Layer.__init__): Removed the extra numclassed variable. Now
403            numclasses from the mapscript will be used.
404            (MF_Layer.get_index): New. Return the index of the layer in mapfile.
405            (MF_Layer.set_classes): New. A Classlist will be set to the layer.
406            (MF_Layer.set_metadata): New. A Metadata mapscript object will set.
407            (MF_Layer.remove_allclasses): New. All class of the layer will remove.
408            (MF_Map.create_new_layer): New. A new Layer is created and associated
409            with the mapscript object.
410            (MF_Map.set_layerorder): New. The Layer order like in thuban is set in
411            the mapscript.
412            (MF_Map.add_thubanlayer): Now a new layerobj is created if no one is
413            linked to the layer in thuban, else the layerobject linked to the
414            thubanlayer will be used.
415            AnnotationLayer will now store the filename of the shapefile.
416            (MF_Map.remove_layer): If a layer is removed the associated object
417            must be set new.
418            
419            * Extensions/umn_mapserver/mf_export.py(tb_layer_to_map): Add all
420            layers which are exists in thuban to the mapobj. All removed Layers
421            will be removed from the mapobj.
422            Added comments to all functions.
423            (thuban_to_map): No layer will be removed here.
424            
425            * Extensions/umn_mapserver/mf_handle.py
426            (_has_umn_mapobj_and_selectedlayer): Activating the layer menu. Now
427            Layersettings for the mapserver kann be edited.
428    
429            * Extensions/umn_mapserver/mf_import.py: Now all layers which are
430            imported, will be linked with the associated MF_Layer.
431            (import_mapfile): All layers, which are not selected, will be removed.
432            Disable the "import layer from mapfile" menu option.
433    
434            * Extensions/umn_mapserver/sample/iceland.map: Set the status of the
435            Annotation Layer from DEFAULT to OFF. The DEFAULT setting turns the
436            layer on permanently.
437    
438    2004-08-03  Jan Sch�ngel  <[email protected]>
439    
440            * Extensions/umn_mapserver/mapfile.py(MF_Metadata.remove_allmetadata):
441            New. This function removes all metadata
442            (MF_Layer.set_group): New. Set the group setting.
443            (MF_Layer.get_group): New. Get the group setting.
444            (MF_Map): Removed the extra numlayers variable, used the mapscript
445            parameter instead.
446            (MF_Map.get_numlayers): New. This get numlayers.
447            (MF_Map.remove_all_layers): New. Removes all layers from the mapobj.
448            (MF_Map.add_thubanlayer): Replaced the exception handling by a check
449            if the object is an instance. Also added the annotation layer here to
450            export, but only the layer is created in the mapfile.
451    
452            * Extensions/umn_mapserver/mf_export.py(export_mapfile): Removed
453            the check if a mapobj exist, because its not needed anymore. The
454            export function is only available if a mapobj exist.
455            Use the new function to remove all layers.
456            
457            * Extensions/umn_mapserver/mf_handle.py(Layer_Dialog): Added a group
458            option and the metadata button. The layer dialog is temporary disabled.
459            (Metadata_CustomDataTable): Added some functions to show the grid
460            correct.
461    
462            * Extensions/umn_mapserver/mf_import.py: Moved the code for showing
463            the number of layer from import_mapfile to this function.
464            (AnnotationLayer): New. This Class shows the Annotation layer in
465            thuban. The layer don't do anything. It's only to show the layer
466            and to save the layer order.
467            (add_annotationlayer): New. Import an annotation layer to thuban.
468            (select_layer2import): New. Import only layers to thuban and not
469            the other settings like projection or scalebar.
470            (create_new_mapfile): Moved the _has_umn_mapobj function and the
471            create_new_mapfile functions from mf_handle.py to mf_import.py.
472            
473            * Extensions/umn_mapserver/sample/iceland.map: Added the group
474            parameter to the roads and cultural layers. Also added a new
475            Annotation Layer for the cultural points.
476    
477            * Extensions/umn_mapserver/sample/iceland.html: Added the select
478            option for the annotation layer.
479    
480            * Extensions/umn_mapserver/sample/index.html: Added the start
481            parameter for the annotation layer.
482    
483    2004-08-01  Jan-Oliver Wagner <[email protected]>
484    
485            * Doc/manual/thuban-manual-de.xml (Chapter Session Management):
486            translation completed.
487    
488            * Doc/manual/thuban-manual.xml (Chapter Session Management):
489            Fixed unprecise description for Save Session.
490    
491    2004-07-31  Jan-Oliver Wagner <[email protected]>
492    
493            Started translation of Users Manual into german.
494    
495            * Doc/manual/thuban-manual-de.xml: New. German Users Manual.
496    
497            * Doc/manual/Makefile: Added build instructions for german
498            users manual.
499    
500            * Doc/manual/thuban-manual.xml: Minor corrections in Introduction.
501    
502    2004-07-28  Jan Sch�ngel  <[email protected]>
503    
504            * Extensions/umn_mapserver/mapfile.py(MF_Metadata): Changed all class
505            functions. Now all metadata will handle by the function and its not
506            needed to initialize it from outside. Therefor the associated mapobj
507            will be stored in the Metadata Object. So we can use the special
508            functions from the associated mapobj to get the Metadata.
509            Therefor all initialization code for the metadata is removed from the
510            other classes.
511            (MF_Layer): Added a function to get the metadata object.
512            (MF_Map): Added a function to set the mappath, the path where
513            the mapfile ist stored.
514    
515            * Extensions/umn_mapserver/mf_export.py(thuban_to_map): Changed the code
516            to set the extent in the mapfile. Now the code is set by the displayed
517            data in the Thuban-view.
518            (export_mapfile): The shapepath is now set empty, until relative
519            pathnames are supported.
520    
521            * Extension/umn_mapserver/mf_handle.py: Added a dialog to handle
522            metadata. Yet only mapfile metadata are supported. Layer and class
523            supported are not implemented.
524            Added a dialog to handle layer informations. The dialog only shows the
525            selected layer at the moment.
526    
527            * Extensions/umn_mapserver/mf_import.py(import_mapfile): Changed the
528            code for setting the extent in thuban. Now the extent is set to the
529            given extent from the mapfile.
530            Fixed a logical mistake. Now the extent is set when realy a layer is
531            loaded, and not if one is selected to load.
532    
533            * Extensions/umn_mapserver/sample/iceland.html: Added code to zoom and
534            move the shown map in the browser.
535    
536            * Extensions/umn_mapserver/sample/iceland.map: Added a new metadata
537            line to the mapobj and added metadata to the political layer.
538    
539            * Extensions/umn_mapserver/test/test_mapserver.py: Changed the test
540            for Metadata.
541    
542    2004-07-26  Martin Schulze  <[email protected]>
543    
544            * Thuban/Lib/classmapper.py (ClassMapper.has): Added the new
545            ClassMapper
546    
547            * test/test_classmapper.py (TestMapping.test_mapper): Added a Test
548            case for the new ClassMapper
549    
550    
551    2004-07-22  Bernhard Herzog  <[email protected]>
552    
553            * Thuban/UI/viewport.py (ViewPort.VisibleExtent): New.  Return the
554            visible extent of the map in projected coordinates
555    
556            * test/test_viewport.py (SimpleViewPortTest.test_default_size)
557            (SimpleViewPortTest.test_init_with_size): Add some VisibleExtent()
558            tests.
559            (SimpleViewPortTest.test_visible_extent): New. The real test for
560            VisibleExtent()
561    
562    2004-07-22  Bernhard Herzog  <[email protected]>
563    
564            * test/test_viewport.py: Use support.run_tests as the main
565            function when running asa script.
566    
567    2004-07-22  Jan Sch�ngel <[email protected]>
568    
569            * Extensions/umn_mapserver/mf_export.py: Added "import os"
570            Removed the old "import Thuban.UI.mainwindow" code.
571            (tbextent_to_map): Removed the extra function and at the code direct
572            to "thuban_to_map" function.
573            (write_creatorcomment): Added. Now a short comment is added to the
574            beginning of an generated mapfile.
575            (export_mapfile): Now the Path and filename are saved in to variables,
576            and not together in one variable. This is needed for the new
577            write_creatorcomment function.
578                    
579            * Extensions/umn_mapserver/mf_import.py (import_mapfile): Added the
580            import module "re". Also added Range and the ClassGroupRange import
581            from Thuban. Both are needed for the new range expression import.
582            (create_rangeexpression): Added. Creates a Range Expression in Thuban
583            style from a given mapfile expression.
584            (added_rasterlayer): Make some small code changes. The shapepath is
585            now stored in an extra variable and the clazz_name is set empty if no
586            class name set in the mapfile.
587            Changed the Error message for Range Expressions, becaus the new
588            function create a error string which will be shown in the dialog.
589    
590            * Extensions/umn_mapserver/test/test_mapserver.py: Added a test for the
591            range expression import.
592    
593    2004-07-21  Jan-Oliver Wagner <[email protected]>
594    
595            * Extensions/umn_mapserver/README: Added hint that
596            installation as root can be avoided. Removed all tabs.
597    
598    2004-07-16  Bernhard Herzog  <[email protected]>
599    
600            * test/test_viewport.py
601            (ViewPortTest.test_changing_map_projection): Check that changing
602            the projection of an empty map shown in a viewport doesn't lead to
603            exceptions in the viewport's handler for the
604            MAP_PROJECTION_CHANGED messages
605    
606            * Thuban/UI/viewport.py (ViewPort.map_projection_changed): Only
607            try to keep the same region visible when the map actually contains
608            something
609    
610    2004-07-15  Jan Sch�ngel <[email protected]>
611    
612            * Extensions/umn_mapserver/mapfile.py: Added a function to get the
613            mappath directly from the mapobj. Is needed because of the changes
614            in mf_import.py.
615            (MF_Layer.add_thubanclass): Added a new comment.
616            (MF_Map.set_extent): Fixed a bug with exporting empty mapobj. If the
617            mapobj is empty there is no extent get from thuban an so no one can
618            set to th mapobj.
619            
620            * Extensions/umn_mapserver/mf_import.py (import_mapfile): Updated
621            the discription.
622            Split the funktion in to three smaller ones. The new functions are
623            add_rasterlayer, add_polygonlayer and select_layer2import.
624            Removed the mapfilepath and filepath initialisation, because its know
625            include in the new functions.
626            Now nothing will be imported if cancel is pressed in the
627            layer choice dialog.
628    
629    2004-07-14  Jan Sch�ngel <[email protected]>
630    
631            * Extensions/umn_mapserver/mapfile.py: Added ClassGroupDefault to
632            import.
633            (MF_Symbolset): Removed the extra variable for numsymbols.
634            (MF_Class.__init__): Added a comment to the exception clause.
635            Removed the extent init, because it was not needed anymore.
636            (MF_Layer.add_thubanclass): Added the code to set the class name to
637            the expression value from thuban if no label is defined.
638            Added the code to export Range expressions from thuban to the mapfile.
639            (MF_Map.set_extent): Removed the exception and replace it by some if
640            code. If the size of a map is not defined the size will be set to 1,1.
641            This is necessary because if the extent is set, mapscript checks if
642            the size is greater than zero.
643            (MF_Web): Added the get and set function for the template.
644    
645            * Extensions/umn_mapserver/mf_export.py: Added the function to check
646            if a mapobject exists and used it to set the status of the menu items.
647            If no mapfile exists the settings could not be edditied.
648            Define after which menuitem the exportitem will include.
649            
650            * Extensions/umn_mapserver/mf_handle.py: Removed the import
651            Thuban.UI.mainwindow clause, because it is not needed.
652            Added the command Refresh() to all "OnChangeColor()" functions,
653            because the color preview window was not updated on a color change.
654            Added the function to check if a mapobject exists and used it to set the
655            status of the menu items. If no mapobject exists the settings could not
656            be edditied.
657            (Map_Dialog): Moved the imagetype selector from the
658            Outputformat_Dialog to Map_Dialog and removed Outputformat_Dialog.
659            (Web_Dialog): Removed the name label and added the template textbox.
660    
661            * Extensions/umn_mapserver/mf_import.py (import_mapfile): Replace
662            the exception handling on loading the layers by an if statement. It
663            is not necessary to us the exception there.
664            The Filepath creation now use os.path.join to build the path.
665    
666            * Extensions/umn_mapserver/test/test_mapserver.py: Moved the testMap
667            definition from global to the setUp function. Now the testMap will
668            initialize new on each test.
669    
670            * Extensions/umn_mapserver/sample/iceland.map: Include three new
671            classes in the Line Layer, to test logical Expressions.
672            Set the status of the class "Point9" in the Point Layer to off
673            
674    2004-07-13  Bernhard Herzog  <[email protected]>
675    
676            * Thuban/UI/baserenderer.py
677            (BaseRenderer.render_map_incrementally): Fix a logic bug in the
678            optimization that tries not to draw layers under a raster layer.
679            The bug was harmless.  All it effectively did was to produce The a
680            strange messages about not being able to draw Layer instances for
681            all vector layers below a raster layer which would be invisible
682            anyway because the raster layer currently always covers the entire
683            window
684    
685    2004-07-08  Jan Sch�ngel <[email protected]>
686    
687            * Extensions/umn_mapserver/mapfile.py: Added code to generade and get
688            a list of supported outputformats. This formats are not alle supported
689            because there is no possibility to get the outputformat without the
690            name known. Make some formal changes to the code.
691            (MF_Map.set_name()): Fixed a bug if the name is None.
692    
693            * Extensions/umn_mapserver/mf_handle.py: Removed the image_type import
694            statement, because its not needed anymore. The Outputformat is now
695            given as string from the object. Make some formal changes to the code.
696    
697            * Extensions/umn_mapserver/test/test_mapserver.py: Added new test for
698            most of the new setting which were added during the last changes.
699            Removed the MF_Size Test.
700            
701            * Extensions/umn_mapserver/test/test.map: Added a new class to the
702            cultural Layer to test expressions and the the status of that layer
703            from on to default.
704            Changed the data path the the correct Thuban Data
705            Added the Outputformat Object and Symbol Object
706            
707    2004-07-07  Jan Sch�ngel <[email protected]>
708    
709            * Extensions/umn_mapserver/mapfile.py: Added some new
710            settings to edit (outputformat, label, imagetype)
711    
712            * Extensions/umn_mapserver/mf_handle.py: Added some setting to
713            the Label Dialog and add the OutputDialog.
714            Make some changes to the code order.
715    
716    2004-07-06  Jan Sch�ngel <[email protected]>
717    
718            * Extensions/umn_mapserver/mapfile.py: Added the symbolObj, pointObj
719            and line Obj and add the scalebar_status_type, scalebar_style_type and
720            scalebar_position_type.
721            Added the symbol- and symbolsetObject (MF_Symbol,MF_Symbolset). The
722            are only used to create a Symbol like the circle in Thuban.
723            Added the scalebarObject (MF_Scalebar)
724            (MF_Class): Added set_status and get_status.
725            (MF_Layer.add_thubanclass): Added code to set the class status
726            (MF_Map): Added code to handle the symbols and scalebar
727            (MF_Label): Added the set_partials and get_partials functions
728            
729            * Extensions/umn_mapserver/mf_export.py: Added MF_Symbol to import
730            from mapfile. Added a function to create a circle object like the one
731            from thuban if no one exists.
732            
733            * Extensions/umn_mapserver/mf_handle.py: All colors are now set when
734            press ok in the assosiated dialog and not at the end of the
735            colordialog.
736            Added the Dialog for the Scalebar.
737            (Label_Dialog): Added the offset option
738    
739            * Extensions/umn_mapserver/mf_import.py: Added code to import the
740            status of the Classes.
741            Fixed a bug with the projection. Now the to_meter parameter will be
742            added to the Projection only if it doesn't exists.
743    
744    2004-07-01  Jan Sch�ngel <[email protected]>
745    
746            Added the functionality to handle the content thuban is not
747            able to handle directly.
748    
749            * Extensions/umn_mapserver/mf_handle.py: New. This module extents
750            Thuban with the possibility to edit the mapfile content.        
751            
752            * Extensions/umn_mapserver/mf_import.py: Added the possibility
753            to import mapfiles without any layer selected. So it is possible
754            to edit the other settings in a mapfile.
755            (import_mapfile): Added code to use the editing functions.
756            Added the possibility to import the projection to a layer if one
757            is defined.
758            Status settings (On,Off) will now set in thuban (visible, invisible).
759            fixed a bug with with classnames. If no classname is set in mapfile
760            the value in Thuban will set to the expression.
761            
762            * Extensions/umn_mapserver/mf_export.py(export_mapfile): Added the
763            possibility to save a new mapfile or use the old one which is
764            imported or new created.
765            Added code to use the editing functions.
766            Remove some not needed import statements
767    
768            * Extensions/umn_mapserver/mapfile.py: Added new types which are
769            need for the editing functions.
770            Added needed set-functions for the editing functions.
771            Added the possibility to export rasterimages.
772            Added new classes (MF_Web, MF_Label, MF_Legend, MF_Symbol,
773            MF_SymbolSet). MF_Symbol and MF_SymbolSet are not needed at the
774            moment.
775            (MF_Class.set_thubanstyle): Now point layers will set to a default
776            symbol to show a circle in mapserver and not only a 1px dot.
777            (MF_Style.__init__): Fixed a bug with the color. Color was not set
778            correct before.
779            (MF_Size): Removed, because it is not needed.
780            
781            * Extensions/umn_mapserver/README: Added the hints to use the
782            export and editing functions, too.
783    
784            * Extensions/umn_mapserver/sample/iceland.map: Added the
785            new parameter "UNITS METERS".
786            Change the political layer to status OFF.
787    
788            * Extensions/umn_mapserver/sample/README: Added some
789            more details to setup the sample in the MapServer.
790            
791    2004-06-26  Bernhard Reiter <[email protected]>
792    
793            * Extensions/svgexport/test/test_svgmapwriter.py:
794            Removed class VFile and used standard StringIO instead.
795    
796    2004-06-23  Jan Sch�ngel  <[email protected]>
797    
798            Add the export function to the umn_mapserver extension.
799    
800            * Extension/umn_mapserver/mf_export.py: New. This module extents
801            Thuban with the possibility to export the Thuban content.
802    
803            * Extensions/umn_mapserver/mapfile.py: Expand the classes to use
804            with the export module. Especially added the possibility to
805            add thuban objects directly to the map objects.
806    
807            * Extensions/umn_mapserver/mf_import.py: Removed the wxCHANGE_DIR,
808            because of the hint from Bernhard Herzog.
809            Corrected the handling of absolute pathnames.
810            Changed the Text of the Menu-Item, now the beginning is upper case.
811    
812            * Extensions/umn_mapserver/README: Added the --with-tiff statement.
813    
814    2004-06-16  Jan Sch�ngel  <[email protected]>
815    
816            Add a sample and make some changes.
817    
818            * Extension/umn_mapserver/mf_import.py: Changed the wxPython.wx
819            import from * to explicit used statements. Changed the
820            Thuban.UI.mainwindow import phrase, too.
821            (import_mapfile):Corrected a clerical mistake.
822            Added wxCHANGE_DIR in OpenFile Dialog.
823            Added a MultipleChoiceDialog, to select the layers to load from
824            mapfile into thuban. Thereby the projection is only set if one layer
825            is selected.
826            Added the possibility to handle relative pathnames which uses
827            up-level references.
828            Removed some doubled code.
829            Corrected an error with integer values used as label in thuban
830            ClassGroup.
831            
832            * Extensions/umn_mapserver/sample: New.
833    
834            * Extensions/umn_mapserver/sample/README: New. Describes the
835            usage of the sample files.
836    
837            * Extensions/umn_mapserver/sample/iceland.map: New. This is
838            a suitable .map-file for the iceland data.
839    
840            * Extensions/umn_mapserver/sample/index.html: New. The template
841            for the mapfile.  
842    
843            * Extensions/umn_mapserver/sample/iceland.html: New. Initialisation
844            file for the Iceland Application on web.
845    
846            * Extensions/umn_mapserver/README: Corrected a inaccuracy and added
847            some details.
848    
849            * Extensions/umn_mapserver/test/test_mapserver
850            (mapserver_import_Test_generalClasses.test_MF_Color):
851            Corrected the thubancolor test.
852    
853    2004-06-15  Jan Sch�ngel  <[email protected]>
854    
855            * Extensions/umn_mapserver/README: New. Install instruction.
856    
857    2004-06-14  Bernhard Reiter <[email protected]>
858    
859            * libraries/thuban/cpl_mfile.h: Added copyright header.
860    
861            * libraries/thuban/ cpl_mfile.cpp, cpl_mfile.h: Added non-protecting
862            Free Software License so that it is most useful with gdalwarp
863            and bmpdataset.
864    
865    2004-06-14  Bernhard Herzog  <[email protected]>
866    
867            * Thuban/UI/multiplechoicedialog.py (__version__): Add missing
868            import of wxPython.wx itself (as opposed to the contents of
869            wxPython.wx).  For some reason wxPython.wx is available as
870            wxPython.wx.wx in at least some 2.4 releases.  Fixes RT#2482
871            wrt. wxPython 2.4.
872    
873    2004-06-10  Jan Sch�ngel  <[email protected]>
874    
875            Initial version of new extension "umn_mapserver".  This extension aims
876            to manage configuration for the UMN MapServer application.  This
877            inital version just imports the .map-files and displays all, Thuban is
878            capable of.
879    
880            * Extensions/umn_mapserver, Extensions/umn_mapserver/test: New.
881    
882            * Extensions/umn_mapserver/test/README: New. Describes how to run the
883            tests.
884    
885            * Extensions/umn_mapserver/test/test.map: New. This is a test
886            .map-file for automated tests of the umn_mapserver extension of
887            Thuban.
888    
889            * Extensions/umn_mapserver/test/test_mapserver.py: New. Tests for
890            UMN Mapserver classes.
891    
892            * Extensions/umn_mapserver/__init__.py: New. Init to make this
893            directory a package.
894    
895            * Extensions/umn_mapserver/mapfile.py: New. Classes to represent
896            '.map'-file objects.
897    
898            * Extensions/umn_mapserver/mf_import.py: New. This module extends
899            Thuban with the possibility to handle UMN MapServer mapfiles.
900    
901    2004-06-03  Bernhard Herzog  <[email protected]>
902    
903            * Thuban/Model/layer.py (Layer.TreeInfo): Convert the bounding box
904            to a tuple before using it as arguments to the % operator.  This
905            fixes the formatting issue filed in RT#2239 on 2004-01-13 and
906            reported today on thuban-list by Jan Sch�ngel
907    
908            * test/test_layer.py (TestLayerModification.setUp): Save the
909            filename as an instance variable so we can refer to it in tests
910            (TestLayerModification.test_tree_info): Uncomment this method
911            again and make it work.  This tests for the formatting issue
912            filed in RT#2239 on 2004-01-13
913    
914    2004-05-28  Bernhard Herzog  <[email protected]>
915    
916            * Thuban/UI/baserenderer.py: Fix some typos.
917    
918    2004-05-18  Jan-Oliver Wagner <[email protected]>
919    
920            * Extensions/gns2shp/gns2shp.py (gns2shp): Fixed a bug
921            by increasing a field size.
922    
923    2004-05-17  Bernhard Herzog  <[email protected]>
924    
925            Update to newest shapelib and get rid of Thuban specific
926            extensions, i.e. use the new DBFUpdateHeader instead of our
927            DBFCommit kludge
928    
929            * libraries/shapelib/shpopen.c: Update to version from current
930            shapelib CVS.
931    
932            * libraries/shapelib/shapefil.h: Update to version from current
933            shapelib CVS.
934    
935            * libraries/shapelib/dbfopen.c: Update to version from current
936            shapelib CVS.
937            (DBFCommit): Effectively removed since shapelib itself has
938            DBFUpdateHeader now which is better for what DBFCommit wanted to
939            achieve.  
940            We're now using an unmodified version of dbfopen.
941    
942            * setup.py (extensions): Add the HAVE_UPDATE_HEADER macro with
943            value '1' to the Lib.dbflibc extension.  This simply reflects the
944            shapelib and pyshapelib updates
945    
946    2004-05-16  Jan-Oliver Wagner <[email protected]>
947    
948            Finished introduction of Menu.FindOrInsertMenu.
949    
950            * Extensions/drawshape/drawshape.py: Add the command
951            to the experimental menu additionally to the toolbar.
952    
953            * Extensions/svgexport/svgsaver.py: Use FindOrInsertMenu() instead of
954            finding menu on its own.
955    
956            * Doc/manual/thuban-manual.xml: updated sample file
957            to use FindOrInsertMenu().
958    
959            * Examples/simple_extensions/hello_world.py: Use FindOrInsertMenu()
960            instead of finding menu on its own.
961    
962    2004-05-11  Jan-Oliver Wagner <[email protected]>
963    
964            * test/test_menu.py (MenuTest.test): Added testing
965            of method Menu.FindOrInsertMenu.
966    
967    2004-05-10  Jan-Oliver Wagner <[email protected]>
968    
969            Introduce and use Menu.FindOrInsertMenu.
970    
971            * Thuban/UI/menu.py (Menu.FindOrInsertMenu): New. Find a
972              given menu or, if not found, insert it.
973    
974            * Extensions/bboxdump/bboxdump.py, /Extensions/gns2shp/gns2shp.py,
975            /Extensions/importAPR/importAPR.py, Extensions/profiling/profiling.py,
976            /Extensions/wms/wms.py: Use FindOrInsertMenu() instead of finding
977            menu on its own.
978    
979    2004-05-06  Jan-Oliver Wagner <[email protected]>
980    
981            Introduce a abstract ColorDialog class and remove
982            and outdated file.
983    
984            * Thuban/UI/proj4dialog.py: Removed. It is has been
985            replaced by projdialog for quite a while and is not used
986            anymore.
987    
988            * Thuban/UI/colordialog.py: New. Abstraction for color selection
989            dialog(s).
990    
991            * Thuban/UI/classifier.py (SelectPropertiesDialog.__GetColor):
992            Now calls the abstract ColorDialog instead of wxColourDialog.
993            This also removed the dependency to Color class conversion
994            from this function.
995    
996    2004-05-04  Frank Koormann  <[email protected]>
997    
998            * Extensions/bboxdump/__init__.py: Fixed string left over from
999            copying.
1000    
1001            * Extensions/bboxdump/bboxdump.py (bboxdump):
1002            Use layer.ShapeStore().AllShapes() to loop over shapes instead of
1003            xrange(layer.NumShapes()). Compile the bboxmessage from a list
1004            of formatted outputs (string.join) instead of appending to the
1005            message. Two progress bar dialogs to report progress on the sometimes
1006            lenghty processing.
1007    
1008    2004-04-22  Frank Koormann  <[email protected]>
1009    
1010            New Extension to dump bounding boxes of all shapes of the selected
1011            layer. An optional column can be specified to group the objects,
1012            in this case the bounding box is a union of the separate boxes.
1013            Dump can be displayed in a ScrolledMessageDialog or written to file.
1014            The Extension is simply a combination of available and well tested
1015            Thuban functionality.
1016    
1017            * Extensions/bboxdump/__init__.py: New: Init to make this
1018            directory a package.
1019    
1020            * Extensions/bboxdump/bboxdump.py: New: Dump bounding boxes of
1021            all shapes of the selected layer.
1022    
1023    2004-04-22  Jan-Oliver Wagner <[email protected]>
1024    
1025            * Thuban/UI/classgen.py (GenUniquePanel.__init__): Fixed two
1026            strings to be i18n now.
1027    
1028    2004-04-18  Jan-Oliver Wagner <[email protected]>
1029    
1030            Changing popup menu of legend from direct building
1031            to using the Menu construction as used for the mainwindow.
1032    
1033            * Thuban/UI/mainwindow.py: New method commands: layer_to_top,
1034            layer_to_bottom, layer_visibility
1035            (MainWindow.LayerToTop): New. Put current layer to the top.
1036            (MainWindow.LayerToBottom): New. Put current layer to bottom.
1037            (MainWindow.HideLayer, MainWindow.ShowLayer, _has_visible_map):
1038            Replace 1,0 by True, False.
1039            (MainWindow.ToggleLayerVisibility): New. Toggle visibility of
1040            current layer.
1041            (MainWindow.LayerShowTable): Removed raising of dialog.
1042            (_has_selected_layer_visible): New. Support function.
1043    
1044            * Thuban/UI/legend.py: ID_POP_xxx: removed.
1045            (LegendPanel.__init__): Removed EVT_MENU bindings.
1046            (LegendTree._OnRightClick): Replace direct creation of
1047            menu via wx Classes by applying the menu definition
1048            as of Menu class of menu.py.
1049            
1050    2004-04-16  Jan-Oliver Wagner <[email protected]>
1051    
1052            * Thuban/UI/exceptiondialog.py (ExceptionDialog.dialog_layout): Improved
1053        button string to stronger clearify that Thuban will be closed when hitting
1054            the button.
1055    
1056            * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Added docstring.
1057            Now for layers without a ShapeStore a corresponding message is given
1058            to the user, that this layer has no table to show.
1059    
1060    2004-04-15  Martin Schulze  <[email protected]>
1061    
1062            * Extensions/wms/layer.py (WMSLayer.setWMSFormat): Need to
1063            recalculate the format for the internal render engine as well.
1064    
1065            * Extensions/wms/properties.py (wmsProperties): First start for a
1066            properties dialog.  It's functional for a first selection of
1067            layers, but still has some weired wxWidgets/GTK problems but
1068            beautification can be done later.
1069    
1070            * Extensions/wms/layer.py: Added more documentation
1071            (WMSLayer.getFormats): New: Return list of supported image formats
1072            by the WMS server
1073            (WMSLayer.getLayers): New: Return the list of layer names
1074            supported by the WMS server
1075            (WMSLayer.getLayerTitle): New: Return the title of the named layer
1076            (WMSLayer.getWMSFormat): New: Return the image format that is used
1077            for WMS GetMap requests
1078            (WMSLayer.setWMSFormat): New: Set the image format that is used
1079            for WMS GetMap requests
1080            (WMSLayer.__init__): Move away from using only one layer to using
1081            a list of layers (unsorted at the moment, though).
1082            (WMSLayer.getVisibleLayers): New: Return the list of names for all
1083            visible layers
1084            (WMSLayer.setVisibleLayers): New: Set the list of names for all
1085            visible layers
1086    
1087            * Extensions/wms/wms.py: Moved the WMS layer into layer.py in
1088            order to establish a clean structure.
1089    
1090            * Extensions/wms/layer.py: Moved the WMS layer into a file on its
1091            own in order to establish a clean structure.
1092    
1093    2004-04-13  Martin Schulze  <[email protected]>
1094    
1095            * Extensions/wms/parser.py (WMSCapabilitiesParser.grok): Added
1096            support for oldstyle (WMS 1.0 apparently) image format
1097            specification.
1098    
1099            * Extensions/wms/wms.py (WMSLayer.calcFormat): Reduce the list of
1100            supported graphic formats back to JPEG and BMP, PNG and others are
1101            too *cough* experimental...  Sorry, I meant to filter this out
1102            before I committed this part.  This should make the WMS extension
1103            run from CVS again.
1104            (wms_dialog): Reset an empty URL to None so that the subsequent
1105            program can depend on this, since the dialog will indeed return an
1106            empty URL, causing another declaration of love by Python.
1107    
1108            * Extensions/wms/parser.py (WMSCapabilitiesParser.getLayerBBox):
1109            Whenever a native BoundingBox request cannot be fulfilled, check
1110            whether the requested SRS is EPSG:3426, in which case return the
1111            LatLonBoundingBox values.
1112    
1113            * Extensions/wms/test/test_parser.py
1114            (TestWMSCapabilitiesParser.test_LayerSRS): Added a test for
1115            ignoring AUTO:* SRS.
1116            (TestWMSCapabilitiesParser.test_LatLonBoundingBoxes_as_bboxes):
1117            Added another test method to test whether the LatLonBoundingBox
1118            values will be returned if BoundingBox values are requested with
1119            SRS set to EPSG:3426.
1120    
1121            * Extensions/wms/parser.py (WMSCapabilitiesParser.peekLayers):
1122            Added rudimentary support for non-EPSG SRS, i.e. ignore them for
1123            the moment by placing them into a variable which is currently
1124            unused.  Also test whether the EPSG SRS is numerical as it should
1125            be and add an error message if it is not.
1126    
1127            * Extensions/wms/test/sample.xml: Added AUTO:* SRS since they
1128            appear in the real world as well.  Since we cannot handle them yet
1129            (OGCLib can't either), we will ignore them for the moment.
1130    
1131            * Extensions/wms/parser.py: Use a variable for denoting the sample
1132            filename
1133            (WMSCapabilitiesParser.peekLayers): Added support for error
1134            messages during grok().  They will be aggregated in an array and
1135            may be displayed later.  We may have to add a classification
1136            "Warning" and "Error" to this.  That requires more experience,
1137            though, since not every error may be lethal.
1138    
1139            * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Raise the
1140            ShowTable() dialog/frame when the user attempts to display it
1141            while it has been opened before already and not closed again.
1142    
1143    2004-04-11  Martin Schulze  <[email protected]>
1144    
1145            * Extensions/wms/infodialog.py: Adjusted the class documentation
1146    
1147            * Extensions/wms/wms.py (WMSLayer.__init__, WMSLayer.GetMapImg):
1148            Switch to using Thuban{Begin,End}BusyCursor instead of the pure
1149            wxWidgets variants.
1150            (WMSLayer.__init__): The epsg_id variable is named top_srs now.
1151    
1152            * Extensions/wms/infodialog.py: Added an information dialog that
1153            will display various information about the WMS current resource,
1154            so that additional information such as the title, the abstract,
1155            fees and access constraints can be displayed for the user if they
1156            are documented in the WMS XML.
1157    
1158    2004-04-10  Martin Schulze  <[email protected]>
1159    
1160            * Extensions/wms/parser.py (WMSCapabilitiesParser.grok): Adjusted
1161            string handling.  It's "foo".lower() and not lower(foo) without
1162            lower imported from strings or something.
1163    
1164            * Extensions/wms/wms.py (WMSLayer): Incorporated WMSCapabilities
1165            from capabilities.py and parser.py.  Implement priority list for
1166            supported graphics formats, take care of wbmp != bmp.  PNG, TIFF
1167            and GIF are supported here, but not yet by main Thuban.  Hence,
1168            support for them may be removed later.  Special contribution to
1169            usability: get wxWidgets to change the cursor when we're waiting
1170            for data from the network so the user won't start to worry.  This
1171            causes a redrawing error/warning, though.
1172    
1173            * Extensions/wms/parser.py (WMSCapabilitiesParser.grok): Unlink
1174            the DOM object.
1175    
1176    2004-04-01  Martin Schulze  <[email protected]>
1177    
1178            * Extensions/wms/capabilities.py: Adjusted documentation
1179            (WMSCapabilities.__init__): Improved documentation, fixed syntax
1180            (WMSCapabilities.saveCapabilities): Only catch IOError when
1181            handling files
1182            (WMSCapabilities.loadCapabilities): Only catch IOError when
1183            handling files
1184            __main__: corrected variable naming
1185            (WMSCapabilities.fetchCapabilities,loadCapabilities): Make this
1186            class a specialisation of WMSCapabilitiesParser as well.  Also
1187            execute grok() after loading or fetching capabilities, if that
1188            went well, so that subsequent calls can already access the data.
1189            (WMSCapabilities.getVersion): Export the used version of the
1190            GetCapabilities request, so we can use it for subsequent calls,
1191            i.e. for GetMap requests.
1192            (WMSCapabilities.fetchCapabilities): Added proper error handling
1193            when the GetCapabilities request failed, so that the surrounding
1194            program can act accordingly.
1195    
1196    2004-03-30  Martin Schulze  <[email protected]>
1197    
1198            * Extensions/wms/parser.py (WMSCapabilitiesParser.getLayerSRS):
1199            Adjusted the getLayerSRS method to return the list of SRSes
1200            extracted from <SRS> elements instead of <BoundingBox> elements.
1201            Added a bit of documentation as well.
1202            (WMSCapabilitiesParser.checkLayerSRS): Removed integrity test
1203            since it was only implemented due to a misunderstanding.
1204    
1205            * Extensions/wms/test/test_parser.py
1206            (TestWMSCapabilitiesParser.test_LayerSRS): Adjust the tests to
1207            reflect the corrected interpretation of the standard: i.e. a layer
1208            does not have to define a BoundingBox for all SRSes it supports.
1209            Hence the <SRS></SRS> specification is authoritative, not the list
1210            of BoundingBoxes.
1211            (TestWMSCapabilitiesParser.test_BoundingBoxes): Added a new test
1212            to ensure None is returned for a non-existing SRS.
1213            (TestWMSCapabilitiesParser.test_grok): Removed test_grok method
1214            since it is not applicable anymore.  Listing more SRSes in <SRS>
1215            elements is valid according to the specs.
1216    
1217    2004-03-26  Bernhard Reiter <[email protected]>
1218    
1219            * README: Nicer formatting of text. Improved descriptions.
1220            Reflected wxWidgets name change.
1221            
1222            * Thuban/UI/about.py: Extended copyright to 2004 and added
1223            information about the thuban-devel mailinglist.
1224    
1225    2004-03-24  Martin Schulze  <[email protected]>
1226    
1227            * Extensions/wms/capabilities.py: Renamed the class to contain
1228            'WMS', also added a linebreak where required
1229    
1230            * Extensions/wms/parser.py: Finally added the XML parser for the
1231            GetCapabilities response.
1232    
1233            * Extensions/wms/test/sample.xml: Adjusted the sample file so that
1234            <SRS> elements match the <BoundingBox> elements, except for the
1235            layer 'beschriftung'.
1236    
1237            * Extensions/wms/test/test_parser.py: Encode non-ascii strings
1238            since Python uses unicode strings internally, otherwise
1239            comparisons will fail.  Removed tests for getLayerBBoxSRS() since
1240            the SRS will be calculated anyway and this method is obsoleted by
1241            getLayerSRS().  Denote SRS as strings and not as cardinal numbers.
1242            Move loading the sample file into the setUp method.  Added a test
1243            for finding the integrity problem in the sample response.
1244            Improved formatting.
1245    
1246            * Extensions/wms/domutils.py: Added convenience routines for
1247            handling of Document Object Model (DOM) nodes.
1248    
1249            * Extensions/wms/test/test_domutils.py: Added a test for the
1250            domutils module
1251    
1252    2004-03-19  Martin Schulze  <[email protected]>
1253    
1254            * Extensions/wms/test/test_parser.py (TestWMSCapabilitiesParser):
1255            Moved path detection and adding into a module of its own,
1256            adjustpath, which exports thubandir as main Thuban directory.
1257    
1258            * Extensions/wms/test/test_ogclib.py (TestWMSLib): Moved path
1259            detection and adding into a module of its own, adjustpath, which
1260            exports thubandir as main Thuban directory.  Reorganised the
1261            module in order to support the SkipTest feature for Thuban test
1262            cases.
1263    
1264            * Extensions/wms/test/adjustpath.py: Moved path detection and
1265            adding into a module of its own.
1266    
1267    2004-03-18  Martin Schulze  <[email protected]>
1268    
1269            * Extensions/wms/test/test_parser.py: Added another test for
1270            checking whether the WMS XML parser (to be implemented) returns
1271            the information we expect.  This requires a sample WMS WML file
1272            (sample.xml) which has been extracted from the frida server and
1273            "improved" manually.
1274    
1275            * Extensions/wms/test/test_ogclib.py: Added legacy code to add the
1276            main Thuban directory to the path in order to be able to import
1277            random modules.  Adjusted the PyOGCLib detection to reuse the
1278            information gathered.  Also added a note about the PYTHONPATH
1279            environment variable.
1280    
1281            * Extensions/wms/test/test_ogclib.py: The format specification is
1282            a mime-type, not a graphic format, hence image/jpeg wou ld be the
1283            proper format and not JPEG.  We'll also have to take care of the
1284            encoding of / as %2F.
1285    
1286    2004-03-16  Martin Schulze  <[email protected]>
1287    
1288            * Extensions/wms/test/test_ogclib.py: Added a (hopefully)
1289            comprehensive test for the getMapURL method, built compare URLs
1290            according to the documentation in OGC 01-068r3
1291    
1292            * Extensions/wms/capabilities.py (WMSCapabilities): Added the
1293            class WMSCapabilities to manage capabilites, will incorporate
1294            parsing the capabilities response and provide details for other
1295            classes.
1296    
1297    2004-03-12  Bernhard Herzog  <[email protected]>
1298    
1299            Support views in addition to normal tables in the postgis
1300            shapestore
1301    
1302            * Thuban/Model/postgisdb.py
1303            (PostGISShapeStore._fetch_table_information): Add a fallback for
1304            the case where the table name is not in the geometry_columns
1305            table.  This is usually the case for views.  Also, set
1306            self.shapestore here.
1307            (PostGISShapeStore.ShapeType): No need to query the database all
1308            the time.  The shape type is now determined in
1309            _fetch_table_information
1310    
1311            * test/postgissupport.py (PostgreSQLServer.new_postgis_db)
1312            (PostgreSQLServer.get_static_data_db, PostGISDatabase.__init__):
1313            New parameter to specify views.
1314            (PostGISDatabase.has_data): Also compare the views.  New views
1315            parameter
1316            (PostGISDatabase.initdb): Create the views.
1317            (PostgreSQLServer.get_default_static_data_db): Add the v_landmarks
1318            view
1319    
1320            * test/test_postgis_db.py
1321            (TestPostGISShapestorePointFromViews): New.  Test a
1322            PostGISShapeStore with a view
1323            (TestPostGISShapestorePointOIDAsGIDColumn.setUp): Pass the name of
1324            the geometry_column explicitly to test whether that works
1325    
1326    2004-03-12  Bernhard Herzog  <[email protected]>
1327    
1328            Final step for explicit id/geometry columns: Loading and saving
1329    
1330            * Resources/XML/thuban-1.1.dtd: New.  Derived from thuban-1.0.dtd
1331            with the following changes:
1332            (dbshapesource): Two new attributes id_column and geometry_column
1333    
1334            * Thuban/Model/save.py (SessionSaver.write): Use the new dtd
1335            (SessionSaver.write_session): Use the new namespace
1336            (SessionSaver.write_data_containers): Write the new dbshapesource
1337            parameters
1338    
1339            * Thuban/Model/load.py (SessionLoader.__init__): New namespace for
1340            the new file format version
1341            (SessionLoader.start_dbshapesource): Handle the new db parameters
1342    
1343            * test/test_save.py: Update to the new dtd and namespace
1344            (SaveSessionTest.test_save_postgis): Update the NonConnectionStore
1345            mock object to provide a working IDColumn method.
1346    
1347            * test/test_load_1_0.py: New.  Copy of the test_load.py before
1348            today's changes but with the round-trip tests removed.
1349    
1350            * test/test_load_0_9.py: Update doc-string.
1351    
1352            * test/test_load.py: Update all .thuban files to the new dtd and
1353            namespace.
1354            (TestPostGISLayer.file_contents): Add the new dbshapesource
1355            paramters
1356    
1357    2004-03-11  Bernhard Herzog  <[email protected]>
1358    
1359            Next step for explicit id/geometry columns: User interaction
1360    
1361            * Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Rework how
1362            the dialog is constructed. Add combo boxes to select id and
1363            geometry column.  Rename some instance variables.
1364            (ChooseDBTableDialog.GetTable): Return id and geometry column
1365            names
1366            (ChooseDBTableDialog.OnTableSelect): New. Event handler for
1367            selections in the table list
1368    
1369            * Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): Use id_column
1370            and geometry_column
1371    
1372            * Thuban/Model/session.py (Session.OpenDBShapeStore): Add the new
1373            parameters for id_column and geometry column of PostGISShapeStore
1374            here as well.
1375    
1376            * Thuban/Model/postgisdb.py (type_map): Add ROWID psycog type.
1377            (_raw_type_map): New. Map raw PostgreSQL type ints to thuban types
1378            (PostGISConnection.GeometryTables): Use a better query to
1379            determine which relations in the database might be usable for
1380            shapestores.  Now supports views as well but is more PostgreSQL
1381            specific
1382            (PostGISConnection.table_columns): New. Somewhat experimental
1383            method to let the db dialogs provide lists of columns to users so
1384            that they can select id and geometry columns.
1385            (PostGISTable.__init__): The default value of the id_column
1386            parameter is now None it still means "gid" effectively, though.
1387            (PostGISTable.IDColumn): New introspection method to return a
1388            column object for the id column
1389            (PostGISShapeStore.GeometryColumn): New introspection method to
1390            return a column object for the geometry column
1391    
1392            * test/test_postgis_db.py
1393            (TestPostGISConnection.test_gis_tables_non_empty):
1394            Removed. Subsumed by the new:
1395            (TestPostGISConnection.test_gis_tables_with_views_and_tables):
1396            New. Tes the GeometryTables and table_columns methods with actual
1397            tables and views.
1398            (PointTests.test_id_column, PointTests.test_geometry_column):
1399            New. tests for the new methods.
1400            (TestPostGISShapestorePoint.setUp)
1401            (TestPostGISShapestorePointSRID.setUp)
1402            (TestPostGISShapestorePointExplicitGIDColumn.setUp): Fill the
1403            instance variables needed by the new tests
1404    
1405    2004-03-11  Bernhard Herzog  <[email protected]>
1406    
1407            * Thuban/UI/classgen.py (GenQuantilesPanel.GetList): The row
1408            numbers given to ReadValue are ordinals.
1409    
1410    2004-03-11  Bernhard Herzog  <[email protected]>
1411    
1412            Elimiate the requirement for PostGIS tables to have a column
1413            called "gid".
1414    
1415            * Thuban/Model/postgisdb.py (PostGISTable.__init__): New parameter
1416            id_column to specify which column to use to identify rows.  Also
1417            new instance variables id_column and quoted_id_column
1418            (PostGISTable.RowIdToOrdinal, PostGISTable.RowOrdinalToId)
1419            (PostGISTable.ReadRowAsDict, PostGISTable.ReadValue)
1420            (PostGISTable.SimpleQuery): Use the id column name provided to the
1421            constructor instead of "gid"
1422            (PostGISShapeStore.__init__): New parameter id_column analogously
1423            to PostGISTable.__init__.  This parameter is simply passed through
1424            to the base class constructor
1425            (PostGISShapeStore._create_col_from_description): Fix typo in
1426            doc-string
1427            (PostGISShapeStore.Shape, PostGISShapeStore.AllShapes)
1428            (PostGISShapeStore.ShapesInRegion): Use the id column name
1429            provided to the constructor instead of "gid"
1430    
1431            * test/postgissupport.py
1432            (PostgreSQLServer.get_default_static_data_db): New static table
1433            landmarks_point_id with an id column != "gid.  Update the comments
1434            a bit.
1435            (skip_if_addgeometrycolumn_does_not_use_quote_ident): Fix typo in
1436            doc-
1437            (upload_shapefile): New parameter gid_column to use a name other
1438            than "gid" for the column to store the shape ids
1439    
1440            * test/test_postgis_db.py (TableTests): New.  Mixin-class
1441            containing all tests previously in TestPostGISTable.  The actual
1442            tests are the same but the code is a bit more configurable to
1443            allow for different id columns etc.
1444            (TestPostGISTable): Derive from TableTests now for the actual
1445            tests.
1446            (TestPostGISTableExplicitGIDColumn): New. Like TestPostGISTable
1447            except that it the landmarks_point_id table to test the id_column
1448            parameter
1449            (PointTests): Extend the doc-string
1450            (TestPostGISShapestorePointExplicitGIDColumn)
1451            (TestPostGISShapestorePointOIDAsGIDColumn): New classes derived
1452            from PointTests to test the explicit id_column parameter.  One
1453            tests with the name of the column holding the shape ids, the other
1454            uses PostgreSQL's OID column.  For the latter a number of methods
1455            have to be overwritten to make them independent of the actual id
1456            values.
1457    
1458    2004-03-08  Silke Reimer  <[email protected]>
1459    
1460            Update debian directory:
1461    
1462            * debian/changelog: Added new version.
1463            * deiban/rules: Updated management of patches (with cbds)
1464            * debian/control: Added cbds to dependencies
1465            * debian/patches/*: New. Adds better support for patches of thuban in
1466                            debian
1467            * debian/menu: Syntax of menu changed slightly
1468            * debian/setup.py.patch: removed because it has been moved to
1469                            debian/patechs/setup.py.patch
1470            
1471    
1472    2004-02-26  Bernhard Herzog  <[email protected]>
1473    
1474            Create the Doc/technotes directory for text files with information
1475            for developers
1476    
1477            * Doc/technotes/README: New. README for the technotes
1478    
1479            * Doc/technotes/coding_guidelines.txt: New. Coding guidelines for
1480            Thuban
1481    
1482            * Doc/technotes/release_process.txt: New. Used to be
1483            HOWTO-Release.  Now slightly adapted to technote formatting style.
1484    
1485            * HOWTO-Release: Removed.  It's contents are now in
1486            Doc/technotes/release_process.txt
1487    
1488    2004-02-25  Bernhard Herzog  <[email protected]>
1489    
1490            * libraries/thuban/wxproj.cpp (get_wx_version): New.  Return the
1491            version of wxWindows the module was compiled with so we can check
1492            that against the wxPython version.
1493    
1494            * Thuban/version.py (thuban_branch, thuban_release): New variables
1495            controlling which and how Thuban versions are shown.  See the
1496            comments for details.
1497            (verify_versions): Also check that the wx version that wxproj is
1498            compiled against matches that of the wxPython we use at runtime
1499    
1500    2004-02-20  Bernhard Herzog  <[email protected]>
1501    
1502            * Extensions/wms/wms.py (epsg_code_to_projection): Use
1503            get_system_proj_file to read the epsg projections.  The old way
1504            depended on the current directory being the top Thuban directory.
1505    
1506    2004-02-20  Bernhard Herzog  <[email protected]>
1507    
1508            * Extensions/svgexport/test/test_svgmapwriter.py
1509            (TestVirtualDC.test_clippath): Remove a debug print
1510    
1511    2004-02-20  Bernhard Herzog  <[email protected]>
1512    
1513            * Extensions/svgexport/__init__.py: New.  Turn
1514            Extensions/svgexport into a package.
1515    
1516            * Extensions/svgexport/svgmapwriter.py: Reorder the imports and
1517            doc-string a bit.  The doc-string must come first, otherwise it's
1518            not a doc-string.  The __future__ import must be the first thing
1519            after the doc-string.  Use only double quotes in doc-strings.
1520            Single quotes trip up emacs syntax highlighting if the text
1521            contains apostrophes.
1522    
1523    2004-02-20  Bernhard Herzog  <[email protected]>
1524    
1525            * Extensions/svgexport/test/__init__.py,
1526            Extensions/svgexport/test/test_svgmapwriter.py: New. Initial test
1527            suite for svgexport
1528    
1529            * test/runtests.py (find_test_modules): New. Function with the
1530            module finding code from main.
1531            (main): Use find_test_modules to figure out the default test
1532            modules and take modules from Extensions.svgexport.test too.
1533    
1534    2004-02-19  Bernhard Herzog  <[email protected]>
1535    
1536            * Thuban/UI/application.py (ThubanApplication.OnInit): Make sure
1537            the mainwindow has a reference to the map of the initial session.
1538            This fixes a bug introduced with the fix for RT#2245
1539    
1540    2004-02-19  Bernhard Herzog  <[email protected]>
1541    
1542            * Extensions/svgexport/svgsaver.py,
1543            Extensions/svgexport/svgmapwriter.py,
1544            Extensions/svgexport/maplegend.py: Added again.  This time in the
1545            correct place.
1546    
1547    2004-02-17  Bernhard Herzog  <[email protected]>
1548    
1549            Fix for RT#2245
1550    
1551            * Thuban/UI/application.py (ThubanApplication.OnInit): Initialize
1552            instance variables before trying to create any windows.  Creating
1553            windows can start an event loop if e.g. message boxes are popped
1554            up for some reason, and event handlers, especially EVT_UPDATE_UI
1555            may want to access things from the application.
1556            (ThubanApplication.maps_changed): The mainwindow may not have been
1557            created yet, so check whether it has been created before calling
1558            its methods
1559    
1560            * Thuban/UI/view.py (MapCanvas.OnIdle): Only try to redraw if we
1561            have a map
1562    
1563    2004-02-17  Bernhard Herzog  <[email protected]>
1564    
1565            * test/test_svgmapwriter.py, Extensions/svgsaver.py,
1566            Extensions/svgmapwriter.py, Extensions/maplegend.py,
1567            extensions/svgexport/svgsaver.py,
1568            extensions/svgexport/svgmapwriter.py,
1569            extensions/svgexport/maplegend.py: Removed.  These files were in
1570            the wrong places or didn't work at all.
1571    
1572    2004-02-16  Bernhard Herzog  <[email protected]>
1573    
1574            * Thuban/UI/view.py (MapCanvas.Export): Remove accidentally added
1575            line
1576    
1577    2004-02-16  Bernhard Herzog  <[email protected]>
1578    
1579            * Thuban/UI/view.py (MapCanvas.Export): Avoid UnboundLocalError.
1580    
1581    2004-02-15  Markus Rechtien  <[email protected]>
1582            
1583            * Extensions/svgexport/svgmapwriter.py: New. Adds the capability
1584            to write a session to a file in SVG format.
1585            * Extensions/svgexport/svgsaver.py: New. Uses svgmapwriter.py
1586            to write a SVG map of a session.
1587            * Extensions/svgexport/maplegend: New. Writes a basic maplegend
1588            in SVG format for the current session.
1589    
1590    2004-02-13  Bernhard Herzog  <[email protected]>
1591    
1592            * Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): When the layer
1593            can't be created, return immediately after displaying the error
1594            message.
1595    
1596    2004-02-11  Bernhard Herzog  <[email protected]>
1597    
1598            Handle postgis tables with more than one geometry column.
1599    
1600            * Thuban/Model/postgisdb.py
1601            (PostGISTable._fetch_table_information): Delegate the creation of
1602            column objects to a different method so that we can extend that in
1603            derived classes
1604            (PostGISTable._create_col_from_description): New. Column object
1605            creation part of _fetch_table_information
1606            (PostGISShapeStore._create_col_from_description): New. Extend
1607            inherited method to handle geometry columns
1608            (PostGISShapeStore.__init__): New parameter geometry_column to
1609            specify which geometry column to use.  Optional but mandatory for
1610            tables with more than one geometry column
1611            (PostGISShapeStore._fetch_table_information): Also use the name of
1612            the geometry column when looking for the srid
1613            (PostGISShapeStore.ShapeType): Also use the name of the geometry
1614            column when looking for the shape type
1615    
1616            * test/test_save.py (SaveSessionTest.test_save_postgis): Adapt
1617            NonConnectionStore to changes in the PostGISShapeStore
1618    
1619            * test/test_postgis_db.py
1620            (TestPostGISSpecialCases.test_shapestore_two_geom_cols): Test
1621            PostGISShapeStore with tables having two geometry columns.
1622    
1623    2004-02-10  Bernhard Herzog  <[email protected]>
1624    
1625            Fix some postgis problems.  What remains to be done is real
1626            handling of SRIDs as they affect how reprojection is done
1627    
1628            * Thuban/Model/postgisdb.py (quote_identifier): Fix typo in
1629            doc-string
1630            (PostGISShapeStore._fetch_table_information): New. Extend
1631            inherited method to retrieve srid
1632            (PostGISShapeStore.BoundingBox): Handle tables without data.
1633            extent yields NULL for those
1634            (PostGISShapeStore.ShapesInRegion): Use the srid of the table.
1635    
1636            * test/test_postgis_db.py
1637            (TestPostGISSpecialCases.test_shapestore_empty_table): New test
1638            for the special case of a table without any data
1639            (TestPostGISShapestorePointSRID): New class with tests for a table
1640            that uses srids
1641            (PolygonTests): Fix a doc-string typo
1642    
1643            * test/postgissupport.py (PostGISDatabase.__init__): New parameter
1644            reference_systems with a specification of spacial reference
1645            systems to create in the new db.
1646            (PostgreSQLServer.new_postgis_db)
1647            (PostgreSQLServer.get_static_data_db): New parameter
1648            reference_systems to be passed through ultimately to
1649            PostGISDatabase.  In new_postgis_db also check whether an existing
1650            db already has the right srids
1651            (PostgreSQLServer.get_default_static_data_db): Add srids and a
1652            table that uses srids
1653            (PostGISDatabase.initdb): Create the entries for the reference
1654            systems
1655            (PostGISDatabase.has_data): Add reference_systems parameter to
1656            check for those too
1657            (upload_shapefile): New parameter srid to create tables with a
1658            specific srid
1659    
1660    2004-02-06  Frank Koormann  <[email protected]>
1661    
1662            * po/pt_BR.po: Fixed charset
1663    
1664    2004-02-05  Frank Koormann  <[email protected]>
1665    
1666            * po/pt_BR.po: Fixed format string for error message, missing %s
1667            added (Thuban/UI/application.py:273)
1668    
1669    2004-02-03  Frank Koormann  <[email protected]>
1670            
1671            First version of Portuguese (Brazilian) translation
1672    
1673            * po/pt_BR.po: New, translation of pot (2004-01-15 16:07+0300) for
1674            Brazilian Portuguese by Eduardo Patto Kanegae.
1675    
1676            * Thuban/UI/about.py (About.__init.py__): Added Eduardo to the list of
1677            translators.
1678    
1679    
1680    2004-01-22  Frank Koormann  <[email protected]>
1681    
1682            * Doc/manual/thuban-manual.xml: Added section on installation of
1683            Thuban under Win32 systems. Fixed image path references in the postgis
1684            section. Some minor source formattings.
1685    
1686    2004-01-21  Frank Koormann  <[email protected]>
1687    
1688            Make Thuban remember path selections (at least for one application run).
1689    
1690            * Thuban/UI/application.py (Application.OnInit): Initialize path as a
1691            attribute of application object. Path is a dictionary of
1692            strings, currently with the items "data" and "projection".  
1693            (Application.SetPath): New, stores path for the specified item.
1694            (Application.Path): New, return path for the specified item.
1695    
1696            * Thuban/UI/mainwindow.py
1697            (MainWindow.OpenSession, MainWindow.SaveSessionAs,
1698            MainWindow.AddLayer, MainWindow.AddRasterLayer,
1699            MainWindow.TableOpen): Access "data" path information of the
1700            application.
1701            
1702            * Thuban/UI/projdialog.py (ProjFrame._OnImport, ProjFrame._OnExport):
1703            Access "projection" path information of the application.
1704    
1705    2004-01-05  Bernhard Herzog  <[email protected]>
1706    
1707            * po/ru.po: Updated translations from Alex Shevlakov
1708    
1709    2004-01-05  Bernhard Herzog  <[email protected]>
1710    
1711            * po/Makefile, po/README: Move the description of how to generate
1712            the translation statistics to the README.
1713    
1714    2003-12-23  Bernhard Herzog  <[email protected]>
1715    
1716            * NEWS: Update for 1.0.0
1717    
1718            * po/it.po: Another update from Maurizio Napolitano
1719    
1720    2003-12-23  Bernhard Herzog  <[email protected]>
1721    
1722            * po/it.po: Updated translation from Maurizio Napolitano
1723    
1724    2003-12-23  Bernhard Herzog  <[email protected]>
1725    
1726            * Thuban/UI/join.py (JoinDialog.__init__): Mark one more string
1727            for translation
1728    
1729            * Thuban/UI/mainwindow.py (MainWindow.TableRename)
1730            (MainWindow.RenameMap, MainWindow.RenameLayer): Mark some more
1731            strings for translation
1732    
1733            * po/de.po: Update with the newly marked strings.
1734    
1735    2003-12-22  Bernhard Herzog  <[email protected]>
1736    
1737            * HOWTO-Release: Fix the places where version numbers have to be
1738            updated
1739    
1740    2003-12-22  Bernhard Herzog  <[email protected]>
1741    
1742            * setup.py (setup call): 1.0.0, yeah!
1743    
1744            * Thuban/version.py (longversion): 1.0.0, yeah!
1745    
1746            * Thuban/Model/load.py (SessionLoader.__init__): Accept the
1747            1.0.0 namespace too
1748    
1749            * Thuban/Model/save.py (SessionSaver.write_session): Save with
1750            1.0.0 namespace
1751    
1752            * test/test_load.py (LoadSessionTest.dtd)
1753            (TestSingleLayer.file_contents)
1754            (TestNonAsciiColumnName.file_contents)
1755            (TestLayerVisibility.file_contents)
1756            (TestClassification.file_contents, TestLabels.file_contents)
1757            (TestLayerProjection.file_contents)
1758            (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
1759            (TestLabelLayer.file_contents, TestPostGISLayer.file_contents)
1760            (TestPostGISLayerPassword.file_contents)
1761            (TestLoadError.file_contents, TestLoadError.test): Update for
1762            1.0.0 namespace
1763    
1764            * test/test_save.py (SaveSessionTest.dtd)
1765            (SaveSessionTest.testEmptySession)
1766            (SaveSessionTest.testSingleLayer)
1767            (SaveSessionTest.testLayerProjection)
1768            (SaveSessionTest.testRasterLayer)
1769            (SaveSessionTest.testClassifiedLayer)
1770            (SaveSessionTest.test_dbf_table)
1771            (SaveSessionTest.test_joined_table)
1772            (SaveSessionTest.test_save_postgis): Update for 1.0.0 namespace
1773    
1774    2003-12-22  Bernhard Herzog  <[email protected]>
1775    
1776            * Thuban/Model/load.py (SessionLoader.start_label): Make sure the
1777            alignment flags are byte strings not unicode and that they have
1778            valid values
1779    
1780            * test/test_load.py (TestLabelLayer): New. Test loading (and
1781            indirectly saving) of maps with labels.
1782    
1783    2003-12-22  Bernhard Herzog  <[email protected]>
1784    
1785            * Thuban/UI/tableview.py (TableGrid.OnDestroy)
1786            (TableGrid.__init__): Handle EVT_WINDOW_DESTROY in the grid to
1787            unsubscribe all subscribers.
1788            (LayerTableFrame.OnDestroy): Do not unsubscribe any messages from
1789            self.grid since it may already have been destroyed.
1790            Fixes RT #2256
1791    
1792    2003-12-19  Bernhard Herzog  <[email protected]>
1793    
1794            * po/fr.po, po/es.po: Updated translations from Daniel Calvelo
1795    
1796    2003-12-16  Bernhard Herzog  <[email protected]>
1797            
1798            * debian/bitmappath.patch, debian/setup.py.patch:
1799                    added to ensure compliance with FHS for debian
1800            * debian/rules, debian/changelog:
1801                added patches in rules to ensure compliance with FHS for debian
1802    
1803    2003-12-16  Bernhard Herzog  <[email protected]>
1804    
1805            * po/Makefile (mo): Make the output a bit nicer so that it prints
1806            statistics about the translations. Add a comment how produce even
1807            nicer statistics with sed.
1808    
1809    2003-12-09  Frank Koormann   <[email protected]>
1810    
1811            * Resources/Projections/defaults.proj:
1812            French projection sample with correct accents (UNICODE).
1813    
1814    2003-12-05  Bernhard Herzog  <[email protected]>
1815    
1816            * MANIFEST.in: Add the devtools directory
1817    
1818            * setup.py (setup call): Use license instead of licence. This
1819            silences a deprecation warning on Python 2.3
1820    
1821    2003-12-05  Frank Koormann   <[email protected]>
1822    
1823            Documentation synced with 1.0rc1
1824    
1825            * Doc/manual/thuban-manual.xml:
1826            Minor formatting changes and references to database layers .
1827            Introduction.Internationalization: New section on i18n.
1828            MapManagement.AddingandRemovingLayers: Added item on database layers.  
1829            MapManagement.TheLegend: Added section and screenshot on popup menu.
1830            ProjectionManagement: Updated screenshot and sentence on EPSG.
1831            Appendix.SupportedDataSources: Added PostGIS.
1832            Appendix.WorkingwithPostGIS: New section.
1833    
1834            * Doc/manual/images/6_projection.png: Updated screenshot including
1835            EPSG checkboxes.
1836    
1837            * Doc/manual/images/3_5_popup_menu.png: New, popup menu screenshot.
1838    
1839            * Doc/manual/images/app_postgis_add_layer.png,
1840            Doc/manual/images/app_postgis_db_add.png,
1841            Doc/manual/images/app_postgis_db_management.png:
1842            New screenshots focussing on database layers
1843    
1844    2003-12-05  Frank Koormann   <[email protected]>
1845    
1846            * Thuban/UI/projdialog.py (load_user_proj): If user.proj is missing
1847            write warning to stderr instead of rising a warning dialog
1848    
1849    2003-12-03  Bernhard Herzog  <[email protected]>
1850    
1851            Fix for RT #2243
1852    
1853            * Thuban/UI/mainwindow.py (MainWindow.has_selected_shape_layer):
1854            New. Like has_selected_layer but for shape layers only
1855            (_has_selected_shape_layer): New. Like _has_selected_layer but for
1856            shape layers only
1857            (layer_show_table command, layer_jointable command): Use these
1858            commands should only be available for shape layers
1859    
1860    2003-12-03  Bernhard Herzog  <[email protected]>
1861    
1862            * Thuban/UI/mainwindow.py (MainWindow.Unsubscribe): Deal with
1863            publishers that are wx objects and may have been destroyed by wx
1864            already. Fixes RT #2242.
1865    
1866    2003-12-03  Bernhard Herzog  <[email protected]>
1867    
1868            * po/ru.po: Updates from Alex Shevlakov
1869    
1870    2003-12-03  Silke Reimer <silkeintevation.de>
1871    
1872            * debian/control, debian/changelog: Added gdal-support to
1873                    debian package, updated to new thuban version
1874    
1875    
1876    2003-12-03  Bernhard Herzog  <[email protected]>
1877    
1878            * Thuban/Lib/version.py: New. Module for version number
1879            manipulations. The version of make_tuple here also deals better
1880            with more unusual version number strings, such as e.g.
1881            "1.2+cvs20031111"
1882    
1883            * Thuban/version.py (make_tuple): Removed. It's now in
1884            Thuban.Lib.version. Use that implementation instead.
1885    
1886            * test/test_lib_version.py: New. Tests for Thuban/Lib/version.py
1887    
1888    2003-12-02  Bernhard Herzog  <[email protected]>
1889    
1890            * MANIFEST.in: Add debian files
1891    
1892            * setup.py (setup call): Add packages for the Extensions so that
1893            they're installed too
1894            (data_files): Add READMEs and sample data from some Extensions
1895    
1896            * NEWS: Add note about the extensions in binary packages
1897    
1898    2003-12-02  Bernhard Herzog  <[email protected]>
1899    
1900            * Thuban/Model/save.py (SessionSaver.write_session): Save files
1901            with the thuban-1.0rc1
1902    
1903            * Thuban/Model/load.py (SessionLoader.__init__): Recognize the
1904            thuban-1.0rc1 namespace too
1905    
1906            * test/test_save.py (SaveSessionTest.dtd)
1907            (SaveSessionTest.testEmptySession)
1908            (SaveSessionTest.testSingleLayer)
1909            (SaveSessionTest.testLayerProjection)
1910            (SaveSessionTest.testRasterLayer)
1911            (SaveSessionTest.testClassifiedLayer)
1912            (SaveSessionTest.test_dbf_table)
1913            (SaveSessionTest.test_joined_table)
1914            (SaveSessionTest.test_save_postgis): Update to thuban-1.0rc1
1915            namespace
1916    
1917            * test/test_load.py (LoadSessionTest.dtd): Update to thuban-1.0rc1
1918            namespace
1919            (TestSingleLayer.file_contents)
1920            (TestNonAsciiColumnName.file_contents)
1921            (TestLayerVisibility.file_contents)
1922            (TestClassification.file_contents, TestLabels.file_contents)
1923            (TestLayerProjection.file_contents)
1924            (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
1925            (TestPostGISLayer.file_contents)
1926            (TestPostGISLayerPassword.file_contents)
1927            (TestLoadError.file_contents, TestLoadError.test): Update to
1928            thuban-1.0rc1 namespace
1929    
1930    2003-12-01  Bernhard Herzog  <[email protected]>
1931    
1932            * setup.py (proj4_prefix, wx_prefix, gdal_prefix): Fix these for
1933            nt to better match Intevation's current w32 setup
1934    
1935            * HOWTO-Release: Add note about updating MANIFEST.in
1936    
1937            * MANIFEST.in: Add the Extensions
1938    
1939            * NEWS: Update for 1.0rc1
1940    
1941    2003-12-01  Bernhard Herzog  <[email protected]>
1942    
1943            * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Change the wild
1944            cards for the dialog so that shapefiles ending in all uppercase
1945            SHP are listed too
1946    
1947    2003-11-28  Bernhard Herzog  <[email protected]>
1948    
1949            * Thuban/version.py (longversion): Update to 1.0rc1
1950    
1951            * setup.py (setup call): Update version to 1.0rc1. Use the
1952            [email protected] email address as author email instead of my
1953            personal one.
1954    
1955    2003-11-28  Bernhard Herzog  <[email protected]>
1956    
1957            * po/de.po: Update german translation.
1958    
1959    2003-11-28  Bernhard Herzog  <[email protected]>
1960    
1961            Unify the filenames stored in .thuban files so that the .thuban
1962            files are more platform independend
1963    
1964            * Thuban/Model/save.py (unify_filename): New. Unify filenames so
1965            that they can be used on both windows and unix
1966            (SessionSaver.prepare_filename): New. Handle all filename
1967            transformations for filenames stored in the thuban file
1968            (SessionSaver.write_data_containers, SessionSaver.write_layer):
1969            Use prepare_filename
1970    
1971            * test/test_save.py (SaveSessionTest.testSingleLayer)
1972            (SaveSessionTest.testLayerProjection)
1973            (SaveSessionTest.testRasterLayer)
1974            (SaveSessionTest.testClassifiedLayer)
1975            (SaveSessionTest.test_dbf_table)
1976            (SaveSessionTest.test_joined_table): Filenames are always stored
1977            with slashes on all currently supported platforms so adapt all
1978            tests to this
1979    
1980            * test/test_load.py (LoadSessionTest.filenames): With the new
1981            filename scheme the filenames in the tests should be
1982            understandable on all currently supported platforms so we turn
1983            this into an empty list because we don't have to normalize them
1984            anymore
1985    
1986    2003-11-28  Bernhard Herzog  <[email protected]>
1987    
1988            * test/test_layer.py (TestLayer.test_arc_layer_with_projection):
1989            Add the ellipsoid to the projection since some Proj versions
1990            complain if it's missing.
1991    
1992    2003-11-27  Bernhard Herzog  <[email protected]>
1993    
1994            Corect some bounding box projection problems
1995    
1996            * Thuban/Model/proj.py (Projection.InverseBBox): New. Inverse
1997            version of ForwardBBox
1998            (Projection._transform_bbox): New. common implementation of
1999            ForwardBBox and InverseBBox
2000            (Projection.ForwardBBox): Use _transform_bbox.
2001    
2002            * test/test_proj.py (TestProjection.test): Add test for
2003            InverseBBox
2004    
2005            * Thuban/Model/layer.py (Layer.LatLongBoundingBox)
2006            (Layer.ShapesBoundingBox, RasterLayer.LatLongBoundingBox): Use the
2007            new InverseBBox method to determine the unprojected bounding box
2008            (Layer.ShapesInRegion): Use the ForwardBBox method to project the
2009            bbox.
2010    
2011            * test/test_layer.py (TestLayer.test_point_layer_with_projection):
2012            Removed.
2013            (TestLayer.test_arc_layer_with_projection): New. This test is
2014            better able to test whether bounding boxes are projected correctly
2015            than test_point_layer_with_projection
2016    
2017            * Thuban/UI/viewport.py (ViewPort.map_projection_changed): Use
2018            InverseBBox to unproject bboxes
2019    
2020    2003-11-25  Bernhard Herzog  <[email protected]>
2021    
2022            * Thuban/UI/about.py (About.__init__): Make sure we have ASCII
2023            source code.
2024    
2025    2003-11-25  Bernhard Herzog  <[email protected]>
2026    
2027            * Thuban/Model/layer.py (Layer.__getattr__): Removed. It was only
2028            there for backwards compatibility and all code relying on that
2029            should have been updated by now.
2030    
2031    2003-11-25  Bernhard Herzog  <[email protected]>
2032    
2033            * test/test_load.py (TestClassification.test): Add the missing
2034            round trip test.
2035            (TestClassification.file_contents): Update to the newest file
2036            format
2037    
2038    2003-11-25  Bernhard Herzog  <[email protected]>
2039    
2040            Add very experimental (and possibly dangerous) extension to draw
2041            polygons:
2042    
2043            * Extensions/drawshape/README: New. Brief installation
2044            instructions
2045    
2046            * Extensions/drawshape/drawshape.py: New. Implementation of the
2047            drawshape extensions
2048    
2049            * Extensions/drawshape/patch.diff: Patch to apply before the
2050            extension can be used.
2051    
2052    2003-11-24  Bernhard Herzog  <[email protected]>
2053    
2054            * Thuban/Model/data.py (ShapefileStore._open_shapefile)
2055            (ShapefileStore.__init__): Factor opening the shapefile into a
2056            separate method (the new _open_shapefile). This makes the code a
2057            bit more readable but the real reason is that it makes some evil
2058            hacks easier. :-)
2059    
2060    2003-11-24  Bernhard Herzog  <[email protected]>
2061    
2062            * Thuban/Model/load.py (SessionLoader.check_attrs): If no
2063            converter is specified for an attribute assume it's a string
2064            containing only Latin1 characters. Update doc-string accordingly.
2065            This change should fix many places where unicode objects might
2066            accidentally enter Thuban.
2067    
2068            * test/test_load.py (TestNonAsciiColumnName): New test to check
2069            what happens with column names in DBF files that contain non-ascii
2070            characters
2071    
2072    2003-11-21  Bernhard Herzog  <[email protected]>
2073    
2074            Enable the experimental attribute editing again and introduce a
2075            command line switch to actually activate it
2076    
2077            * Thuban/UI/main.py (options): New. Container for options set on
2078            the commmand line
2079            (main): Add the --enable-attribute-editing flag.
2080    
2081            * Thuban/UI/identifyview.py (IdentifyView.__init__): If attribute
2082            editing is enabled use the grid ctrl which allows editing of the
2083            values
2084    
2085            * Thuban/Model/transientdb.py (AutoTransientTable.write_record):
2086            New. Just delegate this to the underlying table.
2087    
2088    2003-11-20  Bernhard Herzog  <[email protected]>
2089    
2090            * test/test_proj.py (ProjFileReadTests.test_read_unreadable_file):
2091            Skip this test if run under non-posix systems since it only works
2092            there
2093    
2094    2003-11-19  Bernhard Herzog  <[email protected]>
2095    
2096            * Thuban/Model/resource.py: Rework the way gdal support is
2097            determined so that we can give a reason in the about why gdal is
2098            not supported.
2099            (gdal_support_status): New. Variable holding a string with the
2100            reason for no gdal support
2101    
2102            * Thuban/UI/about.py (About.__init__): Add the reason why gdal is
2103            not supported to the message
2104    
2105    2003-11-19  Bernhard Herzog  <[email protected]>
2106    
2107            Remove the old table interface and its test cases
2108    
2109            * Thuban/Model/table.py (OldTableInterfaceMixin): Removed.
2110            (DBFTable, MemoryTable): Do not derive from OldTableInterfaceMixin
2111            anymore
2112    
2113            * Thuban/Model/transientdb.py (TransientTableBase)
2114            (AutoTransientTable): Do not derive from OldTableInterfaceMixin
2115            anymore
2116    
2117            * test/test_table.py: Removed since the old interface it tests is
2118            gone.
2119    
2120            * test/runtests.py (main): The old table interface is gone and
2121            with it the deprecation warnings so remove the code that turns
2122            these warnings into errors
2123    
2124    2003-11-19  Bernhard Herzog  <[email protected]>
2125    
2126            * test/test_table.py: Revert to revision 1.5 again. Changing the
2127            tests to use the new table interface is completely wrong since the
2128            whole purpose of the tests in this module is to test the old
2129            interface.
2130    
2131    2003-11-18  Bernhard Herzog  <[email protected]>
2132    
2133            * Thuban/Model/postgisdb.py (PostGISConnection.MatchesParameters):
2134            New. Test whether the connection matches a set of connection
2135            parameters
2136    
2137            * Thuban/UI/dbdialog.py (DBFrame.conns_changed): Fix doc-string
2138            (DBFrame.OnAdd): Use the new MatchesParameters method when looking
2139            for existing connections with the same parameters and break out of
2140            the loop correctly.
2141    
2142            * test/test_postgis_db.py (TestBriefDescription)
2143            (TestPostGISSimple.test_brief_description): Rename
2144            TestBriefDescription to TestPostGISSimple and the test method to
2145            test_brief_description so that we can add more test methods.
2146            (TestPostGISSimple.test_matches_parameters): New. Test the new
2147            MatchesParameters method
2148    
2149    2003-11-18  Bernhard Herzog  <[email protected]>
2150    
2151            * Thuban/Lib/connector.py (Publisher): Introduce a new flag,
2152            _was_destroyed, to indicate whether an publisher instance has
2153            already been destroyed.
2154            (Publisher.Unsubscribe): Only disconnect if the publisher has not
2155            been destroyed yet.
2156            (Publisher.Destroy): Set the _was_destroyed flag to true.
2157    
2158            * test/test_connector.py
2159            (TestPublisher.test_unsubscribe_after_destroy): New. Test that
2160            calling Unsubscribe after Destroy doesn't raise an exception
2161    
2162    2003-11-14  Bernhard Herzog  <[email protected]>
2163    
2164            * Thuban/UI/identifyview.py (IdentifyView.selected_shape): Fix
2165            typo in doc-string
2166    
2167    2003-11-13  Bernhard Herzog  <[email protected]>
2168    
2169            Quote table and column names properly for postgis.
2170    
2171            * Thuban/Model/postgisdb.py (quote_identifier): New. Function to
2172            quote an identifier for use in an sql statement
2173            (PostGISColumn.__init__): Add the quoted_name attribute
2174            (PostGISTable.__init__): New instance variable quoted_tablename
2175            (PostGISTable._fetch_table_information): Use the quoted table
2176            name. New isntance variable quoted_geo_col with a quoted version
2177            of geometry_column
2178            (PostGISTable.NumRows, PostGISTable.RowIdToOrdinal)
2179            (PostGISTable.RowOrdinalToId): Use the quoted table name
2180            (PostGISTable.ReadValue, PostGISTable.ValueRange)
2181            (PostGISTable.UniqueValues, PostGISTable.SimpleQuery)
2182            (PostGISShapeStore.BoundingBox, PostGISShapeStore.Shape)
2183            (PostGISShapeStore.AllShapes, PostGISShapeStore.ShapesInRegion):
2184            Use quoted table and column names
2185    
2186            * test/test_postgis_db.py (TestPostGISSpecialCases)
2187            (TestPostGISIgnoredColumns): Rename the class to
2188            TestPostGISSpecialCases because that better describes the new
2189            cases
2190            (TestPostGISSpecialCases.test_unsupported_types)
2191            (TestPostGISSpecialCases.test): Rename the method to
2192            test_unsupported_types because we need a more descriptive name now
2193            that there are more methods
2194            (TestPostGISSpecialCases.test_table_name_quoting)
2195            (TestPostGISSpecialCases.test_column_name_quoting)
2196            (TestPostGISSpecialCases.test_shapestore_name_quoting): New test
2197            cases to test quoting of table and column names in PostGISTable
2198            and PostGISShapeStore
2199    
2200            * test/postgissupport.py
2201            (skip_if_addgeometrycolumn_does_not_use_quote_ident): New. Skip if
2202            AddGeometryColumn desn't support table or column names with sapces
2203            or double quotes
2204    
2205    2003-11-12  Jan-Oliver Wagner <[email protected]>
2206    
2207            * Extensions/wms/__init__.py: New: Init to make this
2208            directory a package.
2209    
2210            * Extensions/wms/wms.py: New: Provide layers via OGC WMS.
2211    
2212    2003-11-11  Bernhard Herzog  <[email protected]>
2213    
2214            * Thuban/Model/resource.py (EPSG_DEPRECATED_PROJ_FILE): New.
2215            Constant for the file woth deprecated epsg projections
2216            (get_system_proj_file): Update doc-string
2217    
2218            * Thuban/UI/projdialog.py (ProjFrame.build_dialog): Add a space
2219            above the EPS widgets, introduce a check box for the deprecated
2220            eps projections and a label for the epsg widgets
2221            (ProjFrame._OnShowEPSG): Handle the deprecated EPSG projections
2222            too
2223    
2224    2003-11-11  Bernhard Herzog  <[email protected]>
2225    
2226            Avoid warnings when run under Python 2.3
2227    
2228            * Thuban/UI/baserenderer.py (BaseRenderer.draw_point_shape)
2229            (BaseRenderer.draw_label_layer): Coordinates must be ints.
2230    
2231            * Thuban/UI/renderer.py (MapRenderer.make_point): Turn this into a
2232            real method so that we can convert to int.
2233            (MapRenderer.label_font): The font size mist be an int.
2234    
2235            * Thuban/UI/common.py (Color2wxColour): The color values must be
2236            ints. Also, remove the unnecessary asserts.
2237    
2238            * test/test_load_0_8.py (TestUnicodeStrings.file_contents)
2239            (TestUnicodeStrings.test): Python source code should not contain
2240            non-ascii characters unless an encoding is specified in the file.
2241            Therefore use \x escapes in the string literals for non-ascii
2242            characters.
2243    
2244    2003-11-11  Bernhard Herzog  <[email protected]>
2245    
2246            * Thuban/Model/resource.py (get_system_proj_file): Add a filename
2247            parameter so that this function can be used for all proj files in
2248            Resource/Projections
2249            (DEFAULT_PROJ_FILE, EPSG_PROJ_FILE): New. Predefined filenames for
2250            get_system_proj_file
2251    
2252            * Thuban/UI/projdialog.py (ProjFrame.__init__): Instead of one
2253            ProjFile self.__sysProjFile use a dictionary of system ProjFile
2254            objects self._sys_proj_files
2255            (ProjFrame.build_dialog): Adapt to the new changes in the
2256            ProjectionList constructor. Add a check button to toggle whether
2257            EPSG projections are shown
2258            (ProjFrame._OnShowEPSG): New. Handler for the epsg check button
2259            events.
2260            (ProjFrame.load_user_proj, ProjFrame.load_system_proj): Only show
2261            the busy cursor if the files have not yet been loaded by the
2262            dialog.
2263            (ProjFrame.load_system_proj): Add a parameter for the name of the
2264            proj file. Maintain the dictionary of system projections
2265            self._sys_proj_files
2266    
2267            * Thuban/UI/projlist.py (ProjectionList): Merge the system_projs,
2268            user_projs parameters into one parameter proj_files which is a
2269            list of proj files.
2270            (ProjectionList._subscribe_proj_files)
2271            (ProjectionList._unsubscribe_proj_files): New. Move
2272            subscription/unsubscription of projfile messages to separate
2273            methods
2274            (ProjectionList.Destroy): The unsubscribe is now done in
2275            _unsubscribe_proj_files
2276            (ProjectionList.update_projections): We now have a list of proj
2277            file objects
2278            (ProjectionList.SetProjFiles): New method to set a new list of
2279            proj file objects
2280    
2281            * test/test_proj.py (ProjFileReadTests.test_get_system_proj_file):
2282            Specify explicitly which system proj file to load.
2283    
2284    2003-11-11  Bernhard Herzog  <[email protected]>
2285    
2286            * Thuban/Model/load.py (SessionLoader.Destroy): New. Clear all
2287            instance variables to cut cyclic references. The GC would have
2288            collected the loader eventually but it can happen that it doesn't
2289            run at all until thuban is closed (2.3 but not 2.2 tries a bit
2290            harder and forces a collection when the interpreter terminates)
2291            (load_session): Call the handler's Destroy method to make sure
2292            that it gets garbage collected early. Otherwise it will be
2293            collected very late if at all and it holds some references to e.g.
2294            shapestores and the session which can lead to leaks (of e.g. the
2295            temporary files)
2296    
2297            * test/test_load.py (TestSingleLayer.test_leak): New. test for the
2298            resource leak in load_session
2299    
2300    2003-11-10  Bernhard Herzog  <[email protected]>
2301    
2302            * Thuban/UI/baserenderer.py: Add a way to specify how layers in
2303            extensions are to be rendered.
2304            (_renderer_extensions): New. List with renderer for layers in
2305            extensions
2306            (add_renderer_extension): New. Add a renderer extension
2307            (init_renderer_extensions): New. Init the renderer extensions
2308            (BaseRenderer.render_map_incrementally): Search
2309            _renderer_extensions for how to draw unknown layer types
2310            (BaseRenderer.draw_raster_data): Add format parameter so that
2311            formats other than BMP can be drawn
2312            (BaseRenderer.draw_raster_layer): Pass an explicit format to
2313            draw_raster_data
2314    
2315            * Thuban/UI/renderer.py (raster_format_map): New. Mapping form the
2316            strings of the format parameter of draw_raster_data method to wx
2317            constants
2318            (MapRenderer.draw_raster_data): Add the format parameter and use
2319            raster_format_map to map it to the right wxwindows constant for
2320            wxImageFromStream
2321    
2322            * test/test_baserenderer.py (SimpleRenderer.draw_raster_data): Add
2323            the format parameter and record it
2324            (TestBaseRenderer.test_raster_no_projection): check the format
2325            paramter of the draw_raster_data method
2326            (TestBaseRenderer.test_renderer_extension): New. Test the renderer
2327            extension facility
2328    
2329    2003-11-07  Bernhard Herzog  <[email protected]>
2330    
2331            Tweak the usage of the sqlite database to make common use cases
2332            more responsive. In most cases copying the data to the sqlite
2333            database takes so long that using sqlite doesn't have enough
2334            advantages.
2335    
2336            * Thuban/Model/transientdb.py (TransientTableBase.ValueRange): Add
2337            comments about performance and query the min and max in separate
2338            statements because only that way will indexes be used.
2339            (TransientTableBase.UniqueValues): Add some comments about
2340            performance.
2341            (AutoTransientTable.ValueRange, AutoTransientTable.UniqueValues):
2342            Do not copy the data to the transient DB but use the transient
2343            copy if it exists. See the new comments for the performance trade
2344            offs
2345    
2346            * test/test_transientdb.py
2347            (TestTransientTable.test_auto_transient_table): Make sure that the
2348            data is copied to the transient database at some point.
2349    
2350    2003-11-03  Bernhard Herzog  <[email protected]>
2351    
2352            * Thuban/Model/data.py (ShapefileStore.ShapesInRegion): Bind some
2353            globals to locals so that it's a bit faster
2354    
2355    2003-11-03  Bernhard Herzog  <[email protected]>
2356    
2357            * Thuban/UI/baserenderer.py
2358            (BaseRenderer.draw_shape_layer_incrementally): Use the ReadValue
2359            method. ReadValue is faster than ReadRowAsDict since it only reads
2360            one cell especially now that the dbf file objects actually
2361            implement it.
2362    
2363            * Thuban/Model/table.py (DBFTable.ReadValue): Use the new
2364            read_attribute method of the dbf objects
2365    
2366    2003-11-03  Bernhard Herzog  <[email protected]>
2367    
2368            * Extensions/profiling/profiling.py (popup_dialog_box): New config
2369            variable to indicate whether the result should be shown in a
2370            dialog box
2371            (profile_screen_renderer, time_screen_renderer): Only show a
2372            dialog box if popup_dialog_box is true.
2373            (profile_screen_renderer): Flush stdout after the printing the
2374            first part of the "profiling..." message
2375    
2376            * Thuban/UI/baserenderer.py
2377            (BaseRenderer.draw_shape_layer_incrementally): Cache the pens and
2378            brushes for the groups so that they're not created over and over
2379            again
2380    
2381            * Thuban/Model/classification.py (Classification.__getattr__)
2382            (Classification._compile_classification)
2383            (Classification._clear_compiled_classification): New. Methods to
2384            manage a 'compiled' representation of the classification groups
2385            which is created on demand
2386            (Classification.InsertGroup, Classification.RemoveGroup)
2387            (Classification.ReplaceGroup): reset the compiled representation
2388            (Classification.FindGroup): Use the compiled representation to
2389            find the matching group
2390            (ClassGroupRange.GetRangeTuple): New. Return the range as a tuple
2391    
2392    2003-10-31  Bernhard Herzog  <[email protected]>
2393    
2394            * Thuban/Model/classification.py (Classification.SetDefaultGroup):
2395            Send a CLASS_CHANGED message
2396            (Classification.RemoveGroup): Send a CLASS_CHANGED message and do
2397            not return the removed group since it wasn't used.
2398    
2399            * test/test_classification.py
2400            (TestClassification.test_set_default_group): New. Test the
2401            SetDefaultGroup method
2402            (TestClassification.test_insert_group): New. Test the InsertGroup
2403            method
2404            (TestClassification.test_remove_group): New. Test the RemoveGroup
2405            method
2406            (TestClassification.test_replace_group): New. Test the
2407            ReplaceGroup method
2408    
2409    2003-10-31  Bernhard Herzog  <[email protected]>
2410    
2411            * test/test_classification.py (TestClassification.setUp):
2412            Subscribe to the CLASS_CHANGED messages
2413            (TestClassification.tearDown): New. Destroy the classification
2414            properly
2415            (TestClassification.test_defaults): Add tests for the default line
2416            width and whether no messages were sent yet
2417            (TestClassification.test_set_default_properties): Add tests for
2418            messages and setting the default line width
2419            (TestClassification.test_add_singleton)
2420            (TestClassification.test_add_range)
2421            (TestClassification.test_multiple_groups): Add tests for messages
2422    
2423    2003-10-31  Bernhard Herzog  <[email protected]>
2424    
2425            Some more refactoring in preparation for new tests:
2426    
2427            * test/test_classification.py (TestClassification.setUp): New.
2428            Instantiate the classification here. Update the test methods
2429            accordingly.
2430            (TestClassification.test_multiple_groups): Make sure that the two
2431            singletons matching 1 are considered different.
2432    
2433    2003-10-31  Bernhard Herzog  <[email protected]>
2434    
2435            * test/test_classification.py (red, green, blue): New. These
2436            constants were used in several cases. Update the relevant methods.
2437            (TestClassification.test_defaults)
2438            (TestClassification.test_set_default_properties)
2439            (TestClassification.test_add_singleton)
2440            (TestClassification.test_add_range)
2441            (TestClassification.test_multiple_groups)
2442            (TestClassification.test_deepcopy): New. These were formerly all
2443            part of the single method test.
2444            (TestClassification.test_deepcopy): Removed.
2445            (TestClassIterator): Removed. The test case is now a method of
2446            TestClassification since it tests part of the public interface of
2447            Classification
2448            (TestClassification.test_iterator): New. Used to be
2449            TestClassIterator effectively
2450    
2451    2003-10-31  Jan-Oliver Wagner <[email protected]>
2452    
2453            GUIfied the functions of the profiling extension.
2454    
2455            * /Extensions/profiling/__init__.py: New: Init to make this
2456            directory a package.
2457    
2458            * Extensions/profiling/profiling.py: Moved menu entries to
2459            the Extensions menu. Applied _() for strings.
2460            (profile_screen_renderer): Catch the detailed printout and present
2461            it in a dialog.
2462            (time_screen_renderer): Raise a dialog to present the result instead
2463            of printing it to stdout.
2464    
2465    2003-10-31  Bernhard Herzog  <[email protected]>
2466    
2467            * test/test_classification.py (TestClassGroupProperties)
2468            (TestClassGroup, TestClassGroupDefault, TestClassGroupRange)
2469            (TestClassGroupSingleton, TestClassIterator, TestClassification):
2470            Split TestClassification into several classes, one for each class
2471            being tested. TestClassification itself now only tests
2472            Classification. This split makes changes to the tests a bit easier
2473    
2474    2003-10-31  Bernhard Herzog  <[email protected]>
2475    
2476            * Extensions/profiling/profiling.py: New. Extension to measure
2477            Thuban performance
2478    
2479    2003-10-31  Frank Koormann <[email protected]>
2480    
2481            Added two items to legend popup menu: Remove Layer and Show Layer Table
2482    
2483            * Thuban/UI/legend.py (LegendPanel._OnRemoveLayer,
2484            LegendPanel._OnShowTable): New event handlers, call the corresponding
2485            mainwindow methods.
2486            (LegendTree._OnRightClick): Added items to popup menu.
2487    
2488    2003-10-30  Bernhard Herzog  <[email protected]>
2489    
2490            * Thuban/UI/dialogs.py (ThubanFrame.__init__): Handle
2491            EVT_WINDOW_DESTROY
2492            (ThubanFrame.OnDestroy): New. Handler for EVT_WINDOW_DESTROY. Does
2493            nothing but is convenient for the derived classes.
2494    
2495            * Thuban/UI/tableview.py
2496            (TableFrame.OnDestroy, LayerTableFrame.OnDestroy): New.
2497            Unsubscribe the messages here not in OnClose because that might
2498            get called multiple times. Fixes RT #2196
2499            (TableFrame.OnClose, LayerTableFrame.OnClose): Removed. Not needed
2500            anymore.
2501    
2502            * README: Update the minimum requirement for wxPython. Since we
2503            now use the EVT_WINDOW_DESTROY event, we need at least 2.4.0.4,
2504            the version in which that was introduced for all platforms
2505    
2506    2003-10-30  Frank Koormann <[email protected]>
2507    
2508            * Thuban/UI/join.py (JoinDialog.OnJoin): Wrapped the major parts of
2509            the join process in a ThubanBeginBusyCursor, ThubanEndBusyCursor
2510            frame.
2511    
2512    2003-10-30  Jan-Oliver Wagner <[email protected]>
2513    
2514            Improved APR import extension, added further EPSG definitions
2515            and some cleanup regarding string class.
2516    
2517            * test/test_proj.py (TestProjection.test_get_projection_units_geo):
2518            Added test for alias 'longlat'.
2519    
2520            * Resources/Projections/epsg-deprecated.proj: New. Contains
2521            deprecated EPSG definitions.
2522    
2523            * Extensions/importAPR/odb.py (ODBBaseObject.TreeInfo): Added
2524            the variable names for objects.
2525    
2526            * Extensions/importAPR/apr.py (APR_BLnSym, APR_BMkSym, APR_BShSym): New.
2527            Copied from importAPR and provided with documentation.
2528    
2529            * Extensions/importAPR/importAPR.py (APR_BLnSym, APR_BMkSym, APR_BShSym):
2530            Moved to apr.py.
2531            (APR_View): Added object ref 'ITheme'.
2532    
2533            * Thuban/Lib/fileutil.py, Thuban/UI/proj4dialog.py: Replaced string
2534            split function by corresponding use of the string class method.
2535    
2536            * Thuban/Model/xmlwriter.py: Replaced string replace function by
2537            corresponding string method.
2538    
2539    2003-10-29  Bernhard Herzog  <[email protected]>
2540    
2541            * Thuban/UI/baserenderer.py
2542            (BaseRenderer.draw_shape_layer_incrementally): Speed up the
2543            special case of a classification that only has the default group
2544    
2545  2003-10-27  Bernhard Herzog  <[email protected]>  2003-10-27  Bernhard Herzog  <[email protected]>
2546    
2547          * po/fr.po, po/es.po: Updated translations from Daniel Calvelo          * po/fr.po, po/es.po: Updated translations from Daniel Calvelo
# Line 3161  Line 5705 
5705          Fix problem of hidden properties dialog under windows after double          Fix problem of hidden properties dialog under windows after double
5706          click on layer tree:          click on layer tree:
5707          The tree control always gets an Expanded / Collapsed event after          The tree control always gets an Expanded / Collapsed event after
5708          the ItemActivated  on double click, which raises the main window again.         We add a second ItemActivated event to the queue, which simply          the ItemActivated  on double click, which raises the main window again.
5709            We add a second ItemActivated event to the queue, which simply
5710          raises the already displayed window.          raises the already displayed window.
5711    
5712          * Thuban/UI/legend.py (LegendTree.__init__): Instance variable          * Thuban/UI/legend.py (LegendTree.__init__): Instance variable

Legend:
Removed from v.1878  
changed lines
  Added in v.2422

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26