/[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 165 by bh, Fri May 10 09:35:06 2002 UTC revision 2333 by jan, Tue Aug 10 00:24:15 2004 UTC
# Line 1  Line 1 
1    2004-08-10  Jan-Oliver Wagner <[email protected]>
2    
3            * Doc/technotes/coding_guidelines.txt: Added rule 'Method names start with
4            lower case letter'
5    
6    2004-08-09  Jan Sch�ngel  <[email protected]>
7    
8            * ChangeLog: Rewrite the last ChangeLog entry to follow
9            the standard way.
10    
11            * Extensions/umn_mapserver/mapfile: Moved the import AnnotationLayer to
12            the function where it is needed, because it don't works if it stands
13            at the beginning.
14            (MF_Layer.__init__): Removed the extra numclassed variable. Now
15            numclasses from the mapscript will be used.
16            (MF_Layer.get_index): New. Return the index of the layer in mapfile.
17            (MF_Layer.set_classes): New. A Classlist will be set to the layer.
18            (MF_Layer.set_metadata): New. A Metadata mapscript object will set.
19            (MF_Layer.remove_allclasses): New. All class of the layer will remove.
20            (MF_Map.create_new_layer): New. A new Layer is created and associated
21            with the mapscript object.
22            (MF_Map.set_layerorder): New. The Layer order like in thuban is set in
23            the mapscript.
24            (MF_Map.add_thubanlayer): Now a new layerobj is created if no one is
25            linked to the layer in thuban, else the layerobject linked to the
26            thubanlayer will be used.
27            AnnotationLayer will now store the filename of the shapefile.
28            (MF_Map.remove_layer): If a layer is removed the associated object
29            must be set new.
30            
31            * Extensions/umn_mapserver/mf_export.py(tb_layer_to_map): Add all
32            layers which are exists in thuban to the mapobj. All removed Layers
33            will be removed from the mapobj.
34            Added comments to all functions.
35            (thuban_to_map): No layer will be removed here.
36            
37            * Extensions/umn_mapserver/mf_handle.py
38            (_has_umn_mapobj_and_selectedlayer): Activating the layer menu. Now
39            Layersettings for the mapserver kann be edited.
40    
41            * Extensions/umn_mapserver/mf_import.py: Now all layers which are
42            imported, will be linked with the associated MF_Layer.
43            (import_mapfile): All layers, which are not selected, will be removed.
44            Disable the "import layer from mapfile" menu option.
45    
46            * Extensions/umn_mapserver/sample/iceland.map: Set the status of the
47            Annotation Layer from DEFAULT to OFF. The DEFAULT setting turns the
48            layer on permanently.
49    
50    2004-08-03  Jan Sch�ngel  <[email protected]>
51    
52            * Extensions/umn_mapserver/mapfile.py(MF_Metadata.remove_allmetadata):
53            New. This function removes all metadata
54            (MF_Layer.set_group): New. Set the group setting.
55            (MF_Layer.get_group): New. Get the group setting.
56            (MF_Map): Removed the extra numlayers variable, used the mapscript
57            parameter instead.
58            (MF_Map.get_numlayers): New. This get numlayers.
59            (MF_Map.remove_all_layers): New. Removes all layers from the mapobj.
60            (MF_Map.add_thubanlayer): Replaced the exception handling by a check
61            if the object is an instance. Also added the annotation layer here to
62            export, but only the layer is created in the mapfile.
63    
64            * Extensions/umn_mapserver/mf_export.py(export_mapfile): Removed
65            the check if a mapobj exist, because its not needed anymore. The
66            export function is only available if a mapobj exist.
67            Use the new function to remove all layers.
68            
69            * Extensions/umn_mapserver/mf_handle.py(Layer_Dialog): Added a group
70            option and the metadata button. The layer dialog is temporary disabled.
71            (Metadata_CustomDataTable): Added some functions to show the grid
72            correct.
73    
74            * Extensions/umn_mapserver/mf_import.py: Moved the code for showing
75            the number of layer from import_mapfile to this function.
76            (AnnotationLayer): New. This Class shows the Annotation layer in
77            thuban. The layer don't do anything. It's only to show the layer
78            and to save the layer order.
79            (add_annotationlayer): New. Import an annotation layer to thuban.
80            (select_layer2import): New. Import only layers to thuban and not
81            the other settings like projection or scalebar.
82            (create_new_mapfile): Moved the _has_umn_mapobj function and the
83            create_new_mapfile functions from mf_handle.py to mf_import.py.
84            
85            * Extensions/umn_mapserver/sample/iceland.map: Added the group
86            parameter to the roads and cultural layers. Also added a new
87            Annotation Layer for the cultural points.
88    
89            * Extensions/umn_mapserver/sample/iceland.html: Added the select
90            option for the annotation layer.
91    
92            * Extensions/umn_mapserver/sample/index.html: Added the start
93            parameter for the annotation layer.
94    
95    2004-08-01  Jan-Oliver Wagner <[email protected]>
96    
97            * Doc/manual/thuban-manual-de.xml (Chapter Session Management):
98            translation completed.
99    
100            * Doc/manual/thuban-manual.xml (Chapter Session Management):
101            Fixed unprecise description for Save Session.
102    
103    2004-07-31  Jan-Oliver Wagner <[email protected]>
104    
105            Started translation of Users Manual into german.
106    
107            * Doc/manual/thuban-manual-de.xml: New. German Users Manual.
108    
109            * Doc/manual/Makefile: Added build instructions for german
110            users manual.
111    
112            * Doc/manual/thuban-manual.xml: Minor corrections in Introduction.
113    
114    2004-07-28  Jan Sch�ngel  <[email protected]>
115    
116            * Extensions/umn_mapserver/mapfile.py(MF_Metadata): Changed all class
117            functions. Now all metadata will handle by the function and its not
118            needed to initialize it from outside. Therefor the associated mapobj
119            will be stored in the Metadata Object. So we can use the special
120            functions from the associated mapobj to get the Metadata.
121            Therefor all initialization code for the metadata is removed from the
122            other classes.
123            (MF_Layer): Added a function to get the metadata object.
124            (MF_Map): Added a function to set the mappath, the path where
125            the mapfile ist stored.
126    
127            * Extensions/umn_mapserver/mf_export.py(thuban_to_map): Changed the code
128            to set the extent in the mapfile. Now the code is set by the displayed
129            data in the Thuban-view.
130            (export_mapfile): The shapepath is now set empty, until relative
131            pathnames are supported.
132    
133            * Extension/umn_mapserver/mf_handle.py: Added a dialog to handle
134            metadata. Yet only mapfile metadata are supported. Layer and class
135            supported are not implemented.
136            Added a dialog to handle layer informations. The dialog only shows the
137            selected layer at the moment.
138    
139            * Extensions/umn_mapserver/mf_import.py(import_mapfile): Changed the
140            code for setting the extent in thuban. Now the extent is set to the
141            given extent from the mapfile.
142            Fixed a logical mistake. Now the extent is set when realy a layer is
143            loaded, and not if one is selected to load.
144    
145            * Extensions/umn_mapserver/sample/iceland.html: Added code to zoom and
146            move the shown map in the browser.
147    
148            * Extensions/umn_mapserver/sample/iceland.map: Added a new metadata
149            line to the mapobj and added metadata to the political layer.
150    
151            * Extensions/umn_mapserver/test/test_mapserver.py: Changed the test
152            for Metadata.
153    
154    2004-07-26  Martin Schulze  <[email protected]>
155    
156            * Thuban/Lib/classmapper.py (ClassMapper.has): Added the new
157            ClassMapper
158    
159            * test/test_classmapper.py (TestMapping.test_mapper): Added a Test
160            case for the new ClassMapper
161    
162    
163    2004-07-22  Bernhard Herzog  <[email protected]>
164    
165            * Thuban/UI/viewport.py (ViewPort.VisibleExtent): New.  Return the
166            visible extent of the map in projected coordinates
167    
168            * test/test_viewport.py (SimpleViewPortTest.test_default_size)
169            (SimpleViewPortTest.test_init_with_size): Add some VisibleExtent()
170            tests.
171            (SimpleViewPortTest.test_visible_extent): New. The real test for
172            VisibleExtent()
173    
174    2004-07-22  Bernhard Herzog  <[email protected]>
175    
176            * test/test_viewport.py: Use support.run_tests as the main
177            function when running asa script.
178    
179    2004-07-22  Jan Sch�ngel <[email protected]>
180    
181            * Extensions/umn_mapserver/mf_export.py: Added "import os"
182            Removed the old "import Thuban.UI.mainwindow" code.
183            (tbextent_to_map): Removed the extra function and at the code direct
184            to "thuban_to_map" function.
185            (write_creatorcomment): Added. Now a short comment is added to the
186            beginning of an generated mapfile.
187            (export_mapfile): Now the Path and filename are saved in to variables,
188            and not together in one variable. This is needed for the new
189            write_creatorcomment function.
190                    
191            * Extensions/umn_mapserver/mf_import.py (import_mapfile): Added the
192            import module "re". Also added Range and the ClassGroupRange import
193            from Thuban. Both are needed for the new range expression import.
194            (create_rangeexpression): Added. Creates a Range Expression in Thuban
195            style from a given mapfile expression.
196            (added_rasterlayer): Make some small code changes. The shapepath is
197            now stored in an extra variable and the clazz_name is set empty if no
198            class name set in the mapfile.
199            Changed the Error message for Range Expressions, becaus the new
200            function create a error string which will be shown in the dialog.
201    
202            * Extensions/umn_mapserver/test/test_mapserver.py: Added a test for the
203            range expression import.
204    
205    2004-07-21  Jan-Oliver Wagner <[email protected]>
206    
207            * Extensions/umn_mapserver/README: Added hint that
208            installation as root can be avoided. Removed all tabs.
209    
210    2004-07-16  Bernhard Herzog  <[email protected]>
211    
212            * test/test_viewport.py
213            (ViewPortTest.test_changing_map_projection): Check that changing
214            the projection of an empty map shown in a viewport doesn't lead to
215            exceptions in the viewport's handler for the
216            MAP_PROJECTION_CHANGED messages
217    
218            * Thuban/UI/viewport.py (ViewPort.map_projection_changed): Only
219            try to keep the same region visible when the map actually contains
220            something
221    
222    2004-07-15  Jan Sch�ngel <[email protected]>
223    
224            * Extensions/umn_mapserver/mapfile.py: Added a function to get the
225            mappath directly from the mapobj. Is needed because of the changes
226            in mf_import.py.
227            (MF_Layer.add_thubanclass): Added a new comment.
228            (MF_Map.set_extent): Fixed a bug with exporting empty mapobj. If the
229            mapobj is empty there is no extent get from thuban an so no one can
230            set to th mapobj.
231            
232            * Extensions/umn_mapserver/mf_import.py (import_mapfile): Updated
233            the discription.
234            Split the funktion in to three smaller ones. The new functions are
235            add_rasterlayer, add_polygonlayer and select_layer2import.
236            Removed the mapfilepath and filepath initialisation, because its know
237            include in the new functions.
238            Now nothing will be imported if cancel is pressed in the
239            layer choice dialog.
240    
241    2004-07-14  Jan Sch�ngel <[email protected]>
242    
243            * Extensions/umn_mapserver/mapfile.py: Added ClassGroupDefault to
244            import.
245            (MF_Symbolset): Removed the extra variable for numsymbols.
246            (MF_Class.__init__): Added a comment to the exception clause.
247            Removed the extent init, because it was not needed anymore.
248            (MF_Layer.add_thubanclass): Added the code to set the class name to
249            the expression value from thuban if no label is defined.
250            Added the code to export Range expressions from thuban to the mapfile.
251            (MF_Map.set_extent): Removed the exception and replace it by some if
252            code. If the size of a map is not defined the size will be set to 1,1.
253            This is necessary because if the extent is set, mapscript checks if
254            the size is greater than zero.
255            (MF_Web): Added the get and set function for the template.
256    
257            * Extensions/umn_mapserver/mf_export.py: Added the function to check
258            if a mapobject exists and used it to set the status of the menu items.
259            If no mapfile exists the settings could not be edditied.
260            Define after which menuitem the exportitem will include.
261            
262            * Extensions/umn_mapserver/mf_handle.py: Removed the import
263            Thuban.UI.mainwindow clause, because it is not needed.
264            Added the command Refresh() to all "OnChangeColor()" functions,
265            because the color preview window was not updated on a color change.
266            Added the function to check if a mapobject exists and used it to set the
267            status of the menu items. If no mapobject exists the settings could not
268            be edditied.
269            (Map_Dialog): Moved the imagetype selector from the
270            Outputformat_Dialog to Map_Dialog and removed Outputformat_Dialog.
271            (Web_Dialog): Removed the name label and added the template textbox.
272    
273            * Extensions/umn_mapserver/mf_import.py (import_mapfile): Replace
274            the exception handling on loading the layers by an if statement. It
275            is not necessary to us the exception there.
276            The Filepath creation now use os.path.join to build the path.
277    
278            * Extensions/umn_mapserver/test/test_mapserver.py: Moved the testMap
279            definition from global to the setUp function. Now the testMap will
280            initialize new on each test.
281    
282            * Extensions/umn_mapserver/sample/iceland.map: Include three new
283            classes in the Line Layer, to test logical Expressions.
284            Set the status of the class "Point9" in the Point Layer to off
285            
286    2004-07-13  Bernhard Herzog  <[email protected]>
287    
288            * Thuban/UI/baserenderer.py
289            (BaseRenderer.render_map_incrementally): Fix a logic bug in the
290            optimization that tries not to draw layers under a raster layer.
291            The bug was harmless.  All it effectively did was to produce The a
292            strange messages about not being able to draw Layer instances for
293            all vector layers below a raster layer which would be invisible
294            anyway because the raster layer currently always covers the entire
295            window
296    
297    2004-07-08  Jan Sch�ngel <[email protected]>
298    
299            * Extensions/umn_mapserver/mapfile.py: Added code to generade and get
300            a list of supported outputformats. This formats are not alle supported
301            because there is no possibility to get the outputformat without the
302            name known. Make some formal changes to the code.
303            (MF_Map.set_name()): Fixed a bug if the name is None.
304    
305            * Extensions/umn_mapserver/mf_handle.py: Removed the image_type import
306            statement, because its not needed anymore. The Outputformat is now
307            given as string from the object. Make some formal changes to the code.
308    
309            * Extensions/umn_mapserver/test/test_mapserver.py: Added new test for
310            most of the new setting which were added during the last changes.
311            Removed the MF_Size Test.
312            
313            * Extensions/umn_mapserver/test/test.map: Added a new class to the
314            cultural Layer to test expressions and the the status of that layer
315            from on to default.
316            Changed the data path the the correct Thuban Data
317            Added the Outputformat Object and Symbol Object
318            
319    2004-07-07  Jan Sch�ngel <[email protected]>
320    
321            * Extensions/umn_mapserver/mapfile.py: Added some new
322            settings to edit (outputformat, label, imagetype)
323    
324            * Extensions/umn_mapserver/mf_handle.py: Added some setting to
325            the Label Dialog and add the OutputDialog.
326            Make some changes to the code order.
327    
328    2004-07-06  Jan Sch�ngel <[email protected]>
329    
330            * Extensions/umn_mapserver/mapfile.py: Added the symbolObj, pointObj
331            and line Obj and add the scalebar_status_type, scalebar_style_type and
332            scalebar_position_type.
333            Added the symbol- and symbolsetObject (MF_Symbol,MF_Symbolset). The
334            are only used to create a Symbol like the circle in Thuban.
335            Added the scalebarObject (MF_Scalebar)
336            (MF_Class): Added set_status and get_status.
337            (MF_Layer.add_thubanclass): Added code to set the class status
338            (MF_Map): Added code to handle the symbols and scalebar
339            (MF_Label): Added the set_partials and get_partials functions
340            
341            * Extensions/umn_mapserver/mf_export.py: Added MF_Symbol to import
342            from mapfile. Added a function to create a circle object like the one
343            from thuban if no one exists.
344            
345            * Extensions/umn_mapserver/mf_handle.py: All colors are now set when
346            press ok in the assosiated dialog and not at the end of the
347            colordialog.
348            Added the Dialog for the Scalebar.
349            (Label_Dialog): Added the offset option
350    
351            * Extensions/umn_mapserver/mf_import.py: Added code to import the
352            status of the Classes.
353            Fixed a bug with the projection. Now the to_meter parameter will be
354            added to the Projection only if it doesn't exists.
355    
356    2004-07-01  Jan Sch�ngel <[email protected]>
357    
358            Added the functionality to handle the content thuban is not
359            able to handle directly.
360    
361            * Extensions/umn_mapserver/mf_handle.py: New. This module extents
362            Thuban with the possibility to edit the mapfile content.        
363            
364            * Extensions/umn_mapserver/mf_import.py: Added the possibility
365            to import mapfiles without any layer selected. So it is possible
366            to edit the other settings in a mapfile.
367            (import_mapfile): Added code to use the editing functions.
368            Added the possibility to import the projection to a layer if one
369            is defined.
370            Status settings (On,Off) will now set in thuban (visible, invisible).
371            fixed a bug with with classnames. If no classname is set in mapfile
372            the value in Thuban will set to the expression.
373            
374            * Extensions/umn_mapserver/mf_export.py(export_mapfile): Added the
375            possibility to save a new mapfile or use the old one which is
376            imported or new created.
377            Added code to use the editing functions.
378            Remove some not needed import statements
379    
380            * Extensions/umn_mapserver/mapfile.py: Added new types which are
381            need for the editing functions.
382            Added needed set-functions for the editing functions.
383            Added the possibility to export rasterimages.
384            Added new classes (MF_Web, MF_Label, MF_Legend, MF_Symbol,
385            MF_SymbolSet). MF_Symbol and MF_SymbolSet are not needed at the
386            moment.
387            (MF_Class.set_thubanstyle): Now point layers will set to a default
388            symbol to show a circle in mapserver and not only a 1px dot.
389            (MF_Style.__init__): Fixed a bug with the color. Color was not set
390            correct before.
391            (MF_Size): Removed, because it is not needed.
392            
393            * Extensions/umn_mapserver/README: Added the hints to use the
394            export and editing functions, too.
395    
396            * Extensions/umn_mapserver/sample/iceland.map: Added the
397            new parameter "UNITS METERS".
398            Change the political layer to status OFF.
399    
400            * Extensions/umn_mapserver/sample/README: Added some
401            more details to setup the sample in the MapServer.
402            
403    2004-06-26  Bernhard Reiter <[email protected]>
404    
405            * Extensions/svgexport/test/test_svgmapwriter.py:
406            Removed class VFile and used standard StringIO instead.
407    
408    2004-06-23  Jan Sch�ngel  <[email protected]>
409    
410            Add the export function to the umn_mapserver extension.
411    
412            * Extension/umn_mapserver/mf_export.py: New. This module extents
413            Thuban with the possibility to export the Thuban content.
414    
415            * Extensions/umn_mapserver/mapfile.py: Expand the classes to use
416            with the export module. Especially added the possibility to
417            add thuban objects directly to the map objects.
418    
419            * Extensions/umn_mapserver/mf_import.py: Removed the wxCHANGE_DIR,
420            because of the hint from Bernhard Herzog.
421            Corrected the handling of absolute pathnames.
422            Changed the Text of the Menu-Item, now the beginning is upper case.
423    
424            * Extensions/umn_mapserver/README: Added the --with-tiff statement.
425    
426    2004-06-16  Jan Sch�ngel  <[email protected]>
427    
428            Add a sample and make some changes.
429    
430            * Extension/umn_mapserver/mf_import.py: Changed the wxPython.wx
431            import from * to explicit used statements. Changed the
432            Thuban.UI.mainwindow import phrase, too.
433            (import_mapfile):Corrected a clerical mistake.
434            Added wxCHANGE_DIR in OpenFile Dialog.
435            Added a MultipleChoiceDialog, to select the layers to load from
436            mapfile into thuban. Thereby the projection is only set if one layer
437            is selected.
438            Added the possibility to handle relative pathnames which uses
439            up-level references.
440            Removed some doubled code.
441            Corrected an error with integer values used as label in thuban
442            ClassGroup.
443            
444            * Extensions/umn_mapserver/sample: New.
445    
446            * Extensions/umn_mapserver/sample/README: New. Describes the
447            usage of the sample files.
448    
449            * Extensions/umn_mapserver/sample/iceland.map: New. This is
450            a suitable .map-file for the iceland data.
451    
452            * Extensions/umn_mapserver/sample/index.html: New. The template
453            for the mapfile.  
454    
455            * Extensions/umn_mapserver/sample/iceland.html: New. Initialisation
456            file for the Iceland Application on web.
457    
458            * Extensions/umn_mapserver/README: Corrected a inaccuracy and added
459            some details.
460    
461            * Extensions/umn_mapserver/test/test_mapserver
462            (mapserver_import_Test_generalClasses.test_MF_Color):
463            Corrected the thubancolor test.
464    
465    2004-06-15  Jan Sch�ngel  <[email protected]>
466    
467            * Extensions/umn_mapserver/README: New. Install instruction.
468    
469    2004-06-14  Bernhard Reiter <[email protected]>
470    
471            * libraries/thuban/cpl_mfile.h: Added copyright header.
472    
473            * libraries/thuban/ cpl_mfile.cpp, cpl_mfile.h: Added non-protecting
474            Free Software License so that it is most useful with gdalwarp
475            and bmpdataset.
476    
477    2004-06-14  Bernhard Herzog  <[email protected]>
478    
479            * Thuban/UI/multiplechoicedialog.py (__version__): Add missing
480            import of wxPython.wx itself (as opposed to the contents of
481            wxPython.wx).  For some reason wxPython.wx is available as
482            wxPython.wx.wx in at least some 2.4 releases.  Fixes RT#2482
483            wrt. wxPython 2.4.
484    
485    2004-06-10  Jan Sch�ngel  <[email protected]>
486    
487            Initial version of new extension "umn_mapserver".  This extension aims
488            to manage configuration for the UMN MapServer application.  This
489            inital version just imports the .map-files and displays all, Thuban is
490            capable of.
491    
492            * Extensions/umn_mapserver, Extensions/umn_mapserver/test: New.
493    
494            * Extensions/umn_mapserver/test/README: New. Describes how to run the
495            tests.
496    
497            * Extensions/umn_mapserver/test/test.map: New. This is a test
498            .map-file for automated tests of the umn_mapserver extension of
499            Thuban.
500    
501            * Extensions/umn_mapserver/test/test_mapserver.py: New. Tests for
502            UMN Mapserver classes.
503    
504            * Extensions/umn_mapserver/__init__.py: New. Init to make this
505            directory a package.
506    
507            * Extensions/umn_mapserver/mapfile.py: New. Classes to represent
508            '.map'-file objects.
509    
510            * Extensions/umn_mapserver/mf_import.py: New. This module extends
511            Thuban with the possibility to handle UMN MapServer mapfiles.
512    
513    2004-06-03  Bernhard Herzog  <[email protected]>
514    
515            * Thuban/Model/layer.py (Layer.TreeInfo): Convert the bounding box
516            to a tuple before using it as arguments to the % operator.  This
517            fixes the formatting issue filed in RT#2239 on 2004-01-13 and
518            reported today on thuban-list by Jan Sch�ngel
519    
520            * test/test_layer.py (TestLayerModification.setUp): Save the
521            filename as an instance variable so we can refer to it in tests
522            (TestLayerModification.test_tree_info): Uncomment this method
523            again and make it work.  This tests for the formatting issue
524            filed in RT#2239 on 2004-01-13
525    
526    2004-05-28  Bernhard Herzog  <[email protected]>
527    
528            * Thuban/UI/baserenderer.py: Fix some typos.
529    
530    2004-05-18  Jan-Oliver Wagner <[email protected]>
531    
532            * Extensions/gns2shp/gns2shp.py (gns2shp): Fixed a bug
533            by increasing a field size.
534    
535    2004-05-17  Bernhard Herzog  <[email protected]>
536    
537            Update to newest shapelib and get rid of Thuban specific
538            extensions, i.e. use the new DBFUpdateHeader instead of our
539            DBFCommit kludge
540    
541            * libraries/shapelib/shpopen.c: Update to version from current
542            shapelib CVS.
543    
544            * libraries/shapelib/shapefil.h: Update to version from current
545            shapelib CVS.
546    
547            * libraries/shapelib/dbfopen.c: Update to version from current
548            shapelib CVS.
549            (DBFCommit): Effectively removed since shapelib itself has
550            DBFUpdateHeader now which is better for what DBFCommit wanted to
551            achieve.  
552            We're now using an unmodified version of dbfopen.
553    
554            * setup.py (extensions): Add the HAVE_UPDATE_HEADER macro with
555            value '1' to the Lib.dbflibc extension.  This simply reflects the
556            shapelib and pyshapelib updates
557    
558    2004-05-16  Jan-Oliver Wagner <[email protected]>
559    
560            Finished introduction of Menu.FindOrInsertMenu.
561    
562            * Extensions/drawshape/drawshape.py: Add the command
563            to the experimental menu additionally to the toolbar.
564    
565            * Extensions/svgexport/svgsaver.py: Use FindOrInsertMenu() instead of
566            finding menu on its own.
567    
568            * Doc/manual/thuban-manual.xml: updated sample file
569            to use FindOrInsertMenu().
570    
571            * Examples/simple_extensions/hello_world.py: Use FindOrInsertMenu()
572            instead of finding menu on its own.
573    
574    2004-05-11  Jan-Oliver Wagner <[email protected]>
575    
576            * test/test_menu.py (MenuTest.test): Added testing
577            of method Menu.FindOrInsertMenu.
578    
579    2004-05-10  Jan-Oliver Wagner <[email protected]>
580    
581            Introduce and use Menu.FindOrInsertMenu.
582    
583            * Thuban/UI/menu.py (Menu.FindOrInsertMenu): New. Find a
584              given menu or, if not found, insert it.
585    
586            * Extensions/bboxdump/bboxdump.py, /Extensions/gns2shp/gns2shp.py,
587            /Extensions/importAPR/importAPR.py, Extensions/profiling/profiling.py,
588            /Extensions/wms/wms.py: Use FindOrInsertMenu() instead of finding
589            menu on its own.
590    
591    2004-05-06  Jan-Oliver Wagner <[email protected]>
592    
593            Introduce a abstract ColorDialog class and remove
594            and outdated file.
595    
596            * Thuban/UI/proj4dialog.py: Removed. It is has been
597            replaced by projdialog for quite a while and is not used
598            anymore.
599    
600            * Thuban/UI/colordialog.py: New. Abstraction for color selection
601            dialog(s).
602    
603            * Thuban/UI/classifier.py (SelectPropertiesDialog.__GetColor):
604            Now calls the abstract ColorDialog instead of wxColourDialog.
605            This also removed the dependency to Color class conversion
606            from this function.
607    
608    2004-05-04  Frank Koormann  <[email protected]>
609    
610            * Extensions/bboxdump/__init__.py: Fixed string left over from
611            copying.
612    
613            * Extensions/bboxdump/bboxdump.py (bboxdump):
614            Use layer.ShapeStore().AllShapes() to loop over shapes instead of
615            xrange(layer.NumShapes()). Compile the bboxmessage from a list
616            of formatted outputs (string.join) instead of appending to the
617            message. Two progress bar dialogs to report progress on the sometimes
618            lenghty processing.
619    
620    2004-04-22  Frank Koormann  <[email protected]>
621    
622            New Extension to dump bounding boxes of all shapes of the selected
623            layer. An optional column can be specified to group the objects,
624            in this case the bounding box is a union of the separate boxes.
625            Dump can be displayed in a ScrolledMessageDialog or written to file.
626            The Extension is simply a combination of available and well tested
627            Thuban functionality.
628    
629            * Extensions/bboxdump/__init__.py: New: Init to make this
630            directory a package.
631    
632            * Extensions/bboxdump/bboxdump.py: New: Dump bounding boxes of
633            all shapes of the selected layer.
634    
635    2004-04-22  Jan-Oliver Wagner <[email protected]>
636    
637            * Thuban/UI/classgen.py (GenUniquePanel.__init__): Fixed two
638            strings to be i18n now.
639    
640    2004-04-18  Jan-Oliver Wagner <[email protected]>
641    
642            Changing popup menu of legend from direct building
643            to using the Menu construction as used for the mainwindow.
644    
645            * Thuban/UI/mainwindow.py: New method commands: layer_to_top,
646            layer_to_bottom, layer_visibility
647            (MainWindow.LayerToTop): New. Put current layer to the top.
648            (MainWindow.LayerToBottom): New. Put current layer to bottom.
649            (MainWindow.HideLayer, MainWindow.ShowLayer, _has_visible_map):
650            Replace 1,0 by True, False.
651            (MainWindow.ToggleLayerVisibility): New. Toggle visibility of
652            current layer.
653            (MainWindow.LayerShowTable): Removed raising of dialog.
654            (_has_selected_layer_visible): New. Support function.
655    
656            * Thuban/UI/legend.py: ID_POP_xxx: removed.
657            (LegendPanel.__init__): Removed EVT_MENU bindings.
658            (LegendTree._OnRightClick): Replace direct creation of
659            menu via wx Classes by applying the menu definition
660            as of Menu class of menu.py.
661            
662    2004-04-16  Jan-Oliver Wagner <[email protected]>
663    
664            * Thuban/UI/exceptiondialog.py (ExceptionDialog.dialog_layout): Improved
665        button string to stronger clearify that Thuban will be closed when hitting
666            the button.
667    
668            * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Added docstring.
669            Now for layers without a ShapeStore a corresponding message is given
670            to the user, that this layer has no table to show.
671    
672    2004-04-15  Martin Schulze  <[email protected]>
673    
674            * Extensions/wms/layer.py (WMSLayer.setWMSFormat): Need to
675            recalculate the format for the internal render engine as well.
676    
677            * Extensions/wms/properties.py (wmsProperties): First start for a
678            properties dialog.  It's functional for a first selection of
679            layers, but still has some weired wxWidgets/GTK problems but
680            beautification can be done later.
681    
682            * Extensions/wms/layer.py: Added more documentation
683            (WMSLayer.getFormats): New: Return list of supported image formats
684            by the WMS server
685            (WMSLayer.getLayers): New: Return the list of layer names
686            supported by the WMS server
687            (WMSLayer.getLayerTitle): New: Return the title of the named layer
688            (WMSLayer.getWMSFormat): New: Return the image format that is used
689            for WMS GetMap requests
690            (WMSLayer.setWMSFormat): New: Set the image format that is used
691            for WMS GetMap requests
692            (WMSLayer.__init__): Move away from using only one layer to using
693            a list of layers (unsorted at the moment, though).
694            (WMSLayer.getVisibleLayers): New: Return the list of names for all
695            visible layers
696            (WMSLayer.setVisibleLayers): New: Set the list of names for all
697            visible layers
698    
699            * Extensions/wms/wms.py: Moved the WMS layer into layer.py in
700            order to establish a clean structure.
701    
702            * Extensions/wms/layer.py: Moved the WMS layer into a file on its
703            own in order to establish a clean structure.
704    
705    2004-04-13  Martin Schulze  <[email protected]>
706    
707            * Extensions/wms/parser.py (WMSCapabilitiesParser.grok): Added
708            support for oldstyle (WMS 1.0 apparently) image format
709            specification.
710    
711            * Extensions/wms/wms.py (WMSLayer.calcFormat): Reduce the list of
712            supported graphic formats back to JPEG and BMP, PNG and others are
713            too *cough* experimental...  Sorry, I meant to filter this out
714            before I committed this part.  This should make the WMS extension
715            run from CVS again.
716            (wms_dialog): Reset an empty URL to None so that the subsequent
717            program can depend on this, since the dialog will indeed return an
718            empty URL, causing another declaration of love by Python.
719    
720            * Extensions/wms/parser.py (WMSCapabilitiesParser.getLayerBBox):
721            Whenever a native BoundingBox request cannot be fulfilled, check
722            whether the requested SRS is EPSG:3426, in which case return the
723            LatLonBoundingBox values.
724    
725            * Extensions/wms/test/test_parser.py
726            (TestWMSCapabilitiesParser.test_LayerSRS): Added a test for
727            ignoring AUTO:* SRS.
728            (TestWMSCapabilitiesParser.test_LatLonBoundingBoxes_as_bboxes):
729            Added another test method to test whether the LatLonBoundingBox
730            values will be returned if BoundingBox values are requested with
731            SRS set to EPSG:3426.
732    
733            * Extensions/wms/parser.py (WMSCapabilitiesParser.peekLayers):
734            Added rudimentary support for non-EPSG SRS, i.e. ignore them for
735            the moment by placing them into a variable which is currently
736            unused.  Also test whether the EPSG SRS is numerical as it should
737            be and add an error message if it is not.
738    
739            * Extensions/wms/test/sample.xml: Added AUTO:* SRS since they
740            appear in the real world as well.  Since we cannot handle them yet
741            (OGCLib can't either), we will ignore them for the moment.
742    
743            * Extensions/wms/parser.py: Use a variable for denoting the sample
744            filename
745            (WMSCapabilitiesParser.peekLayers): Added support for error
746            messages during grok().  They will be aggregated in an array and
747            may be displayed later.  We may have to add a classification
748            "Warning" and "Error" to this.  That requires more experience,
749            though, since not every error may be lethal.
750    
751            * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Raise the
752            ShowTable() dialog/frame when the user attempts to display it
753            while it has been opened before already and not closed again.
754    
755    2004-04-11  Martin Schulze  <[email protected]>
756    
757            * Extensions/wms/infodialog.py: Adjusted the class documentation
758    
759            * Extensions/wms/wms.py (WMSLayer.__init__, WMSLayer.GetMapImg):
760            Switch to using Thuban{Begin,End}BusyCursor instead of the pure
761            wxWidgets variants.
762            (WMSLayer.__init__): The epsg_id variable is named top_srs now.
763    
764            * Extensions/wms/infodialog.py: Added an information dialog that
765            will display various information about the WMS current resource,
766            so that additional information such as the title, the abstract,
767            fees and access constraints can be displayed for the user if they
768            are documented in the WMS XML.
769    
770    2004-04-10  Martin Schulze  <[email protected]>
771    
772            * Extensions/wms/parser.py (WMSCapabilitiesParser.grok): Adjusted
773            string handling.  It's "foo".lower() and not lower(foo) without
774            lower imported from strings or something.
775    
776            * Extensions/wms/wms.py (WMSLayer): Incorporated WMSCapabilities
777            from capabilities.py and parser.py.  Implement priority list for
778            supported graphics formats, take care of wbmp != bmp.  PNG, TIFF
779            and GIF are supported here, but not yet by main Thuban.  Hence,
780            support for them may be removed later.  Special contribution to
781            usability: get wxWidgets to change the cursor when we're waiting
782            for data from the network so the user won't start to worry.  This
783            causes a redrawing error/warning, though.
784    
785            * Extensions/wms/parser.py (WMSCapabilitiesParser.grok): Unlink
786            the DOM object.
787    
788    2004-04-01  Martin Schulze  <[email protected]>
789    
790            * Extensions/wms/capabilities.py: Adjusted documentation
791            (WMSCapabilities.__init__): Improved documentation, fixed syntax
792            (WMSCapabilities.saveCapabilities): Only catch IOError when
793            handling files
794            (WMSCapabilities.loadCapabilities): Only catch IOError when
795            handling files
796            __main__: corrected variable naming
797            (WMSCapabilities.fetchCapabilities,loadCapabilities): Make this
798            class a specialisation of WMSCapabilitiesParser as well.  Also
799            execute grok() after loading or fetching capabilities, if that
800            went well, so that subsequent calls can already access the data.
801            (WMSCapabilities.getVersion): Export the used version of the
802            GetCapabilities request, so we can use it for subsequent calls,
803            i.e. for GetMap requests.
804            (WMSCapabilities.fetchCapabilities): Added proper error handling
805            when the GetCapabilities request failed, so that the surrounding
806            program can act accordingly.
807    
808    2004-03-30  Martin Schulze  <[email protected]>
809    
810            * Extensions/wms/parser.py (WMSCapabilitiesParser.getLayerSRS):
811            Adjusted the getLayerSRS method to return the list of SRSes
812            extracted from <SRS> elements instead of <BoundingBox> elements.
813            Added a bit of documentation as well.
814            (WMSCapabilitiesParser.checkLayerSRS): Removed integrity test
815            since it was only implemented due to a misunderstanding.
816    
817            * Extensions/wms/test/test_parser.py
818            (TestWMSCapabilitiesParser.test_LayerSRS): Adjust the tests to
819            reflect the corrected interpretation of the standard: i.e. a layer
820            does not have to define a BoundingBox for all SRSes it supports.
821            Hence the <SRS></SRS> specification is authoritative, not the list
822            of BoundingBoxes.
823            (TestWMSCapabilitiesParser.test_BoundingBoxes): Added a new test
824            to ensure None is returned for a non-existing SRS.
825            (TestWMSCapabilitiesParser.test_grok): Removed test_grok method
826            since it is not applicable anymore.  Listing more SRSes in <SRS>
827            elements is valid according to the specs.
828    
829    2004-03-26  Bernhard Reiter <[email protected]>
830    
831            * README: Nicer formatting of text. Improved descriptions.
832            Reflected wxWidgets name change.
833            
834            * Thuban/UI/about.py: Extended copyright to 2004 and added
835            information about the thuban-devel mailinglist.
836    
837    2004-03-24  Martin Schulze  <[email protected]>
838    
839            * Extensions/wms/capabilities.py: Renamed the class to contain
840            'WMS', also added a linebreak where required
841    
842            * Extensions/wms/parser.py: Finally added the XML parser for the
843            GetCapabilities response.
844    
845            * Extensions/wms/test/sample.xml: Adjusted the sample file so that
846            <SRS> elements match the <BoundingBox> elements, except for the
847            layer 'beschriftung'.
848    
849            * Extensions/wms/test/test_parser.py: Encode non-ascii strings
850            since Python uses unicode strings internally, otherwise
851            comparisons will fail.  Removed tests for getLayerBBoxSRS() since
852            the SRS will be calculated anyway and this method is obsoleted by
853            getLayerSRS().  Denote SRS as strings and not as cardinal numbers.
854            Move loading the sample file into the setUp method.  Added a test
855            for finding the integrity problem in the sample response.
856            Improved formatting.
857    
858            * Extensions/wms/domutils.py: Added convenience routines for
859            handling of Document Object Model (DOM) nodes.
860    
861            * Extensions/wms/test/test_domutils.py: Added a test for the
862            domutils module
863    
864    2004-03-19  Martin Schulze  <[email protected]>
865    
866            * Extensions/wms/test/test_parser.py (TestWMSCapabilitiesParser):
867            Moved path detection and adding into a module of its own,
868            adjustpath, which exports thubandir as main Thuban directory.
869    
870            * Extensions/wms/test/test_ogclib.py (TestWMSLib): Moved path
871            detection and adding into a module of its own, adjustpath, which
872            exports thubandir as main Thuban directory.  Reorganised the
873            module in order to support the SkipTest feature for Thuban test
874            cases.
875    
876            * Extensions/wms/test/adjustpath.py: Moved path detection and
877            adding into a module of its own.
878    
879    2004-03-18  Martin Schulze  <[email protected]>
880    
881            * Extensions/wms/test/test_parser.py: Added another test for
882            checking whether the WMS XML parser (to be implemented) returns
883            the information we expect.  This requires a sample WMS WML file
884            (sample.xml) which has been extracted from the frida server and
885            "improved" manually.
886    
887            * Extensions/wms/test/test_ogclib.py: Added legacy code to add the
888            main Thuban directory to the path in order to be able to import
889            random modules.  Adjusted the PyOGCLib detection to reuse the
890            information gathered.  Also added a note about the PYTHONPATH
891            environment variable.
892    
893            * Extensions/wms/test/test_ogclib.py: The format specification is
894            a mime-type, not a graphic format, hence image/jpeg wou ld be the
895            proper format and not JPEG.  We'll also have to take care of the
896            encoding of / as %2F.
897    
898    2004-03-16  Martin Schulze  <[email protected]>
899    
900            * Extensions/wms/test/test_ogclib.py: Added a (hopefully)
901            comprehensive test for the getMapURL method, built compare URLs
902            according to the documentation in OGC 01-068r3
903    
904            * Extensions/wms/capabilities.py (WMSCapabilities): Added the
905            class WMSCapabilities to manage capabilites, will incorporate
906            parsing the capabilities response and provide details for other
907            classes.
908    
909    2004-03-12  Bernhard Herzog  <[email protected]>
910    
911            Support views in addition to normal tables in the postgis
912            shapestore
913    
914            * Thuban/Model/postgisdb.py
915            (PostGISShapeStore._fetch_table_information): Add a fallback for
916            the case where the table name is not in the geometry_columns
917            table.  This is usually the case for views.  Also, set
918            self.shapestore here.
919            (PostGISShapeStore.ShapeType): No need to query the database all
920            the time.  The shape type is now determined in
921            _fetch_table_information
922    
923            * test/postgissupport.py (PostgreSQLServer.new_postgis_db)
924            (PostgreSQLServer.get_static_data_db, PostGISDatabase.__init__):
925            New parameter to specify views.
926            (PostGISDatabase.has_data): Also compare the views.  New views
927            parameter
928            (PostGISDatabase.initdb): Create the views.
929            (PostgreSQLServer.get_default_static_data_db): Add the v_landmarks
930            view
931    
932            * test/test_postgis_db.py
933            (TestPostGISShapestorePointFromViews): New.  Test a
934            PostGISShapeStore with a view
935            (TestPostGISShapestorePointOIDAsGIDColumn.setUp): Pass the name of
936            the geometry_column explicitly to test whether that works
937    
938    2004-03-12  Bernhard Herzog  <[email protected]>
939    
940            Final step for explicit id/geometry columns: Loading and saving
941    
942            * Resources/XML/thuban-1.1.dtd: New.  Derived from thuban-1.0.dtd
943            with the following changes:
944            (dbshapesource): Two new attributes id_column and geometry_column
945    
946            * Thuban/Model/save.py (SessionSaver.write): Use the new dtd
947            (SessionSaver.write_session): Use the new namespace
948            (SessionSaver.write_data_containers): Write the new dbshapesource
949            parameters
950    
951            * Thuban/Model/load.py (SessionLoader.__init__): New namespace for
952            the new file format version
953            (SessionLoader.start_dbshapesource): Handle the new db parameters
954    
955            * test/test_save.py: Update to the new dtd and namespace
956            (SaveSessionTest.test_save_postgis): Update the NonConnectionStore
957            mock object to provide a working IDColumn method.
958    
959            * test/test_load_1_0.py: New.  Copy of the test_load.py before
960            today's changes but with the round-trip tests removed.
961    
962            * test/test_load_0_9.py: Update doc-string.
963    
964            * test/test_load.py: Update all .thuban files to the new dtd and
965            namespace.
966            (TestPostGISLayer.file_contents): Add the new dbshapesource
967            paramters
968    
969    2004-03-11  Bernhard Herzog  <[email protected]>
970    
971            Next step for explicit id/geometry columns: User interaction
972    
973            * Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Rework how
974            the dialog is constructed. Add combo boxes to select id and
975            geometry column.  Rename some instance variables.
976            (ChooseDBTableDialog.GetTable): Return id and geometry column
977            names
978            (ChooseDBTableDialog.OnTableSelect): New. Event handler for
979            selections in the table list
980    
981            * Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): Use id_column
982            and geometry_column
983    
984            * Thuban/Model/session.py (Session.OpenDBShapeStore): Add the new
985            parameters for id_column and geometry column of PostGISShapeStore
986            here as well.
987    
988            * Thuban/Model/postgisdb.py (type_map): Add ROWID psycog type.
989            (_raw_type_map): New. Map raw PostgreSQL type ints to thuban types
990            (PostGISConnection.GeometryTables): Use a better query to
991            determine which relations in the database might be usable for
992            shapestores.  Now supports views as well but is more PostgreSQL
993            specific
994            (PostGISConnection.table_columns): New. Somewhat experimental
995            method to let the db dialogs provide lists of columns to users so
996            that they can select id and geometry columns.
997            (PostGISTable.__init__): The default value of the id_column
998            parameter is now None it still means "gid" effectively, though.
999            (PostGISTable.IDColumn): New introspection method to return a
1000            column object for the id column
1001            (PostGISShapeStore.GeometryColumn): New introspection method to
1002            return a column object for the geometry column
1003    
1004            * test/test_postgis_db.py
1005            (TestPostGISConnection.test_gis_tables_non_empty):
1006            Removed. Subsumed by the new:
1007            (TestPostGISConnection.test_gis_tables_with_views_and_tables):
1008            New. Tes the GeometryTables and table_columns methods with actual
1009            tables and views.
1010            (PointTests.test_id_column, PointTests.test_geometry_column):
1011            New. tests for the new methods.
1012            (TestPostGISShapestorePoint.setUp)
1013            (TestPostGISShapestorePointSRID.setUp)
1014            (TestPostGISShapestorePointExplicitGIDColumn.setUp): Fill the
1015            instance variables needed by the new tests
1016    
1017    2004-03-11  Bernhard Herzog  <[email protected]>
1018    
1019            * Thuban/UI/classgen.py (GenQuantilesPanel.GetList): The row
1020            numbers given to ReadValue are ordinals.
1021    
1022    2004-03-11  Bernhard Herzog  <[email protected]>
1023    
1024            Elimiate the requirement for PostGIS tables to have a column
1025            called "gid".
1026    
1027            * Thuban/Model/postgisdb.py (PostGISTable.__init__): New parameter
1028            id_column to specify which column to use to identify rows.  Also
1029            new instance variables id_column and quoted_id_column
1030            (PostGISTable.RowIdToOrdinal, PostGISTable.RowOrdinalToId)
1031            (PostGISTable.ReadRowAsDict, PostGISTable.ReadValue)
1032            (PostGISTable.SimpleQuery): Use the id column name provided to the
1033            constructor instead of "gid"
1034            (PostGISShapeStore.__init__): New parameter id_column analogously
1035            to PostGISTable.__init__.  This parameter is simply passed through
1036            to the base class constructor
1037            (PostGISShapeStore._create_col_from_description): Fix typo in
1038            doc-string
1039            (PostGISShapeStore.Shape, PostGISShapeStore.AllShapes)
1040            (PostGISShapeStore.ShapesInRegion): Use the id column name
1041            provided to the constructor instead of "gid"
1042    
1043            * test/postgissupport.py
1044            (PostgreSQLServer.get_default_static_data_db): New static table
1045            landmarks_point_id with an id column != "gid.  Update the comments
1046            a bit.
1047            (skip_if_addgeometrycolumn_does_not_use_quote_ident): Fix typo in
1048            doc-
1049            (upload_shapefile): New parameter gid_column to use a name other
1050            than "gid" for the column to store the shape ids
1051    
1052            * test/test_postgis_db.py (TableTests): New.  Mixin-class
1053            containing all tests previously in TestPostGISTable.  The actual
1054            tests are the same but the code is a bit more configurable to
1055            allow for different id columns etc.
1056            (TestPostGISTable): Derive from TableTests now for the actual
1057            tests.
1058            (TestPostGISTableExplicitGIDColumn): New. Like TestPostGISTable
1059            except that it the landmarks_point_id table to test the id_column
1060            parameter
1061            (PointTests): Extend the doc-string
1062            (TestPostGISShapestorePointExplicitGIDColumn)
1063            (TestPostGISShapestorePointOIDAsGIDColumn): New classes derived
1064            from PointTests to test the explicit id_column parameter.  One
1065            tests with the name of the column holding the shape ids, the other
1066            uses PostgreSQL's OID column.  For the latter a number of methods
1067            have to be overwritten to make them independent of the actual id
1068            values.
1069    
1070    2004-03-08  Silke Reimer  <[email protected]>
1071    
1072            Update debian directory:
1073    
1074            * debian/changelog: Added new version.
1075            * deiban/rules: Updated management of patches (with cbds)
1076            * debian/control: Added cbds to dependencies
1077            * debian/patches/*: New. Adds better support for patches of thuban in
1078                            debian
1079            * debian/menu: Syntax of menu changed slightly
1080            * debian/setup.py.patch: removed because it has been moved to
1081                            debian/patechs/setup.py.patch
1082            
1083    
1084    2004-02-26  Bernhard Herzog  <[email protected]>
1085    
1086            Create the Doc/technotes directory for text files with information
1087            for developers
1088    
1089            * Doc/technotes/README: New. README for the technotes
1090    
1091            * Doc/technotes/coding_guidelines.txt: New. Coding guidelines for
1092            Thuban
1093    
1094            * Doc/technotes/release_process.txt: New. Used to be
1095            HOWTO-Release.  Now slightly adapted to technote formatting style.
1096    
1097            * HOWTO-Release: Removed.  It's contents are now in
1098            Doc/technotes/release_process.txt
1099    
1100    2004-02-25  Bernhard Herzog  <[email protected]>
1101    
1102            * libraries/thuban/wxproj.cpp (get_wx_version): New.  Return the
1103            version of wxWindows the module was compiled with so we can check
1104            that against the wxPython version.
1105    
1106            * Thuban/version.py (thuban_branch, thuban_release): New variables
1107            controlling which and how Thuban versions are shown.  See the
1108            comments for details.
1109            (verify_versions): Also check that the wx version that wxproj is
1110            compiled against matches that of the wxPython we use at runtime
1111    
1112    2004-02-20  Bernhard Herzog  <[email protected]>
1113    
1114            * Extensions/wms/wms.py (epsg_code_to_projection): Use
1115            get_system_proj_file to read the epsg projections.  The old way
1116            depended on the current directory being the top Thuban directory.
1117    
1118    2004-02-20  Bernhard Herzog  <[email protected]>
1119    
1120            * Extensions/svgexport/test/test_svgmapwriter.py
1121            (TestVirtualDC.test_clippath): Remove a debug print
1122    
1123    2004-02-20  Bernhard Herzog  <[email protected]>
1124    
1125            * Extensions/svgexport/__init__.py: New.  Turn
1126            Extensions/svgexport into a package.
1127    
1128            * Extensions/svgexport/svgmapwriter.py: Reorder the imports and
1129            doc-string a bit.  The doc-string must come first, otherwise it's
1130            not a doc-string.  The __future__ import must be the first thing
1131            after the doc-string.  Use only double quotes in doc-strings.
1132            Single quotes trip up emacs syntax highlighting if the text
1133            contains apostrophes.
1134    
1135    2004-02-20  Bernhard Herzog  <[email protected]>
1136    
1137            * Extensions/svgexport/test/__init__.py,
1138            Extensions/svgexport/test/test_svgmapwriter.py: New. Initial test
1139            suite for svgexport
1140    
1141            * test/runtests.py (find_test_modules): New. Function with the
1142            module finding code from main.
1143            (main): Use find_test_modules to figure out the default test
1144            modules and take modules from Extensions.svgexport.test too.
1145    
1146    2004-02-19  Bernhard Herzog  <[email protected]>
1147    
1148            * Thuban/UI/application.py (ThubanApplication.OnInit): Make sure
1149            the mainwindow has a reference to the map of the initial session.
1150            This fixes a bug introduced with the fix for RT#2245
1151    
1152    2004-02-19  Bernhard Herzog  <[email protected]>
1153    
1154            * Extensions/svgexport/svgsaver.py,
1155            Extensions/svgexport/svgmapwriter.py,
1156            Extensions/svgexport/maplegend.py: Added again.  This time in the
1157            correct place.
1158    
1159    2004-02-17  Bernhard Herzog  <[email protected]>
1160    
1161            Fix for RT#2245
1162    
1163            * Thuban/UI/application.py (ThubanApplication.OnInit): Initialize
1164            instance variables before trying to create any windows.  Creating
1165            windows can start an event loop if e.g. message boxes are popped
1166            up for some reason, and event handlers, especially EVT_UPDATE_UI
1167            may want to access things from the application.
1168            (ThubanApplication.maps_changed): The mainwindow may not have been
1169            created yet, so check whether it has been created before calling
1170            its methods
1171    
1172            * Thuban/UI/view.py (MapCanvas.OnIdle): Only try to redraw if we
1173            have a map
1174    
1175    2004-02-17  Bernhard Herzog  <[email protected]>
1176    
1177            * test/test_svgmapwriter.py, Extensions/svgsaver.py,
1178            Extensions/svgmapwriter.py, Extensions/maplegend.py,
1179            extensions/svgexport/svgsaver.py,
1180            extensions/svgexport/svgmapwriter.py,
1181            extensions/svgexport/maplegend.py: Removed.  These files were in
1182            the wrong places or didn't work at all.
1183    
1184    2004-02-16  Bernhard Herzog  <[email protected]>
1185    
1186            * Thuban/UI/view.py (MapCanvas.Export): Remove accidentally added
1187            line
1188    
1189    2004-02-16  Bernhard Herzog  <[email protected]>
1190    
1191            * Thuban/UI/view.py (MapCanvas.Export): Avoid UnboundLocalError.
1192    
1193    2004-02-15  Markus Rechtien  <[email protected]>
1194            
1195            * Extensions/svgexport/svgmapwriter.py: New. Adds the capability
1196            to write a session to a file in SVG format.
1197            * Extensions/svgexport/svgsaver.py: New. Uses svgmapwriter.py
1198            to write a SVG map of a session.
1199            * Extensions/svgexport/maplegend: New. Writes a basic maplegend
1200            in SVG format for the current session.
1201    
1202    2004-02-13  Bernhard Herzog  <[email protected]>
1203    
1204            * Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): When the layer
1205            can't be created, return immediately after displaying the error
1206            message.
1207    
1208    2004-02-11  Bernhard Herzog  <[email protected]>
1209    
1210            Handle postgis tables with more than one geometry column.
1211    
1212            * Thuban/Model/postgisdb.py
1213            (PostGISTable._fetch_table_information): Delegate the creation of
1214            column objects to a different method so that we can extend that in
1215            derived classes
1216            (PostGISTable._create_col_from_description): New. Column object
1217            creation part of _fetch_table_information
1218            (PostGISShapeStore._create_col_from_description): New. Extend
1219            inherited method to handle geometry columns
1220            (PostGISShapeStore.__init__): New parameter geometry_column to
1221            specify which geometry column to use.  Optional but mandatory for
1222            tables with more than one geometry column
1223            (PostGISShapeStore._fetch_table_information): Also use the name of
1224            the geometry column when looking for the srid
1225            (PostGISShapeStore.ShapeType): Also use the name of the geometry
1226            column when looking for the shape type
1227    
1228            * test/test_save.py (SaveSessionTest.test_save_postgis): Adapt
1229            NonConnectionStore to changes in the PostGISShapeStore
1230    
1231            * test/test_postgis_db.py
1232            (TestPostGISSpecialCases.test_shapestore_two_geom_cols): Test
1233            PostGISShapeStore with tables having two geometry columns.
1234    
1235    2004-02-10  Bernhard Herzog  <[email protected]>
1236    
1237            Fix some postgis problems.  What remains to be done is real
1238            handling of SRIDs as they affect how reprojection is done
1239    
1240            * Thuban/Model/postgisdb.py (quote_identifier): Fix typo in
1241            doc-string
1242            (PostGISShapeStore._fetch_table_information): New. Extend
1243            inherited method to retrieve srid
1244            (PostGISShapeStore.BoundingBox): Handle tables without data.
1245            extent yields NULL for those
1246            (PostGISShapeStore.ShapesInRegion): Use the srid of the table.
1247    
1248            * test/test_postgis_db.py
1249            (TestPostGISSpecialCases.test_shapestore_empty_table): New test
1250            for the special case of a table without any data
1251            (TestPostGISShapestorePointSRID): New class with tests for a table
1252            that uses srids
1253            (PolygonTests): Fix a doc-string typo
1254    
1255            * test/postgissupport.py (PostGISDatabase.__init__): New parameter
1256            reference_systems with a specification of spacial reference
1257            systems to create in the new db.
1258            (PostgreSQLServer.new_postgis_db)
1259            (PostgreSQLServer.get_static_data_db): New parameter
1260            reference_systems to be passed through ultimately to
1261            PostGISDatabase.  In new_postgis_db also check whether an existing
1262            db already has the right srids
1263            (PostgreSQLServer.get_default_static_data_db): Add srids and a
1264            table that uses srids
1265            (PostGISDatabase.initdb): Create the entries for the reference
1266            systems
1267            (PostGISDatabase.has_data): Add reference_systems parameter to
1268            check for those too
1269            (upload_shapefile): New parameter srid to create tables with a
1270            specific srid
1271    
1272    2004-02-06  Frank Koormann  <[email protected]>
1273    
1274            * po/pt_BR.po: Fixed charset
1275    
1276    2004-02-05  Frank Koormann  <[email protected]>
1277    
1278            * po/pt_BR.po: Fixed format string for error message, missing %s
1279            added (Thuban/UI/application.py:273)
1280    
1281    2004-02-03  Frank Koormann  <[email protected]>
1282            
1283            First version of Portuguese (Brazilian) translation
1284    
1285            * po/pt_BR.po: New, translation of pot (2004-01-15 16:07+0300) for
1286            Brazilian Portuguese by Eduardo Patto Kanegae.
1287    
1288            * Thuban/UI/about.py (About.__init.py__): Added Eduardo to the list of
1289            translators.
1290    
1291    
1292    2004-01-22  Frank Koormann  <[email protected]>
1293    
1294            * Doc/manual/thuban-manual.xml: Added section on installation of
1295            Thuban under Win32 systems. Fixed image path references in the postgis
1296            section. Some minor source formattings.
1297    
1298    2004-01-21  Frank Koormann  <[email protected]>
1299    
1300            Make Thuban remember path selections (at least for one application run).
1301    
1302            * Thuban/UI/application.py (Application.OnInit): Initialize path as a
1303            attribute of application object. Path is a dictionary of
1304            strings, currently with the items "data" and "projection".  
1305            (Application.SetPath): New, stores path for the specified item.
1306            (Application.Path): New, return path for the specified item.
1307    
1308            * Thuban/UI/mainwindow.py
1309            (MainWindow.OpenSession, MainWindow.SaveSessionAs,
1310            MainWindow.AddLayer, MainWindow.AddRasterLayer,
1311            MainWindow.TableOpen): Access "data" path information of the
1312            application.
1313            
1314            * Thuban/UI/projdialog.py (ProjFrame._OnImport, ProjFrame._OnExport):
1315            Access "projection" path information of the application.
1316    
1317    2004-01-05  Bernhard Herzog  <[email protected]>
1318    
1319            * po/ru.po: Updated translations from Alex Shevlakov
1320    
1321    2004-01-05  Bernhard Herzog  <[email protected]>
1322    
1323            * po/Makefile, po/README: Move the description of how to generate
1324            the translation statistics to the README.
1325    
1326    2003-12-23  Bernhard Herzog  <[email protected]>
1327    
1328            * NEWS: Update for 1.0.0
1329    
1330            * po/it.po: Another update from Maurizio Napolitano
1331    
1332    2003-12-23  Bernhard Herzog  <[email protected]>
1333    
1334            * po/it.po: Updated translation from Maurizio Napolitano
1335    
1336    2003-12-23  Bernhard Herzog  <[email protected]>
1337    
1338            * Thuban/UI/join.py (JoinDialog.__init__): Mark one more string
1339            for translation
1340    
1341            * Thuban/UI/mainwindow.py (MainWindow.TableRename)
1342            (MainWindow.RenameMap, MainWindow.RenameLayer): Mark some more
1343            strings for translation
1344    
1345            * po/de.po: Update with the newly marked strings.
1346    
1347    2003-12-22  Bernhard Herzog  <[email protected]>
1348    
1349            * HOWTO-Release: Fix the places where version numbers have to be
1350            updated
1351    
1352    2003-12-22  Bernhard Herzog  <[email protected]>
1353    
1354            * setup.py (setup call): 1.0.0, yeah!
1355    
1356            * Thuban/version.py (longversion): 1.0.0, yeah!
1357    
1358            * Thuban/Model/load.py (SessionLoader.__init__): Accept the
1359            1.0.0 namespace too
1360    
1361            * Thuban/Model/save.py (SessionSaver.write_session): Save with
1362            1.0.0 namespace
1363    
1364            * test/test_load.py (LoadSessionTest.dtd)
1365            (TestSingleLayer.file_contents)
1366            (TestNonAsciiColumnName.file_contents)
1367            (TestLayerVisibility.file_contents)
1368            (TestClassification.file_contents, TestLabels.file_contents)
1369            (TestLayerProjection.file_contents)
1370            (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
1371            (TestLabelLayer.file_contents, TestPostGISLayer.file_contents)
1372            (TestPostGISLayerPassword.file_contents)
1373            (TestLoadError.file_contents, TestLoadError.test): Update for
1374            1.0.0 namespace
1375    
1376            * test/test_save.py (SaveSessionTest.dtd)
1377            (SaveSessionTest.testEmptySession)
1378            (SaveSessionTest.testSingleLayer)
1379            (SaveSessionTest.testLayerProjection)
1380            (SaveSessionTest.testRasterLayer)
1381            (SaveSessionTest.testClassifiedLayer)
1382            (SaveSessionTest.test_dbf_table)
1383            (SaveSessionTest.test_joined_table)
1384            (SaveSessionTest.test_save_postgis): Update for 1.0.0 namespace
1385    
1386    2003-12-22  Bernhard Herzog  <[email protected]>
1387    
1388            * Thuban/Model/load.py (SessionLoader.start_label): Make sure the
1389            alignment flags are byte strings not unicode and that they have
1390            valid values
1391    
1392            * test/test_load.py (TestLabelLayer): New. Test loading (and
1393            indirectly saving) of maps with labels.
1394    
1395    2003-12-22  Bernhard Herzog  <[email protected]>
1396    
1397            * Thuban/UI/tableview.py (TableGrid.OnDestroy)
1398            (TableGrid.__init__): Handle EVT_WINDOW_DESTROY in the grid to
1399            unsubscribe all subscribers.
1400            (LayerTableFrame.OnDestroy): Do not unsubscribe any messages from
1401            self.grid since it may already have been destroyed.
1402            Fixes RT #2256
1403    
1404    2003-12-19  Bernhard Herzog  <[email protected]>
1405    
1406            * po/fr.po, po/es.po: Updated translations from Daniel Calvelo
1407    
1408    2003-12-16  Bernhard Herzog  <[email protected]>
1409            
1410            * debian/bitmappath.patch, debian/setup.py.patch:
1411                    added to ensure compliance with FHS for debian
1412            * debian/rules, debian/changelog:
1413                added patches in rules to ensure compliance with FHS for debian
1414    
1415    2003-12-16  Bernhard Herzog  <[email protected]>
1416    
1417            * po/Makefile (mo): Make the output a bit nicer so that it prints
1418            statistics about the translations. Add a comment how produce even
1419            nicer statistics with sed.
1420    
1421    2003-12-09  Frank Koormann   <[email protected]>
1422    
1423            * Resources/Projections/defaults.proj:
1424            French projection sample with correct accents (UNICODE).
1425    
1426    2003-12-05  Bernhard Herzog  <[email protected]>
1427    
1428            * MANIFEST.in: Add the devtools directory
1429    
1430            * setup.py (setup call): Use license instead of licence. This
1431            silences a deprecation warning on Python 2.3
1432    
1433    2003-12-05  Frank Koormann   <[email protected]>
1434    
1435            Documentation synced with 1.0rc1
1436    
1437            * Doc/manual/thuban-manual.xml:
1438            Minor formatting changes and references to database layers .
1439            Introduction.Internationalization: New section on i18n.
1440            MapManagement.AddingandRemovingLayers: Added item on database layers.  
1441            MapManagement.TheLegend: Added section and screenshot on popup menu.
1442            ProjectionManagement: Updated screenshot and sentence on EPSG.
1443            Appendix.SupportedDataSources: Added PostGIS.
1444            Appendix.WorkingwithPostGIS: New section.
1445    
1446            * Doc/manual/images/6_projection.png: Updated screenshot including
1447            EPSG checkboxes.
1448    
1449            * Doc/manual/images/3_5_popup_menu.png: New, popup menu screenshot.
1450    
1451            * Doc/manual/images/app_postgis_add_layer.png,
1452            Doc/manual/images/app_postgis_db_add.png,
1453            Doc/manual/images/app_postgis_db_management.png:
1454            New screenshots focussing on database layers
1455    
1456    2003-12-05  Frank Koormann   <[email protected]>
1457    
1458            * Thuban/UI/projdialog.py (load_user_proj): If user.proj is missing
1459            write warning to stderr instead of rising a warning dialog
1460    
1461    2003-12-03  Bernhard Herzog  <[email protected]>
1462    
1463            Fix for RT #2243
1464    
1465            * Thuban/UI/mainwindow.py (MainWindow.has_selected_shape_layer):
1466            New. Like has_selected_layer but for shape layers only
1467            (_has_selected_shape_layer): New. Like _has_selected_layer but for
1468            shape layers only
1469            (layer_show_table command, layer_jointable command): Use these
1470            commands should only be available for shape layers
1471    
1472    2003-12-03  Bernhard Herzog  <[email protected]>
1473    
1474            * Thuban/UI/mainwindow.py (MainWindow.Unsubscribe): Deal with
1475            publishers that are wx objects and may have been destroyed by wx
1476            already. Fixes RT #2242.
1477    
1478    2003-12-03  Bernhard Herzog  <[email protected]>
1479    
1480            * po/ru.po: Updates from Alex Shevlakov
1481    
1482    2003-12-03  Silke Reimer <silkeintevation.de>
1483    
1484            * debian/control, debian/changelog: Added gdal-support to
1485                    debian package, updated to new thuban version
1486    
1487    
1488    2003-12-03  Bernhard Herzog  <[email protected]>
1489    
1490            * Thuban/Lib/version.py: New. Module for version number
1491            manipulations. The version of make_tuple here also deals better
1492            with more unusual version number strings, such as e.g.
1493            "1.2+cvs20031111"
1494    
1495            * Thuban/version.py (make_tuple): Removed. It's now in
1496            Thuban.Lib.version. Use that implementation instead.
1497    
1498            * test/test_lib_version.py: New. Tests for Thuban/Lib/version.py
1499    
1500    2003-12-02  Bernhard Herzog  <[email protected]>
1501    
1502            * MANIFEST.in: Add debian files
1503    
1504            * setup.py (setup call): Add packages for the Extensions so that
1505            they're installed too
1506            (data_files): Add READMEs and sample data from some Extensions
1507    
1508            * NEWS: Add note about the extensions in binary packages
1509    
1510    2003-12-02  Bernhard Herzog  <[email protected]>
1511    
1512            * Thuban/Model/save.py (SessionSaver.write_session): Save files
1513            with the thuban-1.0rc1
1514    
1515            * Thuban/Model/load.py (SessionLoader.__init__): Recognize the
1516            thuban-1.0rc1 namespace too
1517    
1518            * test/test_save.py (SaveSessionTest.dtd)
1519            (SaveSessionTest.testEmptySession)
1520            (SaveSessionTest.testSingleLayer)
1521            (SaveSessionTest.testLayerProjection)
1522            (SaveSessionTest.testRasterLayer)
1523            (SaveSessionTest.testClassifiedLayer)
1524            (SaveSessionTest.test_dbf_table)
1525            (SaveSessionTest.test_joined_table)
1526            (SaveSessionTest.test_save_postgis): Update to thuban-1.0rc1
1527            namespace
1528    
1529            * test/test_load.py (LoadSessionTest.dtd): Update to thuban-1.0rc1
1530            namespace
1531            (TestSingleLayer.file_contents)
1532            (TestNonAsciiColumnName.file_contents)
1533            (TestLayerVisibility.file_contents)
1534            (TestClassification.file_contents, TestLabels.file_contents)
1535            (TestLayerProjection.file_contents)
1536            (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
1537            (TestPostGISLayer.file_contents)
1538            (TestPostGISLayerPassword.file_contents)
1539            (TestLoadError.file_contents, TestLoadError.test): Update to
1540            thuban-1.0rc1 namespace
1541    
1542    2003-12-01  Bernhard Herzog  <[email protected]>
1543    
1544            * setup.py (proj4_prefix, wx_prefix, gdal_prefix): Fix these for
1545            nt to better match Intevation's current w32 setup
1546    
1547            * HOWTO-Release: Add note about updating MANIFEST.in
1548    
1549            * MANIFEST.in: Add the Extensions
1550    
1551            * NEWS: Update for 1.0rc1
1552    
1553    2003-12-01  Bernhard Herzog  <[email protected]>
1554    
1555            * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Change the wild
1556            cards for the dialog so that shapefiles ending in all uppercase
1557            SHP are listed too
1558    
1559    2003-11-28  Bernhard Herzog  <[email protected]>
1560    
1561            * Thuban/version.py (longversion): Update to 1.0rc1
1562    
1563            * setup.py (setup call): Update version to 1.0rc1. Use the
1564            [email protected] email address as author email instead of my
1565            personal one.
1566    
1567    2003-11-28  Bernhard Herzog  <[email protected]>
1568    
1569            * po/de.po: Update german translation.
1570    
1571    2003-11-28  Bernhard Herzog  <[email protected]>
1572    
1573            Unify the filenames stored in .thuban files so that the .thuban
1574            files are more platform independend
1575    
1576            * Thuban/Model/save.py (unify_filename): New. Unify filenames so
1577            that they can be used on both windows and unix
1578            (SessionSaver.prepare_filename): New. Handle all filename
1579            transformations for filenames stored in the thuban file
1580            (SessionSaver.write_data_containers, SessionSaver.write_layer):
1581            Use prepare_filename
1582    
1583            * test/test_save.py (SaveSessionTest.testSingleLayer)
1584            (SaveSessionTest.testLayerProjection)
1585            (SaveSessionTest.testRasterLayer)
1586            (SaveSessionTest.testClassifiedLayer)
1587            (SaveSessionTest.test_dbf_table)
1588            (SaveSessionTest.test_joined_table): Filenames are always stored
1589            with slashes on all currently supported platforms so adapt all
1590            tests to this
1591    
1592            * test/test_load.py (LoadSessionTest.filenames): With the new
1593            filename scheme the filenames in the tests should be
1594            understandable on all currently supported platforms so we turn
1595            this into an empty list because we don't have to normalize them
1596            anymore
1597    
1598    2003-11-28  Bernhard Herzog  <[email protected]>
1599    
1600            * test/test_layer.py (TestLayer.test_arc_layer_with_projection):
1601            Add the ellipsoid to the projection since some Proj versions
1602            complain if it's missing.
1603    
1604    2003-11-27  Bernhard Herzog  <[email protected]>
1605    
1606            Corect some bounding box projection problems
1607    
1608            * Thuban/Model/proj.py (Projection.InverseBBox): New. Inverse
1609            version of ForwardBBox
1610            (Projection._transform_bbox): New. common implementation of
1611            ForwardBBox and InverseBBox
1612            (Projection.ForwardBBox): Use _transform_bbox.
1613    
1614            * test/test_proj.py (TestProjection.test): Add test for
1615            InverseBBox
1616    
1617            * Thuban/Model/layer.py (Layer.LatLongBoundingBox)
1618            (Layer.ShapesBoundingBox, RasterLayer.LatLongBoundingBox): Use the
1619            new InverseBBox method to determine the unprojected bounding box
1620            (Layer.ShapesInRegion): Use the ForwardBBox method to project the
1621            bbox.
1622    
1623            * test/test_layer.py (TestLayer.test_point_layer_with_projection):
1624            Removed.
1625            (TestLayer.test_arc_layer_with_projection): New. This test is
1626            better able to test whether bounding boxes are projected correctly
1627            than test_point_layer_with_projection
1628    
1629            * Thuban/UI/viewport.py (ViewPort.map_projection_changed): Use
1630            InverseBBox to unproject bboxes
1631    
1632    2003-11-25  Bernhard Herzog  <[email protected]>
1633    
1634            * Thuban/UI/about.py (About.__init__): Make sure we have ASCII
1635            source code.
1636    
1637    2003-11-25  Bernhard Herzog  <[email protected]>
1638    
1639            * Thuban/Model/layer.py (Layer.__getattr__): Removed. It was only
1640            there for backwards compatibility and all code relying on that
1641            should have been updated by now.
1642    
1643    2003-11-25  Bernhard Herzog  <[email protected]>
1644    
1645            * test/test_load.py (TestClassification.test): Add the missing
1646            round trip test.
1647            (TestClassification.file_contents): Update to the newest file
1648            format
1649    
1650    2003-11-25  Bernhard Herzog  <[email protected]>
1651    
1652            Add very experimental (and possibly dangerous) extension to draw
1653            polygons:
1654    
1655            * Extensions/drawshape/README: New. Brief installation
1656            instructions
1657    
1658            * Extensions/drawshape/drawshape.py: New. Implementation of the
1659            drawshape extensions
1660    
1661            * Extensions/drawshape/patch.diff: Patch to apply before the
1662            extension can be used.
1663    
1664    2003-11-24  Bernhard Herzog  <[email protected]>
1665    
1666            * Thuban/Model/data.py (ShapefileStore._open_shapefile)
1667            (ShapefileStore.__init__): Factor opening the shapefile into a
1668            separate method (the new _open_shapefile). This makes the code a
1669            bit more readable but the real reason is that it makes some evil
1670            hacks easier. :-)
1671    
1672    2003-11-24  Bernhard Herzog  <[email protected]>
1673    
1674            * Thuban/Model/load.py (SessionLoader.check_attrs): If no
1675            converter is specified for an attribute assume it's a string
1676            containing only Latin1 characters. Update doc-string accordingly.
1677            This change should fix many places where unicode objects might
1678            accidentally enter Thuban.
1679    
1680            * test/test_load.py (TestNonAsciiColumnName): New test to check
1681            what happens with column names in DBF files that contain non-ascii
1682            characters
1683    
1684    2003-11-21  Bernhard Herzog  <[email protected]>
1685    
1686            Enable the experimental attribute editing again and introduce a
1687            command line switch to actually activate it
1688    
1689            * Thuban/UI/main.py (options): New. Container for options set on
1690            the commmand line
1691            (main): Add the --enable-attribute-editing flag.
1692    
1693            * Thuban/UI/identifyview.py (IdentifyView.__init__): If attribute
1694            editing is enabled use the grid ctrl which allows editing of the
1695            values
1696    
1697            * Thuban/Model/transientdb.py (AutoTransientTable.write_record):
1698            New. Just delegate this to the underlying table.
1699    
1700    2003-11-20  Bernhard Herzog  <[email protected]>
1701    
1702            * test/test_proj.py (ProjFileReadTests.test_read_unreadable_file):
1703            Skip this test if run under non-posix systems since it only works
1704            there
1705    
1706    2003-11-19  Bernhard Herzog  <[email protected]>
1707    
1708            * Thuban/Model/resource.py: Rework the way gdal support is
1709            determined so that we can give a reason in the about why gdal is
1710            not supported.
1711            (gdal_support_status): New. Variable holding a string with the
1712            reason for no gdal support
1713    
1714            * Thuban/UI/about.py (About.__init__): Add the reason why gdal is
1715            not supported to the message
1716    
1717    2003-11-19  Bernhard Herzog  <[email protected]>
1718    
1719            Remove the old table interface and its test cases
1720    
1721            * Thuban/Model/table.py (OldTableInterfaceMixin): Removed.
1722            (DBFTable, MemoryTable): Do not derive from OldTableInterfaceMixin
1723            anymore
1724    
1725            * Thuban/Model/transientdb.py (TransientTableBase)
1726            (AutoTransientTable): Do not derive from OldTableInterfaceMixin
1727            anymore
1728    
1729            * test/test_table.py: Removed since the old interface it tests is
1730            gone.
1731    
1732            * test/runtests.py (main): The old table interface is gone and
1733            with it the deprecation warnings so remove the code that turns
1734            these warnings into errors
1735    
1736    2003-11-19  Bernhard Herzog  <[email protected]>
1737    
1738            * test/test_table.py: Revert to revision 1.5 again. Changing the
1739            tests to use the new table interface is completely wrong since the
1740            whole purpose of the tests in this module is to test the old
1741            interface.
1742    
1743    2003-11-18  Bernhard Herzog  <[email protected]>
1744    
1745            * Thuban/Model/postgisdb.py (PostGISConnection.MatchesParameters):
1746            New. Test whether the connection matches a set of connection
1747            parameters
1748    
1749            * Thuban/UI/dbdialog.py (DBFrame.conns_changed): Fix doc-string
1750            (DBFrame.OnAdd): Use the new MatchesParameters method when looking
1751            for existing connections with the same parameters and break out of
1752            the loop correctly.
1753    
1754            * test/test_postgis_db.py (TestBriefDescription)
1755            (TestPostGISSimple.test_brief_description): Rename
1756            TestBriefDescription to TestPostGISSimple and the test method to
1757            test_brief_description so that we can add more test methods.
1758            (TestPostGISSimple.test_matches_parameters): New. Test the new
1759            MatchesParameters method
1760    
1761    2003-11-18  Bernhard Herzog  <[email protected]>
1762    
1763            * Thuban/Lib/connector.py (Publisher): Introduce a new flag,
1764            _was_destroyed, to indicate whether an publisher instance has
1765            already been destroyed.
1766            (Publisher.Unsubscribe): Only disconnect if the publisher has not
1767            been destroyed yet.
1768            (Publisher.Destroy): Set the _was_destroyed flag to true.
1769    
1770            * test/test_connector.py
1771            (TestPublisher.test_unsubscribe_after_destroy): New. Test that
1772            calling Unsubscribe after Destroy doesn't raise an exception
1773    
1774    2003-11-14  Bernhard Herzog  <[email protected]>
1775    
1776            * Thuban/UI/identifyview.py (IdentifyView.selected_shape): Fix
1777            typo in doc-string
1778    
1779    2003-11-13  Bernhard Herzog  <[email protected]>
1780    
1781            Quote table and column names properly for postgis.
1782    
1783            * Thuban/Model/postgisdb.py (quote_identifier): New. Function to
1784            quote an identifier for use in an sql statement
1785            (PostGISColumn.__init__): Add the quoted_name attribute
1786            (PostGISTable.__init__): New instance variable quoted_tablename
1787            (PostGISTable._fetch_table_information): Use the quoted table
1788            name. New isntance variable quoted_geo_col with a quoted version
1789            of geometry_column
1790            (PostGISTable.NumRows, PostGISTable.RowIdToOrdinal)
1791            (PostGISTable.RowOrdinalToId): Use the quoted table name
1792            (PostGISTable.ReadValue, PostGISTable.ValueRange)
1793            (PostGISTable.UniqueValues, PostGISTable.SimpleQuery)
1794            (PostGISShapeStore.BoundingBox, PostGISShapeStore.Shape)
1795            (PostGISShapeStore.AllShapes, PostGISShapeStore.ShapesInRegion):
1796            Use quoted table and column names
1797    
1798            * test/test_postgis_db.py (TestPostGISSpecialCases)
1799            (TestPostGISIgnoredColumns): Rename the class to
1800            TestPostGISSpecialCases because that better describes the new
1801            cases
1802            (TestPostGISSpecialCases.test_unsupported_types)
1803            (TestPostGISSpecialCases.test): Rename the method to
1804            test_unsupported_types because we need a more descriptive name now
1805            that there are more methods
1806            (TestPostGISSpecialCases.test_table_name_quoting)
1807            (TestPostGISSpecialCases.test_column_name_quoting)
1808            (TestPostGISSpecialCases.test_shapestore_name_quoting): New test
1809            cases to test quoting of table and column names in PostGISTable
1810            and PostGISShapeStore
1811    
1812            * test/postgissupport.py
1813            (skip_if_addgeometrycolumn_does_not_use_quote_ident): New. Skip if
1814            AddGeometryColumn desn't support table or column names with sapces
1815            or double quotes
1816    
1817    2003-11-12  Jan-Oliver Wagner <[email protected]>
1818    
1819            * Extensions/wms/__init__.py: New: Init to make this
1820            directory a package.
1821    
1822            * Extensions/wms/wms.py: New: Provide layers via OGC WMS.
1823    
1824    2003-11-11  Bernhard Herzog  <[email protected]>
1825    
1826            * Thuban/Model/resource.py (EPSG_DEPRECATED_PROJ_FILE): New.
1827            Constant for the file woth deprecated epsg projections
1828            (get_system_proj_file): Update doc-string
1829    
1830            * Thuban/UI/projdialog.py (ProjFrame.build_dialog): Add a space
1831            above the EPS widgets, introduce a check box for the deprecated
1832            eps projections and a label for the epsg widgets
1833            (ProjFrame._OnShowEPSG): Handle the deprecated EPSG projections
1834            too
1835    
1836    2003-11-11  Bernhard Herzog  <[email protected]>
1837    
1838            Avoid warnings when run under Python 2.3
1839    
1840            * Thuban/UI/baserenderer.py (BaseRenderer.draw_point_shape)
1841            (BaseRenderer.draw_label_layer): Coordinates must be ints.
1842    
1843            * Thuban/UI/renderer.py (MapRenderer.make_point): Turn this into a
1844            real method so that we can convert to int.
1845            (MapRenderer.label_font): The font size mist be an int.
1846    
1847            * Thuban/UI/common.py (Color2wxColour): The color values must be
1848            ints. Also, remove the unnecessary asserts.
1849    
1850            * test/test_load_0_8.py (TestUnicodeStrings.file_contents)
1851            (TestUnicodeStrings.test): Python source code should not contain
1852            non-ascii characters unless an encoding is specified in the file.
1853            Therefore use \x escapes in the string literals for non-ascii
1854            characters.
1855    
1856    2003-11-11  Bernhard Herzog  <[email protected]>
1857    
1858            * Thuban/Model/resource.py (get_system_proj_file): Add a filename
1859            parameter so that this function can be used for all proj files in
1860            Resource/Projections
1861            (DEFAULT_PROJ_FILE, EPSG_PROJ_FILE): New. Predefined filenames for
1862            get_system_proj_file
1863    
1864            * Thuban/UI/projdialog.py (ProjFrame.__init__): Instead of one
1865            ProjFile self.__sysProjFile use a dictionary of system ProjFile
1866            objects self._sys_proj_files
1867            (ProjFrame.build_dialog): Adapt to the new changes in the
1868            ProjectionList constructor. Add a check button to toggle whether
1869            EPSG projections are shown
1870            (ProjFrame._OnShowEPSG): New. Handler for the epsg check button
1871            events.
1872            (ProjFrame.load_user_proj, ProjFrame.load_system_proj): Only show
1873            the busy cursor if the files have not yet been loaded by the
1874            dialog.
1875            (ProjFrame.load_system_proj): Add a parameter for the name of the
1876            proj file. Maintain the dictionary of system projections
1877            self._sys_proj_files
1878    
1879            * Thuban/UI/projlist.py (ProjectionList): Merge the system_projs,
1880            user_projs parameters into one parameter proj_files which is a
1881            list of proj files.
1882            (ProjectionList._subscribe_proj_files)
1883            (ProjectionList._unsubscribe_proj_files): New. Move
1884            subscription/unsubscription of projfile messages to separate
1885            methods
1886            (ProjectionList.Destroy): The unsubscribe is now done in
1887            _unsubscribe_proj_files
1888            (ProjectionList.update_projections): We now have a list of proj
1889            file objects
1890            (ProjectionList.SetProjFiles): New method to set a new list of
1891            proj file objects
1892    
1893            * test/test_proj.py (ProjFileReadTests.test_get_system_proj_file):
1894            Specify explicitly which system proj file to load.
1895    
1896    2003-11-11  Bernhard Herzog  <[email protected]>
1897    
1898            * Thuban/Model/load.py (SessionLoader.Destroy): New. Clear all
1899            instance variables to cut cyclic references. The GC would have
1900            collected the loader eventually but it can happen that it doesn't
1901            run at all until thuban is closed (2.3 but not 2.2 tries a bit
1902            harder and forces a collection when the interpreter terminates)
1903            (load_session): Call the handler's Destroy method to make sure
1904            that it gets garbage collected early. Otherwise it will be
1905            collected very late if at all and it holds some references to e.g.
1906            shapestores and the session which can lead to leaks (of e.g. the
1907            temporary files)
1908    
1909            * test/test_load.py (TestSingleLayer.test_leak): New. test for the
1910            resource leak in load_session
1911    
1912    2003-11-10  Bernhard Herzog  <[email protected]>
1913    
1914            * Thuban/UI/baserenderer.py: Add a way to specify how layers in
1915            extensions are to be rendered.
1916            (_renderer_extensions): New. List with renderer for layers in
1917            extensions
1918            (add_renderer_extension): New. Add a renderer extension
1919            (init_renderer_extensions): New. Init the renderer extensions
1920            (BaseRenderer.render_map_incrementally): Search
1921            _renderer_extensions for how to draw unknown layer types
1922            (BaseRenderer.draw_raster_data): Add format parameter so that
1923            formats other than BMP can be drawn
1924            (BaseRenderer.draw_raster_layer): Pass an explicit format to
1925            draw_raster_data
1926    
1927            * Thuban/UI/renderer.py (raster_format_map): New. Mapping form the
1928            strings of the format parameter of draw_raster_data method to wx
1929            constants
1930            (MapRenderer.draw_raster_data): Add the format parameter and use
1931            raster_format_map to map it to the right wxwindows constant for
1932            wxImageFromStream
1933    
1934            * test/test_baserenderer.py (SimpleRenderer.draw_raster_data): Add
1935            the format parameter and record it
1936            (TestBaseRenderer.test_raster_no_projection): check the format
1937            paramter of the draw_raster_data method
1938            (TestBaseRenderer.test_renderer_extension): New. Test the renderer
1939            extension facility
1940    
1941    2003-11-07  Bernhard Herzog  <[email protected]>
1942    
1943            Tweak the usage of the sqlite database to make common use cases
1944            more responsive. In most cases copying the data to the sqlite
1945            database takes so long that using sqlite doesn't have enough
1946            advantages.
1947    
1948            * Thuban/Model/transientdb.py (TransientTableBase.ValueRange): Add
1949            comments about performance and query the min and max in separate
1950            statements because only that way will indexes be used.
1951            (TransientTableBase.UniqueValues): Add some comments about
1952            performance.
1953            (AutoTransientTable.ValueRange, AutoTransientTable.UniqueValues):
1954            Do not copy the data to the transient DB but use the transient
1955            copy if it exists. See the new comments for the performance trade
1956            offs
1957    
1958            * test/test_transientdb.py
1959            (TestTransientTable.test_auto_transient_table): Make sure that the
1960            data is copied to the transient database at some point.
1961    
1962    2003-11-03  Bernhard Herzog  <[email protected]>
1963    
1964            * Thuban/Model/data.py (ShapefileStore.ShapesInRegion): Bind some
1965            globals to locals so that it's a bit faster
1966    
1967    2003-11-03  Bernhard Herzog  <[email protected]>
1968    
1969            * Thuban/UI/baserenderer.py
1970            (BaseRenderer.draw_shape_layer_incrementally): Use the ReadValue
1971            method. ReadValue is faster than ReadRowAsDict since it only reads
1972            one cell especially now that the dbf file objects actually
1973            implement it.
1974    
1975            * Thuban/Model/table.py (DBFTable.ReadValue): Use the new
1976            read_attribute method of the dbf objects
1977    
1978    2003-11-03  Bernhard Herzog  <[email protected]>
1979    
1980            * Extensions/profiling/profiling.py (popup_dialog_box): New config
1981            variable to indicate whether the result should be shown in a
1982            dialog box
1983            (profile_screen_renderer, time_screen_renderer): Only show a
1984            dialog box if popup_dialog_box is true.
1985            (profile_screen_renderer): Flush stdout after the printing the
1986            first part of the "profiling..." message
1987    
1988            * Thuban/UI/baserenderer.py
1989            (BaseRenderer.draw_shape_layer_incrementally): Cache the pens and
1990            brushes for the groups so that they're not created over and over
1991            again
1992    
1993            * Thuban/Model/classification.py (Classification.__getattr__)
1994            (Classification._compile_classification)
1995            (Classification._clear_compiled_classification): New. Methods to
1996            manage a 'compiled' representation of the classification groups
1997            which is created on demand
1998            (Classification.InsertGroup, Classification.RemoveGroup)
1999            (Classification.ReplaceGroup): reset the compiled representation
2000            (Classification.FindGroup): Use the compiled representation to
2001            find the matching group
2002            (ClassGroupRange.GetRangeTuple): New. Return the range as a tuple
2003    
2004    2003-10-31  Bernhard Herzog  <[email protected]>
2005    
2006            * Thuban/Model/classification.py (Classification.SetDefaultGroup):
2007            Send a CLASS_CHANGED message
2008            (Classification.RemoveGroup): Send a CLASS_CHANGED message and do
2009            not return the removed group since it wasn't used.
2010    
2011            * test/test_classification.py
2012            (TestClassification.test_set_default_group): New. Test the
2013            SetDefaultGroup method
2014            (TestClassification.test_insert_group): New. Test the InsertGroup
2015            method
2016            (TestClassification.test_remove_group): New. Test the RemoveGroup
2017            method
2018            (TestClassification.test_replace_group): New. Test the
2019            ReplaceGroup method
2020    
2021    2003-10-31  Bernhard Herzog  <[email protected]>
2022    
2023            * test/test_classification.py (TestClassification.setUp):
2024            Subscribe to the CLASS_CHANGED messages
2025            (TestClassification.tearDown): New. Destroy the classification
2026            properly
2027            (TestClassification.test_defaults): Add tests for the default line
2028            width and whether no messages were sent yet
2029            (TestClassification.test_set_default_properties): Add tests for
2030            messages and setting the default line width
2031            (TestClassification.test_add_singleton)
2032            (TestClassification.test_add_range)
2033            (TestClassification.test_multiple_groups): Add tests for messages
2034    
2035    2003-10-31  Bernhard Herzog  <[email protected]>
2036    
2037            Some more refactoring in preparation for new tests:
2038    
2039            * test/test_classification.py (TestClassification.setUp): New.
2040            Instantiate the classification here. Update the test methods
2041            accordingly.
2042            (TestClassification.test_multiple_groups): Make sure that the two
2043            singletons matching 1 are considered different.
2044    
2045    2003-10-31  Bernhard Herzog  <[email protected]>
2046    
2047            * test/test_classification.py (red, green, blue): New. These
2048            constants were used in several cases. Update the relevant methods.
2049            (TestClassification.test_defaults)
2050            (TestClassification.test_set_default_properties)
2051            (TestClassification.test_add_singleton)
2052            (TestClassification.test_add_range)
2053            (TestClassification.test_multiple_groups)
2054            (TestClassification.test_deepcopy): New. These were formerly all
2055            part of the single method test.
2056            (TestClassification.test_deepcopy): Removed.
2057            (TestClassIterator): Removed. The test case is now a method of
2058            TestClassification since it tests part of the public interface of
2059            Classification
2060            (TestClassification.test_iterator): New. Used to be
2061            TestClassIterator effectively
2062    
2063    2003-10-31  Jan-Oliver Wagner <[email protected]>
2064    
2065            GUIfied the functions of the profiling extension.
2066    
2067            * /Extensions/profiling/__init__.py: New: Init to make this
2068            directory a package.
2069    
2070            * Extensions/profiling/profiling.py: Moved menu entries to
2071            the Extensions menu. Applied _() for strings.
2072            (profile_screen_renderer): Catch the detailed printout and present
2073            it in a dialog.
2074            (time_screen_renderer): Raise a dialog to present the result instead
2075            of printing it to stdout.
2076    
2077    2003-10-31  Bernhard Herzog  <[email protected]>
2078    
2079            * test/test_classification.py (TestClassGroupProperties)
2080            (TestClassGroup, TestClassGroupDefault, TestClassGroupRange)
2081            (TestClassGroupSingleton, TestClassIterator, TestClassification):
2082            Split TestClassification into several classes, one for each class
2083            being tested. TestClassification itself now only tests
2084            Classification. This split makes changes to the tests a bit easier
2085    
2086    2003-10-31  Bernhard Herzog  <[email protected]>
2087    
2088            * Extensions/profiling/profiling.py: New. Extension to measure
2089            Thuban performance
2090    
2091    2003-10-31  Frank Koormann <[email protected]>
2092    
2093            Added two items to legend popup menu: Remove Layer and Show Layer Table
2094    
2095            * Thuban/UI/legend.py (LegendPanel._OnRemoveLayer,
2096            LegendPanel._OnShowTable): New event handlers, call the corresponding
2097            mainwindow methods.
2098            (LegendTree._OnRightClick): Added items to popup menu.
2099    
2100    2003-10-30  Bernhard Herzog  <[email protected]>
2101    
2102            * Thuban/UI/dialogs.py (ThubanFrame.__init__): Handle
2103            EVT_WINDOW_DESTROY
2104            (ThubanFrame.OnDestroy): New. Handler for EVT_WINDOW_DESTROY. Does
2105            nothing but is convenient for the derived classes.
2106    
2107            * Thuban/UI/tableview.py
2108            (TableFrame.OnDestroy, LayerTableFrame.OnDestroy): New.
2109            Unsubscribe the messages here not in OnClose because that might
2110            get called multiple times. Fixes RT #2196
2111            (TableFrame.OnClose, LayerTableFrame.OnClose): Removed. Not needed
2112            anymore.
2113    
2114            * README: Update the minimum requirement for wxPython. Since we
2115            now use the EVT_WINDOW_DESTROY event, we need at least 2.4.0.4,
2116            the version in which that was introduced for all platforms
2117    
2118    2003-10-30  Frank Koormann <[email protected]>
2119    
2120            * Thuban/UI/join.py (JoinDialog.OnJoin): Wrapped the major parts of
2121            the join process in a ThubanBeginBusyCursor, ThubanEndBusyCursor
2122            frame.
2123    
2124    2003-10-30  Jan-Oliver Wagner <[email protected]>
2125    
2126            Improved APR import extension, added further EPSG definitions
2127            and some cleanup regarding string class.
2128    
2129            * test/test_proj.py (TestProjection.test_get_projection_units_geo):
2130            Added test for alias 'longlat'.
2131    
2132            * Resources/Projections/epsg-deprecated.proj: New. Contains
2133            deprecated EPSG definitions.
2134    
2135            * Extensions/importAPR/odb.py (ODBBaseObject.TreeInfo): Added
2136            the variable names for objects.
2137    
2138            * Extensions/importAPR/apr.py (APR_BLnSym, APR_BMkSym, APR_BShSym): New.
2139            Copied from importAPR and provided with documentation.
2140    
2141            * Extensions/importAPR/importAPR.py (APR_BLnSym, APR_BMkSym, APR_BShSym):
2142            Moved to apr.py.
2143            (APR_View): Added object ref 'ITheme'.
2144    
2145            * Thuban/Lib/fileutil.py, Thuban/UI/proj4dialog.py: Replaced string
2146            split function by corresponding use of the string class method.
2147    
2148            * Thuban/Model/xmlwriter.py: Replaced string replace function by
2149            corresponding string method.
2150    
2151    2003-10-29  Bernhard Herzog  <[email protected]>
2152    
2153            * Thuban/UI/baserenderer.py
2154            (BaseRenderer.draw_shape_layer_incrementally): Speed up the
2155            special case of a classification that only has the default group
2156    
2157    2003-10-27  Bernhard Herzog  <[email protected]>
2158    
2159            * po/fr.po, po/es.po: Updated translations from Daniel Calvelo
2160    
2161            * po/de.po: Update.
2162    
2163            * Thuban/UI/application.py
2164            (ThubanApplication.ShowExceptionDialog): Handle translation of the
2165            dialog message properly
2166    
2167    2003-10-27  Bernhard Herzog  <[email protected]>
2168    
2169            Rework how localization works so that we use wx's translation
2170            functions when running Thuban as a normal application but not when
2171            we don't need any UI, such as in the test suite. See the comment
2172            in Thuban/__init__.py for details
2173    
2174            * Thuban/__init__.py (_): Add one level of indirection to make the
2175            translation handling more flexible and to make it possible to use
2176            either wx's translation services or not.
2177            (gettext_identity, translation_function_installed)
2178            (install_translation_function): New function to help with this
2179    
2180            * Thuban/UI/__init__.py: Install the wx specific translation
2181            function if it's OK to do that
2182    
2183            * test/support.py (initthuban): Install a dummy translation
2184            function so that importing Thuban.UI doesn't install a wx specific
2185            one for which would need to import wxPython
2186    
2187    2003-10-27  Bernhard Herzog  <[email protected]>
2188    
2189            * HOWTO-Release: Source archives should be created first and the
2190            binary packages should be created from the source archives.
2191            There's an official debian package now so there's no need to test
2192            the rpm on debian anymore
2193    
2194    2003-10-27  Bernhard Herzog  <[email protected]>
2195    
2196            Several rendering changes:
2197    
2198             - Render the selection into a separate bitmap so that only that
2199               bitmap needs to be redrawn when the selection changes
2200    
2201             - Render incrementally showing previews and allowing interaction
2202               before rendering is complete
2203    
2204             - Update the renderer interface a bit. Most parameters of
2205               RenderMap are now parameters of the constructor
2206    
2207            * Thuban/UI/baserenderer.py (BaseRenderer.__init__): Add the map
2208            and the update region as parameters. Update the doc-string
2209            (BaseRenderer.render_map_incrementally): New. Generator function
2210            to renders the map incrementally
2211            (BaseRenderer.render_map): Remove the map argument (it's now in
2212            the constructor) and simply iterate over the
2213            render_map_incrementally generator to draw the map.
2214            (BaseRenderer.draw_shape_layer_incrementally)
2215            (BaseRenderer.draw_shape_layer): Renamed to
2216            draw_shape_layer_incrementally and changed into a generator that
2217            yields True every 500 shapes. Used by render_map_incrementally to
2218            render shape layers incrementally
2219    
2220            * Thuban/UI/renderer.py (ScreenRenderer.RenderMap): Removed the
2221            map and region parameters which are now in the constructor
2222            (ScreenRenderer.RenderMapIncrementally): New. Public frontend for
2223            the inherited render_map_incrementally.
2224            (BaseRenderer.draw_shape_layer): Removed.
2225            (ScreenRenderer.draw_selection_incrementally): New. The selection
2226            drawing part of the removed draw_shape_layer as a generator
2227            (ScreenRenderer.layer_shapes): Update because of the region
2228            parameter change
2229            (ExportRenderer.__init__): New. Extend the inherited constructor
2230            with the destination region for the drawing
2231            (ExportRenderer.RenderMap): Removed the map and region parameters
2232            which are now in the constructor
2233    
2234            * Thuban/UI/view.py (MapCanvas.PreviewBitmap): New. Return a
2235            bitmap suitable for a preview in a tool
2236            (CanvasPanTool.MouseMove): Use the PreviewBitmap method to get the
2237            bitmap
2238            (MapPrintout.draw_on_dc): Adapt to new renderer interface
2239            (MapCanvas.OnPaint): Handle drawing the selection bitmap if it
2240            exists
2241            (MapCanvas.OnIdle): Update the logic to deal with incremental
2242            rendering and the selection bitmap
2243            (MapCanvas._do_redraw): Handle the instantiation of the render
2244            iterator and the redraws during rendering
2245            (MapCanvas._render_iterator): New. Generator to incrementally
2246            redraw both bitmaps
2247            (MapCanvas.Export): Adapt to new renderer interface.
2248            (MapCanvas.full_redraw): Reset the selection bitmap and the
2249            renderer iterator too
2250            (MapCanvas.redraw_selection): New. Force a redraw of the selection
2251            bitmap
2252            (MapCanvas.shape_selected): Only redraw the selection bitmap
2253    
2254            * test/test_baserenderer.py
2255            (TestBaseRenderer.test_polygon_no_projection)
2256            (TestBaseRenderer.test_raster_no_projection)
2257            (TestBaseRenderer.test_point_map_projection)
2258            (TestBaseRenderer.test_point_layer_and_map_projection)
2259            (TestBaseRenderer.test_point_layer_projection)
2260            (TestBaseRenderer.test_point_with_classification): Adapt to new
2261            renderer interface
2262    
2263    2003-10-24  Bernhard Herzog  <[email protected]>
2264    
2265            * libraries/thuban/wxproj.cpp (draw_polygon_shape)
2266            (point_in_polygon_shape, shape_centroid): Raise an exception if
2267            the shape can't be read. Previously invalid shape ids would lead
2268            to a segfault.
2269    
2270            * test/test_wxproj.py (TestShapeCentroid.test_invalid_shape_id):
2271            New. test whether an exception is raised for invalid shape ids
2272    
2273    2003-10-24  Jan-Oliver Wagner <[email protected]>
2274    
2275            * Thuban/Model/proj.py (Projection.GetProjectedUnits): Added 'longlat'
2276            as alias for 'latlong'.
2277    
2278            * Thuban/UI/projdialog.py (ProjFrame.__init__): Added 'longlat'
2279            as alias for 'latlong'.
2280    
2281    2003-10-24  Jan-Oliver Wagner <[email protected]>
2282    
2283            * Thuban/UI/projdialog.py (ProjFrame.proj_selection_changed): Set
2284            the projection even for the UnknownPanel.
2285            (UnknownProjPanel.__init__): Define the text and create the textctrl
2286            widget.
2287            (UnknownProjPanel._DoLayout): Replaced static text widget by the
2288            textctrl created in __init__.
2289            (UnknownProjPanel.SetProjection): Set the text for the text ctrl
2290            including the parameters of the projection.
2291            
2292    2003-10-24  Jan-Oliver Wagner <[email protected]>
2293    
2294            * Resources/Projections/epsg.proj: New. This is a list of
2295            EPSG codes with parameters for proj. The list has been
2296            generated using devtools/create_epsg.py based on the
2297            file nad/epsg of the proj 4.4.7 package. Four projection
2298            definitions have been deleted as they are not accepted by proj:
2299            "CH1903+ / LV95", "Bern 1898 (Bern) / LV03C", "CH1903 / LV03"
2300            and "HD72 / EOV".
2301    
2302    2003-10-22  Bernhard Herzog  <[email protected]>
2303    
2304            Some more tweaks to the projection dialog which should fix RT
2305            #1886.
2306    
2307            * Thuban/UI/projlist.py (ProjectionList.Destroy): Unsubscribe from
2308            the ProjFile's messages and call the base class methods correctly
2309            (ProjectionList.SelectProjection): Set the wxLIST_STATE_FOCUSED
2310            flag on the newly selected item too. Otherwise some other item is
2311            focused and the first time the focus is moved with the keyboard
2312            the selection moves in unexpected ways.
2313    
2314            * Thuban/UI/projdialog.py (ProjFrame.__init__): Do not set the
2315            focus on the OK button, only on the projection list. That way the
2316            list really has the focus initially
2317            (ProjFrame.OnClose): Call the projection list's Destroy method to
2318            make it unsubscribe all messages
2319    
2320    2003-10-21  Bernhard Herzog  <[email protected]>
2321    
2322            Rework the projection dialog to fix a few bugs, including RT 2166
2323            and most of 2168
2324    
2325            * Thuban/UI/projlist.py: New. The class ProjectionList is a
2326            special wxListCtrl to show a list of projections in a more MVC
2327            fashion
2328    
2329            * Thuban/UI/projdialog.py (ProjFrame): Substantial changes
2330            throughout the class. The main change is to use the ProjectionList
2331            class instead of a normal wxListBox. Also, add an explicit
2332            "Unknown" projection to the projection choice control.
2333            (ProjPanel.__init__): Add an "unknown" ellipsoid
2334            (TMPanel.__init__, LCCPanel.__init__): Tweak the order of
2335            instantiation of the panel's controls to make the tab-order more
2336            natural
2337    
2338    2003-10-21  Bernhard Herzog  <[email protected]>
2339    
2340            * test/test_load.py (TestSingleLayer.file_contents)
2341            (TestSingleLayer.test): Add non-ascii characters to the titles of
2342            session, map and layer. This is effectively a port of the
2343            TestUnicodeStrings test in test_load_0_8.py which for some reason
2344            was only added there.
2345    
2346            * test/test_load_0_9.py (TestSingleLayer.file_contents)
2347            (TestSingleLayer.test): Same as in test_load.py: add non-ascii
2348            characters to the titles of session, map and layer,.
2349    
2350    2003-10-21  Bernhard Herzog  <[email protected]>
2351    
2352            Add EPSG projection handling to .thuban files
2353    
2354            * test/test_save.py (SaveSessionTest.dtd)
2355            (SaveSessionTest.testEmptySession)
2356            (SaveSessionTest.testLayerProjection)
2357            (SaveSessionTest.testRasterLayer)
2358            (SaveSessionTest.testClassifiedLayer)
2359            (SaveSessionTest.test_dbf_table)
2360            (SaveSessionTest.test_joined_table)
2361            (SaveSessionTest.test_save_postgis): Update to 1.0-dev namespace
2362            (SaveSessionTest.testSingleLayer): Update to 1.0-dev namespace and
2363            use a and epsg projection to test saving them
2364    
2365            * test/test_load.py (LoadSessionTest.dtd): Update to 1.0-dev
2366            namespace
2367            (TestLayerVisibility.file_contents, TestLabels.file_contents)
2368            (TestLayerProjection.file_contents)
2369            (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
2370            (TestPostGISLayer.file_contents)
2371            (TestPostGISLayerPassword.file_contents)
2372            (TestLoadError.file_contents, TestLoadError.test): Update to use
2373            1.0-dev namespace
2374            (TestSingleLayer.file_contents, TestSingleLayer.test): Update to
2375            use 1.0-dev namespace and use an EPSG projection to test whether
2376            loading it works
2377    
2378            * test/test_load_0_9.py: New. Effectively a copy of test_load.py
2379            as of Thuban 0.9. These are now tests to determine whether Thuban
2380            can still read files generated by Thuban 0.9
2381    
2382            * Thuban/Model/save.py (SessionSaver.write)
2383            (SessionSaver.write_session): Use the 1.0 dtd and 1.0-dev
2384            namespace
2385            (SessionSaver.write_projection): Write the projection's epsg
2386            attribute
2387    
2388            * Thuban/Model/load.py (SessionLoader.__init__): Also accept the
2389            thuban-1.0-dev.dtd namespace
2390            (SessionLoader.check_attrs): Allow a callable object as conversion
2391            too
2392            (SessionLoader.start_projection, SessionLoader.end_projection)
2393            (SessionLoader.start_parameter): Handle the epsg attribute and
2394            rename a few instance variables to lower case
2395    
2396            * Resources/XML/thuban-1.0.dtd: New. Only difference to
2397            thuban-0.9.dtd is the epsg attribute for projections.
2398    
2399    2003-10-21  Bernhard Herzog  <[email protected]>
2400    
2401            * test/runtests.py (main): Let the user specify which tests to run
2402            on the command line
2403    
2404            * test/support.py (ThubanTestResult.getDescription): Override to
2405            give a better short description. The description can be used as a
2406            parameter to run_tests to run that particular test in isolation.
2407    
2408    2003-10-21  Frank Koormann   <[email protected]>
2409    
2410            Popup menu for legend. Scheduled for the 1.2 release this was too
2411            simple to implement: The popup menu is bound to the legend tree, while
2412            the events are hanlded by its anchestor, the legend panel. This
2413            allows reuse of all the event handlers already implemented for the
2414            legend toolbar buttons.
2415    
2416            * Thuban/UI/legend.py (LegendPanel.__init__): EVT_MENU macros
2417            to add handlers for the events issued by the popup menu.
2418            (LegendPanel._OnToggleVisibility): Handler for toggling layer
2419            visibility event
2420            (LegendPanel._OnProjection): Handler for layer projection event.
2421            (LegendTree.__init__): Added EVT_TREE_ITEM_RIGHT_CLICK
2422            (LegendTree._OnRightClick): Event handler for right click, select item
2423            and pop up menu.
2424            (LegendTree.ToggleVisibility): Toggle layer visibility
2425            (LegendTree.LayerProjection): Raise layer projection dialog for
2426            current layer.
2427    
2428    2003-10-21  Bernhard Herzog  <[email protected]>
2429    
2430            * Resources/Projections/defaults.proj: Use correct DOCTYPE
2431            declaration. The top-level element is projectionlist not projfile
2432    
2433    2003-10-20  Bernhard Herzog  <[email protected]>
2434    
2435            * Thuban/UI/projdialog.py (ProjFrame.write_proj_file): New. helper
2436            method to write a projfile and display a busy cursor and error
2437            dialogs.
2438            (ProjFrame._OnSave, ProjFrame._OnAddToList, ProjFrame._OnImport)
2439            (ProjFrame._OnExport, ProjFrame._OnRemove): Use write_proj_file
2440            (ProjFrame.__FillAvailList): Translate "<None>" too and display a
2441            busy cursor while loading the user and system prj files.
2442    
2443    2003-10-16  Bernhard Herzog  <[email protected]>
2444    
2445            * Thuban/Model/resource.py (projfile_cache): Introduce a cache for
2446            ProjFile objects
2447            (clear_proj_file_cache): New function to clear the cache. Mainly
2448            useful for use by the test suite
2449            (read_proj_file): Use the cache.
2450    
2451            * test/test_proj.py (TestProjFile): Clarify the doc-string
2452            (ProjFileReadTests): Update doc-string
2453            (ProjFileReadTests.test_get_system_proj_file): Check whether the
2454            system proj files is cached.
2455            (ProjFileLoadTestCase): New base class for the proj file tests
2456            derived from support.FileLoadTestCase to provide some common
2457            behavior.
2458            (TestLoadingProjFile)
2459            (TestLoadingProjFileWithEmptyProjectionlist.file_contents)
2460            (TestProjFileWithInvalidParameters.file_contents): Derive from
2461            ProjFileLoadTestCase
2462            (TestLoadingProjFile.test_caching): New. Test whether the cache
2463            works
2464    
2465    2003-10-16      Silke Reimer    <[email protected]>
2466    
2467            * debian/*: New directory with configuration files for building a thuban
2468              deb-package.
2469    
2470    2003-10-14  Bernhard Herzog  <[email protected]>
2471    
2472            * test/test_proj.py: Execute support.run_tests when run as
2473            __main__ so that missing unsubscribes are detected
2474            (TestProjFile.tearDown): Destroy the proj_file properly
2475    
2476    2003-10-14  Bernhard Herzog  <[email protected]>
2477    
2478            * Thuban/Model/messages.py (PROJECTION_ADDED)
2479            (PROJECTION_REPLACED, PROJECTION_REMOVED): New message types for
2480            the ProjFile objects
2481    
2482            * Thuban/Model/proj.py (ProjFile): Derive from Publisher so we can
2483            easily send messages when the projections change
2484            (ProjFile.Add, ProjFile.Remove, ProjFile.Replace): Issue messages
2485            when the change was successful
2486    
2487            * test/test_proj.py (TestProjFile.setUp): Subscribe to some of the
2488            proj file messages
2489            (TestProjFile.test_add_remove)
2490            (TestProjFile.test_remove_non_existing)
2491            (TestProjFile.test_replace)
2492            (TestProjFile.test_replace_non_existing): Test whether the right
2493            messages are sent
2494    
2495    2003-10-14  Bernhard Herzog  <[email protected]>
2496    
2497            * test/test_proj.py (TestProjFile.test): Refactor into several
2498            tests
2499            (TestProjFile.test_add_remove)
2500            (TestProjFile.test_remove_non_existing)
2501            (TestProjFile.test_replace)
2502            (TestProjFile.test_replace_non_existing): Some of the new
2503            individual test cases
2504            (TestProjFileSimple): New class for the rest of the test cases
2505            that came out of the refactoring
2506            (ProjFileTest): Derive from xmlsupport.ValidationTest so that the
2507            derived classes don't have to
2508    
2509    2003-10-13  Bernhard Herzog  <[email protected]>
2510    
2511            Add an optional EPSG code to the projection objects and extend the
2512            .proj file format accordingly.
2513    
2514            * Resources/XML/projfile.dtd (element projection): Add epsg
2515            attribute
2516    
2517            * Thuban/Model/proj.py (Projection.__init__): New parameter and
2518            instance variable epsg. Update doc-string
2519            (Projection.EPSGCode, Projection.Label): New methods to provide
2520            access to EPSG code and a label for use in dialogs
2521    
2522            * Thuban/Model/resource.py (ProjFileReader.start_projection)
2523            (ProjFileReader.end_projection, ProjFileSaver.write_projfile):
2524            Handle the epsg code attribute when reading or writing proj files
2525    
2526            * Thuban/UI/projdialog.py (ProjFrame._OnSave)
2527            (ProjFrame._OnAddToList, ProjFrame.__DoOnProjAvail)
2528            (ProjFrame.__FillAvailList): Use the projection's Label method to
2529            get the string for the list box
2530    
2531            * test/test_proj.py (TestProjection.test_label)
2532            (TestProjection.test_label_epsg)
2533            (TestProjection.test_epsgcode_for_non_epsg_projection)
2534            (TestProjection.test_epsgcode_for_real_epsg_projection): New tests
2535            for the label and EPSGCode methods
2536            (WriteProjFileTests.doTestWrite, WriteProjFileTests.test_write)
2537            (WriteProjFileTests.test_write_empty_file): Create the ProjFile
2538            objects in the test cases and put the expected contents into the
2539            test case methods too. Update doTestWrite accordingly
2540            (TestLoadingProjFile)
2541            (TestLoadingProjFileWithEmptyProjectionlist): New classes with the
2542            read tests from TestProjFile.
2543            (TestProjFile.doTestRead, TestProjFile.testRead): Removed. These
2544            tests are now in the new classes.
2545            (sample_projfile, sample_projfile_data)
2546            (sample_projfile2, sample_projfile_data2): Removed. Not used
2547            anymore.
2548            (TestProjFile.test_read_unreadable_file): No need to reset the
2549            permissions at the end anymore since we use a unique filename
2550    
2551    2003-10-13  Bernhard Herzog  <[email protected]>
2552    
2553            * test/test_proj.py: Some more refactoring of the test cases
2554            (ProjFileTest): New base class for the proj file tests.
2555            (TestProjFile): Derive from ProjFileTest
2556            (TestProjFile.test_read_unreadable_file)
2557            (TestProjFile.test_read_empty_file, TestProjFile.doTestRead): Use
2558            the new filename method to get a unique filename
2559            (TestProjFile.doTestWrite, TestProjFile.testWrite): Removed.
2560            (WriteProjFileTests): New class for proj file write tests.
2561            Contains the write test that were in TestProjFile originally.
2562    
2563    2003-10-13  Bernhard Herzog  <[email protected]>
2564    
2565            * test/test_proj.py (TestProjFile.testRead)
2566            (TestProjFile.test_read_non_existing_file)
2567            (TestProjFile.test_read_unreadable_file)
2568            (TestProjFile.test_read_empty_file): Split into several methods.
2569    
2570    2003-10-10  Bernhard Herzog  <[email protected]>
2571    
2572            * Thuban/UI/sizers.py: New file with custom sizers.
2573    
2574            * Thuban/UI/projdialog.py (ProjFrame.build_dialog): Instantiate
2575            all projection type specific panels and put them into a
2576            NotebookLikeSizer. This way the dialog doesn't change its size
2577            when a different projection is selected
2578            (ProjFrame.__init__): Rename projection_panels
2579            projection_panel_defs and reuse projection_panels for a list of
2580            the instantiated panels.
2581            (ProjFrame._show_proj_panel, ProjFrame.__DoOnProjAvail)
2582            (ProjFrame.__DoOnProjChoice): Changes due to the new handling of
2583            the panels
2584            (UnknownProjPanel._DoLayout): Place the newlines in the message
2585            differently to make the panel narrower.
2586            (TMPanel._DoLayout): Layout the parameters in one column.
2587    
2588    2003-10-10  Bernhard Herzog  <[email protected]>
2589    
2590            * Thuban/UI/projdialog.py (ProjFrame.build_dialog): New method
2591            that contains all the setup for the dialog's widgets, layout and
2592            event handling.
2593            (__): Call build_dialog to build the dialog.
2594            (ProjFrame.__set_properties, ProjFrame.__do_layout): Removed.
2595            Their functionality is now in build_dialog
2596            (ProjFrame.__VerifyButtons, ProjFrame.__VerifyButtons)
2597            (ProjFrame.__DoOnProjAvail, ProjFrame.__DoOnProjAvail)
2598            (ProjFrame.__DoOnProjChoice): Small updates due to slightly
2599            different widget names and hierarchy introduced with build_dialog.
2600    
2601    2003-10-10  Bernhard Herzog  <[email protected]>
2602    
2603            * README: Fix typo.
2604    
2605    2003-10-09  Bernhard Herzog  <[email protected]>
2606    
2607            * Thuban/Model/proj.py (ProjFile.Add): Do not check whether the
2608            projection is already in the list. This is *a lot* faster when
2609            loading files with hundreds of projections since it saves a linear
2610            search. OTOH this will allow adding the same projection to the
2611            user.proj file multiple times in the projection dialog but we'll
2612            deal with that later
2613    
2614    2003-10-09  Jan-Oliver Wagner <[email protected]>
2615    
2616            * devtools: New. Directory for developer tools that are not intended
2617            for the regular user.
2618    
2619            * devtools/create_epsg.py: New. Convert the epsg file of proj into
2620            a python .proj file.
2621    
2622    2003-10-09  Bernhard Herzog  <[email protected]>
2623    
2624            * test/test_proj.py
2625            (TestProjection.test_get_parameter_without_equals_sign): New. Test
2626            whether GetParameter handles parameters without "=" sign correctly
2627    
2628            * Thuban/Model/proj.py (Projection.GetParameter): Handle
2629            parameters that do not contain a "=". Update the doc-string
2630    
2631    2003-10-08  Bernhard Herzog  <[email protected]>
2632    
2633            * Thuban/UI/projdialog.py (ProjFrame.__set_properties): Remove the
2634            length limit on the projname text control
2635    
2636    2003-10-08  Bernhard Herzog  <[email protected]>
2637    
2638            * test/test_proj.py (TestProjection.test_get_projection_units_geo)
2639            (TestProjection.test_get_projection_units_normal): New. Tests for
2640            the Projection.GetProjectedUnits method
2641    
2642    2003-10-08  Jan-Oliver Wagner <[email protected]>
2643    
2644            * Thuban/Model/resource.py (get_user_proj_file): small bug-fix:
2645            Added missing 'val' parameter.
2646    
2647    2003-10-08  Bernhard Herzog  <[email protected]>
2648    
2649            * Thuban/UI/projdialog.py (ProjFrame.__DoOnProjAvail): When the
2650            projection type of the currently selected projection is not known,
2651            i.e. there's no panel for it, use the UnknownProjPanel
2652            (ProjFrame.__DoOnProjChoice, ProjFrame._show_proj_panel): Split
2653            the actual replacing of the proj panel into the new method
2654            _show_proj_panel.
2655            (UnknownProjPanel): Add doc-string.
2656            (UnknownProjPanel._DoLayout): Insert a newline into the text so
2657            that the panel is not so wide.
2658    
2659    2003-10-08  Bernhard Herzog  <[email protected]>
2660    
2661            * Thuban/Model/resource.py (read_proj_file): Return the warnings
2662            too. Update the doc-string
2663            (get_proj_files): Removed. It wasn't used anywhere
2664            (get_system_proj_files, get_system_proj_file): Rename to
2665            get_system_proj_file and return the ProjFile object and not a list
2666            of ProjFile objects. Update the callers.
2667            (get_user_proj_files, get_user_proj_file): Rename to
2668            get_user_proj_file return the ProjFile object and not a list of
2669            ProjFile objects. Update the callers.
2670            (ProjFileReader.__init__): New instance variable for the warnings.
2671            Rename the __pf ivar to projfile. Update the methods referring to
2672            __pf
2673            (ProjFileReader.end_projection): Catch any errors raised when
2674            instantiating the projection and record that as an error. The
2675            projection will not be in the final ProjFile object.
2676            (ProjFileReader.GetWarnings): New method to return the warnings.
2677    
2678            * Thuban/UI/projdialog.py (ProjFrame.show_warnings): New method to
2679            show the warnings from the projfile reader
2680            (ProjFrame._OnImport): Deal with any warnings returned by
2681            read_proj_file
2682            (ProjFrame.__FillAvailList): Deal with any warnings returned by
2683            get_system_proj_file or get_user_proj_file.
2684    
2685            * test/test_proj.py (TestProjFile.doTestRead): Check the warnings.
2686            (TestProjFileWithInvalidParameters.file_contents): New test cases
2687            to test whether read_proj_file handles invalid projection
2688            parameters correctly
2689            (TestProjFile.test_get_system_proj_file): New. Simple test for
2690            resource.get_system_proj_file
2691    
2692    2003-10-07  Bernhard Herzog  <[email protected]>
2693    
2694            * test/test_derivedshapestore.py
2695            (TestDerivedShapeStoreExceptions.tearDown): Clear the session
2696            properly so that the temporary directories get deleted correctly
2697    
2698    2003-10-06  Bernhard Herzog  <[email protected]>
2699    
2700            Handle the title changes in a proper MVC way.
2701    
2702            * Thuban/UI/mainwindow.py (MainWindow.__init__): Subscribe to the
2703            canvas' TITLE_CHANGED messages
2704            (MainWindow.update_title): New. Update the main window's title
2705            (MainWindow.__SetTitle): Removed. Use update_title instead.
2706            (MainWindow.SetMap): Use update_title instead of __SetTitle
2707            (MainWindow.RenameMap): Do change the window title explicitly
2708            here. That's handled in a proper MVC way now.
2709            (MainWindow.title_changed): New. Subscriber for the TITLE_CHANGED
2710            messages
2711    
2712            * Thuban/Lib/connector.py (Conduit): New class to help classes
2713            that forward messages
2714    
2715            * Thuban/UI/viewport.py: Forward the map's TITLE_CHANGED messages
2716            (ViewPort): Derive from Conduit instead of Publisher
2717            (ViewPort.Subscribe, ViewPort.Unsubscribe): Use the new base class
2718            when calling the inherited versions
2719            (ViewPort._subscribe_map, ViewPort._unsubscribe_map): New helper
2720            methods to subscribe and unsubscribe map messages
2721            (ViewPort.SetMap, ViewPort.Destroy): Use the new helper methods to
2722            handle the map subscriptions
2723            (ViewPort.Map, ViewPort.map_projection_changed)
2724            (ViewPort.layer_projection_changed): Add or update doc-strings
2725    
2726            * test/test_connector.py (TestPublisher.test_issue_simple): Fix
2727            typo
2728            (MyConduit): Helper class for the Conduit test.
2729            (TestConduit): Test cases for Conduit
2730    
2731            * test/test_connector.py: Use support.run_tests as main.
2732    
2733            * test/test_viewport.py (ViewPortTest.setUp): Also subscribe to
2734            the TITLE_CHANGED messages
2735            (ViewPortTest.test_forwarding_title_changed): New test to check
2736            whether the viewport forwards the map's TITLE_CHANGED messages
2737            (TestViewportWithPostGIS.tearDown): Call the map's Destroy method
2738            after the port's because the latter may require a still functional
2739            map.
2740    
2741    2003-10-06  Bernhard Herzog  <[email protected]>
2742    
2743            * Thuban/UI/application.py (ThubanApplication.maps_changed): Add
2744            doc-string
2745    
2746    2003-10-06  Bernhard Herzog  <[email protected]>
2747    
2748            * test/test_viewport.py (ViewPortTest.setUp)
2749            (SimpleViewPortTest.test_init_with_size): Move the test for the
2750            initial size as a constructor parameter from ViewPortTest.setUp
2751            method to a new separate test in SimpleViewPortTest.
2752    
2753    2003-10-06  Bernhard Herzog  <[email protected]>
2754    
2755            * test/test_viewport.py (MockView): New class derived from
2756            ViewPort with a mock implementation of GetTextExtent to be used in
2757            the test cases
2758            (ViewPortTest.setUp): Use MockView instead of ViewPort
2759    
2760            * Thuban/UI/viewport.py (ViewPort.GetTextExtent): Turn this method
2761            into what would be a "pure virtual function" in C++: always raise
2762            NotImplementedError. Mock implementations for test cases don't
2763            belong into the real code
2764    
2765    2003-10-02  Bernhard Herzog  <[email protected]>
2766    
2767            * test/test_layer.py (TestLayer.test_empty_layer): Explicitly
2768            close the dbf file we create so that it's contents have been
2769            written properly.
2770    
2771            * libraries/shapelib/shptree.c, libraries/shapelib/shpopen.c,
2772            libraries/shapelib/shapefil.h, libraries/shapelib/dbfopen.c:
2773            Update to shapelib 1.2.10
2774    
2775    2003-10-01  Jan-Oliver Wagner <[email protected]>
2776    
2777            * Thuban/UI/tree.py, Thuban/UI/main.py: Remove the #! line as
2778            it annoys lintian which warns about these files not being
2779            executable. The #! isn't necessary here since if you absolutely
2780            must execute them you can always say "python <filename>".
2781    
2782    2003-09-26  Bernhard Herzog  <[email protected]>
2783    
2784            * Thuban/Model/classgen.py (GenQuantiles0): Removed since it's
2785            only used in GREAT-ER but not used in Thuban itself. When GREAT-ER
2786            is ported to a newer the import will fail, so it should be noticed
2787            immediately that this function is gone.
2788            Fixes RT#1919
2789    
2790    2003-09-26  Bernhard Herzog  <[email protected]>
2791    
2792            Add a DTD for the projection files and make thuban write valid
2793            projection files
2794    
2795            * Resources/XML/projfile.dtd: New. DTD for thuban's projection
2796            files
2797    
2798            * Thuban/Model/resource.py (ProjFileSaver.write): Use
2799            'projectionlist' as the name in the document type declaration so
2800            that it matches the element type of the root element.
2801    
2802            * test/test_proj.py (sample_projfile, sample_projfile2): Use
2803            'projectionlist' as the name in the document type declaration just
2804            as it is done now in the files thuban would write
2805            (sample_projfile, sample_projfile_data): Fix spelling of
2806            "Mercator"
2807            (TestProjFile.doTestWrite): Validate the written and the expected
2808            XML data
2809            (TestProjFile): Derive from ValidationTest so that we can run xml
2810            validation tests
2811    
2812    2003-09-24  Bernhard Herzog  <[email protected]>
2813    
2814            * Thuban/UI/renderer.py (ExportRenderer.render_legend): Do not
2815            modify the list returned by map.Layers() in place since it is the
2816            actual list of layers used by the map.
2817    
2818    2003-09-23  Jan-Oliver Wagner <[email protected]>
2819    
2820            * Doc/manual/thuban-manual.xml: Added subsection to chapter
2821            Extensions to describe the extensions coming with the Thuban
2822            standard package (gns2shp and importAPR).
2823    
2824    2003-09-23  Bernhard Herzog  <[email protected]>
2825    
2826            * libraries/thuban/wxproj.cpp (project_point): if there's an
2827            inverse but no forward projection, convert to degrees after
2828            applying the inverse projection. Fixes RT#2096
2829    
2830            * test/test_wxproj.py: New. Test cases for wxproj.so. One test
2831            implicitly tests for the fix to RT#2096
2832    
2833            * test/support.py (FloatComparisonMixin.assertFloatSeqEqual):
2834            Check that the sequences have the same lengths
2835    
2836            * Resources/Projections/defaults.proj (Geographic projection): Use
2837            a much more precise value for the to_meter attribute.
2838    
2839    2003-09-22  Bernhard Herzog  <[email protected]>
2840    
2841            * test/support.py (initthuban): Make sure to unset the LANG env.
2842            var. so that tests that compare translated strings work. Solves RT
2843            #2094
2844    
2845    2003-09-22  Jan-Oliver Wagner <[email protected]>
2846    
2847            Small improvement of APR import.
2848    
2849            * Extensions/importAPR/test/test_apr.py (aprTest.test_LClass):
2850            Added tests for text-ranges.
2851    
2852            * Extensions/importAPR/apr.py (APR_LClass.GetThubanRange): Now
2853            returns a string object if the range is based on text.
2854    
2855            * Extensions/importAPR/importAPR.py (import_apr_dialog): Unified
2856            range retrieval.
2857    
2858    2003-09-22  Jan-Oliver Wagner <[email protected]>
2859    
2860            Initial version of the importAPR extension which is in
2861            experimental state.
2862    
2863            * /Extensions/importAPR/, /Extensions/importAPR/samples/,
2864            /Extensions/importAPR/test/: New directories.
2865    
2866            * /Extensions/importAPR/samples/README: New: Howto load the samples.
2867    
2868            * /Extensions/importAPR/samples/iceland.apr: New: A sample APR
2869            file which refers to the Thuban Iceland demo data.
2870    
2871            * /Extensions/importAPR/test/README: New: Howto execute the tests.
2872    
2873            * /Extensions/importAPR/test/test_apr.py: New: Tests for APR classes.
2874    
2875            * /Extensions/importAPR/apr.py: New: Classes for ArcView Objects
2876            as in '.apr'-files.
2877    
2878            * /Extensions/importAPR/odb.py: New: Classes for generic ArcView
2879            ODB Objects as in '.apr', '.avl' and other files.
2880    
2881            * /Extensions/importAPR/__init__.py: New: Init to make this
2882            directory a package.
2883    
2884            * /Extensions/importAPR/importAPR.py: New: Import a ArcView
2885            project file (.apr) and convert it to Thuban.
2886    
2887    2003-09-22  Jan-Oliver Wagner <[email protected]>
2888    
2889            * Extensions/gns2shp.gns2shp.py: The main module of gns2shp.
2890    
2891    2003-09-19  Jan-Oliver Wagner <[email protected]>
2892    
2893            * Doc/manual/thuban-manual.xml: Extended section 'Installation'
2894            with description on RPM installation and RPM binary package
2895            creation.
2896    
2897    2003-09-18  Bernhard Herzog  <[email protected]>
2898    
2899            * setup.py (data_files): Only add the mo files if the Locales
2900            directory actually exists, so that setup.py works with a fresh CVS
2901            checkout
2902    
2903    2003-09-12  Jan-Oliver Wagner <[email protected]>
2904    
2905            * Examples/simple_extensions/simple_tool.py: bugfix: Tool is now
2906            in viewport, not anymore in view
2907    
2908    2003-09-04  Jan-Oliver Wagner <[email protected]>
2909    
2910            Introducing first Extension (gns2shp).
2911    
2912            * Extensions, Extensions/gns2shp, Extensions/gns2shp/test: New.
2913    
2914            * Extensions/__init__.py: New. init to make this dir a package.
2915    
2916            * Extensions/gns2shp/__init__.py: New. init to make this dir a package.
2917    
2918            * Extensions/gns2shp/test/README: New. some info on this test directory.
2919    
2920            * Extensions/gns2shp/test/ls.txt: New. test data set (Liechtenstein).
2921    
2922            * Extensions/gns2shp/test/test_gns2shp.py: New. Test for correct creation
2923            of Shapefile from GNS text file format
2924    
2925    2003-09-03  Jan-Oliver Wagner <[email protected]>
2926    
2927            Fix/workaround for bug #2019:
2928            https://intevation.de/rt/webrt?serial_num=2019
2929    
2930            * Thuban/UI/identifyview.py (IdentifyView.ID_STOP): New.
2931            (IdentifyView.__init__): Added another button that allows to
2932            stop the identify mode.
2933            (IdentifyView.OnStop): New. Stops the identify mode.
2934    
2935    2003-09-03  Jan-Oliver Wagner <[email protected]>
2936    
2937            Introducing a new exception dialog that allows to exit the
2938            application immediately.
2939            This fixes bug #2060: https://intevation.de/rt/webrt?serial_num=2060
2940    
2941            * Thuban/UI/exceptiondialog.py: New. A special exception dialog.
2942    
2943            * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
2944            Made strings available to translations. Exchanged the simple
2945            ScrolledMessageDialog by the new ExceptionDialog.
2946    
2947    2003-09-01  Bernhard Herzog  <[email protected]>
2948    
2949            * NEWS: New. Summary of changes and release notes.
2950    
2951            * MANIFEST.in: Add NEWS
2952    
2953    2003-09-01  Bernhard Herzog  <[email protected]>
2954    
2955            * MANIFEST.in: Correct the include statement for the mo-files and
2956            include the documentation too.
2957    
2958            * setup.py (data_files): Add the .mo files
2959            (setup call): Up to version 0.9.0
2960    
2961    2003-09-01  Bernhard Herzog  <[email protected]>
2962    
2963            * Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Change the
2964            parameter list to just parent and session
2965            (ChooseDBTableDialog.__set_properties): Removed. Setting the
2966            selection of empty list boxes is not allowed (and produces C++
2967            assertion errors) and the rest of the setup is better done in
2968            __init__ anyway.
2969            (ChooseDBTableDialog.OnCancel, ChooseDBTableDialog.OnOK)
2970            (ChooseDBTableDialog.OnLBDClick, DBDialog.OnOK): Use the Python
2971            builtins True/False for booleans to avoid warnings from wxPython
2972    
2973            * Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): Adapt to new
2974            ChooseDBTableDialog constructor parameters.
2975    
2976    2003-09-01  Bernhard Herzog  <[email protected]>
2977    
2978            * Thuban/Model/postgisdb.py
2979            (PostGISTable): Extend doc-string
2980            (PostGISTable._fetch_table_information): Set the column index
2981            correctly, pretending ignored columns don't exist.
2982    
2983            * test/test_postgis_db.py (TestPostGISIgnoredColumns): New tests
2984            for postgis tables with data types not yet supported by thuban.
2985    
2986    2003-08-29  Bernhard Herzog  <[email protected]>
2987    
2988            * HOWTO-Release: Tweak item about running the tests.
2989    
2990    2003-08-29  Jan-Oliver Wagner <[email protected]>
2991    
2992            * /Doc/manual/thuban-manual.xml: updated to version 1.0pre2.
2993    
2994    2003-08-29  Bernhard Herzog  <[email protected]>
2995    
2996            Add some missing parameters to projections. Proj complains about
2997            them on windows but for some reason not on Linux.
2998    
2999            * test/test_save.py (SaveSessionTest.testLayerProjection): Add
3000            missing required projection parameters
3001    
3002            * test/test_proj.py (TestProjFile.test): Add missing required
3003            projection parameters
3004    
3005            * test/test_load_0_8.py (TestLayerProjection.file_contents)
3006            (TestLayerProjection.test): Add missing required projection
3007            parameters and tests for them
3008    
3009            * test/test_load.py (TestLayerProjection.file_contents)
3010            (TestLayerProjection.test): Add missing required projection
3011            parameters and tests for them
3012    
3013            * test/test_layer.py (TestLayer.test_base_layer): Add missing
3014            required projection parameters
3015    
3016    2003-08-29  Bernhard Herzog  <[email protected]>
3017    
3018            * libraries/pyprojection/Projection.i: Use pj_get_errno_ref to
3019            access the pj_errno because directly accessing pj_errno doesn't
3020            work on windows if the proj library is in a DLL
3021    
3022            * libraries/pyprojection/Projection_wrap.c: Update from Projection.i
3023    
3024    2003-08-28  Bernhard Herzog  <[email protected]>
3025    
3026            * test/test_proj.py: Import things from Thuban after calling
3027            initthuban
3028    
3029            * test/test_load.py (LoadSessionTest.filenames): New class
3030            variable with the filename attributes to normalize
3031            (LoadSessionTest.check_format): Pass self.filenames to
3032            sax_eventlist to normalize the filename attributes
3033    
3034            * test/xmlsupport.py: Add cvs keywords
3035            (SaxEventLister.__init__): New parameter filenames which indicates
3036            attributes that contain filenames
3037            (SaxEventLister.startElementNS): Normalize the filename attributes
3038            with os.path.normpath
3039            (sax_eventlist): New parameter filenames to pass through to
3040            SaxEventLister
3041    
3042            * test/test_derivedshapestore.py: Make this file callable as a
3043            program to execute the tests
3044            (TestDerivedShapeStoreExceptions.test_table_with_wrong_size): Bind
3045            the session to self.session so that it gets destroyed properly
3046    
3047            * test/test_layer.py (TestLayer.tearDown): Call the session's
3048            Destroy method
3049    
3050            * test/test_map.py (TestMapBase.tearDown): Destroy self.session
3051            too if it exists
3052            (TestMapAddLayer.test_add_layer): Bind the session to self.session
3053            so that it gets destroyed properly
3054    
3055            * test/postgissupport.py (reason_for_not_running_tests): Add a
3056            test for the existence of popen2.Popen4.
3057    
3058            * test/test_save.py (SaveSessionTest.tearDown): New. Provide a
3059            reliable way to destroy the sessions created in the test cases
3060            (SaveSessionTest.test_dbf_table): Bind the session to self.session
3061            so that it gets destroyed properly
3062            (SaveSessionTest.testLayerProjection): Bind the session to
3063            self.session so that it gets destroyed properly
3064    
3065            * test/test_session.py (UnreferencedTablesTests.tearDown): Make
3066            sure that the session is destroyed properly
3067    
3068            * test/test_shapefilestore.py: Make this callable as a program to
3069            execute the tests
3070    
3071            * test/test_scalebar.py: Remove unnecessary import of _ from
3072            Thuban
3073    
3074            * test/support.py (print_garbage_information): Call initthuban
3075            here because it may be called indirectly from test cases that test
3076            test support modules which do not use anything from thuban itself
3077            (ThubanTestProgram.runTests): Remove unnecessary debug print
3078    
3079    2003-08-28  Bernhard Herzog  <[email protected]>
3080    
3081            * Thuban/version.py (longversion): Update to 0.9
3082    
3083            * Thuban/UI/mainwindow.py: Remove some unused imports
3084    
3085            * README: Add section about required additional software. Add date
3086            and revision CVS keywords
3087    
3088            * HOWTO-Release: Add item about the translations. Add date and
3089            revision CVs keywords and change formatting to match README a bit
3090            better
3091    
3092            * po/de.po: Update for 0.9
3093    
3094            * test/README: Tweak the wording a little because many tests are
3095            not really unittest.
3096    
3097    2003-08-27  Bernhard Herzog  <[email protected]>
3098    
3099            As preparation for the 0.9 release, switch thuban files to a
3100            non-dev namespace
3101    
3102            * Thuban/Model/save.py (SessionSaver.write_session): Write files
3103            with the http://thuban.intevation.org/dtds/thuban-0.9.dtd
3104            namespace
3105    
3106            * Thuban/Model/load.py (SessionLoader.__init__): Accept the
3107            http://thuban.intevation.org/dtds/thuban-0.9.dtd namespace too
3108    
3109            * test/test_save.py (SaveSessionTest.dtd)
3110            (SaveSessionTest.testEmptySession)
3111            (SaveSessionTest.testSingleLayer)
3112            (SaveSessionTest.testLayerProjection)
3113            (SaveSessionTest.testRasterLayer)
3114            (SaveSessionTest.testClassifiedLayer)
3115            (SaveSessionTest.test_dbf_table)
3116            (SaveSessionTest.test_joined_table)
3117            (SaveSessionTest.test_save_postgis): Update for new namespace
3118    
3119            * test/test_load.py (LoadSessionTest.dtd, TestSingleLayer)
3120            (TestLayerVisibility.file_contents, TestLabels.file_contents)
3121            (TestLayerProjection.file_contents)
3122            (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
3123            (TestPostGISLayer.file_contents)
3124            (TestPostGISLayerPassword.file_contents)
3125            (TestLoadError.file_contents, TestLoadError.test): Update for new
3126            namespace
3127    
3128    2003-08-27  Bernhard Herzog  <[email protected]>
3129    
3130            Make the table interface distinguish between row ids (an integer
3131            that uniquely identifies a row) and row ordinals (a simple row
3132            count from 0 to NumRows() - 1)
3133    
3134            * Thuban/Model/postgisdb.py (PostGISTable.RowIdToOrdinal)
3135            (PostGISTable.RowOrdinalToId): New methods to conver between row
3136            ids and row ordinals
3137            (PostGISTable.ReadRowAsDict, PostGISTable.ReadValue): New keyword
3138            parameter row_is_ordinal to indicate whether the row parameter is
3139            the row id or the ordinal
3140    
3141            * Thuban/Model/transientdb.py (TransientTableBase.RowIdToOrdinal)
3142            (TransientTableBase.RowOrdinalToId)
3143            (AutoTransientTable.RowIdToOrdinal)
3144            (AutoTransientTable.RowOrdinalToId): Same new methods as in
3145            PostGISTable.
3146            (TransientTableBase.ReadRowAsDict, TransientTableBase.ReadValue)
3147            (AutoTransientTable.ReadRowAsDict, AutoTransientTable.ReadValue):
3148            Same new parameter as in PostGISTable.
3149    
3150            * Thuban/Model/table.py (DBFTable.RowIdToOrdinal)
3151            (DBFTable.RowOrdinalToId, MemoryTable.RowIdToOrdinal)
3152            (MemoryTable.RowOrdinalToId): Same new methods as in PostGISTable.
3153            (DBFTable.ReadValue, DBFTable.ReadRowAsDict)
3154            (MemoryTable.ReadValue, MemoryTable.ReadRowAsDict): Same new
3155            parameter as in PostGISTable.
3156    
3157            * Thuban/UI/tableview.py (DataTable.RowIdToOrdinal)
3158            (DataTable.RowOrdinalToId): New methods to convert between row ids
3159            and row ordinals.
3160            (TableGrid.SelectRowById): New method to select a row based on its
3161            ID as opposed to its ordinal
3162            (DataTable.GetValue, TableGrid.OnRangeSelect)
3163            (TableGrid.OnSelectCell, LayerTableGrid.select_shapes)
3164            (QueryTableFrame.OnQuery, QueryTableFrame.get_selected)
3165            (LayerTableFrame.__init__): Convert between row ids and row
3166            ordinals as appropriate
3167    
3168            * test/postgissupport.py (PostGISDatabase.__init__): Add
3169            doc-string.
3170            (PostGISDatabase.initdb): The optional third item in a tuple in
3171            tables is now a (key, value) list with additional arguments to
3172            pass to upload_shapefile
3173            (upload_shapefile): New parameter gid_offset to allow gids that
3174            are not the same as the shapeids in the shapefile
3175            (PostgreSQLServer.get_default_static_data_db): Use the new
3176            gid_offset to make the gids in landmarks 1000 higher than the
3177            shapeids in the shapefile
3178    
3179            * test/test_viewport.py
3180            (TestViewportWithPostGIS.test_find_shape_at_point): Adapt to the
3181            new shapeids in the landmarks table
3182    
3183            * test/test_transientdb.py
3184            (TestTransientTable.run_iceland_political_tests)
3185            (TestTransientTable.test_transient_joined_table): Add tests for
3186            the new table methods and new keywords arguments.
3187    
3188            * test/test_postgis_db.py
3189            (TestPostGISTable.test_read_row_as_dict_row_count_mode)
3190            (TestPostGISTable.test_read_value_row_count_mode)
3191            (TestPostGISTable.test_row_id_to_ordinal)
3192            (TestPostGISTable.test_row_oridnal_to_id): New test for the new
3193            table methods and the new arguments
3194            (TestPostGISShapestorePoint.test_shapes_in_region)
3195            (TestPostGISShapestorePoint.test_shape_raw_data)
3196            (TestPostGISShapestorePoint.test_shape_points)
3197            (TestPostGISShapestorePoint.test_shape_shapeid)
3198            (TestPostGISShapestorePoint.test_all_shapes)
3199            (TestPostGISTable.test_simple_query)
3200            (TestPostGISTable.test_simple_query)
3201            (TestPostGISTable.test_simple_query)
3202            (TestPostGISTable.test_read_value)
3203            (TestPostGISTable.test_read_row_as_dict): Adapt to the new
3204            shapeids in the landmarks table
3205    
3206            * test/test_memory_table.py
3207            (TestMemoryTable.test_read_row_as_dict_row_count_mode)
3208            (TestMemoryTable.test_read_value_row_count_mode)
3209            (TestMemoryTable.test_row_id_to_ordinal)
3210            (TestMemoryTable.test_row_oridnal_to_id): New test for the new
3211            table methods and the new arguments
3212    
3213            * test/test_dbf_table.py
3214            (TestDBFTable.test_read_row_as_dict_row_count_mode)
3215            (TestDBFTable.test_read_value_row_count_mode)
3216            (TestDBFTable.test_row_id_to_ordinal)
3217            (TestDBFTable.test_row_oridnal_to_id): New test for the new table
3218            methods and the new arguments
3219    
3220    2003-08-26  Bernhard Herzog  <[email protected]>
3221    
3222            * Thuban/Model/postgisdb.py (PostGISShapeStore.BoundingBox): Use a
3223            more postgis specific but much faster method to get the bounding
3224            box
3225    
3226    2003-08-26  Bernhard Herzog  <[email protected]>
3227    
3228            * Thuban/Model/postgisdb.py (PostGISTable.Title)
3229            (PostGISShapeStore.AllShapes): Add these missing methods.
3230            (PostGISShapeStore.ShapesInRegion): No need to raise
3231            StopIteration. We can simply return
3232    
3233            * test/test_postgis_db.py (TestPostGISTable.test_title)
3234            (TestPostGISShapestorePoint.test_all_shapes): New tests for the
3235            new methods
3236    
3237    2003-08-25  Bernhard Herzog  <[email protected]>
3238    
3239            * Thuban/Model/postgisdb.py (shapetype_map): Add MUTLIPOLYGON.
3240    
3241            * test/test_postgis_db.py (PolygonTests): New class containing
3242            those tests from TestPostGISShapestorePolygon that can also be
3243            used to test MUTLIPOLYGON tables
3244            (TestPostGISShapestorePolygon): Most tests are now in PolygonTests
3245            so derive from that
3246            (TestPostGISShapestoreMultiPolygon): New class with tests for
3247            MUTLIPOLYGON tables
3248    
3249            * test/postgissupport.py (PostGISDatabase.initdb): Allow the
3250            tables argument to have tuples with three items to override the
3251            WKT type used.
3252            (PostgreSQLServer.get_default_static_data_db): Use the above to
3253            create a polygon table with MUTLIPOLYGONs
3254            (point_to_wkt, coords_to_point, polygon_to_wkt, coords_to_polygon)
3255            (arc_to_wkt, coords_to_multilinestring): Rename from *_to_wkt to
3256            coords_to*
3257            (coords_to_multipolygon): New. Convert to MUTLIPOLYGON
3258            (wkt_converter): New. Map WKT types to converters
3259            (upload_shapefile): New parameter force_wkt_type to use a
3260            different WKT type than the default
3261    
3262    2003-08-25  Bernhard Herzog  <[email protected]>
3263    
3264            * Thuban/UI/application.py
3265            (ThubanApplication.run_db_param_dialog): New. Suitable as a
3266            db_connection_callback. Main difference is that the dialog run
3267            from this method doesn't have a parent so it can be used even when
3268            there is no main window
3269            (ThubanApplication.OpenSession): Use self.run_db_param_dialog if
3270            no db_connection_callback was given. This way the dialog pops up
3271            even when the .thuban file was given as a command line parameter.
3272    
3273    2003-08-25  Bernhard Herzog  <[email protected]>
3274    
3275            * Thuban/UI/view.py (MapCanvas.OnLeftUp): Release the the mouse
3276            before calling MouseLeftUp. MouseLeftUp may pop up modal dialogs
3277            which leads to an effectively frozen X session because the user
3278            can only interact with the dialog but the mouse is still grabbed
3279            by the canvas.
3280            Also, call the tool's Hide method before MouseLeftUp because
3281            MouseLeftUp may change the tool's coordinates.
3282    
3283    2003-08-25  Bernhard Herzog  <[email protected]>
3284    
3285            * Thuban/UI/application.py (ThubanApplication.OpenSession): Catch
3286            LoadCancelled exceptions and handle them by returning immediately.
3287    
3288    2003-08-25  Bernhard Herzog  <[email protected]>
3289    
3290            GUI part of loading sessions with postgis connections which may
3291            require user interaction to get passwords or updated parameters
3292    
3293            * Thuban/UI/dbdialog.py (DBDialog): Reimplement to make it look a
3294            bit nucer and be more generic.
3295            (DBFrame.OnAdd): Adapt to new DBDialog interface
3296    
3297            * Thuban/UI/application.py (ThubanApplication.OpenSession): New
3298            optional parameter db_connection_callback which is passed to
3299            load_session.
3300    
3301            * Thuban/UI/mainwindow.py (MainWindow.run_db_param_dialog): New.
3302            Suitable as a db_connection_callback
3303            (MainWindow.OpenSession): Use self.run_db_param_dialog as the
3304            db_connection_callback of the application's OpenSession method
3305    
3306    
3307    2003-08-25  Bernhard Herzog  <[email protected]>
3308    
3309            Basic loading of sessions containing postgis connections:
3310    
3311            * Thuban/Model/load.py (LoadError): Add doc-string
3312            (LoadCancelled): New exception class to indicate a cancelled load
3313            (SessionLoader.__init__): Add the db_connection_callback parameter
3314            which will be used by the loader to get updated parameters and a
3315            password for a database connection
3316            (SessionLoader.__init__): Add the new XML elements to the
3317            dispatchers dictionary
3318            (SessionLoader.check_attrs): Two new conversions, ascii to convert
3319            to a byte-string object and idref as a generic id reference
3320            (SessionLoader.start_dbconnection)
3321            (SessionLoader.start_dbshapesource): New. Handlers for the new XML
3322            elements
3323            (load_session): Add the db_connection_callback to pass through the
3324            SessionLoader
3325    
3326            * test/test_load.py (TestPostGISLayer, TestPostGISLayerPassword):
3327            New classes to test loading of sessions with postgis database
3328            connections.
3329    
3330    2003-08-25  Bernhard Herzog  <[email protected]>
3331    
3332            * Thuban/UI/mainwindow.py (__ThubanVersion__): Remove this and
3333            replace it and the comment with __BuildDate__ by the Source: and
3334            Id: cvs keywords as used in the other files.
3335    
3336    2003-08-25  Bernhard Herzog  <[email protected]>
3337    
3338            * Thuban/Model/load.py (SessionLoader.check_attrs): Raise a
3339            LoadError when a required attribute is missing. The code used to
3340            be commented out for some reason, but probably should have been
3341            active.
3342    
3343            * test/test_load.py (TestLoadError.test): Test the message in the
3344            LoadError too to make sure it really is about the missing
3345            attribute
3346    
3347    2003-08-22  Bernhard Herzog  <[email protected]>
3348    
3349            * test/test_save.py (SaveSessionTest.test_dbf_table)
3350            (SaveSessionTest.test_joined_table): Add XML validation tests.
3351    
3352    2003-08-22  Bernhard Herzog  <[email protected]>
3353    
3354            Implement saving a session with a postgis connection
3355    
3356            * Resources/XML/thuban-0.9.dtd (dbconnection, dbshapesource) New
3357            elements for database connections and shapestores using db
3358            connections
3359            (session): Add the dbconnections to the content model
3360    
3361            * Thuban/Model/save.py (SessionSaver.write_db_connections): New.
3362            Write the db connections
3363            (SessionSaver.write_session): Call write_db_connections to write
3364            the connection before the data sources
3365            (SessionSaver.write_data_containers): Handle postgis shapestores
3366    
3367            * test/test_save.py (SaveSessionTest.thubanids)
3368            (SaveSessionTest.thubanidrefs): Update for new DTD
3369            (SaveSessionTest.test_save_postgis): New. Test saving a session
3370            with postgis connections
3371    
3372            * Thuban/Model/postgisdb.py (PostGISTable.DBConnection)
3373            (PostGISTable.TableName): New accessor methods for the connection
3374            and table name
3375    
3376            * test/test_postgis_db.py (TestPostGISTable.test_dbconn)
3377            (TestPostGISTable.test_dbname): New methods to test the new
3378            PostGISConnection methods
3379    
3380    2003-08-22  Bernhard Herzog  <[email protected]>
3381    
3382            * Thuban/Model/postgisdb.py (ConnectionError): New exception class
3383            for exceptions occurring when establishing a Database connection
3384            (PostGISConnection.connect): Catch psycopg.OperationalError during
3385            connects and raise ConnectionError.
3386    
3387            * test/test_postgis_db.py (TestPostgisDBExceptions): New class for
3388            tests for database exceptions
3389    
3390    2003-08-22  Bernhard Herzog  <[email protected]>
3391    
3392            Prepare the test suite for tests with required authentication
3393    
3394            * test/postgissupport.py (PostgreSQLServer.__init__): Add instance
3395            variables with two predefined users/passwords, one for the admin
3396            and one for a non-privileged user.
3397            (PostgreSQLServer.createdb): Pass the admin name to initdb and add
3398            the non-privileged user to the database and set the admin password
3399            (PostgreSQLServer.wait_for_postmaster): Use the admin user name.
3400            Better error reporting
3401            (PostgreSQLServer.connection_params)
3402            (PostgreSQLServer.connection_string): New methods to return
3403            information about how to connect to the server
3404            (PostgreSQLServer.execute_sql): New. Convenience method to execute
3405            SQL statements
3406            (PostgreSQLServer.require_authentication): Toggle whether the
3407            server requires authentication
3408            (PostgreSQLServer.create_user, PostgreSQLServer.alter_user): New.
3409            Add or alter users
3410            (PostGISDatabase.initdb): Pass the admin name one the
3411            subprocesses' command lines. Grant select rights on
3412            geometry_columns to everybody.
3413            (upload_shapefile): Use the admin name and password when
3414            connecting. Grant select rights on the new table to everybody.
3415    
3416            * test/test_viewport.py (TestViewportWithPostGIS.setUp): Use the
3417            server's new methods to get the connection parameters.
3418    
3419            * test/test_postgis_session.py (TestSessionWithPostGIS.setUp)
3420            (TestSessionWithPostGIS.test_remove_dbconn_exception): Use the
3421            server's new methods to get the connection parameters.
3422    
3423            * test/test_postgis_db.py
3424            (TestPostGISConnection.test_gis_tables_empty)
3425            (TestPostGISConnection.test_gis_tables_non_empty)
3426            (PostGISStaticTests.setUp): Use the server's new methods to get
3427            the connection parameters.
3428    
3429    2003-08-22  Bernhard Herzog  <[email protected]>
3430    
3431            * Thuban/UI/about.py (About.__init__): Add the psycopg version.
3432    
3433            * Thuban/version.py: Add psycopg version
3434    
3435            * Thuban/Model/postgisdb.py (psycopg_version): New. Return the
3436            version of the psycopg module
3437    
3438    2003-08-22  Bernhard Herzog  <[email protected]>
3439    
3440            * Thuban/UI/dbdialog.py (DBPwdDlg): Removed because it's not used.
3441            (DBFrame.OnEdit): Removed because it's not used and wouldn't work
3442            at the moment. The functionality should probably be implemented
3443            some time, though.
3444            (DBFrame.OnRemove): Display a message if the connection can't be
3445            removed because it's still in use.
3446    
3447    2003-08-22  Jan-Oliver Wagner <[email protected]>
3448    
3449            * Thuban/UI/about.py (About.__init__): split up the huge about
3450            text into elements/lists for easier translation. This fixes bug
3451            https://intevation.de/rt/webrt?serial_num=2058
3452            Also, made some forgotten string available for the i18n.
3453    
3454    2003-08-21  Bernhard Herzog  <[email protected]>
3455    
3456            Make postgis support really optional including insensitive menu
3457            items.
3458    
3459            * Thuban/Model/postgisdb.py (has_postgis_support): New. Return
3460            whether the postgis is supported.
3461    
3462            * Thuban/UI/dbdialog.py: Put the psycopg import into try..except
3463            to make postgis support optional
3464    
3465            * Thuban/UI/mainwindow.py (_has_postgis_support): New. Context
3466            version of Thuban.Model.postgisdb.has_postgis_support
3467            (database_management command): Make it only sensitive if postgis
3468            is supported.
3469    
3470    2003-08-21  Jan-Oliver Wagner <[email protected]>
3471    
3472            * Doc/manual/thuban-manual.xml: Added CVS revision for rev-history.
3473            (section Adding and Removing Layers): Added text and described
3474            multi-selection.
3475            (chapter Extensions): New.
3476    
3477    2003-08-21  Jan-Oliver Wagner <[email protected]>
3478    
3479            * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Changed dialog
3480            settings to allow multiple files to load into the map.
3481            Also reduced selection to *.shp as a default.
3482    
3483    2003-08-20  Bernhard Herzog  <[email protected]>
3484    
3485            Add dialogs and commands to open database connections and add
3486            database layers.
3487    
3488            * Thuban/UI/mainwindow.py (MainWindow.DatabaseManagement): New
3489            method to open the database connection management dialog
3490            (MainWindow.AddDBLayer): New method to add a layer from a database
3491            (_has_dbconnections): New helper function to use for sensitivity
3492            (database_management command, layer_add_db command): New commands
3493            that call the above new methods.
3494            (main_menu): Add the new commands to the menu.
3495    
3496            * Thuban/Model/postgisdb.py (PostGISConnection.__init__)
3497            (PostGISConnection.connect): Establish the actual connection in a
3498            separate method and call it in __init__. This makes it easier to
3499            override the behavior in test cases
3500            (PostGISConnection.BriefDescription): New method to return a brief
3501            description for use in dialogs.
3502    
3503            * test/test_postgis_db.py (NonConnection): DB connection that
3504            doesn't actually connect
3505            (TestBriefDescription): New class with tests for the new
3506            BriefDescription method
3507    
3508    2003-08-19  Jan-Oliver Wagner <[email protected]>
3509    
3510            Moved anything from extensions to libraries.
3511    
3512            * libraries: New.
3513    
3514            * libraries/ pyprojection, pyshapelib, shapelib, thuban: New.
3515    
3516            * libraries/pyprojection/ LICENSE, MANIFEST.in, Projection.i,
3517            Projection.py, Projection_wrap.c, setup.py, swighelp.txt: These files have
3518            been moved here from thuban/extensions/pyprojection/
3519            See there in the Attic for the older history.
3520    
3521            * libraries/pyshapelib/ COPYING, ChangeLog, NEWS, README, dbflib.i,
3522            dbflib.py, dbflib_wrap.c, pyshapelib_api.h, pytest.py, setup.py,
3523            shapelib.i, shapelib.py, shapelib_wrap.c, shptreemodule.c: These files
3524            have been moved here from thuban/extensions/pyshapelib/
3525            See there in the Attic for the older history.
3526    
3527            * libraries/shapelib/ dbfopen.c, shapefil.h, shpopen.c, shptree.c: These
3528            files have been moved here from thuban/extensions/shapelib/
3529            See there in the Attic for the older history.
3530    
3531            * libraries/thuban/ bmpdataset.cpp, cpl_mfile.cpp, cpl_mfile.h,
3532            gdalwarp.cpp, wxproj.cpp: These files have been moved here from
3533            thuban/extensions/thuban/
3534            See there in the Attic for the older history.
3535    
3536            * MANIFEST.in, setup.cfg, setup.py: renamed extensions to libraries.
3537    
3538            * extensions/thuban/ bmpdataset.cpp, cpl_mfile.cpp, cpl_mfile.h,
3539            gdalwarp.cpp, wxproj.cpp: Moved to libraries/thuban.
3540    
3541            * extensions/shapelib/ dbfopen.c, shapefil.h, shpopen.c, shptree.c:
3542            Moved to libraries/shapelib.
3543    
3544            * extensions/pyshapelib/ COPYING, NEWS, dbflib.py, pytest.py,
3545            shapelib.py, README, dbflib_wrap.c, setup.py, shapelib_wrap.c,
3546            ChangeLog, dbflib.i, pyshapelib_api.h, shapelib.i, shptreemodule.c:
3547            Moved to libraries/pyshapelib.
3548    
3549            * extensions/pyprojection/ MANIFEST.in, Projection.py, setup.py,
3550            LICENSE, Projection.i, Projection_wrap.c, swighelp.txt:
3551            Moved to libraries/pyprojection.
3552    
3553            * extensions/ pyprojection, pyshapelib, shapelib, thuban: Removed.
3554    
3555            * extensions: Removed.
3556    
3557    2003-08-19  Bernhard Herzog  <[email protected]>
3558    
3559            * test/test_viewport.py (ViewPortTest): We don't use the
3560            facilities of FileTestMixin so don't derive from it.
3561            (TestViewportWithPostGIS): New class with tests for using a
3562            viewport on a map with postgis layers.
3563    
3564    2003-08-19  Bernhard Herzog  <[email protected]>
3565    
3566            Add the db connection management to the session.
3567    
3568            * Thuban/Model/session.py (Session.__init__): New instance
3569            variable db_connections
3570            (Session.AddDBConnection, Session.DBConnections)
3571            (Session.HasDBConnections, Session.CanRemoveDBConnection)
3572            (Session.RemoveDBConnection): New methods to manage and query the
3573            db connections managed by the session
3574            (Session.OpenDBShapeStore): New method to open a shapestore from a
3575            db connection
3576    
3577            * Thuban/Model/messages.py (DBCONN_REMOVED, DBCONN_ADDED): New
3578            messages for the db connection handling in the session
3579    
3580            * test/test_postgis_session.py: New. test cases for the session's
3581            db connection handling with postgis connections
3582    
3583    2003-08-19  Bernhard Herzog  <[email protected]>
3584    
3585            Add very basic postgis database support and the corresponding test
3586            cases. The test cases require a PostgreSQL + postgis installation
3587            but no existing database. The database will be created
3588            automatically by the test cases
3589    
3590            * test/README: Add note about skipped tests and the requirements
3591            of the postgis tests.
3592    
3593            * Thuban/Model/postgisdb.py: New. Basic postgis database support.
3594    
3595            * test/test_postgis_db.py: New. Test cases for the postgis
3596            support.
3597    
3598            * Thuban/Model/wellknowntext.py: New. Parser for well-known-text
3599            format
3600    
3601            * test/test_wellknowntext.py: New. Test cases for the
3602            wellknowntext parser
3603    
3604            * test/postgissupport.py: New. Support module for tests involving
3605            a postgis database.
3606    
3607            * test/support.py (execute_as_testsuite): Shut down the postmaster
3608            if it's still running after the tests
3609    
3610            * Thuban/Model/data.py (RAW_WKT): New constant for raw data in
3611            well known text format
3612    
3613    2003-08-19  Jan-Oliver Wagner <[email protected]>
3614    
3615            * Examples/simple_extensions/hello_world.py: New. Raises a Hello World
3616            message dialog.
3617    
3618    2003-08-18  Bernhard Herzog  <[email protected]>
3619    
3620            * test/support.py (ThubanTestResult.printErrors): Indent the
3621            reason for the skips in the output to make it a bit more readable.
3622            (execute_as_testsuite): New helper function to run a test suite
3623            and print some more information.
3624            (run_tests): Use execute_as_testsuite to run the tests
3625    
3626            * test/runtests.py (main): Use execute_as_testsuite to run the
3627            tests
3628    
3629    2003-08-18  Bernhard Herzog  <[email protected]>
3630    
3631            Fix some bugs in Thuban and the test suite that were uncovered by
3632            changes introduced in Python 2.3:
3633    
3634            * Thuban/Model/table.py (DBFTable.__init__): Make sure the
3635            filename is an absolute name
3636    
3637            * Thuban/Model/layer.py (RasterLayer.__init__): Make sure the
3638            filename is an absolute name
3639    
3640            * test/test_save.py (SaveSessionTest.testRasterLayer): Use a
3641            unique filename to save to and use the correct relative filename
3642            in the expected output.
3643            (SaveSessionTest.test_dbf_table): Use the correct relative
3644            filename in the expected output.
3645    
3646            * test/test_layer.py (TestLayer.test_raster_layer): Update the
3647            test to check whether the filename is absolute.
3648    
3649    2003-08-18  Jan-Oliver Wagner <[email protected]>
3650    
3651            * Thuban/UI/about.py (About.__init__): Added Silke Reimer.
3652    
3653    2003-08-15  Bernhard Herzog  <[email protected]>
3654    
3655            Change the way shapes are returned by a shape store. The
3656            ShapesInRegion method returns an iterator over actual shape
3657            objects instead of a list of shape ids.
3658    
3659            * Thuban/Model/data.py (ShapefileShape.ShapeID): New. Return shape
3660            id.
3661            (ShapefileStore.ShapesInRegion): Return an iterator over the
3662            shapes which yields shape objects instead of returning a list of
3663            shape ids
3664            (ShapefileStore.AllShapes): New. Return an iterator over all
3665            shapes in the shape store
3666            (DerivedShapeStore.AllShapes): New. Like in ShapefileStore
3667    
3668            * Thuban/Model/layer.py (Layer.ShapesInRegion): Update
3669            doc-string.
3670    
3671            * Thuban/UI/baserenderer.py
3672            (BaseRenderer.layer_ids, BaseRenderer.layer_shapes): Rename to
3673            layer_shapes and make it return an iterator containg shapes
3674            instead of a list of ids.
3675            (BaseRenderer.draw_shape_layer): Update doc-string; Adapt to
3676            layer_shapes() change
3677    
3678            * Thuban/UI/renderer.py (ScreenRenderer.layer_ids)
3679            (ScreenRenderer.layer_shapes): Rename as in BaseRenderer
3680    
3681            * Thuban/UI/viewport.py (ViewPort._find_shape_in_layer): Adapt to
3682            changes in the ShapesInRegion return value.
3683            (ViewPort._get_hit_tester): Remove commented out code
3684    
3685            * test/mockgeo.py (SimpleShapeStore.ShapesInRegion): Adapt to the
3686            new return value.
3687            (SimpleShapeStore.AllShapes): New. Implement this method too.
3688    
3689            * test/test_layer.py (TestLayer.test_arc_layer)
3690            (TestLayer.test_polygon_layer, TestLayer.test_point_layer)
3691            (TestLayer.test_point_layer_with_projection)
3692            (TestLayer.test_derived_store): Adapt to changes in the
3693            ShapesInRegion return value.
3694    
3695            * test/test_shapefilestore.py
3696            (TestShapefileStoreArc.test_shapes_in_region)
3697            (TestShapefileStorePolygon.test_shapes_in_region)
3698            (TestShapefileStorePoint.test_shapes_in_region): Adapt to changes
3699            in the ShapesInRegion return value.
3700            (TestShapefileStorePoint.test_all_shapes)
3701            (TestShapefileStoreArc.test_shape_shapeid): New tests for the new
3702            methods
3703    
3704            * test/test_derivedshapestore.py
3705            (TestDerivedShapeStore.test_shapes_in_region): Adapt to changes in
3706            the ShapesInRegion return value.
3707            (TestDerivedShapeStore.test_all_shapes)
3708            (TestDerivedShapeStore.test_shape_shapeid): New tests for the new
3709            methods
3710    
3711    2003-08-15  Bernhard Herzog  <[email protected]>
3712    
3713            Make the renderers deal correctly with raw vs. python level
3714            representation of shape geometries
3715    
3716            * Thuban/UI/baserenderer.py (BaseRenderer.low_level_renderer):
3717            Return a flag useraw in addition to the callable and the parameter
3718            to indicate whether the callable can deal with the raw shape data
3719            or uses the higher level python lists of coordinates. The callable
3720            now should accept either the raw data or the return value of the
3721            shape's Points() method.
3722            (BaseRenderer.draw_shape_layer): Adapt to the low_level_renderer
3723            change
3724            (BaseRenderer.projected_points): Instead of the shape id use the
3725            points list as parameter.
3726            (BaseRenderer.draw_polygon_shape, BaseRenderer.draw_arc_shape)
3727            (BaseRenderer.draw_point_shape): Adapt to projected_points()
3728            change and accept the points list as parameter instead of the
3729            shape id.
3730    
3731            * Thuban/UI/renderer.py (MapRenderer.low_level_renderer): Return
3732            the useraw flag as required by the BaseRenderer
3733            (ScreenRenderer.draw_shape_layer): Adapt to low-level renderer
3734            changes.
3735    
3736            * test/test_baserenderer.py
3737            (TestBaseRenderer.test_point_with_classification): New test for
3738            rendering a map with classifications.
3739    
3740    2003-08-15  Bernhard Herzog  <[email protected]>
3741    
3742            * Thuban/UI/viewport.py (ViewPort.find_shape_at)
3743            (ViewPort._find_shape_in_layer, ViewPort._find_shape_in_layer)
3744            (ViewPort._get_hit_tester, ViewPort.projected_points)
3745            (ViewPort._hit_point, ViewPort._hit_arc, ViewPort._hit_polygon)
3746            (ViewPort._find_label_at): Split the find_shape_at method into
3747            several new methods and use the functions in the hit-test module.
3748    
3749            * Thuban/UI/hittest.py: New module with Python-level hit-testing
3750            functions
3751    
3752            * test/test_hittest.py: New. Test for the new hittest module
3753    
3754    2003-08-15  Bernhard Herzog  <[email protected]>
3755    
3756            * Thuban/Model/layer.py (Layer.ShapesInRegion): Apply the layer
3757            projection to all corners of the bounding box to get a better
3758            approximation of the projected bounding box
3759    
3760            * test/test_layer.py (TestLayer.test_point_layer_with_projection):
3761            New. Test coordinate handling of a layer with a projection.
3762            Catches the bug fixed in Layer.ShapesInRegion
3763    
3764    2003-08-15  Bernhard Herzog  <[email protected]>
3765    
3766            Move some of the mock objects in test_baserenderer into their own
3767            module so they can easily be used from other tests
3768    
3769            * test/mockgeo.py: New test helper module with some mock objects
3770            for geometry related things like shapes, shapestores and
3771            projections.
3772    
3773            * test/test_mockgeo.py: New. Tests for the new helper module
3774    
3775            * test/test_baserenderer.py: Some of the mock-objects are in
3776            mockgeo now.
3777    
3778    2003-08-12  Jan-Oliver Wagner <[email protected]>
3779    
3780            * Thuban/UI/about.py (About.__init__): Added Bj�rn Broscheit.
3781    
3782    2003-08-12  Bernhard Herzog  <[email protected]>
3783    
3784            * po/de.po: New. German translations by Bjoern Broscheit
3785    
3786    2003-08-12  Bernhard Herzog  <[email protected]>
3787    
3788            * Thuban/UI/projdialog.py (UnknownProjPanel._DoLayout): Translated
3789            strings have to be one string literal.
3790    
3791    2003-08-11  Bernhard Herzog  <[email protected]>
3792    
3793            * test/support.py (FloatComparisonMixin.assertPointListEquals):
3794            New. This method was used in various derived classes, but it's
3795            better to have it here.
3796    
3797            * test/test_shapefilestore.py
3798            (ShapefileStoreTests.assertPointListEquals): Removed. It's now in
3799            FloatComparisonMixin
3800    
3801            * test/test_layer.py (TestLayer.assertPointListEquals): Removed.
3802            It's now in FloatComparisonMixin
3803    
3804            * test/test_derivedshapestore.py
3805            (TestDerivedShapeStore.assertPointListEquals): Removed. It's now
3806            in FloatComparisonMixin
3807    
3808    2003-08-11  Bernhard Herzog  <[email protected]>
3809    
3810            * Thuban/UI/join.py (JoinDialog.OnJoin): Add missing space to
3811            error message
3812    
3813    2003-08-08  Jan-Oliver Wagner <[email protected]>
3814    
3815            * Doc/manual/thuban-manual.xml: Now use authorgroup. Added revhistory
3816            with version number.
3817            Changed title to reflect version number of Thuban.
3818    
3819    2003-08-08  Jan-Oliver Wagner <[email protected]>
3820    
3821            * Thuban/UI/about.py (About.__init__): Reworked the hall of fame. Now
3822            the list corresponds to the "About" web page.
3823    
3824    2003-08-08  Bernhard Herzog  <[email protected]>
3825    
3826            * Thuban/UI/projdialog.py (UTMProposeZoneDialog.dialogLayout):
3827            Make sure translated strings are recognized as one string literal.
3828    
3829            * Thuban/UI/proj4dialog.py (UTMProposeZoneDialog.dialogLayout):
3830            Make sure translated strings are recognized as one string literal.
3831    
3832            * Thuban/UI/classgen.py (ClassGenDialog.OnOK): Make sure
3833            translated strings are recognized as one string literal.
3834    
3835            * Thuban/UI/application.py (ThubanApplication.OpenSession): Make
3836            sure translated strings are recognized as one string literal.
3837    
3838    2003-08-07  Bernhard Herzog  <[email protected]>
3839    
3840            * Thuban/Model/data.py (DerivedShapeStore.RawShapeFormat): New.
3841            Simply delegates to the original shapestore.
3842    
3843            * test/test_derivedshapestore.py
3844            (TestDerivedShapeStore.test_raw_format): New. Test case for
3845            DerivedShapeStore.RawShapeFormat
3846    
3847    2003-08-07  Bernhard Herzog  <[email protected]>
3848    
3849            Add raw data interface to shape objects.
3850    
3851            * Thuban/Model/data.py (ShapefileShape, Shape): Rname the shape
3852            class to ShapefileShape which now holds shapefile specific
3853            information.
3854            (ShapefileShape.compute_bbox): Simplified to not cache any
3855            information. The way this method is used that shouldn't matter
3856            performance wise.
3857            (ShapefileShape.RawData): New. Return the shapeid which is the raw
3858            data format for shapes from shapefiles.
3859            (ShapefileStore.RawShapeFormat): New. Return the raw datatype used
3860            in the shape objects returned by a shapestore. For a
3861            ShapefileStore this is always RAW_SHAPEFILE.
3862            (RAW_PYTHON, RAW_SHAPEFILE): Constants for the RawShapeFormat
3863            method.
3864    
3865            * test/test_shapefilestore.py
3866            (TestShapefileStore.test_raw_format): New test to test the raw
3867            format feature of shapes.
3868    
3869            * Thuban/Model/layer.py: Remove the unused import of Shape from
3870            data. It was only there for interface compatibility but it's not
3871            used inside of Thuban and the generic Shape class has gone away.
3872    
3873            * Thuban/UI/renderer.py (MapRenderer.low_level_renderer): Check
3874            the raw data format and only use an optimized version of its a
3875            shapefile.
3876    
3877    2003-08-07  Bernhard Herzog  <[email protected]>
3878    
3879            * test/test_baserenderer.py (SimpleShape): Shape class for the
3880            tests.
3881            (SimpleShapeStore.Shape): Use SimpleShape instead of
3882            Thuban.Model.data.Shape to make the tests independed of the coming
3883            changes.
3884    
3885    2003-08-07  Bernhard Herzog  <[email protected]>
3886    
3887            * test/support.py (SkipTest, ThubanTestResult, ThubanTestRunner)
3888            (ThubanTestProgram): New classes that extend the respective
3889            classes from unittest. These new version support skipping tests
3890            under certain expected conditions. In the Thuban test suite we
3891            uses this for tests that require the optional gdal support.
3892            (run_tests): Use ThubanTestProgram instead of the unittest.main()
3893    
3894            * test/runtests.py (main): Use the new ThubanTestRunner instead of
3895            the normal one from unittest
3896    
3897            * test/test_layer.py (TestLayer.test_raster_layer): If this test
3898            is not run because gdal support isn't available report this to the
3899            runner.
3900    
3901            * test/test_baserenderer.py
3902            (TestBaseRenderer.test_raster_no_projection): Do not run this test
3903            if gdal support isn't available and report this to the runner.
3904    
3905    2003-08-06  Bernhard Herzog  <[email protected]>
3906    
3907            Rearrange the renderers a bit, partly in preparation for changes
3908            required for the postgis merge, partly to make it more testable.
3909            Also make the representation of coordinates in Shapes more
3910            consistent.
3911    
3912            * Thuban/UI/renderer.py (MapRenderer): Most of the code/methods in
3913            this class is now in BaseRenderer. This class is now practically
3914            only a specialization of BaseRenderer for rendering to an actual
3915            wx DC.
3916            (ScreenRenderer.draw_shape_layer): Use self.low_level_renderer()
3917            to get the shapetype specific rendering functions.
3918    
3919            * Thuban/UI/baserenderer.py: New file with the basic rendering
3920            logic. The code in this file is completely independend of wx.
3921            (BaseRenderer): Class with the basic rendering logic
3922    
3923            * test/test_baserenderer.py: New. Test cases for BaseRenderer
3924    
3925            * Thuban/UI/view.py (MapCanvas.__init__): New instance variable
3926            error_on_redraw to guard agains endless loops and stack overflows
3927            when there's a bug in the rendering code that raises exceptions.
3928            (MapCanvas.OnIdle, MapCanvas._do_redraw): Split the actual
3929            rendering into a separate method _do_redraw so that error handling
3930            is a bit easier. When an exception occurs, set error_on_redraw to
3931            true. When it's true on entry to OnIdle do nothing and return
3932            immediately.
3933    
3934            * Thuban/Model/data.py (ShapefileStore.Shape): For consistency, a
3935            Shape object will always have the coordinates as a list of list of
3936            coordinate pairs (tuples).
3937            (Shape.compute_bbox): Adapt to new representation.
3938    
3939            * Thuban/UI/viewport.py (ViewPort.find_shape_at)
3940            (ViewPort.LabelShapeAt): Adapt to new coordinate representation in
3941            Shape objects.
3942    
3943            * test/test_shapefilestore.py
3944            (ShapefileStoreTests.assertFloatTuplesEqual)
3945            (ShapefileStoreTests.assertPointListEquals): Rename to
3946            assertPointListEquals and change purpose to checking equality of
3947            the lists returned by Shape.Points().
3948            (TestShapefileStoreArc.test_shape)
3949            (TestShapefileStorePolygon.test_shape)
3950            (TestShapefileStorePoint.test_shape): Use the new
3951            assertPointListEquals instead of assertFloatTuplesEqual
3952    
3953            * test/test_layer.py (TestLayer.assertFloatTuplesEqual)
3954            (TestLayer.assertPointListEquals): Rename to assertPointListEquals
3955            and change purpose to checking equality of the lists returned by
3956            Shape.Points().
3957            (TestLayer.test_arc_layer, TestLayer.test_arc_layer)
3958            (TestLayer.test_polygon_layer, TestLayer.test_point_layer)
3959            (TestLayer.test_derived_store): Use the new assertPointListEquals
3960            instead of assertFloatTuplesEqual
3961    
3962            * test/test_derivedshapestore.py
3963            (TestDerivedShapeStore.assertFloatTuplesEqual)
3964            (TestDerivedShapeStore.assertPointListEquals): Rename to
3965            assertPointListEquals and change purpose to checking equality of
3966            the lists returned by Shape.Points().
3967            (TestDerivedShapeStore.test_shape): Use the new
3968            assertPointListEquals instead of assertFloatTuplesEqual
3969    
3970    2003-08-06  Jan-Oliver Wagner <[email protected]>
3971    
3972            * Thuban/UI/projdialog.py (UTMPanel._OnPropose): Added test for
3973            a bounding box. A dialog is raised in case, no bounding box
3974            is found. This fixes bug #2043:
3975            https://intevation.de/rt/webrt?serial_num=2043
3976    
3977    2003-08-05  Bernhard Herzog  <[email protected]>
3978    
3979            * Thuban/Model/color.py (Color.__repr__): Make the repr of a color
3980            object look like a Color instantiation. Formerly it looked like a
3981            tuple.
3982    
3983            * test/test_color.py (TestColor.test_repr)
3984            (TestColor.test_equality, TestColor.test_inequality): New. test
3985            some more apects of the Color class
3986            (TestTransparent.test_repr, TestTransparent.test_hex)
3987            (TestTransparent.test_equality): New. Test cases for the
3988            Transparent object.
3989    
3990    2003-08-04  Jan-Oliver Wagner <[email protected]>
3991    
3992            * Doc/manual/thuban-manual.xml: a number of small improvements.
3993            The resulting file is the version submitted for GREAT-ER II.
3994    
3995    2003-08-01  Bernhard Herzog  <[email protected]>
3996    
3997            * Thuban/UI/resource.py, Thuban/UI/projdialog.py,
3998            Thuban/UI/join.py, Thuban/UI/classgen.py, Thuban/UI/about.py,
3999            Thuban/Model/resource.py: Insert cvs keywords and doc-strings.
4000    
4001            * Thuban/UI/common.py: Insert cvs keywords and doc-strings.
4002            (Color2wxColour, wxColour2Color, ThubanBeginBusyCursor)
4003            (ThubanEndBusyCursor): Add doc-strings
4004    
4005    2003-08-01  Bernhard Herzog  <[email protected]>
4006    
4007            First step towards PostGIS integration. More abstraction by movin
4008            more code from the layer to the shapestore. More methods of the
4009            layer are now simply delegated to the equivalent method of the
4010            shapestore. The SHAPETYPE_* constants are now in data not in
4011            layer.
4012    
4013            * Thuban/Model/data.py (SHAPETYPE_POLYGON, SHAPETYPE_ARC)
4014            (SHAPETYPE_POINT, Shape): Move these constants and classes from
4015            layer.py to data.py
4016            (ShapefileStore.__init__): More Initialization for the new methods
4017            and functionality.
4018            (ShapefileStore.ShapeType, ShapefileStore.NumShapes)
4019            (ShapefileStore.BoundingBox, ShapefileStore.ShapesInRegion)
4020            (ShapefileStore.Shape): New methods that were formerly implemented
4021            in the layer.
4022            (DerivedShapeStore.Shape, DerivedShapeStore.ShapesInRegion)
4023            (DerivedShapeStore.ShapeType, DerivedShapeStore.NumShapes)
4024            (DerivedShapeStore.BoundingBox): New. DerivedShapeStore
4025            equivalents of the new shape methods. These versions are simply
4026            delegated to the original shapstore.
4027    
4028            * Thuban/Model/layer.py (SHAPETYPE_POLYGON, SHAPETYPE_ARC)
4029            (SHAPETYPE_POINT, Shape): Removed. They're now in data.py
4030            (Layer.SetShapeStore): Removed the initializatin of instance
4031            variables that were needed for the stuff that's now in
4032            ShapefileStore
4033            (Layer.BoundingBox, Layer.NumShapes, Layer.ShapeType)
4034            (Layer.Shape, Layer.ShapesInRegion): Simply delegate to the
4035            shapestore.
4036    
4037            * Thuban/UI/classifier.py, Thuban/UI/renderer.py,
4038            Thuban/UI/viewport.py: Import the SHAPETYPE_* constants from data
4039            instead of layer.
4040    
4041            * test/test_shapefilestore.py: New. Tests for ShapefileStore.
4042    
4043            * test/test_derivedshapestore.py: New. Tests for DerivedShapeStore.
4044    
4045            * test/test_layer.py: Import the SHAPETYPE_* constants from data
4046            instead of layer.
4047            (TestLayer.test_derived_store): Remove the test for the exception
4048            when instantiating the DerivedShapeStore with an incompatible
4049            table which is now in test_derivedshapestore.py. Add some more
4050            tests of the layer methods to determine whether they work for a
4051            DerivedShapeStore as well.
4052    
4053    2003-07-31  Jonathan Coles   <[email protected]>
4054    
4055            * Doc/manual/thuban-manual.xml: Fix the list of required packages
4056            by just listing the name and where they can be found.
4057    
4058    2003-07-31  Frank Koormann   <[email protected]>
4059    
4060            * Doc/manual/thuban-manual.xml:
4061            Changed the screenshot elements to figure.
4062            Changed some variablelist elements to itemizedlist.
4063            Added section on GDAL formats.
4064    
4065    2003-07-31  Jonathan Coles   <[email protected]>
4066    
4067            * Doc/manual/thuban-manual.xml: Added a few sentences about
4068            the Fix Border Color option when generating classes.
4069    
4070    2003-07-30  Jonathan Coles   <[email protected]>
4071    
4072            * Thuban/Model/classgen.py: Add docstrings. Rename specific
4073            Ramp instances to use lower_case_style.
4074    
4075            * Thuban/UI/classgen.py: Use renamed Ramp instances.
4076            
4077            * Thuban/UI/classifier.py: Add docstrings.
4078    
4079            * Thuban/UI/dock.py: Add docstrings.
4080    
4081            * test/test_classgen.py: Use renamed Ramp instances.
4082    
4083    2003-07-30  Bernhard Herzog  <[email protected]>
4084    
4085            * Thuban/Lib/connector.py (QueueingPublisher): Removed. This class
4086            was never used in Thuban.
4087    
4088    2003-07-30  Bernhard Herzog  <[email protected]>
4089    
4090            * Thuban/UI/join.py (JoinDialog.__init__): Use the table's Title()
4091            method directly instead of going through the transient_table
4092            method. This faster because transient_table may force the copy of
4093            a DBF file into the transient database and setting a table's title
4094            doesnm't affect the title of the associated transient table, so
4095            this fixes RT #2042
4096    
4097            * Thuban/UI/main.py (__version__): Don't import the already
4098            removed show_exception_dialog.
4099    
4100    2003-07-29  Jonathan Coles   <[email protected]>
4101    
4102            * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
4103            Put back this method and remove the equivalent function since we
4104            are setting the exception hook from within this class (OnInit).
4105    
4106    2003-07-29  Jonathan Coles   <[email protected]>
4107    
4108            * Doc/manual/images/5_2_custom_ramp.png,
4109            Doc/manual/images/5_2_quantiles.png,
4110            Doc/manual/images/5_2_uniform_dist.png,
4111            Doc/manual/images/5_2_unique_values.png,
4112            Doc/manual/images/8_int_error.png: New screen shots.
4113    
4114            * Doc/manual/thuban-manual.xml: Fixed typos and wording, clarified
4115            some points, and added more screen shots.
4116    
4117    2003-07-29  Bernhard Herzog  <[email protected]>
4118    
4119            * Thuban/Model/data.py: Remove the now unused import of warnings
4120    
4121    2003-07-29  Bernhard Herzog  <[email protected]>
4122    
4123            * Thuban/Model/data.py (SimpleStore): Removed. This class has been
4124            deprecated since before the 0.8 release and isn't used in Thuban
4125            itself anymore.
4126    
4127            * Thuban/Model/transientdb.py: Remove some unnecessary imports
4128    
4129    2003-07-29  Jonathan Coles   <[email protected]>
4130    
4131            * Thuban/UI/application.py (ThubanApplication.OnInit): set the
4132            python exception hook here so that we are sure to catch any
4133            Thuban exception that happen during initialization.
4134    
4135            * Thuban/UI/main.py (main): Don't set the exception hook here,
4136            it will get set in ThubanApplication.OnInit.
4137    
4138    2003-07-29  Jonathan Coles   <[email protected]>
4139                                                                                
4140            * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
4141            Removed and called it show_exception_dialog() so that the exception
4142            handler can be set before the class is created.
4143                                                                                
4144            * Thuban/UI/main.py (main): Install the exception handler before
4145            a ThubanApplication is created.
4146                                                                                    
4147    2003-07-29  Bernhard Herzog  <[email protected]>
4148    
4149            * po/it.po: New. Italian translation by Maurizio Napolitano
4150    
4151            * po/ru.po: New. Russian translation by Alex Shevlakov
4152    
4153    2003-07-29  Frank Koormann   <[email protected]>
4154    
4155            * Doc/manual/thuban-manual.xml: Extended section on supported
4156            projections.
4157            
4158    2003-07-29  Frank Koormann   <[email protected]>
4159    
4160            * Doc/manual/thuban-manual.xml: gaspell-checked.
4161    
4162    2003-07-29  Jonathan Coles   <[email protected]>
4163    
4164            * Doc/manual/images/3_5_legend.png: Added border to improve look
4165            on white background.
4166    
4167    2003-07-29  Jonathan Coles   <[email protected]>
4168    
4169            * Doc/manual/thuban-manual.xml: Fixed grammar and typos. Added
4170            descriptions for the legend toolbar.
4171    
4172            * Doc/manual/images/4_2_raster_layer_properties.png: Removed
4173            cursor from dialog box.
4174    
4175    2003-07-28  Jonathan Coles   <[email protected]>
4176    
4177            * Doc/manual/thuban-manual.xml: More screenshots and more chapters.
4178    
4179            * Doc/manual/images/2_4_session_tree.png,
4180            Doc/manual/images/3_5_legend.png, Doc/manual/images/3_rename_map.png,
4181            Doc/manual/images/4_2_layer_properties.png,
4182            Doc/manual/images/4_2_raster_layer_properties.png,
4183            Doc/manual/images/5_3_genclass.png,
4184            Doc/manual/images/5_classification.png,
4185            Doc/manual/images/6_projection.png,
4186            Doc/manual/images/7_1_table_view.png,
4187            Doc/manual/images/7_2_5_join.png: New screenshots.
4188    
4189    2003-07-24  Jonathan Coles   <[email protected]>
4190    
4191            * Doc/manual/thuban-manual.xml: Chapter on Projection Management.
4192    
4193    2003-07-24  Jonathan Coles   <[email protected]>
4194    
4195            * Doc/manual/thuban-manual.xml: Added EPS images and wrote
4196            chapter on Layer Management.
4197    
4198            * Doc/manual/Makefile: New. Makefile to generate all formats for the
4199            manual and images.
4200    
4201    2003-07-24  Bernhard Herzog  <[email protected]>
4202    
4203            * Thuban/Model/range.py, Thuban/version.py: Remove the #! line as
4204            it annoys lintian which warns about these files not being
4205            executable. The #! isn't necessary here since if you absolutely
4206            must execute them you can always say "python <filename>".
4207    
4208            * Thuban/UI/renderer.py (ScreenRenderer.draw_shape_layer): Remove
4209            superfluous code to set brush and pen for point shapes
4210    
4211            * Thuban/UI/viewport.py: Remove commented out code that wouldn't
4212            belong in viewport anyway
4213    
4214    2003-07-24  Frank Koormann   <[email protected]>
4215    
4216            * Doc/manual/thuban-manual.xml: Added section on table management.
4217    
4218    2003-07-24  Bernhard Herzog  <[email protected]>
4219    
4220            * test/runtests.py (main): Recognize the long "verbose" option
4221            correctly.
4222    
4223    2003-07-22  Jonathan Coles   <[email protected]>
4224    
4225            * Doc/manual/thuban-manual.xml: Continue to write first revision
4226            of the manual.
4227    
4228            * Thuban/UI/renderer.py (MapRenderer.render_map): Wrap method
4229            with Begin/EndDrawing() calls to ensure we aren't doing to
4230            many updates to the dc during rendering.
4231            (ScreenRenderer.draw_shape_layer): self.draw_point_shape takes
4232            a pen and brush argument so they need to be passed to the function.
4233    
4234            * Thuban/UI/viewport.py (ViewPort.calc_min_max_scales): New.
4235            Calculates the minimum and maximum scale values. Factored out
4236            of set_view_transform so that it could be used to zoom all the
4237            way into a single point.
4238            (ViewPort.set_view_transform): Call calc_min_max_scales().
4239            (ViewPort.FitSelectedToWindow): Zoom to the maximum scale
4240            if only a single point is selected.
4241    
4242            * Doc/manual/images/1_2_legend_close.png,
4243            Doc/manual/images/1_2_legend_dock.png,
4244            Doc/manual/images/1_2_mainwindow.png,
4245            Doc/manual/images/1_2_mainwindow.ps,
4246            Doc/manual/images/1_2_mainwindow.sk,
4247            Doc/manual/images/3_2_fullextent.png,
4248            Doc/manual/images/3_2_fulllayerextent.png,
4249            Doc/manual/images/3_2_fullshapeextent.png,
4250            Doc/manual/images/3_2_pan.png,
4251            Doc/manual/images/3_2_zoomin.png,
4252            Doc/manual/images/3_2_zoomout.png,
4253            Doc/manual/images/3_3_identify.png,
4254            Doc/manual/images/3_3_label.png,
4255            Doc/manual/images/3_5_invisible.png,
4256            Doc/manual/images/3_5_movedown.png,
4257            Doc/manual/images/3_5_moveup.png,
4258            Doc/manual/images/3_5_props.png,
4259            Doc/manual/images/3_5_tobottom.png,
4260            Doc/manual/images/3_5_totop.png,
4261            Doc/manual/images/3_5_visible.png: New. Images for the documentation.
4262    
4263    2003-07-18  Bernhard Herzog  <[email protected]>
4264    
4265            * Thuban/UI/messages.py (MAP_REPLACED): New message.
4266    
4267            * Thuban/UI/viewport.py (ViewPort.SetMap): Issue MAP_REPLACED
4268            after the new map has been assigned
4269    
4270            * Thuban/UI/mainwindow.py (MainWindow.delegated_messages):
4271            Delegate MAP_REPLACED to the canvas too
4272            (MainWindow.prepare_new_session): Removed. Thanks to the new
4273            MAP_REPLACED message it's no longer needed
4274            (MainWindow.OpenSession, MainWindow.NewSession):
4275            prepare_new_session has been removed.
4276    
4277            * Thuban/UI/classifier.py (Classifier.__init__): Subscribe to
4278            MAP_REPLACED so that we can close the dialog if a new map is set.
4279            (Classifier.unsubscribe_messages): Unsubscribe from MAP_REPLACED
4280            (Classifier.map_replaced): Handle MAP_REPLACED by closing the
4281            dialog
4282    
4283            * test/test_viewport.py (SimpleViewPortTest)
4284            (SimpleViewPortTest.test_default_size): Add doc-strings
4285            (ViewPortTest.setUp): Bind map to self.map so we can use it in
4286            tests. Subscribe to MAP_REPLACED messages too.
4287            (ViewPortTest.tearDown): No need to explicitly unsubscribe
4288            (ViewPortTest.test_set_map): New test for the SetMap method.
4289    
4290    2003-07-18  Bernhard Herzog  <[email protected]>
4291    
4292            * test/test_viewport.py (SimpleViewPortTest.test_default_size):
4293            Move this test from ViewPortTest.setUp to this new separate test
4294            case. setUp is not the place for the actual tests.
4295            (ViewPortTest.test_inital_settings, ViewPortTest.setUp): Move some
4296            more of the test from setUp to the new test test_inital_settings.
4297            (ViewPortTest.test_win_to_proj, ViewPortTest.test_proj_to_win)
4298            (ViewPortTest.test_proj_conv): Split test_proj_conv into
4299            test_win_to_proj and test_proj_to_win and make the tests easier to
4300            understand
4301            (ViewPortTest.testFitRectToWindow, ViewPortTest.testZoomFactor)
4302            (ViewPortTest.testZoomOutToRect, ViewPortTest.testTranslate)
4303            (ViewPortTest.test_unprojected_rect_around_point)
4304            (ViewPortTest.test_find_shape_at, ViewPortTest.testTools):
4305            Reformat to increase readability.
4306    
4307    2003-07-18  Bernhard Herzog  <[email protected]>
4308    
4309            * Thuban/UI/view.py (MapCanvas.OnLeftDown): Capture the mouse.
4310    
4311    2003-07-18  Bernhard Herzog  <[email protected]>
4312    
4313            * test/runtests.py: The test suite can now be run without an X
4314            connection. To make sure this remains true, remove the DISPLAY
4315            environment variable so that an error occurs if the wxGTK is
4316            imported accidentally
4317    
4318    2003-07-18  Bernhard Herzog  <[email protected]>
4319    
4320            * Thuban/UI/viewport.py: Remove unused imports
4321    
4322            * Thuban/UI/view.py: Remove unused imports
4323    
4324    2003-07-18  Bernhard Herzog  <[email protected]>
4325    
4326            * test/test_export.py Remove unused imports. The OutputTransform
4327            function is now in viewport.py and is called output_transform
4328            (TestScalebar.test_output_transform)
4329            (TestScalebar.test_OutputTransform): Renamed to
4330            test_output_transform and updated to use output_transform instead
4331            of OutputTransform
4332    
4333            * Thuban/UI/view.py (OutputTransform): Moved to viewport.py and
4334            renamed.
4335            (MapCanvas.Export, MapPrintout.draw_on_dc): OutputTransform was
4336            renamed to output_transform
4337    
4338            * Thuban/UI/viewport.py (OutputTransform, output_transform):
4339            Rename to output_transform
4340    
4341    2003-07-18  Bernhard Herzog  <[email protected]>
4342    
4343            * Thuban/Model/layer.py (Layer.__init__): Rename
4344            classificationField to classificatin_column and init it here so
4345            that it can be used in SetClassificationColumn
4346            (Layer.GetClassificationColumn, Layer.GetClassificationField):
4347            Rename to GetClassificationColumn.
4348            (Layer.SetClassificationColumn, Layer.SetClassificationField):
4349            Rename to SetClassificationColumn and issue a LAYER_CHANGED
4350            message if the column changes.
4351            (Layer._classification_changed, Layer.ClassChanged): Rename to
4352            _classification_changed. Update the callers.
4353            (Layer.SetShapeStore): Further field->column renames.
4354    
4355            * Thuban/Model/load.py (SessionLoader.start_classification)
4356            (SessionLoader.start_clpoint): Updates because of
4357            field->column method name changes in the Layer class
4358    
4359            * Thuban/Model/save.py (SessionSaver.write_classification): Updates
4360            because of field->column method name changes in the Layer class
4361    
4362            * Thuban/UI/classifier.py (Classifier.__init__)
4363            (Classifier._OnTry, Classifier._OnRevert): Updates because of
4364            field->column method name changes in the Layer class
4365    
4366            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Updates
4367            because of field->column method name changes in the Layer class
4368    
4369            * Thuban/UI/viewport.py (ViewPort.find_shape_at): Updates because
4370            of field->column method name changes in the Layer class
4371    
4372            * test/test_save.py (SaveSessionTest.testClassifiedLayer)
4373            (SaveSessionTest.testClassifiedLayer): Update because of
4374            field->column method name changes in the Layer class
4375    
4376            * test/test_layer.py (SetShapeStoreTests.setUp)
4377            (SetShapeStoreTests.test_sanity): Update because of field->column
4378            method name changes in the Layer class
4379            (TestLayerModification.setUp): Subscribe to LAYER_CHANGED as well
4380            (TestLayerModification.test_sanity)
4381            (TestLayerModification.test_initial_settings): remove unsued code
4382            and rename to test_sanity.
4383            (TestLayerModification.test_set_classification): New test for
4384            SetClassification and SetClassificationField.
4385    
4386    2003-07-18  Bernhard Herzog  <[email protected]>
4387    
4388            * test/test_classgen.py (TestFixedRamp.test): Extend test to check
4389            the non-fixed values as well. The old test would have accepted a
4390            fixed ramp that only returnes the fixed properties
4391    
4392    2003-07-17  Jonathan Coles   <[email protected]>
4393    
4394            * Doc/manual/mainwindow.png, Doc/manual/mainwindow.xcf: Screen
4395            shots for the manual. The XCF file is the source image and
4396            has additional layers to support changes.
4397    
4398            * Doc/manual/thuban-manual.xml: Wrote an initial Introduction.
4399    
4400            * Thuban/UI/classifier.py (Classifier.__BuildClassification):
4401            Return both the new class and the field name.
4402    
4403            * Thuban/UI/mainwindow.py (MainWindow.ToggleLegend): Don't
4404            fit the map to the window as this changes any zoom level that
4405            the user may have set.
4406    
4407    2003-07-16  Jonathan Coles   <[email protected]>
4408    
4409            * Thuban/Model/classgen.py (generate_singletons,
4410            generate_uniform_distribution, generate_quantiles): Remove
4411            fixes parameter, but maintain the same functionality by having
4412            the calling function pass a FixedRamp object for the ramp.
4413            (FixedRamp): New. Adapts a ramp to have fixed property values.
4414    
4415            * Thuban/Model/classification.py: Use new CLASS_CHANGED message.
4416            (Classification): Inherit from Publisher.
4417            (Classification.__init__): Remove the layer parameter.
4418            Classifications no longer need to have a parent layer.
4419            (Classification.GetField, Classification.GetFieldType,
4420            Classification.SetFieldInfo): Removed. The field name is stored
4421            in the layer, and the type can be retreived by calling
4422            Layer.GetFieldType().
4423            (Classification._set_layer, Classification.GetLayer): Removed.
4424            Classifications no longer have a parent layer.
4425    
4426            * Thuban/Model/layer.py (Layer.Destroy): Unsubscribe from the
4427            classification.
4428            (Layer.SetShapeStore): Reset the classification first while
4429            we still have the old shape store to work with.
4430            (Layer.GetClassificationField, Layer.SetClassificationField):
4431            New. Method for getting/setting the field to classify on.
4432            (Layer.SetClassification): Simplified now that the layer
4433            simply has to hold a reference to the classification and not
4434            tell the classification who owns it.
4435            Fixes RTbug #2023.
4436    
4437            * Thuban/Model/load.py (SessionLoader.start_classification):
4438            Set the field name on the layer, not the classification.
4439    
4440            * Thuban/Model/messages.py: Add CLASS_CHANGED for when a
4441            classification is modified.
4442    
4443            * Thuban/Model/save.py (SessionSaver.write_classification):
4444            Get the field name and type from the layer.
4445    
4446            * Thuban/Model/table.py (table_to_dbf, table_to_csv): Renamed
4447            parameter records to rows and add docstring. Fixes RTbug #1997.
4448    
4449            * Thuban/UI/classgen.py (ClassGenDialog.OnOK): Use a fixed
4450            ramp when we need to fix certain values of a ramp rather than
4451            using the old fixes parameter. Fixes RTbug #2024.
4452    
4453            * Thuban/UI/classifier.py (ClassGrid.CreateTable): Add fieldType
4454            parameter.
4455            (ClassTable.Reset): Add fieldType parameter and use it, rather
4456            than asking the classification.
4457            (Classifier.__init__): Remember the original class's field
4458            and ask the layer for the field type, rather than the classification.
4459            (Classifier.__SetGridTable): Retrieve the field and field type
4460            for the table because they are not in the classification.
4461            (Classifier._OnTry, Classifier._OnRevert): Set the classification
4462            field on the layer in addition to the classification itself.
4463    
4464            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Get the
4465            classification field from layer.
4466    
4467            * Thuban/UI/viewport.py (ViewPort.find_shape_at): Get the
4468            classification field from layer. Split up tests and remove
4469            *-imports. Fixes RTbug #1992.
4470    
4471            * test/test_classgen.py (TestFixedRamp): Test for the FixedRamp class.
4472    
4473            * test/test_classification.py
4474            (TestClassification.test_classification): Remove tests for methods
4475            that no longer exist.
4476    
4477            * test/test_layer.py (SetShapeStoreTests.setUp): Classification
4478            __init__ no longer has a field parameter, use SetClassificationField.
4479            (SetShapeStoreTests.test_sanity): Use layer object to get class
4480            field info.
4481    
4482            * test/test_save.py (SaveSessionTest.testClassifiedLayer): Use
4483            SetClassificationField on layer to set class field info.
4484    
4485            * test/test_viewport.py: Renamed from test/test_view.py.
4486    
4487    2003-07-16  Jan-Oliver Wagner <[email protected]>
4488    
4489            * Doc/manual/thuban-manual.xml: Added authors and an initial
4490            coarse structure.
4491    
4492    2003-07-15  Bernhard Herzog  <[email protected]>
4493    
4494            * test/support.py (FloatComparisonMixin): This is a mix-in class
4495            and therefore should not be derived from any other class.
4496    
4497            * test/test_range.py (RangeTest): FloatComparisonMixin is a
4498            mix-in, so derive from TestCase as well.
4499    
4500    2003-07-15  Bernhard Herzog  <[email protected]>
4501    
4502            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Rework the
4503            draw_func handling a bit to remove one layer of indirection. This
4504            makes the renderer about 10% faster in the non-classifying case
4505            and the code a bit cleaner
4506            (MapRenderer.draw_point_shape): Add the pen and brush parameters
4507            and set them in the dc. Now the draw_point_shape method and
4508            wxproj's draw_polygon_shape function have basically the same
4509            signature so that both can be directly used as draw_func
4510    
4511    2003-07-15  Bernhard Herzog  <[email protected]>
4512    
4513            * Thuban/Model/save.py (SessionSaver.write_classification): Encode
4514            string values (in addition to the labels) as UTF 8
4515    
4516            * Thuban/Model/load.py (SessionLoader.start_clpoint): Decode the
4517            values if the field type is string
4518    
4519            * test/test_save.py (SaveSessionTest.testClassifiedLayer): Test
4520            saving a session with non-ascii string classification values.
4521    
4522            * test/test_load.py (TestClassification.file_contents)
4523            (TestClassification.test): Check for non-ascii values in string
4524            classifications
4525    
4526    2003-07-14  Jonathan Coles   <[email protected]>
4527    
4528            * test/test_view.py: New. Tests for ViewPort.
4529    
4530    2003-07-14  Frank Koormann   <[email protected]>
4531    
4532            * Thuban/Model/load.py (SessionLoader.start_map): Encode map
4533            title to latin1.  Fixes https://intevation.de/rt/webrt?serial_num=2013
4534    
4535            * test/test_load_0_8.py (TestUnicodeStrings): New, test load of
4536            unicode strings from session file: session title, map title and
4537            projection name.
4538            
4539    2003-07-10  Jonathan Coles   <[email protected]>
4540    
4541            * Thuban/UI/viewport.py (Tool.MouseUp): Should have called
4542            drag_stop, not drag_move when the mouse is released.
4543    
4544    2003-07-10  Jonathan Coles   <[email protected]>
4545    
4546            The most important part of this is the seperation of view.py into
4547            two pieces. viewport.py now has a class called ViewPort which
4548            contains all the non-wx parts of view.py and can therefore be
4549            tested. view.py contains only the wx-specific parts and is fairly
4550            simple.
4551    
4552            * Thuban/UI/view.py: Stripped out all non-wx functionality. Fixes
4553            RTTbug #1992.
4554            * Thuban/UI/viewport.py: New. Contains non-wx view functionality.
4555            RTTbug #1992.
4556    
4557            * Thuban/Model/classgen.py (generate_singletons,
4558            generate_uniform_distribution, generate_quantiles):
4559            Added 'fixes' parameter so that property attributes can
4560            be held constant over the generated classification groups.
4561            (CustomRamp.GetProperties): Remove unused variables.
4562    
4563            * Thuban/Model/map.py (Map.SetProjection): Send the old
4564            projection as an argument to listeners of the MAP_PROJECTION_CHANGED
4565            event.
4566    
4567            * Thuban/Model/table.py (table_to_dbf, table_to_csv): Added 'records'
4568            parameter which is a list of records that restricts which
4569            records are saved. Fixes RTbug #1997.
4570    
4571            * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
4572            Port exception dialog from GREAT-ER. Fixes RTbug #1993.
4573    
4574            * Thuban/UI/classgen.py (ClassGenDialog.__init__): Add controls
4575            to allow the user to fix line color/width on generated groups.
4576            (ClassGenDialog.OnOK): Use new 'fixes' parameter of the generate_*
4577            functions to optionally fix group properties.
4578    
4579            * Thuban/UI/main.py (main): Set exception hook to the
4580            ShowExceptionDialog. Fixes RTbug #1993.
4581    
4582            * Thuban/UI/mainwindow.py (MainWindow.ShowTableView): Raise
4583            the table window when it is selectd to be shown.
4584    
4585            * Thuban/UI/tableview.py (QueryTableFrame.__init__): Add an
4586            Export Selection button and move the export buttons underneath
4587            the table.
4588            (QueryTableFrame.UpdateStatusText): Added event argument so
4589            that it can respond to grid selection events. The status text
4590            is now updated even when the table is not associated with a
4591            layer as was previously assumed.
4592            (QueryTableFrame.OnGridSelectRange, OnGridSelectCell): Removed.
4593            UpdateStatusText responds to these events.
4594            (QueryTableFrame.OnSaveAs): Renamed to doExport.
4595            (QueryTableFrame.doExport): Helper function that saves the
4596            entire table, or selected rows, to a file.
4597            (QueryTableFrame.OnExport, QueryTableFrame.OnExportSel): New.
4598            Respond to export button events and call doExport.
4599    
4600            * extensions/thuban/gdalwarp.cpp (ProjectRasterFile): Make sure
4601            the function doesn't return NULL without first setting a Python
4602            Error.
4603    
4604            * test/runtests.py (main): Only print "Unknown option" for
4605            unsupported options.
4606    
4607            * test/support.py (FloatComparisonMixin.assertFloatEqual): Take
4608            optional epsilon argument to specify floating point accuracy.
4609            (FloatComparisonMixin.assertFloatSeqEqual): Call assertFloatEqual
4610            for each item test.
4611    
4612            * test/test_csv_table.py (TestCSVTable.test_table_to_cvs): Add
4613            tests for saving selected records.
4614    
4615            * test/test_dbf_table.py (TestTableToDBF.test_table_to_dbf): Add
4616            tests for saving selected records.
4617    
4618            * test/test_map.py (TestMapWithContents.test_set_projection):
4619            MAP_PROJECTION_CHANGED events send the old projection.
4620    
4621            * test/test_session.py
4622            (TestSessionWithContent.test_forward_map_projection):
4623            MAP_PROJECTION_CHANGED events send the old projection.
4624    
4625            * test/test_table.py (TableTest): Update tests to use non-deprecated
4626            functions.
4627    
4628    2003-07-08  Bernhard Herzog  <[email protected]>
4629    
4630            * Thuban/Model/transientdb.py (TransientTableBase.Width): The type
4631            constants in the column objects are the standard ones defined in
4632            the table module.
4633    
4634            * test/test_transientdb.py
4635            (TestTransientTable.test_transienttable_to_dbf): New. Test whether
4636            exporting transient tables as DBF works. This should catch the bug
4637            just fixed in TransientTableBase.Width.
4638    
4639    2003-07-08  Bernhard Herzog  <[email protected]>
4640    
4641            * Thuban/Model/classgen.py (CustomRamp.GetProperties): Compute the
4642            interpolated colors correctly.
4643    
4644            * test/test_classgen.py (TestCustomRamp.test_color_interpolation):
4645            New. Test case for the fix in classgen.py
4646    
4647    2003-07-08  Bernhard Herzog  <[email protected]>
4648    
4649            * test/runtests.py (main): Make the default output less verbose
4650            and add a verbosity option (-v) to get the old output
4651    
4652    2003-07-08  Bernhard Herzog  <[email protected]>
4653    
4654            * Resources/XML/thuban-0.9.dtd: New. This will become the DTD for
4655            0.9.
4656    
4657            * Thuban/Model/transientdb.py (TransientJoinedTable.JoinType):
4658            New. Return the join type
4659    
4660            * Thuban/Model/save.py (SessionSaver.write_session): Use new 0.9
4661            DTD
4662            (SessionSaver.write_data_containers): Save the join type for
4663            joined tables
4664    
4665            * Thuban/Model/load.py (SessionLoader.__init__): Add the new 0.9
4666            namespace
4667            (SessionLoader.start_jointable): Handle the jointype attribute
4668    
4669            * test/test_load_0_8.py: New. Effectively a copy of test_load.py
4670            as of Thuban 0.8. These are now tests to determine whether Thuban
4671            can still read files generated by Thuban 0.8
4672    
4673            * test/test_load.py (LoadSessionTest.dtd)
4674            (TestSingleLayer.file_contents)
4675            (TestLayerVisibility.file_contents, TestLabels.file_contents)
4676            (TestLayerProjection.file_contents)
4677            (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
4678            (TestJoinedTable.file_contents)
4679            (TestLoadError.file_contents): Update for new DTD
4680            (TestJoinedTable.file_contents, TestJoinedTable.setUp): Add test
4681            for new join type attribute
4682    
4683            * test/test_save.py (SaveSessionTest.dtd)
4684            (SaveSessionTest.testEmptySession)
4685            (SaveSessionTest.testSingleLayer)
4686            (SaveSessionTest.testLayerProjection)
4687            (SaveSessionTest.testRasterLayer)
4688            (SaveSessionTest.testClassifiedLayer)
4689            (SaveSessionTest.test_dbf_table)
4690            (SaveSessionTest.test_joined_table): Update for new DTD
4691            (SaveSessionTest.test_joined_table): Add test for new join type
4692            attribute
4693    
4694    2003-07-04  Bernhard Herzog  <[email protected]>
4695    
4696            * Thuban/Model/table.py (_find_dbf_column_names): New. Helper
4697            function for table_to_dbf
4698            (table_to_dbf): Deal with names longer than the 10 character limit
4699    
4700            * test/test_dbf_table.py (TestTableToDBF.test_table_to_dbf): Add
4701            doc-string
4702            (TestTableToDBF.test_table_to_dbf_long_col_names): New test for
4703            long column names
4704    
4705    2003-07-03  Bernhard Herzog  <[email protected]>
4706    
4707            * Doc/manual/thuban-manual.xml: Fix the CVS Revision Tag syntax
4708    
4709    2003-07-03  Bernhard Herzog  <[email protected]>
4710    
4711            * Doc/manual/thuban-manual.xml, Doc/manual/README: New. Skeleton
4712            for the Thuban manual and README with some basic information about
4713            the manual
4714    
4715    2003-07-03  Bernhard Herzog  <[email protected]>
4716    
4717            * Thuban/Model/transientdb.py (TransientJoinedTable.__init__):
4718            Update doc-string
4719            (TransientJoinedTable.create): Do not modify the column objects of
4720            the input tables in place and copy all columns of the input tables
4721            into the joined table after all.
4722    
4723            * test/test_transientdb.py
4724            (TestTransientTable.test_transient_joined_table_same_column_name):
4725            Update to reflect the new behavior
4726            (TestTransientTable.test_transient_joined_table_with_equal_column_names):
4727            Update to reflect the new behavior
4728            (TestTransientTable.test_transient_joined_table_name_collisions_dont_modify_in_place):
4729            New test case for a bug which modified the column objects in place
4730    
4731    2003-07-02  Jonathan Coles   <[email protected]>
4732    
4733            * Thuban/Model/classgen.py (generate_singletons,
4734            generate_uniform_distribution, generate_quantiles,
4735            GenQuantiles0): Make sure maxValue isn't less than
4736            one, otherwise we could divide by zero.
4737    
4738            * test/test_classgen.py (ClassGenTest.doClassRangeTest,
4739            ClassGenTest.doClassSingleTest): Call doBoundsTest to
4740            check the end classification groups against the
4741            proper property values.
4742            (ClassGenTest.doBoundsTest): New. Checks the first and
4743            last classification groups to make sure their properties
4744            are the correct upper and lower bounds for a color ramp.
4745    
4746    2003-07-02  Jonathan Coles   <[email protected]>
4747    
4748            * Thuban/Model/classgen.py (generate_singletons,
4749            generate_uniform_distribution, generate_quantiles,
4750            GenQuantiles0): The denominator was one to high when
4751            calculating the index for the ramp causing the index
4752            to never to reach one.
4753    
4754    2003-07-02  Jonathan Coles   <[email protected]>
4755    
4756            Changed the singature of ClassGroupRange.__init__ and
4757            ClassGroupRange.SetRange() so that the min/max values are
4758            passed as a tuple. This makes a better calling scheme for
4759            when a Range object is passed instead.
4760    
4761            * Thuban/Model/classgen.py: Fixed parameters to
4762            ClassGroupRange constructor.
4763    
4764            * Thuban/Model/classification.py (ClassGroupRange.__init__):
4765            Consolidate the min/max parameters into a single _range which
4766            can either be a tuple or a Range object.
4767            (ClassGroupRange.SetRange): Consolidate the min/max parameters
4768            into a single _range which can either be a tuple or a Range object.
4769    
4770            * Thuban/Model/load.py (SessionLoader.start_clrange): Fix
4771            call to ClassGroupRange constructor to use a tuple.
4772    
4773            * Thuban/Model/layer.py (Layer.SetClassification): Switch
4774            the classification instance variable to the new class
4775            before calling _set_layer otherwise subscribers to a
4776            LAYER_CHANGED event will not see any difference.
4777    
4778            * test/test_classification.py: Fix tests of ClassGroupRange
4779            so that they use the new signature.
4780    
4781            * test/test_load.py: Fix use of ClassGroupRange so that it
4782            uses the new signature.
4783    
4784            * test/test_load_0_2.py: Fix use of ClassGroupRange so that it
4785            uses the new signature.
4786    
4787            * test/test_save.py: Fix use of ClassGroupRange so that it
4788            uses the new signature.
4789    
4790    
4791    2003-07-01  Jonathan Coles   <[email protected]>
4792    
4793            * Thuban/Model/classgen.py: Fixes RTbug #1972, 1971.
4794            Import used objects/class from color.
4795            (generate_singletons): We don't
4796            need the numGroups parameter anymore because we are using
4797            the new ramps with GetProperties().
4798            (generate_uniform_distribution): Use new ramp method
4799            GetProperties().
4800            (generate_quantiles, GenQuantiles0): Use new ramp method
4801            GetProperties().
4802            (CustomRamp.SetNumGroups): Removed. The ramps now map
4803            a value from 0 to 1 to class properties so the number
4804            of groups is not needed ahead of time.
4805            (CustomRamp.next): Removed. CustomRamp does not support
4806            interation anymore.
4807            (CustomRamp.GetProperties): Returns a ClassGroupProperties
4808            object based on the index value from 0 to 1 that is
4809            passed to it.
4810            (GreyRamp, RedRamp, GreenRamp, BlueRamp, GreenToRedRamp):
4811            Made into instances of Monochromatic class instread of
4812            deriving from it.
4813            (HotToCold.SetNumGroups): Removed. See CustomRamp.
4814            (HotToCold.next): Removed. See CustomRamp.
4815    
4816            * Thuban/Model/classification.py: Fixes RTbug #1973, 1971.
4817            (Classification.SetField, Classification.SetFieldType):
4818            Replaced with SetFieldInfo.
4819            (Classification.SetFieldInfo): New. Does a better job of
4820            what SetField and SetFieldType used to do by combining
4821            their function since they should really always be done
4822            at the same time.
4823            (Classification.SetLayer): Renamed to _set_layer.
4824            (Classification._set_layer): Should only be called from
4825            Layer's SetClassification. This does not cause a recursive
4826            call as SetLayer did because we know that Layer knows about
4827            the classification.
4828    
4829            * Thuban/Model/color.py: Fixes RTbug #1971.
4830            (_Transparent): Renamed from Transparent so it doesn't
4831            conflict with the module variable.
4832            (Transparent, Black): Renamed from Color.Transparent,
4833            Color.Black so they are not class variables.
4834    
4835            * Thuban/Model/layer.py: Fixes RTbug #1971, 1973.
4836            (Layer.Destroy): We don't need to call SetClassification
4837            anymore to clear out the back reference in the classifcation
4838            to the layer. It's better to set it to None using _set_layer,
4839            and we won't be creating another clas object too.
4840            (Layer.SetClassification): Classification._set_layer is not
4841            recursive so remove all the locking variables. Also clean
4842            up the code so that it remains unchanged if something fails.
4843    
4844            * Thuban/Model/load.py: Fixes RTbug #1971.
4845            (SessionLoader.start_classification): Call
4846            Classification.SetFieldInfo().
4847    
4848            * Thuban/Model/save.py: Removed import of Color which wasn't
4849            being used.
4850    
4851            * Thuban/UI/classgen.py: Fixes RTbug #1972.
4852            (ClassGenDialog.__init__): Color ramps are now instances
4853            already so we don't need to create any new objects.
4854            (ClassGenDialog.OnOK): Check for numGroups is no longer
4855            necessary because we never use it.
4856    
4857            * Thuban/UI/classifier.py: Fixes RTbug #1971.
4858            (Classifier.__BuildClassification, Classifier.__SetGridTable):
4859            Call Classification.SetFieldInfo() instead of SetFieldType.
4860    
4861            * Thuban/UI/renderer.py: Fixes RTbug #1971.
4862    
4863            * Thuban/UI/view.py: Fixes RTbug #1974, 1971.
4864            (MapCanvas.__init__): Subscribe to the idle time event. Set
4865            background color to white.
4866            (MapCanvas.OnPaint): Set a flag indicating that we should
4867            render the map during idle time. If we already have a bitmap
4868            just draw it now.
4869            (MapCanvas.OnIdle): New. Render the map only during idle time.
4870            This also fixes a problem with the busy cursor under gtk.
4871    
4872            * test/test_classgen.py (ClassGenTest.test_generate_singletons):
4873            Fix calls to generate_singletons because the signature changed.
4874    
4875            * test/test_classification.py: Fix color references and
4876            change calls to Classification.[SetField|SetFieldType] to
4877            SetFieldInfo.
4878    
4879            * test/test_load.py: Fix color references.
4880    
4881            * test/test_load_0_2.py: Fix color references.
4882    
4883            * test/test_save.py (SaveSessionTest.testClassifiedLayer):
4884            Change calls to Classification.[SetField|SetFieldType] to
4885            SetFieldInfo.
4886    
4887    2003-07-01  Frank Koormann   <[email protected]>
4888    
4889            MERGE from the greater-ms3 branch.
4890    
4891            * test/test_transientdb.py
4892            (TestTransientTable.test_transient_joined_table_with_equal_column_names):
4893            New. Test join of two tables with partly equal column names.
4894    
4895            * Thuban/Model/transientdb.py (TransientJoinedTable.create):
4896            If duplicates in left and right tables column names are found,
4897            append '_' (underscores) to the name until it is unique.
4898            Create always new internal names for the resulting table and reference
4899            columns in the join statement with <table>.<column>
4900    
4901    2003-07-01  Bernhard Herzog  <[email protected]>
4902    
4903            * test/test_transientdb.py
4904            (TestTransientTable.test_transient_joined_table_same_column_name):
4905            New. Test whether joining on columns with the same names in both
4906            tables works.
4907            
4908            * Thuban/Model/transientdb.py (TransientJoinedTable.create): Make
4909            sure to use the right internal names even when joining on field
4910            with the same names in both tables. Also, detect duplicate names
4911            in the joined table correctly.
4912    
4913    2003-07-01  Frank Koormann   <[email protected]>
4914    
4915            * Thuban/UI/renderer.py (ExportRenderer.render_legend):
4916            Reverse List of layers to render in same order as in desktop legend.
4917    
4918    2003-06-30  Jonathan Coles   <[email protected]>
4919    
4920            * Thuban/version.py (make_tuple): Takes a version string
4921            and splits it into a tuple of at most three integers.
4922            Used make_tuple() to make tuple versions of the version
4923            numbers.
4924    
4925            * Thuban/UI/about.py: Add Thuban email addresses.
4926    
4927    2003-06-30  Jonathan Coles   <[email protected]>
4928    
4929            * Thuban/version.py: SQLite/PySQLite version dependencies
4930            were too high.
4931    
4932    2003-06-30  Jonathan Coles   <[email protected]>
4933    
4934            * Thuban/version.py: Update version to 0.8.1
4935            
4936            * MANIFEST.in: Added Projections so that default.proj is
4937            included.
4938    
4939    2003-06-26  Jonathan Coles   <[email protected]>
4940    
4941            New About box with lots more information including library
4942            versions and credits. More/better version checking before
4943            Thuban starts.
4944    
4945            * Thuban/UI/about.py: New. New About box that displays
4946            library version information and credits.
4947    
4948            * Thuban/version.py: Added new 'versions' dictionary which
4949            contains the verions of various libraries which are checked
4950            when the module loads.
4951            (verify_versions): Check all version numbers and returns
4952            a list of errors.
4953    
4954            * Thuban/UI/classifier.py (Classifier.__EnableButtons):
4955            Reset the status of the buttons as the situation warrants,
4956            but in a better more reliable way by not relying on the
4957            current status to determine what needs to change.
4958    
4959            * Thuban/UI/main.py (wxCHECK_VERSION): Removed. Not needed.
4960            (verify_versions): Remove most of the code since it is
4961            now in Thuban.version.verify_versions.o
4962    
4963            * Thuban/UI/mainwindow.py (MainWindow.About): Call new
4964            About box in Thuban.UI.about.
4965    
4966            * extensions/thuban/gdalwarp.cpp (get_gdal_version): New.
4967            Returns the version of gdal library being used as a string.
4968    
4969            * extensions/thuban/wxproj.cpp (check_version, check_version_gtk):
4970            Removed.
4971            (get_proj_version): Return the version of PROJ that the file
4972            was compiled with.
4973            (get_gtk_version): Return th version of GTK that the file
4974            was compiled with.
4975    
4976    2003-06-25  Jonathan Coles   <[email protected]>
4977    
4978            * Thuban/UI/classifier.py (Classifier.EditSymbol): The parent
4979            of the SelectPropertiesDialog should be self so the window
4980            appears on top.
4981            (ClassGroupPropertiesCtrl.DoEdit): The parent
4982            of the SelectPropertiesDialog should be self so the window
4983            appears on top.
4984    
4985            * Thuban/UI/resource.py: Cleaned up how we determine file
4986            extensions.
4987            (GetImageResource): Return an wxImage from our Resources.
4988    
4989    2003-06-24  Jonathan Coles   <[email protected]>
4990    
4991            * Thuban/UI/renderer.py (ExportRenderer.render_legend):
4992            Check that a layer has a classification before trying
4993            to get it. Raster layers don't have classifications.
4994    
4995    2003-06-23  Jonathan Coles   <[email protected]>
4996            
4997            * setup.py: Add Resources/XML to resource list.
4998        
4999    2003-06-23  Jonathan Coles   <[email protected]>
5000    
5001            * setup.cfg: Fix copyright dates
5002        
5003    2003-06-23  Jonathan Coles   <[email protected]>
5004    
5005            * MANIFEST.in: Update with Resources/XML
5006    
5007            * setup.py: Don't include Locale resources yet as we don't
5008            have any and it causes problems building the distribution
5009            for Windows. Update version to 0.8.0.
5010    
5011            * Doc/thuban.dtd: Removed since it is now in Resources/XML.
5012    
5013            * Thuban/UI/mainwindow.py: Add blank line at the end because
5014            file was not being read correctly building the Windows
5015            distribution.
5016    
5017    2003-06-23  Jonathan Coles   <[email protected]>
5018    
5019            * Thuban/UI/mainwindow.py (MainWindow.About): Fix text.
5020    
5021            * Thuban/version.py: Temporarily update longversion for
5022            the 0.8 release so that it doesn't have the cvs revision.
5023    
5024    2003-06-23  Jonathan Coles   <[email protected]>
5025    
5026            * Thuban/UI/common.py (ThubanBeginBusyCursor): Call wxSafeYield
5027            to make sure that we don't create reentrant possibilities with
5028            wxYield.
5029    
5030            * Thuban/UI/view.py (MapCanvas.OnPaint): Call wxBeginBusyCursor()
5031            directly to avoid the wxSafeYield() call which generates an
5032            OnPaint event causing infinite recursion. Don't try to catch
5033            exception anymore. This was for before there were limits on map
5034            scaling.
5035    
5036    2003-06-23  Bernhard Herzog  <[email protected]>
5037    
5038            Bug fix for RT #1961:
5039    
5040            * Thuban/Model/load.py (SessionLoader.start_derivedshapesource):
5041            Register DerivedShapestores with the session
5042    
5043            * Thuban/Model/session.py (Session.Tables): Make sure each table
5044            is only listed once.
5045    
5046            * test/test_load.py (TestJoinedTable.test): Add check_format call.
5047            Update file contents to match the one written out.
5048    
5049    2003-06-20  Bernhard Herzog  <[email protected]>
5050    
5051            * test/xmlsupport.py (SaxEventLister.startElementNS)
5052            (SaxEventLister.endElementNS): Do not include the qname. Python
5053            2.2.1 and 2.2.2 and 2.2.3 differ in this regard. In 2.2.1 qname it
5054            is (presumably incorrectly) None, whereas it's a string with the
5055            element name in the later versions.
5056    
5057            * test/test_xmlsupport.py (TestEventList.test_even_list_simple)
5058            (TestEventList.test_even_list_namespace): Update tests to reflect
5059            the new behaviour
5060            (TestEventList.test_even_list_id_normalization): Fix doc-string
5061    
5062    2003-06-20  Jonathan Coles   <[email protected]>
5063    
5064            * Thuban/Model/layer.py (BaseLayer.HasShapes): New. Overridden
5065            by deriving classes to determine if that layer supports shapes.
5066            (Layer): Override HasShapes and return true.
5067    
5068            * Thuban/UI/classgen.py: Use Thuban[Begin|End]BusyCursor()
5069            instead of a direct call to wx[Begin|End]CusyCursor().
5070            (GenUniquePanel._OnRetrieve): Set busy cursor while retrieving
5071            table data.
5072    
5073            * Thuban/UI/common.py (ThubanBeginBusyCursor, ThubanEndBusyCursor):
5074            New. Wrappers around the wxWindows functions that allow us to
5075            make additional calls such as wxYield which gives the native
5076            system a chance to update the cursor correctly.
5077    
5078            * Thuban/UI/tableview.py: Use Thuban[Begin|End]BusyCursor()
5079            instead of a direct call to wx[Begin|End]CusyCursor().
5080    
5081            * Thuban/UI/view.py: Use Thuban[Begin|End]BusyCursor()
5082            instead of a direct call to wx[Begin|End]CusyCursor().
5083            (MapCanvas.find_shape_at): Check if the current search layer
5084            support shapes, otherwise go on to the next layer.
5085    
5086            * test/test_layer.py: Add tests in each type of layer for
5087            HasClassification() and HasShapes()
5088    
5089    2003-06-20  Jonathan Coles   <[email protected]>
5090    
5091            * Thuban/UI/view.py (MapCanvas.OnPaint): Call wxYield after
5092            turning on the busy cursor to allow the system to change the
5093            cursor before we begin painting. This fixes a problem that
5094            was occuring only under GTK. Fixes RTbug #1840.
5095    
5096    2003-06-20  Bernhard Herzog  <[email protected]>
5097    
5098            * Resources/XML/thuban-0.8.dtd: New DTD for the new file format
5099            version.
5100    
5101            * Thuban/Model/save.py (sort_data_stores): New. Make topological
5102            sort of the data sources so they can be written with sources that
5103            data sources that depend on other data sources come after the
5104            sources they depend on.
5105            (SessionSaver.__init__): Add idmap instance variable to map from
5106            objects to the ids used in the file.
5107            (SessionSaver.get_id, SessionSaver.define_id)
5108            (SessionSaver.has_id): New. Methods to manage the idmap
5109            (SessionSaver.write): Use thuban-0.8.dtd
5110            (SessionSaver.write_session): Add a namespace on the session and
5111            write out the data sources before the maps.
5112            (SessionSaver.write_data_containers): New. Write the data
5113            containers.
5114            (SessionSaver.write_layer): Layer elements now refer to a
5115            shapestore and don't contain filenames anymore.
5116    
5117            * Thuban/Model/load.py (LoadError): Exception class to raise when
5118            errors in the files are discovered
5119            (SessionLoader.__init__): Define dispatchers for elements with a
5120            thuban-0.8 namespace too.
5121            (SessionLoader.check_attrs): New helper method to check and
5122            convert attributes
5123            (AttrDesc): New. Helper class for SessionLoader.check_attrs
5124            (SessionLoader.start_fileshapesource)
5125            (SessionLoader.start_derivedshapesource)
5126            (SessionLoader.start_filetable, SessionLoader.start_jointable):
5127            Handlers for the new elements in the new fileformat
5128            (SessionLoader.start_layer): Handle the shapestore attribute in
5129            addition to filename.
5130            (SessionLoader.start_table, SessionLoader.end_table): Removed.
5131            They were never used in the old formats and aren't needed for the
5132            new.
5133    
5134            * Thuban/Model/session.py (Session.DataContainers): New method to
5135            return all "data containers", i.e. shapestores and tables
5136    
5137            * test/xmlsupport.py (SaxEventLister.__init__)
5138            (SaxEventLister.startElementNS, sax_eventlist): Add support to
5139            normalize IDs.
5140    
5141            * test/test_xmlsupport.py
5142            (TestEventList.test_even_list_id_normalization): New test case for
5143            id normalization
5144    
5145            * test/test_load.py (LoadSessionTest.check_format): Use ID
5146            normalization
5147            (LoadSessionTest.thubanids, LoadSessionTest.thubanidrefs): New
5148            class atrributes used for ID normalization
5149            (TestSingleLayer, TestLayerVisibility, TestLabels.test)
5150            (TestLayerProjection.test, TestRasterLayer.test): Adapt to new
5151            file format
5152            (TestJoinedTable): New test for loading sessions with joined
5153            tables.
5154            (TestLoadError): New. Test whether missing required attributes
5155            cause a LoadError.
5156    
5157            * test/test_save.py (SaveSessionTest.thubanids)
5158            (SaveSessionTest.thubanidrefs): New class attributes for ID
5159            normalization in .thuban files.
5160            (SaveSessionTest.compare_xml): Use id-normalization.
5161            (SaveSessionTest.testEmptySession)
5162            (SaveSessionTest.testLayerProjection)
5163            (SaveSessionTest.testRasterLayer)
5164            (SaveSessionTest.testClassifiedLayer): Adapt to new file format.
5165            (SaveSessionTest.testLayerProjection): The filename used was the
5166            same as for testSingleLayer. Use a different one.
5167            (SaveSessionTest.test_dbf_table)
5168            (SaveSessionTest.test_joined_table): New test cases for saving the
5169            new data sources structures.
5170            (TestStoreSort, MockDataStore): Classes to test the sorting of the
5171            data stores for writing.
5172    
5173            * test/runtests.py: Add CVS keywords
5174    
5175    2003-06-20  Jonathan Coles   <[email protected]>
5176    
5177            * test/test_session.py
5178            (UnreferencedTablesTests.test_unreferenced_tables_with_joins):
5179            Use the cultural_landmark-point.dbf file for the store so that
5180            the table rows and shape count match.
5181    
5182    2003-06-20  Jonathan Coles   <[email protected]>
5183    
5184            * Thuban/Model/data.py (DerivedShapeStore.__init__): Raise
5185            an exception if the number of shapes is different from the
5186            number of rows in the table. Address RTbug #1933.
5187    
5188            * test/test_layer.py (TestLayer.test_derived_store): Add
5189            a test for the new exception in DerivedShapeStore.__init__.
5190    
5191            * test/support.py (FloatTestCase): Removed since there is
5192            already FloatComparisonMixin. Fixes RTbug #1954.
5193            (FloatComparisonMixin.assertFloatEqual): Include test for
5194            infinity that was part of FloatTestCase.
5195    
5196            * test/test_range.py (RangeTest): Inherit from
5197            support.FloatComparisonMixin now that we don't have
5198            support.FloatTestCase.
5199    
5200    2003-06-20  Bernhard Herzog  <[email protected]>
5201    
5202            * test/test_save.py (SaxEventLister, sax_eventlist): Removed. Use
5203            the implementation in xmlsupport instead.
5204            (SaveSessionTest.compare_xml): sax_eventlist is now in xmlsupport
5205    
5206            * test/test_proj.py: Import sax_eventlist from xmlsupport instead
5207            of test_save
5208    
5209    2003-06-20  Bernhard Herzog  <[email protected]>
5210    
5211            * test/test_load.py (LoadSessionTest.check_format): New helper
5212            method to make sure the test files we load might have been written
5213            by the current thuban version.
5214            (ClassificationTest.TestLayers, TestSingleLayer.test)
5215            (TestLayerVisibility.test, TestClassification.test)
5216            (TestLabels.test, TestLayerProjection.test, TestRasterLayer.test):
5217            Add check_format() calls and fix the thuban data to match the data
5218            that would be written by saving the session loaded from it.
5219    
5220            * test/xmlsupport.py (SaxEventLister, sax_eventlist): Copies of
5221            the same class and function in test_save.
5222    
5223            * test/test_xmlsupport.py (TestEventList): New. test cases for
5224            sax_eventlist
5225    
5226    2003-06-20  Bernhard Herzog  <[email protected]>
5227    
5228            * Resources/XML/thuban.dtd: Add comment about which versions of
5229            Thuban are covered by this DTD
5230            (map): Fix content model for layers and raster layers. There can
5231            be any number or layers and raster layers in any order.
5232    
5233    2003-06-20  Jonathan Coles   <[email protected]>
5234    
5235            This is mainly about fixing RTbug #1949.
5236    
5237            * Thuban/Model/classification.py: Remove "from __future__"
5238            import statement since python 2.2 is the earliest supported
5239            version.
5240    
5241            * Thuban/Model/proj.py (Projection.GetProjectedUnits): New.
5242            Currently returns PROJ_UNITS_METERS or PROJ_UNITS_DEGREES
5243            depending on the units this projection *forwards* into.
5244    
5245            * Thuban/Model/save.py (SessionSaver.write_classification):
5246            Remove unnecessary use of lambdas and nested functions.
5247    
5248            * Thuban/UI/legend.py (ScaleBarBitmap.__SetScale): Do scale
5249            adjustment here if the map projection uses degrees.
5250    
5251            * Thuban/UI/scalebar.py (ScaleBar.DrawScaleBar): Remove
5252            scale adjust code since it is now done before calling
5253            this method. Don't do anything if the map projection
5254            is None.
5255    
5256    2003-06-19  Bernhard Herzog  <[email protected]>
5257    
5258            Move version specific load tests to their own file.
5259    
5260            * test/test_load.py: Expand the doc-string to explain a bit how to
5261            handle file format changes.
5262            (TestClassification.test): Update the docstring as this test is
5263            not about Thuban 0.2 anymore.
5264    
5265            * test/test_load_0_2.py: New file with the load tests for thuban
5266            files created with Thuban 0.2 and earlier.
5267    
5268    2003-06-19  Bernhard Herzog  <[email protected]>
5269    
5270            Add XML validation to some of the tests. Validation will only be
5271            done if pyRXP is installed (http://reportlab.com/xml/pyrxp.html).
5272            To make the DTD available to the test cases it's moved into
5273            Resources/XML
5274    
5275            * Resources/XML/thuban.dtd: New. This is now the real Thuban DTD
5276            for versions up to and including 0.2. Two slight changes: added an
5277            encoding specification and fixed the comment which refered to
5278            GRASS, not Thuban
5279    
5280            * test/xmlsupport.py: New support module for tests involving XML.
5281            Currently there's a mix-in class for XML validation.
5282    
5283            * test/test_xmlsupport.py: New. Tests for the xmlsupport module
5284    
5285            * test/test_save.py (SaveSessionTest): Derive from ValidationTest
5286            so that we can validate the
5287            (SaveSessionTest.testEmptySession)
5288            (SaveSessionTest.testSingleLayer)
5289            (SaveSessionTest.testSingleLayer)
5290            (SaveSessionTest.testLayerProjection)
5291            (SaveSessionTest.testRasterLayer)
5292            (SaveSessionTest.testClassifiedLayer): Validate the generated XML
5293    
5294            * test/runtests.py (main): Call print_additional_summary instead
5295            of print_garbage_information
5296    
5297            * test/support.py (resource_dir): New function to return the
5298            "Resource" subdirectory
5299            (print_additional_summary): New function to combine several
5300            summary functions
5301            (run_tests): Use print_additional_summary instead of calling
5302            print_garbage_information directly
5303    
5304    2003-06-19  Bernhard Herzog  <[email protected]>
5305    
5306            * Doc/thuban.dtd (classification): Correct the content model of
5307            the classification element.
5308            (projection): Add the "name" attribute
5309    
5310    2003-06-19  Frank Koormann   <[email protected]>
5311    
5312            MERGE from the greater-ms3 branch.
5313    
5314            * Thuban/UI/scalebar.py (ScaleBar.DrawScaleBar): Apply conversion to
5315            scale if projection is latlong to get better estimate.
5316    
5317            Fix problem of hidden properties dialog under windows after double
5318            click on layer tree:
5319            The tree control always gets an Expanded / Collapsed event after
5320            the ItemActivated  on double click, which raises the main window again.
5321            We add a second ItemActivated event to the queue, which simply
5322            raises the already displayed window.
5323    
5324            * Thuban/UI/legend.py (LegendTree.__init__): Instance variable
5325            raiseProperties initialized to prevent endless loops
5326            (LegendTree._OnItemActivated): Depending on self.raiseProperties
5327            simply raise the properties or open the dialog and issue a second
5328            event.
5329    
5330    2003-06-18  Jonathan Coles   <[email protected]>
5331    
5332            * setup.py: Fix a few problems that occured under Windows.
5333    
5334    2003-06-18  Jonathan Coles   <[email protected]>
5335    
5336            When Thuban loaded the map was redrawn twice because the
5337            legend was being opened after the mainwindow was created
5338            and not during its creation. This meant the map was drawn
5339            initially and then had to be redrawn when the legend
5340            caused the display to change. Now the legend is opened
5341            in the mainwindow constructor which resolves this issue.
5342    
5343            Also, although we were checking for the existence of
5344            gdal and gdalwarp modules, the gdalwarp extension was
5345            still being compiled (which may fail if the system doesn't
5346            have gdal installed). the build_ext command to setup.py
5347            now accepts the flags --with-gdal and --without-gdal.
5348            If --without-gdal is specified setup.py will try to
5349            use the gdal parameters specified by gdal-config. Under
5350            windows, those parameters have to be set in setup.py
5351            as with proj4 an wxWindows.
5352    
5353            * setup.py: Use a list instead of seperate variables for
5354            extension parameters so we can create a generic function
5355            that runs an appropriate *-config script.
5356            (run_cs_script): Renamed from run_wx_script and modified
5357            to accept a second argument which is a list of lists to
5358            be filled in by the values returned from running the command.
5359            (thuban_build_ext): New. Extends the build_ext command and
5360            provides the options --with-gdal/--without-gdal which then
5361            optionally includes the gdalwarp extension.
5362    
5363            * Thuban/Model/resource.py: First check if we can import
5364            the gdalwarp Thuban extension before checking for gdal.
5365            Also added some comments.
5366            
5367            * Thuban/UI/legend.py (ScaleBarBitmap.__SetScale): Check if
5368            the map is None which may be the case if none has been loaded
5369            yet.
5370    
5371            * Thuban/UI/main.py (main): Remove call to ShowLegend.
5372    
5373            * Thuban/UI/mainwindow.py (MainWindow.__init__): Call ShowLegend().
5374    
5375            * Thuban/UI/renderer.py: Check for gdal support before importing
5376            gdalwarp.
5377            (MapRenderer.render_map): Only try to optimize if we have gdal
5378            support otherwise nothing will get drawn.
5379    
5380            * Thuban/UI/view.py (MapCanvas.FitMapToWindow): This may be called
5381            during startup before a map has been created. Check if map is None
5382            before using it and do nothing if it is.
5383    
5384    2003-06-17  Jonathan Coles   <[email protected]>
5385    
5386            Fix the problem with raster layers under Windows that caused
5387            Thuban to crash. The view should respond to layer projection
5388            changed events to update the display. Changes to a projection
5389            should not cause the map to be set to full extent.
5390            
5391            * Thuban/UI/view.py (MapCanvas.__init__): New instance variable
5392            current_map_proj to remember the current map projection so that
5393            when the projection changes we know what the previous projection
5394            was.
5395            (MapCanvas.SetMap): Unsubscribe and subscribe to
5396            LAYER_PROJECTION_CHANGED events.
5397            (MapCanvas.projection_changed): Split into two methods that respond
5398            to map and layer projection changes.
5399            (MapCanvas.map_projection_changed): New. Takes the current view and
5400            projects it using the new projection. This does not cause the
5401            map to be redrawn at full extent.
5402            (MapCanvas.layer_projection_changed): New. Cause a redraw which
5403            will draw each layer in its new projection.
5404            
5405            * extensions/thuban/bmpdataset.cpp (BMPDataset::Open): Call
5406            VSIFClose() not VSIFCloseL() to close the file. Fixes a crash
5407            under Windows.
5408            
5409            * extensions/thuban/gdalwarp.cpp (MFILENAME): Padding should be
5410            to twice sizeof(void*) because there are two digits for each
5411            hex byte.
5412    
5413    2003-06-16  Bernhard Herzog  <[email protected]>
5414    
5415            Update to the layer interface: Direct access to the table,
5416            shapetable, shapefile and filename attributes is now actively
5417            deprecated by issuing deprecation warnings for all places where
5418            this happens.
5419    
5420            * Thuban/Model/layer.py (Layer.__getattr__): New. Implement access
5421            to the instance variables table, shapetable, shapefile and
5422            filename via __getattr__ so that we can issue a deprecation
5423            warning.
5424            (Layer.SetShapeStore): Don't set the deprecated instance variables
5425            any more
5426            (Layer.SetShapeStore): Don't use deprecated layer instance
5427            variables
5428            (Layer.Destroy): No need to explicitly remove the instance
5429            variables any more
5430            (Layer.GetFieldType, Layer.Shape): Don't use deprecated layer
5431            instance variables
5432    
5433            * Thuban/UI/classgen.py (ClassGenDialog.__init__)
5434            (GenUniformPanel._OnRetrieve, GenUniquePanel._OnRetrieve)
5435            (GenQuantilesPanel.GetList, GenQuantilesPanel.OnRetrieve): Don't
5436            use deprecated layer instance variables
5437    
5438            * Thuban/UI/classifier.py (Classifier.__init__): Don't use
5439            deprecated layer instance variables
5440    
5441            * Thuban/UI/identifyview.py (IdentifyListCtrl.selected_shape)
5442            (IdentifyGridCtrl.selected_shape): Don't set the deprecated layer
5443            instance variables
5444    
5445            * Thuban/UI/tableview.py (LayerTableGrid.select_shapes): Don't use
5446            deprecated layer instance variables
5447    
5448            * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Don't use
5449            deprecated layer instance variables
5450    
5451            * Thuban/Model/save.py (SessionSaver.write_layer): Don't use
5452            deprecated layer instance variables
5453    
5454            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer)
5455            (MapRenderer.polygon_render_param): Don't use deprecated layer instance
5456            variables
5457    
5458            * test/runtests.py (main): Turn Thuban's deprecation warnings into
5459            errors so that they're cought by the tests
5460    
5461            * test/test_load.py (TestSingleLayer.test): Don't use deprecated
5462            layer instance variables
5463    
5464    2003-06-16  Jonathan Coles   <[email protected]>
5465    
5466            Fix a problem under Windows whereby if the user double-clicks on a
5467            layer in the legend that tree item will expand or collapse as well
5468            as open the layer properties dialog. The state of the tree item
5469            should not be affected.
5470    
5471            * Thuban/UI/legend.py (LegendTree.__init__): Add instance variable
5472            preventExpandCollapse and subscribe to expanding and collapsing
5473            events.
5474            (LegendTree.OnItemExpandCollapse): New. Responds to expanding and
5475            collapsing events and will veto the event if it has been triggered
5476            by the user double clicking on a layer.
5477            (LegendTree._OnItemActivated): Set preventExpandCollapse to indicate
5478            that an expanding/collapsing event should be vetoed.
5479    
5480    2003-06-13  Bernhard Herzog  <[email protected]>
5481    
5482            * Thuban/UI/classifier.py (Classifier.OnClose)
5483            (Classifier.map_layers_removed)
5484            (Classifier.layer_shapestore_replaced): Unsubscribe the messages
5485            in OnClose and not in map_layers_removed or
5486            layer_shapestore_replaced to make sure it always happens when the
5487            dialog is closed
5488    
5489    2003-06-13  Jonathan Coles   <[email protected]>
5490    
5491            This puts back a fix for Windows where a panel is needed so that
5492            the background of the table view appears correctly.
5493    
5494            * Thuban/UI/tableview.py (TableFrame.__init__): Add a panel
5495            object that can be used by derived classes to place any
5496            controls (including the grid) onto.
5497            (QueryTableFrame.__init__): Use the panel as the parent window
5498            for all the controls. Reparent the grid so that the panel is
5499            the parent. Call UpdateStatusText() to correctly initialize
5500            the status bar.
5501    
5502    2003-06-13  Jonathan Coles   <[email protected]>
5503    
5504            * Thuban/UI/dialogs.py (ThubanFrame): New: a class that inherits
5505            from wxFrame (as opposed to wxDialog like the other classes)
5506            but otherwise behaves like the other classes. This is needed
5507            for the TableView which isn't really a dialog and needs to
5508            have a status bar and control buttons.
5509    
5510            * Thuban/UI/tableview.py (TableGrid.__init__): Create an
5511            instance variable to keep track of how many rows are selected.
5512            Subscribe once to the the events we are interested in.
5513            (ThubanGrid.OnRangeSelect): Only handle event if event handling
5514            hasn't been turned off.
5515            (ThubanGrid.OnSelectCell): Only handle event if event handling
5516            hasn't been turned off.
5517            (ThubanGrid.ToggleEventListeners): Rather than subscribe None
5518            as an event listener (which changes the event handler stack)
5519            simply set an instance variable to False. This is checked in
5520            the event handlers.
5521            (ThubanGrid.GetNumberSelected): Return the number of currently
5522            selected rows.
5523            (TableFrame): Inherit from ThubanFrame so we can have a
5524            status bar and control buttons.
5525            (QueryTableFrame.__init__): Create a status bar. Fixes RTbug #1942.
5526            Explicitly set which items are selected in the operator choice and
5527            action choice so there is always a valid selection. Fixes RTbug #1941.
5528            Subscribe to grid cell selection events so we can update the
5529            status bar.
5530            (QueryTableFrame.UpdateStatusText): Update the status bar with
5531            how many rows are in the grid, how many columns, and how many
5532            rows are selected.
5533            (QueryTableFrame.OnGridSelectRange, QueryTableFrame.OnGridSelectCell):
5534            Call UpdateStatusText when cells are (de)selected.
5535            (QueryTableFrame.OnQuery): Use the string value in the value
5536            combo if either the selected item index is 0 or if the string
5537            cannot be found in the predefined list (this happens if the
5538            user changes the text). Fixes RTbug #1940.
5539            Only turn off the grid event listeners if there a query comes
5540            back with a none empty list of ids. in the case that the list
5541            is empty this causes a grid.ClearSelection() call to actually
5542            clear the grid selection which causes the selected items in
5543            the map to be deselected. Fixes RTbug #1939.
5544    
5545            * test/test_save.py (XMLWriterTest.Encode): Check return values.
5546            Fixes RTbug #1851.
5547    
5548    2003-06-13  Bernhard Herzog  <[email protected]>
5549    
5550            * Thuban/UI/identifyview.py (IdentifyView.__init__): Call
5551            self.selected_shape with the current selection to make sure the
5552            contents of the dialog are up to date when it's shown for the
5553            first time.
5554            The dialog used to work without this by luck. The recent fix to
5555            the connector module 'broke' a 'feature' the identify view was
5556            relying on, i.e that subscribing to a message in response to
5557            receiving a message of that type would mean that the new
5558            subscriber would also be called for the same message.
5559            
5560    2003-06-12  Jonathan Coles   <[email protected]>
5561    
5562            * extensions/thuban/gdalwarp.cpp: Removed debug printing as
5563            the image is rendered. Fixes RTbug #1937.
5564    
5565    2003-06-12  Jonathan Coles   <[email protected]>
5566    
5567            * Thuban/Lib/fileutil.py: As is done under Windows, create the
5568            user directory if it doesn't exist on a posix system.
5569            Fixes RTbug #1815.
5570    
5571            * Thuban/Model/resource.py (get_user_proj_files): Moved the
5572            called to get_application_dir here, so that the directory
5573            will only be called if this method is invoked.
5574    
5575            * Thuban/UI/projdialog.py (ProjFrame.__DoOnProjAvail): Clear
5576            the projfilepath if no projection is selected.
5577    
5578    2003-06-12  Jonathan Coles   <[email protected]>
5579    
5580            * Thuban/UI/legend.py (ScaleBarBitmap.__SetScale): Don't draw
5581            the scalebar if the current map has no projection set.
5582    
5583            * Thuban/UI/projdialog.py (ProjFrame.__DoOnProjAvail): Set the
5584            projfilepath label to just the basename of the projection file
5585            rather than include the entire path.
5586    
5587            * Thuban/Model/resource.py: Fix missed proj functions that
5588            needed to be renamed.
5589    
5590    2003-06-12  Jonathan Coles   <[email protected]>
5591    
5592            * Thuban/Model/classification.py: Removed assert statements that
5593            tested if the variable was an instance of Color.
5594    
5595            * Thuban/Model/color.py (Color): Remove commented code that isn't
5596            used.
5597            (Transparent): Renamed from NoColor. Doesn't inherit from Color.
5598            Fixes RTbug #1835.
5599            (Transparent.__eq__, Transparent.__ne, Transparent.__repr): New.
5600            Needed now that the class doesn't inherit from Color.
5601    
5602    2003-06-12  Jonathan Coles   <[email protected]>
5603    
5604            * test/test_save.py (XMLWriterTest.testEncode): Explicitly
5605            check unicode strings.
5606    
5607            * test/test_layer.py: Check for existence of gdal.
5608    
5609    2003-06-12  Jonathan Coles   <[email protected]>
5610        
5611            * Thuban/Model/xmlreader.py: New. Contains the XMLReader class
5612            that was in load.py
5613    
5614            * Thuban/Model/xmlwriter.py: New. Contains the XMLWriter class
5615            that was in save.py
5616    
5617    2003-06-12  Jonathan Coles   <[email protected]>
5618    
5619            This is largely a collection of bug fixes. We also handle the
5620            case where gdal is not on the system. The XMLReader and XMLWriter
5621            classes were moved into there own files to resolve some circular
5622            import references and because they shouldn't really be in the
5623            file that is dediciated to reading/writing session files since
5624            they are also used elsewhere.
5625    
5626            * Thuban/Model/classgen.py: Renamed functions to follow the
5627            function_names_with_underscores style. Fixes RTbug #1903.
5628            (calculate_quantiles): Raise ValueError if 'percents' is invalid.
5629    
5630            * Thuban/Model/layer.py: Import gdal only if it available.
5631            (RasterLayer): Handle the case where the gdal library is unavailable.
5632            Addresses RTbug #1877.
5633    
5634            * Thuban/Model/load.py (XMLReader): Moved into seperate file
5635            xmlreader.py.
5636    
5637    2003-06-12  Jonathan Coles   <[email protected]>
5638    
5639            This is largely a collection of bug fixes. We also handle the
5640            case where gdal is not on the system. The XMLReader and XMLWriter
5641            classes were moved into there own files to resolve some circular
5642            import references and because they shouldn't really be in the
5643            file that is dediciated to reading/writing session files since
5644            they are also used elsewhere.
5645    
5646            * Thuban/Model/classgen.py: Renamed functions to follow the
5647            function_names_with_underscores style. Fixes RTbug #1903.
5648            (calculate_quantiles): Raise ValueError if 'percents' is invalid.
5649    
5650            * Thuban/Model/layer.py: Import gdal only if it available.
5651            (RasterLayer): Handle the case where the gdal library is unavailable.
5652            Addresses RTbug #1877.
5653    
5654            * Thuban/Model/load.py (XMLReader): Moved into seperate file
5655            xmlreader.py.
5656    
5657            * Thuban/Model/save.py (escape, XMLWriter): Moved into seperate
5658            file xmlwriter.py.
5659    
5660            * Thuban/Model/resource.py: Renamed functions to following the
5661            function_names_with_underscores style.
5662            (has_gdal_support): New function that returns true if the gdal
5663            library is available. Addresses RTbug #1877.
5664    
5665            * Thuban/UI/application.py (ThubanApplication.OpenSession):
5666            Display a message box if the gdal library is not available, but
5667            only if there are any layers that would use it. Addresses RTbug #1877.
5668    
5669            * Thuban/UI/classgen.py: Use renamed projection resource functions.
5670            (GenUniformPanel.__CalcStepping): Fix a slight discrepency
5671            when using integers versus floats.
5672    
5673            * Thuban/UI/mainwindow.py (_has_gdal_support): New. Used to
5674            determine if the "Add Image Layer" menu option should be
5675            greyed out or not. Addresses RTbug #1877.
5676    
5677            * Thuban/UI/projdialog.py: Use renamed projection resource functions.
5678    
5679            * Thuban/UI/renderer.py (MapRenderer.render_map): Only try to
5680            optimize if a raster layer is visible. Fixes RTbug #1931.
5681            Only draw the raster layer if the gdal library is available.
5682            Addresses RTbug #1877.
5683    
5684            * test/test_classgen.py: Add tests for generate_singletons,
5685            generate_uniform_distribution, generate_quantiles. Fixes RTbug #1903.
5686            (test_calculate_quantiles): Fix some tests to catch the new
5687            ValueError that is raised.
5688    
5689            * test/test_proj.py: Use renamed projection resource functions.
5690    
5691            * test/test_save.py (SaveSessionTest.testClassifiedLayer): New
5692            test for saving classified layers. Fixes RTbug #1902.
5693            (XMLWriterTest): New. Tests the XMLWriter class. Fixes RTbug #1851.
5694    
5695    2003-06-12  Jan-Oliver Wagner <[email protected]>
5696    
5697            Fix for http://intevation.de/rt/webrt?serial_num=1900.
5698    
5699            * Thuban/UI/multiplechoicedialog.py: New. A multiple choice dialog.
5700    
5701            * Thuban/UI/mainwindow.py: import wxMultipleChoiceDialog from
5702            multiplechoicedialog.py rather than from the wxPython library.
5703    
5704    2003-06-11  Frank Koormann  <[email protected]>
5705    
5706            * Thuban/Lib/fileutil.py (get_application_dir): Minor stability
5707            update.
5708    
5709    2003-06-11  Frank Koormann  <[email protected]>
5710    
5711            * Thuban/Lib/fileutil.py (get_application_dir): New function to
5712            determine the absolute .thuban/thuban directory under
5713            "posix" (os.expanduser) and "nt" (read AppData registry key).
5714    
5715            * Thuban/Model/resource.py: Use get_application_dir
5716    
5717            * Thuban/UI/application.py (ThubanApplication.read_startup_files):
5718            Use get_application_dir.
5719    
5720    2003-06-10  Bernhard Herzog  <[email protected]>
5721    
5722            * Thuban/UI/tableview.py (LayerTableFrame.__init__): Subscribe to
5723            the messages MAP_LAYERS_REMOVED messages
5724            (LayerTableFrame.OnClose): Unsubscribe from it.
5725            (LayerTableFrame.map_layers_removed): New. Receiver for
5726            MAP_LAYERS_REMOVED. Close the dialog when the layer whose the
5727            dialog is showing is removed.
5728    
5729    2003-06-10  Bernhard Herzog  <[email protected]>
5730    
5731            * Thuban/Lib/connector.py (Connector.Issue): Iterate over a copy
5732            of the receivers list so that unsubscribing in a receiver doesn't
5733            modify it while iterating over it.
5734    
5735            * test/test_connector.py
5736            (ConnectorTest.test_disconnect_in_receiver): New. Test whether
5737            unsubscribing in a receiver works correctly. See docstring for
5738            details
5739    
5740    2003-06-10  Bernhard Herzog  <[email protected]>
5741    
5742            * Thuban/Model/messages.py (LAYER_SHAPESTORE_REPLACED): New
5743            message.
5744    
5745            * Thuban/Model/layer.py (Layer.SetShapeStore): Send
5746            LAYER_SHAPESTORE_REPLACED when the shapestore changes. A
5747            LAYER_CHANGED will still be sent if the classification changes.
5748    
5749            * Thuban/UI/classifier.py (Classifier.__init__): Add the map as
5750            parameter so we can subscribe to some of its messages
5751            (Classifier.__init__): Subscribe to the map's MAP_LAYERS_REMOVED
5752            and the layer's LAYER_SHAPESTORE_REPLACED
5753            (Classifier.unsubscribe_messages): New. Unsubscribe from message
5754            subscribed to in __init__
5755            (Classifier.map_layers_removed)
5756            (Classifier.layer_shapestore_replaced): receivers for the messages
5757            subscribed to in __init__. Unsubscribe and close the dialog
5758    
5759            * Thuban/UI/mainwindow.py (MainWindow.OpenLayerProperties): Pass
5760            the map to the Classifier dialog
5761    
5762            * test/test_layer.py (SetShapeStoreTests): Derive from
5763            SubscriberMixin as well so we can test messages
5764            (SetShapeStoreTests.setUp): Subscribe to some of the layer's
5765            messages
5766            (SetShapeStoreTests.tearDown): Clear the messages again
5767            (SetShapeStoreTests.test_sanity): Expand the doc-string and check
5768            for the modified flag too
5769            (SetShapeStoreTests.test_set_shape_store_modified_flag): New test
5770            to check whether SetShapeStore sets the modified flag
5771            (SetShapeStoreTests.test_set_shape_store_different_field_name)
5772            (SetShapeStoreTests.test_set_shape_store_same_field)
5773            (SetShapeStoreTests.test_set_shape_store_same_field_different_type):
5774            Add tests for the messages. This checks both the new
5775            LAYER_SHAPESTORE_REPLACED and the older LAYER_CHANGED
5776    
5777    2003-06-06  Jan-Oliver Wagner <[email protected]>
5778    
5779            * Thuban/UI/mainwindow.py: Improved and partly added help texts for
5780            the menu items.
5781    
5782    2003-06-05  Frank Koormann  <[email protected]>
5783    
5784            * Thuban/UI/identifyview.py (IdentifyView.__init__):
5785            Layout reimplemented without panel. Make life easier to fit the list
5786            in the dialog.
5787    
5788    2003-06-05  Frank Koormann  <[email protected]>
5789    
5790            * Thuban/UI/projdialog.py (ProjFrame.__init__): Fill the projchoice
5791            once on initialisation (Former implementation resulted in multiple
5792            entries for each projection).
5793            (ProjFrame.__FillAvailList): selectProj as second optional parameter,
5794            if set, select the projection found under the specified name. This
5795            overwrites any other selection estimate.
5796            Removed projchoice filling from this method.
5797            (ProjFrame._OnSave, ProjFrame._OnAddToList):
5798            Updated call of ProjFrame.__FillAvailList
5799            (LCCPanel._DoLayout): Moved parameter controls in more common order.
5800    
5801            * Resources/Projections/defaults.proj: Extended defaults representing
5802            various common European projections.
5803    
5804    2003-06-05  Frank Koormann  <[email protected]>
5805    
5806            * Thuban/UI/identifyview.py (IdentifyView.__init__):
5807            Use ListCtrl instead of GridCtrl
5808    
5809            * Thuban/Model/resource.py:
5810            Guess location of .thuban directory from tempdir parent directory.
5811    
5812            * Thuban/UI/application.py (ThubanApplication.read_startup_files):
5813            Guess location of .thuban directory from tempdir parent directory.
5814    
5815    2003-06-04  Bernhard Herzog  <[email protected]>
5816    
5817            Do not cache the values returned by the tree widget's
5818            GetFirstChild and GetNextChild methods because it led to lots of
5819            segfaults. The new way requires more brute force but is more
5820            reliable.
5821    
5822            * Thuban/UI/legend.py (LegendTree.__init__): Remove instance
5823            variable layer2id
5824            (LegendTree.find_layer): New method to do with brute force what
5825            layer2id tried to accomplish
5826            (LegendTree._OnMsgLayerChanged)
5827            (LegendTree._OnMsgLayerTitleChanged, LegendTree.__ShowHideLayer):
5828            Use find_layer instead of layer2id
5829            (LegendTree.__RemoveLayer, LegendTree.__AddLayer): No need to
5830            update layer2id anymore
5831            (LegendTree._OnMsgMapLayersRemoved)
5832            (LegendTree._OnMsgMapLayersAdded): Get by without layer2id.
5833    
5834    2003-06-03  Thomas Koester  <[email protected]>
5835    
5836            * Thuban/Model/classgen.py (GenQuantiles0): New function.
5837    
5838    2003-06-02  Bernhard Herzog  <[email protected]>
5839    
5840            * Thuban/UI/mainwindow.py (layer_rename command, table_rename command):
5841            New commands.
5842            (main_menu): Add the new commands.
5843            (MainWindow.TableRename): New. Implementation of the table_rename
5844            command.
5845            (MainWindow.RenameLayer): New. Implementation of the layer_rename
5846            command.
5847    
5848            * Thuban/Model/session.py (Session.AddTable): call self.changed to
5849            set the modified flag
5850    
5851            * test/test_session.py (TestSessionSimple.test_add_table): Test
5852            whether the modified flag is set properly
5853    
5854            * Thuban/Model/base.py (TitledObject.SetTitle): Call changed
5855            instead of issue so that the modified flags get updated.
5856    
5857            * test/test_base.py (SomeTitledObject): Derive from Modifiable
5858            instead of Publisher to reflect reality better and to accomodate
5859            the fact that SetTitle now calls changed instead of issue
5860    
5861    2003-06-02  Bernhard Herzog  <[email protected]>
5862    
5863            * Thuban/UI/classgen.py (GenQuantilesPanel.GetList): Resource
5864            acquisition has to happen before the try in a try-finally.
5865    
5866    2003-06-02  Bernhard Herzog  <[email protected]>
5867    
5868            * Thuban/UI/legend.py (LegendTree._OnMsgMapLayersRemoved): It's
5869            possible that a layer is removed that is not currently selected in
5870            the legend so don't check for this.
5871    
5872    2003-05-30  Bernhard Herzog  <[email protected]>
5873    
5874            * Thuban/Model/layer.py (Layer.Destroy): Set all instance
5875            variables to None that have direct or indirect references to
5876            shapefiles or dbf files to make sure that they do go away and the
5877            files are closed.
5878    
5879    2003-05-30  Bernhard Herzog  <[email protected]>
5880    
5881            * Thuban/UI/legend.py (LegendTree.GetRootItem): Reset
5882            availImgListIndices when a new image list is created
5883            
5884    2003-05-30  Bernhard Herzog  <[email protected]>
5885    
5886            * Thuban/UI/legend.py (LegendTree.__init__): New instance variable
5887            changing_selection to indicate whether the LegendTree code itself
5888            is currently changing the selection
5889            (LegendTree.normalize_selection): New method to normalize the
5890            selection by selecting the layer item even if the user clicked on
5891            the classification.
5892            (LegendTree._OnSelChanged): normalize the selection. This works
5893            around a bug in wx which doesn't keep track of the selection
5894            properly when subtrees are deleted.
5895    
5896    2003-05-30  Bernhard Herzog  <[email protected]>
5897    
5898            * Thuban/UI/view.py (MapCanvas.set_view_transform): Limit the
5899            maximum and minimum scale factors.
5900    
5901            * test/test_classgen.py (ClassGenTest.test): Update to reflect the
5902            changes in classgen.py
5903    
5904    2003-05-30  Jonathan Coles   <[email protected]>
5905    
5906            * Thuban/Model/classgen.py: Remove ClassGenerator class but make
5907            all the methods functions. Fixes RTBug #1903.
5908    
5909            * Thuban/Model/map.py (Map.TopLayer, Map.BottomLayer): Renamed
5910            to MoveLayerToTop and MoveLayerToBottom respectively. Fixes
5911            RTBug #1907.
5912    
5913            * Thuban/UI/classgen.py: Use classgen functions that were part
5914            of the ClassGenerator class. Put try/finally blocks around
5915            code that uses wxBeginBusyCursor()/wxEndBusyCursor(). Fixes
5916            RTBug #1904.
5917    
5918            * Thuban/UI/classifier.py: Remove unused import of ClassGenerator.
5919    
5920            * Thuban/UI/legend.py: The legend was cleared and repopulated any
5921            time something changed which caused some state to be lost such
5922            as which children were expanded or collapsed. Fixes RTBug #1901.
5923            (LegendTree._OnMsgMapLayersAdded): Add only new layers.
5924            (LegendTree.__OnMsgMapLayersRemoved): Remove layers that exist in
5925            the legend but not in the map.
5926            (LegendTree.__FillTree): Move main functionality out into smaller
5927            methods that can be used by other methods.
5928            (LegendTree.__FillTreeLayer): Reuse old slots in the image list
5929            if they are available.
5930            (LegendTree.DeleteAllItems): Renamed from __DeleteAllItems so
5931            that we override the wxTreeCtrl method. Iterate over children
5932            and call __RemoveLayer.
5933            (LegendTree.__AddLayer): New. Add a new layer to the legend.
5934            (LegendTree.__RemoveLayer): Remove a layer from the legend.
5935            (LegendTree.DeleteChildren): New, overrides wxTreeCtrl method.
5936            Should only be called with the id of a layer branch.
5937            (LegendTree.GetRootItem): New, overrides wxTreeCtrl method.
5938            Returns the root item or creates one if necessary.
5939    
5940            * Thuban/UI/renderer.py (MapRenderer.draw_raster_layer): Call
5941            ProjectRasterFile with tuple arguments instead of strings.
5942    
5943            * Thuban/UI/tableview.py (QueryTableFrame.OnQuery): Wrap code
5944            with try/finally. Fixes RTBug #1904.
5945    
5946            * Thuban/UI/view.py (MapCanvas.OnPaint): Wrap code
5947            with try/finally. Fixes RTBug #1904.
5948            (MapCanvas.FitSelectedToWindow): If a single point is selected
5949            simply center it on the display. Fixes RTBug #1849.
5950    
5951            * extensions/thuban/gdalwarp.cpp: Removed code that allowed gdalwarp
5952            to be compiled as a standalone app. Now the code can only be
5953            called from Python which simplifies the parameter passing.
5954            (ProjectRasterFile): Handle Python arguments. Remove code that
5955            checks for a destination dataset. Add more clean up code.
5956    
5957            * test/test_map.py (TestMapWithContents.test_raise_layer_top,
5958            TestMapWithContents.test_lower_layer_bottom):
5959            Test Map.MoveLayerToTop() and Map.MoveLayerToBottom() respectively.
5960            Fixes RTBug #1907.
5961    
5962            * Thuban/UI/mainwindow.py (MainWindow.ToggleLegend): Apply a full
5963            extent to the map when the legend is toggled. Fixes RTBug #1881.
5964    
5965    2003-05-29  Jan-Oliver Wagner <[email protected]>
5966    
5967            * Thuban/UI/tableview.py (LayerTableFrame.OnClose): Bug-fix: Now
5968            unsubscribes all that is subcribed in __init__.
5969    
5970    2003-05-28  Bernhard Herzog  <[email protected]>
5971    
5972            * Thuban/UI/mainwindow.py (MainWindow.DuplicateLayer)
5973            (MainWindow.CanDuplicateLayer): New methods to implement the
5974            Layer/Duplicate command.
5975            (layer_duplicate command): New.
5976            (main_menu): Add layer_duplicate to the Layer menu.
5977    
5978    2003-05-28  Bernhard Herzog  <[email protected]>
5979    
5980            * Thuban/UI/tableview.py (NullRenderer.Draw): New. Our own
5981            renderer so that NULL/None values get displayed differently (by a
5982            gray rectangle).
5983            (TableGrid.__init__): Override the default renderers
5984    
5985    2003-05-28  Bernhard Herzog  <[email protected]>
5986    
5987            * Thuban/Model/layer.py (Layer.SetShapeStore): Set the
5988            classification to "None" if the type of the field has changed.
5989    
5990            * test/test_layer.py (SetShapeStoreTests): New. Class with a few
5991            test for the Layer.SetShapeStore method
5992    
5993    2003-05-28  Jan-Oliver Wagner <[email protected]>
5994    
5995            * Thuban/Model/layer.py (Layer.TreeInfo): Fixed a bug (a layer
5996            does not necessarily have a filename).
5997    
5998    2003-05-28  Jan-Oliver Wagner <[email protected]>
5999    
6000            * Thuban/UI/mainwindow.py (MainWindow.TableClose, MainWindow.TableShow):
6001            sort the selection list for the dialog.
6002    
6003    2003-05-28  Frank Koormann  <[email protected]>
6004    
6005            * extensions/thuban/wxproj.cpp
6006            (project_point): Removed cast to int for projected point coordinates.
6007            (shape_centroid): Return last point if all polygon vertices fall
6008            to one point.
6009    
6010    2003-05-28  Bernhard Herzog  <[email protected]>
6011    
6012            * Thuban/UI/mainwindow.py (_can_unjoin): Add doc-string and cope
6013            with layers that don't have shapestores, i.e. raster layers.
6014    
6015    2003-05-28  Bernhard Herzog  <[email protected]>
6016    
6017            * Thuban/Model/table.py (DBFTable.__init__): Omit the extension
6018            when determining the title from the filename.
6019    
6020            * test/test_dbf_table.py (TestDBFTable.test_title): Update to
6021            reflect changes in the way the title is derived from the filename
6022    
6023    2003-05-28  Frank Koormann  <[email protected]>
6024    
6025            * Thuban/UI/mainwindow.py (MainWindow.TableShow):
6026            Added wxDEFAULT_DIALOG_STYLE to show table dialog styles.
6027    
6028    2003-05-27  Bernhard Herzog  <[email protected]>
6029    
6030            * Thuban/UI/mainwindow.py (MainWindow.delegated_messages): Also
6031            delegate SelectedLayer.
6032            (MainWindow.LayerUnjoinTable): Implement.
6033            (_can_unjoin): New. Helper function for the sensitivity of the
6034            layer/unjoin command.
6035    
6036            * Thuban/Model/data.py (ShapefileStore.OrigShapeStore)
6037            (DerivedShapeStore.OrigShapeStore): New. Return the original
6038            shapestore. Used to figure out how to unjoin.
6039            (DerivedShapeStore.Shapefile): Fix a typo.
6040    
6041    2003-05-27  Bernhard Herzog  <[email protected]>
6042    
6043            * Thuban/UI/join.py (JoinDialog): Extend to handle layer joins as
6044            well
6045            (JoinDialog.__init__): Use the layer parameter and only build the
6046            left choice when a layer is given
6047            (JoinDialog.OnJoin): Handle layer joins as well
6048            (JoinDialog.OnLeftTable, JoinDialog.OnRightTable): Handle the case
6049            that the user selects the "Select..." item. The sensitivitly
6050            updating is now in update_sensitivity
6051            (JoinDialog.y): New method to refactor the sensitivity update of
6052            the join button into its own method.
6053    
6054            * Thuban/UI/mainwindow.py (MainWindow.LayerJoinTable): Implement.
6055    
6056    2003-05-27  Bernhard Herzog  <[email protected]>
6057    
6058            * Thuban/UI/mainwindow.py (table_close command): Make it sensitive
6059            iff there are unreferenced tables in the session
6060    
6061    2003-05-27  Bernhard Herzog  <[email protected]>
6062    
6063            * Thuban/Model/messages.py (TABLE_REMOVED): New message.
6064    
6065            * Thuban/Model/session.py (Session.UnreferencedTables): New method
6066            to return tables that are not referenced by other tables or shape
6067            stores and can be removed.
6068            (Session.RemoveTable): Issue a TABLE_REMOVED message after
6069            removing the table
6070    
6071            * Thuban/UI/mainwindow.py: Remove unused imports
6072            (MainWindow.TableClose): Implement.
6073    
6074            * Thuban/UI/tableview.py (TableFrame.__init__): Subscribe to some
6075            messages so that the frame will be automatically closed when a new
6076            session is opened or the table is removed.
6077            (TableFrame.OnClose): Unsubscribe the Subscriptions made in
6078            __init__
6079            (TableFrame.close_on_session_replaced)
6080            (TableFrame.close_on_table_removed): New. Subscribers that close
6081            the window
6082    
6083            * test/test_session.py (TestSessionMessages.test_remove_table)
6084            (TestSessionSimple.test_remove_table): Move the test to
6085            TestSessionSimple and add test for the TABLE_REMOVED message
6086            (TestSessionBase.setUp): Also subscribe to TABLE_REMOVED
6087            (TestSessionSimple.test_unreferenced_tables) New. Test for the
6088            UnreferencedTables method.
6089            (UnreferencedTablesTests): New. Class with some more sophisticated
6090            tests for UnreferencedTables.
6091    
6092    2003-05-27  Frank Koormann  <[email protected]>
6093    
6094            * Thuban/UI/tableview.py (QueryTableFrame.__init__): The "_S_election"
6095            display has some unwanted side effects. Removed again.
6096    
6097    2003-05-27  Frank Koormann  <[email protected]>
6098    
6099            * Resources/Bitmaps/legend_icon_layer.xpm: New, icon for legend.
6100    
6101            * Thuban/UI/legend.py (LegendTree.__FillTree): Use "legend_icon_layer"
6102    
6103    2003-05-27  Jan-Oliver Wagner <[email protected]>
6104    
6105            * test/test_menu.py (MenuTest.test): Added test for
6106            Menu.RemoveItem().
6107    
6108            * Thuban/UI/menu.py (Menu.RemoveItem): New. Remove an item from
6109            the menu.
6110    
6111    2003-05-27  Frank Koormann  <[email protected]>
6112            
6113            Nonmodal dialogs without parent (i.e. they can fall behind the main
6114            window)
6115    
6116            * Thuban/UI/mainwindow.py (MainWindow.OnClose): Explicitly destroy
6117            all dialogs in the dialogs dictionary and the canvas.
6118    
6119            * Thuban/UI/dialogs.py (NonModalNonParentDialog): New class, without
6120            parent, i.e. can fall behind other windows.
6121            (NonModalDialog.OnClose): Check is dialog is in mainwindow.dialog
6122            dictionary before removing it.
6123    
6124            * Thuban/UI/classifier.py: Dialog derived from NonModalNonParentDialog
6125    
6126            * Thuban/UI/projdialog.py: Dialog derived from NonModalNonParentDialog
6127            * Thuban/UI/tableview.py: Dialog derived from NonModalNonParentDialog
6128            * Thuban/UI/tree.py: Dialog derived from NonModalNonParentDialog
6129    
6130    2003-05-27  Bernhard Herzog  <[email protected]>
6131    
6132            * Thuban/UI/mainwindow.py (MainWindow.ShowTableView): New. Open a
6133            tableview dialog
6134            (MainWindow.TableShow): Use ShowTableView to open the dialogs.
6135            Also, don't use the table's titles as the dialog names. The titles
6136            aren't guaranteed to be unique.
6137            (MainWindow.TableOpen): Open a table view dialog after opening the
6138            table
6139    
6140    2003-05-27  Bernhard Herzog  <[email protected]>
6141    
6142            * Thuban/UI/mainwindow.py: Remove the Table/Hide menu item. Its
6143            effect can be achieved by simply closing the window showing the
6144            table.
6145            (MainWindow.TableHide): Removed.
6146            (main_menu): Removed "table_hide"
6147    
6148    2003-05-27  Frank Koormann  <[email protected]>
6149    
6150            Fix legend tree display problems under Win32
6151    
6152            * Thuban/UI/legend.py:  BMP_SIZE_W = 15
6153            (LegendTree.__FillTree): Display "legend_icon_map.xpm" with layer title.
6154            (LegendTree.__FillTreeLayer): Explicitely set SelectedImage.
6155    
6156            * Resources/Bitmaps/legend_icon_map.xpm: New icon for legend.
6157    
6158    2003-05-27  Jan-Oliver Wagner <[email protected]>
6159    
6160            * Thuban/UI/menu.py (Menu.InsertSeparator): Additional optional parameter
6161            'after' now allows to insert separators almost anywhere in the menu.
6162    
6163    2003-05-27  Frank Koormann  <[email protected]>
6164    
6165            * Thuban/UI/tableview.py (QueryTableFrame.__init__): Underline the
6166            "S" of selection box label to hint on hot key (Alt-S). Works under
6167            Win32 but is ignored under GTK.
6168    
6169    2003-05-26  Frank Koormann  <[email protected]>
6170    
6171            * Thuban/UI/projdialog.py (ProjFrame.__do_layout, ProjPanel._DoLayout):
6172            Center Choices.
6173    
6174    2003-05-26  Bernhard Herzog  <[email protected]>
6175    
6176            Remove the Precision methods again. They're too DBF specific to be
6177            part of the table interface and they're only used in table_to_dbf
6178            anyway.
6179            
6180            * Thuban/Model/transientdb.py (TransientTableBase.Width):Use a
6181            fixed precision of 12 for doubles.
6182            (TransientTableBase.Precision): Removed
6183            (AutoTransientTable.Width): Delegate to self.table.
6184    
6185            * Thuban/Model/table.py (DBFTable.Precision)
6186            (MemoryTable.Precision): Removed.
6187            (MemoryTable.Width): Use a fixed precision of 12 for doubles.
6188            (table_to_dbf): Use a fixed precision of 12 for floats unless the
6189            column object specifies something else.
6190    
6191            * test/test_dbf_table.py (TestTableToDBF.test_table_to_dbf): New.
6192            test for table_to_dbf
6193    
6194    2003-05-26  Bernhard Herzog  <[email protected]>
6195    
6196            * test/test_transientdb.py
6197            (TestTransientTable.run_iceland_political_tests): Fix a comment.
6198    
6199    2003-05-26  Bernhard Herzog  <[email protected]>
6200    
6201            * Thuban/UI/mainwindow.py (MainWindow.TableOpen): Real
6202            implementation. Mark parts of the file format strings for
6203            localization.
6204    
6205            * Thuban/Model/session.py (Session.OpenTableFile): New. Open a dbf
6206            file and add the table to the tables managed by the session
6207    
6208            * test/test_session.py (TestSessionSimple.test_open_table_file):
6209            New. test case for OpenTableFile
6210    
6211    2003-05-26  Jan-Oliver Wagner <[email protected]>
6212    
6213            * Thuban/UI/controls.py, Thuban/UI/identifyview.py, Thuban/UI/join.py,
6214            Thuban/UI/labeldialog.py, Thuban/UI/mainwindow.py,
6215            Thuban/UI/proj4dialog.py, Thuban/UI/tableview.py, Thuban/UI/view.py:
6216            Replace the true/false of wxWindows by True/False of Python 2.2.1.
6217    
6218    2003-05-26  Jan-Oliver Wagner <[email protected]>
6219    
6220            * Thuban/UI/tableview.py (LayerTableFrame.__init__): If there is
6221            already a selection present, update the grid accordingly.
6222    
6223            * Thuban/UI/mainwindow.py (MainWindow.TableShow): Make the dialog
6224            resizeable and increase its initial size.
6225    
6226    2003-05-26  Frank Koormann  <[email protected]>
6227    
6228            Table export functionality
6229    
6230            * Thuban/Model/table.py (DBFTable.Width, MemoryTable.Width):
6231            Return width (in characters) for a column.
6232            (DBFTable.Precision, MemoryTable.Precision): Return decimal precision.
6233            (table_to_dbf): Write table to dbf file.
6234            (table_to_csv): Write table to csv file.
6235    
6236            * Thuban/Model/transientdb.py (TransientTableBase.Width,
6237            TransientTableBase.Precision): Return column width and precision.
6238    
6239            * Thuban/UI/tableview.py (QueryTableFrame.OnSaveAs): Call table_to_dbf
6240            or table_to_csv depending on file selection.
6241    
6242            * test/test_dbf_table.py:
6243            Test table_to_dbf (extension of former part of test).
6244    
6245            * test/test_csv_table.py:
6246            Test table_to_csv.
6247    
6248    2003-05-23  Jan-Oliver Wagner <[email protected]>
6249    
6250            * Thuban/UI/join.py (JoinDialog.OnJoin): Use _() for strings.
6251            Use QueryTableFrame instead of TableFrame.
6252    
6253            * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Prefix the
6254            table window with 'Layer Table:' instead of 'Table:'.
6255    
6256    2003-05-23  Jan-Oliver Wagner <[email protected]>
6257    
6258            Give all tables a title via mix-in TitledObject.LayerShowTable
6259    
6260            * Thuban/Model/base.py (TitledObject.SetTitle): Call method 'issue'
6261            only if it exists.
6262    
6263            * Thuban/Model/table.py (DBFTable, MemoryTable): mix-in TitledObject
6264            and call its init-method with a default title. Remove Title() method.
6265    
6266            * Thuban/Model/transientdb.py (TransientTable, TransientJoinedTable,
6267            AutoTransientTable): mix-in TitledObject and call its init-method with
6268            a default title. Remove Title() method.
6269    
6270    2003-05-23  Bernhard Herzog  <[email protected]>
6271    
6272            * Thuban/Model/session.py (Session.AddShapeStore): Define
6273            AddShapeStore analogously to AddTable.
6274    
6275            * test/test_session.py (TestSessionSimple.test_add_shapestore):
6276            New. Test for AddShapeStore
6277    
6278    2003-05-23  Jan-Oliver Wagner <[email protected]>
6279    
6280            Introducing QueryTableFrame and a very coarse ShowTable implementation.
6281    
6282            * Thuban/UI/tableview.py (LayerTableFrame, QueryTableFrame): Split the
6283            class LayerTableFrame into two classes, LayerTableFrame and QueryTableFrame.
6284            The latter implements the selection GUI without dependency on a layer.
6285            LayerTableFrame now is derived from QueryTableFrame and connects
6286            to a layer.
6287    
6288            * Thuban/UI/mainwindow.py (MainWindow.TableShow): A very coarse
6289            implementation that still needs work.
6290    
6291            * Thuban/Model/layer.py (Layer.TreeInfo): Added filename.
6292    
6293    2003-05-22  Frank Koormann  <[email protected]>
6294    
6295            * Thuban/Model/transientdb.py (TransientJoinedTable.__init__):
6296            Added "outer_join = False" as optional parameter.
6297            (TransientJoinedTable.create): If outer join is true, perform a
6298            "LEFT OUTER JOIN" instead of "JOIN", which preserves all records of
6299            the left table. Records not matching are filled with 0 / None.
6300    
6301            * Thuban/UI/join.py (JoinDialog.__init__): Checkbox for outer join.
6302            (JoinDialog.OnJoin): Consider outer join check box.
6303    
6304    2003-05-22  Bernhard Herzog  <[email protected]>
6305    
6306            * Thuban/UI/join.py (JoinDialog.OnJoin): Use exc_info in a
6307            somewhat safer way. Storing the traceback in a local variable can
6308            lead to memory leaks
6309    
6310    2003-05-22  Bernhard Herzog  <[email protected]>
6311    
6312            * Thuban/UI/join.py (JoinDialog.OnJoin): Make sure to really call
6313            the wxMessageDialog's Destroy() method.
6314    
6315    2003-05-22  Frank Koormann  <[email protected]>
6316    
6317            * Thuban/UI/join.py (JoinDialog.__init__): Make use of
6318            TransientTable.Title()
6319    
6320    2003-05-22  Frank Koormann  <[email protected]>
6321    
6322            Join Dialog, initial version.
6323    
6324            * Thuban/UI/mainwindow.py (MainWindow.TableJoin): Removed print.
6325    
6326            * Thuban/UI/join.py (JoinDialog): Functional implementation of
6327            former framework. Renamed Table1/Table2 to LeftTable/RightTable
6328            in all occurences.
6329    
6330            * Thuban/Model/transientdb.py (TransientJoinedTable.__doc__):
6331            Typo fixed.
6332    
6333    2003-05-22  Bernhard Herzog  <[email protected]>
6334    
6335            Give the tables titles so that the GUI can display more meaningful
6336            names. For now the titles are fixed but depend on e.g. filenames
6337            or the titles of the joined tables.
6338    
6339            * Thuban/Model/transientdb.py (TransientTable.Title)
6340            (TransientJoinedTable.Title, AutoTransientTable.Title): New.
6341    
6342            * Thuban/Model/table.py (DBFTable.Title, MemoryTable.Title): New.
6343    
6344            * test/test_transientdb.py
6345            (TestTransientTable.test_auto_transient_table_title): New. Test
6346            for the Title method
6347            (TestTransientTable.test_transient_joined_table)
6348            (TestTransientTable.test_transient_table): Add test for the Title
6349            methods
6350    
6351            * test/test_memory_table.py (TestMemoryTable.test_title): New.
6352            Test for the Title method
6353    
6354            * test/test_dbf_table.py (TestDBFTable.test_title): New. Test for
6355            the Title method
6356    
6357    2003-05-22  Bernhard Herzog  <[email protected]>
6358    
6359            * test/test_layer.py (TestLayer.setUp, TestLayer.tearDown):
6360            Provide a better way to destroy the layers
6361            (TestLayer.test_base_layer, TestLayer.test_arc_layer)
6362            (TestLayer.test_point_layer, TestLayer.test_empty_layer)
6363            (TestLayer.test_polygon_layer, TestLayer.test_get_field_type): Use
6364            the new way to destroy the layers.
6365            (TestLayer.test_derived_store): New. Test for using a layer with a
6366            DerivedShapeStore
6367    
6368            * Thuban/Model/layer.py (Layer.SetShapeStore): Only set the
6369            filename if the shape store actually has one.
6370    
6371    2003-05-22  Bernhard Herzog  <[email protected]>
6372    
6373            * Thuban/Model/table.py (DBFTable.FileName): New. Accessor method
6374            for the filename
6375    
6376            * test/test_dbf_table.py (TestDBFTable.test_filename): New. Test
6377            for the FileName method
6378            (TestDBFTableWriting.test_write): Fix spelling of filename
6379    
6380    2003-05-22  Thomas Koester  <[email protected]>
6381    
6382            * Thuban/Model/range.py, test/test_range.py: Brought over new Range
6383            from SciParam that now really is immutable.
6384    
6385    2003-05-22  Frank Koormann  <[email protected]>
6386    
6387            Layer Top/Bottom placement added to legend.
6388    
6389            * Thuban/UI/legend.py
6390            (LegendPanel._OnMoveTop(), LayerPanel._OnMoveBottom): New, methods
6391            bound to tool events.
6392            (LegendTree.MoveCurrentItemTop(), LegendTree.MoveCurrentItemBottom):
6393            New, methods binding the event methods with the map methods.
6394    
6395            * Thuban/Model/map.py (Map.TopLayer(), Map.BottomLayer()): New, place
6396            layer at top/bottom of layer stack.
6397    
6398            * Resources/Bitmaps/top_layer.xpm: New button icon.
6399    
6400            * Resources/Bitmaps/bottom_layer.xpm: New button icon.
6401    
6402    2003-05-22  Bernhard Herzog  <[email protected]>
6403    
6404            * Thuban/Model/session.py (Session.RemoveTable): New method to
6405            remove tables
6406    
6407            * test/test_session.py (TestSessionSimple.test_remove_table): New.
6408            Test for RemoveTable
6409    
6410    2003-05-22  Thomas Koester  <[email protected]>
6411    
6412            * Thuban/Model/classgen.py: Added short module doc string and CVS id.
6413            (ClassGenerator.GenUniformDistribution): Use new Range __init__, too.
6414    
6415    2003-05-22  Bernhard Herzog  <[email protected]>
6416    
6417            Implement a way to discover dependencies between tables and
6418            shapestores.
6419    
6420            * Thuban/Model/transientdb.py (TransientTableBase.Dependencies)
6421            (TransientJoinedTable.Dependencies)
6422            (AutoTransientTable.SimpleQuery): New. Implement the dependencies
6423            interface
6424            (TransientJoinedTable.__init__): Keep tack of the original table
6425            objects in addition to the corresponding transient tables.
6426    
6427            * Thuban/Model/table.py (DBFTable.Dependencies)
6428            (MemoryTable.Dependencies): New. Implement the dependencies
6429            interface
6430    
6431            * Thuban/Model/data.py (ShapeTable): New. Helper class for
6432            ShapefileStore
6433            (ShapefileStore.__init__): Use ShapeTable instead of
6434            AutoTransientTable
6435            (ShapefileStore.Table, ShapefileStore.Shapefile): Add doc-strings
6436            (ShapefileStore.FileName, ShapefileStore.FileType): New. Accessor
6437            methods for filename and type
6438            (ShapefileStore.Dependencies): New. Implement the dependencies
6439            interface
6440            (DerivedShapeStore): New class to replace SimpleStore. The main
6441            difference to SimpleStore is that it depends not on a shapefile
6442            but another shapestore which expresses the dependencies a bit
6443            better
6444            (SimpleStore.__init__): Add deprecation warning.
6445    
6446            * test/test_dbf_table.py (TestDBFTable.test_dependencies): New.
6447            Test for the Dependencies method.
6448    
6449            * test/test_memory_table.py (TestMemoryTable.test_dependencies):
6450            New. Test for the Dependencies method.
6451    
6452            * test/test_transientdb.py
6453            (TestTransientTable.test_auto_transient_table_dependencies): New.
6454            Test for the Dependencies method.
6455            (TestTransientTable.test_transient_joined_table): Add test for the
6456            Dependencies method.
6457    
6458            * test/test_session.py (TestSessionSimple.setUp)
6459            (TestSessionSimple.tearDown): New. Implement a better way to
6460            destroy the sessions.
6461            (TestSessionSimple.test_initial_state)
6462            (TestSessionSimple.test_add_table): Bind session to self.session
6463            so that it's destroyed by tearDown
6464            (TestSessionSimple.test_open_shapefile): New. Test for
6465            OpenShapefile and the object it returns
6466    
6467    2003-05-22  Bernhard Herzog  <[email protected]>
6468    
6469            * Thuban/Model/session.py (Session.AddTable): New method to
6470            register tables with the session.
6471            (Session.Tables): Return the tables registered with AddTable too.
6472    
6473            * test/test_session.py (TestSessionSimple.test_add_table): New.
6474            Test case for the AddTable method
6475    
6476    2003-05-22  Frank Koormann  <[email protected]>
6477    
6478            UI polishing updates: Place main buttons (OK, Cancel, etc) in the
6479            lower right corner, center labels for selections, initialize controls
6480            in reasonable order for keyboard navigation.
6481    
6482            * Thuban/UI/projdialog.py (ProjFrame.__init__, ProjFrame.__doLayout)
6483            (ProjFrame.__DoOnProjAvail): Determine position of current projection
6484            using the wxListBox.FindString() method. Still a problem (#1886)
6485    
6486            * Thuban/UI/classifier.py
6487            (Classifier.__init__, SelectPropertiesDialog.__init__)
6488    
6489            * Thuban/UI/classgen.py (ClassGenDialog.__init__,
6490            (ClassGenDialog.__DoOnGenTypeSelect): Moved initialization of the
6491            different classification types from here to __init__.
6492            (GenUniquePanel.__init__): Set the column width of the first field
6493            in the Field ListCtrl to the full width.
6494    
6495            * Thuban/UI/tableview.py (LayerTableFrame.__init__): Rename 'Save As'
6496            Button to 'Export'. Center Buttons in Selection Box, set Focus to
6497            Grid.
6498            (LayerTableFrame.OnKeyDown()): New, bound to the grid with EVT_KEY_DOWN,
6499            changes focus to the Selection when pressing "Alt-S".
6500    
6501            * Thuban/UI/legend.py (LegendTree.__SetVisibilityStyle): Only gray out
6502            the text if not visible. The italic font sometimes exceeds the
6503            rendering area.
6504    
6505    2003-05-21  Jonathan Coles   <[email protected]>
6506    
6507            * Thuban/UI/dock.py (DockFrame): Rename references to _OnClose
6508            to OnClose so that Thuban closes correctly.
6509    
6510            * Thuban/UI/mainwindow.py (MainWindow.OnClose): Call
6511            DockFrame.OnClose, not DockFrame._OnClose.
6512    
6513    2003-05-21  Jonathan Coles   <[email protected]>
6514    
6515            * Thuban/Model/classgen.py (ClassGenerator.GenQuantiles): Remove
6516            references to 'inf' and use new Range __init__ to pass floats
6517            directly rather than converting them to strings first.
6518            Fixes RTBug #1876.
6519    
6520            * Thuban/Model/classification.py (ClassGroupRange.SetRange):
6521            Use new Range ___init__ to pass floats.
6522    
6523            * Thuban/Model/layer.py (RasterLayer.__init__): Test if the
6524            filename is a valid image file. Throw IOError otherwise.
6525    
6526            * Thuban/Model/range.py: Brought over new Range from SciParam that
6527            is immutable and has an __init__ which can accept floats.
6528    
6529            * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Move OpenShapefile
6530            into try block. AddLayer doesn't throw any exceptions anymore.
6531            (MainWindow.AddRasterLayer): Move constructor of RasterLayer into
6532            try block.
6533    
6534            * Thuban/UI/projdialog.py (GeoPanel.__init__): Put Degrees as
6535            the first item in choices. Fixes RTBug #1882.
6536    
6537            * Thuban/UI/renderer.py (MapRenderer.render_map): Check if scale
6538            has gone to 0 which is a serious problem. abort.
6539            (MapRenderer.draw_raster_layer): Catch IOError seperately and
6540            print the error from GDAL.
6541    
6542            * Thuban/UI/tableview.py (TableGrid.__init__): Call
6543            ToggleEventListeners to turn on listening.
6544            (TableGrid.ToggleEventListeners): New. Turns event listening on
6545            and off so as to prevent excessive messages.
6546            (LayerTableFrame.OnQuery): Use TableGrid.ToggleEventListeners
6547            to suppress excessive messages when selecting many rows.
6548            Fixes RTBug #1880.
6549    
6550            * Thuban/UI/view.py: Added checks against if scale == 0. This
6551            is a serious problem that can occur when an image without
6552            geo data is loading and causes the map projection bounds to
6553            go to infinity. Right now, the solution is to simply try
6554            to recover.
6555    
6556            * extensions/thuban/cpl_mfile.cpp (MFILEClose): Make sure
6557            to set the MFILEReceiver attributes even if the data is NULL.
6558    
6559            * extensions/thuban/gdalwarp.cpp: Improved the error handling
6560            and passed GDAL messages back up to the Python layer. Also
6561            tried to fix some memory leaks that were present in the original
6562            utility but didn't matter because the program aborted.
6563    
6564            * test/test_range.py: Copied over tests from SciParam. Removed
6565            tests against importing. Fixes RTBug #1867.
6566    
6567    2003-05-21  Bernhard Herzog  <[email protected]>
6568    
6569            * test/test_load.py: Remove unused imports and restructure the
6570            test code
6571            (LoadSessionTest): Split into one class for each test and turn
6572            LoadSessionTest itself into the base class for all such session
6573            tests.
6574            (ClassificationTest): New base class for load tests that test
6575            classifications
6576            (TestSingleLayer, TestLayerVisibility, TestClassification)
6577            (TestLabels, TestLayerProjection, TestRasterLayer): New classes
6578            for the individual tests
6579    
6580            * test/support.py (FileLoadTestCase.filename): New base class for
6581            file loading tests
6582    
6583    2003-05-21  Jan-Oliver Wagner <[email protected]>
6584    
6585            * Resources/Projections/defaults.proj: Renamed 'Universal Transverse
6586            Mercator' to 'UTM Zone 32' as a more convenient example.
6587            Added 'Gauss Krueger Zone 6'.
6588    
6589            * Data/iceland_sample_raster.thuban: political polygon now
6590            filled transparent to have the raster image visible at once.
6591    
6592    2003-05-21  Frank Koormann  <[email protected]>
6593    
6594            * Thuban/UI/mainwindow.py (MainWindow): Renamed _OnClose() back to
6595            OnClose() to keep in sync with extensions. Internally Thuban
6596            still uses "underscored" names.
6597    
6598    2003-05-20  Jonathan Coles   <[email protected]>
6599    
6600            This puts back Raster layer support. These layers support projections
6601            through the GDAL library. Currently, the CVS version is being used.
6602            There are no Debian packages available although this may change soon.
6603            A GDAL driver was extended to support writing to memory rather to
6604            files.
6605    
6606            There is still some work that needs to be done, such as some error
6607            handling when loading invalid images or when there is a problem
6608            projecting the image. This putback simply checks in the majority
6609            of the work.
6610    
6611            * setup.py: Add gdalwarp library extension.
6612    
6613            * Thuban/Model/layer.py (BaseLayer.HasClassification): New.
6614            Defaults to False, but can be overridden by subclasses if they
6615            support classification.
6616            (RasterLayer): New. Defines a new layer that represents an
6617            image.
6618    
6619            * Thuban/Model/load.py (SessionLoader.__init__): Add rasterlayer
6620            tag handler.
6621            (SessionLoader.start_layer): Encode the filename.
6622            (SessionLoader.start_rasterlayer, SessionLoader.end_rasterlayer):
6623            New. Supports reading a rasterlayer tag.
6624    
6625            * Thuban/Model/map.py (Map.BoundingBox): Fix typo in comment.
6626    
6627            * Thuban/Model/save.py (XMLWriter.encode): Don't assume that we
6628            get a string in Latin1. If we get such as string convert it to
6629            unicode first, otherwise leave if alone before encoding.
6630            (SessionSaver.write_layer): Add support for writing both Layers
6631            and RasterLayers.
6632    
6633            * Thuban/Model/transientdb.py (AutoTransientTable.SimpleQuery):
6634            The right argument may not be a string, it could also be a Column.
6635    
6636            * Thuban/UI/application.py (ThubanApplication.CreateMainWindow):
6637            Make initial window size 600x400. Fixes RTBug #1872.
6638    
6639            * Thuban/UI/classifier.py (Classifier.__init__): Rearrange how
6640            the dialog is constructed so that we can support layers that
6641            do not have classifications.
6642            (Classifier._OnTry): Only build a classification if the layer
6643            supports one.
6644    
6645            * Thuban/UI/legend.py: Change all checks that a layer is an
6646            instance of Layer into checks against BaseLayer.
6647            (LegendTree.__FillTreeLayer): Only add children to a branch if
6648            the layer supports classification.
6649    
6650            * Thuban/UI/mainwindow.py (MainWindow.NewSession,
6651            MainWindow.OpenSession): Don't proceed with an action if the
6652            user chooses Cancel when they are asked to save changes.
6653            (MainWindow.AddRasterLayer): New. Open a dialog to allow the
6654            user to select an image file. Create a new RasterLayer and add
6655            it to the map.
6656    
6657            * Thuban/UI/renderer.py (MapRenderer.render_map): Add support
6658            for rendering RasterLayer layers.
6659            (MapRenderer.draw_raster_layer): Actually method that calls
6660            the GDALWarp python wrapper and constructs an image from the
6661            data returned.
6662    
6663            * Thuban/UI/tableview.py (LayerTableFrame.__init__): Change the
6664            Choices symbols to match those used in the table query method.
6665            Replace deprecated method calls on table with new method names.
6666    
6667            * Thuban/UI/view.py (MapCanvas.set_view_transform): Try to limit
6668            how small the scale can get. This still needs more testing.
6669    
6670            * extensions/thuban/bmpdataset.cpp: New, but copied from GDAL.
6671            Provides a driver to output in .bmp format.
6672    
6673            * extensions/thuban/cpl_mfile.cpp, extensions/thuban/cpl_mfile.h:
6674            New. Provides IO routines which write to memory, rather than a file.
6675    
6676            * extensions/thuban/gdalwarp.cpp: New, but basically a direct copy
6677            of the gdalwarp utility provided in GDAL. Added function calls
6678            that can be accessed from python.
6679    
6680            * Data/iceland_sample_raster.thuban: New. Sample file that uses
6681            a raster layer.
6682    
6683            * Data/iceland/island.tfw, Data/iceland/island.tif: New. Raster
6684            layer image data.
6685    
6686            * Doc/thuban.dtd: Added rasterlayer attribute definition.
6687    
6688            * test/test_layer.py, test/test_load.py, test/test_save.py: Added
6689            tests associated with the raster layer code.
6690    
6691            * test/test_transientdb.py
6692            (TestTransientTable.test_auto_transient_table_query): Added a test
6693            for using a Column object as the "right" parameter to a query.
6694    
6695    2003-05-19  Frank Koormann  <[email protected]>
6696    
6697            * Thuban/version.py (get_changelog_date):
6698            Catch exceptions if ChangeLog does not exist.
6699    
6700            * Thuban/UI/view.py (MapCanvas.Export): Bugfix
6701    
6702    2003-05-19  Frank Koormann  <[email protected]>
6703    
6704            Extended version information for Thuban
6705    
6706            * Thuban/version.py: New, version information for Thuban: Last
6707            modification date and last ChangeLog entry date.
6708    
6709            * Thuban/UI/mainwindow.py (MainWindow.About()): Extended version
6710            information: Display Thuban, wxPython and Python version.
6711    
6712    2003-05-16  Bernhard Herzog  <[email protected]>
6713    
6714            * Thuban/Model/save.py: Remove some unused imports including the
6715            __future__ import for nested_scopes as Thuban relies on Python 2.2
6716            now.
6717            (XMLWriter.encode): Remove the special case for a None argument.
6718            In the saver encode is always called with a string argument.
6719    
6720    2003-05-16  Bernhard Herzog  <[email protected]>
6721    
6722            * Thuban/UI/__init__.py: Remove the work-around for the locale bug
6723            in wxPython (at least when usinvg wxGTK) prior to 2.4. The symptom
6724            of the bug was that e.g. float("1.2") would fail. Thuban now
6725            requires 2.4.x.
6726            
6727    2003-05-16  Frank Koormann   <[email protected]>
6728    
6729            Printing enhancement and WMF export (under Win32)
6730    
6731            * Thuban/UI/renderer.py (ExportRenderer): New, derived from
6732            ScreenRenderer. Renders Map, Legend and Scalebar for export.
6733            (PrinterRenderer): New, derived from ExportRenderer. Replaces the old
6734            PrintRender.
6735    
6736            * Thuban/UI/view.py (MapPrintout.__init__): Enhanced parameter set
6737            to fullfil information needed for PrinterRenderer.
6738            (MapCanvas.Export): New. Export Map (currently only to WMF on Win32).
6739            (MapCanvas.Print): Adapted to new MapPrintout.
6740            (OutputTransform): General calculations to transform from canvas
6741            coordinates to export/printing devices.
6742    
6743            * Thuban/UI/mainwindow.py (MainWindow.ExportMap()): New. Added also
6744            new method_command to call ExportMap, with platform dependency (only
6745            __WXMSW__)
6746      
6747            * Thuban/UI/scalebar.py (ScaleBar.DrawScaleBar): Position and Size
6748            of scalebar drawing area as new parameters.
6749            
6750            * Thuban/Model/scalebar.py (roundInterval): round long instead of int
6751    
6752            * Thuban/UI/legend.py (ScalebarBitmap.__SetScale):
6753            Update to extended scalebar.DrawScalebar header.
6754    
6755            * test/test_export.py: New, test Thuban.UI.view.OutputTransform()
6756    
6757            * test/test_scalebar.py: Made test executable as standalone.
6758    
6759    2003-05-16  Bernhard Herzog  <[email protected]>
6760    
6761            * Thuban/Model/table.py (Table): Remove this compatibility alias
6762            for DBFTable.
6763    
6764            * test/test_table.py: Import DBFTable as Table because that alias
6765            doesn't exist anymore.
6766    
6767            * Thuban/UI/classgen.py: Remove some unused imports
6768    
6769    2003-05-14  Jonathan Coles   <[email protected]>
6770    
6771            * Thuban/Model/classgen.py (ClassGenerator.GenSingletonsFromList):
6772            Fix docstring.
6773            (ClassGenerator.GenUniformDistribution): Fix spelling of method name.
6774            (ClassGenerator.GenQuantiles): Use the left/right brackets and min/max
6775            values of the supplied range to determine the beginning and end
6776            bounds of the generated classes.
6777    
6778            * Thuban/Model/range.py (Range.number_re): Now accepts floats that
6779            do not have a leading 0 (.5 is now accepted as well as 0.5).
6780    
6781            * Thuban/UI/classgen.py (ClassGenDialog.OnOK): Fix name of method
6782            call to ClassGenerator.GenUniformDistribution.
6783    
6784            * Thuban/UI/projdialog.py (ProjFrame.__do_layout): Fix Windows
6785            layout bug with the 'Projection' label.
6786    
6787            * test/support.py (FloatTestCase): New. Needed for the Range tests.
6788    
6789            * test/test_range.py: New. Imported from SciParam.
6790    
6791    2003-05-12  Jonathan Coles   <[email protected]>
6792    
6793            * Thuban/UI/classgen.py (GenQuantilesPanel.GetList): Replace call
6794            to table.UniqueValues() with calls that retrieve all the values
6795            from the table. This will need to be replaced by a method on table
6796            which can simply return the list (perhaps more efficiently).
6797    
6798    2003-05-12  Jonathan Coles   <[email protected]>
6799    
6800            The return value of ClassGenerator.CalculateQuantiles has changed.
6801            Refer to the documentation for details.
6802    
6803            * test/test_classgen.py: Modified Quantile tests to use the
6804            new return values.
6805    
6806            * Thuban/Model/classgen.py
6807            (ClassGenerator.GenQuantiles): Add comments describing the parameters,
6808            use new return values from CalculateQuantiles to produce the correct
6809            range bounds in the Classification.
6810            (ClassGenerator.CalculateQuantiles): Add more comments describing
6811            the return values and parameters. Make minor adjustments to improve
6812            the legibility of the code. Fix problem with adjusted not being set
6813            in most cases.
6814    
6815    2003-05-12  Frank Koormann <[email protected]>
6816            
6817            * Thuban/Model/save.py (XMLWriter.encode()): Explicite call to unicode
6818            and latin1. Fixes #1851 finally.
6819    
6820    2003-05-09  Jonathan Coles   <[email protected]>
6821    
6822            * test/test_classgen.py: New. Tests the Quantile algorithm.
6823    
6824            * Thuban/Model/classgen.py (ClassGenerator.CalculateQuantiles):
6825            Clean up debugging statement, add comments, fix a small bug in the
6826            returned adjusted percentiles.
6827            
6828    2003-05-09  Jonathan Coles   <[email protected]>
6829    
6830            Introduces Range class from SciParam into the ClassGroupRange class,
6831            and such ranges can now be saved and loaded from disk.
6832    
6833            Quantiles are now available in the Classification Generator.
6834    
6835            Initial support for building Queries on a table. Doesn't do anything
6836            but run some tests.
6837    
6838            * Thuban/Model/classification.py: Explicit imports.
6839            (ClassGroupRange): Use the Range class to store the underlying
6840            range information. The interface remains the same, except for
6841            GetRange(), and you can also supply a Range object as the min
6842            parameter to SetRange or __init__.
6843    
6844            * Thuban/Model/load.py (XMLReader.encode): New. Encodes the given
6845            string appropriately for use in Thuban. Fixes RTbug #1851.
6846            (SessionLoader.end_projection): Handle the context of the
6847            projection tag a bit better by looking at what objects are not
6848            None. There was an assumption that a projection tag for a map
6849            could occur before any layers.
6850            (SessionLoader.start_clrange): Provide backward compatibility for
6851            reading min/max values as well as the new range parameter.
6852    
6853            * Thuban/Model/map.py: Explicit imports.
6854    
6855            * Thuban/Model/resource.py: Import _.
6856            (ProjFileSaver.write): write header using projfile.dtd.
6857    
6858            * Thuban/Model/save.py: Explicit imports.
6859            (XMLWriter.encode): New. Encode the given string from a format
6860            used by Thuban into UTF-8. Fixes RTbug #1851.
6861    
6862            * Thuban/UI/classgen.py: Explicit imports.
6863            (ClassGenDialog.__init__): Clean up the code and add support
6864            for Quantiles.
6865            (ClassGenDialog.OnOK): Add support for Quantiles.
6866            (GenQuantilesPanel): New. Input panel for Quantiles.
6867            (ClassGenerator, CustomRamp, MonochromaticRamp, GreyRamp, RedRamp,
6868            GreenRamp, BlueRamp, HotToColdRamp): Move to Thuban/Model/classgen.py
6869    
6870            * Thuban/Model/classgen.py: New. Contains all the classes named above.
6871    
6872            * Thuban/UI/classifier.py: Explicit imports.
6873            (ClassTable.GetValueAsCust, ClassTable.__ParseInput,
6874            ClassTable.SetValueAsCustom): Reworked to use new Range class.
6875    
6876            * Thuban/UI/legend.py: Explicit imports.
6877    
6878            * Thuban/UI/mainwindow.py: Add support for the Join Dialog. Added
6879            a Table menu and associated method calls.
6880            (MainWindow.choose_color): Removed. No longer needed.
6881    
6882            * Thuban/UI/projdialog.py (ProjFrame.__VerifyButtons): Save button
6883            should be disabled if no projection is selected in the available
6884            list.
6885    
6886            * Thuban/UI/renderer.py: Explicit imports.
6887    
6888            * Thuban/UI/tableview.py (TableGrid.OnRangeSelect): Fix some issues
6889            with correctly selecting the rows and issuing the right events.
6890            Be sure to call Skip() to allow the grid to do some of its own
6891            handling which allows the rows to actually be selected.
6892            (LayerTableGrid.select_shapes): Rename from select_shape. Supports
6893            selecting multiple shapes.
6894            (LayerTableFrame): Support for building Queries.
6895            (LayerTableFrame.select_shapes): Allow multiple shapes to be selected.
6896    
6897            * Thuban/UI/tree.py: Explicit imports.
6898    
6899            * Thuban/UI/view.py (MapCanvas): Delegate "SelectedShapes" so the
6900            table view can call it.
6901    
6902            * test/test_classification.py: Explicit imports.
6903            (TestClassification.test_ClassGroupRange): Fix test for new
6904            Range class.
6905    
6906            * Doc/thuban.dtd: Add range parameter for clrange.
6907    
6908            * Thuban/Model/range.py: Taken from SciParam. Used as the underlying
6909            object in ClassGroupRange, and also uesd for inputting ranges in
6910            the classifer table and elsewhere.
6911    
6912            * Thuban/UI/join.py: New. Initial Join dialog. No real functionality
6913            yet.
6914    
6915    2003-05-09  Frank Koormann <[email protected]>
6916    
6917            * Thuban/UI/scalebar.py (DrawScaleBar): Draw only if interval > 0.0.
6918    
6919    2003-05-08  Frank Koormann <[email protected]>
6920    
6921            Coding style updates
6922    
6923            * test/test_scalebar.py: Replaced tab indentation by spaces.
6924    
6925            * Thuban/UI/scalebar.py: Explicit imports.
6926    
6927    2003-05-08  Frank Koormann <[email protected]>
6928    
6929            * Thuban/UI/scalebar.py
6930            (ScaleBar.DrawScalebar): Format string bug fixed.
6931    
6932    2003-05-08  Frank Koormann <[email protected]>
6933    
6934            Reorganization of scalebar component (no wx in Thuban/Model)
6935    
6936            * Thuban/Model/scalebar.py: Rendering moved to Thuban/UI/scalebar.py
6937            (deriveInterval):
6938            Calculate scalebar interval and unit which fits in width for scale.
6939            (roundInterval): Round float.
6940    
6941            * Thuban/UI/scalebar.py (ScaleBar): Scalebar rendering
6942    
6943            * test/test_scalebar.py: Test for Thuban/Model/scalebar.py methods.
6944    
6945            * Thuban/UI/legend.py: Import Thuban.UI.scalebar
6946    
6947    2003-05-08  Frank Koormann <[email protected]>
6948    
6949            * Thuban/UI/legend.py (ScalebarBitmap.SetCanvas):
6950            Initialize ScaleBar with canvas.map
6951    
6952            * Thuban/Model/scalebar.py (ScaleBar.roundInterval()): New,
6953            round intervals to display smarter lengths
6954            (ScaleBar.DrawScalebar): Draw Scalebar only if the map contains a
6955            layer. If the maps has no projection applied grey the scalebar.
6956    
6957    2003-05-07  Frank Koormann <[email protected]>
6958            
6959            Basic Scalebar features added.
6960    
6961            * Thuban/Model/scalebar.py (ScaleBar): New, scalebar rendering.
6962    
6963            * Thuban/UI/legend.py (LegendPanel): Added scalebar bitmap
6964            (ScaleBarBitmap): New, links the scalebar bitmap with view messages
6965            and the renderer.
6966    
6967            * Thuban/UI/view.py (MapCanvas.set_view_transform): Issue SCALE_CHANGED.
6968    
6969            * Thuban/UI/messages.py: SCALE_CHANGED added.
6970    
6971    2003-05-07  Bernhard Herzog  <[email protected]>
6972    
6973            * Thuban/Model/session.py (Session.__init__): New instance
6974            variable shapestores to hold a list of all open shapestore objects
6975            (Session.ShapeStores): New. Accessor method for the shapestores
6976            list.
6977            (Session._add_shapestore, Session._clean_weak_store_refs): New.
6978            Internal methods to maintain the shapestores list.
6979            (Session.Tables): New. Return all tables open in the session.
6980            (Session.OpenShapefile): Insert the new ShapeStore into the
6981            shapestores list.
6982    
6983            * test/test_session.py (TestSessionSimple.test_initial_state): Add
6984            tests for ShapeStores and Tables
6985            (TestSessionWithContent.test_shape_stores)
6986            (TestSessionWithContent.test_tables): New. Test cases for
6987            ShapeStores and Tables
6988    
6989    2003-05-07  Bernhard Herzog  <[email protected]>
6990    
6991            * Thuban/Model/transientdb.py (TransientTableBase.ReadRowAsDict):
6992            Add comments about the optimizations used.
6993            (AutoTransientTable.ReadValue, TransientTableBase.ReadValue): New.
6994            Implement the ReadValue table interface method.
6995    
6996            * test/test_transientdb.py
6997            (TestTransientTable.run_iceland_political_tests)
6998            (TestTransientTable.test_transient_joined_table): Add tests for
6999            ReadValue
7000    
7001    2003-05-07  Frank Koormann <[email protected]>
7002    
7003            * Resources/Bitmaps/fulllayerextent.xpm,
7004            Resources/Bitmaps/fullselextent.xpm: Replaced the place holders with
7005            new icons.
7006    
7007    2003-05-06  Bernhard Herzog  <[email protected]>
7008    
7009            * Thuban/Model/transientdb.py (AutoTransientTable.SimpleQuery):
7010            New. Simply delegate to the transient table's version.
7011    
7012            * test/test_transientdb.py
7013            (TestTransientTable.test_auto_transient_table_query): New. Test
7014            case for AutoTransientTable's SimpleQuery
7015    
7016    2003-05-06  Bernhard Herzog  <[email protected]>
7017    
7018            * Thuban/Model/transientdb.py (TransientTableBase.SimpleQuery):
7019            Implement a simple query method for the query dialog
7020            (TransientTableBase.create): Add an INTEGER PRIMARY KEY that holds
7021            the row index or shapeid.
7022            (TransientTable.create): Insert the right value of the row index
7023            (TransientJoinedTable.create): Copy the row index of the left
7024            table to the joined result table
7025    
7026            * test/test_transientdb.py
7027            (TestTransientTable.test_transient_table_read_twice): Fix
7028            doc-string
7029            (TestTransientTable.test_transient_table_query): New. Test for the
7030            SimpleQuery method
7031    
7032    2003-05-06  Bernhard Herzog  <[email protected]>
7033    
7034            Convert all table users to use the new table interface. This only
7035            covers Thuban itself, not GREAT-ER or other applications built on
7036            Thuban yet, so the compatibility interface stays in place for the
7037            time being but it now issues DeprecationWarnings.
7038    
7039            Finally, the new Table interface has a new method, HasColumn.
7040    
7041            * Thuban/Model/table.py (OldTableInterfaceMixin): All methods
7042            issue deprecation warnings when they're. The warnings refer to the
7043            caller of the method.
7044            (OldTableInterfaceMixin.__deprecation_warning): New. Helper method
7045            for the deprecation warnings
7046    
7047            * test/test_table.py: Ignore the deprecation warnings for the old
7048            table in the tests in this module. The purpose of the tests is to
7049            test the old interface, after all.
7050    
7051            * test/test_transientdb.py
7052            (TestTransientTable.run_iceland_political_tests): Use the
7053            constants for the types. Add a test for HasColumn
7054            (TestTransientTable.test_transient_joined_table): Adapt to new
7055            table interface. Add a test for HasColumn
7056            (TestTransientTable.test_transient_table_read_twice): Adapt to new
7057            table interface
7058    
7059            * Thuban/UI/tableview.py (DataTable.SetTable, DataTable.GetValue):
7060            Adapt to new table interface
7061    
7062            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Adapt to
7063            new table interface
7064    
7065            * Thuban/UI/controls.py (RecordListCtrl.fill_list)
7066            (RecordTable.SetTable): Adapt to new table interface
7067    
7068            * Thuban/UI/classifier.py (Classifier.__init__)
7069            (Classifier.__init__): Adapt to new table interface
7070    
7071            * Thuban/UI/classgen.py (ClassGenDialog.__init__)
7072            (GenUniformPanel._OnRetrieve, GenUniquePanel._OnRetrieve): Adapt
7073            to new table interface
7074    
7075            * Thuban/Model/transientdb.py (TransientTableBase.HasColumn)
7076            (AutoTransientTable.HasColumn): Implement the new table interface
7077            method
7078            (AutoTransientTable.ReadRowAsDict, AutoTransientTable.ValueRange)
7079            (AutoTransientTable.UniqueValues): Adapt to new table interface
7080    
7081            * Thuban/Model/layer.py (Layer.SetShapeStore, Layer.GetFieldType):
7082            Adapt to new table interface
7083    
7084            * test/test_layer.py (TestLayer.open_shapefile): Helper method to
7085            simplify opening shapefiles a bit easier.
7086            (TestLayer.test_arc_layer, TestLayer.test_polygon_layer)
7087            (TestLayer.test_point_layer): Use the new helper method
7088            (TestLayer.test_get_field_type): New. Test for the GetFieldType
7089            method
7090    
7091            * test/test_dbf_table.py (TestDBFTable.test_has_column): Test for
7092            the new table method
7093    
7094            * test/test_memory_table.py (TestMemoryTable.test_has_column):
7095            Test for the new table method HasColumn
7096    
7097    2003-05-06  Jonathan Coles   <[email protected]>
7098    
7099            Addresses the "Selection Extent" wish of RTbug #1787.
7100    
7101            * Resources/Bitmaps/fulllayerextent.xpm,
7102            Resources/Bitmaps/fullselextent.xpm: Bitmaps for layer and selection
7103            extent. These are just place holders for the real bitmaps.
7104    
7105            * Thuban/Model/layer.py (Shape): Since a Shape is immutable only
7106            calculate the bounding box once (the first time compute_bbox() is
7107            called).
7108            (Layer.ShapesBoundingBox): New. Given a list of shape ids, return
7109            the bounding box for the shapes in lat/long coordinates.
7110    
7111            * Thuban/UI/mainwindow.py: Added new "Full selection extent" menu
7112            option.
7113            (MainWindow.has_selected_shapes): New. Returns true if there are
7114            any selected shapes.
7115            (MainWindow.FullSelectionExtent): New. Calls
7116            MapCanvas.FitSelectedToWindow() when the user selects the menu option.
7117            (_has_selected_shapes): New. Returns true if there are any
7118            selected shapes.
7119    
7120            * Thuban/UI/selection.py (Selection.HasSelectedShapes): New. Returns
7121            true if there are any selected shapes.
7122    
7123            * Thuban/UI/view.py (MapCanvas): Added delegated method
7124            HasSelectedShapes.
7125            (MapCanvas.FitSelectedToWindow): New. Centers and scales any selected
7126            shapes on the canvas using the map projection (if any).
7127    
7128            * test/test_layer.py (TestLayer.test_arc_layer): Add some tests
7129            for Layer.ShapesBoundingBox().
7130    
7131    2003-05-06  Bernhard Herzog  <[email protected]>
7132    
7133            * Resources/Projections/defaults.proj: Fix spelling of Mercator
7134    
7135    2003-05-05  Jonathan Coles   <[email protected]>
7136    
7137            Addresses the "Full Layer Extent" wish of RTbug #1787.
7138    
7139            * Resources/Projections/defaults.proj: Added UK National Grid.
7140    
7141            * Thuban/UI/mainwindow.py: Added new "Full layer extent" menu option.
7142            (MainWindow.FullLayerExtent): New. Calls MapCanvas.FitLayerToWindow()
7143            when the user selects the menu option.
7144    
7145            * Thuban/UI/view.py (MapCanvas.FitLayerToWindow): New. Centers and
7146            scales the given layer on the canvas using the map projection.
7147    
7148    2003-05-05  Bernhard Herzog  <[email protected]>
7149    
7150            Convert the table implementations to a new table interface. All
7151            tables use a common mixin class to provide backwards compatibility
7152            until all table users have been updated.
7153    
7154            * Thuban/Model/table.py (OldTableInterfaceMixin): Mixin class to
7155            provide backwards compatibility for table classes implementing the
7156            new interface
7157            (DBFTable, MemoryTable): Implement the new table interface. Use
7158            OldTableInterfaceMixin as base for compatibility
7159            (DBFColumn, MemoryColumn): New. Column description for DBFTable
7160            and MemoryTable resp.
7161    
7162            * test/test_dbf_table.py: New. Test cases for the DBFTable with
7163            the new table interface.
7164    
7165            * test/test_memory_table.py: New. Test cases for the MemoryTable
7166            with the new table interface.
7167    
7168            * test/test_table.py: Document the all tests in this file as only
7169            for backwards compatibility. The equivalent tests for the new
7170            interface are in test_memory_table.py and test_dbf_table.py
7171            (MemoryTableTest.test_read): field_info should be returning tuples
7172            with four items
7173            (MemoryTableTest.test_write): Make doc-string a more precise.
7174    
7175            * Thuban/Model/transientdb.py (TransientTableBase): Convert to new
7176            table interface. Derive from from OldTableInterfaceMixin for
7177            compatibility.
7178            (TransientTableBase.create): New intance variable column_map to
7179            map from names and indices to column objects
7180            (TransientTable.create): Use the new table interface of the input
7181            table
7182            (AutoTransientTable): Convert to new table interface. Derive from
7183            from OldTableInterfaceMixin for compatibility.
7184            (AutoTransientTable.write_record): Removed. It's not implemented
7185            yet and we still have to decide how to handle writing with the new
7186            table and data framework.
7187    
7188            * test/test_transientdb.py
7189            (TestTransientTable.run_iceland_political_tests)
7190            (TestTransientTable.test_transient_joined_table): Use the new
7191            table interface
7192    
7193    2003-05-05  Jonathan Coles   <[email protected]>
7194    
7195            This is namely a collection of UI updates to improve user interactivity.
7196            Tabbing between controls now exists and you can use ESC to close dialog
7197            boxes; ENTER will active the default button.
7198    
7199            * Thuban/UI/classgen.py (ClassGenDialog.__init__): Rearrange the
7200            order that the controls are created so that tabbing works correctly.
7201            (ClassGenDialog.OnOK): Renamed from _OnGenerate() so that the
7202            wxDialog can handle the default button correctly.
7203            (ClassGenDialog.OnCancel): Renamed from _OnCloseBtn() for the
7204            same reasons as for OnOK.
7205            (GenUniformPanel._OnRetrieve): Call wxBeginBusyCursor/wxEndBusyCursor
7206            when we ask the table for the maximum/minimum values of a field
7207            which could take a very long time.
7208    
7209            * Thuban/UI/classifier.py (Classifier.__init__): Rearrange the
7210            order that the controls are created so that tabbing works correctly.
7211            (SelectPropertiesDialog.__init__): Rearrange the order that the
7212            controls are created so that tabbing works correctly.
7213    
7214            * Thuban/UI/dialogs.py: Copied NonModalDialog box and changed it
7215            to derive from a wxDialog but behave like the original implementation
7216            which was derived from a wxFrame. wxDialog provides useful key
7217            handling functionality like ESC calling OnCancel and ENTER calling
7218            OnOK which is lost with wxFrame.
7219    
7220            * Thuban/UI/mainwindow.py: Add "..." to menu items that will open
7221            new dialogs.
7222    
7223            * Thuban/UI/projdialog.py (ProjFrame.__init__): Rearrange the
7224            order that the controls are created so that tabbing works correctly.
7225            (ProjFrame.OnApply): Renamed from _OnTry() to use wxDialog behaviour.
7226            (ProjFrame.OnOK): Renamed from _OnOK() to use wxDialog behaviour.
7227            (ProjFrame.OnCancel): Renamed from _OnClose() to use wxDialog behaviour.
7228            (ProjPanel.__init__): Add "Airy" to the list of ellipsoids so we
7229            can provide the "UK National Grid" as a default projection.
7230            (UTMPanel.__init__): Rearrange the order that the controls are
7231            created so that tabbing works correctly.
7232    
7233    2003-05-05  Bernhard Herzog  <[email protected]>
7234    
7235            * extensions/thuban/wxproj.cpp: Fix some of the comments.
7236            (project_point): If a map projection but no layer projection is
7237            given, convert degrees to radians before applying the map
7238            projection.
7239    
7240            * Thuban/UI/tableview.py (TableGrid.disallow_messages)
7241            (TableGrid.allow_messages): New methods to make it possible to
7242            inhibit message sending.
7243            (TableGrid.issue): Only send the message if not inhibited.
7244            (LayerTableGrid.select_shape): Use the new methods to make sure
7245            that no ROW_SELECTED message is sent while we're updating the
7246            selected rows to match the selected shapes.
7247    
7248    2003-05-02  Jan-Oliver Wagner <[email protected]>
7249    
7250            Implementation of MemoryTable.
7251    
7252            * Thuban/Model/table.py (MemoryTable): New. Quite simple table
7253            implementation that operates on a list of tuples. All of the data
7254            are kept in the memory.
7255    
7256            * test/test_table.py (MemoryTableTest): New.
7257    
7258            * test/test_transientdb.py (SimpleTable): Removed.
7259            (TestTransientTable.test_transient_joined_table,
7260            (TestTransientTable.test_transient_table_read_twice): Replaced
7261            SimpleTable by MemoryTable.
7262    
7263    2003-04-30  Jonathan Coles   <[email protected]>
7264    
7265            * Data/iceland_sample.thuban: Now contains correct projections
7266            for each of the layers.
7267    
7268            * Resources/Projections/defaults.proj: Geographic projection
7269            contains unit conversion parameter.
7270    
7271    2003-04-30  Jonathan Coles   <[email protected]>
7272    
7273            The most important part of this putback is the projection changes.
7274            It should now be possible to specify the projection that a layer
7275            is in and then specify a different projection for the map. The
7276            projection dialog has an extra parameter for a geographic projection
7277            which lets the user select if the input is in degrees or radians.
7278    
7279            * Thuban/Model/layer.py (Layer.ShapesInRegion): Fix docstring
7280            to say that the parameter is a tuple of unprojected
7281            points (which is what the callers to this method were assuming).
7282            Also, since the points are unprojected we need to projected them.
7283    
7284            * Thuban/UI/legend.py (LegendTree.MoveCurrentItemUp,
7285            LegendTree.MoveCurrentItemDown): If the layer or any of the layer's
7286            groups are selected, move the layer up/down. Fixes RTbug #1833.
7287    
7288            * Thuban/UI/mainwindow.py: Move menu item map_rename up.
7289    
7290            * Thuban/UI/projdialog.py (ProjFrame._OnSave): Add missing
7291            parameter in call to SetClientData.
7292            (GeoPanel): Add support for selecting the units that the
7293            source data is in (Radians or Degrees).
7294    
7295            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Optimize
7296            the rendering loop by reducing the number of if's, removing the
7297            unnecessary try/except block, and checking if the old group
7298            is the same as the new one (which happens a lot if there is
7299            no classification, or lots of shapes are in the same group).
7300    
7301            * Thuban/UI/view.py (MapCanvas.OnPaint): Add a try/except block
7302            around the redraw routine to try to catch problems that the user
7303            may create by selecting invalid projections for the data set and
7304            map. Clears the display if there are any problems and prints the
7305            error.
7306            (MapCanvas.do_redraw): Use DC.Clear() instead of drawing a filled
7307            rectangle.
7308    
7309            * extensions/thuban/wxproj.cpp (project_point): First invert the
7310            supplied point (which should be in projected coordinates) using
7311            the layer's projection and then project the point using the
7312            map's projection.
7313            (project_points): Use project_point() to project each point.
7314    
7315    2003-04-30  Jan-Oliver Wagner <[email protected]>
7316    
7317            * Thuban/Model/layer.py (Layer.SetShapeStore): Fixed a bug:
7318            don't set the Classification to None if the classfication field
7319            is None (ie only a DEFAULT).
7320    
7321    2003-04-30  Bernhard Herzog  <[email protected]>
7322    
7323            * Thuban/UI/view.py: Fix some typos.
7324    
7325            * Thuban/UI/mainwindow.py (MainWindow.identify_view_on_demand): Do
7326            not pop up the dialog if the selection becomes empty (this could
7327            happen if e.g. a new selection is opened while the identify tool
7328            is active and dialog had been closed)
7329    
7330    2003-04-30  Bernhard Herzog  <[email protected]>
7331    
7332            * Thuban/Model/transientdb.py (TransientTableBase.__init__): New
7333            instance variable read_record_last_result
7334            (TransientTableBase.read_record): Make sure reading the same
7335            record twice works. The implementation uses the new instance
7336            variable read_record_last_result
7337    
7338            * test/test_transientdb.py
7339            (TestTransientTable.test_transient_table_read_twice): New test
7340            case for the above bug-fix.
7341    
7342    2003-04-29  Jonathan Coles   <[email protected]>
7343    
7344            * Thuban/common.py: Removed. No longer needed Str2Num. RTbug #1832.
7345    
7346            * Thuban/UI/classgen.py: Remove all uses of Str2Num.
7347    
7348            * Thuban/UI/classifier.py: Remove all uses of Str2Num.
7349            (ClassTable.SetValueAsCustom): Rename keyword argument in
7350            ClassGroup* constructors to match argument name.
7351    
7352    2003-04-29  Bernhard Herzog  <[email protected]>
7353    
7354            * Thuban/Model/session.py (Session.Destroy): Explicitly close the
7355            transient DB if it exists to make sure it doesn't leave a journal
7356            file in the temp directory.
7357    
7358            * Thuban/Model/transientdb.py (TransientDatabase.close): Set
7359            self.conn to None after closing the connection to make sure it's
7360            not closed twice
7361    
7362    2003-04-29  Jonathan Coles   <[email protected]>
7363    
7364            Add a visible parameter in the layer XML tag. The default value is
7365            "true". If anything other than "false" is specified we also assume
7366            "true". Addresses RTbug #1025.
7367    
7368            * Doc/thuban.dtd: Add visible parameter to a layer.
7369    
7370            * Thuban/Model/layer.py (BaseLayer.__init__): Change default value
7371            of visible from 1 to True.
7372            (Layer.__init__): Change default value of visible from 1 to True.
7373    
7374            * Thuban/Model/load.py (SessionLoader.start_layer): Read visible
7375            parameter.
7376    
7377            * Thuban/Model/save.py (SessionSaver.write_layer): Save visible
7378            parameter.
7379    
7380            * test/test_load.py: Add new test data contents_test_visible.
7381            (LoadSessionTest.setUp): save test data.
7382            (LoadSessionTest.testLayerVisibility): Test if the visible flag
7383            is loaded correctly.
7384    
7385            * test/test_save.py (SaveSessionTest.testSingleLayer): Add test
7386            for saving an invisible layer.
7387    
7388    2003-04-29  Jonathan Coles   <[email protected]>
7389    
7390            * Thuban/UI/mainwindow.py (MainWindow.SetMap): Look up the
7391            legend dialog box and tell it to change its map to the one
7392            supplied to SetMap(). Fixes RTbug #1770.
7393    
7394    2003-04-29  Bernhard Herzog  <[email protected]>
7395    
7396            Next step of table implementation. Introduce a transient database
7397            using SQLite that some of the data is copied to on demand. This
7398            allows us to do joins and other operations that require an index
7399            for good performance with reasonable efficiency. Thuban now needs
7400            SQLite 2.8.0 and pysqlite 0.4.1. Older versions may work but I
7401            haven't tested that.
7402            
7403            * Thuban/Model/transientdb.py: New. Transient database
7404            implementation.
7405    
7406            * test/test_transientdb.py: New. Tests for the transient DB
7407            classes.
7408    
7409            * Thuban/Model/session.py (AutoRemoveFile, AutoRemoveDir): New
7410            classes to help automatically remove temporary files and
7411            directories.
7412            (Session.__init__): New instance variables temp_dir for the
7413            temporary directory and transient_db for the SQLite database
7414            (Session.temp_directory): New. Create a temporary directory if not
7415            yet done and return its name. Use AutoRemoveDir to have it
7416            automatically deleted
7417            (Session.TransientDB): Instantiate the transient database if not
7418            done yet and return it.
7419    
7420            * Thuban/Model/data.py (ShapefileStore.__init__): Use an
7421            AutoTransientTable so that data is copied to the transient DB on
7422            demand.
7423            (SimpleStore): New class that simply combines a table and a
7424            shapefile
7425    
7426            * Thuban/Model/table.py (Table, DBFTable): Rename Table into
7427            DBFTable and update its doc-string to reflect the fact that this
7428            is only the table interface to a DBF file. Table is now an alias
7429            for DBFTable for temporary backwards compatibility.
7430    
7431            * Thuban/UI/application.py (ThubanApplication.OnExit): Make sure
7432            the last reference to the session goes away so that the temporary
7433            files are removed properly.
7434    
7435            * test/test_load.py (LoadSessionTest.tearDown): Remove the
7436            reference to the session to make sure the temporary files are
7437            removed.
7438    
7439    2003-04-29  Bernhard Herzog  <[email protected]>
7440    
7441            * Thuban/Model/load.py (XMLReader.__init__, XMLReader.read): Turn
7442            the __parser instance variable into a normal local variable in
7443            read. It's only used there and read will never be called more than
7444            once. Plus it introduces a reference cycle that keeps can keep the
7445            session object alive for a long time.
7446    
7447    2003-04-29  Jonathan Coles   <[email protected]>
7448    
7449            * Thuban/Model/proj.py (Projection): Removed Set*() methods to make
7450            Projection an immutable item. Fixes RTbug #1825.
7451            (Projection.__init__): Initialize instance variables here.
7452            (ProjFile.Replace): New. Replace the given projection object with
7453            the new projection object. This solves the problem of needing the
7454            mutator Projection.SetProjection() in the ProjFrame class and
7455            allows a projection to change parameters without changing its
7456            location in the file.
7457    
7458            * Thuban/UI/mainwindow.py (MainWindow.SaveSessionAs): Dialog should
7459            be of type wxSAVE and should verify overwriting a file.
7460    
7461            * Thuban/UI/projdialog.py (ProjFrame._OnSave): Use the new
7462            ProjFile.Replace() method instead of the mutator
7463            Projection.SetProjection(). Also requires that we reassign the
7464            client data to the new projection.
7465    
7466            * test/test_proj.py (TestProjection.test): Test GetName() and
7467            GetAllParameters()
7468            (TestProjFile.test): Remove tests for Set*() methods. Add tests
7469            for Replace().
7470    
7471    2003-04-25  Jonathan Coles   <[email protected]>
7472    
7473            * Thuban/Model/save.py (SessionSaver.write_projection): Make sure
7474            to save the name of the projection.
7475    
7476            * test/test_save.py (SaveSessionTest.testLayerProjection): New
7477            test to verify layer projections are saved correctly.
7478    
7479    2003-04-25  Jonathan Coles   <[email protected]>
7480    
7481            * Thuban/Model/proj.py (Projection.SetName): Set the name
7482            to "Unknown" if name is None.
7483            (Projection.SetAllParameters): New. Set the projection's
7484            parameter list to the one supplied.
7485            (Projection.SetProjection): New. Set the projection's
7486            properties to those of the supplied Projection.
7487    
7488            * Thuban/UI/mainwindow.py (MainWindow.MapProjection): Set
7489            the dialog title to include the map's title.
7490            (MainWindow.LayerProjection): Set the dialog title to include
7491            the layer's title.
7492    
7493            * Thuban/UI/projdialog.py (ProjFrame.__ShowError): Consolidate
7494            error dialogs into a single method call.
7495            (ProjFrame.__VerifyButtons): Add more states to check.
7496            (ProjFrame.__GetProjection): Return the current state of an
7497            edited projection or None.
7498            (ProjFrame.__FillAvailList): Remove checks for states that
7499            shouldn't exist.
7500            (ProjFrame._OnNew): Clear all selected items and supply
7501            a projection panel if necessary.
7502    
7503            * test/test_proj.py (TestProjFile.test): Add tests for
7504            ProjFile.SetAllParameters, ProjFile.SetProjection,
7505            ProjFile.SetName.
7506    
7507    2003-04-25  Jonathan Coles   <[email protected]>
7508    
7509            * Thuban/UI/projdialog.py (ProjFrame.__FillAvailList): Now
7510            takes an optional argument to select the current projection.
7511            This does not guarantee that the item is visible due to
7512            limited wxWindows functionality. Fixes RTBug #1821.
7513    
7514    2003-04-25  Jonathan Coles   <[email protected]>
7515    
7516            * Thuban/Model/load.py (SessionLoader.start_projection): Remember
7517            the projection name and use it when constructing the Projection
7518            object.
7519    
7520            * Thuban/Model/proj.py (Projection.__init__): Change the default
7521            value for 'name' to None and then test if name is equal to None
7522            in the body of the constructor. This way the caller doesn't have to
7523            know what the default value should be. Namely, useful in load.py
7524            where we have to pick a default value if the 'name' parameter
7525            doesn't exist in the XML file.
7526    
7527            * test/test_load.py (LoadSessionTest.testLayerProjection): New.
7528            Tests a file where a layer has a projection.
7529    
7530    2003-04-25  Jonathan Coles   <[email protected]>
7531    
7532            * Thuban/Model/layer.py (Layer.TreeInfo): Add an item to the
7533            tree for projection information.
7534    
7535            * Thuban/Model/load.py (XMLReader.GetFilename): Renamed from
7536            XMLReader.GetFileName.
7537            (SessionLoader): Added support for loading projection tags that
7538            appear inside a layer.
7539    
7540            * Thuban/Model/proj.py (ProjFile): Document the class. Move
7541            back to using a list because the order of the projections in
7542            the file is important to maintain. Fixes RTbug #1817.
7543    
7544            * Thuban/Model/resource.py: Rename calls to ProjFile.GetFileName
7545            to ProjFile.GetFilename.
7546    
7547            * Thuban/Model/save.py (SessionSaver.write_layer): Save projection
7548            information.
7549    
7550            * Thuban/UI/projdialog.py (ProjFrame._OnAddToList): Renamed from
7551            ProjFrame._OnSaveAs. Removed old dead code from previous
7552            implementation.
7553            (ProjFrame._OnExport): Add support for exporting more than one
7554            projection to a single file.
7555            (ProjFrame.__FillAvailList): use string formatting (% operator)
7556            to build strings that are (partly) translated. Fixes RTbug #1818.
7557    
7558            * test/test_proj.py (TestProjFile.test): New. Tests the base ProjFile
7559            class.
7560    
7561    2003-04-24  Bernhard Herzog  <[email protected]>
7562    
7563            * po/es.po: Updated Spanish translation by Daniel Calvelo Aros
7564    
7565            * po/fr.po: New. French translation by Daniel Calvelo Aros
7566    
7567            * Thuban/UI/projdialog.py (ProjFrame._OnSaveAs): Don't translate
7568            empty strings.
7569    
7570    2003-04-24  Jonathan Coles   <[email protected]>
7571    
7572            * Thuban/Model/layer.py (Layer.GetProjection): New. Needed to
7573            implement the interface that the ProjFrame dialog expects.
7574    
7575            * Thuban/Model/proj.py (Projection.SetName): New. Allows the
7576            name of the projection to be changed.
7577            (ProjFile): Use a dictionary instead of a list so that removing
7578            projections is easier and we are sure about uniqueness.
7579            (ProjFile.Remove): Remove the given projection object.
7580    
7581            * Thuban/Model/resource.py (GetSystemProjFiles, GetUserProjFiles):
7582            Return a list with only one projection file instead of searching for
7583            any projection file. This simplifies many things if the user can
7584            only have one system file and one user file.
7585    
7586            * Thuban/UI/classgen.py: Change all references to
7587            genCombo to genChoice.
7588    
7589            * Thuban/UI/mainwindow.py: Add a Projection option under the
7590            layer menu.
7591            (MainWindow.LayerProjection): New. Open up a projection window
7592            for a layer.
7593    
7594            * Thuban/UI/projdialog.py: Large changes to how the dialog is
7595            laid out. Use three panels instead of one. One for the list of
7596            projections, one for the edit controls, and one for the buttons.
7597            Fixed resizing problems so that the dialog resizes correctly
7598            when the projection panel changes. Added import/export, save, and
7599            new buttons/functionality.
7600    
7601    2003-04-24  Bernhard Herzog  <[email protected]>
7602    
7603            First step towards table management. Introduce a simple data
7604            abstraction so that we replace the data a layer uses more easily
7605            in the next step.
7606    
7607            * Thuban/Model/data.py: New file with a simple data abstraction
7608            that bundles shapefile and dbffile into one object.
7609    
7610            * Thuban/Model/session.py (Session.OpenShapefile): New method to
7611            open shapefiles and return a shape store object
7612    
7613            * Thuban/Model/layer.py (Layer.__init__): Pass the data as a store
7614            object instead of a shapefile filename. This introduces a new
7615            instance variable store holding the datastore. For intermediate
7616            backwards compatibility keep the old instance variables.
7617            (open_shapefile): Removed. No longer needed with the shape store.
7618            (Layer.SetShapeStore, Layer.ShapeStore): New methods to set and
7619            get the shape store used by a layer.
7620            (Layer.Destroy): No need to explicitly destroy the shapefile or
7621            table anymore.
7622    
7623            * Thuban/UI/mainwindow.py (MainWindow.AddLayer)
7624            (MainWindow.AddLayer): Use the session's OpenShapefile method to
7625            open shapefiles
7626    
7627            * Thuban/Model/load.py (ProcessSession.start_layer): Use the
7628            session's OpenShapefile method to open shapefiles
7629    
7630            * test/test_classification.py
7631            (TestClassification.test_classification): Use the session's
7632            OpenShapefile method to open shapefiles and build the filename in
7633            a more platform independed way
7634    
7635            * test/test_layer.py (TestLayer.setUp, TestLayer.tearDown):
7636            Implement to have a session to use in the tests
7637            (TestLayer.test_arc_layer, TestLayer.test_polygon_layer)
7638            (TestLayer.test_point_layer, TestLayer.test_empty_layer): Use the
7639            session's OpenShapefile method to open shapefiles
7640            (TestLayerLegend.setUp): Instantiate a session so that we can use
7641            it to open shapefiles.
7642            (TestLayerLegend.tearDown): Make sure that all references to
7643            layers and session are removed otherwise we may get a resource
7644            leak
7645    
7646            * test/test_map.py (TestMapAddLayer.test_add_layer)
7647            (TestMapWithContents.setUp): Instantiate a session so that we can
7648            use it to open shapefiles.
7649            (TestMapWithContents.tearDown): Make sure that all references to
7650            layers, maps and sessions are removed otherwise we may get a
7651            resource leak
7652            ("__main__"): use support.run_tests() so that more info about
7653            uncollected garbage is printed
7654    
7655            * test/test_save.py (SaveSessionTest.testSingleLayer): Use the
7656            session's OpenShapefile method to open shapefiles
7657            ("__main__"): use support.run_tests() so that more info about
7658            uncollected garbage is printed
7659    
7660            * test/test_selection.py (TestSelection.tearDown): Make sure that
7661            all references to the session and the selection are removed
7662            otherwise we may get a resource leak
7663            (TestSelection.get_layer): Instantiate a session so that we can
7664            use it to open shapefiles.
7665            ("__main__"): use support.run_tests() so that more info about
7666            uncollected garbage is printed
7667    
7668            * test/test_session.py (TestSessionBase.tearDown)
7669            (TestSessionWithContent.tearDown): Make sure that all references
7670            to the session and layers are removed otherwise we may get a
7671            resource leak
7672            (TestSessionWithContent.setUp): Use the session's OpenShapefile
7673            method to open shapefiles
7674    
7675    2003-04-24  Jonathan Coles   <[email protected]>
7676    
7677            * Thuban/Model/load.py (XMLReader.read): Should have been checking
7678            if the file_or_filename object had the 'read' attribute.
7679    
7680    2003-04-23  Jonathan Coles   <[email protected]>
7681    
7682            * Thuban/Model/resource.py: Fixes RTbug #1813.
7683            (ReadProjFile): Add documentation about which exceptions are raised.
7684            Always pass the exceptions up to the caller.
7685            (GetProjFiles): If the directory can't be read return an empty list.
7686            If any of the proj files can't be read skip that file and go
7687            on to the next one.
7688    
7689            * test/test_proj.py: Added test cases to handle nonexistent files,
7690            unreadable files, and files that don't parse correctly.
7691    
7692    2003-04-23  Jonathan Coles   <[email protected]>
7693    
7694            Projection dialog. Allows the user to select from a list
7695            of projection templates and optionally edit them and save new ones.
7696    
7697            * Thuban/UI/projdialog.py (ProjFrame): New. Main dialog.
7698            (ProjPanel): Base class for projection specific panels.
7699            (TMPanel): Projection panel for Transverse Mercartor.
7700            (UTMPanel): Projection panel for Universal Transverse Mercartor.
7701            (LCCPanel): Projection panel for Lambert Conic Conformal.
7702            (GeoPanel): Projetion panel for Geographic Projection.
7703    
7704    2003-04-23  Jonathan Coles   <[email protected]>
7705    
7706            * Thuban/Model/load.py (XMLReader): Renamed from XMLProcessor to
7707            promote symmetry. There now exists XMLReader and XMLWriter.
7708            (XMLReader.read): New. Call to read the given file descriptor or
7709            filename.
7710            (XMLReader.close): New. Make sure the file is closed.
7711            (XMLReader.GetFileName): New. Return just the file name that is being
7712            read from.
7713            (XMLReader.GetDirectory): New. Return just the directory of the file
7714            that is being read.
7715            (XMLReader.AddDispatchers): New. Take a dictionary which contains
7716            the names of functions to call as the XML tree is parsed.
7717            (XMLReader.startElementNS): Updated to use new dispatcher dictionary.
7718            (XMLReader.endElementNS): Updated to use new dispatcher dictionary.
7719            (SessionLoader): Removed class variables start_dispatcher and
7720            end_dispatcher since this functionality is now part of a class
7721            instance. Fixes RTbug #1808.
7722            (SessionLoader.__init__): Add dispatcher functions.
7723            (load_xmlfile): Code was moved into the XMLReader.read().
7724            (load_session): Use modified SessionLoader.
7725    
7726            * Thuban/Model/map.py (Map.GetProjection): New. Returns the
7727            map's projection.
7728    
7729            * Thuban/Model/proj.py (Projection.GetParameters): Renamed to
7730            GetAllParameters.
7731            (Projection.GetParameter): Returns the value for the given parameter.
7732    
7733            * Thuban/Model/resource.py: Use XMLReader and XMLWriter.
7734            (GetProjFiles): Renamed from GetProjections. Now returns a list
7735            of ProjFile objects.
7736            (GetSystemProjFiles): Renamed from GetSuppliedProjections. Returns
7737            a list of ProjFile objects whose files are not user defined.
7738            (GetUserProjFiles): Renamed from GetUserProjections. Returns a
7739            list of ProjFile objects whose files are user defined.
7740            (ProjFileReader): Extend new XMLReader.
7741    
7742            * Thuban/Model/save.py (XMLWriter): Renamed from XMLSaver to
7743            promote symmetry.
7744    
7745            * Thuban/UI/classgen.py (ClassGenDialog.__init__): Use a wxChoice
7746            control instead of a wxComboBox. wxChoice controls do not generate
7747            events as the uses highlights possible choices which fixes problems
7748            with resizing the dialog when the use selects an option.
7749    
7750            * Thuban/UI/classifier.py (Classifier.__init__): Use a wxChoice
7751            control instead of a wxComboBox.
7752    
7753            * Thuban/UI/mainwindow.py (MainWindow.Projection): Use new projection
7754            dialog.
7755    
7756            * test/test_proj.py (TestProjection.test): New tests for GetParameter
7757            method.
7758    
7759    2003-04-22  Bernhard Herzog  <[email protected]>
7760    
7761            * Thuban/UI/mainwindow.py: Remove some unused imports and global
7762            constants
7763    
7764            * Thuban/UI/identifyview.py (IdentifyListCtrl.selected_shape)
7765            (IdentifyGridCtrl.selected_shape): Use table, not shapetable.
7766    
7767    2003-04-17  Bernhard Herzog  <[email protected]>
7768    
7769            * Thuban/Model/layer.py: Don't import LAYER_LEGEND_CHANGED.
7770            (Layer): Update doc-string since LAYER_LEGEND_CHANGED is not used
7771            anymore.
7772            (Layer.BoundingBox, Layer.GetFieldType, Layer.NumShapes)
7773            (Layer.ShapeType, Layer.Shape): No need to call
7774            self.open_shapefile since it's always called in __init__
7775    
7776            * Thuban/UI/application.py (ThubanApplication.MainLoop): Removed.
7777            In wxPython 2.4 there's no need to extend MainLoop anymore since
7778            wxPython itself makes sure OnExit is called.
7779    
7780    2003-04-16  Jonathan Coles   <[email protected]>
7781    
7782            Initial putback of projection management code. Includes new
7783            classes to read and write projection files. The current load
7784            and save classes were abstracted a bit so they could be reused.
7785            The Projection class was extended to provide new methods and
7786            have a name.
7787    
7788            * Thuban/Model/load.py (XMLProcessor): New. Contains all the
7789            general XML reading methods that were part of ProcessSession.
7790    
7791            * Thuban/Model/proj.py (Projection.__init__): Accepts an optional
7792            name.
7793            (ProjFile): New. Represents a file that contains projection
7794            information.
7795    
7796            * Thuban/Model/resource.py: New. Contains general utilities
7797            for read and writing projection files.
7798    
7799            * Thuban/Model/save.py (XMLSaver): New. Contains all the
7800            general XML writing methods that were part of SessionSaver.
7801            (SessionSaver): Renamed from Saver.
7802    
7803            * test/test_proj.py: New test cases for the projection
7804            file read and write functions.
7805    
7806    2003-04-16  Jonathan Coles   <[email protected]>
7807    
7808            * Thuban/Model/classification.py: Use repr() around values
7809            in the ClassGroup*.__repr__() methods so it is clearer when
7810            a value is a string and when it is a number.
7811    
7812            * test/test_load.py: Rework the classification test to test
7813            that we can load old files.
7814            (testLabels): Test a file where the groups have labels.
7815    
7816    2003-04-16  Bernhard Herzog  <[email protected]>
7817    
7818            Safer implementation of the performance enhancements of the
7819            low-level renderer:
7820            
7821            * extensions/thuban/wxproj.cpp (extract_projection)
7822            (extract_pointer): Rename extract_projection to extract_pointer
7823            and redefine its purpose to return the pointer stored in a CObject
7824            returned by the object's cobject method. Update all callers.
7825            (s_draw_info, free_draw_info, draw_polygon_init): Implement the
7826            handling of these low-level parameters so that each s_draw_info
7827            instance is handled as a CObject at python level that also
7828            contains real references to the actual python objects which
7829            contain the values in the struct. Add free_draw_info as the
7830            destructor.
7831            (draw_polygon_shape): Add the py_draw_info parameter which must a
7832            cobject containing an s_draw_info pointer.
7833    
7834            * Thuban/UI/renderer.py (MapRenderer.polygon_render_param): New
7835            method to instantiat the low-level render parameter
7836            (MapRenderer.draw_shape_layer): Use the new method. Remove some
7837            commented out code.
7838            (MapRenderer.draw_polygon_shape): Make the first parameter not the
7839            layer but the low-level render parameter
7840            (ScreenRenderer.draw_shape_layer): Use the low-level render
7841            parameter.
7842    
7843    2003-04-15  Jonathan Coles   <[email protected]>
7844    
7845            * Thuban/Model/classification.py: Implemented __repr__ for
7846            the ClassGroup* classes to make debugging a bit easier.
7847            (ClassGroup.SetLabel): Check that the string is an instance
7848            of StringTypes not StringType. Accounts for Unicode strings.
7849    
7850            * Thuban/Model/color.py: Implemented __repr__ to make
7851            debugging a bit easier.
7852    
7853            * Thuban/Model/save.py (Saver.write_classification): Need to
7854            save the group label.
7855    
7856            * test/test_load.py (testClassification): New. Loads the
7857            iceland_sample_test.thuban file and checks if it was loaded
7858            correctly.
7859    
7860    2003-04-15  Jonathan Coles   <[email protected]>
7861    
7862            * extensions/thuban/wxproj.cpp (draw_polygon_init): New. Used
7863            to improve rendering performance by initializing the variables
7864            that are not change each time draw_polygon_shape() is called.
7865            The values are stored in a global struct draw_info.
7866            (draw_polygon_shape): Removed initialization code that is
7867            now in draw_polygon_init().
7868    
7869            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Make
7870            drawing initialization call to draw_polygon_init()
7871            (MapRenderer.draw_polygon_shape): Use new signature of
7872            draw_polygon_shape.
7873    
7874            * Thuban/UI/classgen.py (GenUniformPanel): Fix spin control
7875            weirdness by setting the range to (1, maxint).
7876    
7877            * Thuban/Model/classification.py (ClassGroupProperties): Make
7878            instance variables private and optimize comparison operator
7879            by first checking if the color references are the same.
7880            (ClassGroupSingleton): Make instance variables private.
7881            (ClassGroupRange): Make instance variables private.
7882    
7883            * HOWTO-Release: Filled in missing steps for releasing packages.
7884    
7885    2003-04-15  Bernhard Herzog  <[email protected]>
7886    
7887            First stab at internationalized messages:
7888    
7889            * Thuban/__init__.py (_): Implement the translation function for
7890            real using the python gettext module.
7891    
7892            * Thuban/UI/classifier.py (ClassTable.GetRowLabelValue): Don't
7893            translate empty strings.
7894    
7895            * Thuban/UI/application.py (ThubanApplication.read_startup_files):
7896            Add a missing space to a warning message
7897    
7898            * po/README: New. Notes about the management of the translation
7899            files.
7900    
7901            * po/Makefile: New. Makefile to help manage the translation files.
7902    
7903            * po/es.po: New. Spanish translation by Daniel Calvelo Aros
7904    
7905            * MANIFEST.in: Include the *.mo files in Resources/Locale and the
7906            translations and support files in po/
7907    
7908            * setup.py (data_files): Add the *.mo files to the data_files too
7909    
7910            * README: Add note about the translations when building from CVS
7911    
7912    2003-04-14  Jonathan Coles   <[email protected]>
7913    
7914            * Thuban/UI/dock.py: Fixes some window resizing problems most
7915            noticable under windows. Always assume the button bitmaps will
7916            be there. Code clean up.
7917            (DockabelWindow.Dock, DockableWindow.UnDock): Force all the
7918            images for the dock/undock button to the same images.
7919            Work around for RTbug #1801.
7920    
7921            * Thuban/UI/legend.py (LegendPanel.__init__): The toolbar should
7922            be allowed to grow within the sizer. Fixes a bug under Windows
7923            where the toolbar wasn't being drawn.
7924    
7925    2003-04-14  Frank Koormann   <[email protected]>
7926    
7927            * Resources/Bitmaps/dock_12.xpm, Resources/Bitmaps/undock_12.xpm:
7928            Updated design to try to make the button functionality more
7929            transparent.
7930    
7931    2003-04-14  Jonathan Coles   <[email protected]>
7932    
7933            * Thuban/UI/legend.py (LegendPanel.__init__): Call Create() to
7934            finalize the intialization of the panel.
7935    
7936            * Thuban/UI/dock.py (DockPanel.Create): New. Finalizes the
7937            creation of the panel. Should be the last thing called in the
7938            initializer of a subclass.
7939    
7940            * Thuban/UI/classgen.py (ClassGenDialog.__init__): Actively
7941            set the current selections in the combo boxes. This is needed
7942            under Windows.
7943    
7944            * Thuban/UI/classifier.py (Classifier.__init__): Add a top
7945            level panel to the dialog so that the background colors are
7946            consistent under Windows.
7947    
7948    2003-04-11  Jonathan Coles   <[email protected]>
7949    
7950            * Thuban/UI/classgen.py: Change color ramps to start at white
7951            not black.
7952    
7953            * Thuban/UI/legend.py: Enable/disable the legend buttons when
7954            the legend changes. Fixes RTbug #1793.
7955    
7956            * test/test_classification.py: Added test for copying of
7957            classifications.
7958    
7959    2003-04-11  Jonathan Coles   <[email protected]>
7960    
7961            * Thuban/UI/resource.py: New. Centralize the loading of resources
7962            such as bitmaps.
7963    
7964            * Thuban/UI/classgen.py (GenUniquePanel.__init__): Reordered buttons,
7965            added images to the move buttons, added 'reverse' button.
7966            (CustomRampPanel.__init__): Added images to the move buttons.
7967            (GreyRamp): New. Generates a ramp from white to black.
7968            (HotToColdRamp): New. Generates a ramp from cold to hot colors.
7969    
7970            * Thuban/UI/classifier.py: Refactored ID's from ID_CLASSIFY_* to
7971            ID_PROPERTY_*.
7972            (Classifier.__init__): Minor changes to the layout.
7973            (Classifier._OnTitleChanged): Listen for when the user edits the
7974            title and update the dialog's title and the layer's title.
7975    
7976            * Thuban/UI/dock.py: Use new bitmaps for the control buttons.
7977    
7978            * Thuban/UI/legend.py: Use new bitmaps for the control buttons.
7979            (LegendTree._OnMsgLayerTitleChanged): Change the displayed title
7980            if the layer's title changes.
7981    
7982            * Thuban/UI/mainwindow.py: Added new menu item and associated code
7983            to open a dialog to rename the map.
7984            (MainWindow): Use new resource class to import bitmaps.
7985    
7986    2003-04-11  Jonathan Coles   <[email protected]>
7987    
7988            * Resources/Bitmaps/close_12.xpm, Resources/Bitmaps/dock_12.xpm,
7989            Resources/Bitmaps/group_use.xpm, Resources/Bitmaps/group_use_all.xpm,
7990            Resources/Bitmaps/group_use_none.xpm,
7991            Resources/Bitmaps/group_use_not.xpm,
7992            Resources/Bitmaps/hide_layer.xpm,
7993            Resources/Bitmaps/layer_properties.xpm,
7994            Resources/Bitmaps/lower_layer.xpm, Resources/Bitmaps/raise_layer.xpm,
7995            Resources/Bitmaps/show_layer.xpm, Resources/Bitmaps/undock_12.xpm:
7996            New.
7997    
7998    2003-04-10  Jonathan Coles   <[email protected]>
7999    
8000            * Thuban/Model/classification.py: (ClassGroupRange.__init__):
8001            Should pass group to ClassGroup constructor.
8002    
8003    2003-04-10  Jonathan Coles   <[email protected]>
8004    
8005            * Thuban/Model/classification.py: (ClassGroup): Move all the common
8006            methods of the derived classes ([Set|Get]Properties(), __eq__, __ne__)
8007            here. Implement SetVisible(), IsVisible().
8008            (ClassGroup.__init__): Add group parameter which acts as a copy
8009            constructor.
8010    
8011            * Thuban/UI/classifier.py (ClassTable): Add a new column for the
8012            "Visible" check boxes.
8013            (Classifier): Rename the buttons and refactor the code to match
8014            the new labels.
8015    
8016            * Thuban/UI/legend.py: Classify button is now called "Properties".
8017            Refactored the code to change variable names.
8018            (LegendTree.__FillTreeLayer): Only list a group if it is visible.
8019    
8020            * Thuban/UI/mainwindow.py: MainWindow.OpenClassifier renamed to
8021            MainWindow.OpenLayerProperties. MainWindow.LayerEditProperties
8022            renamed to MainWindow.LayerEditProperties.
8023            (MainWindow.ToggleLegend): Don't include map name in legend title.
8024            (MainWindow.SetMap): Added the map name to the window title.
8025            (MainWindow.LayerFillColor, MainWindow.LayerTransparentFill,
8026            MainWindow.LayerOutlineColor, MainWindow.LayerNoOutline): Removed.
8027            Functionality is found in the layer properties dialog.
8028    
8029            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Only
8030            draw visible groups.
8031    
8032    2003-04-09  Jonathan Coles   <[email protected]>
8033    
8034            * Thuban/UI/classgen.py: Modifications to allow simple
8035            addition and selection of new color schemes.
8036            (MonochromaticRamp): New. Generates a ramp between two colors.
8037            (RedRamp): New. Generates a ramp of all red.
8038            (GreenRamp): New. Generates a ramp of all green.
8039            (BlueRamp): New. Generates a ramp of all blue.
8040    
8041    2003-04-09  Jonathan Coles   <[email protected]>
8042    
8043            * Thuban/Model/classification.py (Classification.__deepcopy__):
8044            Need to copy over field and fieldType attributes.
8045    
8046            * Thuban/Model/table.py (Table.field_range): New. Retrive the
8047            maximum and minimum values over the entire table for a given
8048            field.
8049            (Table.GetUniqueValues): New. Retrieve all the unique values
8050            in the table for a given field.
8051    
8052            * Thuban/UI/classgen.py: Renamed GenRangePanel to GenUniformPanel.
8053            (GenUniquePanel): New. Controls to allow the user to select
8054            which unique field values they would like in the classification.
8055            (CustomRampPanel): Code that was in ClassGenDialog that allows
8056            the user to select the properties for a custom ramp.
8057            (ClassGenerator.GenUniformDistribution): Was called GenerateRanges.
8058    
8059            * Thuban/UI/classifier.py: Removed a lot of debugging code.
8060            (Classifier._SetClassification): Callback method so that the
8061            class generator can set the classification in the grid.
8062            (ClassGroupPropertiesCtrl): New. Encapsulates the drawing and
8063            editing of a group properties class into a wxWindows control.
8064    
8065            * Thuban/UI/dock.py: It was decided that if the user closes
8066            a dockable window the window should simply hide itself. That
8067            way if the user wants to show the dock again it appears in the
8068            same place as it was when it was closed.
8069            (DockableWindow.Destroy): Call renamed method OnDockDestroy().
8070            (DockableWindow._OnButtonClose): Hide the window instead of
8071            destroying it.
8072            (DockableWindow._OnClose): Hide the window instead of
8073            destroying it.
8074    
8075            * Thuban/UI/legend.py (LegendTree): Use a private method to
8076            consistently set the font and style of the text. Fixes RTbug #1786.
8077    
8078            * Thuban/UI/mainwindow.py: Import just the Classifier class.
8079    
8080    2003-04-07  Bernhard Herzog  <[email protected]>
8081    
8082            * Thuban/UI/mainwindow.py (main_menu): Move the toggle_legend item
8083            to the map module
8084    
8085    2003-04-07  Bernhard Herzog  <[email protected]>
8086    
8087            * Thuban/UI/mainwindow.py (MainWindow.ShowSessionTree): Removed in
8088            favor of ToggleSessionTree
8089            (MainWindow.ToggleSessionTree): New method to toggle visibility of
8090            the session tree.
8091            (MainWindow.SessionTreeShown): New method to return whether the
8092            session tree is currently shown.
8093            (MainWindow.ToggleLegend): New method to toggle visibility of the
8094            legend
8095            (MainWindow.ShowLegend): Implement in terms of ToggleLegend and
8096            LegendShown
8097            (MainWindow.LegendShown): New method to return whether the legend
8098            is currently shown.
8099            (_method_command): Add checked parameter so we can define check
8100            menu items
8101            (_has_tree_window_shown, _has_legend_shown): Use the appropriate
8102            mainwindow methods.
8103            (show_session_tree, show_legend commands): Removed.
8104            (toggle_session_tree, toggle_legend commands): New commands to
8105            toggle the visibility of the dialogs
8106    
8107    2003-04-07  Jonathan Coles   <[email protected]>
8108    
8109            * Thuban/UI/classgen.py: Fix Windows problem.
8110    
8111            * Thuban/UI/dock.py: Fix Windows problem.
8112    
8113            * Thuban/UI/mainwindow.py: Use False instead of false.
8114            (MainWindow.ShowLegend): Remove unnecessary switch parameter.
8115    
8116    2003-04-07  Jonathan Coles   <[email protected]>
8117    
8118            Since we now say that the order of the groups in a classification
8119            matters, it makes sense to be able to manipulate that order. Most
8120            of the changes to Thuban/Model/classification.py are to that end.
8121    
8122            * Thuban/Model/classification.py (Classification.AppendGroup,
8123            Classification.InsertGroup, Classification.ReplaceGroup,
8124            Classification.RemoveGroup, Classification.GetGroup): Do as the
8125            names imply.
8126            (Classification.FindGroup): This was called GetGroup, but GetGroup
8127            takes an index, while FindGroup takes a value.
8128            (Classification.__deepcopy__): Copy all the groups, BUT NOT THE LAYER
8129            REFERENCE. Currently there is a cyclic reference between the layer
8130            and its classification. If the classification doesn't need to know
8131            its owning layer we can change this, since it may make sense to be
8132            able to use the same classification with different layers.
8133    
8134            * Thuban/Model/load.py: Use Classification.AppendGroup(), not AddGroup()
8135    
8136            * Thuban/UI/classgen.py: Use Classification.AppendGroup(),
8137            not AddGroup()
8138    
8139            * Thuban/UI/classifier.py: Now that we can depend on the order in
8140            a Classification and have methods to manipulate that order we don't
8141            need to use our own data structures in the grid. We can simply make
8142            the grid/table access the information they need from a copy of
8143            the classification object.
8144            (Classifier._OnCloseBtn): Event handler for when the user clicks
8145            'Close'. This is needed so if the user applies changes and then
8146            continues to change the table the user has the option of discarding
8147            the most recent changes and keeping what they applied.
8148    
8149            * Thuban/UI/mainwindow.py: Put "Show Legend" and "Show Session Tree"
8150            into the same group.
8151    
8152            * extensions/thuban/wxproj.cpp (check_version): If Thuban is compiled
8153            with a really old version of proj, PJ_VERSION won't even be defined.
8154            If it isn't defined then just compile so that the function always
8155            returns Py_False.
8156    
8157            * test/test_classification.py: Fix tests to use the renamed methods.
8158            Still need to write tests for the new methods.
8159    
8160    2003-04-04  Jonathan Coles   <[email protected]>
8161    
8162            * Thuban/UI/classifier.py (Classifier.__SelectField): Move the
8163            call to SetSelection out of the method and before the call
8164            to __SelectField in __init__. This prevents a recursion of events
8165            when _OnFieldSelect is triggered by the user.
8166    
8167    2003-04-04  Jonathan Coles   <[email protected]>
8168    
8169            * Thuban/Model/classification.py: Rename Color.None to
8170            Color.Transparent.
8171            (ClassGroupProperties.SetLineColori, ClassGroupProperties.SetFill):
8172            Don't bother copying the color, since Colors are immutable.
8173    
8174            * Thuban/Model/color.py, Thuban/Model/layer.py, Thuban/Model/load.py,
8175            Thuban/UI/classifier.py, Thuban/UI/mainwindow.py,
8176            Thuban/UI/renderer.py, Thuban/UI/view.py:
8177            Rename Color.None to Color.Transparent.
8178        
8179            * test/test_classification.py, test/test_load.py: Rename Color.None
8180            to Color.Transparent.
8181    
8182    2003-04-04  Jonathan Coles   <[email protected]>
8183    
8184            * Thuban/Model/classification.py: Fix assert calls.
8185            (ClassGroupProperties.SetLineColor, ClassGroupProperties.SetFill):
8186            Copy the color parameter rather than hold onto a reference.
8187    
8188            * Thuban/Model/color.py (Color.__copy__, Color.__deepcopy): Copy
8189            the color object.
8190            (NoColor.__copy__, NoColor.__deepcopy): Return 'self' so that we
8191            are sure there exists only one refernce to Color.None in the system.
8192            This allows us to use 'is' rather than the comparision functions.
8193            
8194            * Thuban/Model/save.py: Fix assert calls.
8195            
8196            * Thuban/UI/classifier.py: Fix assert calls.
8197            (ClassGrid._OnCellDClick): Call up to the classifier to open the
8198            dialog to edit the groups properties.
8199            (ClassGrid._OnCellResize): Make sure that the scollbars are drawn
8200            correctly if a cell is resized.
8201            (ClassTable.SetClassification): New. Changes the classification
8202            that is in the table.
8203            (ClassTable.__SetRow): Allow groups to be prepended.
8204            (Classifier): New code for opening the EditProperties and
8205            GenerateRanges dialogs.
8206            (SelectPropertiesDialog.__GetColor): Only set the color in the
8207            color dialog if the current color is not None.
8208            
8209            * Thuban/UI/dock.py: Fix assert calls.
8210            
8211            * Thuban/UI/legend.py: Fix assert calls.
8212            
8213            * Thuban/UI/renderer.py: Fix assert calls.
8214            
8215            * Thuban/UI/classgen.py (ClassGenDialog): Dialog for generating
8216            classifications.
8217            (GenRangePanel): Panel specific to range generation.
8218            (GenSingletonPanel): Panel specific to singleton generation.
8219            (ClassGenerator): Class responsible for actually generating
8220            the classification from the data gathered in the dialog box.
8221            (PropertyRamp): Generates properties whose values range from
8222            a starting property to an ending property.
8223    
8224    2003-04-03  Bernhard Herzog  <[email protected]>
8225    
8226            * test/support.py (print_garbage_information): New function that
8227            prints information about still connected messages and memory
8228            leaks.
8229            (run_suite): Removed.
8230            (run_tests): New function for use as a replacement of
8231            unittest.main in the test_* files. This one calls
8232            print_garbage_information at the end.
8233    
8234            * test/runtests.py (main): Use support.print_garbage_information
8235    
8236            * test/test_layer.py: Use support.run_tests instead of
8237            unittest.main so we get memory leak information
8238            (TestLayer.test_arc_layer, TestLayer.test_polygon_layer)
8239            (TestLayer.test_point_layer, TestLayer.test_empty_layer)
8240            (TestLayerLegend.test_visibility): Call the layer's Destroy method
8241            to fix a memory leak.
8242    
8243            * test/test_classification.py: Use support.run_tests instead of
8244            unittest.main so we get memory leak information
8245            (TestClassification.test_classification): Call the layer's Destroy
8246            method to fix a memory leak.
8247    
8248    2003-04-02  Bernhard Herzog  <[email protected]>
8249    
8250            * extensions/thuban/wxproj.cpp (check_version, check_version_gtk):
8251            Handle the reference counts of the return value and errors in
8252            PyArg_ParseTuple correctly.
8253    
8254            * Thuban/UI/application.py (ThubanApplication.OpenSession): Make
8255            sure the filename is absolute to avoid problems when saving the
8256            session again
8257    
8258            * Thuban/Model/table.py: Remove unnecessary import. Fix a typo.
8259    
8260    2003-04-01  Jonathan Coles   <[email protected]>
8261    
8262            *  Thuban/UI/renderer.py (MapRenderer.draw_point_shape): Check
8263            that there actually are points in the returned list of points
8264            before trying to index into the list. The list may be empty if
8265            the shape is a Null Shape.
8266    
8267    2003-04-01  Bernhard Herzog  <[email protected]>
8268    
8269            * test/test_map.py: Don't use from <module> import *
8270    
8271    2003-04-01  Jonathan Coles   <[email protected]>
8272    
8273            * Thuban/Model/session.py: Use LAYER_CHANGED instead of
8274            LAYER_LEGEND_CHANGED
8275    
8276            * Thuban/UI/dock.py (DockableWindow._OnButtonClose): Call
8277            self.Destroy() to close the window after yesterday's changes.
8278    
8279            * test/test_map.py, test/test_session.py: Fix messages that
8280            are sent from maps and layers.
8281    
8282    2003-03-31  Jonathan Coles   <[email protected]>
8283    
8284            * Thuban/UI/classifier.py: Commented out some debugging statements.
8285            (ClassDataPreviewer.Draw): Draw rectangles for polygon layers per
8286            RTbug #1769.
8287    
8288            * Thuban/UI/dock.py (DockableWindow.UnDock): Restore size and
8289            position (although position doesn't work yet under GTK).
8290            (DockableWindow.Destroy): New. Called when the window must be
8291            closed. Namely needed when the DockFrame closes and must close
8292            its children.
8293            (DockFrame): Listen for EVT_CLOSE and destroy all children.
8294    
8295            * Thuban/UI/legend.py (LegendPanel.Destroy): New. Cleans up
8296            when then window is told to close.
8297            (LegendTree._OnMsgLayerChanged): Fixes a seg fault bug. See
8298            comment in source for more info.
8299    
8300            * Thuban/UI/main.py: Show the legend by default when Thuban starts.
8301    
8302            * Thuban/UI/mainwindow.py: Renamed OnClose to _OnClose for
8303            symmetry with other such methods.
8304            (MainWindow.ShowLegend): Show the legend docked by default.
8305    
8306    2003-03-28  Jonathan Coles   <[email protected]>
8307    
8308            * Thuban/UI/classifier.py: Support for highlighting a specific
8309            group within the grid when the classification dialog is opened.
8310            Also contains a lot of debugging printouts which will later
8311            be removed.
8312    
8313            * Thuban/UI/dock.py: Complete rework on the dock code so that
8314            that it is fairly removed from the rest of the Thuban application.
8315            It is easy to add new docks which the rest of the program having
8316            to be aware of them.
8317    
8318            * Thuban/UI/legend.py: Modifications to support selecting a
8319            specific group in the classification dialog. Changed how layers
8320            are drawn when the layer is visible/invisible.
8321    
8322            * Thuban/UI/mainwindow.py: Removed legend specific code and
8323            replaced it with calls to the new dock code.
8324    
8325            * Thuban/UI/renderer.py (MapRenderer.__init__): Added assert
8326            to check if scale > 0. Trying to track down a divide by zero.
8327    
8328    2003-03-26  Jonathan Coles   <[email protected]>
8329    
8330            * Thuban/UI/legend.py: Removed unnecessary LegendDialog class.
8331            (LegendPanel): Removed _OnDock()/_OnUnDock() methods which are
8332            now part of DockableWindow.
8333            (LegendPanel.DoOnSelChanged): Select the current layer in the
8334            map.
8335            (LegendTree._OnSelChanged): Call LegendPanel.DoOnSelChanged()
8336            with the selected layer and/or group.
8337    
8338    2003-03-26  Jonathan Coles   <[email protected]>
8339    
8340            This putback contains the code for dockable windows. There is
8341            no support in wxWindows as of this date for windows that can
8342            attach themselves to other windows.
8343    
8344            The current model contains a DockableWindow which has a parent
8345            window for when it is detached and a dock window that it puts
8346            its contents in when it is docked. The contents of a DockableWindow
8347            must be a DockPanel. DockPanel itself derives from wxPanel.
8348    
8349            * Thuban/Model/layer.py (Layer.ClassChanged): Send a LAYER_CHANGED
8350            message, not a LAYER_LEGEND_CHANGED message.
8351    
8352            * Thuban/Model/map.py (Map): Forward LAYER_CHANGED messages.
8353    
8354            * Thuban/UI/classifier.py (Classifier.__init__): Use wxADJUST_MINSIZE
8355            as one of the style properties for the fieldTypeText item to
8356            be sure that its size is correct when the text changes.
8357    
8358            * Thuban/UI/dock.py: New. Classes for the DockPanel and
8359            DockableWindow.
8360    
8361            * Thuban/UI/legend.py: Added some more buttons and made the
8362            LegendPanel a DockPanel.
8363    
8364            * Thuban/UI/mainwindow.py: Added sash windows to the main window
8365            and supporting functions for manipulating the sashes.
8366            (MainWindow.ShowLegend): Create a DockableWindow with the
8367            LegendPanel as the contents.
8368    
8369            * Thuban/UI/messages.py: Added DOCKABLE_* messages
8370    
8371            * Thuban/UI/view.py (MapCanves.SetMap): Listen for LAYER_CHANGED,
8372            not LAYER_LEGEND_CHANGED, messages.
8373    
8374    2003-03-25  Jonathan Coles   <[email protected]>
8375    
8376            * setup.py: Added custom script bdist_rpm_build_script so that
8377            when the rpm is built the path to wx-config is correct.
8378    
8379            * setup.cfg: Added line saying to use the custom build script
8380    
8381    2003-03-20  Jonathan Coles   <[email protected]>
8382    
8383            Initial implementation of the Legend.
8384    
8385            * Thuban/UI/legend.py: New. Creates a window that shows the map's
8386            Legend information and allows the user to add/modify classifications
8387            and how the layers are drawn on the map.
8388    
8389            * setup.py: New command 'build_docs' which currently uses
8390            happydoc to generate html documentation for Thuban.
8391    
8392            * Thuban/Model/classification.py (ClassGroup.GetDisplayText): New.
8393            Returns a string which is appropriately describes the group.
8394    
8395            * Thuban/Model/layer.py (Layer.SetClassification): Generate a
8396            LAYER_CHANGED event instead of a LAYER_LEGEND_CHANGED event.
8397    
8398            * Thuban/Model/map.py (Map): Rename messages and use new, more
8399            specific, messages.
8400    
8401            * Thuban/Model/messages.py: New message to indicate that a layer's
8402            data has changed (LAYER_CHANGED). New map messages to indicate
8403            when layers have been added/removed/changed or if the stacking order
8404            of the layers has changed.
8405    
8406            * Thuban/Model/session.py: Rename and use new messages.
8407    
8408            * Thuban/UI/classifier.py: Remember if any changes have actually
8409            been applied so that if the dialog is cancelled without an application
8410            of changes we don't have to set a new classification.
8411            (ClassDataPreviewer): Pulled out the window specific code and put it
8412            ClassDataPreviewWindow. ClassDataPreviewer can then be used to draw
8413            symbols on any DC.
8414            
8415            * Thuban/UI/mainwindow.py: New code to open the legend.
8416    
8417            * Thuban/UI/view.py: Use new message names.
8418    
8419    2003-03-19  Jonathan Coles   <[email protected]>
8420    
8421            * Thuban/UI/main.py (verify_versions): New. Checks the versions
8422            of Python, wxPython, and some other libraries.
8423    
8424            * extensions/thuban/wxproj.cpp (check_version): Checks the given
8425            version against what wxproj was compiled with.
8426            (check_version_gtk): If wxproj was compiled with gtk then check
8427            the given version against the version of the gtk library
8428            currently being used.
8429    
8430    2003-03-14  Bernhard Herzog  <[email protected]>
8431    
8432            * test/test_command.py: Run the tests when the module is run as a
8433            script
8434    
8435    2003-03-14  Bernhard Herzog  <[email protected]>
8436    
8437            Implement selection of multiple selected shapes in the same layer:
8438    
8439            - Introduce a new class to hold the selection. This basically
8440              replaces the interactor which was nothing more than the
8441              selection anyway. A major difference is of course that the new
8442              selection class supports multiple selected shapes in one layer
8443            
8444            - Move the object that represents the selection from the
8445              application to the canvas. The canvas is a better place than the
8446              application because the selection represents which shapes and
8447              layer of the map displayed by the canvas are selected and
8448              affects how the map is drawn.
8449    
8450            - Make the selection and its messages publicly available through
8451              the mainwindow.
8452    
8453            - The non-modal dialogs do not get a reference to the interactor
8454              anymore as they can simply refer to their parent, the
8455              mainwindow, for the what the interactor had to offer.
8456    
8457            * Thuban/UI/selection.py: New module with a class to represent the
8458            selection.
8459    
8460            * Thuban/UI/messages.py (SELECTED_TABLE, SELECTED_MAP): Remove
8461            these unused messages
8462    
8463            * Thuban/UI/application.py (ThubanApplication.OnInit)
8464            (ThubanApplication.OnExit, ThubanApplication.SetSession): The
8465            interactor is gone now.
8466            (ThubanApplication.CreateMainWindow): There is no interactor
8467            anymore so we pass None as the interactor argument for now for
8468            compatibility.
8469    
8470            * Thuban/UI/view.py (MapCanvas.delegated_messages)
8471            (MapCanvas.Subscribe, MapCanvas.Unsubscribe): In Subscribe and
8472            Unsubscribe, delegate messages according to the delegated_messages
8473            class variable.
8474            (MapCanvas.__getattr__, MapCanvas.delegated_methods): Get some
8475            attributes from instance variables as described with the
8476            delegated_methods class variable.
8477            (MapCanvas.__init__): New instance variable selection holding the
8478            current selection
8479            (MapCanvas.do_redraw): Deal with multiple selected shapes. Simply
8480            pass them on to the renderer
8481            (MapCanvas.SetMap): Clear the selection when a different map is
8482            selected.
8483            (MapCanvas.shape_selected): Simple force a complete redraw. The
8484            selection class now takes care of only issueing SHAPES_SELECTED
8485            messages when the set of selected shapes actually does change.
8486            (MapCanvas.SelectShapeAt): The selection is now managed in
8487            self.selection
8488    
8489            * Thuban/UI/mainwindow.py (MainWindow.delegated_messages)
8490            (MainWindow.Subscribe, MainWindow.Unsubscribe): In Subscribe and
8491            Unsubscribe, delegate messages according to the delegated_messages
8492            class variable.
8493            (MainWindow.delegated_methods, MainWindow.__getattr__): Get some
8494            attributes from instance variables as described with the
8495            delegated_methods class variable.
8496            (MainWindow.__init__): The interactor as ivar is gone. The
8497            parameter is still there for compatibility. The selection messages
8498            now come from the canvas.
8499            (MainWindow.current_layer, MainWindow.has_selected_layer):
8500            Delegate to the the canvas.
8501            (MainWindow.LayerShowTable, MainWindow.Classify)
8502            (MainWindow.identify_view_on_demand): The dialogs don't need the
8503            interactor parameter anymore.
8504    
8505            * Thuban/UI/tableview.py (TableFrame.__init__)
8506            (LayerTableFrame.__init__, LayerTableFrame.OnClose)
8507            (LayerTableFrame.row_selected): The interactor is gone. It's job
8508            from the dialog's point of view is now done by the mainwindow,
8509            i.e. the parent. Subscribe to SHAPES_SELECTED instead
8510            of SELECTED_SHAPE
8511            
8512            * Thuban/UI/dialogs.py (NonModalDialog.__init__): The interactor
8513            is gone. It's job from the dialog's point of view is now done by
8514            the mainwindow, i.e. the parent.
8515            
8516            * Thuban/UI/classifier.py (Classifier.__init__): The interactor is
8517            gone. It's job from the dialog's point of view is now done by the
8518            mainwindow, i.e. the parent.
8519    
8520            * Thuban/UI/tree.py (SessionTreeView.__init__): The interactor is
8521            gone. It's job from the dialog's point of view is now done by the
8522            mainwindow, i.e. the parent.
8523            (SessionTreeCtrl.__init__): New parameter mainwindow which is
8524            stored as self.mainwindow. The mainwindow is need so that the tree
8525            can still subscribe to the selection messages.
8526            (SessionTreeCtrl.__init__, SessionTreeCtrl.unsubscribe_all)
8527            (SessionTreeCtrl.update_tree, SessionTreeCtrl.OnSelChanged): The
8528            selection is now accessible through the mainwindow. Subscribe to
8529            SHAPES_SELECTED instead of SELECTED_SHAPE
8530    
8531            * Thuban/UI/identifyview.py (IdentifyView.__init__): Use the
8532            SHAPES_SELECTED message now.
8533            (IdentifyView.selected_shape): Now subscribed to SHAPES_SELECTED,
8534            so deal with multiple shapes
8535            (IdentifyView.__init__, IdentifyView.OnClose): The interactor is
8536            gone. It's job from the dialog's point of view is now done by the
8537            mainwindow, i.e. the parent.
8538    
8539            * Thuban/UI/controls.py (RecordListCtrl.fill_list): The second
8540            parameter is now a list of shape ids.
8541            (RecordTable.SetTable): The second parameter is now a list of
8542            indices.
8543    
8544            * Thuban/UI/renderer.py (ScreenRenderer.RenderMap): Rename the
8545            selected_shape parameter and ivar to selected_shapes. It's now a
8546            list of shape ids.
8547            (MapRenderer.draw_label_layer): Deal with multiple selected
8548            shapes. Rearrange the code a bit so that the setup and shape type
8549            distinctions are only executed once.
8550    
8551            * test/test_selection.py: Test cases for the selection class
8552    
8553    2003-03-11  Jonathan Coles   <[email protected]>
8554    
8555            * Thuban/Model/load.py: Temporary fix so that the xml reader
8556            doesn't cause Thuban to crash.
8557    
8558            * Thuban/Model/layer.py: Handle the cyclic references between
8559            a layer and its classification better, and be sure to disconnect
8560            the classification from the layer when the layer is destroyed
8561            so that we don't maintain a cyclic reference that may not be
8562            garbage collected.
8563    
8564            * Thuban/Model/classification.py: See comment for layer.py.
8565    
8566    2003-03-12  Jan-Oliver Wagner <[email protected]>
8567    
8568            * HOWTO-Release: New. Information on the steps for releasing
8569            a new version of Thuban.
8570    
8571    2003-03-11  Jonathan Coles   <[email protected]>
8572    
8573            * Thuban/UI/classifier.py: Add normal border to SelectPropertiesDialog.
8574            Use True instead of true.
8575            (Classifier): Should have a single panel in which all the controls lie.
8576    
8577            * Thuban/UI/proj4dialog.py: Add normal border.
8578    
8579            * Thuban/UI/tree.py: Fixed problem with bad item images under Windows.
8580    
8581            * Thuban/UI/mainwindow.py: Use True instead of true.
8582    
8583            * setup.py: Update some definitions to use wxWindows2.4 files
8584    
8585            * Data/iceland_sample_class.thuban: Fixed file so that the
8586            field_type information is present.
8587    
8588    2003-03-10  Jonathan Coles   <[email protected]>
8589    
8590            * Thuban/UI/classifier.py (Classifier.__init__): Make the
8591            field type label grow so that when the text changes the
8592            size is updated correctly. This may be a wxWindows bug.
8593    
8594    2003-03-10  Jonathan Coles   <[email protected]>
8595    
8596            * Thuban/UI/application.py: Changed SESSION_CHANGED to
8597            SESSION_REPLACED.
8598    
8599            * Thuban/UI/classifier.py: Wrap text with _().
8600            (ClassGrid.CreateTable): Set dimensions and size hints here,
8601            instead of in Reset, so we only set the size once.
8602    
8603            * Thuban/UI/dialogs.py: Don't need Shutdown(); just use Close()!
8604    
8605            * Thuban/UI/mainwindow.py (MainWindow.prepare_new_session):
8606            Call Close() instead of Shutdown().
8607    
8608            * Thuban/UI/messages.py: Changed SESSION_CHANGED to SESSION_REPLACED.
8609    
8610            * Thuban/UI/tree.py: Changed SESSION_CHANGED to SESSION_REPLACED.
8611            Go back to using OnClose() instead of Shutdown().
8612    
8613    2003-03-10  Jonathan Coles   <[email protected]>
8614    
8615            * Thuban/UI/classifier.py (Classifier): SelectField() needed
8616            to know the old field index as well as the new one.
8617    
8618    2003-03-10  Jonathan Coles   <[email protected]>
8619    
8620            * Thuban/UI/classifier.py (Classifier): Use __SelectField()
8621            to correctly set the table information and call this from
8622            __init__ and from _OnFieldSelect so that all the information
8623            is up to date when the dialog opens and when a field is changed.
8624    
8625    2003-03-10  Jonathan Coles   <[email protected]>
8626    
8627            * Thuban/Model/classification.py (Classification): Don't use
8628            layer's message function directly, use the ClassChanged() method
8629            when then classification changes. SetField/SetFieldType/SetLayer
8630            must keep the information about field name and field type in
8631            sync when an owning layer is set or removed.
8632    
8633            * Thuban/Model/layer.py: Added ClassChanged() so that the
8634            classification can tell the layer when its data has changed.
8635            (Layer.SetClassification): Accepts None as an arguement to
8636            remove the current classification and correctly handles
8637            adding a new classification.
8638    
8639            * Thuban/Model/load.py: Comment out print statement
8640    
8641            * test/test_classification.py, test/test_save.py: New and
8642            improved tests.
8643    
8644    2003-03-07  Jonathan Coles   <[email protected]>
8645    
8646            * Thuban/Model/classification.py: Implemented __copy__ and
8647            __deepcopy__ for ClassGroup* and ClassGroupProperites so
8648            they can easily be copied by the classifier dialog.
8649            (ClassGroupProperites.__init__): The default line color should
8650            have been Color.Black.
8651    
8652            * Thuban/UI/classifier.py: Setting and Getting table values now
8653            uses a consistent set of functions.
8654            (Classifier): Now non-modal. Has field type label which changes
8655            as the field changes. Keep track of buttons in a list so that
8656            we can enable/disable the buttons when the None field is selected.
8657            (SelectPropertiesDialog): Add buttons to make the colors transparent.
8658    
8659            * Thuban/UI/dialogs.py (NonModalDialog.Shutdown): New method which
8660            does what OnClose did, but can be called by the application to
8661            close a window. Needed when a session changes, and we have to
8662            close the classifier windows.
8663    
8664            * Thuban/UI/mainwindow.py (MainWindow.prepare_new_session):
8665            Shuts down open dialogs. Used when a new session is created
8666            or a session is opened.
8667            (MainWindow.SaveSession): Should only call application.SaveSession()
8668            if we don't call SaveSessionAs first.
8669            (MainWindow.Classify): Allow different classifier dialogs for
8670            different layers.
8671    
8672            * Thuban/UI/tree.py (SessionTreeView): Remove OnClose and let
8673            the parent class handle it. Add Shutdown() to unsubscibe from
8674            event notification and call the parent Shutdown(). This was
8675            necessary so the application can close the tree window.
8676    
8677    2003-03-06  Jonathan Coles   <[email protected]>
8678    
8679            * Thuban/Model/classification.py: Minor documentation changes,
8680            Addition of __eq__ and __ne__ methods.
8681            (Classification.SetLayer): prevent recursion between this method
8682            and Layer.SetClassification().
8683    
8684            * Thuban/Model/color.py: Addition of __eq__ and __ne__ methods.
8685    
8686            * Thuban/Model/layer.py (SetClassification): prevent recursion
8687            between this method and Classification.SetLayer().
8688    
8689            * test/test_classification.py, test/test_load.py,
8690            test/test_session.py: Fixed and added tests for the classification
8691            classes.
8692    
8693    2003-03-06  Bernhard Herzog  <[email protected]>
8694    
8695            * Thuban/UI/classifier.py (ClassGrid.__init__)
8696            (ClassGrid.CreateTable): Move the SetSelectionMode call to
8697            CreateTable because otherwise it triggers an assertion in
8698            wxPython/wxGTK 2.4.
8699    
8700    2003-03-05  Jonathan Coles   <[email protected]>
8701    
8702            * Thuban/common.py: Move FIELDTYPE constants back to table.py.
8703    
8704            * Thuban/Model/load.py: import FIELDTYPE constants from table.
8705    
8706            * Thuban/UI/classifier.py: import FIELDTYPE constants from table.
8707    
8708            * Thuban/Model/table.py: Put FIELDTYPE constants back.
8709    
8710    2003-03-05  Jonathan Coles   <[email protected]>
8711    
8712            * Thuban/UI/classifier.py: Added class documentation.
8713            Fixed RTbug #1713, #1714. Added Move[Up|Down] buttons.
8714            Store just the groups in the table and generate the other
8715            column information when it is requested. Add "None" field
8716            to pull-down to select no classification.
8717    
8718            * Thuban/common.py: Moved FIELDTYPE constants from table.py
8719            (Str2Num): Only catch ValueError exceptions.
8720    
8721            * Thuban/Model/classification.py: Class documentation. Renaming
8722            of methods with Stroke to Line. Groups are stored in a single
8723            list with the default as the first element. Groups are searched
8724            in the order they appear in the list.
8725    
8726            * Thuban/Model/color.py: Documentation.
8727    
8728            * Thuban/Model/layer.py (Layer): Add GetFieldType to retreive
8729            the kind of data represented by a field.
8730    
8731            * Thuban/Model/load.py (ProcessSession): Use proper string
8732            conversion function; fixes RTbug #1713.
8733    
8734            * Thuban/Model/save.py (Saver): Store field type information.
8735    
8736            * Thuban/Model/table.py: Put FIELDTYPE constants in common.py.
8737            (Table): Add field_info_by_name() to retrieve field information
8738            by specifying the field name, not the number.
8739    
8740            * Thuban/UI/mainwindow.py: Function name changes.
8741    
8742            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Only
8743            get the layer classification once. Don't try to classify
8744            values when the field is None: just use the default properties.
8745    
8746            * Thuban/UI/view.py: Function name changes.
8747    
8748            * Doc/thuban.dtd: Add field_type attribute to a classification.
8749    
8750    2003-03-04  Bernhard Herzog  <[email protected]>
8751    
8752            * Doc/thuban.dtd: Use correct syntax for optional attributes. Make
8753            the fill and stroke layer attributes optional with suitable
8754            default values. Add the stroke_width layer attribute. Use correct
8755            syntax for empty elements. Make the attribute list for labels
8756            refer to the label element.
8757    
8758    2003-03-04  Bernhard Herzog  <[email protected]>
8759    
8760            * setup.py (thuban_build_py.build): Add a comment about distutils in
8761            Python 2.3 containing some of the functionality we implement in
8762            setup.py ourselves.
8763    
8764            * Thuban/UI/classifier.py (ClassGrid.__init__): Set the table
8765            before the selection mode. Doing it the other way round triggers
8766            an assertion in wxWindows.
8767    
8768            * Thuban/Model/save.py (escape): Fix typo in doc-string
8769    
8770            * Thuban/Model/classification.py: Remove unnecessary wxPython
8771            import
8772    
8773    2003-03-04  Jonathan Coles   <[email protected]>
8774    
8775            * Thuban/Model/classification.py (ClassGroupRange.GetProperties):
8776            Parameter 'value' should default to None.
8777    
8778            * Thuban/UI/mainwindow.py: Use Layer.GetClassification() since
8779            the class attribute __classification is now private.
8780    
8781            * Thuban/UI/classifier.py (ClassGrid): Moved OnCellDClick() from
8782            Classifier to ClassGrid. Added support for removing selected rows,
8783            which including code for keeping track of when cells are selected,
8784            and deselected.
8785            (ClassTable): Support for added/removing rows. Fixed a problem
8786            with __ParseInput whereby it would not allow strings (only numbers)
8787            to be entered.
8788            (Classifier): Added button and supporting code for removing
8789            selected rows.
8790    
8791    2003-02-27  Jonathan Coles   <[email protected]>
8792    
8793            * Thuban/common.py: Moved color conversion functions into
8794            Thuban/UI/common.py.
8795            (Str2Num): Now converts the float (not the string) to a long/int
8796            so that an exception isn't thrown.
8797    
8798            * Thuban/UI/common.py: Common functions used in several UI modules
8799    
8800            * Thuban/Model/classification.py: Changed the class hierarchy
8801            so that a Classification consists of Groups which return
8802            Properties when a value matches a Group.
8803    
8804            * Thuban/Model/layer.py: Fixed name resolution problem.
8805    
8806            * Thuban/Model/load.py: Use new Classification and Group functions.
8807    
8808            * Thuban/Model/save.py (Saver.write_attribs): Fixes a test case
8809            failure.
8810            (Saver.write_classification): Use new Classification and Group
8811            functions.
8812    
8813            * Thuban/UI/classifier.py: Changes to use new Classification and Group
8814            functions. Fix to create a tuple with a single value instead of
8815            simply returning the value.
8816    
8817            * Thuban/UI/renderer.py: Use new Classification and Group functions.
8818            Use common.py functions.
8819    
8820            * Thuban/UI/tree.py: Use common.py functions.
8821            
8822            * test/test_classification.py: Use new Classification and Group
8823            classes.
8824    
8825    2003-02-24  Jonathan Coles   <[email protected]>
8826    
8827            * Thuban/common.py (Color2wxColour, wxColour2Color): Conversion
8828            functions from Thuban color objects to wxWindow colour objects.
8829    
8830            * Thuban/Model/classification.py (Classification): Renamed
8831            GetProperties() to GetClassData(). Used the new iterator
8832            in TreeInfo().
8833            (ClassIterator): Iterator implementation to iterate over the
8834            ClassData objects in a classification object.
8835    
8836            * Thuban/Model/save.py (Saver.write_classificaton): Uses
8837            the new iterator to save the classification information.
8838    
8839            * Thuban/UI/classifier.py (SelectPropertiesDialog): Support
8840            for changing the stroke and fill colors and previewing the
8841            changes.
8842    
8843            * Thuban/UI/mainwindow.py (MainWindow.OpenSession,
8844            MainWindow.SaveSessionAs): Text string changes so the dialogs
8845            have more meaningful titles.
8846    
8847            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Change
8848            Classification method name from GetProperties to GetClassData.
8849    
8850            * Thuban/UI/view.py (MapCanvas.find_shape_at): Use method calls
8851            instead of accessing now non-existent class variables.
8852    
8853    2003-02-24  Bernhard Herzog  <[email protected]>
8854    
8855            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Remove
8856            unneeded Shape() call. Rendering is substantially faster without
8857            it and it avoids some problems with broken shape files.
8858    
8859    2003-02-20  Frank Koormann   <[email protected]>
8860    
8861            Force minimal size of identify and label dialogs. The autosizing
8862            looked too ugly.
8863    
8864            * Thuban/UI/controls.py (RecordListCtrl): Set minimal width for columns.
8865            * Thuban/UI/labeldialog.py (LabelDialog.dialog_layout):
8866            Set size of listctrl.
8867            * Thuban/UI/identifyview.py (IdentifyView.__init__):
8868            Set size of dialog.
8869    
8870    2003-02-19  Jonathan Coles   <[email protected]>
8871    
8872            * test/test_classification.py, test/test_layer.py,
8873            test/test_load.py, test/test_map.py, test/test_session.py:
8874            Updated the tests to use the new functions that are in the
8875            respective classes.
8876    
8877            * Thuban/Model/classification.py (Classification):
8878            Uses the new ClassData* classes. Modification messages are
8879            passed up to the parent layer (if it exists).
8880            (ClassData): New class to encapsulate the common data in each
8881            classification property.
8882            (ClassDataDefault): Represents the Default class. data.
8883            (ClassDataPoint): Represents a single class. data point
8884            (ClassDataRange): Represents a class. range
8885            (ClassDataMap): Represents a class. map (unused).
8886    
8887            * Thuban/Model/color.py: Added Color.None to represent something
8888            with no color. Color.Black represents the color black.
8889            (NoColor): Helper class derived from Color to represent something
8890            with no color.
8891    
8892            * Thuban/Model/layer.py (Layer): Removed references to fill, stroke,
8893            stroke_width attributes. Made the 'classification' attribute private.
8894            New methods for setting/getting the classification.
8895    
8896            * Thuban/Model/load.py (ProcessSession): Use new methods on Layer
8897            to get the classifcation and use the new ClassData* classes to
8898            hold the classification data. Use Str2Num to convert numbers
8899            properly.
8900    
8901            * Thuban/Model/save.py (Saver): Use new Color and Classification
8902            methods
8903    
8904            * Thuban/UI/classifier.py (ClassGrid): New class to represent a
8905            custom grid.
8906            (ClassTable): Support for editing Values and Labels and for
8907            changing what type (point or range) of data is stored in each
8908            property based on how the user enters the data.
8909            (Classifier): Support for saving the new classifications and
8910            launching the dialog to edit a property.
8911            (SelectPropertiesDialog): New class for editing the visual
8912            properties of a classification (stroke color, width, and fill color)
8913            (ClassPreviewer): Took the Draw method from ClassRenderer and
8914            made most of it into this new class. Intend to use this class in
8915            the SelectPropertiesDialog for previewing changes.
8916    
8917            * Thuban/UI/renderer.py: Use new Color and Classification methods.
8918    
8919            * Thuban/UI/tree.py: Formatting changes.
8920    
8921            * Doc/thuban.dtd: Add 'label' element
8922    
8923            * Thuban/common.py: New. Contains common routines used throughout
8924            the code.
8925            (Str2Num): Takes a string and converts it to the "best" type of
8926            number.
8927    
8928    2003-02-14  Bernhard Herzog  <[email protected]>
8929    
8930            * Thuban/UI/view.py (MapCanvas.OnLeftUp): Make sure that the
8931            dragging flag is always set to 0 even when the tool implementation
8932            raises an exception
8933    
8934    2003-02-11  Bernhard Herzog  <[email protected]>
8935    
8936            * Thuban/UI/application.py (ThubanApplication.splash_screen): New
8937            method to create a splash screen.
8938            (ThubanApplication.ShowMainWindow): New. Show the main window.
8939            Needed so the splash screen can display the mainwindow
8940            (ThubanApplication.OnInit): Call the
8941            new splash_screen method to determine whether the application
8942            should display a splash screen. If it displays a splash screen do
8943            not immediately show the main window.
8944    
8945    2003-02-11  Jonathan Coles  <[email protected]>
8946    
8947            * Thuban/Model/classification.py: Added import line to fix
8948            feature conflicts between running on python2.2 and python2.1.
8949    
8950            * Thuban/UI/classifier.py (ClassTable): Didn't need to hang
8951            onto the clinfo parameter, so removed the deepcopy().
8952    
8953    2003-02-10  Jonathan Coles  <[email protected]>
8954    
8955            * Thuban/Model/save.py (Saver.open_element, Saver.close_element):
8956            Added element_open variable to track opening and closing of tags
8957            so that tags that don't span more than one line are closed with
8958            /> instead of </tag_name>. Use the GetDefault*() methods of
8959            the Classification class.
8960    
8961            * Thuban/Model/classification.py (Classificaton): Added set and
8962            get methods for the default data. The class also takes a layer
8963            reference so that modification messages can be sent. Fixed the
8964            methods to use the new ClassData class.
8965            (ClassData): New class to encapsulate the classification data
8966    
8967            * Thuban/Model/layer.py (Layer): Remove the
8968            Set[Fill|Stroke|StrokeWidth]() methods. Code should call the
8969            SetDefault*() methods on the layer's classification object.
8970            (Layer.__init__): Use the new SetDefault*() methods in the
8971            Classification class.
8972    
8973            * Thuban/Model/load.py (ProcessSession): Use the new ClassData
8974            object instead of a dictionary.
8975    
8976            * Thuban/UI/classifier.py (ClassRenderer): New class to
8977            draw the classifications in the dialog box's table.
8978            (Classifier): Modified to use the ClassRenderer class.
8979    
8980            * Thuban/UI/mainwindow.py (MainWindow): Use the SetDefault*()
8981            methods of the Classification class.
8982    
8983            * Thuban/UI/renderer.py (MapRenderer): Use the Get*() methods
8984            of the ClassData class.
8985    
8986            * test/test_classification.py, test/test_layer.py,
8987            test/test_map.py, test/test_session.py: Fix the tests to work
8988            with the above code changes.
8989    
8990    2003-02-03  Jonathan Coles  <[email protected]>
8991    
8992            * Thuban/Model/classification.py (Classification): Added getNull()
8993            to return the NullData reference
8994    
8995            * Thuban/Model/layer.py (Layer.SetFill, Layer.SetStroke,
8996            Layer.SetStrokeWidth): Modified these functions to change the
8997            null data in the classification rather than keep these values
8998            directly in the Layer class. Menu options to change these values
8999            work again.
9000    
9001    2003-01-28  Jonathan Coles  <[email protected]>
9002    
9003            * Thuban/UI/classifier.py (Classifier): Resolved merging conflicts.
9004            Fixed crashing problem on some systems. Dialog box shows
9005            classification data.
9006    
9007            * Thuban/UI/tree.py (SessionTreeCtrl.add_items): Handle drawing
9008            Colors in the tree view.
9009    
9010            * Thuban/Model/layer.py (Layer.TreeInfo): Added a call to build
9011            the tree info for classifications. Commented out unnecessary lines.
9012    
9013            * Thuban/Model/classification.py (Classification.TreeInfo): New
9014            function to add information about the classification into the
9015            tree view.
9016    
9017    2003-01-27  Jan-Oliver Wagner <[email protected]>
9018    
9019            * Thuban/__init__.py (_): New.
9020    
9021            * Thuban/Model/classification.py, Thuban/Model/extension.py,
9022            Thuban/Model/layer.py, Thuban/Model/load.py, Thuban/Model/map.py,
9023            Thuban/Model/session.py, Thuban/UI/application.py,
9024            Thuban/UI/classifier.py, Thuban/UI/context.py, Thuban/UI/controls.py,
9025            Thuban/UI/identifyview.py, Thuban/UI/labeldialog.py,
9026            Thuban/UI/mainwindow.py, Thuban/UI/menu.py, Thuban/UI/proj4dialog.py,
9027            Thuban/UI/renderer.py, Thuban/UI/tree.py, Thuban/Lib/connector.py,
9028            Thuban/Lib/fileutil.py: Replace user string by _() for i18n.
9029    
9030    2003-01-27  Jonathan Coles  <[email protected]>
9031    
9032            * Thuban/Model/layer.py: Classification initialization calls.
9033    
9034            * Thuban/Model/classification.py: Created class to encapsulate
9035            a layer classification. Supports specific data points and
9036            ranges.
9037    
9038            * Thuban/Model/load.py: Added support for loading classification
9039            information.
9040    
9041            * Thuban/Model/save.py: Added support for saving classification
9042            information.
9043    
9044            * Thuban/UI/classifier.py: Initial class for a dialog box for
9045            specifying classification information.
9046    
9047            * Thuban/UI/mainwindows.py: Support for opening the classifier
9048            dialog.
9049    
9050            * Thuban/UI/renderer.py: Support for drawing a layer with the
9051            classification information.
9052    
9053            * Data/iceland_sample_class.thuban: iceland_sample with
9054            classification data.
9055    
9056            * test/test_classification: Tests for the Classification class.
9057    
9058    2002-12-09  Bernhard Herzog  <[email protected]>
9059    
9060            * test/test_command.py: New. Tests for the command classes.
9061    
9062            * Thuban/UI/command.py (ToolCommand): New class for tool commands.
9063            (Command.IsTool): New method to distinguish between command
9064            switching tools and other commands.
9065    
9066            * Thuban/UI/view.py (MapCanvas.SelectTool): New method to select
9067            the tool to avoid direct assignments to instance variables
9068            (MapCanvas.ZoomInTool, MapCanvas.ZoomOutTool, MapCanvas.PanTool)
9069            (MapCanvas.IdentifyTool, MapCanvas.LabelTool): Use SelectTool to
9070            change the tool
9071    
9072            * Thuban/UI/mainwindow.py (MainWindow.update_command_ui): If an
9073            active tool's command turns insensitive, disable the tool.
9074            (_tool_command): Use the new ToolCommand class
9075    
9076            * Examples/simple_extensions/simple_tool.py (simple_tool): Use the
9077            SelectTool method to change the tool
9078            (iconfile): Use the ToolCommand class
9079    
9080    2002-12-03  Bernhard Herzog  <[email protected]>
9081    
9082            * Thuban/UI/tree.py (SessionTreeCtrl.normalize_selection): Handle
9083            the case of selected items that are not children of Layers or Maps
9084            properly. Previously this bug would trigger an assertion in
9085            wxWindows.
9086    
9087    2002-11-06  Frank Koormann  <[email protected]>
9088    
9089            * Thuban/UI/mainwindow.py: Altered the order of tools in the
9090            toolbar: First now are all navigation tools (Zoom In/Out, Pan,
9091            Full Extent).
9092    
9093    2002-10-23  Bernhard Herzog  <[email protected]>
9094    
9095            * setup.py (setup call): version now 0.1.3
9096    
9097            * MANIFEST.in: Add the files in test/
9098    
9099            * test/README: Add note about tests requiring the iceland data
9100    
9101            * Thuban/UI/mainwindow.py (MainWindow.About): Add 2002 to
9102            copyright notice.
9103    
9104    2002-10-18  Bernhard Herzog  <[email protected]>
9105    
9106            * test/test_map.py
9107            (TestMapWithContents.test_projected_bounding_box): Use an explicit
9108            epsilon.
9109    
9110            * test/support.py (FloatComparisonMixin.assertFloatEqual)
9111            (FloatComparisonMixin.assertFloatSeqEqual): give a more useful
9112            message if the assertion fails and don't return the return value
9113            of self.assert_. In assertFloatSeqEqual the return meant that not
9114            all items of the sequence were compared.
9115    
9116    2002-09-20  Bernhard Herzog  <[email protected]>
9117    
9118            * test/test_fileutil.py: New. Test cases for Thuban.Lib.fileutil
9119    
9120            * Thuban/Lib/fileutil.py: Fixup some whitespace and typos
9121    
9122            * test/test_map.py (TestMapWithContents.test_tree_info): Create
9123            the string with the bounding box on the fly because of platform
9124            differences in the way %g is handled.
9125    
9126            * test/test_layer.py (TestLayer.test_empty_layer): Create an empty
9127            DBFfile too because Thuban layers can't yet cope missing DBF
9128            files.
9129    
9130    2002-09-20  Bernhard Herzog  <[email protected]>
9131    
9132            * test/test_menu.py: Use initthuban instead of
9133            add_thuban_dir_to_path to initialize Thuban.
9134    
9135            * test/support.py (FloatComparisonMixin.assertFloatEqual): New.
9136            Mixin class for float comparisons
9137            (SubscriberMixin): New. Mixin class to test messages sent through
9138            the Connector class
9139    
9140            * test/README: Fix a typo and add the -v flag to the command for
9141            individual tests
9142    
9143            * test/test_session.py: New. Test cases for Thuban.Model.session
9144    
9145            * test/test_proj.py: New. Test cases for Thuban.Model.proj
9146    
9147            * test/test_map.py: New. Test cases for Thuban.Model.map
9148    
9149            * test/test_layer.py: New. Test cases for Thuban.Model.layer
9150    
9151            * test/test_label.py: New. Test cases for Thuban.Model.label
9152    
9153            * test/test_connector.py: New. Test cases for Thuban.Lib.connector
9154    
9155            * test/test_color.py: New. Test cases for Thuban.Model.color
9156    
9157            * test/test_base.py: New. Test cases for Thuban.Model.base
9158    
9159    2002-09-13  Bernhard Herzog  <[email protected]>
9160    
9161            * Thuban/Model/session.py (Session.forwarded_channels): Forward
9162            the CHANGED channel too.
9163    
9164            * Thuban/Model/map.py (Map.forwarded_channels): Forward the
9165            CHANGED channel too.
9166            (Map.__init__): Call the Modifiable constructor as well.
9167    
9168            * Thuban/Model/base.py (Modifiable.UnsetModified): Issue a CHANGED
9169            event if the modified flag changes.
9170            (Modifiable.changed): Tweak the doc-string.
9171    
9172            * Thuban/UI/mainwindow.py (MainWindow.view_position_changed)
9173            (MainWindow.set_position_text): Put the code that puts the text
9174            with the mouse position into the status bar into the new method
9175            set_position_text so that it can overwritten in derived classes.
9176    
9177    2002-09-12  Bernhard Herzog  <[email protected]>
9178    
9179            * Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): Center the
9180            message box on the main window.
9181    
9182    2002-09-11  Bernhard Herzog  <[email protected]>
9183    
9184            * Thuban/UI/mainwindow.py: Underline the 'x' in "Exit" instead of
9185            the 'E' because it's less likely to interfere with other menu
9186            entries.
9187            (MainWindow.build_menu): remove an incorrect comment.
9188    
9189    2002-09-10  Bernhard Herzog  <[email protected]>
9190    
9191            * Thuban/UI/mainwindow.py (MainWindow.Map): New.
9192            (_tool_command): Add sensitive parameter
9193            (_has_visible_map): Sensitivity callback to tools and other
9194            commands that require a visible map. Use it in map_zoom_in_tool,
9195            map_zoom_out_tool, map_pan_tool, map_identify_tool, map_label_tool
9196            and map_full_extent
9197    
9198    2002-09-06  Bernhard Herzog  <[email protected]>
9199    
9200            * Thuban/UI/mainwindow.py (MainWindow.OnClose): Unsubscribe
9201            VIEW_POSITION
9202    
9203    2002-09-04  Frank Koormann  <[email protected]>
9204    
9205            * Resources/Bitmaps/fullextent.xpm: Updated Icon (removed "potatoe")
9206    
9207    2002-09-02  Bernhard Herzog  <[email protected]>
9208    
9209            * Thuban/UI/view.py: Get rid of the idle redraw. This is done by
9210            wxWindows already and our implementation doesn't work correctly
9211            with wxGTK 2.3:
9212            (MapCanvas.__init__): Remove the instance variable
9213            (MapCanvas.OnPaint): Always call do_redraw when there's a map to
9214            be drawin
9215            (MapCanvas.OnIdle): Removed.
9216    
9217            * Thuban/UI/view.py (MapCanvas.unprojected_rect_around_point): Add
9218            a parameter to determine the size of the rectangle.
9219            (MapCanvas.find_shape_at): Create the box around the point on a
9220            layer by layer basis and make the size depend on the shape type.
9221            This solves a problem with the selection of point shapes at the
9222            border of the layer's bounding box
9223    
9224    2002-08-30  Bernhard Herzog  <[email protected]>
9225    
9226            * Thuban/UI/mainwindow.py (MainWindow.CanRemoveLayer): New method
9227            for the sensitivity  of remove layer.
9228            (_can_remove_layer): New. Sensitivity callback for remove layer
9229            (Command layer_remove): Use _can_remove_layer
9230    
9231            * Thuban/Model/map.py (Map.CanRemoveLayer): New method to
9232            determine whether a given layer can be deleted.
9233    
9234            * Thuban/UI/view.py (MapCanvas.__init__, MapCanvas.OnPaint)
9235            (MapCanvas.do_redraw): Get rid of the unused update_region
9236            instance variable
9237    
9238            * Thuban/UI/view.py: Add/update some doc-strings.
9239    
9240            * test/: new subdirectory with a bunch of unit tests.
9241    
9242            * test/README, test/test_table.py, test/test_save.py,
9243            test/test_menu.py, test/test_load.py: Initial set of tests and
9244            brief instructions on how to run them
9245    
9246    2002-08-29  Bernhard Herzog  <[email protected]>
9247    
9248            * Thuban/UI/renderer.py (ScreenRenderer.draw_shape_layer): Handle
9249            arcs with multiple parts.
9250    
9251            * Thuban/UI/view.py (ZoomInTool.MouseUp, ZoomOutTool.MouseUp):
9252            Handle degenrate rectangles.
9253    
9254            * Thuban/Model/table.py: Make writing records work correctly:
9255            (Table.__init__): Keep track of whether the DBF is open for
9256            writing
9257            (Table.write_record): Open the DBF file for writing when necessary
9258    
9259    2002-08-27  Bernhard Herzog  <[email protected]>
9260    
9261            * Thuban/Model/table.py (Table.write_record, Table.__init__): Open
9262            dbf files only for reading by default. Use a new writable dbf
9263            object for writing.
9264    
9265    2002-08-26  Bernhard Herzog  <[email protected]>
9266    
9267            * Thuban/UI/mainwindow.py: Refactor the context creation:
9268            (MainWindow.Context): New method to return a context
9269            (MainWindow.invoke_command, MainWindow.update_command_ui): Use the
9270            new method
9271    
9272            * Thuban/UI/tableview.py (TableGrid, LayerTableGrid): Split the
9273            layer table specific code from TableGrid into LayerTableGrid
9274            (TableFrame, LayerTableFrame): Split the layer table specific code
9275            from TableFrame into LayerTableFrame
9276            (LayerTableGrid.select_shape): Remove a debug print
9277    
9278            * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Use the
9279            LayerTableFrame
9280    
9281    2002-08-23  Bernhard Herzog  <[email protected]>
9282    
9283            * Thuban/Model/layer.py (Layer.__init__): Make sure we have an
9284            absolute filename.
9285    
9286    2002-08-22  Bernhard Herzog  <[email protected]>
9287    
9288            * Thuban/Model/table.py (Table.write_record): New method to write
9289            records.
9290            (Table.__init__): Open the DBF file for writing too.
9291    
9292            * Thuban/UI/controls.py (RecordTable.SetValue): Write the value
9293            into the underlying table.
9294    
9295            * extensions/shapelib/shapefil.h (DBFCommit),
9296            extensions/shapelib/dbfopen.c (DBFCommit): New API function to
9297            commit any changes made to the DBF file.
9298    
9299            * Thuban/UI/mainwindow.py (make_check_current_tool)
9300            (_tool_command): Put the code that generates the "checked"
9301            callback into a separate function so that we can reuse it
9302            elsewhere
9303    
9304            * Thuban/Model/save.py (Saver): New class to handle serializing a
9305            session into an XML file. The main reason to introduce a class is
9306            that applications built on Thuban can derive from it so that they
9307            can save additional information in a session file.
9308            (save_session): Delegate almost all the work to the Saver class.
9309            Rename the filename argument to file because it may be a file like
9310            object now.
9311    
9312            * Thuban/Model/load.py: Get rid of the Python 1.5.2 compatibility
9313            code. Remove the little test code which would be executed when the
9314            module is run as a script which didn't work anymore since it can't
9315            import the other Thuban modules.
9316            (ProcessSession, load_session): Refactor the ProcessSession to
9317            have one method for each element start and end tag so that derived
9318            classes can easily override the processing of individual tags.
9319            Also, always parse with namespaces enabled because applications
9320            built on top of Thuban will likely use namespaces if they extend
9321            the session file format.
9322    
9323    2002-08-21  Bernhard Herzog  <[email protected]>
9324    
9325            * setup.py (ThubanInstall.run): Don't repr install_lib_orig
9326            because thubaninit_contents will do it for us.
9327    
9328    2002-08-16  Jan-Oliver Wagner <[email protected]>
9329    
9330            * Thuban/UI/mainwindow.py: menu item 'show session tree' now disable if
9331            tree window already open
9332    
9333    2002-08-15  Bernhard Herzog  <[email protected]>
9334    
9335            * Thuban/Model/layer.py (Layer.Destroy): Call the unboundd method
9336            with self.
9337    
9338            * Thuban/UI/view.py (MapCanvas.OnLeftUp): Only release the mouse
9339            when we have actually captured it.
9340    
9341            * Thuban/Model/layer.py (Layer.Destroy): New. Explicitly close the
9342            shapefile and destroy the table.
9343    
9344            * Thuban/Model/table.py (Table.Destroy): New. Close the DBF file.
9345    
9346    2002-08-14  Bernhard Herzog  <[email protected]>
9347    
9348            * Thuban/UI/controls.py (RecordTable.__init__): Remove the unused
9349            instance variable columns
9350            (RecordTable.GetTypeName): row and col may be negative in some
9351            cases.
9352    
9353            * setup.py (InstallLocal.initialize_options)
9354            (InstallLocal.finalize_options, InstallLocal.user_options): New
9355            option create-init-file to build a thubaninit.py when running
9356            install_local
9357            (InstallLocal.run): Create the thubaninit.py module when requested
9358            (thubaninit_contents): Split the template into several parts and
9359            create a new function thubaninit_contents that creates the
9360            contents of a thubaninit module.
9361            (ThubanInstall.run): Use the new function to create the thubaninit
9362            module.
9363    
9364    2002-07-30  Bernhard Herzog  <[email protected]>
9365    
9366            * Thuban/UI/application.py (ThubanApplication.OnExit): Do some
9367            cleanup.
9368            (ThubanApplication.MainLoop): Extend to automatically call OnExit.
9369    
9370            * Thuban/Model/session.py (Session.Destroy): Don't bypass the
9371            direct base class' Destroy method.
9372    
9373            * Thuban/Model/map.py (Map.ClearLayers): New method to delete all
9374            layers.
9375            (Map.Destroy): Destroy the label_layer as well and call the
9376            inherited Desatroymethod first so that no more messages are
9377            issued.
9378            (Map.RaiseLayer, Map.LowerLayer): Only issue LAYERS_CHANGED
9379            message if the stacking order actually has changed. Add
9380            doc-strings.
9381            (Map.BoundingBox): Correct the doc-string.
9382            (Map.AddLayer, Map.RemoveLayer, Map.Layers, Map.HasLayers)
9383            (Map.ProjectedBoundingBox, Map.SetProjection): Add doc-strings.
9384    
9385            * Thuban/Model/label.py (LabelLayer.ClearLabels): New to delete
9386            all labels.
9387    
9388    2002-07-29  Bernhard Herzog  <[email protected]>
9389    
9390            * Thuban/Model/map.py (Map.subscribe_layer_channels)
9391            (Map.unsubscribe_layer_channels): Put the code that (un)subscribes
9392            to a layer's channels into separate methods.
9393            (Map.RemoveLayer, Map.AddLayer): Call the new methods
9394            (Map.Destroy): Unsubscribe from a layer's channels before
9395            destroying it.
9396    
9397            * Thuban/UI/view.py (MapCanvas.find_shape_at): Change the
9398            selected_layer parameter to searched_layer which is the layer to
9399            search in.
9400            (MapCanvas.SelectShapeAt): New parameter layer to restrict the
9401            search to that layer. Return the selected layer and shape.
9402    
9403            * Examples/simple_extensions/simple_tool.py (simple_tool): Fix a
9404            typo
9405    
9406    2002-07-24  Bernhard Herzog  <[email protected]>
9407    
9408            * Thuban/UI/application.py (ThubanApplication.create_session):
9409            Extend the doc string.
9410            (ThubanApplication.subscribe_session)
9411            (ThubanApplication.unsubscribe_session): New methods to
9412            subscribe/unsubscribe to/from session channels.
9413            (ThubanApplication.SetSession): Call the new methods here.
9414            (ThubanApplication.maps_changed, ThubanApplication.set_map):
9415            Renamed set_map to maps_changed. Its now a subscriber for
9416            MAPS_CHANGED.
9417    
9418            * Thuban/UI/view.py (ZoomOutTool.MouseUp): Use the correct
9419            x-coordinate in case of simple clicks
9420    
9421            * Thuban/Model/base.py (Modifiable.changed): Apply the args tuple,
9422            don't pass it as a parameter
9423    
9424            * Thuban/Model/session.py (Session.RemoveMap): New
9425    
9426            * Thuban/UI/mainwindow.py (MainWindow.__init__): Turn the initial
9427            window size into a parameter.
9428    
9429    2002-07-23  Bernhard Herzog  <[email protected]>
9430    
9431            * Thuban/UI/menu.py (Menu.item_index): Also search for menus not
9432            just commands.
9433    
9434            * Thuban/UI/mainwindow.py (MainWindow.__init__): Change the
9435            parameter list a bit to allow setting the window title and the
9436            initial message in the status bar. Update the callers.
9437    
9438            * Thuban/UI/application.py (ThubanApplication.OnInit)
9439            (ThubanApplication.CreateMainWindow): Put the mainwindow
9440            instantiation into a separate method so that it can be overridden
9441            by a subclass.
9442    
9443    2002-07-19  Bernhard Herzog  <[email protected]>
9444    
9445            * Thuban/Model/session.py: Issue a CHANGED message every time
9446            another changed message is issued to make it easier to get
9447            notified of changes.
9448            (Session): Update the doc string
9449            (Session.forward): Issue changed-events as CHANGED as well.
9450            (Session.changed): Overwrite the inherited version to issue
9451            CHANGED events as well.
9452    
9453            * Thuban/UI/tree.py: We can now simply subscribe to the session's
9454            CHANGED channel to be informed of changes.
9455            (SessionTreeCtrl.session_channels): Not needed any longer.
9456            (SessionTreeCtrl.unsubscribe_all, SessionTreeCtrl.session_changed):
9457            Only have to (un)subscribe CHANGED
9458    
9459            * Thuban/Model/map.py (Map.TreeInfo): Deal better with empty maps.
9460    
9461            * Thuban/UI/main.py, Thuban/UI/__init__.py: Move the work-around
9462            for the wxPython locale bug to __init__.py so that it's
9463            automatically executed by anybody using UI code from Thuban.
9464    
9465    2002-07-18  Bernhard Herzog  <[email protected]>
9466    
9467            * Thuban/UI/main.py (main): app no longer needs to be global
9468    
9469            * Thuban/UI/mainwindow.py (MainWindow.__init__): Add application
9470            as parameter and store it in an instance variable
9471            (MainWindow.invoke_command, MainWindow.update_command_ui)
9472            (MainWindow.save_modified_session, MainWindow.NewSession)
9473            (MainWindow.OpenSession, MainWindow.SaveSession)
9474            (MainWindow.SaveSessionAs, MainWindow.ShowSessionTree): Use self's
9475            application object.
9476    
9477            * Thuban/UI/application.py (ThubanApplication.OnInit): Instantiate
9478            the main window with self.
9479    
9480            * Thuban/UI/context.py: New module with the context class
9481    
9482            * Thuban/UI/command.py (Command): Update doc string.
9483    
9484            * Thuban/UI/mainwindow.py (MainWindow.invoke_command,
9485            MainWindow.update_command_ui): Pass an instance of the context
9486            class to the command's methods
9487            (check_current_tool, call_method): Handle the new context
9488            implementation
9489    
9490            * Examples/simple_extensions/simple_tool.py (simple_tool,
9491            check_simple_tool): Handle the new context implementation
9492    
9493            * Examples/simple_extensions/simple_command.py (simple_command):
9494            Handle the new context implementation. Update the comments about
9495            the context.
9496    
9497            * Thuban/UI/application.py (ThubanApplication.SetSession): Add
9498            doc-string
9499            (ThubanApplication.Session): New method to return the session
9500            object
9501    
9502            * Thuban/UI/tree.py (SessionTreeCtrl.update_tree): The
9503            interactor's selected_layer may not be a layer of the current
9504            session when the tree is updated while a new session is being set.
9505    
9506    2002-07-17  Bernhard Herzog  <[email protected]>
9507    
9508            * Thuban/UI/tree.py (color_string): Removed. No longer used.
9509            (SessionTreeCtrl.update_tree, SessionTreeCtrl.add_items): Split
9510            update_tree into update_tree and add_items. The tree now uses a
9511            more generic way to display the contents of the tree.
9512            (SessionTreeCtrl): Add a doc string explaining the TreeInfo method
9513    
9514            * Thuban/Model/layer.py (Layer.TreeInfo),
9515            Thuban/Model/extension.py (Extension.TreeInfo),
9516            Thuban/Model/map.py (Map.TreeInfo),
9517            Thuban/Model/session.py (Session.TreeInfo):
9518            Add TreeInfo methods to implement the new tree view update scheme
9519    
9520    2002-07-16  Bernhard Herzog  <[email protected]>
9521    
9522            * Thuban/UI/application.py: Don't use "import from" for the
9523            MainWindow. It can't always be resolved.
9524            (ThubanApplication.OnInit): change reference to MainWindow
9525            accordingly.
9526    
9527            * Thuban/UI/menu.py (Menu.SetItems): New method to replace a menu
9528            completely
9529    
9530    2002-07-10  Bernhard Herzog  <[email protected]>
9531    
9532            * setup.py (create_init_module): New configurable variable whose
9533            default depends on the platform we're running on.
9534            (ThubanInstall.initialize_options): Initialize
9535            self.create_init_module from the global create_init_module
9536            (ThubanInstall.user_options): indictate that the options
9537            create-init-module and init-module-dir have arguments.
9538    
9539            * setup.py: In the setup call change the version number to include
9540            cvs.
9541    
9542            * MANIFEST.in: Add the files in Examples
9543    
9544    2002-07-09  Bernhard Herzog  <[email protected]>
9545    
9546            * setup.py: In the setup call, use the thuban homepage as the
9547            value of the url parameter.
9548    
9549            * Examples: New subdirectory for examples.
9550    
9551            * Examples/simple_extensions/simple_tool.xpm,
9552            Examples/simple_extensions/simple_tool.py,
9553            Examples/simple_extensions/simple_command.py,
9554            Examples/simple_extensions/README: Simple examples showing how to
9555            add new commands and tools.
9556    
9557            * setup.cfg (bdist_rpm): Add the default value for prefix and tell
9558            bdist_rpm that we also have an install script.
9559            (bdist_inno): Add 2002 to the copyright notice.
9560    
9561            * setup.py: Create a file in python's site-packages directory to
9562            make installation of Thuban as a library easier.
9563            (ThubanInstall.user_options): Add two new options,
9564            create-init-module and init-module-dir
9565            (ThubanInstall.expand_with_pure_python_dirs): New method to expand
9566            filenames for installation in the default directories.
9567            (ThubanInstall.select_scheme, ThubanInstall.convert_paths): Extend
9568            the inherited methods to capture some filenames before they're
9569            transformed too much by distutils.
9570            (ThubanInstall.run): Create the init module if requested.
9571            (ThubanInstall.thuban_init_filename): New method to return the
9572            full name of the init module.
9573            (ThubanInstall.get_outputs): Append the filename of the init
9574            module.
9575    
9576    2002-07-08  Bernhard Herzog  <[email protected]>
9577    
9578            * setup.py (thuban_bdist_rpm): Extend this version of bdist_rpm to
9579            handle the prefix properly which means that the default for the
9580            installation prefix should be /usr for RPMs and /usr/local when
9581            doing a normal source install.
9582            (bdist_rpm_install_script): Script to override the default install
9583            commands in the specfile generated by the bdist_rpm command.
9584            (thuban_bdist_rpm.user_options): Add a prefix option
9585            (thuban_bdist_rpm.initialize_options): Init the prefix option.
9586            Create the script files for the spec files as empty files here
9587            (thuban_bdist_rpm._make_spec_file): Override the inherited method
9588            to fill the script files with content.
9589    
9590            * Thuban/Model/save.py (relative_filename): Wrapper around
9591            Thuban.Lib.fileutil.relative_filename that accepts an empty dir
9592            argument. save_session now automatically uses this version,
9593            solving a problem when saving to a relative filename.
9594    
9595            * setup.py: In the setup call, make sure that the library
9596            directories are under $prefix/lib not directly under $prefix.
9597    
9598    2002-06-20  Jan-Oliver Wagner <[email protected]>
9599    
9600            * Thuban/Model/extension.py: new module to handle extension objects.
9601            * Thuban/Model/messages.py: new messages for extensions.
9602            * Thuban/Model/session.py (Session.Extensions, Session.HasExtensions,
9603            Session.AddExtension): new for handling extensions.
9604            Also some other minor changes to round up extension handling.
9605            * Thuban/UI/tree.py (SessionTreeCrtl:update_tree): Added visualization
9606            of Extension titles and title and names of its objects.
9607    
9608    2002-05-29  Bernhard Herzog  <[email protected]>
9609    
9610            * Thuban/UI/mainwindow.py (MainWindow.bind_command_events): Bind
9611            the events for a command.
9612            (MainWindow.add_toolbar_command, MainWindow.add_menu_command):
9613            Call bind_command_events to bind the events. add_toolbar_command
9614            can now bind events too so that it's possible to have commands
9615            that are only available through the toolbar.
9616            (MainWindow.init_ids): New instance variable events_bound to keep
9617            track of for which commands events have been bound.
9618    
9619    2002-05-28  Bernhard Herzog  <[email protected]>
9620    
9621            * Thuban/UI/menu.py: New module to build and manage menus.
9622    
9623            * Thuban/UI/mainwindow.py: Remove some unused imports.
9624            (MainWindow.__init__, main_menu): move the definition of the main
9625            menu from __init__ to the Menu instance main_menu.
9626            (MainWindow.build_menu_bar, MainWindow.build_menu): New methods to
9627            build the menu bar and sub-menus from a menu description.
9628    
9629            * Thuban/UI/application.py (ThubanApplication.OnInit): Read the
9630            startup file
9631            (ThubanApplication.read_startup_files): New method to run
9632            ~/.thuban/thubanstart.py
9633    
9634            * Thuban/UI/mainwindow.py (MainWindow.__init__, main_toolbar):
9635            Move the toolbar definition to the Menu instance main_toolbar.
9636            (MainWindow.build_toolbar): New method to build the toolbar
9637            similar to the build_menu methods
9638    
9639    2002-05-23  Bernhard Herzog  <[email protected]>
9640    
9641            * Thuban/UI/mainwindow.py (MainWindow.__init__): Fix spelling of
9642            layer_outline_color. Fix it in the definition of the command too.
9643    
9644            * Thuban/UI/command.py (Command): Fix typo in doc string
9645    
9646    2002-05-22  Bernhard Herzog  <[email protected]>
9647    
9648            * Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): Fix a typo
9649            in the docstring
9650    
9651    2002-05-15  Bernhard Herzog  <[email protected]>
9652    
9653            * Thuban/Model/layer.py (Layer.open_shapefile): Set bbox to None
9654            when the shapefile is empty.
9655            (Layer.BoundingBox, Layer.LatLongBoundingBox): Both methods may
9656            now return None for empty shapefiles. Update doc-strings.
9657    
9658            * Thuban/Model/map.py (Map.BoundingBox): Add doc-string. Deal with
9659            the layer's bbox being None.
9660    
9661            * Thuban/UI/tree.py (SessionTreeCtrl.update_tree): Deal with the
9662            layer's bbox being None.
9663    
9664            * Thuban/UI/view.py (MapCanvas.shape_selected): Only redraw when
9665            necessary.
9666            (MapCanvas.__init__): New instance variables, last_selected_layer
9667            and last_selected_shape to determine how the selection has
9668            changed.
9669    
9670            * Thuban/UI/tableview.py (TableGrid.__init__): Do not call
9671            AutoSizeColumns because it will cause a traversal of the entire
9672            table which for large .dbf files will take a very long time.
9673    
9674    2002-05-14  Bernhard Herzog  <[email protected]>
9675    
9676            * Thuban/Model/layer.py (Layer.open_shapefile): Choose a better
9677            maximum depth for the tree than shapelib does by default.
9678    
9679  2002-05-10  Bernhard Herzog  <[email protected]>  2002-05-10  Bernhard Herzog  <[email protected]>
9680    
9681          * setup.py (py_modules): The shptree modules doesn't have a          * setup.py (py_modules): The shptree modules doesn't have a
# Line 146  Line 9824 
9824          * Thuban/UI/messages.py (VIEW_POSITION): New message for the          * Thuban/UI/messages.py (VIEW_POSITION): New message for the
9825          position in the statusbar          position in the statusbar
9826    
9827  2002-04-26      Frank Koormann <[email protected]>  2002-04-26  Frank Koormann <[email protected]>
9828    
9829          * Thuban/UI/mainwindow.py: AddLayer, Dialog title s/session/data          * Thuban/UI/mainwindow.py: AddLayer, Dialog title s/session/data
9830    
9831  2002-04-24      Frank Koormann <[email protected]>  2002-04-24  Frank Koormann <[email protected]>
9832            
9833          * Resources/Bitmaps/identify.xpm: shadow added          * Resources/Bitmaps/identify.xpm: shadow added
9834    
9835          * Resources/Bitmaps/fullextent.xpm: new          * Resources/Bitmaps/fullextent.xpm: new
           
 2002-04-22      Jan-Oliver Wagner <[email protected]>  
9836    
9837          * Thuban/UI/tree.py (update_tree): added test for None on map bounding box  2002-04-22  Jan-Oliver Wagner <[email protected]>
9838    
9839            * Thuban/UI/tree.py (update_tree): added test for None on map bounding
9840            box
9841    
9842  2002-04-21      Jan-Oliver Wagner <[email protected]>  2002-04-21  Jan-Oliver Wagner <[email protected]>
9843    
9844          * Thuban/UI/proj4dialog.py (UTMProposeZoneDialog): new          * Thuban/UI/proj4dialog.py (UTMProposeZoneDialog): new
9845    
9846          * Thuban/UI/tree.py (update_tree): added added map extent          * Thuban/UI/tree.py (update_tree): added added map extent
9847    
9848          * Thuban/UI/mainwindow.py (_method_command): extended by parameter          * Thuban/UI/mainwindow.py (_method_command): extended by parameter
9849          icon; added map_full_extend as tool          icon; added map_full_extend as tool
9850    
9851  2002-04-19      Jan-Oliver Wagner <[email protected]>  2002-04-19  Jan-Oliver Wagner <[email protected]>
9852    
9853          * Thuban/UI/mainwindow.py (SaveSession): launch save as dialog for          * Thuban/UI/mainwindow.py (SaveSession): launch save as dialog for
9854          saving _new_ sessions          saving _new_ sessions
# Line 271  Line 9950 
9950    
9951          * setup.py: increase version number to 0.1          * setup.py: increase version number to 0.1
9952          (data_dist): New command class for data distribution          (data_dist): New command class for data distribution
           
9953    
9954  2001-09-14  Bernhard Herzog  <[email protected]>  2001-09-14  Bernhard Herzog  <[email protected]>
9955    
9956          * Thuban/UI/identifyview.py (IdentifyListCtrl.selected_shape):          * Thuban/UI/identifyview.py (IdentifyListCtrl.selected_shape):
9957          Handle the case of no layer (i.e. layer is None) properly.          Handle the case of no layer (i.e. layer is None) properly.
9958    
9959          * Thuban/UI/proj4dialog.py (UTMDialog.__init__, Proj4Dialog.__init__):          * Thuban/UI/proj4dialog.py (UTMDialog.__init__, Proj4Dialog.__init__):
9960          Set the initial selection of the combo boxes to reflect the          Set the initial selection of the combo boxes to reflect the
9961          projection we're starting with in a way that works on windows,          projection we're starting with in a way that works on windows,
9962          too.          too.
# Line 388  Line 10066 
10066          (MainWindow.identify_view_on_demand): Store the interactor in an          (MainWindow.identify_view_on_demand): Store the interactor in an
10067          instvar and use that reference instead of going through main.app          instvar and use that reference instead of going through main.app
10068    
10069          * Thuban/UI/mainwindow.py (MainWindow.ShowSessionTree):          * Thuban/UI/mainwindow.py (MainWindow.ShowSessionTree):
10070          * Thuban/UI/application.py (ThubanApplication.OnInit):          * Thuban/UI/application.py (ThubanApplication.OnInit):
10071          * Thuban/UI/main.py (main): Create the session tree view in main          * Thuban/UI/main.py (main): Create the session tree view in main
10072          with the new mainwindow method ShowSessionTree and not directly          with the new mainwindow method ShowSessionTree and not directly
10073          the application's OnInit method          the application's OnInit method
# Line 405  Line 10083 
10083          layer to the tableview dialog.          layer to the tableview dialog.
10084    
10085          * Thuban/UI/tableview.py: Add some doc-strings          * Thuban/UI/tableview.py: Add some doc-strings
10086          (TableGrid):          (TableGrid):
10087          (TableGrid.OnRangeSelect):          (TableGrid.OnRangeSelect):
10088          (TableGrid.OnSelectCell):          (TableGrid.OnSelectCell):
10089          (TableFrame.__init__):          (TableFrame.__init__):
# Line 472  Line 10150 
10150  2001-09-05  Bernhard Herzog  <[email protected]>  2001-09-05  Bernhard Herzog  <[email protected]>
10151    
10152          * Thuban/UI/view.py (MapCanvas.__init__): New argument, interactor.          * Thuban/UI/view.py (MapCanvas.__init__): New argument, interactor.
10153            
10154          * Thuban/UI/mainwindow.py (MainWindow.__init__): New argument          * Thuban/UI/mainwindow.py (MainWindow.__init__): New argument
10155          interactor to pass through to the MapCanvas          interactor to pass through to the MapCanvas
10156            
10157          * Thuban/UI/application.py (ThubanApplication.OnInit): Use the new          * Thuban/UI/application.py (ThubanApplication.OnInit): Use the new
10158          argument to the MainWindow constructor to get rid of the ugly hack          argument to the MainWindow constructor to get rid of the ugly hack
10159          that made main.app available early just so that the mapcanvas          that made main.app available early just so that the mapcanvas
# Line 522  Line 10200 
10200          (ThubanInstall.run): Remove the leading install root from the          (ThubanInstall.run): Remove the leading install root from the
10201          script filename if an install root was specified and use the new          script filename if an install root was specified and use the new
10202          link_file method          link_file method
10203            
10204          * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Fit the map to          * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Fit the map to
10205          the window when the first layer is added to the map.          the window when the first layer is added to the map.
10206    
# Line 559  Line 10237 
10237          (InnoIconItem): Helper class for bdist_inno          (InnoIconItem): Helper class for bdist_inno
10238          (thuban_bdist_inno): Thuban specific version of bdist_inno. Added          (thuban_bdist_inno): Thuban specific version of bdist_inno. Added
10239          this together with the appropriate parameters, to the setup call.          this together with the appropriate parameters, to the setup call.
10240            
10241          * setup.cfg (bdist_inno): added new section for the inno setup          * setup.cfg (bdist_inno): added new section for the inno setup
10242          installer          installer
10243    

Legend:
Removed from v.165  
changed lines
  Added in v.2333

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26