/[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 2021 by bh, Wed Dec 3 18:57:06 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]>  2003-12-03  Bernhard Herzog  <[email protected]>
1850    
1851          Fix for RT #2243          Fix for RT #2243
# Line 3857  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.2021  
changed lines
  Added in v.2422

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26