/[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 370 by jonathan, Mon Jan 27 12:21:23 2003 UTC revision 1737 by bh, Tue Sep 23 09:08:13 2003 UTC
# Line 1  Line 1 
1    2003-09-22  Bernhard Herzog  <[email protected]>
2    
3            * test/support.py (initthuban): Make sure to unset the LANG env.
4            var. so that tests that compare translated strings work. Solves RT
5            #2094
6    
7    2003-09-22  Jan-Oliver Wagner <[email protected]>
8    
9            Small improvement of APR import.
10    
11            * Extensions/importAPR/test/test_apr.py (aprTest.test_LClass):
12            Added tests for text-ranges.
13    
14            * Extensions/importAPR/apr.py (APR_LClass.GetThubanRange): Now
15            returns a string object if the range is based on text.
16    
17            * Extensions/importAPR/importAPR.py (import_apr_dialog): Unified
18            range retrieval.
19    
20    2003-09-22  Jan-Oliver Wagner <[email protected]>
21    
22            Initial version of the importAPR extension which is in
23            experimental state.
24    
25            * /Extensions/importAPR/, /Extensions/importAPR/samples/,
26            /Extensions/importAPR/test/: New directories.
27    
28            * /Extensions/importAPR/samples/README: New: Howto load the samples.
29    
30            * /Extensions/importAPR/samples/iceland.apr: New: A sample APR
31            file which refers to the Thuban Iceland demo data.
32    
33            * /Extensions/importAPR/test/README: New: Howto execute the tests.
34    
35            * /Extensions/importAPR/test/test_apr.py: New: Tests for APR classes.
36    
37            * /Extensions/importAPR/apr.py: New: Classes for ArcView Objects
38            as in '.apr'-files.
39    
40            * /Extensions/importAPR/odb.py: New: Classes for generic ArcView
41            ODB Objects as in '.apr', '.avl' and other files.
42    
43            * /Extensions/importAPR/__init__.py: New: Init to make this
44            directory a package.
45    
46            * /Extensions/importAPR/importAPR.py: New: Import a ArcView
47            project file (.apr) and convert it to Thuban.
48    
49    2003-09-22  Jan-Oliver Wagner <[email protected]>
50    
51            * Extensions/gns2shp.gns2shp.py: The main module of gns2shp.
52    
53    2003-09-19  Jan-Oliver Wagner <[email protected]>
54    
55            * Doc/manual/thuban-manual.xml: Extended section 'Installation'
56            with description on RPM installation and RPM binary package
57            creation.
58    
59    2003-09-18  Bernhard Herzog  <[email protected]>
60    
61            * setup.py (data_files): Only add the mo files if the Locales
62            directory actually exists, so that setup.py works with a fresh CVS
63            checkout
64    
65    2003-09-12  Jan-Oliver Wagner <[email protected]>
66    
67            * Examples/simple_extensions/simple_tool.py: bugfix: Tool is now
68            in viewport, not anymore in view
69    
70    2003-09-04  Jan-Oliver Wagner <[email protected]>
71    
72            Introducing first Extension (gns2shp).
73    
74            * Extensions, Extensions/gns2shp, Extensions/gns2shp/test: New.
75    
76            * Extensions/__init__.py: New. init to make this dir a package.
77    
78            * Extensions/gns2shp/__init__.py: New. init to make this dir a package.
79    
80            * Extensions/gns2shp/test/README: New. some info on this test directory.
81    
82            * Extensions/gns2shp/test/ls.txt: New. test data set (Liechtenstein).
83    
84            * Extensions/gns2shp/test/test_gns2shp.py: New. Test for correct creation
85            of Shapefile from GNS text file format
86    
87    2003-09-03  Jan-Oliver Wagner <[email protected]>
88    
89            Fix/workaround for bug #2019:
90            https://intevation.de/rt/webrt?serial_num=2019
91    
92            * Thuban/UI/identifyview.py (IdentifyView.ID_STOP): New.
93            (IdentifyView.__init__): Added another button that allows to
94            stop the identify mode.
95            (IdentifyView.OnStop): New. Stops the identify mode.
96    
97    2003-09-03  Jan-Oliver Wagner <[email protected]>
98    
99            Introducing a new exception dialog that allows to exit the
100            application immediately.
101            This fixes bug #2060: https://intevation.de/rt/webrt?serial_num=2060
102    
103            * Thuban/UI/exceptiondialog.py: New. A special exception dialog.
104    
105            * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
106            Made strings available to translations. Exchanged the simple
107            ScrolledMessageDialog by the new ExceptionDialog.
108    
109    2003-09-01  Bernhard Herzog  <[email protected]>
110    
111            * NEWS: New. Summary of changes and release notes.
112    
113            * MANIFEST.in: Add NEWS
114    
115    2003-09-01  Bernhard Herzog  <[email protected]>
116    
117            * MANIFEST.in: Correct the include statement for the mo-files and
118            include the documentation too.
119    
120            * setup.py (data_files): Add the .mo files
121            (setup call): Up to version 0.9.0
122    
123    2003-09-01  Bernhard Herzog  <[email protected]>
124    
125            * Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Change the
126            parameter list to just parent and session
127            (ChooseDBTableDialog.__set_properties): Removed. Setting the
128            selection of empty list boxes is not allowed (and produces C++
129            assertion errors) and the rest of the setup is better done in
130            __init__ anyway.
131            (ChooseDBTableDialog.OnCancel, ChooseDBTableDialog.OnOK)
132            (ChooseDBTableDialog.OnLBDClick, DBDialog.OnOK): Use the Python
133            builtins True/False for booleans to avoid warnings from wxPython
134    
135            * Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): Adapt to new
136            ChooseDBTableDialog constructor parameters.
137    
138    2003-09-01  Bernhard Herzog  <[email protected]>
139    
140            * Thuban/Model/postgisdb.py
141            (PostGISTable): Extend doc-string
142            (PostGISTable._fetch_table_information): Set the column index
143            correctly, pretending ignored columns don't exist.
144    
145            * test/test_postgis_db.py (TestPostGISIgnoredColumns): New tests
146            for postgis tables with data types not yet supported by thuban.
147    
148    2003-08-29  Bernhard Herzog  <[email protected]>
149    
150            * HOWTO-Release: Tweak item about running the tests.
151    
152    2003-08-29  Jan-Oliver Wagner <[email protected]>
153    
154            * /Doc/manual/thuban-manual.xml: updated to version 1.0pre2.
155    
156    2003-08-29  Bernhard Herzog  <[email protected]>
157    
158            Add some missing parameters to projections. Proj complains about
159            them on windows but for some reason not on Linux.
160    
161            * test/test_save.py (SaveSessionTest.testLayerProjection): Add
162            missing required projection parameters
163    
164            * test/test_proj.py (TestProjFile.test): Add missing required
165            projection parameters
166    
167            * test/test_load_0_8.py (TestLayerProjection.file_contents)
168            (TestLayerProjection.test): Add missing required projection
169            parameters and tests for them
170    
171            * test/test_load.py (TestLayerProjection.file_contents)
172            (TestLayerProjection.test): Add missing required projection
173            parameters and tests for them
174    
175            * test/test_layer.py (TestLayer.test_base_layer): Add missing
176            required projection parameters
177    
178    2003-08-29  Bernhard Herzog  <[email protected]>
179    
180            * libraries/pyprojection/Projection.i: Use pj_get_errno_ref to
181            access the pj_errno because directly accessing pj_errno doesn't
182            work on windows if the proj library is in a DLL
183    
184            * libraries/pyprojection/Projection_wrap.c: Update from Projection.i
185    
186    2003-08-28  Bernhard Herzog  <[email protected]>
187    
188            * test/test_proj.py: Import things from Thuban after calling
189            initthuban
190    
191            * test/test_load.py (LoadSessionTest.filenames): New class
192            variable with the filename attributes to normalize
193            (LoadSessionTest.check_format): Pass self.filenames to
194            sax_eventlist to normalize the filename attributes
195    
196            * test/xmlsupport.py: Add cvs keywords
197            (SaxEventLister.__init__): New parameter filenames which indicates
198            attributes that contain filenames
199            (SaxEventLister.startElementNS): Normalize the filename attributes
200            with os.path.normpath
201            (sax_eventlist): New parameter filenames to pass through to
202            SaxEventLister
203    
204            * test/test_derivedshapestore.py: Make this file callable as a
205            program to execute the tests
206            (TestDerivedShapeStoreExceptions.test_table_with_wrong_size): Bind
207            the session to self.session so that it gets destroyed properly
208    
209            * test/test_layer.py (TestLayer.tearDown): Call the session's
210            Destroy method
211    
212            * test/test_map.py (TestMapBase.tearDown): Destroy self.session
213            too if it exists
214            (TestMapAddLayer.test_add_layer): Bind the session to self.session
215            so that it gets destroyed properly
216    
217            * test/postgissupport.py (reason_for_not_running_tests): Add a
218            test for the existence of popen2.Popen4.
219    
220            * test/test_save.py (SaveSessionTest.tearDown): New. Provide a
221            reliable way to destroy the sessions created in the test cases
222            (SaveSessionTest.test_dbf_table): Bind the session to self.session
223            so that it gets destroyed properly
224            (SaveSessionTest.testLayerProjection): Bind the session to
225            self.session so that it gets destroyed properly
226    
227            * test/test_session.py (UnreferencedTablesTests.tearDown): Make
228            sure that the session is destroyed properly
229    
230            * test/test_shapefilestore.py: Make this callable as a program to
231            execute the tests
232    
233            * test/test_scalebar.py: Remove unnecessary import of _ from
234            Thuban
235    
236            * test/support.py (print_garbage_information): Call initthuban
237            here because it may be called indirectly from test cases that test
238            test support modules which do not use anything from thuban itself
239            (ThubanTestProgram.runTests): Remove unnecessary debug print
240    
241    2003-08-28  Bernhard Herzog  <[email protected]>
242    
243            * Thuban/version.py (longversion): Update to 0.9
244    
245            * Thuban/UI/mainwindow.py: Remove some unused imports
246    
247            * README: Add section about required additional software. Add date
248            and revision CVS keywords
249    
250            * HOWTO-Release: Add item about the translations. Add date and
251            revision CVs keywords and change formatting to match README a bit
252            better
253    
254            * po/de.po: Update for 0.9
255    
256            * test/README: Tweak the wording a little because many tests are
257            not really unittest.
258    
259    2003-08-27  Bernhard Herzog  <[email protected]>
260    
261            As preparation for the 0.9 release, switch thuban files to a
262            non-dev namespace
263    
264            * Thuban/Model/save.py (SessionSaver.write_session): Write files
265            with the http://thuban.intevation.org/dtds/thuban-0.9.dtd
266            namespace
267    
268            * Thuban/Model/load.py (SessionLoader.__init__): Accept the
269            http://thuban.intevation.org/dtds/thuban-0.9.dtd namespace too
270    
271            * test/test_save.py (SaveSessionTest.dtd)
272            (SaveSessionTest.testEmptySession)
273            (SaveSessionTest.testSingleLayer)
274            (SaveSessionTest.testLayerProjection)
275            (SaveSessionTest.testRasterLayer)
276            (SaveSessionTest.testClassifiedLayer)
277            (SaveSessionTest.test_dbf_table)
278            (SaveSessionTest.test_joined_table)
279            (SaveSessionTest.test_save_postgis): Update for new namespace
280    
281            * test/test_load.py (LoadSessionTest.dtd, TestSingleLayer)
282            (TestLayerVisibility.file_contents, TestLabels.file_contents)
283            (TestLayerProjection.file_contents)
284            (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
285            (TestPostGISLayer.file_contents)
286            (TestPostGISLayerPassword.file_contents)
287            (TestLoadError.file_contents, TestLoadError.test): Update for new
288            namespace
289    
290    2003-08-27  Bernhard Herzog  <[email protected]>
291    
292            Make the table interface distinguish between row ids (an integer
293            that uniquely identifies a row) and row ordinals (a simple row
294            count from 0 to NumRows() - 1)
295    
296            * Thuban/Model/postgisdb.py (PostGISTable.RowIdToOrdinal)
297            (PostGISTable.RowOrdinalToId): New methods to conver between row
298            ids and row ordinals
299            (PostGISTable.ReadRowAsDict, PostGISTable.ReadValue): New keyword
300            parameter row_is_ordinal to indicate whether the row parameter is
301            the row id or the ordinal
302    
303            * Thuban/Model/transientdb.py (TransientTableBase.RowIdToOrdinal)
304            (TransientTableBase.RowOrdinalToId)
305            (AutoTransientTable.RowIdToOrdinal)
306            (AutoTransientTable.RowOrdinalToId): Same new methods as in
307            PostGISTable.
308            (TransientTableBase.ReadRowAsDict, TransientTableBase.ReadValue)
309            (AutoTransientTable.ReadRowAsDict, AutoTransientTable.ReadValue):
310            Same new parameter as in PostGISTable.
311    
312            * Thuban/Model/table.py (DBFTable.RowIdToOrdinal)
313            (DBFTable.RowOrdinalToId, MemoryTable.RowIdToOrdinal)
314            (MemoryTable.RowOrdinalToId): Same new methods as in PostGISTable.
315            (DBFTable.ReadValue, DBFTable.ReadRowAsDict)
316            (MemoryTable.ReadValue, MemoryTable.ReadRowAsDict): Same new
317            parameter as in PostGISTable.
318    
319            * Thuban/UI/tableview.py (DataTable.RowIdToOrdinal)
320            (DataTable.RowOrdinalToId): New methods to convert between row ids
321            and row ordinals.
322            (TableGrid.SelectRowById): New method to select a row based on its
323            ID as opposed to its ordinal
324            (DataTable.GetValue, TableGrid.OnRangeSelect)
325            (TableGrid.OnSelectCell, LayerTableGrid.select_shapes)
326            (QueryTableFrame.OnQuery, QueryTableFrame.get_selected)
327            (LayerTableFrame.__init__): Convert between row ids and row
328            ordinals as appropriate
329    
330            * test/postgissupport.py (PostGISDatabase.__init__): Add
331            doc-string.
332            (PostGISDatabase.initdb): The optional third item in a tuple in
333            tables is now a (key, value) list with additional arguments to
334            pass to upload_shapefile
335            (upload_shapefile): New parameter gid_offset to allow gids that
336            are not the same as the shapeids in the shapefile
337            (PostgreSQLServer.get_default_static_data_db): Use the new
338            gid_offset to make the gids in landmarks 1000 higher than the
339            shapeids in the shapefile
340    
341            * test/test_viewport.py
342            (TestViewportWithPostGIS.test_find_shape_at_point): Adapt to the
343            new shapeids in the landmarks table
344    
345            * test/test_transientdb.py
346            (TestTransientTable.run_iceland_political_tests)
347            (TestTransientTable.test_transient_joined_table): Add tests for
348            the new table methods and new keywords arguments.
349    
350            * test/test_postgis_db.py
351            (TestPostGISTable.test_read_row_as_dict_row_count_mode)
352            (TestPostGISTable.test_read_value_row_count_mode)
353            (TestPostGISTable.test_row_id_to_ordinal)
354            (TestPostGISTable.test_row_oridnal_to_id): New test for the new
355            table methods and the new arguments
356            (TestPostGISShapestorePoint.test_shapes_in_region)
357            (TestPostGISShapestorePoint.test_shape_raw_data)
358            (TestPostGISShapestorePoint.test_shape_points)
359            (TestPostGISShapestorePoint.test_shape_shapeid)
360            (TestPostGISShapestorePoint.test_all_shapes)
361            (TestPostGISTable.test_simple_query)
362            (TestPostGISTable.test_simple_query)
363            (TestPostGISTable.test_simple_query)
364            (TestPostGISTable.test_read_value)
365            (TestPostGISTable.test_read_row_as_dict): Adapt to the new
366            shapeids in the landmarks table
367    
368            * test/test_memory_table.py
369            (TestMemoryTable.test_read_row_as_dict_row_count_mode)
370            (TestMemoryTable.test_read_value_row_count_mode)
371            (TestMemoryTable.test_row_id_to_ordinal)
372            (TestMemoryTable.test_row_oridnal_to_id): New test for the new
373            table methods and the new arguments
374    
375            * test/test_dbf_table.py
376            (TestDBFTable.test_read_row_as_dict_row_count_mode)
377            (TestDBFTable.test_read_value_row_count_mode)
378            (TestDBFTable.test_row_id_to_ordinal)
379            (TestDBFTable.test_row_oridnal_to_id): New test for the new table
380            methods and the new arguments
381    
382    2003-08-26  Bernhard Herzog  <[email protected]>
383    
384            * Thuban/Model/postgisdb.py (PostGISShapeStore.BoundingBox): Use a
385            more postgis specific but much faster method to get the bounding
386            box
387    
388    2003-08-26  Bernhard Herzog  <[email protected]>
389    
390            * Thuban/Model/postgisdb.py (PostGISTable.Title)
391            (PostGISShapeStore.AllShapes): Add these missing methods.
392            (PostGISShapeStore.ShapesInRegion): No need to raise
393            StopIteration. We can simply return
394    
395            * test/test_postgis_db.py (TestPostGISTable.test_title)
396            (TestPostGISShapestorePoint.test_all_shapes): New tests for the
397            new methods
398    
399    2003-08-25  Bernhard Herzog  <[email protected]>
400    
401            * Thuban/Model/postgisdb.py (shapetype_map): Add MUTLIPOLYGON.
402    
403            * test/test_postgis_db.py (PolygonTests): New class containing
404            those tests from TestPostGISShapestorePolygon that can also be
405            used to test MUTLIPOLYGON tables
406            (TestPostGISShapestorePolygon): Most tests are now in PolygonTests
407            so derive from that
408            (TestPostGISShapestoreMultiPolygon): New class with tests for
409            MUTLIPOLYGON tables
410    
411            * test/postgissupport.py (PostGISDatabase.initdb): Allow the
412            tables argument to have tuples with three items to override the
413            WKT type used.
414            (PostgreSQLServer.get_default_static_data_db): Use the above to
415            create a polygon table with MUTLIPOLYGONs
416            (point_to_wkt, coords_to_point, polygon_to_wkt, coords_to_polygon)
417            (arc_to_wkt, coords_to_multilinestring): Rename from *_to_wkt to
418            coords_to*
419            (coords_to_multipolygon): New. Convert to MUTLIPOLYGON
420            (wkt_converter): New. Map WKT types to converters
421            (upload_shapefile): New parameter force_wkt_type to use a
422            different WKT type than the default
423    
424    2003-08-25  Bernhard Herzog  <[email protected]>
425    
426            * Thuban/UI/application.py
427            (ThubanApplication.run_db_param_dialog): New. Suitable as a
428            db_connection_callback. Main difference is that the dialog run
429            from this method doesn't have a parent so it can be used even when
430            there is no main window
431            (ThubanApplication.OpenSession): Use self.run_db_param_dialog if
432            no db_connection_callback was given. This way the dialog pops up
433            even when the .thuban file was given as a command line parameter.
434    
435    2003-08-25  Bernhard Herzog  <[email protected]>
436    
437            * Thuban/UI/view.py (MapCanvas.OnLeftUp): Release the the mouse
438            before calling MouseLeftUp. MouseLeftUp may pop up modal dialogs
439            which leads to an effectively frozen X session because the user
440            can only interact with the dialog but the mouse is still grabbed
441            by the canvas.
442            Also, call the tool's Hide method before MouseLeftUp because
443            MouseLeftUp may change the tool's coordinates.
444    
445    2003-08-25  Bernhard Herzog  <[email protected]>
446    
447            * Thuban/UI/application.py (ThubanApplication.OpenSession): Catch
448            LoadCancelled exceptions and handle them by returning immediately.
449    
450    2003-08-25  Bernhard Herzog  <[email protected]>
451    
452            GUI part of loading sessions with postgis connections which may
453            require user interaction to get passwords or updated parameters
454    
455            * Thuban/UI/dbdialog.py (DBDialog): Reimplement to make it look a
456            bit nucer and be more generic.
457            (DBFrame.OnAdd): Adapt to new DBDialog interface
458    
459            * Thuban/UI/application.py (ThubanApplication.OpenSession): New
460            optional parameter db_connection_callback which is passed to
461            load_session.
462    
463            * Thuban/UI/mainwindow.py (MainWindow.run_db_param_dialog): New.
464            Suitable as a db_connection_callback
465            (MainWindow.OpenSession): Use self.run_db_param_dialog as the
466            db_connection_callback of the application's OpenSession method
467    
468    
469    2003-08-25  Bernhard Herzog  <[email protected]>
470    
471            Basic loading of sessions containing postgis connections:
472    
473            * Thuban/Model/load.py (LoadError): Add doc-string
474            (LoadCancelled): New exception class to indicate a cancelled load
475            (SessionLoader.__init__): Add the db_connection_callback parameter
476            which will be used by the loader to get updated parameters and a
477            password for a database connection
478            (SessionLoader.__init__): Add the new XML elements to the
479            dispatchers dictionary
480            (SessionLoader.check_attrs): Two new conversions, ascii to convert
481            to a byte-string object and idref as a generic id reference
482            (SessionLoader.start_dbconnection)
483            (SessionLoader.start_dbshapesource): New. Handlers for the new XML
484            elements
485            (load_session): Add the db_connection_callback to pass through the
486            SessionLoader
487    
488            * test/test_load.py (TestPostGISLayer, TestPostGISLayerPassword):
489            New classes to test loading of sessions with postgis database
490            connections.
491    
492    2003-08-25  Bernhard Herzog  <[email protected]>
493    
494            * Thuban/UI/mainwindow.py (__ThubanVersion__): Remove this and
495            replace it and the comment with __BuildDate__ by the Source: and
496            Id: cvs keywords as used in the other files.
497    
498    2003-08-25  Bernhard Herzog  <[email protected]>
499    
500            * Thuban/Model/load.py (SessionLoader.check_attrs): Raise a
501            LoadError when a required attribute is missing. The code used to
502            be commented out for some reason, but probably should have been
503            active.
504    
505            * test/test_load.py (TestLoadError.test): Test the message in the
506            LoadError too to make sure it really is about the missing
507            attribute
508    
509    2003-08-22  Bernhard Herzog  <[email protected]>
510    
511            * test/test_save.py (SaveSessionTest.test_dbf_table)
512            (SaveSessionTest.test_joined_table): Add XML validation tests.
513    
514    2003-08-22  Bernhard Herzog  <[email protected]>
515    
516            Implement saving a session with a postgis connection
517    
518            * Resources/XML/thuban-0.9.dtd (dbconnection, dbshapesource) New
519            elements for database connections and shapestores using db
520            connections
521            (session): Add the dbconnections to the content model
522    
523            * Thuban/Model/save.py (SessionSaver.write_db_connections): New.
524            Write the db connections
525            (SessionSaver.write_session): Call write_db_connections to write
526            the connection before the data sources
527            (SessionSaver.write_data_containers): Handle postgis shapestores
528    
529            * test/test_save.py (SaveSessionTest.thubanids)
530            (SaveSessionTest.thubanidrefs): Update for new DTD
531            (SaveSessionTest.test_save_postgis): New. Test saving a session
532            with postgis connections
533    
534            * Thuban/Model/postgisdb.py (PostGISTable.DBConnection)
535            (PostGISTable.TableName): New accessor methods for the connection
536            and table name
537    
538            * test/test_postgis_db.py (TestPostGISTable.test_dbconn)
539            (TestPostGISTable.test_dbname): New methods to test the new
540            PostGISConnection methods
541    
542    2003-08-22  Bernhard Herzog  <[email protected]>
543    
544            * Thuban/Model/postgisdb.py (ConnectionError): New exception class
545            for exceptions occurring when establishing a Database connection
546            (PostGISConnection.connect): Catch psycopg.OperationalError during
547            connects and raise ConnectionError.
548    
549            * test/test_postgis_db.py (TestPostgisDBExceptions): New class for
550            tests for database exceptions
551    
552    2003-08-22  Bernhard Herzog  <[email protected]>
553    
554            Prepare the test suite for tests with required authentication
555    
556            * test/postgissupport.py (PostgreSQLServer.__init__): Add instance
557            variables with two predefined users/passwords, one for the admin
558            and one for a non-privileged user.
559            (PostgreSQLServer.createdb): Pass the admin name to initdb and add
560            the non-privileged user to the database and set the admin password
561            (PostgreSQLServer.wait_for_postmaster): Use the admin user name.
562            Better error reporting
563            (PostgreSQLServer.connection_params)
564            (PostgreSQLServer.connection_string): New methods to return
565            information about how to connect to the server
566            (PostgreSQLServer.execute_sql): New. Convenience method to execute
567            SQL statements
568            (PostgreSQLServer.require_authentication): Toggle whether the
569            server requires authentication
570            (PostgreSQLServer.create_user, PostgreSQLServer.alter_user): New.
571            Add or alter users
572            (PostGISDatabase.initdb): Pass the admin name one the
573            subprocesses' command lines. Grant select rights on
574            geometry_columns to everybody.
575            (upload_shapefile): Use the admin name and password when
576            connecting. Grant select rights on the new table to everybody.
577    
578            * test/test_viewport.py (TestViewportWithPostGIS.setUp): Use the
579            server's new methods to get the connection parameters.
580    
581            * test/test_postgis_session.py (TestSessionWithPostGIS.setUp)
582            (TestSessionWithPostGIS.test_remove_dbconn_exception): Use the
583            server's new methods to get the connection parameters.
584    
585            * test/test_postgis_db.py
586            (TestPostGISConnection.test_gis_tables_empty)
587            (TestPostGISConnection.test_gis_tables_non_empty)
588            (PostGISStaticTests.setUp): Use the server's new methods to get
589            the connection parameters.
590    
591    2003-08-22  Bernhard Herzog  <[email protected]>
592    
593            * Thuban/UI/about.py (About.__init__): Add the psycopg version.
594    
595            * Thuban/version.py: Add psycopg version
596    
597            * Thuban/Model/postgisdb.py (psycopg_version): New. Return the
598            version of the psycopg module
599    
600    2003-08-22  Bernhard Herzog  <[email protected]>
601    
602            * Thuban/UI/dbdialog.py (DBPwdDlg): Removed because it's not used.
603            (DBFrame.OnEdit): Removed because it's not used and wouldn't work
604            at the moment. The functionality should probably be implemented
605            some time, though.
606            (DBFrame.OnRemove): Display a message if the connection can't be
607            removed because it's still in use.
608    
609    2003-08-22  Jan-Oliver Wagner <[email protected]>
610    
611            * Thuban/UI/about.py (About.__init__): split up the huge about
612            text into elements/lists for easier translation. This fixes bug
613            https://intevation.de/rt/webrt?serial_num=2058
614            Also, made some forgotten string available for the i18n.
615    
616    2003-08-21  Bernhard Herzog  <[email protected]>
617    
618            Make postgis support really optional including insensitive menu
619            items.
620    
621            * Thuban/Model/postgisdb.py (has_postgis_support): New. Return
622            whether the postgis is supported.
623    
624            * Thuban/UI/dbdialog.py: Put the psycopg import into try..except
625            to make postgis support optional
626    
627            * Thuban/UI/mainwindow.py (_has_postgis_support): New. Context
628            version of Thuban.Model.postgisdb.has_postgis_support
629            (database_management command): Make it only sensitive if postgis
630            is supported.
631    
632    2003-08-21  Jan-Oliver Wagner <[email protected]>
633    
634            * Doc/manual/thuban-manual.xml: Added CVS revision for rev-history.
635            (section Adding and Removing Layers): Added text and described
636            multi-selection.
637            (chapter Extensions): New.
638    
639    2003-08-21  Jan-Oliver Wagner <[email protected]>
640    
641            * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Changed dialog
642            settings to allow multiple files to load into the map.
643            Also reduced selection to *.shp as a default.
644    
645    2003-08-20  Bernhard Herzog  <[email protected]>
646    
647            Add dialogs and commands to open database connections and add
648            database layers.
649    
650            * Thuban/UI/mainwindow.py (MainWindow.DatabaseManagement): New
651            method to open the database connection management dialog
652            (MainWindow.AddDBLayer): New method to add a layer from a database
653            (_has_dbconnections): New helper function to use for sensitivity
654            (database_management command, layer_add_db command): New commands
655            that call the above new methods.
656            (main_menu): Add the new commands to the menu.
657    
658            * Thuban/Model/postgisdb.py (PostGISConnection.__init__)
659            (PostGISConnection.connect): Establish the actual connection in a
660            separate method and call it in __init__. This makes it easier to
661            override the behavior in test cases
662            (PostGISConnection.BriefDescription): New method to return a brief
663            description for use in dialogs.
664    
665            * test/test_postgis_db.py (NonConnection): DB connection that
666            doesn't actually connect
667            (TestBriefDescription): New class with tests for the new
668            BriefDescription method
669    
670    2003-08-19  Jan-Oliver Wagner <[email protected]>
671    
672            Moved anything from extensions to libraries.
673    
674            * libraries: New.
675    
676            * libraries/ pyprojection, pyshapelib, shapelib, thuban: New.
677    
678            * libraries/pyprojection/ LICENSE, MANIFEST.in, Projection.i,
679            Projection.py, Projection_wrap.c, setup.py, swighelp.txt: These files have
680            been moved here from thuban/extensions/pyprojection/
681            See there in the Attic for the older history.
682    
683            * libraries/pyshapelib/ COPYING, ChangeLog, NEWS, README, dbflib.i,
684            dbflib.py, dbflib_wrap.c, pyshapelib_api.h, pytest.py, setup.py,
685            shapelib.i, shapelib.py, shapelib_wrap.c, shptreemodule.c: These files
686            have been moved here from thuban/extensions/pyshapelib/
687            See there in the Attic for the older history.
688    
689            * libraries/shapelib/ dbfopen.c, shapefil.h, shpopen.c, shptree.c: These
690            files have been moved here from thuban/extensions/shapelib/
691            See there in the Attic for the older history.
692    
693            * libraries/thuban/ bmpdataset.cpp, cpl_mfile.cpp, cpl_mfile.h,
694            gdalwarp.cpp, wxproj.cpp: These files have been moved here from
695            thuban/extensions/thuban/
696            See there in the Attic for the older history.
697    
698            * MANIFEST.in, setup.cfg, setup.py: renamed extensions to libraries.
699    
700            * extensions/thuban/ bmpdataset.cpp, cpl_mfile.cpp, cpl_mfile.h,
701            gdalwarp.cpp, wxproj.cpp: Moved to libraries/thuban.
702    
703            * extensions/shapelib/ dbfopen.c, shapefil.h, shpopen.c, shptree.c:
704            Moved to libraries/shapelib.
705    
706            * extensions/pyshapelib/ COPYING, NEWS, dbflib.py, pytest.py,
707            shapelib.py, README, dbflib_wrap.c, setup.py, shapelib_wrap.c,
708            ChangeLog, dbflib.i, pyshapelib_api.h, shapelib.i, shptreemodule.c:
709            Moved to libraries/pyshapelib.
710    
711            * extensions/pyprojection/ MANIFEST.in, Projection.py, setup.py,
712            LICENSE, Projection.i, Projection_wrap.c, swighelp.txt:
713            Moved to libraries/pyprojection.
714    
715            * extensions/ pyprojection, pyshapelib, shapelib, thuban: Removed.
716    
717            * extensions: Removed.
718    
719    2003-08-19  Bernhard Herzog  <[email protected]>
720    
721            * test/test_viewport.py (ViewPortTest): We don't use the
722            facilities of FileTestMixin so don't derive from it.
723            (TestViewportWithPostGIS): New class with tests for using a
724            viewport on a map with postgis layers.
725    
726    2003-08-19  Bernhard Herzog  <[email protected]>
727    
728            Add the db connection management to the session.
729    
730            * Thuban/Model/session.py (Session.__init__): New instance
731            variable db_connections
732            (Session.AddDBConnection, Session.DBConnections)
733            (Session.HasDBConnections, Session.CanRemoveDBConnection)
734            (Session.RemoveDBConnection): New methods to manage and query the
735            db connections managed by the session
736            (Session.OpenDBShapeStore): New method to open a shapestore from a
737            db connection
738    
739            * Thuban/Model/messages.py (DBCONN_REMOVED, DBCONN_ADDED): New
740            messages for the db connection handling in the session
741    
742            * test/test_postgis_session.py: New. test cases for the session's
743            db connection handling with postgis connections
744    
745    2003-08-19  Bernhard Herzog  <[email protected]>
746    
747            Add very basic postgis database support and the corresponding test
748            cases. The test cases require a PostgreSQL + postgis installation
749            but no existing database. The database will be created
750            automatically by the test cases
751    
752            * test/README: Add note about skipped tests and the requirements
753            of the postgis tests.
754    
755            * Thuban/Model/postgisdb.py: New. Basic postgis database support.
756    
757            * test/test_postgis_db.py: New. Test cases for the postgis
758            support.
759    
760            * Thuban/Model/wellknowntext.py: New. Parser for well-known-text
761            format
762    
763            * test/test_wellknowntext.py: New. Test cases for the
764            wellknowntext parser
765    
766            * test/postgissupport.py: New. Support module for tests involving
767            a postgis database.
768    
769            * test/support.py (execute_as_testsuite): Shut down the postmaster
770            if it's still running after the tests
771    
772            * Thuban/Model/data.py (RAW_WKT): New constant for raw data in
773            well known text format
774    
775    2003-08-19  Jan-Oliver Wagner <[email protected]>
776    
777            * Examples/simple_extensions/hello_world.py: New. Raises a Hello World
778            message dialog.
779    
780    2003-08-18  Bernhard Herzog  <[email protected]>
781    
782            * test/support.py (ThubanTestResult.printErrors): Indent the
783            reason for the skips in the output to make it a bit more readable.
784            (execute_as_testsuite): New helper function to run a test suite
785            and print some more information.
786            (run_tests): Use execute_as_testsuite to run the tests
787    
788            * test/runtests.py (main): Use execute_as_testsuite to run the
789            tests
790    
791    2003-08-18  Bernhard Herzog  <[email protected]>
792    
793            Fix some bugs in Thuban and the test suite that were uncovered by
794            changes introduced in Python 2.3:
795    
796            * Thuban/Model/table.py (DBFTable.__init__): Make sure the
797            filename is an absolute name
798    
799            * Thuban/Model/layer.py (RasterLayer.__init__): Make sure the
800            filename is an absolute name
801    
802            * test/test_save.py (SaveSessionTest.testRasterLayer): Use a
803            unique filename to save to and use the correct relative filename
804            in the expected output.
805            (SaveSessionTest.test_dbf_table): Use the correct relative
806            filename in the expected output.
807    
808            * test/test_layer.py (TestLayer.test_raster_layer): Update the
809            test to check whether the filename is absolute.
810    
811    2003-08-18  Jan-Oliver Wagner <[email protected]>
812    
813            * Thuban/UI/about.py (About.__init__): Added Silke Reimer.
814    
815    2003-08-15  Bernhard Herzog  <[email protected]>
816    
817            Change the way shapes are returned by a shape store. The
818            ShapesInRegion method returns an iterator over actual shape
819            objects instead of a list of shape ids.
820    
821            * Thuban/Model/data.py (ShapefileShape.ShapeID): New. Return shape
822            id.
823            (ShapefileStore.ShapesInRegion): Return an iterator over the
824            shapes which yields shape objects instead of returning a list of
825            shape ids
826            (ShapefileStore.AllShapes): New. Return an iterator over all
827            shapes in the shape store
828            (DerivedShapeStore.AllShapes): New. Like in ShapefileStore
829    
830            * Thuban/Model/layer.py (Layer.ShapesInRegion): Update
831            doc-string.
832    
833            * Thuban/UI/baserenderer.py
834            (BaseRenderer.layer_ids, BaseRenderer.layer_shapes): Rename to
835            layer_shapes and make it return an iterator containg shapes
836            instead of a list of ids.
837            (BaseRenderer.draw_shape_layer): Update doc-string; Adapt to
838            layer_shapes() change
839    
840            * Thuban/UI/renderer.py (ScreenRenderer.layer_ids)
841            (ScreenRenderer.layer_shapes): Rename as in BaseRenderer
842    
843            * Thuban/UI/viewport.py (ViewPort._find_shape_in_layer): Adapt to
844            changes in the ShapesInRegion return value.
845            (ViewPort._get_hit_tester): Remove commented out code
846    
847            * test/mockgeo.py (SimpleShapeStore.ShapesInRegion): Adapt to the
848            new return value.
849            (SimpleShapeStore.AllShapes): New. Implement this method too.
850    
851            * test/test_layer.py (TestLayer.test_arc_layer)
852            (TestLayer.test_polygon_layer, TestLayer.test_point_layer)
853            (TestLayer.test_point_layer_with_projection)
854            (TestLayer.test_derived_store): Adapt to changes in the
855            ShapesInRegion return value.
856    
857            * test/test_shapefilestore.py
858            (TestShapefileStoreArc.test_shapes_in_region)
859            (TestShapefileStorePolygon.test_shapes_in_region)
860            (TestShapefileStorePoint.test_shapes_in_region): Adapt to changes
861            in the ShapesInRegion return value.
862            (TestShapefileStorePoint.test_all_shapes)
863            (TestShapefileStoreArc.test_shape_shapeid): New tests for the new
864            methods
865    
866            * test/test_derivedshapestore.py
867            (TestDerivedShapeStore.test_shapes_in_region): Adapt to changes in
868            the ShapesInRegion return value.
869            (TestDerivedShapeStore.test_all_shapes)
870            (TestDerivedShapeStore.test_shape_shapeid): New tests for the new
871            methods
872    
873    2003-08-15  Bernhard Herzog  <[email protected]>
874    
875            Make the renderers deal correctly with raw vs. python level
876            representation of shape geometries
877    
878            * Thuban/UI/baserenderer.py (BaseRenderer.low_level_renderer):
879            Return a flag useraw in addition to the callable and the parameter
880            to indicate whether the callable can deal with the raw shape data
881            or uses the higher level python lists of coordinates. The callable
882            now should accept either the raw data or the return value of the
883            shape's Points() method.
884            (BaseRenderer.draw_shape_layer): Adapt to the low_level_renderer
885            change
886            (BaseRenderer.projected_points): Instead of the shape id use the
887            points list as parameter.
888            (BaseRenderer.draw_polygon_shape, BaseRenderer.draw_arc_shape)
889            (BaseRenderer.draw_point_shape): Adapt to projected_points()
890            change and accept the points list as parameter instead of the
891            shape id.
892    
893            * Thuban/UI/renderer.py (MapRenderer.low_level_renderer): Return
894            the useraw flag as required by the BaseRenderer
895            (ScreenRenderer.draw_shape_layer): Adapt to low-level renderer
896            changes.
897    
898            * test/test_baserenderer.py
899            (TestBaseRenderer.test_point_with_classification): New test for
900            rendering a map with classifications.
901    
902    2003-08-15  Bernhard Herzog  <[email protected]>
903    
904            * Thuban/UI/viewport.py (ViewPort.find_shape_at)
905            (ViewPort._find_shape_in_layer, ViewPort._find_shape_in_layer)
906            (ViewPort._get_hit_tester, ViewPort.projected_points)
907            (ViewPort._hit_point, ViewPort._hit_arc, ViewPort._hit_polygon)
908            (ViewPort._find_label_at): Split the find_shape_at method into
909            several new methods and use the functions in the hit-test module.
910    
911            * Thuban/UI/hittest.py: New module with Python-level hit-testing
912            functions
913    
914            * test/test_hittest.py: New. Test for the new hittest module
915    
916    2003-08-15  Bernhard Herzog  <[email protected]>
917    
918            * Thuban/Model/layer.py (Layer.ShapesInRegion): Apply the layer
919            projection to all corners of the bounding box to get a better
920            approximation of the projected bounding box
921    
922            * test/test_layer.py (TestLayer.test_point_layer_with_projection):
923            New. Test coordinate handling of a layer with a projection.
924            Catches the bug fixed in Layer.ShapesInRegion
925    
926    2003-08-15  Bernhard Herzog  <[email protected]>
927    
928            Move some of the mock objects in test_baserenderer into their own
929            module so they can easily be used from other tests
930    
931            * test/mockgeo.py: New test helper module with some mock objects
932            for geometry related things like shapes, shapestores and
933            projections.
934    
935            * test/test_mockgeo.py: New. Tests for the new helper module
936    
937            * test/test_baserenderer.py: Some of the mock-objects are in
938            mockgeo now.
939    
940    2003-08-12  Jan-Oliver Wagner <[email protected]>
941    
942            * Thuban/UI/about.py (About.__init__): Added Bj�rn Broscheit.
943    
944    2003-08-12  Bernhard Herzog  <[email protected]>
945    
946            * po/de.po: New. German translations by Bjoern Broscheit
947    
948    2003-08-12  Bernhard Herzog  <[email protected]>
949    
950            * Thuban/UI/projdialog.py (UnknownProjPanel._DoLayout): Translated
951            strings have to be one string literal.
952    
953    2003-08-11  Bernhard Herzog  <[email protected]>
954    
955            * test/support.py (FloatComparisonMixin.assertPointListEquals):
956            New. This method was used in various derived classes, but it's
957            better to have it here.
958    
959            * test/test_shapefilestore.py
960            (ShapefileStoreTests.assertPointListEquals): Removed. It's now in
961            FloatComparisonMixin
962    
963            * test/test_layer.py (TestLayer.assertPointListEquals): Removed.
964            It's now in FloatComparisonMixin
965    
966            * test/test_derivedshapestore.py
967            (TestDerivedShapeStore.assertPointListEquals): Removed. It's now
968            in FloatComparisonMixin
969    
970    2003-08-11  Bernhard Herzog  <[email protected]>
971    
972            * Thuban/UI/join.py (JoinDialog.OnJoin): Add missing space to
973            error message
974    
975    2003-08-08  Jan-Oliver Wagner <[email protected]>
976    
977            * Doc/manual/thuban-manual.xml: Now use authorgroup. Added revhistory
978            with version number.
979            Changed title to reflect version number of Thuban.
980    
981    2003-08-08  Jan-Oliver Wagner <[email protected]>
982    
983            * Thuban/UI/about.py (About.__init__): Reworked the hall of fame. Now
984            the list corresponds to the "About" web page.
985    
986    2003-08-08  Bernhard Herzog  <[email protected]>
987    
988            * Thuban/UI/projdialog.py (UTMProposeZoneDialog.dialogLayout):
989            Make sure translated strings are recognized as one string literal.
990    
991            * Thuban/UI/proj4dialog.py (UTMProposeZoneDialog.dialogLayout):
992            Make sure translated strings are recognized as one string literal.
993    
994            * Thuban/UI/classgen.py (ClassGenDialog.OnOK): Make sure
995            translated strings are recognized as one string literal.
996    
997            * Thuban/UI/application.py (ThubanApplication.OpenSession): Make
998            sure translated strings are recognized as one string literal.
999    
1000    2003-08-07  Bernhard Herzog  <[email protected]>
1001    
1002            * Thuban/Model/data.py (DerivedShapeStore.RawShapeFormat): New.
1003            Simply delegates to the original shapestore.
1004    
1005            * test/test_derivedshapestore.py
1006            (TestDerivedShapeStore.test_raw_format): New. Test case for
1007            DerivedShapeStore.RawShapeFormat
1008    
1009    2003-08-07  Bernhard Herzog  <[email protected]>
1010    
1011            Add raw data interface to shape objects.
1012    
1013            * Thuban/Model/data.py (ShapefileShape, Shape): Rname the shape
1014            class to ShapefileShape which now holds shapefile specific
1015            information.
1016            (ShapefileShape.compute_bbox): Simplified to not cache any
1017            information. The way this method is used that shouldn't matter
1018            performance wise.
1019            (ShapefileShape.RawData): New. Return the shapeid which is the raw
1020            data format for shapes from shapefiles.
1021            (ShapefileStore.RawShapeFormat): New. Return the raw datatype used
1022            in the shape objects returned by a shapestore. For a
1023            ShapefileStore this is always RAW_SHAPEFILE.
1024            (RAW_PYTHON, RAW_SHAPEFILE): Constants for the RawShapeFormat
1025            method.
1026    
1027            * test/test_shapefilestore.py
1028            (TestShapefileStore.test_raw_format): New test to test the raw
1029            format feature of shapes.
1030    
1031            * Thuban/Model/layer.py: Remove the unused import of Shape from
1032            data. It was only there for interface compatibility but it's not
1033            used inside of Thuban and the generic Shape class has gone away.
1034    
1035            * Thuban/UI/renderer.py (MapRenderer.low_level_renderer): Check
1036            the raw data format and only use an optimized version of its a
1037            shapefile.
1038    
1039    2003-08-07  Bernhard Herzog  <[email protected]>
1040    
1041            * test/test_baserenderer.py (SimpleShape): Shape class for the
1042            tests.
1043            (SimpleShapeStore.Shape): Use SimpleShape instead of
1044            Thuban.Model.data.Shape to make the tests independed of the coming
1045            changes.
1046    
1047    2003-08-07  Bernhard Herzog  <[email protected]>
1048    
1049            * test/support.py (SkipTest, ThubanTestResult, ThubanTestRunner)
1050            (ThubanTestProgram): New classes that extend the respective
1051            classes from unittest. These new version support skipping tests
1052            under certain expected conditions. In the Thuban test suite we
1053            uses this for tests that require the optional gdal support.
1054            (run_tests): Use ThubanTestProgram instead of the unittest.main()
1055    
1056            * test/runtests.py (main): Use the new ThubanTestRunner instead of
1057            the normal one from unittest
1058    
1059            * test/test_layer.py (TestLayer.test_raster_layer): If this test
1060            is not run because gdal support isn't available report this to the
1061            runner.
1062    
1063            * test/test_baserenderer.py
1064            (TestBaseRenderer.test_raster_no_projection): Do not run this test
1065            if gdal support isn't available and report this to the runner.
1066    
1067    2003-08-06  Bernhard Herzog  <[email protected]>
1068    
1069            Rearrange the renderers a bit, partly in preparation for changes
1070            required for the postgis merge, partly to make it more testable.
1071            Also make the representation of coordinates in Shapes more
1072            consistent.
1073    
1074            * Thuban/UI/renderer.py (MapRenderer): Most of the code/methods in
1075            this class is now in BaseRenderer. This class is now practically
1076            only a specialization of BaseRenderer for rendering to an actual
1077            wx DC.
1078            (ScreenRenderer.draw_shape_layer): Use self.low_level_renderer()
1079            to get the shapetype specific rendering functions.
1080    
1081            * Thuban/UI/baserenderer.py: New file with the basic rendering
1082            logic. The code in this file is completely independend of wx.
1083            (BaseRenderer): Class with the basic rendering logic
1084    
1085            * test/test_baserenderer.py: New. Test cases for BaseRenderer
1086    
1087            * Thuban/UI/view.py (MapCanvas.__init__): New instance variable
1088            error_on_redraw to guard agains endless loops and stack overflows
1089            when there's a bug in the rendering code that raises exceptions.
1090            (MapCanvas.OnIdle, MapCanvas._do_redraw): Split the actual
1091            rendering into a separate method _do_redraw so that error handling
1092            is a bit easier. When an exception occurs, set error_on_redraw to
1093            true. When it's true on entry to OnIdle do nothing and return
1094            immediately.
1095    
1096            * Thuban/Model/data.py (ShapefileStore.Shape): For consistency, a
1097            Shape object will always have the coordinates as a list of list of
1098            coordinate pairs (tuples).
1099            (Shape.compute_bbox): Adapt to new representation.
1100    
1101            * Thuban/UI/viewport.py (ViewPort.find_shape_at)
1102            (ViewPort.LabelShapeAt): Adapt to new coordinate representation in
1103            Shape objects.
1104    
1105            * test/test_shapefilestore.py
1106            (ShapefileStoreTests.assertFloatTuplesEqual)
1107            (ShapefileStoreTests.assertPointListEquals): Rename to
1108            assertPointListEquals and change purpose to checking equality of
1109            the lists returned by Shape.Points().
1110            (TestShapefileStoreArc.test_shape)
1111            (TestShapefileStorePolygon.test_shape)
1112            (TestShapefileStorePoint.test_shape): Use the new
1113            assertPointListEquals instead of assertFloatTuplesEqual
1114    
1115            * test/test_layer.py (TestLayer.assertFloatTuplesEqual)
1116            (TestLayer.assertPointListEquals): Rename to assertPointListEquals
1117            and change purpose to checking equality of the lists returned by
1118            Shape.Points().
1119            (TestLayer.test_arc_layer, TestLayer.test_arc_layer)
1120            (TestLayer.test_polygon_layer, TestLayer.test_point_layer)
1121            (TestLayer.test_derived_store): Use the new assertPointListEquals
1122            instead of assertFloatTuplesEqual
1123    
1124            * test/test_derivedshapestore.py
1125            (TestDerivedShapeStore.assertFloatTuplesEqual)
1126            (TestDerivedShapeStore.assertPointListEquals): Rename to
1127            assertPointListEquals and change purpose to checking equality of
1128            the lists returned by Shape.Points().
1129            (TestDerivedShapeStore.test_shape): Use the new
1130            assertPointListEquals instead of assertFloatTuplesEqual
1131    
1132    2003-08-06  Jan-Oliver Wagner <[email protected]>
1133    
1134            * Thuban/UI/projdialog.py (UTMPanel._OnPropose): Added test for
1135            a bounding box. A dialog is raised in case, no bounding box
1136            is found. This fixes bug #2043:
1137            https://intevation.de/rt/webrt?serial_num=2043
1138    
1139    2003-08-05  Bernhard Herzog  <[email protected]>
1140    
1141            * Thuban/Model/color.py (Color.__repr__): Make the repr of a color
1142            object look like a Color instantiation. Formerly it looked like a
1143            tuple.
1144    
1145            * test/test_color.py (TestColor.test_repr)
1146            (TestColor.test_equality, TestColor.test_inequality): New. test
1147            some more apects of the Color class
1148            (TestTransparent.test_repr, TestTransparent.test_hex)
1149            (TestTransparent.test_equality): New. Test cases for the
1150            Transparent object.
1151    
1152    2003-08-04  Jan-Oliver Wagner <[email protected]>
1153    
1154            * Doc/manual/thuban-manual.xml: a number of small improvements.
1155            The resulting file is the version submitted for GREAT-ER II.
1156    
1157    2003-08-01  Bernhard Herzog  <[email protected]>
1158    
1159            * Thuban/UI/resource.py, Thuban/UI/projdialog.py,
1160            Thuban/UI/join.py, Thuban/UI/classgen.py, Thuban/UI/about.py,
1161            Thuban/Model/resource.py: Insert cvs keywords and doc-strings.
1162    
1163            * Thuban/UI/common.py: Insert cvs keywords and doc-strings.
1164            (Color2wxColour, wxColour2Color, ThubanBeginBusyCursor)
1165            (ThubanEndBusyCursor): Add doc-strings
1166    
1167    2003-08-01  Bernhard Herzog  <[email protected]>
1168    
1169            First step towards PostGIS integration. More abstraction by movin
1170            more code from the layer to the shapestore. More methods of the
1171            layer are now simply delegated to the equivalent method of the
1172            shapestore. The SHAPETYPE_* constants are now in data not in
1173            layer.
1174    
1175            * Thuban/Model/data.py (SHAPETYPE_POLYGON, SHAPETYPE_ARC)
1176            (SHAPETYPE_POINT, Shape): Move these constants and classes from
1177            layer.py to data.py
1178            (ShapefileStore.__init__): More Initialization for the new methods
1179            and functionality.
1180            (ShapefileStore.ShapeType, ShapefileStore.NumShapes)
1181            (ShapefileStore.BoundingBox, ShapefileStore.ShapesInRegion)
1182            (ShapefileStore.Shape): New methods that were formerly implemented
1183            in the layer.
1184            (DerivedShapeStore.Shape, DerivedShapeStore.ShapesInRegion)
1185            (DerivedShapeStore.ShapeType, DerivedShapeStore.NumShapes)
1186            (DerivedShapeStore.BoundingBox): New. DerivedShapeStore
1187            equivalents of the new shape methods. These versions are simply
1188            delegated to the original shapstore.
1189    
1190            * Thuban/Model/layer.py (SHAPETYPE_POLYGON, SHAPETYPE_ARC)
1191            (SHAPETYPE_POINT, Shape): Removed. They're now in data.py
1192            (Layer.SetShapeStore): Removed the initializatin of instance
1193            variables that were needed for the stuff that's now in
1194            ShapefileStore
1195            (Layer.BoundingBox, Layer.NumShapes, Layer.ShapeType)
1196            (Layer.Shape, Layer.ShapesInRegion): Simply delegate to the
1197            shapestore.
1198    
1199            * Thuban/UI/classifier.py, Thuban/UI/renderer.py,
1200            Thuban/UI/viewport.py: Import the SHAPETYPE_* constants from data
1201            instead of layer.
1202    
1203            * test/test_shapefilestore.py: New. Tests for ShapefileStore.
1204    
1205            * test/test_derivedshapestore.py: New. Tests for DerivedShapeStore.
1206    
1207            * test/test_layer.py: Import the SHAPETYPE_* constants from data
1208            instead of layer.
1209            (TestLayer.test_derived_store): Remove the test for the exception
1210            when instantiating the DerivedShapeStore with an incompatible
1211            table which is now in test_derivedshapestore.py. Add some more
1212            tests of the layer methods to determine whether they work for a
1213            DerivedShapeStore as well.
1214    
1215    2003-07-31  Jonathan Coles   <[email protected]>
1216    
1217            * Doc/manual/thuban-manual.xml: Fix the list of required packages
1218            by just listing the name and where they can be found.
1219    
1220    2003-07-31  Frank Koormann   <[email protected]>
1221    
1222            * Doc/manual/thuban-manual.xml:
1223            Changed the screenshot elements to figure.
1224            Changed some variablelist elements to itemizedlist.
1225            Added section on GDAL formats.
1226    
1227    2003-07-31  Jonathan Coles   <[email protected]>
1228    
1229            * Doc/manual/thuban-manual.xml: Added a few sentences about
1230            the Fix Border Color option when generating classes.
1231    
1232    2003-07-30  Jonathan Coles   <[email protected]>
1233    
1234            * Thuban/Model/classgen.py: Add docstrings. Rename specific
1235            Ramp instances to use lower_case_style.
1236    
1237            * Thuban/UI/classgen.py: Use renamed Ramp instances.
1238            
1239            * Thuban/UI/classifier.py: Add docstrings.
1240    
1241            * Thuban/UI/dock.py: Add docstrings.
1242    
1243            * test/test_classgen.py: Use renamed Ramp instances.
1244    
1245    2003-07-30  Bernhard Herzog  <[email protected]>
1246    
1247            * Thuban/Lib/connector.py (QueueingPublisher): Removed. This class
1248            was never used in Thuban.
1249    
1250    2003-07-30  Bernhard Herzog  <[email protected]>
1251    
1252            * Thuban/UI/join.py (JoinDialog.__init__): Use the table's Title()
1253            method directly instead of going through the transient_table
1254            method. This faster because transient_table may force the copy of
1255            a DBF file into the transient database and setting a table's title
1256            doesnm't affect the title of the associated transient table, so
1257            this fixes RT #2042
1258    
1259            * Thuban/UI/main.py (__version__): Don't import the already
1260            removed show_exception_dialog.
1261    
1262    2003-07-29  Jonathan Coles   <[email protected]>
1263    
1264            * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
1265            Put back this method and remove the equivalent function since we
1266            are setting the exception hook from within this class (OnInit).
1267    
1268    2003-07-29  Jonathan Coles   <[email protected]>
1269    
1270            * Doc/manual/images/5_2_custom_ramp.png,
1271            Doc/manual/images/5_2_quantiles.png,
1272            Doc/manual/images/5_2_uniform_dist.png,
1273            Doc/manual/images/5_2_unique_values.png,
1274            Doc/manual/images/8_int_error.png: New screen shots.
1275    
1276            * Doc/manual/thuban-manual.xml: Fixed typos and wording, clarified
1277            some points, and added more screen shots.
1278    
1279    2003-07-29  Bernhard Herzog  <[email protected]>
1280    
1281            * Thuban/Model/data.py: Remove the now unused import of warnings
1282    
1283    2003-07-29  Bernhard Herzog  <[email protected]>
1284    
1285            * Thuban/Model/data.py (SimpleStore): Removed. This class has been
1286            deprecated since before the 0.8 release and isn't used in Thuban
1287            itself anymore.
1288    
1289            * Thuban/Model/transientdb.py: Remove some unnecessary imports
1290    
1291    2003-07-29  Jonathan Coles   <[email protected]>
1292    
1293            * Thuban/UI/application.py (ThubanApplication.OnInit): set the
1294            python exception hook here so that we are sure to catch any
1295            Thuban exception that happen during initialization.
1296    
1297            * Thuban/UI/main.py (main): Don't set the exception hook here,
1298            it will get set in ThubanApplication.OnInit.
1299    
1300    2003-07-29  Jonathan Coles   <[email protected]>
1301                                                                                
1302            * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
1303            Removed and called it show_exception_dialog() so that the exception
1304            handler can be set before the class is created.
1305                                                                                
1306            * Thuban/UI/main.py (main): Install the exception handler before
1307            a ThubanApplication is created.
1308                                                                                    
1309    2003-07-29  Bernhard Herzog  <[email protected]>
1310    
1311            * po/it.po: New. Italian translation by Maurizio Napolitano
1312    
1313            * po/ru.po: New. Russian translation by Alex Shevlakov
1314    
1315    2003-07-29  Frank Koormann   <[email protected]>
1316    
1317            * Doc/manual/thuban-manual.xml: Extended section on supported
1318            projections.
1319            
1320    2003-07-29  Frank Koormann   <[email protected]>
1321    
1322            * Doc/manual/thuban-manual.xml: gaspell-checked.
1323    
1324    2003-07-29  Jonathan Coles   <[email protected]>
1325    
1326            * Doc/manual/images/3_5_legend.png: Added border to improve look
1327            on white background.
1328    
1329    2003-07-29  Jonathan Coles   <[email protected]>
1330    
1331            * Doc/manual/thuban-manual.xml: Fixed grammar and typos. Added
1332            descriptions for the legend toolbar.
1333    
1334            * Doc/manual/images/4_2_raster_layer_properties.png: Removed
1335            cursor from dialog box.
1336    
1337    2003-07-28  Jonathan Coles   <[email protected]>
1338    
1339            * Doc/manual/thuban-manual.xml: More screenshots and more chapters.
1340    
1341            * Doc/manual/images/2_4_session_tree.png,
1342            Doc/manual/images/3_5_legend.png, Doc/manual/images/3_rename_map.png,
1343            Doc/manual/images/4_2_layer_properties.png,
1344            Doc/manual/images/4_2_raster_layer_properties.png,
1345            Doc/manual/images/5_3_genclass.png,
1346            Doc/manual/images/5_classification.png,
1347            Doc/manual/images/6_projection.png,
1348            Doc/manual/images/7_1_table_view.png,
1349            Doc/manual/images/7_2_5_join.png: New screenshots.
1350    
1351    2003-07-24  Jonathan Coles   <[email protected]>
1352    
1353            * Doc/manual/thuban-manual.xml: Chapter on Projection Management.
1354    
1355    2003-07-24  Jonathan Coles   <[email protected]>
1356    
1357            * Doc/manual/thuban-manual.xml: Added EPS images and wrote
1358            chapter on Layer Management.
1359    
1360            * Doc/manual/Makefile: New. Makefile to generate all formats for the
1361            manual and images.
1362    
1363    2003-07-24  Bernhard Herzog  <[email protected]>
1364    
1365            * Thuban/Model/range.py, Thuban/version.py: Remove the #! line as
1366            it annoys lintian which warns about these files not being
1367            executable. The #1 isn't necessary here since if you absolutely
1368            must execute them you can always say "python <filename>".
1369    
1370            * Thuban/UI/renderer.py (ScreenRenderer.draw_shape_layer): Remove
1371            superfluous code to set brush and pen for point shapes
1372    
1373            * Thuban/UI/viewport.py: Remove commented out code that wouldn't
1374            belong in viewport anyway
1375    
1376    2003-07-24  Frank Koormann   <[email protected]>
1377    
1378            * Doc/manual/thuban-manual.xml: Added section on table management.
1379    
1380    2003-07-24  Bernhard Herzog  <[email protected]>
1381    
1382            * test/runtests.py (main): Recognize the long "verbose" option
1383            correctly.
1384    
1385    2003-07-22  Jonathan Coles   <[email protected]>
1386    
1387            * Doc/manual/thuban-manual.xml: Continue to write first revision
1388            of the manual.
1389    
1390            * Thuban/UI/renderer.py (MapRenderer.render_map): Wrap method
1391            with Begin/EndDrawing() calls to ensure we aren't doing to
1392            many updates to the dc during rendering.
1393            (ScreenRenderer.draw_shape_layer): self.draw_point_shape takes
1394            a pen and brush argument so they need to be passed to the function.
1395    
1396            * Thuban/UI/viewport.py (ViewPort.calc_min_max_scales): New.
1397            Calculates the minimum and maximum scale values. Factored out
1398            of set_view_transform so that it could be used to zoom all the
1399            way into a single point.
1400            (ViewPort.set_view_transform): Call calc_min_max_scales().
1401            (ViewPort.FitSelectedToWindow): Zoom to the maximum scale
1402            if only a single point is selected.
1403    
1404            * Doc/manual/images/1_2_legend_close.png,
1405            Doc/manual/images/1_2_legend_dock.png,
1406            Doc/manual/images/1_2_mainwindow.png,
1407            Doc/manual/images/1_2_mainwindow.ps,
1408            Doc/manual/images/1_2_mainwindow.sk,
1409            Doc/manual/images/3_2_fullextent.png,
1410            Doc/manual/images/3_2_fulllayerextent.png,
1411            Doc/manual/images/3_2_fullshapeextent.png,
1412            Doc/manual/images/3_2_pan.png,
1413            Doc/manual/images/3_2_zoomin.png,
1414            Doc/manual/images/3_2_zoomout.png,
1415            Doc/manual/images/3_3_identify.png,
1416            Doc/manual/images/3_3_label.png,
1417            Doc/manual/images/3_5_invisible.png,
1418            Doc/manual/images/3_5_movedown.png,
1419            Doc/manual/images/3_5_moveup.png,
1420            Doc/manual/images/3_5_props.png,
1421            Doc/manual/images/3_5_tobottom.png,
1422            Doc/manual/images/3_5_totop.png,
1423            Doc/manual/images/3_5_visible.png: New. Images for the documentation.
1424    
1425    2003-07-18  Bernhard Herzog  <[email protected]>
1426    
1427            * Thuban/UI/messages.py (MAP_REPLACED): New message.
1428    
1429            * Thuban/UI/viewport.py (ViewPort.SetMap): Issue MAP_REPLACED
1430            after the new map has been assigned
1431    
1432            * Thuban/UI/mainwindow.py (MainWindow.delegated_messages):
1433            Delegate MAP_REPLACED to the canvas too
1434            (MainWindow.prepare_new_session): Removed. Thanks to the new
1435            MAP_REPLACED message it's no longer needed
1436            (MainWindow.OpenSession, MainWindow.NewSession):
1437            prepare_new_session has been removed.
1438    
1439            * Thuban/UI/classifier.py (Classifier.__init__): Subscribe to
1440            MAP_REPLACED so that we can close the dialog if a new map is set.
1441            (Classifier.unsubscribe_messages): Unsubscribe from MAP_REPLACED
1442            (Classifier.map_replaced): Handle MAP_REPLACED by closing the
1443            dialog
1444    
1445            * test/test_viewport.py (SimpleViewPortTest)
1446            (SimpleViewPortTest.test_default_size): Add doc-strings
1447            (ViewPortTest.setUp): Bind map to self.map so we can use it in
1448            tests. Subscribe to MAP_REPLACED messages too.
1449            (ViewPortTest.tearDown): No need to explicitly unsubscribe
1450            (ViewPortTest.test_set_map): New test for the SetMap method.
1451    
1452    2003-07-18  Bernhard Herzog  <[email protected]>
1453    
1454            * test/test_viewport.py (SimpleViewPortTest.test_default_size):
1455            Move this test from ViewPortTest.setUp to this new separate test
1456            case. setUp is not the place for the actual tests.
1457            (ViewPortTest.test_inital_settings, ViewPortTest.setUp): Move some
1458            more of the test from setUp to the new test test_inital_settings.
1459            (ViewPortTest.test_win_to_proj, ViewPortTest.test_proj_to_win)
1460            (ViewPortTest.test_proj_conv): Split test_proj_conv into
1461            test_win_to_proj and test_proj_to_win and make the tests easier to
1462            understand
1463            (ViewPortTest.testFitRectToWindow, ViewPortTest.testZoomFactor)
1464            (ViewPortTest.testZoomOutToRect, ViewPortTest.testTranslate)
1465            (ViewPortTest.test_unprojected_rect_around_point)
1466            (ViewPortTest.test_find_shape_at, ViewPortTest.testTools):
1467            Reformat to increase readability.
1468    
1469    2003-07-18  Bernhard Herzog  <[email protected]>
1470    
1471            * Thuban/UI/view.py (MapCanvas.OnLeftDown): Capture the mouse.
1472    
1473    2003-07-18  Bernhard Herzog  <[email protected]>
1474    
1475            * test/runtests.py: The test suite can now be run without an X
1476            connection. To make sure this remains true, remove the DISPLAY
1477            environment variable so that an error occurs if the wxGTK is
1478            imported accidentally
1479    
1480    2003-07-18  Bernhard Herzog  <[email protected]>
1481    
1482            * Thuban/UI/viewport.py: Remove unused imports
1483    
1484            * Thuban/UI/view.py: Remove unused imports
1485    
1486    2003-07-18  Bernhard Herzog  <[email protected]>
1487    
1488            * test/test_export.py Remove unused imports. The OutputTransform
1489            function is now in viewport.py and is called output_transform
1490            (TestScalebar.test_output_transform)
1491            (TestScalebar.test_OutputTransform): Renamed to
1492            test_output_transform and updated to use output_transform instead
1493            of OutputTransform
1494    
1495            * Thuban/UI/view.py (OutputTransform): Moved to viewport.py and
1496            renamed.
1497            (MapCanvas.Export, MapPrintout.draw_on_dc): OutputTransform was
1498            renamed to output_transform
1499    
1500            * Thuban/UI/viewport.py (OutputTransform, output_transform):
1501            Rename to output_transform
1502    
1503    2003-07-18  Bernhard Herzog  <[email protected]>
1504    
1505            * Thuban/Model/layer.py (Layer.__init__): Rename
1506            classificationField to classificatin_column and init it here so
1507            that it can be used in SetClassificationColumn
1508            (Layer.GetClassificationColumn, Layer.GetClassificationField):
1509            Rename to GetClassificationColumn.
1510            (Layer.SetClassificationColumn, Layer.SetClassificationField):
1511            Rename to SetClassificationColumn and issue a LAYER_CHANGED
1512            message if the column changes.
1513            (Layer._classification_changed, Layer.ClassChanged): Rename to
1514            _classification_changed. Update the callers.
1515            (Layer.SetShapeStore): Further field->column renames.
1516    
1517            * Thuban/Model/load.py (SessionLoader.start_classification)
1518            (SessionLoader.start_clpoint): Updates because of
1519            field->column method name changes in the Layer class
1520    
1521            * Thuban/Model/save.py (SessionSaver.write_classification): Updates
1522            because of field->column method name changes in the Layer class
1523    
1524            * Thuban/UI/classifier.py (Classifier.__init__)
1525            (Classifier._OnTry, Classifier._OnRevert): Updates because of
1526            field->column method name changes in the Layer class
1527    
1528            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Updates
1529            because of field->column method name changes in the Layer class
1530    
1531            * Thuban/UI/viewport.py (ViewPort.find_shape_at): Updates because
1532            of field->column method name changes in the Layer class
1533    
1534            * test/test_save.py (SaveSessionTest.testClassifiedLayer)
1535            (SaveSessionTest.testClassifiedLayer): Update because of
1536            field->column method name changes in the Layer class
1537    
1538            * test/test_layer.py (SetShapeStoreTests.setUp)
1539            (SetShapeStoreTests.test_sanity): Update because of field->column
1540            method name changes in the Layer class
1541            (TestLayerModification.setUp): Subscribe to LAYER_CHANGED as well
1542            (TestLayerModification.test_sanity)
1543            (TestLayerModification.test_initial_settings): remove unsued code
1544            and rename to test_sanity.
1545            (TestLayerModification.test_set_classification): New test for
1546            SetClassification and SetClassificationField.
1547    
1548    2003-07-18  Bernhard Herzog  <[email protected]>
1549    
1550            * test/test_classgen.py (TestFixedRamp.test): Extend test to check
1551            the non-fixed values as well. The old test would have accepted a
1552            fixed ramp that only returnes the fixed properties
1553    
1554    2003-07-17  Jonathan Coles   <[email protected]>
1555    
1556            * Doc/manual/mainwindow.png, Doc/manual/mainwindow.xcf: Screen
1557            shots for the manual. The XCF file is the source image and
1558            has additional layers to support changes.
1559    
1560            * Doc/manual/thuban-manual.xml: Wrote an initial Introduction.
1561    
1562            * Thuban/UI/classifier.py (Classifier.__BuildClassification):
1563            Return both the new class and the field name.
1564    
1565            * Thuban/UI/mainwindow.py (MainWindow.ToggleLegend): Don't
1566            fit the map to the window as this changes any zoom level that
1567            the user may have set.
1568    
1569    2003-07-16  Jonathan Coles   <[email protected]>
1570    
1571            * Thuban/Model/classgen.py (generate_singletons,
1572            generate_uniform_distribution, generate_quantiles): Remove
1573            fixes parameter, but maintain the same functionality by having
1574            the calling function pass a FixedRamp object for the ramp.
1575            (FixedRamp): New. Adapts a ramp to have fixed property values.
1576    
1577            * Thuban/Model/classification.py: Use new CLASS_CHANGED message.
1578            (Classification): Inherit from Publisher.
1579            (Classification.__init__): Remove the layer parameter.
1580            Classifications no longer need to have a parent layer.
1581            (Classification.GetField, Classification.GetFieldType,
1582            Classification.SetFieldInfo): Removed. The field name is stored
1583            in the layer, and the type can be retreived by calling
1584            Layer.GetFieldType().
1585            (Classification._set_layer, Classification.GetLayer): Removed.
1586            Classifications no longer have a parent layer.
1587    
1588            * Thuban/Model/layer.py (Layer.Destroy): Unsubscribe from the
1589            classification.
1590            (Layer.SetShapeStore): Reset the classification first while
1591            we still have the old shape store to work with.
1592            (Layer.GetClassificationField, Layer.SetClassificationField):
1593            New. Method for getting/setting the field to classify on.
1594            (Layer.SetClassification): Simplified now that the layer
1595            simply has to hold a reference to the classification and not
1596            tell the classification who owns it.
1597            Fixes RTbug #2023.
1598    
1599            * Thuban/Model/load.py (SessionLoader.start_classification):
1600            Set the field name on the layer, not the classification.
1601    
1602            * Thuban/Model/messages.py: Add CLASS_CHANGED for when a
1603            classification is modified.
1604    
1605            * Thuban/Model/save.py (SessionSaver.write_classification):
1606            Get the field name and type from the layer.
1607    
1608            * Thuban/Model/table.py (table_to_dbf, table_to_csv): Renamed
1609            parameter records to rows and add docstring. Fixes RTbug #1997.
1610    
1611            * Thuban/UI/classgen.py (ClassGenDialog.OnOK): Use a fixed
1612            ramp when we need to fix certain values of a ramp rather than
1613            using the old fixes parameter. Fixes RTbug #2024.
1614    
1615            * Thuban/UI/classifier.py (ClassGrid.CreateTable): Add fieldType
1616            parameter.
1617            (ClassTable.Reset): Add fieldType parameter and use it, rather
1618            than asking the classification.
1619            (Classifier.__init__): Remember the original class's field
1620            and ask the layer for the field type, rather than the classification.
1621            (Classifier.__SetGridTable): Retrieve the field and field type
1622            for the table because they are not in the classification.
1623            (Classifier._OnTry, Classifier._OnRevert): Set the classification
1624            field on the layer in addition to the classification itself.
1625    
1626            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Get the
1627            classification field from layer.
1628    
1629            * Thuban/UI/viewport.py (ViewPort.find_shape_at): Get the
1630            classification field from layer. Split up tests and remove
1631            *-imports. Fixes RTbug #1992.
1632    
1633            * test/test_classgen.py (TestFixedRamp): Test for the FixedRamp class.
1634    
1635            * test/test_classification.py
1636            (TestClassification.test_classification): Remove tests for methods
1637            that no longer exist.
1638    
1639            * test/test_layer.py (SetShapeStoreTests.setUp): Classification
1640            __init__ no longer has a field parameter, use SetClassificationField.
1641            (SetShapeStoreTests.test_sanity): Use layer object to get class
1642            field info.
1643    
1644            * test/test_save.py (SaveSessionTest.testClassifiedLayer): Use
1645            SetClassificationField on layer to set class field info.
1646    
1647            * test/test_viewport.py: Renamed from test/test_view.py.
1648    
1649    2003-07-16  Jan-Oliver Wagner <[email protected]>
1650    
1651            * Doc/manual/thuban-manual.xml: Added authors and an initial
1652            coarse structure.
1653    
1654    2003-07-15  Bernhard Herzog  <[email protected]>
1655    
1656            * test/support.py (FloatComparisonMixin): This is a mix-in class
1657            and therefore should not be derived from any other class.
1658    
1659            * test/test_range.py (RangeTest): FloatComparisonMixin is a
1660            mix-in, so derive from TestCase as well.
1661    
1662    2003-07-15  Bernhard Herzog  <[email protected]>
1663    
1664            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Rework the
1665            draw_func handling a bit to remove one layer of indirection. This
1666            makes the renderer about 10% faster in the non-classifying case
1667            and the code a bit cleaner
1668            (MapRenderer.draw_point_shape): Add the pen and brush parameters
1669            and set them in the dc. Now the draw_point_shape method and
1670            wxproj's draw_polygon_shape function have basically the same
1671            signature so that both can be directly used as draw_func
1672    
1673    2003-07-15  Bernhard Herzog  <[email protected]>
1674    
1675            * Thuban/Model/save.py (SessionSaver.write_classification): Encode
1676            string values (in addition to the labels) as UTF 8
1677    
1678            * Thuban/Model/load.py (SessionLoader.start_clpoint): Decode the
1679            values if the field type is string
1680    
1681            * test/test_save.py (SaveSessionTest.testClassifiedLayer): Test
1682            saving a session with non-ascii string classification values.
1683    
1684            * test/test_load.py (TestClassification.file_contents)
1685            (TestClassification.test): Check for non-ascii values in string
1686            classifications
1687    
1688    2003-07-14  Jonathan Coles   <[email protected]>
1689    
1690            * test/test_view.py: New. Tests for ViewPort.
1691    
1692    2003-07-14  Frank Koormann   <[email protected]>
1693    
1694            * Thuban/Model/load.py (SessionLoader.start_map): Encode map
1695            title to latin1.  Fixes https://intevation.de/rt/webrt?serial_num=2013
1696    
1697            * test/test_load_0_8.py (TestUnicodeStrings): New, test load of
1698            unicode strings from session file: session title, map title and
1699            projection name.
1700            
1701    2003-07-10  Jonathan Coles   <[email protected]>
1702    
1703            * Thuban/UI/viewport.py (Tool.MouseUp): Should have called
1704            drag_stop, not drag_move when the mouse is released.
1705    
1706    2003-07-10  Jonathan Coles   <[email protected]>
1707    
1708            The most important part of this is the seperation of view.py into
1709            two pieces. viewport.py now has a class called ViewPort which
1710            contains all the non-wx parts of view.py and can therefore be
1711            tested. view.py contains only the wx-specific parts and is fairly
1712            simple.
1713    
1714            * Thuban/UI/view.py: Stripped out all non-wx functionality. Fixes
1715            RTTbug #1992.
1716            * Thuban/UI/viewport.py: New. Contains non-wx view functionality.
1717            RTTbug #1992.
1718    
1719            * Thuban/Model/classgen.py (generate_singletons,
1720            generate_uniform_distribution, generate_quantiles):
1721            Added 'fixes' parameter so that property attributes can
1722            be held constant over the generated classification groups.
1723            (CustomRamp.GetProperties): Remove unused variables.
1724    
1725            * Thuban/Model/map.py (Map.SetProjection): Send the old
1726            projection as an argument to listeners of the MAP_PROJECTION_CHANGED
1727            event.
1728    
1729            * Thuban/Model/table.py (table_to_dbf, table_to_csv): Added 'records'
1730            parameter which is a list of records that restricts which
1731            records are saved. Fixes RTbug #1997.
1732    
1733            * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
1734            Port exception dialog from GREAT-ER. Fixes RTbug #1993.
1735    
1736            * Thuban/UI/classgen.py (ClassGenDialog.__init__): Add controls
1737            to allow the user to fix line color/width on generated groups.
1738            (ClassGenDialog.OnOK): Use new 'fixes' parameter of the generate_*
1739            functions to optionally fix group properties.
1740    
1741            * Thuban/UI/main.py (main): Set exception hook to the
1742            ShowExceptionDialog. Fixes RTbug #1993.
1743    
1744            * Thuban/UI/mainwindow.py (MainWindow.ShowTableView): Raise
1745            the table window when it is selectd to be shown.
1746    
1747            * Thuban/UI/tableview.py (QueryTableFrame.__init__): Add an
1748            Export Selection button and move the export buttons underneath
1749            the table.
1750            (QueryTableFrame.UpdateStatusText): Added event argument so
1751            that it can respond to grid selection events. The status text
1752            is now updated even when the table is not associated with a
1753            layer as was previously assumed.
1754            (QueryTableFrame.OnGridSelectRange, OnGridSelectCell): Removed.
1755            UpdateStatusText responds to these events.
1756            (QueryTableFrame.OnSaveAs): Renamed to doExport.
1757            (QueryTableFrame.doExport): Helper function that saves the
1758            entire table, or selected rows, to a file.
1759            (QueryTableFrame.OnExport, QueryTableFrame.OnExportSel): New.
1760            Respond to export button events and call doExport.
1761    
1762            * extensions/thuban/gdalwarp.cpp (ProjectRasterFile): Make sure
1763            the function doesn't return NULL without first setting a Python
1764            Error.
1765    
1766            * test/runtests.py (main): Only print "Unknown option" for
1767            unsupported options.
1768    
1769            * test/support.py (FloatComparisonMixin.assertFloatEqual): Take
1770            optional epsilon argument to specify floating point accuracy.
1771            (FloatComparisonMixin.assertFloatSeqEqual): Call assertFloatEqual
1772            for each item test.
1773    
1774            * test/test_csv_table.py (TestCSVTable.test_table_to_cvs): Add
1775            tests for saving selected records.
1776    
1777            * test/test_dbf_table.py (TestTableToDBF.test_table_to_dbf): Add
1778            tests for saving selected records.
1779    
1780            * test/test_map.py (TestMapWithContents.test_set_projection):
1781            MAP_PROJECTION_CHANGED events send the old projection.
1782    
1783            * test/test_session.py
1784            (TestSessionWithContent.test_forward_map_projection):
1785            MAP_PROJECTION_CHANGED events send the old projection.
1786    
1787            * test/test_table.py (TableTest): Update tests to use non-deprecated
1788            functions.
1789    
1790    2003-07-08  Bernhard Herzog  <[email protected]>
1791    
1792            * Thuban/Model/transientdb.py (TransientTableBase.Width): The type
1793            constants in the column objects are the standard ones defined in
1794            the table module.
1795    
1796            * test/test_transientdb.py
1797            (TestTransientTable.test_transienttable_to_dbf): New. Test whether
1798            exporting transient tables as DBF works. This should catch the bug
1799            just fixed in TransientTableBase.Width.
1800    
1801    2003-07-08  Bernhard Herzog  <[email protected]>
1802    
1803            * Thuban/Model/classgen.py (CustomRamp.GetProperties): Compute the
1804            interpolated colors correctly.
1805    
1806            * test/test_classgen.py (TestCustomRamp.test_color_interpolation):
1807            New. Test case for the fix in classgen.py
1808    
1809    2003-07-08  Bernhard Herzog  <[email protected]>
1810    
1811            * test/runtests.py (main): Make the default output less verbose
1812            and add a verbosity option (-v) to get the old output
1813    
1814    2003-07-08  Bernhard Herzog  <[email protected]>
1815    
1816            * Resources/XML/thuban-0.9.dtd: New. This will become the DTD for
1817            0.9.
1818    
1819            * Thuban/Model/transientdb.py (TransientJoinedTable.JoinType):
1820            New. Return the join type
1821    
1822            * Thuban/Model/save.py (SessionSaver.write_session): Use new 0.9
1823            DTD
1824            (SessionSaver.write_data_containers): Save the join type for
1825            joined tables
1826    
1827            * Thuban/Model/load.py (SessionLoader.__init__): Add the new 0.9
1828            namespace
1829            (SessionLoader.start_jointable): Handle the jointype attribute
1830    
1831            * test/test_load_0_8.py: New. Effectively a copy of test_load.py
1832            as of Thuban 0.8. These are now tests to determine whether Thuban
1833            can still read files generated by Thuban 0.8
1834    
1835            * test/test_load.py (LoadSessionTest.dtd)
1836            (TestSingleLayer.file_contents)
1837            (TestLayerVisibility.file_contents, TestLabels.file_contents)
1838            (TestLayerProjection.file_contents)
1839            (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
1840            (TestJoinedTable.file_contents)
1841            (TestLoadError.file_contents): Update for new DTD
1842            (TestJoinedTable.file_contents, TestJoinedTable.setUp): Add test
1843            for new join type attribute
1844    
1845            * test/test_save.py (SaveSessionTest.dtd)
1846            (SaveSessionTest.testEmptySession)
1847            (SaveSessionTest.testSingleLayer)
1848            (SaveSessionTest.testLayerProjection)
1849            (SaveSessionTest.testRasterLayer)
1850            (SaveSessionTest.testClassifiedLayer)
1851            (SaveSessionTest.test_dbf_table)
1852            (SaveSessionTest.test_joined_table): Update for new DTD
1853            (SaveSessionTest.test_joined_table): Add test for new join type
1854            attribute
1855    
1856    2003-07-04  Bernhard Herzog  <[email protected]>
1857    
1858            * Thuban/Model/table.py (_find_dbf_column_names): New. Helper
1859            function for table_to_dbf
1860            (table_to_dbf): Deal with names longer than the 10 character limit
1861    
1862            * test/test_dbf_table.py (TestTableToDBF.test_table_to_dbf): Add
1863            doc-string
1864            (TestTableToDBF.test_table_to_dbf_long_col_names): New test for
1865            long column names
1866    
1867    2003-07-03  Bernhard Herzog  <[email protected]>
1868    
1869            * Doc/manual/thuban-manual.xml: Fix the CVS Revision Tag syntax
1870    
1871    2003-07-03  Bernhard Herzog  <[email protected]>
1872    
1873            * Doc/manual/thuban-manual.xml, Doc/manual/README: New. Skeleton
1874            for the Thuban manual and README with some basic information about
1875            the manual
1876    
1877    2003-07-03  Bernhard Herzog  <[email protected]>
1878    
1879            * Thuban/Model/transientdb.py (TransientJoinedTable.__init__):
1880            Update doc-string
1881            (TransientJoinedTable.create): Do not modify the column objects of
1882            the input tables in place and copy all columns of the input tables
1883            into the joined table after all.
1884    
1885            * test/test_transientdb.py
1886            (TestTransientTable.test_transient_joined_table_same_column_name):
1887            Update to reflect the new behavior
1888            (TestTransientTable.test_transient_joined_table_with_equal_column_names):
1889            Update to reflect the new behavior
1890            (TestTransientTable.test_transient_joined_table_name_collisions_dont_modify_in_place):
1891            New test case for a bug which modified the column objects in place
1892    
1893    2003-07-02  Jonathan Coles   <[email protected]>
1894    
1895            * Thuban/Model/classgen.py (generate_singletons,
1896            generate_uniform_distribution, generate_quantiles,
1897            GenQuantiles0): Make sure maxValue isn't less than
1898            one, otherwise we could divide by zero.
1899    
1900            * test/test_classgen.py (ClassGenTest.doClassRangeTest,
1901            ClassGenTest.doClassSingleTest): Call doBoundsTest to
1902            check the end classification groups against the
1903            proper property values.
1904            (ClassGenTest.doBoundsTest): New. Checks the first and
1905            last classification groups to make sure their properties
1906            are the correct upper and lower bounds for a color ramp.
1907    
1908    2003-07-02  Jonathan Coles   <[email protected]>
1909    
1910            * Thuban/Model/classgen.py (generate_singletons,
1911            generate_uniform_distribution, generate_quantiles,
1912            GenQuantiles0): The denominator was one to high when
1913            calculating the index for the ramp causing the index
1914            to never to reach one.
1915    
1916    2003-07-02  Jonathan Coles   <[email protected]>
1917    
1918            Changed the singature of ClassGroupRange.__init__ and
1919            ClassGroupRange.SetRange() so that the min/max values are
1920            passed as a tuple. This makes a better calling scheme for
1921            when a Range object is passed instead.
1922    
1923            * Thuban/Model/classgen.py: Fixed parameters to
1924            ClassGroupRange constructor.
1925    
1926            * Thuban/Model/classification.py (ClassGroupRange.__init__):
1927            Consolidate the min/max parameters into a single _range which
1928            can either be a tuple or a Range object.
1929            (ClassGroupRange.SetRange): Consolidate the min/max parameters
1930            into a single _range which can either be a tuple or a Range object.
1931    
1932            * Thuban/Model/load.py (SessionLoader.start_clrange): Fix
1933            call to ClassGroupRange constructor to use a tuple.
1934    
1935            * Thuban/Model/layer.py (Layer.SetClassification): Switch
1936            the classification instance variable to the new class
1937            before calling _set_layer otherwise subscribers to a
1938            LAYER_CHANGED event will not see any difference.
1939    
1940            * test/test_classification.py: Fix tests of ClassGroupRange
1941            so that they use the new signature.
1942    
1943            * test/test_load.py: Fix use of ClassGroupRange so that it
1944            uses the new signature.
1945    
1946            * test/test_load_0_2.py: Fix use of ClassGroupRange so that it
1947            uses the new signature.
1948    
1949            * test/test_save.py: Fix use of ClassGroupRange so that it
1950            uses the new signature.
1951    
1952    
1953    2003-07-01  Jonathan Coles   <[email protected]>
1954    
1955            * Thuban/Model/classgen.py: Fixes RTbug #1972, 1971.
1956            Import used objects/class from color.
1957            (generate_singletons): We don't
1958            need the numGroups parameter anymore because we are using
1959            the new ramps with GetProperties().
1960            (generate_uniform_distribution): Use new ramp method
1961            GetProperties().
1962            (generate_quantiles, GenQuantiles0): Use new ramp method
1963            GetProperties().
1964            (CustomRamp.SetNumGroups): Removed. The ramps now map
1965            a value from 0 to 1 to class properties so the number
1966            of groups is not needed ahead of time.
1967            (CustomRamp.next): Removed. CustomRamp does not support
1968            interation anymore.
1969            (CustomRamp.GetProperties): Returns a ClassGroupProperties
1970            object based on the index value from 0 to 1 that is
1971            passed to it.
1972            (GreyRamp, RedRamp, GreenRamp, BlueRamp, GreenToRedRamp):
1973            Made into instances of Monochromatic class instread of
1974            deriving from it.
1975            (HotToCold.SetNumGroups): Removed. See CustomRamp.
1976            (HotToCold.next): Removed. See CustomRamp.
1977    
1978            * Thuban/Model/classification.py: Fixes RTbug #1973, 1971.
1979            (Classification.SetField, Classification.SetFieldType):
1980            Replaced with SetFieldInfo.
1981            (Classification.SetFieldInfo): New. Does a better job of
1982            what SetField and SetFieldType used to do by combining
1983            their function since they should really always be done
1984            at the same time.
1985            (Classification.SetLayer): Renamed to _set_layer.
1986            (Classification._set_layer): Should only be called from
1987            Layer's SetClassification. This does not cause a recursive
1988            call as SetLayer did because we know that Layer knows about
1989            the classification.
1990    
1991            * Thuban/Model/color.py: Fixes RTbug #1971.
1992            (_Transparent): Renamed from Transparent so it doesn't
1993            conflict with the module variable.
1994            (Transparent, Black): Renamed from Color.Transparent,
1995            Color.Black so they are not class variables.
1996    
1997            * Thuban/Model/layer.py: Fixes RTbug #1971, 1973.
1998            (Layer.Destroy): We don't need to call SetClassification
1999            anymore to clear out the back reference in the classifcation
2000            to the layer. It's better to set it to None using _set_layer,
2001            and we won't be creating another clas object too.
2002            (Layer.SetClassification): Classification._set_layer is not
2003            recursive so remove all the locking variables. Also clean
2004            up the code so that it remains unchanged if something fails.
2005    
2006            * Thuban/Model/load.py: Fixes RTbug #1971.
2007            (SessionLoader.start_classification): Call
2008            Classification.SetFieldInfo().
2009    
2010            * Thuban/Model/save.py: Removed import of Color which wasn't
2011            being used.
2012    
2013            * Thuban/UI/classgen.py: Fixes RTbug #1972.
2014            (ClassGenDialog.__init__): Color ramps are now instances
2015            already so we don't need to create any new objects.
2016            (ClassGenDialog.OnOK): Check for numGroups is no longer
2017            necessary because we never use it.
2018    
2019            * Thuban/UI/classifier.py: Fixes RTbug #1971.
2020            (Classifier.__BuildClassification, Classifier.__SetGridTable):
2021            Call Classification.SetFieldInfo() instead of SetFieldType.
2022    
2023            * Thuban/UI/renderer.py: Fixes RTbug #1971.
2024    
2025            * Thuban/UI/view.py: Fixes RTbug #1974, 1971.
2026            (MapCanvas.__init__): Subscribe to the idle time event. Set
2027            background color to white.
2028            (MapCanvas.OnPaint): Set a flag indicating that we should
2029            render the map during idle time. If we already have a bitmap
2030            just draw it now.
2031            (MapCanvas.OnIdle): New. Render the map only during idle time.
2032            This also fixes a problem with the busy cursor under gtk.
2033    
2034            * test/test_classgen.py (ClassGenTest.test_generate_singletons):
2035            Fix calls to generate_singletons because the signature changed.
2036    
2037            * test/test_classification.py: Fix color references and
2038            change calls to Classification.[SetField|SetFieldType] to
2039            SetFieldInfo.
2040    
2041            * test/test_load.py: Fix color references.
2042    
2043            * test/test_load_0_2.py: Fix color references.
2044    
2045            * test/test_save.py (SaveSessionTest.testClassifiedLayer):
2046            Change calls to Classification.[SetField|SetFieldType] to
2047            SetFieldInfo.
2048    
2049    2003-07-01  Frank Koormann   <[email protected]>
2050    
2051            MERGE from the greater-ms3 branch.
2052    
2053            * test/test_transientdb.py
2054            (TestTransientTable.test_transient_joined_table_with_equal_column_names):
2055            New. Test join of two tables with partly equal column names.
2056    
2057            * Thuban/Model/transientdb.py (TransientJoinedTable.create):
2058            If duplicates in left and right tables column names are found,
2059            append '_' (underscores) to the name until it is unique.
2060            Create always new internal names for the resulting table and reference
2061            columns in the join statement with <table>.<column>
2062    
2063    2003-07-01  Bernhard Herzog  <[email protected]>
2064    
2065            * test/test_transientdb.py
2066            (TestTransientTable.test_transient_joined_table_same_column_name):
2067            New. Test whether joining on columns with the same names in both
2068            tables works.
2069            
2070            * Thuban/Model/transientdb.py (TransientJoinedTable.create): Make
2071            sure to use the right internal names even when joining on field
2072            with the same names in both tables. Also, detect duplicate names
2073            in the joined table correctly.
2074    
2075    2003-07-01  Frank Koormann   <[email protected]>
2076    
2077            * Thuban/UI/renderer.py (ExportRenderer.render_legend):
2078            Reverse List of layers to render in same order as in desktop legend.
2079    
2080    2003-06-30  Jonathan Coles   <[email protected]>
2081    
2082            * Thuban/version.py (make_tuple): Takes a version string
2083            and splits it into a tuple of at most three integers.
2084            Used make_tuple() to make tuple versions of the version
2085            numbers.
2086    
2087            * Thuban/UI/about.py: Add Thuban email addresses.
2088    
2089    2003-06-30  Jonathan Coles   <[email protected]>
2090    
2091            * Thuban/version.py: SQLite/PySQLite version dependencies
2092            were too high.
2093    
2094    2003-06-30  Jonathan Coles   <[email protected]>
2095    
2096            * Thuban/version.py: Update version to 0.8.1
2097            
2098            * MANIFEST.in: Added Projections so that default.proj is
2099            included.
2100    
2101    2003-06-26  Jonathan Coles   <[email protected]>
2102    
2103            New About box with lots more information including library
2104            versions and credits. More/better version checking before
2105            Thuban starts.
2106    
2107            * Thuban/UI/about.py: New. New About box that displays
2108            library version information and credits.
2109    
2110            * Thuban/version.py: Added new 'versions' dictionary which
2111            contains the verions of various libraries which are checked
2112            when the module loads.
2113            (verify_versions): Check all version numbers and returns
2114            a list of errors.
2115    
2116            * Thuban/UI/classifier.py (Classifier.__EnableButtons):
2117            Reset the status of the buttons as the situation warrants,
2118            but in a better more reliable way by not relying on the
2119            current status to determine what needs to change.
2120    
2121            * Thuban/UI/main.py (wxCHECK_VERSION): Removed. Not needed.
2122            (verify_versions): Remove most of the code since it is
2123            now in Thuban.version.verify_versions.o
2124    
2125            * Thuban/UI/mainwindow.py (MainWindow.About): Call new
2126            About box in Thuban.UI.about.
2127    
2128            * extensions/thuban/gdalwarp.cpp (get_gdal_version): New.
2129            Returns the version of gdal library being used as a string.
2130    
2131            * extensions/thuban/wxproj.cpp (check_version, check_version_gtk):
2132            Removed.
2133            (get_proj_version): Return the version of PROJ that the file
2134            was compiled with.
2135            (get_gtk_version): Return th version of GTK that the file
2136            was compiled with.
2137    
2138    2003-06-25  Jonathan Coles   <[email protected]>
2139    
2140            * Thuban/UI/classifier.py (Classifier.EditSymbol): The parent
2141            of the SelectPropertiesDialog should be self so the window
2142            appears on top.
2143            (ClassGroupPropertiesCtrl.DoEdit): The parent
2144            of the SelectPropertiesDialog should be self so the window
2145            appears on top.
2146    
2147            * Thuban/UI/resource.py: Cleaned up how we determine file
2148            extensions.
2149            (GetImageResource): Return an wxImage from our Resources.
2150    
2151    2003-06-24  Jonathan Coles   <[email protected]>
2152    
2153            * Thuban/UI/renderer.py (ExportRenderer.render_legend):
2154            Check that a layer has a classification before trying
2155            to get it. Raster layers don't have classifications.
2156    
2157    2003-06-23  Jonathan Coles   <[email protected]>
2158            
2159            * setup.py: Add Resources/XML to resource list.
2160        
2161    2003-06-23  Jonathan Coles   <[email protected]>
2162    
2163            * setup.cfg: Fix copyright dates
2164        
2165    2003-06-23  Jonathan Coles   <[email protected]>
2166    
2167            * MANIFEST.in: Update with Resources/XML
2168    
2169            * setup.py: Don't include Locale resources yet as we don't
2170            have any and it causes problems building the distribution
2171            for Windows. Update version to 0.8.0.
2172    
2173            * Doc/thuban.dtd: Removed since it is now in Resources/XML.
2174    
2175            * Thuban/UI/mainwindow.py: Add blank line at the end because
2176            file was not being read correctly building the Windows
2177            distribution.
2178    
2179    2003-06-23  Jonathan Coles   <[email protected]>
2180    
2181            * Thuban/UI/mainwindow.py (MainWindow.About): Fix text.
2182    
2183            * Thuban/version.py: Temporarily update longversion for
2184            the 0.8 release so that it doesn't have the cvs revision.
2185    
2186    2003-06-23  Jonathan Coles   <[email protected]>
2187    
2188            * Thuban/UI/common.py (ThubanBeginBusyCursor): Call wxSafeYield
2189            to make sure that we don't create reentrant possibilities with
2190            wxYield.
2191    
2192            * Thuban/UI/view.py (MapCanvas.OnPaint): Call wxBeginBusyCursor()
2193            directly to avoid the wxSafeYield() call which generates an
2194            OnPaint event causing infinite recursion. Don't try to catch
2195            exception anymore. This was for before there were limits on map
2196            scaling.
2197    
2198    2003-06-23  Bernhard Herzog  <[email protected]>
2199    
2200            Bug fix for RT #1961:
2201    
2202            * Thuban/Model/load.py (SessionLoader.start_derivedshapesource):
2203            Register DerivedShapestores with the session
2204    
2205            * Thuban/Model/session.py (Session.Tables): Make sure each table
2206            is only listed once.
2207    
2208            * test/test_load.py (TestJoinedTable.test): Add check_format call.
2209            Update file contents to match the one written out.
2210    
2211    2003-06-20  Bernhard Herzog  <[email protected]>
2212    
2213            * test/xmlsupport.py (SaxEventLister.startElementNS)
2214            (SaxEventLister.endElementNS): Do not include the qname. Python
2215            2.2.1 and 2.2.2 and 2.2.3 differ in this regard. In 2.2.1 qname it
2216            is (presumably incorrectly) None, whereas it's a string with the
2217            element name in the later versions.
2218    
2219            * test/test_xmlsupport.py (TestEventList.test_even_list_simple)
2220            (TestEventList.test_even_list_namespace): Update tests to reflect
2221            the new behaviour
2222            (TestEventList.test_even_list_id_normalization): Fix doc-string
2223    
2224    2003-06-20  Jonathan Coles   <[email protected]>
2225    
2226            * Thuban/Model/layer.py (BaseLayer.HasShapes): New. Overridden
2227            by deriving classes to determine if that layer supports shapes.
2228            (Layer): Override HasShapes and return true.
2229    
2230            * Thuban/UI/classgen.py: Use Thuban[Begin|End]BusyCursor()
2231            instead of a direct call to wx[Begin|End]CusyCursor().
2232            (GenUniquePanel._OnRetrieve): Set busy cursor while retrieving
2233            table data.
2234    
2235            * Thuban/UI/common.py (ThubanBeginBusyCursor, ThubanEndBusyCursor):
2236            New. Wrappers around the wxWindows functions that allow us to
2237            make additional calls such as wxYield which gives the native
2238            system a chance to update the cursor correctly.
2239    
2240            * Thuban/UI/tableview.py: Use Thuban[Begin|End]BusyCursor()
2241            instead of a direct call to wx[Begin|End]CusyCursor().
2242    
2243            * Thuban/UI/view.py: Use Thuban[Begin|End]BusyCursor()
2244            instead of a direct call to wx[Begin|End]CusyCursor().
2245            (MapCanvas.find_shape_at): Check if the current search layer
2246            support shapes, otherwise go on to the next layer.
2247    
2248            * test/test_layer.py: Add tests in each type of layer for
2249            HasClassification() and HasShapes()
2250    
2251    2003-06-20  Jonathan Coles   <[email protected]>
2252    
2253            * Thuban/UI/view.py (MapCanvas.OnPaint): Call wxYield after
2254            turning on the busy cursor to allow the system to change the
2255            cursor before we begin painting. This fixes a problem that
2256            was occuring only under GTK. Fixes RTbug #1840.
2257    
2258    2003-06-20  Bernhard Herzog  <[email protected]>
2259    
2260            * Resources/XML/thuban-0.8.dtd: New DTD for the new file format
2261            version.
2262    
2263            * Thuban/Model/save.py (sort_data_stores): New. Make topological
2264            sort of the data sources so they can be written with sources that
2265            data sources that depend on other data sources come after the
2266            sources they depend on.
2267            (SessionSaver.__init__): Add idmap instance variable to map from
2268            objects to the ids used in the file.
2269            (SessionSaver.get_id, SessionSaver.define_id)
2270            (SessionSaver.has_id): New. Methods to manage the idmap
2271            (SessionSaver.write): Use thuban-0.8.dtd
2272            (SessionSaver.write_session): Add a namespace on the session and
2273            write out the data sources before the maps.
2274            (SessionSaver.write_data_containers): New. Write the data
2275            containers.
2276            (SessionSaver.write_layer): Layer elements now refer to a
2277            shapestore and don't contain filenames anymore.
2278    
2279            * Thuban/Model/load.py (LoadError): Exception class to raise when
2280            errors in the files are discovered
2281            (SessionLoader.__init__): Define dispatchers for elements with a
2282            thuban-0.8 namespace too.
2283            (SessionLoader.check_attrs): New helper method to check and
2284            convert attributes
2285            (AttrDesc): New. Helper class for SessionLoader.check_attrs
2286            (SessionLoader.start_fileshapesource)
2287            (SessionLoader.start_derivedshapesource)
2288            (SessionLoader.start_filetable, SessionLoader.start_jointable):
2289            Handlers for the new elements in the new fileformat
2290            (SessionLoader.start_layer): Handle the shapestore attribute in
2291            addition to filename.
2292            (SessionLoader.start_table, SessionLoader.end_table): Removed.
2293            They were never used in the old formats and aren't needed for the
2294            new.
2295    
2296            * Thuban/Model/session.py (Session.DataContainers): New method to
2297            return all "data containers", i.e. shapestores and tables
2298    
2299            * test/xmlsupport.py (SaxEventLister.__init__)
2300            (SaxEventLister.startElementNS, sax_eventlist): Add support to
2301            normalize IDs.
2302    
2303            * test/test_xmlsupport.py
2304            (TestEventList.test_even_list_id_normalization): New test case for
2305            id normalization
2306    
2307            * test/test_load.py (LoadSessionTest.check_format): Use ID
2308            normalization
2309            (LoadSessionTest.thubanids, LoadSessionTest.thubanidrefs): New
2310            class atrributes used for ID normalization
2311            (TestSingleLayer, TestLayerVisibility, TestLabels.test)
2312            (TestLayerProjection.test, TestRasterLayer.test): Adapt to new
2313            file format
2314            (TestJoinedTable): New test for loading sessions with joined
2315            tables.
2316            (TestLoadError): New. Test whether missing required attributes
2317            cause a LoadError.
2318    
2319            * test/test_save.py (SaveSessionTest.thubanids)
2320            (SaveSessionTest.thubanidrefs): New class attributes for ID
2321            normalization in .thuban files.
2322            (SaveSessionTest.compare_xml): Use id-normalization.
2323            (SaveSessionTest.testEmptySession)
2324            (SaveSessionTest.testLayerProjection)
2325            (SaveSessionTest.testRasterLayer)
2326            (SaveSessionTest.testClassifiedLayer): Adapt to new file format.
2327            (SaveSessionTest.testLayerProjection): The filename used was the
2328            same as for testSingleLayer. Use a different one.
2329            (SaveSessionTest.test_dbf_table)
2330            (SaveSessionTest.test_joined_table): New test cases for saving the
2331            new data sources structures.
2332            (TestStoreSort, MockDataStore): Classes to test the sorting of the
2333            data stores for writing.
2334    
2335            * test/runtests.py: Add CVS keywords
2336    
2337    2003-06-20  Jonathan Coles   <[email protected]>
2338    
2339            * test/test_session.py
2340            (UnreferencedTablesTests.test_unreferenced_tables_with_joins):
2341            Use the cultural_landmark-point.dbf file for the store so that
2342            the table rows and shape count match.
2343    
2344    2003-06-20  Jonathan Coles   <[email protected]>
2345    
2346            * Thuban/Model/data.py (DerivedShapeStore.__init__): Raise
2347            an exception if the number of shapes is different from the
2348            number of rows in the table. Address RTbug #1933.
2349    
2350            * test/test_layer.py (TestLayer.test_derived_store): Add
2351            a test for the new exception in DerivedShapeStore.__init__.
2352    
2353            * test/support.py (FloatTestCase): Removed since there is
2354            already FloatComparisonMixin. Fixes RTbug #1954.
2355            (FloatComparisonMixin.assertFloatEqual): Include test for
2356            infinity that was part of FloatTestCase.
2357    
2358            * test/test_range.py (RangeTest): Inherit from
2359            support.FloatComparisonMixin now that we don't have
2360            support.FloatTestCase.
2361    
2362    2003-06-20  Bernhard Herzog  <[email protected]>
2363    
2364            * test/test_save.py (SaxEventLister, sax_eventlist): Removed. Use
2365            the implementation in xmlsupport instead.
2366            (SaveSessionTest.compare_xml): sax_eventlist is now in xmlsupport
2367    
2368            * test/test_proj.py: Import sax_eventlist from xmlsupport instead
2369            of test_save
2370    
2371    2003-06-20  Bernhard Herzog  <[email protected]>
2372    
2373            * test/test_load.py (LoadSessionTest.check_format): New helper
2374            method to make sure the test files we load might have been written
2375            by the current thuban version.
2376            (ClassificationTest.TestLayers, TestSingleLayer.test)
2377            (TestLayerVisibility.test, TestClassification.test)
2378            (TestLabels.test, TestLayerProjection.test, TestRasterLayer.test):
2379            Add check_format() calls and fix the thuban data to match the data
2380            that would be written by saving the session loaded from it.
2381    
2382            * test/xmlsupport.py (SaxEventLister, sax_eventlist): Copies of
2383            the same class and function in test_save.
2384    
2385            * test/test_xmlsupport.py (TestEventList): New. test cases for
2386            sax_eventlist
2387    
2388    2003-06-20  Bernhard Herzog  <[email protected]>
2389    
2390            * Resources/XML/thuban.dtd: Add comment about which versions of
2391            Thuban are covered by this DTD
2392            (map): Fix content model for layers and raster layers. There can
2393            be any number or layers and raster layers in any order.
2394    
2395    2003-06-20  Jonathan Coles   <[email protected]>
2396    
2397            This is mainly about fixing RTbug #1949.
2398    
2399            * Thuban/Model/classification.py: Remove "from __future__"
2400            import statement since python 2.2 is the earliest supported
2401            version.
2402    
2403            * Thuban/Model/proj.py (Projection.GetProjectedUnits): New.
2404            Currently returns PROJ_UNITS_METERS or PROJ_UNITS_DEGREES
2405            depending on the units this projection *forwards* into.
2406    
2407            * Thuban/Model/save.py (SessionSaver.write_classification):
2408            Remove unnecessary use of lambdas and nested functions.
2409    
2410            * Thuban/UI/legend.py (ScaleBarBitmap.__SetScale): Do scale
2411            adjustment here if the map projection uses degrees.
2412    
2413            * Thuban/UI/scalebar.py (ScaleBar.DrawScaleBar): Remove
2414            scale adjust code since it is now done before calling
2415            this method. Don't do anything if the map projection
2416            is None.
2417    
2418    2003-06-19  Bernhard Herzog  <[email protected]>
2419    
2420            Move version specific load tests to their own file.
2421    
2422            * test/test_load.py: Expand the doc-string to explain a bit how to
2423            handle file format changes.
2424            (TestClassification.test): Update the docstring as this test is
2425            not about Thuban 0.2 anymore.
2426    
2427            * test/test_load_0_2.py: New file with the load tests for thuban
2428            files created with Thuban 0.2 and earlier.
2429    
2430    2003-06-19  Bernhard Herzog  <[email protected]>
2431    
2432            Add XML validation to some of the tests. Validation will only be
2433            done if pyRXP is installed (http://reportlab.com/xml/pyrxp.html).
2434            To make the DTD available to the test cases it's moved into
2435            Resources/XML
2436    
2437            * Resources/XML/thuban.dtd: New. This is now the real Thuban DTD
2438            for versions up to and including 0.2. Two slight changes: added an
2439            encoding specification and fixed the comment which refered to
2440            GRASS, not Thuban
2441    
2442            * test/xmlsupport.py: New support module for tests involving XML.
2443            Currently there's a mix-in class for XML validation.
2444    
2445            * test/test_xmlsupport.py: New. Tests for the xmlsupport module
2446    
2447            * test/test_save.py (SaveSessionTest): Derive from ValidationTest
2448            so that we can validate the
2449            (SaveSessionTest.testEmptySession)
2450            (SaveSessionTest.testSingleLayer)
2451            (SaveSessionTest.testSingleLayer)
2452            (SaveSessionTest.testLayerProjection)
2453            (SaveSessionTest.testRasterLayer)
2454            (SaveSessionTest.testClassifiedLayer): Validate the generated XML
2455    
2456            * test/runtests.py (main): Call print_additional_summary instead
2457            of print_garbage_information
2458    
2459            * test/support.py (resource_dir): New function to return the
2460            "Resource" subdirectory
2461            (print_additional_summary): New function to combine several
2462            summary functions
2463            (run_tests): Use print_additional_summary instead of calling
2464            print_garbage_information directly
2465    
2466    2003-06-19  Bernhard Herzog  <[email protected]>
2467    
2468            * Doc/thuban.dtd (classification): Correct the content model of
2469            the classification element.
2470            (projection): Add the "name" attribute
2471    
2472    2003-06-19  Frank Koormann   <[email protected]>
2473    
2474            MERGE from the greater-ms3 branch.
2475    
2476            * Thuban/UI/scalebar.py (ScaleBar.DrawScaleBar): Apply conversion to
2477            scale if projection is latlong to get better estimate.
2478    
2479            Fix problem of hidden properties dialog under windows after double
2480            click on layer tree:
2481            The tree control always gets an Expanded / Collapsed event after
2482            the ItemActivated  on double click, which raises the main window again.         We add a second ItemActivated event to the queue, which simply
2483            raises the already displayed window.
2484    
2485            * Thuban/UI/legend.py (LegendTree.__init__): Instance variable
2486            raiseProperties initialized to prevent endless loops
2487            (LegendTree._OnItemActivated): Depending on self.raiseProperties
2488            simply raise the properties or open the dialog and issue a second
2489            event.
2490    
2491    2003-06-18  Jonathan Coles   <[email protected]>
2492    
2493            * setup.py: Fix a few problems that occured under Windows.
2494    
2495    2003-06-18  Jonathan Coles   <[email protected]>
2496    
2497            When Thuban loaded the map was redrawn twice because the
2498            legend was being opened after the mainwindow was created
2499            and not during its creation. This meant the map was drawn
2500            initially and then had to be redrawn when the legend
2501            caused the display to change. Now the legend is opened
2502            in the mainwindow constructor which resolves this issue.
2503    
2504            Also, although we were checking for the existence of
2505            gdal and gdalwarp modules, the gdalwarp extension was
2506            still being compiled (which may fail if the system doesn't
2507            have gdal installed). the build_ext command to setup.py
2508            now accepts the flags --with-gdal and --without-gdal.
2509            If --without-gdal is specified setup.py will try to
2510            use the gdal parameters specified by gdal-config. Under
2511            windows, those parameters have to be set in setup.py
2512            as with proj4 an wxWindows.
2513    
2514            * setup.py: Use a list instead of seperate variables for
2515            extension parameters so we can create a generic function
2516            that runs an appropriate *-config script.
2517            (run_cs_script): Renamed from run_wx_script and modified
2518            to accept a second argument which is a list of lists to
2519            be filled in by the values returned from running the command.
2520            (thuban_build_ext): New. Extends the build_ext command and
2521            provides the options --with-gdal/--without-gdal which then
2522            optionally includes the gdalwarp extension.
2523    
2524            * Thuban/Model/resource.py: First check if we can import
2525            the gdalwarp Thuban extension before checking for gdal.
2526            Also added some comments.
2527            
2528            * Thuban/UI/legend.py (ScaleBarBitmap.__SetScale): Check if
2529            the map is None which may be the case if none has been loaded
2530            yet.
2531    
2532            * Thuban/UI/main.py (main): Remove call to ShowLegend.
2533    
2534            * Thuban/UI/mainwindow.py (MainWindow.__init__): Call ShowLegend().
2535    
2536            * Thuban/UI/renderer.py: Check for gdal support before importing
2537            gdalwarp.
2538            (MapRenderer.render_map): Only try to optimize if we have gdal
2539            support otherwise nothing will get drawn.
2540    
2541            * Thuban/UI/view.py (MapCanvas.FitMapToWindow): This may be called
2542            during startup before a map has been created. Check if map is None
2543            before using it and do nothing if it is.
2544    
2545    2003-06-17  Jonathan Coles   <[email protected]>
2546    
2547            Fix the problem with raster layers under Windows that caused
2548            Thuban to crash. The view should respond to layer projection
2549            changed events to update the display. Changes to a projection
2550            should not cause the map to be set to full extent.
2551            
2552            * Thuban/UI/view.py (MapCanvas.__init__): New instance variable
2553            current_map_proj to remember the current map projection so that
2554            when the projection changes we know what the previous projection
2555            was.
2556            (MapCanvas.SetMap): Unsubscribe and subscribe to
2557            LAYER_PROJECTION_CHANGED events.
2558            (MapCanvas.projection_changed): Split into two methods that respond
2559            to map and layer projection changes.
2560            (MapCanvas.map_projection_changed): New. Takes the current view and
2561            projects it using the new projection. This does not cause the
2562            map to be redrawn at full extent.
2563            (MapCanvas.layer_projection_changed): New. Cause a redraw which
2564            will draw each layer in its new projection.
2565            
2566            * extensions/thuban/bmpdataset.cpp (BMPDataset::Open): Call
2567            VSIFClose() not VSIFCloseL() to close the file. Fixes a crash
2568            under Windows.
2569            
2570            * extensions/thuban/gdalwarp.cpp (MFILENAME): Padding should be
2571            to twice sizeof(void*) because there are two digits for each
2572            hex byte.
2573    
2574    2003-06-16  Bernhard Herzog  <[email protected]>
2575    
2576            Update to the layer interface: Direct access to the table,
2577            shapetable, shapefile and filename attributes is now actively
2578            deprecated by issuing deprecation warnings for all places where
2579            this happens.
2580    
2581            * Thuban/Model/layer.py (Layer.__getattr__): New. Implement access
2582            to the instance variables table, shapetable, shapefile and
2583            filename via __getattr__ so that we can issue a deprecation
2584            warning.
2585            (Layer.SetShapeStore): Don't set the deprecated instance variables
2586            any more
2587            (Layer.SetShapeStore): Don't use deprecated layer instance
2588            variables
2589            (Layer.Destroy): No need to explicitly remove the instance
2590            variables any more
2591            (Layer.GetFieldType, Layer.Shape): Don't use deprecated layer
2592            instance variables
2593    
2594            * Thuban/UI/classgen.py (ClassGenDialog.__init__)
2595            (GenUniformPanel._OnRetrieve, GenUniquePanel._OnRetrieve)
2596            (GenQuantilesPanel.GetList, GenQuantilesPanel.OnRetrieve): Don't
2597            use deprecated layer instance variables
2598    
2599            * Thuban/UI/classifier.py (Classifier.__init__): Don't use
2600            deprecated layer instance variables
2601    
2602            * Thuban/UI/identifyview.py (IdentifyListCtrl.selected_shape)
2603            (IdentifyGridCtrl.selected_shape): Don't set the deprecated layer
2604            instance variables
2605    
2606            * Thuban/UI/tableview.py (LayerTableGrid.select_shapes): Don't use
2607            deprecated layer instance variables
2608    
2609            * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Don't use
2610            deprecated layer instance variables
2611    
2612            * Thuban/Model/save.py (SessionSaver.write_layer): Don't use
2613            deprecated layer instance variables
2614    
2615            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer)
2616            (MapRenderer.polygon_render_param): Don't use deprecated layer instance
2617            variables
2618    
2619            * test/runtests.py (main): Turn Thuban's deprecation warnings into
2620            errors so that they're cought by the tests
2621    
2622            * test/test_load.py (TestSingleLayer.test): Don't use deprecated
2623            layer instance variables
2624    
2625    2003-06-16  Jonathan Coles   <[email protected]>
2626    
2627            Fix a problem under Windows whereby if the user double-clicks on a
2628            layer in the legend that tree item will expand or collapse as well
2629            as open the layer properties dialog. The state of the tree item
2630            should not be affected.
2631    
2632            * Thuban/UI/legend.py (LegendTree.__init__): Add instance variable
2633            preventExpandCollapse and subscribe to expanding and collapsing
2634            events.
2635            (LegendTree.OnItemExpandCollapse): New. Responds to expanding and
2636            collapsing events and will veto the event if it has been triggered
2637            by the user double clicking on a layer.
2638            (LegendTree._OnItemActivated): Set preventExpandCollapse to indicate
2639            that an expanding/collapsing event should be vetoed.
2640    
2641    2003-06-13  Bernhard Herzog  <[email protected]>
2642    
2643            * Thuban/UI/classifier.py (Classifier.OnClose)
2644            (Classifier.map_layers_removed)
2645            (Classifier.layer_shapestore_replaced): Unsubscribe the messages
2646            in OnClose and not in map_layers_removed or
2647            layer_shapestore_replaced to make sure it always happens when the
2648            dialog is closed
2649    
2650    2003-06-13  Jonathan Coles   <[email protected]>
2651    
2652            This puts back a fix for Windows where a panel is needed so that
2653            the background of the table view appears correctly.
2654    
2655            * Thuban/UI/tableview.py (TableFrame.__init__): Add a panel
2656            object that can be used by derived classes to place any
2657            controls (including the grid) onto.
2658            (QueryTableFrame.__init__): Use the panel as the parent window
2659            for all the controls. Reparent the grid so that the panel is
2660            the parent. Call UpdateStatusText() to correctly initialize
2661            the status bar.
2662    
2663    2003-06-13  Jonathan Coles   <[email protected]>
2664    
2665            * Thuban/UI/dialogs.py (ThubanFrame): New: a class that inherits
2666            from wxFrame (as opposed to wxDialog like the other classes)
2667            but otherwise behaves like the other classes. This is needed
2668            for the TableView which isn't really a dialog and needs to
2669            have a status bar and control buttons.
2670    
2671            * Thuban/UI/tableview.py (TableGrid.__init__): Create an
2672            instance variable to keep track of how many rows are selected.
2673            Subscribe once to the the events we are interested in.
2674            (ThubanGrid.OnRangeSelect): Only handle event if event handling
2675            hasn't been turned off.
2676            (ThubanGrid.OnSelectCell): Only handle event if event handling
2677            hasn't been turned off.
2678            (ThubanGrid.ToggleEventListeners): Rather than subscribe None
2679            as an event listener (which changes the event handler stack)
2680            simply set an instance variable to False. This is checked in
2681            the event handlers.
2682            (ThubanGrid.GetNumberSelected): Return the number of currently
2683            selected rows.
2684            (TableFrame): Inherit from ThubanFrame so we can have a
2685            status bar and control buttons.
2686            (QueryTableFrame.__init__): Create a status bar. Fixes RTbug #1942.
2687            Explicitly set which items are selected in the operator choice and
2688            action choice so there is always a valid selection. Fixes RTbug #1941.
2689            Subscribe to grid cell selection events so we can update the
2690            status bar.
2691            (QueryTableFrame.UpdateStatusText): Update the status bar with
2692            how many rows are in the grid, how many columns, and how many
2693            rows are selected.
2694            (QueryTableFrame.OnGridSelectRange, QueryTableFrame.OnGridSelectCell):
2695            Call UpdateStatusText when cells are (de)selected.
2696            (QueryTableFrame.OnQuery): Use the string value in the value
2697            combo if either the selected item index is 0 or if the string
2698            cannot be found in the predefined list (this happens if the
2699            user changes the text). Fixes RTbug #1940.
2700            Only turn off the grid event listeners if there a query comes
2701            back with a none empty list of ids. in the case that the list
2702            is empty this causes a grid.ClearSelection() call to actually
2703            clear the grid selection which causes the selected items in
2704            the map to be deselected. Fixes RTbug #1939.
2705    
2706            * test/test_save.py (XMLWriterTest.Encode): Check return values.
2707            Fixes RTbug #1851.
2708    
2709    2003-06-13  Bernhard Herzog  <[email protected]>
2710    
2711            * Thuban/UI/identifyview.py (IdentifyView.__init__): Call
2712            self.selected_shape with the current selection to make sure the
2713            contents of the dialog are up to date when it's shown for the
2714            first time.
2715            The dialog used to work without this by luck. The recent fix to
2716            the connector module 'broke' a 'feature' the identify view was
2717            relying on, i.e that subscribing to a message in response to
2718            receiving a message of that type would mean that the new
2719            subscriber would also be called for the same message.
2720            
2721    2003-06-12  Jonathan Coles   <[email protected]>
2722    
2723            * extensions/thuban/gdalwarp.cpp: Removed debug printing as
2724            the image is rendered. Fixes RTbug #1937.
2725    
2726    2003-06-12  Jonathan Coles   <[email protected]>
2727    
2728            * Thuban/Lib/fileutil.py: As is done under Windows, create the
2729            user directory if it doesn't exist on a posix system.
2730            Fixes RTbug #1815.
2731    
2732            * Thuban/Model/resource.py (get_user_proj_files): Moved the
2733            called to get_application_dir here, so that the directory
2734            will only be called if this method is invoked.
2735    
2736            * Thuban/UI/projdialog.py (ProjFrame.__DoOnProjAvail): Clear
2737            the projfilepath if no projection is selected.
2738    
2739    2003-06-12  Jonathan Coles   <[email protected]>
2740    
2741            * Thuban/UI/legend.py (ScaleBarBitmap.__SetScale): Don't draw
2742            the scalebar if the current map has no projection set.
2743    
2744            * Thuban/UI/projdialog.py (ProjFrame.__DoOnProjAvail): Set the
2745            projfilepath label to just the basename of the projection file
2746            rather than include the entire path.
2747    
2748            * Thuban/Model/resource.py: Fix missed proj functions that
2749            needed to be renamed.
2750    
2751    2003-06-12  Jonathan Coles   <[email protected]>
2752    
2753            * Thuban/Model/classification.py: Removed assert statements that
2754            tested if the variable was an instance of Color.
2755    
2756            * Thuban/Model/color.py (Color): Remove commented code that isn't
2757            used.
2758            (Transparent): Renamed from NoColor. Doesn't inherit from Color.
2759            Fixes RTbug #1835.
2760            (Transparent.__eq__, Transparent.__ne, Transparent.__repr): New.
2761            Needed now that the class doesn't inherit from Color.
2762    
2763    2003-06-12  Jonathan Coles   <[email protected]>
2764    
2765            * test/test_save.py (XMLWriterTest.testEncode): Explicitly
2766            check unicode strings.
2767    
2768            * test/test_layer.py: Check for existence of gdal.
2769    
2770    2003-06-12  Jonathan Coles   <[email protected]>
2771        
2772            * Thuban/Model/xmlreader.py: New. Contains the XMLReader class
2773            that was in load.py
2774    
2775            * Thuban/Model/xmlwriter.py: New. Contains the XMLWriter class
2776            that was in save.py
2777    
2778    2003-06-12  Jonathan Coles   <[email protected]>
2779    
2780            This is largely a collection of bug fixes. We also handle the
2781            case where gdal is not on the system. The XMLReader and XMLWriter
2782            classes were moved into there own files to resolve some circular
2783            import references and because they shouldn't really be in the
2784            file that is dediciated to reading/writing session files since
2785            they are also used elsewhere.
2786    
2787            * Thuban/Model/classgen.py: Renamed functions to follow the
2788            function_names_with_underscores style. Fixes RTbug #1903.
2789            (calculate_quantiles): Raise ValueError if 'percents' is invalid.
2790    
2791            * Thuban/Model/layer.py: Import gdal only if it available.
2792            (RasterLayer): Handle the case where the gdal library is unavailable.
2793            Addresses RTbug #1877.
2794    
2795            * Thuban/Model/load.py (XMLReader): Moved into seperate file
2796            xmlreader.py.
2797    
2798    2003-06-12  Jonathan Coles   <[email protected]>
2799    
2800            This is largely a collection of bug fixes. We also handle the
2801            case where gdal is not on the system. The XMLReader and XMLWriter
2802            classes were moved into there own files to resolve some circular
2803            import references and because they shouldn't really be in the
2804            file that is dediciated to reading/writing session files since
2805            they are also used elsewhere.
2806    
2807            * Thuban/Model/classgen.py: Renamed functions to follow the
2808            function_names_with_underscores style. Fixes RTbug #1903.
2809            (calculate_quantiles): Raise ValueError if 'percents' is invalid.
2810    
2811            * Thuban/Model/layer.py: Import gdal only if it available.
2812            (RasterLayer): Handle the case where the gdal library is unavailable.
2813            Addresses RTbug #1877.
2814    
2815            * Thuban/Model/load.py (XMLReader): Moved into seperate file
2816            xmlreader.py.
2817    
2818            * Thuban/Model/save.py (escape, XMLWriter): Moved into seperate
2819            file xmlwriter.py.
2820    
2821            * Thuban/Model/resource.py: Renamed functions to following the
2822            function_names_with_underscores style.
2823            (has_gdal_support): New function that returns true if the gdal
2824            library is available. Addresses RTbug #1877.
2825    
2826            * Thuban/UI/application.py (ThubanApplication.OpenSession):
2827            Display a message box if the gdal library is not available, but
2828            only if there are any layers that would use it. Addresses RTbug #1877.
2829    
2830            * Thuban/UI/classgen.py: Use renamed projection resource functions.
2831            (GenUniformPanel.__CalcStepping): Fix a slight discrepency
2832            when using integers versus floats.
2833    
2834            * Thuban/UI/mainwindow.py (_has_gdal_support): New. Used to
2835            determine if the "Add Image Layer" menu option should be
2836            greyed out or not. Addresses RTbug #1877.
2837    
2838            * Thuban/UI/projdialog.py: Use renamed projection resource functions.
2839    
2840            * Thuban/UI/renderer.py (MapRenderer.render_map): Only try to
2841            optimize if a raster layer is visible. Fixes RTbug #1931.
2842            Only draw the raster layer if the gdal library is available.
2843            Addresses RTbug #1877.
2844    
2845            * test/test_classgen.py: Add tests for generate_singletons,
2846            generate_uniform_distribution, generate_quantiles. Fixes RTbug #1903.
2847            (test_calculate_quantiles): Fix some tests to catch the new
2848            ValueError that is raised.
2849    
2850            * test/test_proj.py: Use renamed projection resource functions.
2851    
2852            * test/test_save.py (SaveSessionTest.testClassifiedLayer): New
2853            test for saving classified layers. Fixes RTbug #1902.
2854            (XMLWriterTest): New. Tests the XMLWriter class. Fixes RTbug #1851.
2855    
2856    2003-06-12  Jan-Oliver Wagner <[email protected]>
2857    
2858            Fix for http://intevation.de/rt/webrt?serial_num=1900.
2859    
2860            * Thuban/UI/multiplechoicedialog.py: New. A multiple choice dialog.
2861    
2862            * Thuban/UI/mainwindow.py: import wxMultipleChoiceDialog from
2863            multiplechoicedialog.py rather than from the wxPython library.
2864    
2865    2003-06-11  Frank Koormann  <[email protected]>
2866    
2867            * Thuban/Lib/fileutil.py (get_application_dir): Minor stability
2868            update.
2869    
2870    2003-06-11  Frank Koormann  <[email protected]>
2871    
2872            * Thuban/Lib/fileutil.py (get_application_dir): New function to
2873            determine the absolute .thuban/thuban directory under
2874            "posix" (os.expanduser) and "nt" (read AppData registry key).
2875    
2876            * Thuban/Model/resource.py: Use get_application_dir
2877    
2878            * Thuban/UI/application.py (ThubanApplication.read_startup_files):
2879            Use get_application_dir.
2880    
2881    2003-06-10  Bernhard Herzog  <[email protected]>
2882    
2883            * Thuban/UI/tableview.py (LayerTableFrame.__init__): Subscribe to
2884            the messages MAP_LAYERS_REMOVED messages
2885            (LayerTableFrame.OnClose): Unsubscribe from it.
2886            (LayerTableFrame.map_layers_removed): New. Receiver for
2887            MAP_LAYERS_REMOVED. Close the dialog when the layer whose the
2888            dialog is showing is removed.
2889    
2890    2003-06-10  Bernhard Herzog  <[email protected]>
2891    
2892            * Thuban/Lib/connector.py (Connector.Issue): Iterate over a copy
2893            of the receivers list so that unsubscribing in a receiver doesn't
2894            modify it while iterating over it.
2895    
2896            * test/test_connector.py
2897            (ConnectorTest.test_disconnect_in_receiver): New. Test whether
2898            unsubscribing in a receiver works correctly. See docstring for
2899            details
2900    
2901    2003-06-10  Bernhard Herzog  <[email protected]>
2902    
2903            * Thuban/Model/messages.py (LAYER_SHAPESTORE_REPLACED): New
2904            message.
2905    
2906            * Thuban/Model/layer.py (Layer.SetShapeStore): Send
2907            LAYER_SHAPESTORE_REPLACED when the shapestore changes. A
2908            LAYER_CHANGED will still be sent if the classification changes.
2909    
2910            * Thuban/UI/classifier.py (Classifier.__init__): Add the map as
2911            parameter so we can subscribe to some of its messages
2912            (Classifier.__init__): Subscribe to the map's MAP_LAYERS_REMOVED
2913            and the layer's LAYER_SHAPESTORE_REPLACED
2914            (Classifier.unsubscribe_messages): New. Unsubscribe from message
2915            subscribed to in __init__
2916            (Classifier.map_layers_removed)
2917            (Classifier.layer_shapestore_replaced): receivers for the messages
2918            subscribed to in __init__. Unsubscribe and close the dialog
2919    
2920            * Thuban/UI/mainwindow.py (MainWindow.OpenLayerProperties): Pass
2921            the map to the Classifier dialog
2922    
2923            * test/test_layer.py (SetShapeStoreTests): Derive from
2924            SubscriberMixin as well so we can test messages
2925            (SetShapeStoreTests.setUp): Subscribe to some of the layer's
2926            messages
2927            (SetShapeStoreTests.tearDown): Clear the messages again
2928            (SetShapeStoreTests.test_sanity): Expand the doc-string and check
2929            for the modified flag too
2930            (SetShapeStoreTests.test_set_shape_store_modified_flag): New test
2931            to check whether SetShapeStore sets the modified flag
2932            (SetShapeStoreTests.test_set_shape_store_different_field_name)
2933            (SetShapeStoreTests.test_set_shape_store_same_field)
2934            (SetShapeStoreTests.test_set_shape_store_same_field_different_type):
2935            Add tests for the messages. This checks both the new
2936            LAYER_SHAPESTORE_REPLACED and the older LAYER_CHANGED
2937    
2938    2003-06-06  Jan-Oliver Wagner <[email protected]>
2939    
2940            * Thuban/UI/mainwindow.py: Improved and partly added help texts for
2941            the menu items.
2942    
2943    2003-06-05  Frank Koormann  <[email protected]>
2944    
2945            * Thuban/UI/identifyview.py (IdentifyView.__init__):
2946            Layout reimplemented without panel. Make life easier to fit the list
2947            in the dialog.
2948    
2949    2003-06-05  Frank Koormann  <[email protected]>
2950    
2951            * Thuban/UI/projdialog.py (ProjFrame.__init__): Fill the projchoice
2952            once on initialisation (Former implementation resulted in multiple
2953            entries for each projection).
2954            (ProjFrame.__FillAvailList): selectProj as second optional parameter,
2955            if set, select the projection found under the specified name. This
2956            overwrites any other selection estimate.
2957            Removed projchoice filling from this method.
2958            (ProjFrame._OnSave, ProjFrame._OnAddToList):
2959            Updated call of ProjFrame.__FillAvailList
2960            (LCCPanel._DoLayout): Moved parameter controls in more common order.
2961    
2962            * Resources/Projections/defaults.proj: Extended defaults representing
2963            various common European projections.
2964    
2965    2003-06-05  Frank Koormann  <[email protected]>
2966    
2967            * Thuban/UI/identifyview.py (IdentifyView.__init__):
2968            Use ListCtrl instead of GridCtrl
2969    
2970            * Thuban/Model/resource.py:
2971            Guess location of .thuban directory from tempdir parent directory.
2972    
2973            * Thuban/UI/application.py (ThubanApplication.read_startup_files):
2974            Guess location of .thuban directory from tempdir parent directory.
2975    
2976    2003-06-04  Bernhard Herzog  <[email protected]>
2977    
2978            Do not cache the values returned by the tree widget's
2979            GetFirstChild and GetNextChild methods because it led to lots of
2980            segfaults. The new way requires more brute force but is more
2981            reliable.
2982    
2983            * Thuban/UI/legend.py (LegendTree.__init__): Remove instance
2984            variable layer2id
2985            (LegendTree.find_layer): New method to do with brute force what
2986            layer2id tried to accomplish
2987            (LegendTree._OnMsgLayerChanged)
2988            (LegendTree._OnMsgLayerTitleChanged, LegendTree.__ShowHideLayer):
2989            Use find_layer instead of layer2id
2990            (LegendTree.__RemoveLayer, LegendTree.__AddLayer): No need to
2991            update layer2id anymore
2992            (LegendTree._OnMsgMapLayersRemoved)
2993            (LegendTree._OnMsgMapLayersAdded): Get by without layer2id.
2994    
2995    2003-06-03  Thomas Koester  <[email protected]>
2996    
2997            * Thuban/Model/classgen.py (GenQuantiles0): New function.
2998    
2999    2003-06-02  Bernhard Herzog  <[email protected]>
3000    
3001            * Thuban/UI/mainwindow.py (layer_rename command, table_rename command):
3002            New commands.
3003            (main_menu): Add the new commands.
3004            (MainWindow.TableRename): New. Implementation of the table_rename
3005            command.
3006            (MainWindow.RenameLayer): New. Implementation of the layer_rename
3007            command.
3008    
3009            * Thuban/Model/session.py (Session.AddTable): call self.changed to
3010            set the modified flag
3011    
3012            * test/test_session.py (TestSessionSimple.test_add_table): Test
3013            whether the modified flag is set properly
3014    
3015            * Thuban/Model/base.py (TitledObject.SetTitle): Call changed
3016            instead of issue so that the modified flags get updated.
3017    
3018            * test/test_base.py (SomeTitledObject): Derive from Modifiable
3019            instead of Publisher to reflect reality better and to accomodate
3020            the fact that SetTitle now calls changed instead of issue
3021    
3022    2003-06-02  Bernhard Herzog  <[email protected]>
3023    
3024            * Thuban/UI/classgen.py (GenQuantilesPanel.GetList): Resource
3025            acquisition has to happen before the try in a try-finally.
3026    
3027    2003-06-02  Bernhard Herzog  <[email protected]>
3028    
3029            * Thuban/UI/legend.py (LegendTree._OnMsgMapLayersRemoved): It's
3030            possible that a layer is removed that is not currently selected in
3031            the legend so don't check for this.
3032    
3033    2003-05-30  Bernhard Herzog  <[email protected]>
3034    
3035            * Thuban/Model/layer.py (Layer.Destroy): Set all instance
3036            variables to None that have direct or indirect references to
3037            shapefiles or dbf files to make sure that they do go away and the
3038            files are closed.
3039    
3040    2003-05-30  Bernhard Herzog  <[email protected]>
3041    
3042            * Thuban/UI/legend.py (LegendTree.GetRootItem): Reset
3043            availImgListIndices when a new image list is created
3044            
3045    2003-05-30  Bernhard Herzog  <[email protected]>
3046    
3047            * Thuban/UI/legend.py (LegendTree.__init__): New instance variable
3048            changing_selection to indicate whether the LegendTree code itself
3049            is currently changing the selection
3050            (LegendTree.normalize_selection): New method to normalize the
3051            selection by selecting the layer item even if the user clicked on
3052            the classification.
3053            (LegendTree._OnSelChanged): normalize the selection. This works
3054            around a bug in wx which doesn't keep track of the selection
3055            properly when subtrees are deleted.
3056    
3057    2003-05-30  Bernhard Herzog  <[email protected]>
3058    
3059            * Thuban/UI/view.py (MapCanvas.set_view_transform): Limit the
3060            maximum and minimum scale factors.
3061    
3062            * test/test_classgen.py (ClassGenTest.test): Update to reflect the
3063            changes in classgen.py
3064    
3065    2003-05-30  Jonathan Coles   <[email protected]>
3066    
3067            * Thuban/Model/classgen.py: Remove ClassGenerator class but make
3068            all the methods functions. Fixes RTBug #1903.
3069    
3070            * Thuban/Model/map.py (Map.TopLayer, Map.BottomLayer): Renamed
3071            to MoveLayerToTop and MoveLayerToBottom respectively. Fixes
3072            RTBug #1907.
3073    
3074            * Thuban/UI/classgen.py: Use classgen functions that were part
3075            of the ClassGenerator class. Put try/finally blocks around
3076            code that uses wxBeginBusyCursor()/wxEndBusyCursor(). Fixes
3077            RTBug #1904.
3078    
3079            * Thuban/UI/classifier.py: Remove unused import of ClassGenerator.
3080    
3081            * Thuban/UI/legend.py: The legend was cleared and repopulated any
3082            time something changed which caused some state to be lost such
3083            as which children were expanded or collapsed. Fixes RTBug #1901.
3084            (LegendTree._OnMsgMapLayersAdded): Add only new layers.
3085            (LegendTree.__OnMsgMapLayersRemoved): Remove layers that exist in
3086            the legend but not in the map.
3087            (LegendTree.__FillTree): Move main functionality out into smaller
3088            methods that can be used by other methods.
3089            (LegendTree.__FillTreeLayer): Reuse old slots in the image list
3090            if they are available.
3091            (LegendTree.DeleteAllItems): Renamed from __DeleteAllItems so
3092            that we override the wxTreeCtrl method. Iterate over children
3093            and call __RemoveLayer.
3094            (LegendTree.__AddLayer): New. Add a new layer to the legend.
3095            (LegendTree.__RemoveLayer): Remove a layer from the legend.
3096            (LegendTree.DeleteChildren): New, overrides wxTreeCtrl method.
3097            Should only be called with the id of a layer branch.
3098            (LegendTree.GetRootItem): New, overrides wxTreeCtrl method.
3099            Returns the root item or creates one if necessary.
3100    
3101            * Thuban/UI/renderer.py (MapRenderer.draw_raster_layer): Call
3102            ProjectRasterFile with tuple arguments instead of strings.
3103    
3104            * Thuban/UI/tableview.py (QueryTableFrame.OnQuery): Wrap code
3105            with try/finally. Fixes RTBug #1904.
3106    
3107            * Thuban/UI/view.py (MapCanvas.OnPaint): Wrap code
3108            with try/finally. Fixes RTBug #1904.
3109            (MapCanvas.FitSelectedToWindow): If a single point is selected
3110            simply center it on the display. Fixes RTBug #1849.
3111    
3112            * extensions/thuban/gdalwarp.cpp: Removed code that allowed gdalwarp
3113            to be compiled as a standalone app. Now the code can only be
3114            called from Python which simplifies the parameter passing.
3115            (ProjectRasterFile): Handle Python arguments. Remove code that
3116            checks for a destination dataset. Add more clean up code.
3117    
3118            * test/test_map.py (TestMapWithContents.test_raise_layer_top,
3119            TestMapWithContents.test_lower_layer_bottom):
3120            Test Map.MoveLayerToTop() and Map.MoveLayerToBottom() respectively.
3121            Fixes RTBug #1907.
3122    
3123            * Thuban/UI/mainwindow.py (MainWindow.ToggleLegend): Apply a full
3124            extent to the map when the legend is toggled. Fixes RTBug #1881.
3125    
3126    2003-05-29  Jan-Oliver Wagner <[email protected]>
3127    
3128            * Thuban/UI/tableview.py (LayerTableFrame.OnClose): Bug-fix: Now
3129            unsubscribes all that is subcribed in __init__.
3130    
3131    2003-05-28  Bernhard Herzog  <[email protected]>
3132    
3133            * Thuban/UI/mainwindow.py (MainWindow.DuplicateLayer)
3134            (MainWindow.CanDuplicateLayer): New methods to implement the
3135            Layer/Duplicate command.
3136            (layer_duplicate command): New.
3137            (main_menu): Add layer_duplicate to the Layer menu.
3138    
3139    2003-05-28  Bernhard Herzog  <[email protected]>
3140    
3141            * Thuban/UI/tableview.py (NullRenderer.Draw): New. Our own
3142            renderer so that NULL/None values get displayed differently (by a
3143            gray rectangle).
3144            (TableGrid.__init__): Override the default renderers
3145    
3146    2003-05-28  Bernhard Herzog  <[email protected]>
3147    
3148            * Thuban/Model/layer.py (Layer.SetShapeStore): Set the
3149            classification to "None" if the type of the field has changed.
3150    
3151            * test/test_layer.py (SetShapeStoreTests): New. Class with a few
3152            test for the Layer.SetShapeStore method
3153    
3154    2003-05-28  Jan-Oliver Wagner <[email protected]>
3155    
3156            * Thuban/Model/layer.py (Layer.TreeInfo): Fixed a bug (a layer
3157            does not necessarily have a filename).
3158    
3159    2003-05-28  Jan-Oliver Wagner <[email protected]>
3160    
3161            * Thuban/UI/mainwindow.py (MainWindow.TableClose, MainWindow.TableShow):
3162            sort the selection list for the dialog.
3163    
3164    2003-05-28  Frank Koormann  <[email protected]>
3165    
3166            * extensions/thuban/wxproj.cpp
3167            (project_point): Removed cast to int for projected point coordinates.
3168            (shape_centroid): Return last point if all polygon vertices fall
3169            to one point.
3170    
3171    2003-05-28  Bernhard Herzog  <[email protected]>
3172    
3173            * Thuban/UI/mainwindow.py (_can_unjoin): Add doc-string and cope
3174            with layers that don't have shapestores, i.e. raster layers.
3175    
3176    2003-05-28  Bernhard Herzog  <[email protected]>
3177    
3178            * Thuban/Model/table.py (DBFTable.__init__): Omit the extension
3179            when determining the title from the filename.
3180    
3181            * test/test_dbf_table.py (TestDBFTable.test_title): Update to
3182            reflect changes in the way the title is derived from the filename
3183    
3184    2003-05-28  Frank Koormann  <[email protected]>
3185    
3186            * Thuban/UI/mainwindow.py (MainWindow.TableShow):
3187            Added wxDEFAULT_DIALOG_STYLE to show table dialog styles.
3188    
3189    2003-05-27  Bernhard Herzog  <[email protected]>
3190    
3191            * Thuban/UI/mainwindow.py (MainWindow.delegated_messages): Also
3192            delegate SelectedLayer.
3193            (MainWindow.LayerUnjoinTable): Implement.
3194            (_can_unjoin): New. Helper function for the sensitivity of the
3195            layer/unjoin command.
3196    
3197            * Thuban/Model/data.py (ShapefileStore.OrigShapeStore)
3198            (DerivedShapeStore.OrigShapeStore): New. Return the original
3199            shapestore. Used to figure out how to unjoin.
3200            (DerivedShapeStore.Shapefile): Fix a typo.
3201    
3202    2003-05-27  Bernhard Herzog  <[email protected]>
3203    
3204            * Thuban/UI/join.py (JoinDialog): Extend to handle layer joins as
3205            well
3206            (JoinDialog.__init__): Use the layer parameter and only build the
3207            left choice when a layer is given
3208            (JoinDialog.OnJoin): Handle layer joins as well
3209            (JoinDialog.OnLeftTable, JoinDialog.OnRightTable): Handle the case
3210            that the user selects the "Select..." item. The sensitivitly
3211            updating is now in update_sensitivity
3212            (JoinDialog.y): New method to refactor the sensitivity update of
3213            the join button into its own method.
3214    
3215            * Thuban/UI/mainwindow.py (MainWindow.LayerJoinTable): Implement.
3216    
3217    2003-05-27  Bernhard Herzog  <[email protected]>
3218    
3219            * Thuban/UI/mainwindow.py (table_close command): Make it sensitive
3220            iff there are unreferenced tables in the session
3221    
3222    2003-05-27  Bernhard Herzog  <[email protected]>
3223    
3224            * Thuban/Model/messages.py (TABLE_REMOVED): New message.
3225    
3226            * Thuban/Model/session.py (Session.UnreferencedTables): New method
3227            to return tables that are not referenced by other tables or shape
3228            stores and can be removed.
3229            (Session.RemoveTable): Issue a TABLE_REMOVED message after
3230            removing the table
3231    
3232            * Thuban/UI/mainwindow.py: Remove unused imports
3233            (MainWindow.TableClose): Implement.
3234    
3235            * Thuban/UI/tableview.py (TableFrame.__init__): Subscribe to some
3236            messages so that the frame will be automatically closed when a new
3237            session is opened or the table is removed.
3238            (TableFrame.OnClose): Unsubscribe the Subscriptions made in
3239            __init__
3240            (TableFrame.close_on_session_replaced)
3241            (TableFrame.close_on_table_removed): New. Subscribers that close
3242            the window
3243    
3244            * test/test_session.py (TestSessionMessages.test_remove_table)
3245            (TestSessionSimple.test_remove_table): Move the test to
3246            TestSessionSimple and add test for the TABLE_REMOVED message
3247            (TestSessionBase.setUp): Also subscribe to TABLE_REMOVED
3248            (TestSessionSimple.test_unreferenced_tables) New. Test for the
3249            UnreferencedTables method.
3250            (UnreferencedTablesTests): New. Class with some more sophisticated
3251            tests for UnreferencedTables.
3252    
3253    2003-05-27  Frank Koormann  <[email protected]>
3254    
3255            * Thuban/UI/tableview.py (QueryTableFrame.__init__): The "_S_election"
3256            display has some unwanted side effects. Removed again.
3257    
3258    2003-05-27  Frank Koormann  <[email protected]>
3259    
3260            * Resources/Bitmaps/legend_icon_layer.xpm: New, icon for legend.
3261    
3262            * Thuban/UI/legend.py (LegendTree.__FillTree): Use "legend_icon_layer"
3263    
3264    2003-05-27  Jan-Oliver Wagner <[email protected]>
3265    
3266            * test/test_menu.py (MenuTest.test): Added test for
3267            Menu.RemoveItem().
3268    
3269            * Thuban/UI/menu.py (Menu.RemoveItem): New. Remove an item from
3270            the menu.
3271    
3272    2003-05-27  Frank Koormann  <[email protected]>
3273            
3274            Nonmodal dialogs without parent (i.e. they can fall behind the main
3275            window)
3276    
3277            * Thuban/UI/mainwindow.py (MainWindow.OnClose): Explicitly destroy
3278            all dialogs in the dialogs dictionary and the canvas.
3279    
3280            * Thuban/UI/dialogs.py (NonModalNonParentDialog): New class, without
3281            parent, i.e. can fall behind other windows.
3282            (NonModalDialog.OnClose): Check is dialog is in mainwindow.dialog
3283            dictionary before removing it.
3284    
3285            * Thuban/UI/classifier.py: Dialog derived from NonModalNonParentDialog
3286    
3287            * Thuban/UI/projdialog.py: Dialog derived from NonModalNonParentDialog
3288            * Thuban/UI/tableview.py: Dialog derived from NonModalNonParentDialog
3289            * Thuban/UI/tree.py: Dialog derived from NonModalNonParentDialog
3290    
3291    2003-05-27  Bernhard Herzog  <[email protected]>
3292    
3293            * Thuban/UI/mainwindow.py (MainWindow.ShowTableView): New. Open a
3294            tableview dialog
3295            (MainWindow.TableShow): Use ShowTableView to open the dialogs.
3296            Also, don't use the table's titles as the dialog names. The titles
3297            aren't guaranteed to be unique.
3298            (MainWindow.TableOpen): Open a table view dialog after opening the
3299            table
3300    
3301    2003-05-27  Bernhard Herzog  <[email protected]>
3302    
3303            * Thuban/UI/mainwindow.py: Remove the Table/Hide menu item. Its
3304            effect can be achieved by simply closing the window showing the
3305            table.
3306            (MainWindow.TableHide): Removed.
3307            (main_menu): Removed "table_hide"
3308    
3309    2003-05-27  Frank Koormann  <[email protected]>
3310    
3311            Fix legend tree display problems under Win32
3312    
3313            * Thuban/UI/legend.py:  BMP_SIZE_W = 15
3314            (LegendTree.__FillTree): Display "legend_icon_map.xpm" with layer title.
3315            (LegendTree.__FillTreeLayer): Explicitely set SelectedImage.
3316    
3317            * Resources/Bitmaps/legend_icon_map.xpm: New icon for legend.
3318    
3319    2003-05-27  Jan-Oliver Wagner <[email protected]>
3320    
3321            * Thuban/UI/menu.py (Menu.InsertSeparator): Additional optional parameter
3322            'after' now allows to insert separators almost anywhere in the menu.
3323    
3324    2003-05-27  Frank Koormann  <[email protected]>
3325    
3326            * Thuban/UI/tableview.py (QueryTableFrame.__init__): Underline the
3327            "S" of selection box label to hint on hot key (Alt-S). Works under
3328            Win32 but is ignored under GTK.
3329    
3330    2003-05-26  Frank Koormann  <[email protected]>
3331    
3332            * Thuban/UI/projdialog.py (ProjFrame.__do_layout, ProjPanel._DoLayout):
3333            Center Choices.
3334    
3335    2003-05-26  Bernhard Herzog  <[email protected]>
3336    
3337            Remove the Precision methods again. They're too DBF specific to be
3338            part of the table interface and they're only used in table_to_dbf
3339            anyway.
3340            
3341            * Thuban/Model/transientdb.py (TransientTableBase.Width):Use a
3342            fixed precision of 12 for doubles.
3343            (TransientTableBase.Precision): Removed
3344            (AutoTransientTable.Width): Delegate to self.table.
3345    
3346            * Thuban/Model/table.py (DBFTable.Precision)
3347            (MemoryTable.Precision): Removed.
3348            (MemoryTable.Width): Use a fixed precision of 12 for doubles.
3349            (table_to_dbf): Use a fixed precision of 12 for floats unless the
3350            column object specifies something else.
3351    
3352            * test/test_dbf_table.py (TestTableToDBF.test_table_to_dbf): New.
3353            test for table_to_dbf
3354    
3355    2003-05-26  Bernhard Herzog  <[email protected]>
3356    
3357            * test/test_transientdb.py
3358            (TestTransientTable.run_iceland_political_tests): Fix a comment.
3359    
3360    2003-05-26  Bernhard Herzog  <[email protected]>
3361    
3362            * Thuban/UI/mainwindow.py (MainWindow.TableOpen): Real
3363            implementation. Mark parts of the file format strings for
3364            localization.
3365    
3366            * Thuban/Model/session.py (Session.OpenTableFile): New. Open a dbf
3367            file and add the table to the tables managed by the session
3368    
3369            * test/test_session.py (TestSessionSimple.test_open_table_file):
3370            New. test case for OpenTableFile
3371    
3372    2003-05-26  Jan-Oliver Wagner <[email protected]>
3373    
3374            * Thuban/UI/controls.py, Thuban/UI/identifyview.py, Thuban/UI/join.py,
3375            Thuban/UI/labeldialog.py, Thuban/UI/mainwindow.py,
3376            Thuban/UI/proj4dialog.py, Thuban/UI/tableview.py, Thuban/UI/view.py:
3377            Replace the true/false of wxWindows by True/False of Python 2.2.1.
3378    
3379    2003-05-26  Jan-Oliver Wagner <[email protected]>
3380    
3381            * Thuban/UI/tableview.py (LayerTableFrame.__init__): If there is
3382            already a selection present, update the grid accordingly.
3383    
3384            * Thuban/UI/mainwindow.py (MainWindow.TableShow): Make the dialog
3385            resizeable and increase its initial size.
3386    
3387    2003-05-26  Frank Koormann  <[email protected]>
3388    
3389            Table export functionality
3390    
3391            * Thuban/Model/table.py (DBFTable.Width, MemoryTable.Width):
3392            Return width (in characters) for a column.
3393            (DBFTable.Precision, MemoryTable.Precision): Return decimal precision.
3394            (table_to_dbf): Write table to dbf file.
3395            (table_to_csv): Write table to csv file.
3396    
3397            * Thuban/Model/transientdb.py (TransientTableBase.Width,
3398            TransientTableBase.Precision): Return column width and precision.
3399    
3400            * Thuban/UI/tableview.py (QueryTableFrame.OnSaveAs): Call table_to_dbf
3401            or table_to_csv depending on file selection.
3402    
3403            * test/test_dbf_table.py:
3404            Test table_to_dbf (extension of former part of test).
3405    
3406            * test/test_csv_table.py:
3407            Test table_to_csv.
3408    
3409    2003-05-23  Jan-Oliver Wagner <[email protected]>
3410    
3411            * Thuban/UI/join.py (JoinDialog.OnJoin): Use _() for strings.
3412            Use QueryTableFrame instead of TableFrame.
3413    
3414            * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Prefix the
3415            table window with 'Layer Table:' instead of 'Table:'.
3416    
3417    2003-05-23  Jan-Oliver Wagner <[email protected]>
3418    
3419            Give all tables a title via mix-in TitledObject.LayerShowTable
3420    
3421            * Thuban/Model/base.py (TitledObject.SetTitle): Call method 'issue'
3422            only if it exists.
3423    
3424            * Thuban/Model/table.py (DBFTable, MemoryTable): mix-in TitledObject
3425            and call its init-method with a default title. Remove Title() method.
3426    
3427            * Thuban/Model/transientdb.py (TransientTable, TransientJoinedTable,
3428            AutoTransientTable): mix-in TitledObject and call its init-method with
3429            a default title. Remove Title() method.
3430    
3431    2003-05-23  Bernhard Herzog  <[email protected]>
3432    
3433            * Thuban/Model/session.py (Session.AddShapeStore): Define
3434            AddShapeStore analogously to AddTable.
3435    
3436            * test/test_session.py (TestSessionSimple.test_add_shapestore):
3437            New. Test for AddShapeStore
3438    
3439    2003-05-23  Jan-Oliver Wagner <[email protected]>
3440    
3441            Introducing QueryTableFrame and a very coarse ShowTable implementation.
3442    
3443            * Thuban/UI/tableview.py (LayerTableFrame, QueryTableFrame): Split the
3444            class LayerTableFrame into two classes, LayerTableFrame and QueryTableFrame.
3445            The latter implements the selection GUI without dependency on a layer.
3446            LayerTableFrame now is derived from QueryTableFrame and connects
3447            to a layer.
3448    
3449            * Thuban/UI/mainwindow.py (MainWindow.TableShow): A very coarse
3450            implementation that still needs work.
3451    
3452            * Thuban/Model/layer.py (Layer.TreeInfo): Added filename.
3453    
3454    2003-05-22  Frank Koormann  <[email protected]>
3455    
3456            * Thuban/Model/transientdb.py (TransientJoinedTable.__init__):
3457            Added "outer_join = False" as optional parameter.
3458            (TransientJoinedTable.create): If outer join is true, perform a
3459            "LEFT OUTER JOIN" instead of "JOIN", which preserves all records of
3460            the left table. Records not matching are filled with 0 / None.
3461    
3462            * Thuban/UI/join.py (JoinDialog.__init__): Checkbox for outer join.
3463            (JoinDialog.OnJoin): Consider outer join check box.
3464    
3465    2003-05-22  Bernhard Herzog  <[email protected]>
3466    
3467            * Thuban/UI/join.py (JoinDialog.OnJoin): Use exc_info in a
3468            somewhat safer way. Storing the traceback in a local variable can
3469            lead to memory leaks
3470    
3471    2003-05-22  Bernhard Herzog  <[email protected]>
3472    
3473            * Thuban/UI/join.py (JoinDialog.OnJoin): Make sure to really call
3474            the wxMessageDialog's Destroy() method.
3475    
3476    2003-05-22  Frank Koormann  <[email protected]>
3477    
3478            * Thuban/UI/join.py (JoinDialog.__init__): Make use of
3479            TransientTable.Title()
3480    
3481    2003-05-22  Frank Koormann  <[email protected]>
3482    
3483            Join Dialog, initial version.
3484    
3485            * Thuban/UI/mainwindow.py (MainWindow.TableJoin): Removed print.
3486    
3487            * Thuban/UI/join.py (JoinDialog): Functional implementation of
3488            former framework. Renamed Table1/Table2 to LeftTable/RightTable
3489            in all occurences.
3490    
3491            * Thuban/Model/transientdb.py (TransientJoinedTable.__doc__):
3492            Typo fixed.
3493    
3494    2003-05-22  Bernhard Herzog  <[email protected]>
3495    
3496            Give the tables titles so that the GUI can display more meaningful
3497            names. For now the titles are fixed but depend on e.g. filenames
3498            or the titles of the joined tables.
3499    
3500            * Thuban/Model/transientdb.py (TransientTable.Title)
3501            (TransientJoinedTable.Title, AutoTransientTable.Title): New.
3502    
3503            * Thuban/Model/table.py (DBFTable.Title, MemoryTable.Title): New.
3504    
3505            * test/test_transientdb.py
3506            (TestTransientTable.test_auto_transient_table_title): New. Test
3507            for the Title method
3508            (TestTransientTable.test_transient_joined_table)
3509            (TestTransientTable.test_transient_table): Add test for the Title
3510            methods
3511    
3512            * test/test_memory_table.py (TestMemoryTable.test_title): New.
3513            Test for the Title method
3514    
3515            * test/test_dbf_table.py (TestDBFTable.test_title): New. Test for
3516            the Title method
3517    
3518    2003-05-22  Bernhard Herzog  <[email protected]>
3519    
3520            * test/test_layer.py (TestLayer.setUp, TestLayer.tearDown):
3521            Provide a better way to destroy the layers
3522            (TestLayer.test_base_layer, TestLayer.test_arc_layer)
3523            (TestLayer.test_point_layer, TestLayer.test_empty_layer)
3524            (TestLayer.test_polygon_layer, TestLayer.test_get_field_type): Use
3525            the new way to destroy the layers.
3526            (TestLayer.test_derived_store): New. Test for using a layer with a
3527            DerivedShapeStore
3528    
3529            * Thuban/Model/layer.py (Layer.SetShapeStore): Only set the
3530            filename if the shape store actually has one.
3531    
3532    2003-05-22  Bernhard Herzog  <[email protected]>
3533    
3534            * Thuban/Model/table.py (DBFTable.FileName): New. Accessor method
3535            for the filename
3536    
3537            * test/test_dbf_table.py (TestDBFTable.test_filename): New. Test
3538            for the FileName method
3539            (TestDBFTableWriting.test_write): Fix spelling of filename
3540    
3541    2003-05-22  Thomas Koester  <[email protected]>
3542    
3543            * Thuban/Model/range.py, test/test_range.py: Brought over new Range
3544            from SciParam that now really is immutable.
3545    
3546    2003-05-22  Frank Koormann  <[email protected]>
3547    
3548            Layer Top/Bottom placement added to legend.
3549    
3550            * Thuban/UI/legend.py
3551            (LegendPanel._OnMoveTop(), LayerPanel._OnMoveBottom): New, methods
3552            bound to tool events.
3553            (LegendTree.MoveCurrentItemTop(), LegendTree.MoveCurrentItemBottom):
3554            New, methods binding the event methods with the map methods.
3555    
3556            * Thuban/Model/map.py (Map.TopLayer(), Map.BottomLayer()): New, place
3557            layer at top/bottom of layer stack.
3558    
3559            * Resources/Bitmaps/top_layer.xpm: New button icon.
3560    
3561            * Resources/Bitmaps/bottom_layer.xpm: New button icon.
3562    
3563    2003-05-22  Bernhard Herzog  <[email protected]>
3564    
3565            * Thuban/Model/session.py (Session.RemoveTable): New method to
3566            remove tables
3567    
3568            * test/test_session.py (TestSessionSimple.test_remove_table): New.
3569            Test for RemoveTable
3570    
3571    2003-05-22  Thomas Koester  <[email protected]>
3572    
3573            * Thuban/Model/classgen.py: Added short module doc string and CVS id.
3574            (ClassGenerator.GenUniformDistribution): Use new Range __init__, too.
3575    
3576    2003-05-22  Bernhard Herzog  <[email protected]>
3577    
3578            Implement a way to discover dependencies between tables and
3579            shapestores.
3580    
3581            * Thuban/Model/transientdb.py (TransientTableBase.Dependencies)
3582            (TransientJoinedTable.Dependencies)
3583            (AutoTransientTable.SimpleQuery): New. Implement the dependencies
3584            interface
3585            (TransientJoinedTable.__init__): Keep tack of the original table
3586            objects in addition to the corresponding transient tables.
3587    
3588            * Thuban/Model/table.py (DBFTable.Dependencies)
3589            (MemoryTable.Dependencies): New. Implement the dependencies
3590            interface
3591    
3592            * Thuban/Model/data.py (ShapeTable): New. Helper class for
3593            ShapefileStore
3594            (ShapefileStore.__init__): Use ShapeTable instead of
3595            AutoTransientTable
3596            (ShapefileStore.Table, ShapefileStore.Shapefile): Add doc-strings
3597            (ShapefileStore.FileName, ShapefileStore.FileType): New. Accessor
3598            methods for filename and type
3599            (ShapefileStore.Dependencies): New. Implement the dependencies
3600            interface
3601            (DerivedShapeStore): New class to replace SimpleStore. The main
3602            difference to SimpleStore is that it depends not on a shapefile
3603            but another shapestore which expresses the dependencies a bit
3604            better
3605            (SimpleStore.__init__): Add deprecation warning.
3606    
3607            * test/test_dbf_table.py (TestDBFTable.test_dependencies): New.
3608            Test for the Dependencies method.
3609    
3610            * test/test_memory_table.py (TestMemoryTable.test_dependencies):
3611            New. Test for the Dependencies method.
3612    
3613            * test/test_transientdb.py
3614            (TestTransientTable.test_auto_transient_table_dependencies): New.
3615            Test for the Dependencies method.
3616            (TestTransientTable.test_transient_joined_table): Add test for the
3617            Dependencies method.
3618    
3619            * test/test_session.py (TestSessionSimple.setUp)
3620            (TestSessionSimple.tearDown): New. Implement a better way to
3621            destroy the sessions.
3622            (TestSessionSimple.test_initial_state)
3623            (TestSessionSimple.test_add_table): Bind session to self.session
3624            so that it's destroyed by tearDown
3625            (TestSessionSimple.test_open_shapefile): New. Test for
3626            OpenShapefile and the object it returns
3627    
3628    2003-05-22  Bernhard Herzog  <[email protected]>
3629    
3630            * Thuban/Model/session.py (Session.AddTable): New method to
3631            register tables with the session.
3632            (Session.Tables): Return the tables registered with AddTable too.
3633    
3634            * test/test_session.py (TestSessionSimple.test_add_table): New.
3635            Test case for the AddTable method
3636    
3637    2003-05-22  Frank Koormann  <[email protected]>
3638    
3639            UI polishing updates: Place main buttons (OK, Cancel, etc) in the
3640            lower right corner, center labels for selections, initialize controls
3641            in reasonable order for keyboard navigation.
3642    
3643            * Thuban/UI/projdialog.py (ProjFrame.__init__, ProjFrame.__doLayout)
3644            (ProjFrame.__DoOnProjAvail): Determine position of current projection
3645            using the wxListBox.FindString() method. Still a problem (#1886)
3646    
3647            * Thuban/UI/classifier.py
3648            (Classifier.__init__, SelectPropertiesDialog.__init__)
3649    
3650            * Thuban/UI/classgen.py (ClassGenDialog.__init__,
3651            (ClassGenDialog.__DoOnGenTypeSelect): Moved initialization of the
3652            different classification types from here to __init__.
3653            (GenUniquePanel.__init__): Set the column width of the first field
3654            in the Field ListCtrl to the full width.
3655    
3656            * Thuban/UI/tableview.py (LayerTableFrame.__init__): Rename 'Save As'
3657            Button to 'Export'. Center Buttons in Selection Box, set Focus to
3658            Grid.
3659            (LayerTableFrame.OnKeyDown()): New, bound to the grid with EVT_KEY_DOWN,
3660            changes focus to the Selection when pressing "Alt-S".
3661    
3662            * Thuban/UI/legend.py (LegendTree.__SetVisibilityStyle): Only gray out
3663            the text if not visible. The italic font sometimes exceeds the
3664            rendering area.
3665    
3666    2003-05-21  Jonathan Coles   <[email protected]>
3667    
3668            * Thuban/UI/dock.py (DockFrame): Rename references to _OnClose
3669            to OnClose so that Thuban closes correctly.
3670    
3671            * Thuban/UI/mainwindow.py (MainWindow.OnClose): Call
3672            DockFrame.OnClose, not DockFrame._OnClose.
3673    
3674    2003-05-21  Jonathan Coles   <[email protected]>
3675    
3676            * Thuban/Model/classgen.py (ClassGenerator.GenQuantiles): Remove
3677            references to 'inf' and use new Range __init__ to pass floats
3678            directly rather than converting them to strings first.
3679            Fixes RTBug #1876.
3680    
3681            * Thuban/Model/classification.py (ClassGroupRange.SetRange):
3682            Use new Range ___init__ to pass floats.
3683    
3684            * Thuban/Model/layer.py (RasterLayer.__init__): Test if the
3685            filename is a valid image file. Throw IOError otherwise.
3686    
3687            * Thuban/Model/range.py: Brought over new Range from SciParam that
3688            is immutable and has an __init__ which can accept floats.
3689    
3690            * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Move OpenShapefile
3691            into try block. AddLayer doesn't throw any exceptions anymore.
3692            (MainWindow.AddRasterLayer): Move constructor of RasterLayer into
3693            try block.
3694    
3695            * Thuban/UI/projdialog.py (GeoPanel.__init__): Put Degrees as
3696            the first item in choices. Fixes RTBug #1882.
3697    
3698            * Thuban/UI/renderer.py (MapRenderer.render_map): Check if scale
3699            has gone to 0 which is a serious problem. abort.
3700            (MapRenderer.draw_raster_layer): Catch IOError seperately and
3701            print the error from GDAL.
3702    
3703            * Thuban/UI/tableview.py (TableGrid.__init__): Call
3704            ToggleEventListeners to turn on listening.
3705            (TableGrid.ToggleEventListeners): New. Turns event listening on
3706            and off so as to prevent excessive messages.
3707            (LayerTableFrame.OnQuery): Use TableGrid.ToggleEventListeners
3708            to suppress excessive messages when selecting many rows.
3709            Fixes RTBug #1880.
3710    
3711            * Thuban/UI/view.py: Added checks against if scale == 0. This
3712            is a serious problem that can occur when an image without
3713            geo data is loading and causes the map projection bounds to
3714            go to infinity. Right now, the solution is to simply try
3715            to recover.
3716    
3717            * extensions/thuban/cpl_mfile.cpp (MFILEClose): Make sure
3718            to set the MFILEReceiver attributes even if the data is NULL.
3719    
3720            * extensions/thuban/gdalwarp.cpp: Improved the error handling
3721            and passed GDAL messages back up to the Python layer. Also
3722            tried to fix some memory leaks that were present in the original
3723            utility but didn't matter because the program aborted.
3724    
3725            * test/test_range.py: Copied over tests from SciParam. Removed
3726            tests against importing. Fixes RTBug #1867.
3727    
3728    2003-05-21  Bernhard Herzog  <[email protected]>
3729    
3730            * test/test_load.py: Remove unused imports and restructure the
3731            test code
3732            (LoadSessionTest): Split into one class for each test and turn
3733            LoadSessionTest itself into the base class for all such session
3734            tests.
3735            (ClassificationTest): New base class for load tests that test
3736            classifications
3737            (TestSingleLayer, TestLayerVisibility, TestClassification)
3738            (TestLabels, TestLayerProjection, TestRasterLayer): New classes
3739            for the individual tests
3740    
3741            * test/support.py (FileLoadTestCase.filename): New base class for
3742            file loading tests
3743    
3744    2003-05-21  Jan-Oliver Wagner <[email protected]>
3745    
3746            * Resources/Projections/defaults.proj: Renamed 'Universal Transverse
3747            Mercator' to 'UTM Zone 32' as a more convenient example.
3748            Added 'Gauss Krueger Zone 6'.
3749    
3750            * Data/iceland_sample_raster.thuban: political polygon now
3751            filled transparent to have the raster image visible at once.
3752    
3753    2003-05-21  Frank Koormann  <[email protected]>
3754    
3755            * Thuban/UI/mainwindow.py (MainWindow): Renamed _OnClose() back to
3756            OnClose() to keep in sync with extensions. Internally Thuban
3757            still uses "underscored" names.
3758    
3759    2003-05-20  Jonathan Coles   <[email protected]>
3760    
3761            This puts back Raster layer support. These layers support projections
3762            through the GDAL library. Currently, the CVS version is being used.
3763            There are no Debian packages available although this may change soon.
3764            A GDAL driver was extended to support writing to memory rather to
3765            files.
3766    
3767            There is still some work that needs to be done, such as some error
3768            handling when loading invalid images or when there is a problem
3769            projecting the image. This putback simply checks in the majority
3770            of the work.
3771    
3772            * setup.py: Add gdalwarp library extension.
3773    
3774            * Thuban/Model/layer.py (BaseLayer.HasClassification): New.
3775            Defaults to False, but can be overridden by subclasses if they
3776            support classification.
3777            (RasterLayer): New. Defines a new layer that represents an
3778            image.
3779    
3780            * Thuban/Model/load.py (SessionLoader.__init__): Add rasterlayer
3781            tag handler.
3782            (SessionLoader.start_layer): Encode the filename.
3783            (SessionLoader.start_rasterlayer, SessionLoader.end_rasterlayer):
3784            New. Supports reading a rasterlayer tag.
3785    
3786            * Thuban/Model/map.py (Map.BoundingBox): Fix typo in comment.
3787    
3788            * Thuban/Model/save.py (XMLWriter.encode): Don't assume that we
3789            get a string in Latin1. If we get such as string convert it to
3790            unicode first, otherwise leave if alone before encoding.
3791            (SessionSaver.write_layer): Add support for writing both Layers
3792            and RasterLayers.
3793    
3794            * Thuban/Model/transientdb.py (AutoTransientTable.SimpleQuery):
3795            The right argument may not be a string, it could also be a Column.
3796    
3797            * Thuban/UI/application.py (ThubanApplication.CreateMainWindow):
3798            Make initial window size 600x400. Fixes RTBug #1872.
3799    
3800            * Thuban/UI/classifier.py (Classifier.__init__): Rearrange how
3801            the dialog is constructed so that we can support layers that
3802            do not have classifications.
3803            (Classifier._OnTry): Only build a classification if the layer
3804            supports one.
3805    
3806            * Thuban/UI/legend.py: Change all checks that a layer is an
3807            instance of Layer into checks against BaseLayer.
3808            (LegendTree.__FillTreeLayer): Only add children to a branch if
3809            the layer supports classification.
3810    
3811            * Thuban/UI/mainwindow.py (MainWindow.NewSession,
3812            MainWindow.OpenSession): Don't proceed with an action if the
3813            user chooses Cancel when they are asked to save changes.
3814            (MainWindow.AddRasterLayer): New. Open a dialog to allow the
3815            user to select an image file. Create a new RasterLayer and add
3816            it to the map.
3817    
3818            * Thuban/UI/renderer.py (MapRenderer.render_map): Add support
3819            for rendering RasterLayer layers.
3820            (MapRenderer.draw_raster_layer): Actually method that calls
3821            the GDALWarp python wrapper and constructs an image from the
3822            data returned.
3823    
3824            * Thuban/UI/tableview.py (LayerTableFrame.__init__): Change the
3825            Choices symbols to match those used in the table query method.
3826            Replace deprecated method calls on table with new method names.
3827    
3828            * Thuban/UI/view.py (MapCanvas.set_view_transform): Try to limit
3829            how small the scale can get. This still needs more testing.
3830    
3831            * extensions/thuban/bmpdataset.cpp: New, but copied from GDAL.
3832            Provides a driver to output in .bmp format.
3833    
3834            * extensions/thuban/cpl_mfile.cpp, extensions/thuban/cpl_mfile.h:
3835            New. Provides IO routines which write to memory, rather than a file.
3836    
3837            * extensions/thuban/gdalwarp.cpp: New, but basically a direct copy
3838            of the gdalwarp utility provided in GDAL. Added function calls
3839            that can be accessed from python.
3840    
3841            * Data/iceland_sample_raster.thuban: New. Sample file that uses
3842            a raster layer.
3843    
3844            * Data/iceland/island.tfw, Data/iceland/island.tif: New. Raster
3845            layer image data.
3846    
3847            * Doc/thuban.dtd: Added rasterlayer attribute definition.
3848    
3849            * test/test_layer.py, test/test_load.py, test/test_save.py: Added
3850            tests associated with the raster layer code.
3851    
3852            * test/test_transientdb.py
3853            (TestTransientTable.test_auto_transient_table_query): Added a test
3854            for using a Column object as the "right" parameter to a query.
3855    
3856    2003-05-19  Frank Koormann  <[email protected]>
3857    
3858            * Thuban/version.py (get_changelog_date):
3859            Catch exceptions if ChangeLog does not exist.
3860    
3861            * Thuban/UI/view.py (MapCanvas.Export): Bugfix
3862    
3863    2003-05-19  Frank Koormann  <[email protected]>
3864    
3865            Extended version information for Thuban
3866    
3867            * Thuban/version.py: New, version information for Thuban: Last
3868            modification date and last ChangeLog entry date.
3869    
3870            * Thuban/UI/mainwindow.py (MainWindow.About()): Extended version
3871            information: Display Thuban, wxPython and Python version.
3872    
3873    2003-05-16  Bernhard Herzog  <[email protected]>
3874    
3875            * Thuban/Model/save.py: Remove some unused imports including the
3876            __future__ import for nested_scopes as Thuban relies on Python 2.2
3877            now.
3878            (XMLWriter.encode): Remove the special case for a None argument.
3879            In the saver encode is always called with a string argument.
3880    
3881    2003-05-16  Bernhard Herzog  <[email protected]>
3882    
3883            * Thuban/UI/__init__.py: Remove the work-around for the locale bug
3884            in wxPython (at least when usinvg wxGTK) prior to 2.4. The symptom
3885            of the bug was that e.g. float("1.2") would fail. Thuban now
3886            requires 2.4.x.
3887            
3888    2003-05-16  Frank Koormann   <[email protected]>
3889    
3890            Printing enhancement and WMF export (under Win32)
3891    
3892            * Thuban/UI/renderer.py (ExportRenderer): New, derived from
3893            ScreenRenderer. Renders Map, Legend and Scalebar for export.
3894            (PrinterRenderer): New, derived from ExportRenderer. Replaces the old
3895            PrintRender.
3896    
3897            * Thuban/UI/view.py (MapPrintout.__init__): Enhanced parameter set
3898            to fullfil information needed for PrinterRenderer.
3899            (MapCanvas.Export): New. Export Map (currently only to WMF on Win32).
3900            (MapCanvas.Print): Adapted to new MapPrintout.
3901            (OutputTransform): General calculations to transform from canvas
3902            coordinates to export/printing devices.
3903    
3904            * Thuban/UI/mainwindow.py (MainWindow.ExportMap()): New. Added also
3905            new method_command to call ExportMap, with platform dependency (only
3906            __WXMSW__)
3907      
3908            * Thuban/UI/scalebar.py (ScaleBar.DrawScaleBar): Position and Size
3909            of scalebar drawing area as new parameters.
3910            
3911            * Thuban/Model/scalebar.py (roundInterval): round long instead of int
3912    
3913            * Thuban/UI/legend.py (ScalebarBitmap.__SetScale):
3914            Update to extended scalebar.DrawScalebar header.
3915    
3916            * test/test_export.py: New, test Thuban.UI.view.OutputTransform()
3917    
3918            * test/test_scalebar.py: Made test executable as standalone.
3919    
3920    2003-05-16  Bernhard Herzog  <[email protected]>
3921    
3922            * Thuban/Model/table.py (Table): Remove this compatibility alias
3923            for DBFTable.
3924    
3925            * test/test_table.py: Import DBFTable as Table because that alias
3926            doesn't exist anymore.
3927    
3928            * Thuban/UI/classgen.py: Remove some unused imports
3929    
3930    2003-05-14  Jonathan Coles   <[email protected]>
3931    
3932            * Thuban/Model/classgen.py (ClassGenerator.GenSingletonsFromList):
3933            Fix docstring.
3934            (ClassGenerator.GenUniformDistribution): Fix spelling of method name.
3935            (ClassGenerator.GenQuantiles): Use the left/right brackets and min/max
3936            values of the supplied range to determine the beginning and end
3937            bounds of the generated classes.
3938    
3939            * Thuban/Model/range.py (Range.number_re): Now accepts floats that
3940            do not have a leading 0 (.5 is now accepted as well as 0.5).
3941    
3942            * Thuban/UI/classgen.py (ClassGenDialog.OnOK): Fix name of method
3943            call to ClassGenerator.GenUniformDistribution.
3944    
3945            * Thuban/UI/projdialog.py (ProjFrame.__do_layout): Fix Windows
3946            layout bug with the 'Projection' label.
3947    
3948            * test/support.py (FloatTestCase): New. Needed for the Range tests.
3949    
3950            * test/test_range.py: New. Imported from SciParam.
3951    
3952    2003-05-12  Jonathan Coles   <[email protected]>
3953    
3954            * Thuban/UI/classgen.py (GenQuantilesPanel.GetList): Replace call
3955            to table.UniqueValues() with calls that retrieve all the values
3956            from the table. This will need to be replaced by a method on table
3957            which can simply return the list (perhaps more efficiently).
3958    
3959    2003-05-12  Jonathan Coles   <[email protected]>
3960    
3961            The return value of ClassGenerator.CalculateQuantiles has changed.
3962            Refer to the documentation for details.
3963    
3964            * test/test_classgen.py: Modified Quantile tests to use the
3965            new return values.
3966    
3967            * Thuban/Model/classgen.py
3968            (ClassGenerator.GenQuantiles): Add comments describing the parameters,
3969            use new return values from CalculateQuantiles to produce the correct
3970            range bounds in the Classification.
3971            (ClassGenerator.CalculateQuantiles): Add more comments describing
3972            the return values and parameters. Make minor adjustments to improve
3973            the legibility of the code. Fix problem with adjusted not being set
3974            in most cases.
3975    
3976    2003-05-12  Frank Koormann <[email protected]>
3977            
3978            * Thuban/Model/save.py (XMLWriter.encode()): Explicite call to unicode
3979            and latin1. Fixes #1851 finally.
3980    
3981    2003-05-09  Jonathan Coles   <[email protected]>
3982    
3983            * test/test_classgen.py: New. Tests the Quantile algorithm.
3984    
3985            * Thuban/Model/classgen.py (ClassGenerator.CalculateQuantiles):
3986            Clean up debugging statement, add comments, fix a small bug in the
3987            returned adjusted percentiles.
3988            
3989    2003-05-09  Jonathan Coles   <[email protected]>
3990    
3991            Introduces Range class from SciParam into the ClassGroupRange class,
3992            and such ranges can now be saved and loaded from disk.
3993    
3994            Quantiles are now available in the Classification Generator.
3995    
3996            Initial support for building Queries on a table. Doesn't do anything
3997            but run some tests.
3998    
3999            * Thuban/Model/classification.py: Explicit imports.
4000            (ClassGroupRange): Use the Range class to store the underlying
4001            range information. The interface remains the same, except for
4002            GetRange(), and you can also supply a Range object as the min
4003            parameter to SetRange or __init__.
4004    
4005            * Thuban/Model/load.py (XMLReader.encode): New. Encodes the given
4006            string appropriately for use in Thuban. Fixes RTbug #1851.
4007            (SessionLoader.end_projection): Handle the context of the
4008            projection tag a bit better by looking at what objects are not
4009            None. There was an assumption that a projection tag for a map
4010            could occur before any layers.
4011            (SessionLoader.start_clrange): Provide backward compatibility for
4012            reading min/max values as well as the new range parameter.
4013    
4014            * Thuban/Model/map.py: Explicit imports.
4015    
4016            * Thuban/Model/resource.py: Import _.
4017            (ProjFileSaver.write): write header using projfile.dtd.
4018    
4019            * Thuban/Model/save.py: Explicit imports.
4020            (XMLWriter.encode): New. Encode the given string from a format
4021            used by Thuban into UTF-8. Fixes RTbug #1851.
4022    
4023            * Thuban/UI/classgen.py: Explicit imports.
4024            (ClassGenDialog.__init__): Clean up the code and add support
4025            for Quantiles.
4026            (ClassGenDialog.OnOK): Add support for Quantiles.
4027            (GenQuantilesPanel): New. Input panel for Quantiles.
4028            (ClassGenerator, CustomRamp, MonochromaticRamp, GreyRamp, RedRamp,
4029            GreenRamp, BlueRamp, HotToColdRamp): Move to Thuban/Model/classgen.py
4030    
4031            * Thuban/Model/classgen.py: New. Contains all the classes named above.
4032    
4033            * Thuban/UI/classifier.py: Explicit imports.
4034            (ClassTable.GetValueAsCust, ClassTable.__ParseInput,
4035            ClassTable.SetValueAsCustom): Reworked to use new Range class.
4036    
4037            * Thuban/UI/legend.py: Explicit imports.
4038    
4039            * Thuban/UI/mainwindow.py: Add support for the Join Dialog. Added
4040            a Table menu and associated method calls.
4041            (MainWindow.choose_color): Removed. No longer needed.
4042    
4043            * Thuban/UI/projdialog.py (ProjFrame.__VerifyButtons): Save button
4044            should be disabled if no projection is selected in the available
4045            list.
4046    
4047            * Thuban/UI/renderer.py: Explicit imports.
4048    
4049            * Thuban/UI/tableview.py (TableGrid.OnRangeSelect): Fix some issues
4050            with correctly selecting the rows and issuing the right events.
4051            Be sure to call Skip() to allow the grid to do some of its own
4052            handling which allows the rows to actually be selected.
4053            (LayerTableGrid.select_shapes): Rename from select_shape. Supports
4054            selecting multiple shapes.
4055            (LayerTableFrame): Support for building Queries.
4056            (LayerTableFrame.select_shapes): Allow multiple shapes to be selected.
4057    
4058            * Thuban/UI/tree.py: Explicit imports.
4059    
4060            * Thuban/UI/view.py (MapCanvas): Delegate "SelectedShapes" so the
4061            table view can call it.
4062    
4063            * test/test_classification.py: Explicit imports.
4064            (TestClassification.test_ClassGroupRange): Fix test for new
4065            Range class.
4066    
4067            * Doc/thuban.dtd: Add range parameter for clrange.
4068    
4069            * Thuban/Model/range.py: Taken from SciParam. Used as the underlying
4070            object in ClassGroupRange, and also uesd for inputting ranges in
4071            the classifer table and elsewhere.
4072    
4073            * Thuban/UI/join.py: New. Initial Join dialog. No real functionality
4074            yet.
4075    
4076    2003-05-09  Frank Koormann <[email protected]>
4077    
4078            * Thuban/UI/scalebar.py (DrawScaleBar): Draw only if interval > 0.0.
4079    
4080    2003-05-08  Frank Koormann <[email protected]>
4081    
4082            Coding style updates
4083    
4084            * test/test_scalebar.py: Replaced tab indentation by spaces.
4085    
4086            * Thuban/UI/scalebar.py: Explicit imports.
4087    
4088    2003-05-08  Frank Koormann <[email protected]>
4089    
4090            * Thuban/UI/scalebar.py
4091            (ScaleBar.DrawScalebar): Format string bug fixed.
4092    
4093    2003-05-08  Frank Koormann <[email protected]>
4094    
4095            Reorganization of scalebar component (no wx in Thuban/Model)
4096    
4097            * Thuban/Model/scalebar.py: Rendering moved to Thuban/UI/scalebar.py
4098            (deriveInterval):
4099            Calculate scalebar interval and unit which fits in width for scale.
4100            (roundInterval): Round float.
4101    
4102            * Thuban/UI/scalebar.py (ScaleBar): Scalebar rendering
4103    
4104            * test/test_scalebar.py: Test for Thuban/Model/scalebar.py methods.
4105    
4106            * Thuban/UI/legend.py: Import Thuban.UI.scalebar
4107    
4108    2003-05-08  Frank Koormann <[email protected]>
4109    
4110            * Thuban/UI/legend.py (ScalebarBitmap.SetCanvas):
4111            Initialize ScaleBar with canvas.map
4112    
4113            * Thuban/Model/scalebar.py (ScaleBar.roundInterval()): New,
4114            round intervals to display smarter lengths
4115            (ScaleBar.DrawScalebar): Draw Scalebar only if the map contains a
4116            layer. If the maps has no projection applied grey the scalebar.
4117    
4118    2003-05-07  Frank Koormann <[email protected]>
4119            
4120            Basic Scalebar features added.
4121    
4122            * Thuban/Model/scalebar.py (ScaleBar): New, scalebar rendering.
4123    
4124            * Thuban/UI/legend.py (LegendPanel): Added scalebar bitmap
4125            (ScaleBarBitmap): New, links the scalebar bitmap with view messages
4126            and the renderer.
4127    
4128            * Thuban/UI/view.py (MapCanvas.set_view_transform): Issue SCALE_CHANGED.
4129    
4130            * Thuban/UI/messages.py: SCALE_CHANGED added.
4131    
4132    2003-05-07  Bernhard Herzog  <[email protected]>
4133    
4134            * Thuban/Model/session.py (Session.__init__): New instance
4135            variable shapestores to hold a list of all open shapestore objects
4136            (Session.ShapeStores): New. Accessor method for the shapestores
4137            list.
4138            (Session._add_shapestore, Session._clean_weak_store_refs): New.
4139            Internal methods to maintain the shapestores list.
4140            (Session.Tables): New. Return all tables open in the session.
4141            (Session.OpenShapefile): Insert the new ShapeStore into the
4142            shapestores list.
4143    
4144            * test/test_session.py (TestSessionSimple.test_initial_state): Add
4145            tests for ShapeStores and Tables
4146            (TestSessionWithContent.test_shape_stores)
4147            (TestSessionWithContent.test_tables): New. Test cases for
4148            ShapeStores and Tables
4149    
4150    2003-05-07  Bernhard Herzog  <[email protected]>
4151    
4152            * Thuban/Model/transientdb.py (TransientTableBase.ReadRowAsDict):
4153            Add comments about the optimizations used.
4154            (AutoTransientTable.ReadValue, TransientTableBase.ReadValue): New.
4155            Implement the ReadValue table interface method.
4156    
4157            * test/test_transientdb.py
4158            (TestTransientTable.run_iceland_political_tests)
4159            (TestTransientTable.test_transient_joined_table): Add tests for
4160            ReadValue
4161    
4162    2003-05-07  Frank Koormann <[email protected]>
4163    
4164            * Resources/Bitmaps/fulllayerextent.xpm,
4165            Resources/Bitmaps/fullselextent.xpm: Replaced the place holders with
4166            new icons.
4167    
4168    2003-05-06  Bernhard Herzog  <[email protected]>
4169    
4170            * Thuban/Model/transientdb.py (AutoTransientTable.SimpleQuery):
4171            New. Simply delegate to the transient table's version.
4172    
4173            * test/test_transientdb.py
4174            (TestTransientTable.test_auto_transient_table_query): New. Test
4175            case for AutoTransientTable's SimpleQuery
4176    
4177    2003-05-06  Bernhard Herzog  <[email protected]>
4178    
4179            * Thuban/Model/transientdb.py (TransientTableBase.SimpleQuery):
4180            Implement a simple query method for the query dialog
4181            (TransientTableBase.create): Add an INTEGER PRIMARY KEY that holds
4182            the row index or shapeid.
4183            (TransientTable.create): Insert the right value of the row index
4184            (TransientJoinedTable.create): Copy the row index of the left
4185            table to the joined result table
4186    
4187            * test/test_transientdb.py
4188            (TestTransientTable.test_transient_table_read_twice): Fix
4189            doc-string
4190            (TestTransientTable.test_transient_table_query): New. Test for the
4191            SimpleQuery method
4192    
4193    2003-05-06  Bernhard Herzog  <[email protected]>
4194    
4195            Convert all table users to use the new table interface. This only
4196            covers Thuban itself, not GREAT-ER or other applications built on
4197            Thuban yet, so the compatibility interface stays in place for the
4198            time being but it now issues DeprecationWarnings.
4199    
4200            Finally, the new Table interface has a new method, HasColumn.
4201    
4202            * Thuban/Model/table.py (OldTableInterfaceMixin): All methods
4203            issue deprecation warnings when they're. The warnings refer to the
4204            caller of the method.
4205            (OldTableInterfaceMixin.__deprecation_warning): New. Helper method
4206            for the deprecation warnings
4207    
4208            * test/test_table.py: Ignore the deprecation warnings for the old
4209            table in the tests in this module. The purpose of the tests is to
4210            test the old interface, after all.
4211    
4212            * test/test_transientdb.py
4213            (TestTransientTable.run_iceland_political_tests): Use the
4214            constants for the types. Add a test for HasColumn
4215            (TestTransientTable.test_transient_joined_table): Adapt to new
4216            table interface. Add a test for HasColumn
4217            (TestTransientTable.test_transient_table_read_twice): Adapt to new
4218            table interface
4219    
4220            * Thuban/UI/tableview.py (DataTable.SetTable, DataTable.GetValue):
4221            Adapt to new table interface
4222    
4223            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Adapt to
4224            new table interface
4225    
4226            * Thuban/UI/controls.py (RecordListCtrl.fill_list)
4227            (RecordTable.SetTable): Adapt to new table interface
4228    
4229            * Thuban/UI/classifier.py (Classifier.__init__)
4230            (Classifier.__init__): Adapt to new table interface
4231    
4232            * Thuban/UI/classgen.py (ClassGenDialog.__init__)
4233            (GenUniformPanel._OnRetrieve, GenUniquePanel._OnRetrieve): Adapt
4234            to new table interface
4235    
4236            * Thuban/Model/transientdb.py (TransientTableBase.HasColumn)
4237            (AutoTransientTable.HasColumn): Implement the new table interface
4238            method
4239            (AutoTransientTable.ReadRowAsDict, AutoTransientTable.ValueRange)
4240            (AutoTransientTable.UniqueValues): Adapt to new table interface
4241    
4242            * Thuban/Model/layer.py (Layer.SetShapeStore, Layer.GetFieldType):
4243            Adapt to new table interface
4244    
4245            * test/test_layer.py (TestLayer.open_shapefile): Helper method to
4246            simplify opening shapefiles a bit easier.
4247            (TestLayer.test_arc_layer, TestLayer.test_polygon_layer)
4248            (TestLayer.test_point_layer): Use the new helper method
4249            (TestLayer.test_get_field_type): New. Test for the GetFieldType
4250            method
4251    
4252            * test/test_dbf_table.py (TestDBFTable.test_has_column): Test for
4253            the new table method
4254    
4255            * test/test_memory_table.py (TestMemoryTable.test_has_column):
4256            Test for the new table method HasColumn
4257    
4258    2003-05-06  Jonathan Coles   <[email protected]>
4259    
4260            Addresses the "Selection Extent" wish of RTbug #1787.
4261    
4262            * Resources/Bitmaps/fulllayerextent.xpm,
4263            Resources/Bitmaps/fullselextent.xpm: Bitmaps for layer and selection
4264            extent. These are just place holders for the real bitmaps.
4265    
4266            * Thuban/Model/layer.py (Shape): Since a Shape is immutable only
4267            calculate the bounding box once (the first time compute_bbox() is
4268            called).
4269            (Layer.ShapesBoundingBox): New. Given a list of shape ids, return
4270            the bounding box for the shapes in lat/long coordinates.
4271    
4272            * Thuban/UI/mainwindow.py: Added new "Full selection extent" menu
4273            option.
4274            (MainWindow.has_selected_shapes): New. Returns true if there are
4275            any selected shapes.
4276            (MainWindow.FullSelectionExtent): New. Calls
4277            MapCanvas.FitSelectedToWindow() when the user selects the menu option.
4278            (_has_selected_shapes): New. Returns true if there are any
4279            selected shapes.
4280    
4281            * Thuban/UI/selection.py (Selection.HasSelectedShapes): New. Returns
4282            true if there are any selected shapes.
4283    
4284            * Thuban/UI/view.py (MapCanvas): Added delegated method
4285            HasSelectedShapes.
4286            (MapCanvas.FitSelectedToWindow): New. Centers and scales any selected
4287            shapes on the canvas using the map projection (if any).
4288    
4289            * test/test_layer.py (TestLayer.test_arc_layer): Add some tests
4290            for Layer.ShapesBoundingBox().
4291    
4292    2003-05-06  Bernhard Herzog  <[email protected]>
4293    
4294            * Resources/Projections/defaults.proj: Fix spelling of Mercator
4295    
4296    2003-05-05  Jonathan Coles   <[email protected]>
4297    
4298            Addresses the "Full Layer Extent" wish of RTbug #1787.
4299    
4300            * Resources/Projections/defaults.proj: Added UK National Grid.
4301    
4302            * Thuban/UI/mainwindow.py: Added new "Full layer extent" menu option.
4303            (MainWindow.FullLayerExtent): New. Calls MapCanvas.FitLayerToWindow()
4304            when the user selects the menu option.
4305    
4306            * Thuban/UI/view.py (MapCanvas.FitLayerToWindow): New. Centers and
4307            scales the given layer on the canvas using the map projection.
4308    
4309    2003-05-05  Bernhard Herzog  <[email protected]>
4310    
4311            Convert the table implementations to a new table interface. All
4312            tables use a common mixin class to provide backwards compatibility
4313            until all table users have been updated.
4314    
4315            * Thuban/Model/table.py (OldTableInterfaceMixin): Mixin class to
4316            provide backwards compatibility for table classes implementing the
4317            new interface
4318            (DBFTable, MemoryTable): Implement the new table interface. Use
4319            OldTableInterfaceMixin as base for compatibility
4320            (DBFColumn, MemoryColumn): New. Column description for DBFTable
4321            and MemoryTable resp.
4322    
4323            * test/test_dbf_table.py: New. Test cases for the DBFTable with
4324            the new table interface.
4325    
4326            * test/test_memory_table.py: New. Test cases for the MemoryTable
4327            with the new table interface.
4328    
4329            * test/test_table.py: Document the all tests in this file as only
4330            for backwards compatibility. The equivalent tests for the new
4331            interface are in test_memory_table.py and test_dbf_table.py
4332            (MemoryTableTest.test_read): field_info should be returning tuples
4333            with four items
4334            (MemoryTableTest.test_write): Make doc-string a more precise.
4335    
4336            * Thuban/Model/transientdb.py (TransientTableBase): Convert to new
4337            table interface. Derive from from OldTableInterfaceMixin for
4338            compatibility.
4339            (TransientTableBase.create): New intance variable column_map to
4340            map from names and indices to column objects
4341            (TransientTable.create): Use the new table interface of the input
4342            table
4343            (AutoTransientTable): Convert to new table interface. Derive from
4344            from OldTableInterfaceMixin for compatibility.
4345            (AutoTransientTable.write_record): Removed. It's not implemented
4346            yet and we still have to decide how to handle writing with the new
4347            table and data framework.
4348    
4349            * test/test_transientdb.py
4350            (TestTransientTable.run_iceland_political_tests)
4351            (TestTransientTable.test_transient_joined_table): Use the new
4352            table interface
4353    
4354    2003-05-05  Jonathan Coles   <[email protected]>
4355    
4356            This is namely a collection of UI updates to improve user interactivity.
4357            Tabbing between controls now exists and you can use ESC to close dialog
4358            boxes; ENTER will active the default button.
4359    
4360            * Thuban/UI/classgen.py (ClassGenDialog.__init__): Rearrange the
4361            order that the controls are created so that tabbing works correctly.
4362            (ClassGenDialog.OnOK): Renamed from _OnGenerate() so that the
4363            wxDialog can handle the default button correctly.
4364            (ClassGenDialog.OnCancel): Renamed from _OnCloseBtn() for the
4365            same reasons as for OnOK.
4366            (GenUniformPanel._OnRetrieve): Call wxBeginBusyCursor/wxEndBusyCursor
4367            when we ask the table for the maximum/minimum values of a field
4368            which could take a very long time.
4369    
4370            * Thuban/UI/classifier.py (Classifier.__init__): Rearrange the
4371            order that the controls are created so that tabbing works correctly.
4372            (SelectPropertiesDialog.__init__): Rearrange the order that the
4373            controls are created so that tabbing works correctly.
4374    
4375            * Thuban/UI/dialogs.py: Copied NonModalDialog box and changed it
4376            to derive from a wxDialog but behave like the original implementation
4377            which was derived from a wxFrame. wxDialog provides useful key
4378            handling functionality like ESC calling OnCancel and ENTER calling
4379            OnOK which is lost with wxFrame.
4380    
4381            * Thuban/UI/mainwindow.py: Add "..." to menu items that will open
4382            new dialogs.
4383    
4384            * Thuban/UI/projdialog.py (ProjFrame.__init__): Rearrange the
4385            order that the controls are created so that tabbing works correctly.
4386            (ProjFrame.OnApply): Renamed from _OnTry() to use wxDialog behaviour.
4387            (ProjFrame.OnOK): Renamed from _OnOK() to use wxDialog behaviour.
4388            (ProjFrame.OnCancel): Renamed from _OnClose() to use wxDialog behaviour.
4389            (ProjPanel.__init__): Add "Airy" to the list of ellipsoids so we
4390            can provide the "UK National Grid" as a default projection.
4391            (UTMPanel.__init__): Rearrange the order that the controls are
4392            created so that tabbing works correctly.
4393    
4394    2003-05-05  Bernhard Herzog  <[email protected]>
4395    
4396            * extensions/thuban/wxproj.cpp: Fix some of the comments.
4397            (project_point): If a map projection but no layer projection is
4398            given, convert degrees to radians before applying the map
4399            projection.
4400    
4401            * Thuban/UI/tableview.py (TableGrid.disallow_messages)
4402            (TableGrid.allow_messages): New methods to make it possible to
4403            inhibit message sending.
4404            (TableGrid.issue): Only send the message if not inhibited.
4405            (LayerTableGrid.select_shape): Use the new methods to make sure
4406            that no ROW_SELECTED message is sent while we're updating the
4407            selected rows to match the selected shapes.
4408    
4409    2003-05-02  Jan-Oliver Wagner <[email protected]>
4410    
4411            Implementation of MemoryTable.
4412    
4413            * Thuban/Model/table.py (MemoryTable): New. Quite simple table
4414            implementation that operates on a list of tuples. All of the data
4415            are kept in the memory.
4416    
4417            * test/test_table.py (MemoryTableTest): New.
4418    
4419            * test/test_transientdb.py (SimpleTable): Removed.
4420            (TestTransientTable.test_transient_joined_table,
4421            (TestTransientTable.test_transient_table_read_twice): Replaced
4422            SimpleTable by MemoryTable.
4423    
4424    2003-04-30  Jonathan Coles   <[email protected]>
4425    
4426            * Data/iceland_sample.thuban: Now contains correct projections
4427            for each of the layers.
4428    
4429            * Resources/Projections/defaults.proj: Geographic projection
4430            contains unit conversion parameter.
4431    
4432    2003-04-30  Jonathan Coles   <[email protected]>
4433    
4434            The most important part of this putback is the projection changes.
4435            It should now be possible to specify the projection that a layer
4436            is in and then specify a different projection for the map. The
4437            projection dialog has an extra parameter for a geographic projection
4438            which lets the user select if the input is in degrees or radians.
4439    
4440            * Thuban/Model/layer.py (Layer.ShapesInRegion): Fix docstring
4441            to say that the parameter is a tuple of unprojected
4442            points (which is what the callers to this method were assuming).
4443            Also, since the points are unprojected we need to projected them.
4444    
4445            * Thuban/UI/legend.py (LegendTree.MoveCurrentItemUp,
4446            LegendTree.MoveCurrentItemDown): If the layer or any of the layer's
4447            groups are selected, move the layer up/down. Fixes RTbug #1833.
4448    
4449            * Thuban/UI/mainwindow.py: Move menu item map_rename up.
4450    
4451            * Thuban/UI/projdialog.py (ProjFrame._OnSave): Add missing
4452            parameter in call to SetClientData.
4453            (GeoPanel): Add support for selecting the units that the
4454            source data is in (Radians or Degrees).
4455    
4456            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Optimize
4457            the rendering loop by reducing the number of if's, removing the
4458            unnecessary try/except block, and checking if the old group
4459            is the same as the new one (which happens a lot if there is
4460            no classification, or lots of shapes are in the same group).
4461    
4462            * Thuban/UI/view.py (MapCanvas.OnPaint): Add a try/except block
4463            around the redraw routine to try to catch problems that the user
4464            may create by selecting invalid projections for the data set and
4465            map. Clears the display if there are any problems and prints the
4466            error.
4467            (MapCanvas.do_redraw): Use DC.Clear() instead of drawing a filled
4468            rectangle.
4469    
4470            * extensions/thuban/wxproj.cpp (project_point): First invert the
4471            supplied point (which should be in projected coordinates) using
4472            the layer's projection and then project the point using the
4473            map's projection.
4474            (project_points): Use project_point() to project each point.
4475    
4476    2003-04-30  Jan-Oliver Wagner <[email protected]>
4477    
4478            * Thuban/Model/layer.py (Layer.SetShapeStore): Fixed a bug:
4479            don't set the Classification to None if the classfication field
4480            is None (ie only a DEFAULT).
4481    
4482    2003-04-30  Bernhard Herzog  <[email protected]>
4483    
4484            * Thuban/UI/view.py: Fix some typos.
4485    
4486            * Thuban/UI/mainwindow.py (MainWindow.identify_view_on_demand): Do
4487            not pop up the dialog if the selection becomes empty (this could
4488            happen if e.g. a new selection is opened while the identify tool
4489            is active and dialog had been closed)
4490    
4491    2003-04-30  Bernhard Herzog  <[email protected]>
4492    
4493            * Thuban/Model/transientdb.py (TransientTableBase.__init__): New
4494            instance variable read_record_last_result
4495            (TransientTableBase.read_record): Make sure reading the same
4496            record twice works. The implementation uses the new instance
4497            variable read_record_last_result
4498    
4499            * test/test_transientdb.py
4500            (TestTransientTable.test_transient_table_read_twice): New test
4501            case for the above bug-fix.
4502    
4503    2003-04-29  Jonathan Coles   <[email protected]>
4504    
4505            * Thuban/common.py: Removed. No longer needed Str2Num. RTbug #1832.
4506    
4507            * Thuban/UI/classgen.py: Remove all uses of Str2Num.
4508    
4509            * Thuban/UI/classifier.py: Remove all uses of Str2Num.
4510            (ClassTable.SetValueAsCustom): Rename keyword argument in
4511            ClassGroup* constructors to match argument name.
4512    
4513    2003-04-29  Bernhard Herzog  <[email protected]>
4514    
4515            * Thuban/Model/session.py (Session.Destroy): Explicitly close the
4516            transient DB if it exists to make sure it doesn't leave a journal
4517            file in the temp directory.
4518    
4519            * Thuban/Model/transientdb.py (TransientDatabase.close): Set
4520            self.conn to None after closing the connection to make sure it's
4521            not closed twice
4522    
4523    2003-04-29  Jonathan Coles   <[email protected]>
4524    
4525            Add a visible parameter in the layer XML tag. The default value is
4526            "true". If anything other than "false" is specified we also assume
4527            "true". Addresses RTbug #1025.
4528    
4529            * Doc/thuban.dtd: Add visible parameter to a layer.
4530    
4531            * Thuban/Model/layer.py (BaseLayer.__init__): Change default value
4532            of visible from 1 to True.
4533            (Layer.__init__): Change default value of visible from 1 to True.
4534    
4535            * Thuban/Model/load.py (SessionLoader.start_layer): Read visible
4536            parameter.
4537    
4538            * Thuban/Model/save.py (SessionSaver.write_layer): Save visible
4539            parameter.
4540    
4541            * test/test_load.py: Add new test data contents_test_visible.
4542            (LoadSessionTest.setUp): save test data.
4543            (LoadSessionTest.testLayerVisibility): Test if the visible flag
4544            is loaded correctly.
4545    
4546            * test/test_save.py (SaveSessionTest.testSingleLayer): Add test
4547            for saving an invisible layer.
4548    
4549    2003-04-29  Jonathan Coles   <[email protected]>
4550    
4551            * Thuban/UI/mainwindow.py (MainWindow.SetMap): Look up the
4552            legend dialog box and tell it to change its map to the one
4553            supplied to SetMap(). Fixes RTbug #1770.
4554    
4555    2003-04-29  Bernhard Herzog  <[email protected]>
4556    
4557            Next step of table implementation. Introduce a transient database
4558            using SQLite that some of the data is copied to on demand. This
4559            allows us to do joins and other operations that require an index
4560            for good performance with reasonable efficiency. Thuban now needs
4561            SQLite 2.8.0 and pysqlite 0.4.1. Older versions may work but I
4562            haven't tested that.
4563            
4564            * Thuban/Model/transientdb.py: New. Transient database
4565            implementation.
4566    
4567            * test/test_transientdb.py: New. Tests for the transient DB
4568            classes.
4569    
4570            * Thuban/Model/session.py (AutoRemoveFile, AutoRemoveDir): New
4571            classes to help automatically remove temporary files and
4572            directories.
4573            (Session.__init__): New instance variables temp_dir for the
4574            temporary directory and transient_db for the SQLite database
4575            (Session.temp_directory): New. Create a temporary directory if not
4576            yet done and return its name. Use AutoRemoveDir to have it
4577            automatically deleted
4578            (Session.TransientDB): Instantiate the transient database if not
4579            done yet and return it.
4580    
4581            * Thuban/Model/data.py (ShapefileStore.__init__): Use an
4582            AutoTransientTable so that data is copied to the transient DB on
4583            demand.
4584            (SimpleStore): New class that simply combines a table and a
4585            shapefile
4586    
4587            * Thuban/Model/table.py (Table, DBFTable): Rename Table into
4588            DBFTable and update its doc-string to reflect the fact that this
4589            is only the table interface to a DBF file. Table is now an alias
4590            for DBFTable for temporary backwards compatibility.
4591    
4592            * Thuban/UI/application.py (ThubanApplication.OnExit): Make sure
4593            the last reference to the session goes away so that the temporary
4594            files are removed properly.
4595    
4596            * test/test_load.py (LoadSessionTest.tearDown): Remove the
4597            reference to the session to make sure the temporary files are
4598            removed.
4599    
4600    2003-04-29  Bernhard Herzog  <[email protected]>
4601    
4602            * Thuban/Model/load.py (XMLReader.__init__, XMLReader.read): Turn
4603            the __parser instance variable into a normal local variable in
4604            read. It's only used there and read will never be called more than
4605            once. Plus it introduces a reference cycle that keeps can keep the
4606            session object alive for a long time.
4607    
4608    2003-04-29  Jonathan Coles   <[email protected]>
4609    
4610            * Thuban/Model/proj.py (Projection): Removed Set*() methods to make
4611            Projection an immutable item. Fixes RTbug #1825.
4612            (Projection.__init__): Initialize instance variables here.
4613            (ProjFile.Replace): New. Replace the given projection object with
4614            the new projection object. This solves the problem of needing the
4615            mutator Projection.SetProjection() in the ProjFrame class and
4616            allows a projection to change parameters without changing its
4617            location in the file.
4618    
4619            * Thuban/UI/mainwindow.py (MainWindow.SaveSessionAs): Dialog should
4620            be of type wxSAVE and should verify overwriting a file.
4621    
4622            * Thuban/UI/projdialog.py (ProjFrame._OnSave): Use the new
4623            ProjFile.Replace() method instead of the mutator
4624            Projection.SetProjection(). Also requires that we reassign the
4625            client data to the new projection.
4626    
4627            * test/test_proj.py (TestProjection.test): Test GetName() and
4628            GetAllParameters()
4629            (TestProjFile.test): Remove tests for Set*() methods. Add tests
4630            for Replace().
4631    
4632    2003-04-25  Jonathan Coles   <[email protected]>
4633    
4634            * Thuban/Model/save.py (SessionSaver.write_projection): Make sure
4635            to save the name of the projection.
4636    
4637            * test/test_save.py (SaveSessionTest.testLayerProjection): New
4638            test to verify layer projections are saved correctly.
4639    
4640    2003-04-25  Jonathan Coles   <[email protected]>
4641    
4642            * Thuban/Model/proj.py (Projection.SetName): Set the name
4643            to "Unknown" if name is None.
4644            (Projection.SetAllParameters): New. Set the projection's
4645            parameter list to the one supplied.
4646            (Projection.SetProjection): New. Set the projection's
4647            properties to those of the supplied Projection.
4648    
4649            * Thuban/UI/mainwindow.py (MainWindow.MapProjection): Set
4650            the dialog title to include the map's title.
4651            (MainWindow.LayerProjection): Set the dialog title to include
4652            the layer's title.
4653    
4654            * Thuban/UI/projdialog.py (ProjFrame.__ShowError): Consolidate
4655            error dialogs into a single method call.
4656            (ProjFrame.__VerifyButtons): Add more states to check.
4657            (ProjFrame.__GetProjection): Return the current state of an
4658            edited projection or None.
4659            (ProjFrame.__FillAvailList): Remove checks for states that
4660            shouldn't exist.
4661            (ProjFrame._OnNew): Clear all selected items and supply
4662            a projection panel if necessary.
4663    
4664            * test/test_proj.py (TestProjFile.test): Add tests for
4665            ProjFile.SetAllParameters, ProjFile.SetProjection,
4666            ProjFile.SetName.
4667    
4668    2003-04-25  Jonathan Coles   <[email protected]>
4669    
4670            * Thuban/UI/projdialog.py (ProjFrame.__FillAvailList): Now
4671            takes an optional argument to select the current projection.
4672            This does not guarantee that the item is visible due to
4673            limited wxWindows functionality. Fixes RTBug #1821.
4674    
4675    2003-04-25  Jonathan Coles   <[email protected]>
4676    
4677            * Thuban/Model/load.py (SessionLoader.start_projection): Remember
4678            the projection name and use it when constructing the Projection
4679            object.
4680    
4681            * Thuban/Model/proj.py (Projection.__init__): Change the default
4682            value for 'name' to None and then test if name is equal to None
4683            in the body of the constructor. This way the caller doesn't have to
4684            know what the default value should be. Namely, useful in load.py
4685            where we have to pick a default value if the 'name' parameter
4686            doesn't exist in the XML file.
4687    
4688            * test/test_load.py (LoadSessionTest.testLayerProjection): New.
4689            Tests a file where a layer has a projection.
4690    
4691    2003-04-25  Jonathan Coles   <[email protected]>
4692    
4693            * Thuban/Model/layer.py (Layer.TreeInfo): Add an item to the
4694            tree for projection information.
4695    
4696            * Thuban/Model/load.py (XMLReader.GetFilename): Renamed from
4697            XMLReader.GetFileName.
4698            (SessionLoader): Added support for loading projection tags that
4699            appear inside a layer.
4700    
4701            * Thuban/Model/proj.py (ProjFile): Document the class. Move
4702            back to using a list because the order of the projections in
4703            the file is important to maintain. Fixes RTbug #1817.
4704    
4705            * Thuban/Model/resource.py: Rename calls to ProjFile.GetFileName
4706            to ProjFile.GetFilename.
4707    
4708            * Thuban/Model/save.py (SessionSaver.write_layer): Save projection
4709            information.
4710    
4711            * Thuban/UI/projdialog.py (ProjFrame._OnAddToList): Renamed from
4712            ProjFrame._OnSaveAs. Removed old dead code from previous
4713            implementation.
4714            (ProjFrame._OnExport): Add support for exporting more than one
4715            projection to a single file.
4716            (ProjFrame.__FillAvailList): use string formatting (% operator)
4717            to build strings that are (partly) translated. Fixes RTbug #1818.
4718    
4719            * test/test_proj.py (TestProjFile.test): New. Tests the base ProjFile
4720            class.
4721    
4722    2003-04-24  Bernhard Herzog  <[email protected]>
4723    
4724            * po/es.po: Updated Spanish translation by Daniel Calvelo Aros
4725    
4726            * po/fr.po: New. French translation by Daniel Calvelo Aros
4727    
4728            * Thuban/UI/projdialog.py (ProjFrame._OnSaveAs): Don't translate
4729            empty strings.
4730    
4731    2003-04-24  Jonathan Coles   <[email protected]>
4732    
4733            * Thuban/Model/layer.py (Layer.GetProjection): New. Needed to
4734            implement the interface that the ProjFrame dialog expects.
4735    
4736            * Thuban/Model/proj.py (Projection.SetName): New. Allows the
4737            name of the projection to be changed.
4738            (ProjFile): Use a dictionary instead of a list so that removing
4739            projections is easier and we are sure about uniqueness.
4740            (ProjFile.Remove): Remove the given projection object.
4741    
4742            * Thuban/Model/resource.py (GetSystemProjFiles, GetUserProjFiles):
4743            Return a list with only one projection file instead of searching for
4744            any projection file. This simplifies many things if the user can
4745            only have one system file and one user file.
4746    
4747            * Thuban/UI/classgen.py: Change all references to
4748            genCombo to genChoice.
4749    
4750            * Thuban/UI/mainwindow.py: Add a Projection option under the
4751            layer menu.
4752            (MainWindow.LayerProjection): New. Open up a projection window
4753            for a layer.
4754    
4755            * Thuban/UI/projdialog.py: Large changes to how the dialog is
4756            laid out. Use three panels instead of one. One for the list of
4757            projections, one for the edit controls, and one for the buttons.
4758            Fixed resizing problems so that the dialog resizes correctly
4759            when the projection panel changes. Added import/export, save, and
4760            new buttons/functionality.
4761    
4762    2003-04-24  Bernhard Herzog  <[email protected]>
4763    
4764            First step towards table management. Introduce a simple data
4765            abstraction so that we replace the data a layer uses more easily
4766            in the next step.
4767    
4768            * Thuban/Model/data.py: New file with a simple data abstraction
4769            that bundles shapefile and dbffile into one object.
4770    
4771            * Thuban/Model/session.py (Session.OpenShapefile): New method to
4772            open shapefiles and return a shape store object
4773    
4774            * Thuban/Model/layer.py (Layer.__init__): Pass the data as a store
4775            object instead of a shapefile filename. This introduces a new
4776            instance variable store holding the datastore. For intermediate
4777            backwards compatibility keep the old instance variables.
4778            (open_shapefile): Removed. No longer needed with the shape store.
4779            (Layer.SetShapeStore, Layer.ShapeStore): New methods to set and
4780            get the shape store used by a layer.
4781            (Layer.Destroy): No need to explicitly destroy the shapefile or
4782            table anymore.
4783    
4784            * Thuban/UI/mainwindow.py (MainWindow.AddLayer)
4785            (MainWindow.AddLayer): Use the session's OpenShapefile method to
4786            open shapefiles
4787    
4788            * Thuban/Model/load.py (ProcessSession.start_layer): Use the
4789            session's OpenShapefile method to open shapefiles
4790    
4791            * test/test_classification.py
4792            (TestClassification.test_classification): Use the session's
4793            OpenShapefile method to open shapefiles and build the filename in
4794            a more platform independed way
4795    
4796            * test/test_layer.py (TestLayer.setUp, TestLayer.tearDown):
4797            Implement to have a session to use in the tests
4798            (TestLayer.test_arc_layer, TestLayer.test_polygon_layer)
4799            (TestLayer.test_point_layer, TestLayer.test_empty_layer): Use the
4800            session's OpenShapefile method to open shapefiles
4801            (TestLayerLegend.setUp): Instantiate a session so that we can use
4802            it to open shapefiles.
4803            (TestLayerLegend.tearDown): Make sure that all references to
4804            layers and session are removed otherwise we may get a resource
4805            leak
4806    
4807            * test/test_map.py (TestMapAddLayer.test_add_layer)
4808            (TestMapWithContents.setUp): Instantiate a session so that we can
4809            use it to open shapefiles.
4810            (TestMapWithContents.tearDown): Make sure that all references to
4811            layers, maps and sessions are removed otherwise we may get a
4812            resource leak
4813            ("__main__"): use support.run_tests() so that more info about
4814            uncollected garbage is printed
4815    
4816            * test/test_save.py (SaveSessionTest.testSingleLayer): Use the
4817            session's OpenShapefile method to open shapefiles
4818            ("__main__"): use support.run_tests() so that more info about
4819            uncollected garbage is printed
4820    
4821            * test/test_selection.py (TestSelection.tearDown): Make sure that
4822            all references to the session and the selection are removed
4823            otherwise we may get a resource leak
4824            (TestSelection.get_layer): Instantiate a session so that we can
4825            use it to open shapefiles.
4826            ("__main__"): use support.run_tests() so that more info about
4827            uncollected garbage is printed
4828    
4829            * test/test_session.py (TestSessionBase.tearDown)
4830            (TestSessionWithContent.tearDown): Make sure that all references
4831            to the session and layers are removed otherwise we may get a
4832            resource leak
4833            (TestSessionWithContent.setUp): Use the session's OpenShapefile
4834            method to open shapefiles
4835    
4836    2003-04-24  Jonathan Coles   <[email protected]>
4837    
4838            * Thuban/Model/load.py (XMLReader.read): Should have been checking
4839            if the file_or_filename object had the 'read' attribute.
4840    
4841    2003-04-23  Jonathan Coles   <[email protected]>
4842    
4843            * Thuban/Model/resource.py: Fixes RTbug #1813.
4844            (ReadProjFile): Add documentation about which exceptions are raised.
4845            Always pass the exceptions up to the caller.
4846            (GetProjFiles): If the directory can't be read return an empty list.
4847            If any of the proj files can't be read skip that file and go
4848            on to the next one.
4849    
4850            * test/test_proj.py: Added test cases to handle nonexistent files,
4851            unreadable files, and files that don't parse correctly.
4852    
4853    2003-04-23  Jonathan Coles   <[email protected]>
4854    
4855            Projection dialog. Allows the user to select from a list
4856            of projection templates and optionally edit them and save new ones.
4857    
4858            * Thuban/UI/projdialog.py (ProjFrame): New. Main dialog.
4859            (ProjPanel): Base class for projection specific panels.
4860            (TMPanel): Projection panel for Transverse Mercartor.
4861            (UTMPanel): Projection panel for Universal Transverse Mercartor.
4862            (LCCPanel): Projection panel for Lambert Conic Conformal.
4863            (GeoPanel): Projetion panel for Geographic Projection.
4864    
4865    2003-04-23  Jonathan Coles   <[email protected]>
4866    
4867            * Thuban/Model/load.py (XMLReader): Renamed from XMLProcessor to
4868            promote symmetry. There now exists XMLReader and XMLWriter.
4869            (XMLReader.read): New. Call to read the given file descriptor or
4870            filename.
4871            (XMLReader.close): New. Make sure the file is closed.
4872            (XMLReader.GetFileName): New. Return just the file name that is being
4873            read from.
4874            (XMLReader.GetDirectory): New. Return just the directory of the file
4875            that is being read.
4876            (XMLReader.AddDispatchers): New. Take a dictionary which contains
4877            the names of functions to call as the XML tree is parsed.
4878            (XMLReader.startElementNS): Updated to use new dispatcher dictionary.
4879            (XMLReader.endElementNS): Updated to use new dispatcher dictionary.
4880            (SessionLoader): Removed class variables start_dispatcher and
4881            end_dispatcher since this functionality is now part of a class
4882            instance. Fixes RTbug #1808.
4883            (SessionLoader.__init__): Add dispatcher functions.
4884            (load_xmlfile): Code was moved into the XMLReader.read().
4885            (load_session): Use modified SessionLoader.
4886    
4887            * Thuban/Model/map.py (Map.GetProjection): New. Returns the
4888            map's projection.
4889    
4890            * Thuban/Model/proj.py (Projection.GetParameters): Renamed to
4891            GetAllParameters.
4892            (Projection.GetParameter): Returns the value for the given parameter.
4893    
4894            * Thuban/Model/resource.py: Use XMLReader and XMLWriter.
4895            (GetProjFiles): Renamed from GetProjections. Now returns a list
4896            of ProjFile objects.
4897            (GetSystemProjFiles): Renamed from GetSuppliedProjections. Returns
4898            a list of ProjFile objects whose files are not user defined.
4899            (GetUserProjFiles): Renamed from GetUserProjections. Returns a
4900            list of ProjFile objects whose files are user defined.
4901            (ProjFileReader): Extend new XMLReader.
4902    
4903            * Thuban/Model/save.py (XMLWriter): Renamed from XMLSaver to
4904            promote symmetry.
4905    
4906            * Thuban/UI/classgen.py (ClassGenDialog.__init__): Use a wxChoice
4907            control instead of a wxComboBox. wxChoice controls do not generate
4908            events as the uses highlights possible choices which fixes problems
4909            with resizing the dialog when the use selects an option.
4910    
4911            * Thuban/UI/classifier.py (Classifier.__init__): Use a wxChoice
4912            control instead of a wxComboBox.
4913    
4914            * Thuban/UI/mainwindow.py (MainWindow.Projection): Use new projection
4915            dialog.
4916    
4917            * test/test_proj.py (TestProjection.test): New tests for GetParameter
4918            method.
4919    
4920    2003-04-22  Bernhard Herzog  <[email protected]>
4921    
4922            * Thuban/UI/mainwindow.py: Remove some unused imports and global
4923            constants
4924    
4925            * Thuban/UI/identifyview.py (IdentifyListCtrl.selected_shape)
4926            (IdentifyGridCtrl.selected_shape): Use table, not shapetable.
4927    
4928    2003-04-17  Bernhard Herzog  <[email protected]>
4929    
4930            * Thuban/Model/layer.py: Don't import LAYER_LEGEND_CHANGED.
4931            (Layer): Update doc-string since LAYER_LEGEND_CHANGED is not used
4932            anymore.
4933            (Layer.BoundingBox, Layer.GetFieldType, Layer.NumShapes)
4934            (Layer.ShapeType, Layer.Shape): No need to call
4935            self.open_shapefile since it's always called in __init__
4936    
4937            * Thuban/UI/application.py (ThubanApplication.MainLoop): Removed.
4938            In wxPython 2.4 there's no need to extend MainLoop anymore since
4939            wxPython itself makes sure OnExit is called.
4940    
4941    2003-04-16  Jonathan Coles   <[email protected]>
4942    
4943            Initial putback of projection management code. Includes new
4944            classes to read and write projection files. The current load
4945            and save classes were abstracted a bit so they could be reused.
4946            The Projection class was extended to provide new methods and
4947            have a name.
4948    
4949            * Thuban/Model/load.py (XMLProcessor): New. Contains all the
4950            general XML reading methods that were part of ProcessSession.
4951    
4952            * Thuban/Model/proj.py (Projection.__init__): Accepts an optional
4953            name.
4954            (ProjFile): New. Represents a file that contains projection
4955            information.
4956    
4957            * Thuban/Model/resource.py: New. Contains general utilities
4958            for read and writing projection files.
4959    
4960            * Thuban/Model/save.py (XMLSaver): New. Contains all the
4961            general XML writing methods that were part of SessionSaver.
4962            (SessionSaver): Renamed from Saver.
4963    
4964            * test/test_proj.py: New test cases for the projection
4965            file read and write functions.
4966    
4967    2003-04-16  Jonathan Coles   <[email protected]>
4968    
4969            * Thuban/Model/classification.py: Use repr() around values
4970            in the ClassGroup*.__repr__() methods so it is clearer when
4971            a value is a string and when it is a number.
4972    
4973            * test/test_load.py: Rework the classification test to test
4974            that we can load old files.
4975            (testLabels): Test a file where the groups have labels.
4976    
4977    2003-04-16  Bernhard Herzog  <[email protected]>
4978    
4979            Safer implementation of the performance enhancements of the
4980            low-level renderer:
4981            
4982            * extensions/thuban/wxproj.cpp (extract_projection)
4983            (extract_pointer): Rename extract_projection to extract_pointer
4984            and redefine its purpose to return the pointer stored in a CObject
4985            returned by the object's cobject method. Update all callers.
4986            (s_draw_info, free_draw_info, draw_polygon_init): Implement the
4987            handling of these low-level parameters so that each s_draw_info
4988            instance is handled as a CObject at python level that also
4989            contains real references to the actual python objects which
4990            contain the values in the struct. Add free_draw_info as the
4991            destructor.
4992            (draw_polygon_shape): Add the py_draw_info parameter which must a
4993            cobject containing an s_draw_info pointer.
4994    
4995            * Thuban/UI/renderer.py (MapRenderer.polygon_render_param): New
4996            method to instantiat the low-level render parameter
4997            (MapRenderer.draw_shape_layer): Use the new method. Remove some
4998            commented out code.
4999            (MapRenderer.draw_polygon_shape): Make the first parameter not the
5000            layer but the low-level render parameter
5001            (ScreenRenderer.draw_shape_layer): Use the low-level render
5002            parameter.
5003    
5004    2003-04-15  Jonathan Coles   <[email protected]>
5005    
5006            * Thuban/Model/classification.py: Implemented __repr__ for
5007            the ClassGroup* classes to make debugging a bit easier.
5008            (ClassGroup.SetLabel): Check that the string is an instance
5009            of StringTypes not StringType. Accounts for Unicode strings.
5010    
5011            * Thuban/Model/color.py: Implemented __repr__ to make
5012            debugging a bit easier.
5013    
5014            * Thuban/Model/save.py (Saver.write_classification): Need to
5015            save the group label.
5016    
5017            * test/test_load.py (testClassification): New. Loads the
5018            iceland_sample_test.thuban file and checks if it was loaded
5019            correctly.
5020    
5021    2003-04-15  Jonathan Coles   <[email protected]>
5022    
5023            * extensions/thuban/wxproj.cpp (draw_polygon_init): New. Used
5024            to improve rendering performance by initializing the variables
5025            that are not change each time draw_polygon_shape() is called.
5026            The values are stored in a global struct draw_info.
5027            (draw_polygon_shape): Removed initialization code that is
5028            now in draw_polygon_init().
5029    
5030            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Make
5031            drawing initialization call to draw_polygon_init()
5032            (MapRenderer.draw_polygon_shape): Use new signature of
5033            draw_polygon_shape.
5034    
5035            * Thuban/UI/classgen.py (GenUniformPanel): Fix spin control
5036            weirdness by setting the range to (1, maxint).
5037    
5038            * Thuban/Model/classification.py (ClassGroupProperties): Make
5039            instance variables private and optimize comparison operator
5040            by first checking if the color references are the same.
5041            (ClassGroupSingleton): Make instance variables private.
5042            (ClassGroupRange): Make instance variables private.
5043    
5044            * HOWTO-Release: Filled in missing steps for releasing packages.
5045    
5046    2003-04-15  Bernhard Herzog  <[email protected]>
5047    
5048            First stab at internationalized messages:
5049    
5050            * Thuban/__init__.py (_): Implement the translation function for
5051            real using the python gettext module.
5052    
5053            * Thuban/UI/classifier.py (ClassTable.GetRowLabelValue): Don't
5054            translate empty strings.
5055    
5056            * Thuban/UI/application.py (ThubanApplication.read_startup_files):
5057            Add a missing space to a warning message
5058    
5059            * po/README: New. Notes about the management of the translation
5060            files.
5061    
5062            * po/Makefile: New. Makefile to help manage the translation files.
5063    
5064            * po/es.po: New. Spanish translation by Daniel Calvelo Aros
5065    
5066            * MANIFEST.in: Include the *.mo files in Resources/Locale and the
5067            translations and support files in po/
5068    
5069            * setup.py (data_files): Add the *.mo files to the data_files too
5070    
5071            * README: Add note about the translations when building from CVS
5072    
5073    2003-04-14  Jonathan Coles   <[email protected]>
5074    
5075            * Thuban/UI/dock.py: Fixes some window resizing problems most
5076            noticable under windows. Always assume the button bitmaps will
5077            be there. Code clean up.
5078            (DockabelWindow.Dock, DockableWindow.UnDock): Force all the
5079            images for the dock/undock button to the same images.
5080            Work around for RTbug #1801.
5081    
5082            * Thuban/UI/legend.py (LegendPanel.__init__): The toolbar should
5083            be allowed to grow within the sizer. Fixes a bug under Windows
5084            where the toolbar wasn't being drawn.
5085    
5086    2003-04-14  Frank Koormann   <[email protected]>
5087    
5088            * Resources/Bitmaps/dock_12.xpm, Resources/Bitmaps/undock_12.xpm:
5089            Updated design to try to make the button functionality more
5090            transparent.
5091    
5092    2003-04-14  Jonathan Coles   <[email protected]>
5093    
5094            * Thuban/UI/legend.py (LegendPanel.__init__): Call Create() to
5095            finalize the intialization of the panel.
5096    
5097            * Thuban/UI/dock.py (DockPanel.Create): New. Finalizes the
5098            creation of the panel. Should be the last thing called in the
5099            initializer of a subclass.
5100    
5101            * Thuban/UI/classgen.py (ClassGenDialog.__init__): Actively
5102            set the current selections in the combo boxes. This is needed
5103            under Windows.
5104    
5105            * Thuban/UI/classifier.py (Classifier.__init__): Add a top
5106            level panel to the dialog so that the background colors are
5107            consistent under Windows.
5108    
5109    2003-04-11  Jonathan Coles   <[email protected]>
5110    
5111            * Thuban/UI/classgen.py: Change color ramps to start at white
5112            not black.
5113    
5114            * Thuban/UI/legend.py: Enable/disable the legend buttons when
5115            the legend changes. Fixes RTbug #1793.
5116    
5117            * test/test_classification.py: Added test for copying of
5118            classifications.
5119    
5120    2003-04-11  Jonathan Coles   <[email protected]>
5121    
5122            * Thuban/UI/resource.py: New. Centralize the loading of resources
5123            such as bitmaps.
5124    
5125            * Thuban/UI/classgen.py (GenUniquePanel.__init__): Reordered buttons,
5126            added images to the move buttons, added 'reverse' button.
5127            (CustomRampPanel.__init__): Added images to the move buttons.
5128            (GreyRamp): New. Generates a ramp from white to black.
5129            (HotToColdRamp): New. Generates a ramp from cold to hot colors.
5130    
5131            * Thuban/UI/classifier.py: Refactored ID's from ID_CLASSIFY_* to
5132            ID_PROPERTY_*.
5133            (Classifier.__init__): Minor changes to the layout.
5134            (Classifier._OnTitleChanged): Listen for when the user edits the
5135            title and update the dialog's title and the layer's title.
5136    
5137            * Thuban/UI/dock.py: Use new bitmaps for the control buttons.
5138    
5139            * Thuban/UI/legend.py: Use new bitmaps for the control buttons.
5140            (LegendTree._OnMsgLayerTitleChanged): Change the displayed title
5141            if the layer's title changes.
5142    
5143            * Thuban/UI/mainwindow.py: Added new menu item and associated code
5144            to open a dialog to rename the map.
5145            (MainWindow): Use new resource class to import bitmaps.
5146    
5147    2003-04-11  Jonathan Coles   <[email protected]>
5148    
5149            * Resources/Bitmaps/close_12.xpm, Resources/Bitmaps/dock_12.xpm,
5150            Resources/Bitmaps/group_use.xpm, Resources/Bitmaps/group_use_all.xpm,
5151            Resources/Bitmaps/group_use_none.xpm,
5152            Resources/Bitmaps/group_use_not.xpm,
5153            Resources/Bitmaps/hide_layer.xpm,
5154            Resources/Bitmaps/layer_properties.xpm,
5155            Resources/Bitmaps/lower_layer.xpm, Resources/Bitmaps/raise_layer.xpm,
5156            Resources/Bitmaps/show_layer.xpm, Resources/Bitmaps/undock_12.xpm:
5157            New.
5158    
5159    2003-04-10  Jonathan Coles   <[email protected]>
5160    
5161            * Thuban/Model/classification.py: (ClassGroupRange.__init__):
5162            Should pass group to ClassGroup constructor.
5163    
5164    2003-04-10  Jonathan Coles   <[email protected]>
5165    
5166            * Thuban/Model/classification.py: (ClassGroup): Move all the common
5167            methods of the derived classes ([Set|Get]Properties(), __eq__, __ne__)
5168            here. Implement SetVisible(), IsVisible().
5169            (ClassGroup.__init__): Add group parameter which acts as a copy
5170            constructor.
5171    
5172            * Thuban/UI/classifier.py (ClassTable): Add a new column for the
5173            "Visible" check boxes.
5174            (Classifier): Rename the buttons and refactor the code to match
5175            the new labels.
5176    
5177            * Thuban/UI/legend.py: Classify button is now called "Properties".
5178            Refactored the code to change variable names.
5179            (LegendTree.__FillTreeLayer): Only list a group if it is visible.
5180    
5181            * Thuban/UI/mainwindow.py: MainWindow.OpenClassifier renamed to
5182            MainWindow.OpenLayerProperties. MainWindow.LayerEditProperties
5183            renamed to MainWindow.LayerEditProperties.
5184            (MainWindow.ToggleLegend): Don't include map name in legend title.
5185            (MainWindow.SetMap): Added the map name to the window title.
5186            (MainWindow.LayerFillColor, MainWindow.LayerTransparentFill,
5187            MainWindow.LayerOutlineColor, MainWindow.LayerNoOutline): Removed.
5188            Functionality is found in the layer properties dialog.
5189    
5190            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Only
5191            draw visible groups.
5192    
5193    2003-04-09  Jonathan Coles   <[email protected]>
5194    
5195            * Thuban/UI/classgen.py: Modifications to allow simple
5196            addition and selection of new color schemes.
5197            (MonochromaticRamp): New. Generates a ramp between two colors.
5198            (RedRamp): New. Generates a ramp of all red.
5199            (GreenRamp): New. Generates a ramp of all green.
5200            (BlueRamp): New. Generates a ramp of all blue.
5201    
5202    2003-04-09  Jonathan Coles   <[email protected]>
5203    
5204            * Thuban/Model/classification.py (Classification.__deepcopy__):
5205            Need to copy over field and fieldType attributes.
5206    
5207            * Thuban/Model/table.py (Table.field_range): New. Retrive the
5208            maximum and minimum values over the entire table for a given
5209            field.
5210            (Table.GetUniqueValues): New. Retrieve all the unique values
5211            in the table for a given field.
5212    
5213            * Thuban/UI/classgen.py: Renamed GenRangePanel to GenUniformPanel.
5214            (GenUniquePanel): New. Controls to allow the user to select
5215            which unique field values they would like in the classification.
5216            (CustomRampPanel): Code that was in ClassGenDialog that allows
5217            the user to select the properties for a custom ramp.
5218            (ClassGenerator.GenUniformDistribution): Was called GenerateRanges.
5219    
5220            * Thuban/UI/classifier.py: Removed a lot of debugging code.
5221            (Classifier._SetClassification): Callback method so that the
5222            class generator can set the classification in the grid.
5223            (ClassGroupPropertiesCtrl): New. Encapsulates the drawing and
5224            editing of a group properties class into a wxWindows control.
5225    
5226            * Thuban/UI/dock.py: It was decided that if the user closes
5227            a dockable window the window should simply hide itself. That
5228            way if the user wants to show the dock again it appears in the
5229            same place as it was when it was closed.
5230            (DockableWindow.Destroy): Call renamed method OnDockDestroy().
5231            (DockableWindow._OnButtonClose): Hide the window instead of
5232            destroying it.
5233            (DockableWindow._OnClose): Hide the window instead of
5234            destroying it.
5235    
5236            * Thuban/UI/legend.py (LegendTree): Use a private method to
5237            consistently set the font and style of the text. Fixes RTbug #1786.
5238    
5239            * Thuban/UI/mainwindow.py: Import just the Classifier class.
5240    
5241    2003-04-07  Bernhard Herzog  <[email protected]>
5242    
5243            * Thuban/UI/mainwindow.py (main_menu): Move the toggle_legend item
5244            to the map module
5245    
5246    2003-04-07  Bernhard Herzog  <[email protected]>
5247    
5248            * Thuban/UI/mainwindow.py (MainWindow.ShowSessionTree): Removed in
5249            favor of ToggleSessionTree
5250            (MainWindow.ToggleSessionTree): New method to toggle visibility of
5251            the session tree.
5252            (MainWindow.SessionTreeShown): New method to return whether the
5253            session tree is currently shown.
5254            (MainWindow.ToggleLegend): New method to toggle visibility of the
5255            legend
5256            (MainWindow.ShowLegend): Implement in terms of ToggleLegend and
5257            LegendShown
5258            (MainWindow.LegendShown): New method to return whether the legend
5259            is currently shown.
5260            (_method_command): Add checked parameter so we can define check
5261            menu items
5262            (_has_tree_window_shown, _has_legend_shown): Use the appropriate
5263            mainwindow methods.
5264            (show_session_tree, show_legend commands): Removed.
5265            (toggle_session_tree, toggle_legend commands): New commands to
5266            toggle the visibility of the dialogs
5267    
5268    2003-04-07  Jonathan Coles   <[email protected]>
5269    
5270            * Thuban/UI/classgen.py: Fix Windows problem.
5271    
5272            * Thuban/UI/dock.py: Fix Windows problem.
5273    
5274            * Thuban/UI/mainwindow.py: Use False instead of false.
5275            (MainWindow.ShowLegend): Remove unnecessary switch parameter.
5276    
5277    2003-04-07  Jonathan Coles   <[email protected]>
5278    
5279            Since we now say that the order of the groups in a classification
5280            matters, it makes sense to be able to manipulate that order. Most
5281            of the changes to Thuban/Model/classification.py are to that end.
5282    
5283            * Thuban/Model/classification.py (Classification.AppendGroup,
5284            Classification.InsertGroup, Classification.ReplaceGroup,
5285            Classification.RemoveGroup, Classification.GetGroup): Do as the
5286            names imply.
5287            (Classification.FindGroup): This was called GetGroup, but GetGroup
5288            takes an index, while FindGroup takes a value.
5289            (Classification.__deepcopy__): Copy all the groups, BUT NOT THE LAYER
5290            REFERENCE. Currently there is a cyclic reference between the layer
5291            and its classification. If the classification doesn't need to know
5292            its owning layer we can change this, since it may make sense to be
5293            able to use the same classification with different layers.
5294    
5295            * Thuban/Model/load.py: Use Classification.AppendGroup(), not AddGroup()
5296    
5297            * Thuban/UI/classgen.py: Use Classification.AppendGroup(),
5298            not AddGroup()
5299    
5300            * Thuban/UI/classifier.py: Now that we can depend on the order in
5301            a Classification and have methods to manipulate that order we don't
5302            need to use our own data structures in the grid. We can simply make
5303            the grid/table access the information they need from a copy of
5304            the classification object.
5305            (Classifier._OnCloseBtn): Event handler for when the user clicks
5306            'Close'. This is needed so if the user applies changes and then
5307            continues to change the table the user has the option of discarding
5308            the most recent changes and keeping what they applied.
5309    
5310            * Thuban/UI/mainwindow.py: Put "Show Legend" and "Show Session Tree"
5311            into the same group.
5312    
5313            * extensions/thuban/wxproj.cpp (check_version): If Thuban is compiled
5314            with a really old version of proj, PJ_VERSION won't even be defined.
5315            If it isn't defined then just compile so that the function always
5316            returns Py_False.
5317    
5318            * test/test_classification.py: Fix tests to use the renamed methods.
5319            Still need to write tests for the new methods.
5320    
5321    2003-04-04  Jonathan Coles   <[email protected]>
5322    
5323            * Thuban/UI/classifier.py (Classifier.__SelectField): Move the
5324            call to SetSelection out of the method and before the call
5325            to __SelectField in __init__. This prevents a recursion of events
5326            when _OnFieldSelect is triggered by the user.
5327    
5328    2003-04-04  Jonathan Coles   <[email protected]>
5329    
5330            * Thuban/Model/classification.py: Rename Color.None to
5331            Color.Transparent.
5332            (ClassGroupProperties.SetLineColori, ClassGroupProperties.SetFill):
5333            Don't bother copying the color, since Colors are immutable.
5334    
5335            * Thuban/Model/color.py, Thuban/Model/layer.py, Thuban/Model/load.py,
5336            Thuban/UI/classifier.py, Thuban/UI/mainwindow.py,
5337            Thuban/UI/renderer.py, Thuban/UI/view.py:
5338            Rename Color.None to Color.Transparent.
5339        
5340            * test/test_classification.py, test/test_load.py: Rename Color.None
5341            to Color.Transparent.
5342    
5343    2003-04-04  Jonathan Coles   <[email protected]>
5344    
5345            * Thuban/Model/classification.py: Fix assert calls.
5346            (ClassGroupProperties.SetLineColor, ClassGroupProperties.SetFill):
5347            Copy the color parameter rather than hold onto a reference.
5348    
5349            * Thuban/Model/color.py (Color.__copy__, Color.__deepcopy): Copy
5350            the color object.
5351            (NoColor.__copy__, NoColor.__deepcopy): Return 'self' so that we
5352            are sure there exists only one refernce to Color.None in the system.
5353            This allows us to use 'is' rather than the comparision functions.
5354            
5355            * Thuban/Model/save.py: Fix assert calls.
5356            
5357            * Thuban/UI/classifier.py: Fix assert calls.
5358            (ClassGrid._OnCellDClick): Call up to the classifier to open the
5359            dialog to edit the groups properties.
5360            (ClassGrid._OnCellResize): Make sure that the scollbars are drawn
5361            correctly if a cell is resized.
5362            (ClassTable.SetClassification): New. Changes the classification
5363            that is in the table.
5364            (ClassTable.__SetRow): Allow groups to be prepended.
5365            (Classifier): New code for opening the EditProperties and
5366            GenerateRanges dialogs.
5367            (SelectPropertiesDialog.__GetColor): Only set the color in the
5368            color dialog if the current color is not None.
5369            
5370            * Thuban/UI/dock.py: Fix assert calls.
5371            
5372            * Thuban/UI/legend.py: Fix assert calls.
5373            
5374            * Thuban/UI/renderer.py: Fix assert calls.
5375            
5376            * Thuban/UI/classgen.py (ClassGenDialog): Dialog for generating
5377            classifications.
5378            (GenRangePanel): Panel specific to range generation.
5379            (GenSingletonPanel): Panel specific to singleton generation.
5380            (ClassGenerator): Class responsible for actually generating
5381            the classification from the data gathered in the dialog box.
5382            (PropertyRamp): Generates properties whose values range from
5383            a starting property to an ending property.
5384    
5385    2003-04-03  Bernhard Herzog  <[email protected]>
5386    
5387            * test/support.py (print_garbage_information): New function that
5388            prints information about still connected messages and memory
5389            leaks.
5390            (run_suite): Removed.
5391            (run_tests): New function for use as a replacement of
5392            unittest.main in the test_* files. This one calls
5393            print_garbage_information at the end.
5394    
5395            * test/runtests.py (main): Use support.print_garbage_information
5396    
5397            * test/test_layer.py: Use support.run_tests instead of
5398            unittest.main so we get memory leak information
5399            (TestLayer.test_arc_layer, TestLayer.test_polygon_layer)
5400            (TestLayer.test_point_layer, TestLayer.test_empty_layer)
5401            (TestLayerLegend.test_visibility): Call the layer's Destroy method
5402            to fix a memory leak.
5403    
5404            * test/test_classification.py: Use support.run_tests instead of
5405            unittest.main so we get memory leak information
5406            (TestClassification.test_classification): Call the layer's Destroy
5407            method to fix a memory leak.
5408    
5409    2003-04-02  Bernhard Herzog  <[email protected]>
5410    
5411            * extensions/thuban/wxproj.cpp (check_version, check_version_gtk):
5412            Handle the reference counts of the return value and errors in
5413            PyArg_ParseTuple correctly.
5414    
5415            * Thuban/UI/application.py (ThubanApplication.OpenSession): Make
5416            sure the filename is absolute to avoid problems when saving the
5417            session again
5418    
5419            * Thuban/Model/table.py: Remove unnecessary import. Fix a typo.
5420    
5421    2003-04-01  Jonathan Coles   <[email protected]>
5422    
5423            *  Thuban/UI/renderer.py (MapRenderer.draw_point_shape): Check
5424            that there actually are points in the returned list of points
5425            before trying to index into the list. The list may be empty if
5426            the shape is a Null Shape.
5427    
5428    2003-04-01  Bernhard Herzog  <[email protected]>
5429    
5430            * test/test_map.py: Don't use from <module> import *
5431    
5432    2003-04-01  Jonathan Coles   <[email protected]>
5433    
5434            * Thuban/Model/session.py: Use LAYER_CHANGED instead of
5435            LAYER_LEGEND_CHANGED
5436    
5437            * Thuban/UI/dock.py (DockableWindow._OnButtonClose): Call
5438            self.Destroy() to close the window after yesterday's changes.
5439    
5440            * test/test_map.py, test/test_session.py: Fix messages that
5441            are sent from maps and layers.
5442    
5443    2003-03-31  Jonathan Coles   <[email protected]>
5444    
5445            * Thuban/UI/classifier.py: Commented out some debugging statements.
5446            (ClassDataPreviewer.Draw): Draw rectangles for polygon layers per
5447            RTbug #1769.
5448    
5449            * Thuban/UI/dock.py (DockableWindow.UnDock): Restore size and
5450            position (although position doesn't work yet under GTK).
5451            (DockableWindow.Destroy): New. Called when the window must be
5452            closed. Namely needed when the DockFrame closes and must close
5453            its children.
5454            (DockFrame): Listen for EVT_CLOSE and destroy all children.
5455    
5456            * Thuban/UI/legend.py (LegendPanel.Destroy): New. Cleans up
5457            when then window is told to close.
5458            (LegendTree._OnMsgLayerChanged): Fixes a seg fault bug. See
5459            comment in source for more info.
5460    
5461            * Thuban/UI/main.py: Show the legend by default when Thuban starts.
5462    
5463            * Thuban/UI/mainwindow.py: Renamed OnClose to _OnClose for
5464            symmetry with other such methods.
5465            (MainWindow.ShowLegend): Show the legend docked by default.
5466    
5467    2003-03-28  Jonathan Coles   <[email protected]>
5468    
5469            * Thuban/UI/classifier.py: Support for highlighting a specific
5470            group within the grid when the classification dialog is opened.
5471            Also contains a lot of debugging printouts which will later
5472            be removed.
5473    
5474            * Thuban/UI/dock.py: Complete rework on the dock code so that
5475            that it is fairly removed from the rest of the Thuban application.
5476            It is easy to add new docks which the rest of the program having
5477            to be aware of them.
5478    
5479            * Thuban/UI/legend.py: Modifications to support selecting a
5480            specific group in the classification dialog. Changed how layers
5481            are drawn when the layer is visible/invisible.
5482    
5483            * Thuban/UI/mainwindow.py: Removed legend specific code and
5484            replaced it with calls to the new dock code.
5485    
5486            * Thuban/UI/renderer.py (MapRenderer.__init__): Added assert
5487            to check if scale > 0. Trying to track down a divide by zero.
5488    
5489    2003-03-26  Jonathan Coles   <[email protected]>
5490    
5491            * Thuban/UI/legend.py: Removed unnecessary LegendDialog class.
5492            (LegendPanel): Removed _OnDock()/_OnUnDock() methods which are
5493            now part of DockableWindow.
5494            (LegendPanel.DoOnSelChanged): Select the current layer in the
5495            map.
5496            (LegendTree._OnSelChanged): Call LegendPanel.DoOnSelChanged()
5497            with the selected layer and/or group.
5498    
5499    2003-03-26  Jonathan Coles   <[email protected]>
5500    
5501            This putback contains the code for dockable windows. There is
5502            no support in wxWindows as of this date for windows that can
5503            attach themselves to other windows.
5504    
5505            The current model contains a DockableWindow which has a parent
5506            window for when it is detached and a dock window that it puts
5507            its contents in when it is docked. The contents of a DockableWindow
5508            must be a DockPanel. DockPanel itself derives from wxPanel.
5509    
5510            * Thuban/Model/layer.py (Layer.ClassChanged): Send a LAYER_CHANGED
5511            message, not a LAYER_LEGEND_CHANGED message.
5512    
5513            * Thuban/Model/map.py (Map): Forward LAYER_CHANGED messages.
5514    
5515            * Thuban/UI/classifier.py (Classifier.__init__): Use wxADJUST_MINSIZE
5516            as one of the style properties for the fieldTypeText item to
5517            be sure that its size is correct when the text changes.
5518    
5519            * Thuban/UI/dock.py: New. Classes for the DockPanel and
5520            DockableWindow.
5521    
5522            * Thuban/UI/legend.py: Added some more buttons and made the
5523            LegendPanel a DockPanel.
5524    
5525            * Thuban/UI/mainwindow.py: Added sash windows to the main window
5526            and supporting functions for manipulating the sashes.
5527            (MainWindow.ShowLegend): Create a DockableWindow with the
5528            LegendPanel as the contents.
5529    
5530            * Thuban/UI/messages.py: Added DOCKABLE_* messages
5531    
5532            * Thuban/UI/view.py (MapCanves.SetMap): Listen for LAYER_CHANGED,
5533            not LAYER_LEGEND_CHANGED, messages.
5534    
5535    2003-03-25  Jonathan Coles   <[email protected]>
5536    
5537            * setup.py: Added custom script bdist_rpm_build_script so that
5538            when the rpm is built the path to wx-config is correct.
5539    
5540            * setup.cfg: Added line saying to use the custom build script
5541    
5542    2003-03-20  Jonathan Coles   <[email protected]>
5543    
5544            Initial implementation of the Legend.
5545    
5546            * Thuban/UI/legend.py: New. Creates a window that shows the map's
5547            Legend information and allows the user to add/modify classifications
5548            and how the layers are drawn on the map.
5549    
5550            * setup.py: New command 'build_docs' which currently uses
5551            happydoc to generate html documentation for Thuban.
5552    
5553            * Thuban/Model/classification.py (ClassGroup.GetDisplayText): New.
5554            Returns a string which is appropriately describes the group.
5555    
5556            * Thuban/Model/layer.py (Layer.SetClassification): Generate a
5557            LAYER_CHANGED event instead of a LAYER_LEGEND_CHANGED event.
5558    
5559            * Thuban/Model/map.py (Map): Rename messages and use new, more
5560            specific, messages.
5561    
5562            * Thuban/Model/messages.py: New message to indicate that a layer's
5563            data has changed (LAYER_CHANGED). New map messages to indicate
5564            when layers have been added/removed/changed or if the stacking order
5565            of the layers has changed.
5566    
5567            * Thuban/Model/session.py: Rename and use new messages.
5568    
5569            * Thuban/UI/classifier.py: Remember if any changes have actually
5570            been applied so that if the dialog is cancelled without an application
5571            of changes we don't have to set a new classification.
5572            (ClassDataPreviewer): Pulled out the window specific code and put it
5573            ClassDataPreviewWindow. ClassDataPreviewer can then be used to draw
5574            symbols on any DC.
5575            
5576            * Thuban/UI/mainwindow.py: New code to open the legend.
5577    
5578            * Thuban/UI/view.py: Use new message names.
5579    
5580    2003-03-19  Jonathan Coles   <[email protected]>
5581    
5582            * Thuban/UI/main.py (verify_versions): New. Checks the versions
5583            of Python, wxPython, and some other libraries.
5584    
5585            * extensions/thuban/wxproj.cpp (check_version): Checks the given
5586            version against what wxproj was compiled with.
5587            (check_version_gtk): If wxproj was compiled with gtk then check
5588            the given version against the version of the gtk library
5589            currently being used.
5590    
5591    2003-03-14  Bernhard Herzog  <[email protected]>
5592    
5593            * test/test_command.py: Run the tests when the module is run as a
5594            script
5595    
5596    2003-03-14  Bernhard Herzog  <[email protected]>
5597    
5598            Implement selection of multiple selected shapes in the same layer:
5599    
5600            - Introduce a new class to hold the selection. This basically
5601              replaces the interactor which was nothing more than the
5602              selection anyway. A major difference is of course that the new
5603              selection class supports multiple selected shapes in one layer
5604            
5605            - Move the object that represents the selection from the
5606              application to the canvas. The canvas is a better place than the
5607              application because the selection represents which shapes and
5608              layer of the map displayed by the canvas are selected and
5609              affects how the map is drawn.
5610    
5611            - Make the selection and its messages publicly available through
5612              the mainwindow.
5613    
5614            - The non-modal dialogs do not get a reference to the interactor
5615              anymore as they can simply refer to their parent, the
5616              mainwindow, for the what the interactor had to offer.
5617    
5618            * Thuban/UI/selection.py: New module with a class to represent the
5619            selection.
5620    
5621            * Thuban/UI/messages.py (SELECTED_TABLE, SELECTED_MAP): Remove
5622            these unused messages
5623    
5624            * Thuban/UI/application.py (ThubanApplication.OnInit)
5625            (ThubanApplication.OnExit, ThubanApplication.SetSession): The
5626            interactor is gone now.
5627            (ThubanApplication.CreateMainWindow): There is no interactor
5628            anymore so we pass None as the interactor argument for now for
5629            compatibility.
5630    
5631            * Thuban/UI/view.py (MapCanvas.delegated_messages)
5632            (MapCanvas.Subscribe, MapCanvas.Unsubscribe): In Subscribe and
5633            Unsubscribe, delegate messages according to the delegated_messages
5634            class variable.
5635            (MapCanvas.__getattr__, MapCanvas.delegated_methods): Get some
5636            attributes from instance variables as described with the
5637            delegated_methods class variable.
5638            (MapCanvas.__init__): New instance variable selection holding the
5639            current selection
5640            (MapCanvas.do_redraw): Deal with multiple selected shapes. Simply
5641            pass them on to the renderer
5642            (MapCanvas.SetMap): Clear the selection when a different map is
5643            selected.
5644            (MapCanvas.shape_selected): Simple force a complete redraw. The
5645            selection class now takes care of only issueing SHAPES_SELECTED
5646            messages when the set of selected shapes actually does change.
5647            (MapCanvas.SelectShapeAt): The selection is now managed in
5648            self.selection
5649    
5650            * Thuban/UI/mainwindow.py (MainWindow.delegated_messages)
5651            (MainWindow.Subscribe, MainWindow.Unsubscribe): In Subscribe and
5652            Unsubscribe, delegate messages according to the delegated_messages
5653            class variable.
5654            (MainWindow.delegated_methods, MainWindow.__getattr__): Get some
5655            attributes from instance variables as described with the
5656            delegated_methods class variable.
5657            (MainWindow.__init__): The interactor as ivar is gone. The
5658            parameter is still there for compatibility. The selection messages
5659            now come from the canvas.
5660            (MainWindow.current_layer, MainWindow.has_selected_layer):
5661            Delegate to the the canvas.
5662            (MainWindow.LayerShowTable, MainWindow.Classify)
5663            (MainWindow.identify_view_on_demand): The dialogs don't need the
5664            interactor parameter anymore.
5665    
5666            * Thuban/UI/tableview.py (TableFrame.__init__)
5667            (LayerTableFrame.__init__, LayerTableFrame.OnClose)
5668            (LayerTableFrame.row_selected): The interactor is gone. It's job
5669            from the dialog's point of view is now done by the mainwindow,
5670            i.e. the parent. Subscribe to SHAPES_SELECTED instead
5671            of SELECTED_SHAPE
5672            
5673            * Thuban/UI/dialogs.py (NonModalDialog.__init__): The interactor
5674            is gone. It's job from the dialog's point of view is now done by
5675            the mainwindow, i.e. the parent.
5676            
5677            * Thuban/UI/classifier.py (Classifier.__init__): The interactor is
5678            gone. It's job from the dialog's point of view is now done by the
5679            mainwindow, i.e. the parent.
5680    
5681            * Thuban/UI/tree.py (SessionTreeView.__init__): The interactor is
5682            gone. It's job from the dialog's point of view is now done by the
5683            mainwindow, i.e. the parent.
5684            (SessionTreeCtrl.__init__): New parameter mainwindow which is
5685            stored as self.mainwindow. The mainwindow is need so that the tree
5686            can still subscribe to the selection messages.
5687            (SessionTreeCtrl.__init__, SessionTreeCtrl.unsubscribe_all)
5688            (SessionTreeCtrl.update_tree, SessionTreeCtrl.OnSelChanged): The
5689            selection is now accessible through the mainwindow. Subscribe to
5690            SHAPES_SELECTED instead of SELECTED_SHAPE
5691    
5692            * Thuban/UI/identifyview.py (IdentifyView.__init__): Use the
5693            SHAPES_SELECTED message now.
5694            (IdentifyView.selected_shape): Now subscribed to SHAPES_SELECTED,
5695            so deal with multiple shapes
5696            (IdentifyView.__init__, IdentifyView.OnClose): The interactor is
5697            gone. It's job from the dialog's point of view is now done by the
5698            mainwindow, i.e. the parent.
5699    
5700            * Thuban/UI/controls.py (RecordListCtrl.fill_list): The second
5701            parameter is now a list of shape ids.
5702            (RecordTable.SetTable): The second parameter is now a list of
5703            indices.
5704    
5705            * Thuban/UI/renderer.py (ScreenRenderer.RenderMap): Rename the
5706            selected_shape parameter and ivar to selected_shapes. It's now a
5707            list of shape ids.
5708            (MapRenderer.draw_label_layer): Deal with multiple selected
5709            shapes. Rearrange the code a bit so that the setup and shape type
5710            distinctions are only executed once.
5711    
5712            * test/test_selection.py: Test cases for the selection class
5713    
5714    2003-03-11  Jonathan Coles   <[email protected]>
5715    
5716            * Thuban/Model/load.py: Temporary fix so that the xml reader
5717            doesn't cause Thuban to crash.
5718    
5719            * Thuban/Model/layer.py: Handle the cyclic references between
5720            a layer and its classification better, and be sure to disconnect
5721            the classification from the layer when the layer is destroyed
5722            so that we don't maintain a cyclic reference that may not be
5723            garbage collected.
5724    
5725            * Thuban/Model/classification.py: See comment for layer.py.
5726    
5727    2003-03-12  Jan-Oliver Wagner <[email protected]>
5728    
5729            * HOWTO-Release: New. Information on the steps for releasing
5730            a new version of Thuban.
5731    
5732    2003-03-11  Jonathan Coles   <[email protected]>
5733    
5734            * Thuban/UI/classifier.py: Add normal border to SelectPropertiesDialog.
5735            Use True instead of true.
5736            (Classifier): Should have a single panel in which all the controls lie.
5737    
5738            * Thuban/UI/proj4dialog.py: Add normal border.
5739    
5740            * Thuban/UI/tree.py: Fixed problem with bad item images under Windows.
5741    
5742            * Thuban/UI/mainwindow.py: Use True instead of true.
5743    
5744            * setup.py: Update some definitions to use wxWindows2.4 files
5745    
5746            * Data/iceland_sample_class.thuban: Fixed file so that the
5747            field_type information is present.
5748    
5749    2003-03-10  Jonathan Coles   <[email protected]>
5750    
5751            * Thuban/UI/classifier.py (Classifier.__init__): Make the
5752            field type label grow so that when the text changes the
5753            size is updated correctly. This may be a wxWindows bug.
5754    
5755    2003-03-10  Jonathan Coles   <[email protected]>
5756    
5757            * Thuban/UI/application.py: Changed SESSION_CHANGED to
5758            SESSION_REPLACED.
5759    
5760            * Thuban/UI/classifier.py: Wrap text with _().
5761            (ClassGrid.CreateTable): Set dimensions and size hints here,
5762            instead of in Reset, so we only set the size once.
5763    
5764            * Thuban/UI/dialogs.py: Don't need Shutdown(); just use Close()!
5765    
5766            * Thuban/UI/mainwindow.py (MainWindow.prepare_new_session):
5767            Call Close() instead of Shutdown().
5768    
5769            * Thuban/UI/messages.py: Changed SESSION_CHANGED to SESSION_REPLACED.
5770    
5771            * Thuban/UI/tree.py: Changed SESSION_CHANGED to SESSION_REPLACED.
5772            Go back to using OnClose() instead of Shutdown().
5773    
5774    2003-03-10  Jonathan Coles   <[email protected]>
5775    
5776            * Thuban/UI/classifier.py (Classifier): SelectField() needed
5777            to know the old field index as well as the new one.
5778    
5779    2003-03-10  Jonathan Coles   <[email protected]>
5780    
5781            * Thuban/UI/classifier.py (Classifier): Use __SelectField()
5782            to correctly set the table information and call this from
5783            __init__ and from _OnFieldSelect so that all the information
5784            is up to date when the dialog opens and when a field is changed.
5785    
5786    2003-03-10  Jonathan Coles   <[email protected]>
5787    
5788            * Thuban/Model/classification.py (Classification): Don't use
5789            layer's message function directly, use the ClassChanged() method
5790            when then classification changes. SetField/SetFieldType/SetLayer
5791            must keep the information about field name and field type in
5792            sync when an owning layer is set or removed.
5793    
5794            * Thuban/Model/layer.py: Added ClassChanged() so that the
5795            classification can tell the layer when its data has changed.
5796            (Layer.SetClassification): Accepts None as an arguement to
5797            remove the current classification and correctly handles
5798            adding a new classification.
5799    
5800            * Thuban/Model/load.py: Comment out print statement
5801    
5802            * test/test_classification.py, test/test_save.py: New and
5803            improved tests.
5804    
5805    2003-03-07  Jonathan Coles   <[email protected]>
5806    
5807            * Thuban/Model/classification.py: Implemented __copy__ and
5808            __deepcopy__ for ClassGroup* and ClassGroupProperites so
5809            they can easily be copied by the classifier dialog.
5810            (ClassGroupProperites.__init__): The default line color should
5811            have been Color.Black.
5812    
5813            * Thuban/UI/classifier.py: Setting and Getting table values now
5814            uses a consistent set of functions.
5815            (Classifier): Now non-modal. Has field type label which changes
5816            as the field changes. Keep track of buttons in a list so that
5817            we can enable/disable the buttons when the None field is selected.
5818            (SelectPropertiesDialog): Add buttons to make the colors transparent.
5819    
5820            * Thuban/UI/dialogs.py (NonModalDialog.Shutdown): New method which
5821            does what OnClose did, but can be called by the application to
5822            close a window. Needed when a session changes, and we have to
5823            close the classifier windows.
5824    
5825            * Thuban/UI/mainwindow.py (MainWindow.prepare_new_session):
5826            Shuts down open dialogs. Used when a new session is created
5827            or a session is opened.
5828            (MainWindow.SaveSession): Should only call application.SaveSession()
5829            if we don't call SaveSessionAs first.
5830            (MainWindow.Classify): Allow different classifier dialogs for
5831            different layers.
5832    
5833            * Thuban/UI/tree.py (SessionTreeView): Remove OnClose and let
5834            the parent class handle it. Add Shutdown() to unsubscibe from
5835            event notification and call the parent Shutdown(). This was
5836            necessary so the application can close the tree window.
5837    
5838    2003-03-06  Jonathan Coles   <[email protected]>
5839    
5840            * Thuban/Model/classification.py: Minor documentation changes,
5841            Addition of __eq__ and __ne__ methods.
5842            (Classification.SetLayer): prevent recursion between this method
5843            and Layer.SetClassification().
5844    
5845            * Thuban/Model/color.py: Addition of __eq__ and __ne__ methods.
5846    
5847            * Thuban/Model/layer.py (SetClassification): prevent recursion
5848            between this method and Classification.SetLayer().
5849    
5850            * test/test_classification.py, test/test_load.py,
5851            test/test_session.py: Fixed and added tests for the classification
5852            classes.
5853    
5854    2003-03-06  Bernhard Herzog  <[email protected]>
5855    
5856            * Thuban/UI/classifier.py (ClassGrid.__init__)
5857            (ClassGrid.CreateTable): Move the SetSelectionMode call to
5858            CreateTable because otherwise it triggers an assertion in
5859            wxPython/wxGTK 2.4.
5860    
5861    2003-03-05  Jonathan Coles   <[email protected]>
5862    
5863            * Thuban/common.py: Move FIELDTYPE constants back to table.py.
5864    
5865            * Thuban/Model/load.py: import FIELDTYPE constants from table.
5866    
5867            * Thuban/UI/classifier.py: import FIELDTYPE constants from table.
5868    
5869            * Thuban/Model/table.py: Put FIELDTYPE constants back.
5870    
5871    2003-03-05  Jonathan Coles   <[email protected]>
5872    
5873            * Thuban/UI/classifier.py: Added class documentation.
5874            Fixed RTbug #1713, #1714. Added Move[Up|Down] buttons.
5875            Store just the groups in the table and generate the other
5876            column information when it is requested. Add "None" field
5877            to pull-down to select no classification.
5878    
5879            * Thuban/common.py: Moved FIELDTYPE constants from table.py
5880            (Str2Num): Only catch ValueError exceptions.
5881    
5882            * Thuban/Model/classification.py: Class documentation. Renaming
5883            of methods with Stroke to Line. Groups are stored in a single
5884            list with the default as the first element. Groups are searched
5885            in the order they appear in the list.
5886    
5887            * Thuban/Model/color.py: Documentation.
5888    
5889            * Thuban/Model/layer.py (Layer): Add GetFieldType to retreive
5890            the kind of data represented by a field.
5891    
5892            * Thuban/Model/load.py (ProcessSession): Use proper string
5893            conversion function; fixes RTbug #1713.
5894    
5895            * Thuban/Model/save.py (Saver): Store field type information.
5896    
5897            * Thuban/Model/table.py: Put FIELDTYPE constants in common.py.
5898            (Table): Add field_info_by_name() to retrieve field information
5899            by specifying the field name, not the number.
5900    
5901            * Thuban/UI/mainwindow.py: Function name changes.
5902    
5903            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Only
5904            get the layer classification once. Don't try to classify
5905            values when the field is None: just use the default properties.
5906    
5907            * Thuban/UI/view.py: Function name changes.
5908    
5909            * Doc/thuban.dtd: Add field_type attribute to a classification.
5910    
5911    2003-03-04  Bernhard Herzog  <[email protected]>
5912    
5913            * Doc/thuban.dtd: Use correct syntax for optional attributes. Make
5914            the fill and stroke layer attributes optional with suitable
5915            default values. Add the stroke_width layer attribute. Use correct
5916            syntax for empty elements. Make the attribute list for labels
5917            refer to the label element.
5918    
5919    2003-03-04  Bernhard Herzog  <[email protected]>
5920    
5921            * setup.py (thuban_build_py.build): Add a comment about distutils in
5922            Python 2.3 containing some of the functionality we implement in
5923            setup.py ourselves.
5924    
5925            * Thuban/UI/classifier.py (ClassGrid.__init__): Set the table
5926            before the selection mode. Doing it the other way round triggers
5927            an assertion in wxWindows.
5928    
5929            * Thuban/Model/save.py (escape): Fix typo in doc-string
5930    
5931            * Thuban/Model/classification.py: Remove unnecessary wxPython
5932            import
5933    
5934    2003-03-04  Jonathan Coles   <[email protected]>
5935    
5936            * Thuban/Model/classification.py (ClassGroupRange.GetProperties):
5937            Parameter 'value' should default to None.
5938    
5939            * Thuban/UI/mainwindow.py: Use Layer.GetClassification() since
5940            the class attribute __classification is now private.
5941    
5942            * Thuban/UI/classifier.py (ClassGrid): Moved OnCellDClick() from
5943            Classifier to ClassGrid. Added support for removing selected rows,
5944            which including code for keeping track of when cells are selected,
5945            and deselected.
5946            (ClassTable): Support for added/removing rows. Fixed a problem
5947            with __ParseInput whereby it would not allow strings (only numbers)
5948            to be entered.
5949            (Classifier): Added button and supporting code for removing
5950            selected rows.
5951    
5952    2003-02-27  Jonathan Coles   <[email protected]>
5953    
5954            * Thuban/common.py: Moved color conversion functions into
5955            Thuban/UI/common.py.
5956            (Str2Num): Now converts the float (not the string) to a long/int
5957            so that an exception isn't thrown.
5958    
5959            * Thuban/UI/common.py: Common functions used in several UI modules
5960    
5961            * Thuban/Model/classification.py: Changed the class hierarchy
5962            so that a Classification consists of Groups which return
5963            Properties when a value matches a Group.
5964    
5965            * Thuban/Model/layer.py: Fixed name resolution problem.
5966    
5967            * Thuban/Model/load.py: Use new Classification and Group functions.
5968    
5969            * Thuban/Model/save.py (Saver.write_attribs): Fixes a test case
5970            failure.
5971            (Saver.write_classification): Use new Classification and Group
5972            functions.
5973    
5974            * Thuban/UI/classifier.py: Changes to use new Classification and Group
5975            functions. Fix to create a tuple with a single value instead of
5976            simply returning the value.
5977    
5978            * Thuban/UI/renderer.py: Use new Classification and Group functions.
5979            Use common.py functions.
5980    
5981            * Thuban/UI/tree.py: Use common.py functions.
5982            
5983            * test/test_classification.py: Use new Classification and Group
5984            classes.
5985    
5986    2003-02-24  Jonathan Coles   <[email protected]>
5987    
5988            * Thuban/common.py (Color2wxColour, wxColour2Color): Conversion
5989            functions from Thuban color objects to wxWindow colour objects.
5990    
5991            * Thuban/Model/classification.py (Classification): Renamed
5992            GetProperties() to GetClassData(). Used the new iterator
5993            in TreeInfo().
5994            (ClassIterator): Iterator implementation to iterate over the
5995            ClassData objects in a classification object.
5996    
5997            * Thuban/Model/save.py (Saver.write_classificaton): Uses
5998            the new iterator to save the classification information.
5999    
6000            * Thuban/UI/classifier.py (SelectPropertiesDialog): Support
6001            for changing the stroke and fill colors and previewing the
6002            changes.
6003    
6004            * Thuban/UI/mainwindow.py (MainWindow.OpenSession,
6005            MainWindow.SaveSessionAs): Text string changes so the dialogs
6006            have more meaningful titles.
6007    
6008            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Change
6009            Classification method name from GetProperties to GetClassData.
6010    
6011            * Thuban/UI/view.py (MapCanvas.find_shape_at): Use method calls
6012            instead of accessing now non-existent class variables.
6013    
6014    2003-02-24  Bernhard Herzog  <[email protected]>
6015    
6016            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Remove
6017            unneeded Shape() call. Rendering is substantially faster without
6018            it and it avoids some problems with broken shape files.
6019    
6020    2003-02-20  Frank Koormann   <[email protected]>
6021    
6022            Force minimal size of identify and label dialogs. The autosizing
6023            looked too ugly.
6024    
6025            * Thuban/UI/controls.py (RecordListCtrl): Set minimal width for columns.
6026            * Thuban/UI/labeldialog.py (LabelDialog.dialog_layout):
6027            Set size of listctrl.
6028            * Thuban/UI/identifyview.py (IdentifyView.__init__):
6029            Set size of dialog.
6030    
6031    2003-02-19  Jonathan Coles   <[email protected]>
6032    
6033            * test/test_classification.py, test/test_layer.py,
6034            test/test_load.py, test/test_map.py, test/test_session.py:
6035            Updated the tests to use the new functions that are in the
6036            respective classes.
6037    
6038            * Thuban/Model/classification.py (Classification):
6039            Uses the new ClassData* classes. Modification messages are
6040            passed up to the parent layer (if it exists).
6041            (ClassData): New class to encapsulate the common data in each
6042            classification property.
6043            (ClassDataDefault): Represents the Default class. data.
6044            (ClassDataPoint): Represents a single class. data point
6045            (ClassDataRange): Represents a class. range
6046            (ClassDataMap): Represents a class. map (unused).
6047    
6048            * Thuban/Model/color.py: Added Color.None to represent something
6049            with no color. Color.Black represents the color black.
6050            (NoColor): Helper class derived from Color to represent something
6051            with no color.
6052    
6053            * Thuban/Model/layer.py (Layer): Removed references to fill, stroke,
6054            stroke_width attributes. Made the 'classification' attribute private.
6055            New methods for setting/getting the classification.
6056    
6057            * Thuban/Model/load.py (ProcessSession): Use new methods on Layer
6058            to get the classifcation and use the new ClassData* classes to
6059            hold the classification data. Use Str2Num to convert numbers
6060            properly.
6061    
6062            * Thuban/Model/save.py (Saver): Use new Color and Classification
6063            methods
6064    
6065            * Thuban/UI/classifier.py (ClassGrid): New class to represent a
6066            custom grid.
6067            (ClassTable): Support for editing Values and Labels and for
6068            changing what type (point or range) of data is stored in each
6069            property based on how the user enters the data.
6070            (Classifier): Support for saving the new classifications and
6071            launching the dialog to edit a property.
6072            (SelectPropertiesDialog): New class for editing the visual
6073            properties of a classification (stroke color, width, and fill color)
6074            (ClassPreviewer): Took the Draw method from ClassRenderer and
6075            made most of it into this new class. Intend to use this class in
6076            the SelectPropertiesDialog for previewing changes.
6077    
6078            * Thuban/UI/renderer.py: Use new Color and Classification methods.
6079    
6080            * Thuban/UI/tree.py: Formatting changes.
6081    
6082            * Doc/thuban.dtd: Add 'label' element
6083    
6084            * Thuban/common.py: New. Contains common routines used throughout
6085            the code.
6086            (Str2Num): Takes a string and converts it to the "best" type of
6087            number.
6088    
6089    2003-02-14  Bernhard Herzog  <[email protected]>
6090    
6091            * Thuban/UI/view.py (MapCanvas.OnLeftUp): Make sure that the
6092            dragging flag is always set to 0 even when the tool implementation
6093            raises an exception
6094    
6095    2003-02-11  Bernhard Herzog  <[email protected]>
6096    
6097            * Thuban/UI/application.py (ThubanApplication.splash_screen): New
6098            method to create a splash screen.
6099            (ThubanApplication.ShowMainWindow): New. Show the main window.
6100            Needed so the splash screen can display the mainwindow
6101            (ThubanApplication.OnInit): Call the
6102            new splash_screen method to determine whether the application
6103            should display a splash screen. If it displays a splash screen do
6104            not immediately show the main window.
6105    
6106    2003-02-11  Jonathan Coles  <[email protected]>
6107    
6108            * Thuban/Model/classification.py: Added import line to fix
6109            feature conflicts between running on python2.2 and python2.1.
6110    
6111            * Thuban/UI/classifier.py (ClassTable): Didn't need to hang
6112            onto the clinfo parameter, so removed the deepcopy().
6113    
6114    2003-02-10  Jonathan Coles  <[email protected]>
6115    
6116            * Thuban/Model/save.py (Saver.open_element, Saver.close_element):
6117            Added element_open variable to track opening and closing of tags
6118            so that tags that don't span more than one line are closed with
6119            /> instead of </tag_name>. Use the GetDefault*() methods of
6120            the Classification class.
6121    
6122            * Thuban/Model/classification.py (Classificaton): Added set and
6123            get methods for the default data. The class also takes a layer
6124            reference so that modification messages can be sent. Fixed the
6125            methods to use the new ClassData class.
6126            (ClassData): New class to encapsulate the classification data
6127    
6128            * Thuban/Model/layer.py (Layer): Remove the
6129            Set[Fill|Stroke|StrokeWidth]() methods. Code should call the
6130            SetDefault*() methods on the layer's classification object.
6131            (Layer.__init__): Use the new SetDefault*() methods in the
6132            Classification class.
6133    
6134            * Thuban/Model/load.py (ProcessSession): Use the new ClassData
6135            object instead of a dictionary.
6136    
6137            * Thuban/UI/classifier.py (ClassRenderer): New class to
6138            draw the classifications in the dialog box's table.
6139            (Classifier): Modified to use the ClassRenderer class.
6140    
6141            * Thuban/UI/mainwindow.py (MainWindow): Use the SetDefault*()
6142            methods of the Classification class.
6143    
6144            * Thuban/UI/renderer.py (MapRenderer): Use the Get*() methods
6145            of the ClassData class.
6146    
6147            * test/test_classification.py, test/test_layer.py,
6148            test/test_map.py, test/test_session.py: Fix the tests to work
6149            with the above code changes.
6150    
6151    2003-02-03  Jonathan Coles  <[email protected]>
6152    
6153            * Thuban/Model/classification.py (Classification): Added getNull()
6154            to return the NullData reference
6155    
6156            * Thuban/Model/layer.py (Layer.SetFill, Layer.SetStroke,
6157            Layer.SetStrokeWidth): Modified these functions to change the
6158            null data in the classification rather than keep these values
6159            directly in the Layer class. Menu options to change these values
6160            work again.
6161    
6162    2003-01-28  Jonathan Coles  <[email protected]>
6163    
6164            * Thuban/UI/classifier.py (Classifier): Resolved merging conflicts.
6165            Fixed crashing problem on some systems. Dialog box shows
6166            classification data.
6167    
6168            * Thuban/UI/tree.py (SessionTreeCtrl.add_items): Handle drawing
6169            Colors in the tree view.
6170    
6171            * Thuban/Model/layer.py (Layer.TreeInfo): Added a call to build
6172            the tree info for classifications. Commented out unnecessary lines.
6173    
6174            * Thuban/Model/classification.py (Classification.TreeInfo): New
6175            function to add information about the classification into the
6176            tree view.
6177    
6178    2003-01-27  Jan-Oliver Wagner <[email protected]>
6179    
6180            * Thuban/__init__.py (_): New.
6181    
6182            * Thuban/Model/classification.py, Thuban/Model/extension.py,
6183            Thuban/Model/layer.py, Thuban/Model/load.py, Thuban/Model/map.py,
6184            Thuban/Model/session.py, Thuban/UI/application.py,
6185            Thuban/UI/classifier.py, Thuban/UI/context.py, Thuban/UI/controls.py,
6186            Thuban/UI/identifyview.py, Thuban/UI/labeldialog.py,
6187            Thuban/UI/mainwindow.py, Thuban/UI/menu.py, Thuban/UI/proj4dialog.py,
6188            Thuban/UI/renderer.py, Thuban/UI/tree.py, Thuban/Lib/connector.py,
6189            Thuban/Lib/fileutil.py: Replace user string by _() for i18n.
6190    
6191  2003-01-27  Jonathan Coles  <[email protected]>  2003-01-27  Jonathan Coles  <[email protected]>
6192    
6193    * Thuban/Model/layer.py: Classification initialization calls.          * Thuban/Model/layer.py: Classification initialization calls.
6194    
6195    * Thuban/Model/classification.py: Created class to encapsulate          * Thuban/Model/classification.py: Created class to encapsulate
6196    a layer classification. Supports specific data points and          a layer classification. Supports specific data points and
6197    ranges.          ranges.
6198    
6199    * Thuban/Model/load.py: Added support for loading classification          * Thuban/Model/load.py: Added support for loading classification
6200    information.          information.
6201    
6202    * Thuban/Model/save.py: Added support for saving classification          * Thuban/Model/save.py: Added support for saving classification
6203    information.          information.
6204    
6205    * Thuban/UI/classifier.py: Initial class for a dialog box for          * Thuban/UI/classifier.py: Initial class for a dialog box for
6206    specifying classification information.          specifying classification information.
6207    
6208    * Thuban/UI/mainwindows.py: Support for opening the classifier          * Thuban/UI/mainwindows.py: Support for opening the classifier
6209    dialog.          dialog.
6210    
6211    * Thuban/UI/renderer.py: Support for drawing a layer with the          * Thuban/UI/renderer.py: Support for drawing a layer with the
6212    classification information.          classification information.
6213    
6214    * Data/iceland_sample_class.thuban: iceland_sample with          * Data/iceland_sample_class.thuban: iceland_sample with
6215    classification data.          classification data.
6216    
6217    * test/test_classification: Tests for the Classification class.          * test/test_classification: Tests for the Classification class.
6218    
6219  2002-12-09  Bernhard Herzog  <[email protected]>  2002-12-09  Bernhard Herzog  <[email protected]>
6220    
# Line 60  Line 6250 
6250          * Thuban/UI/mainwindow.py: Altered the order of tools in the          * Thuban/UI/mainwindow.py: Altered the order of tools in the
6251          toolbar: First now are all navigation tools (Zoom In/Out, Pan,          toolbar: First now are all navigation tools (Zoom In/Out, Pan,
6252          Full Extent).          Full Extent).
6253        
6254  2002-10-23  Bernhard Herzog  <[email protected]>  2002-10-23  Bernhard Herzog  <[email protected]>
6255    
6256          * setup.py (setup call): version now 0.1.3          * setup.py (setup call): version now 0.1.3
# Line 171  Line 6361 
6361          * Thuban/UI/mainwindow.py (MainWindow.OnClose): Unsubscribe          * Thuban/UI/mainwindow.py (MainWindow.OnClose): Unsubscribe
6362          VIEW_POSITION          VIEW_POSITION
6363    
6364  2002-09-04  Frank Koormann   <[email protected]>  2002-09-04  Frank Koormann  <[email protected]>
6365    
6366          * Resources/Bitmaps/fullextent.xpm: Updated Icon (removed "potatoe")          * Resources/Bitmaps/fullextent.xpm: Updated Icon (removed "potatoe")
6367    
# Line 258  Line 6448 
6448    
6449          * Thuban/Model/table.py (Table.write_record): New method to write          * Thuban/Model/table.py (Table.write_record): New method to write
6450          records.          records.
6451          (Table.__init__): Open the DBF file for writing too.          (Table.__init__): Open the DBF file for writing too.
6452    
6453          * Thuban/UI/controls.py (RecordTable.SetValue): Write the value          * Thuban/UI/controls.py (RecordTable.SetValue): Write the value
6454          into the underlying table.          into the underlying table.
# Line 296  Line 6486 
6486          * setup.py (ThubanInstall.run): Don't repr install_lib_orig          * setup.py (ThubanInstall.run): Don't repr install_lib_orig
6487          because thubaninit_contents will do it for us.          because thubaninit_contents will do it for us.
6488    
6489  2002-08-16      Jan-Oliver Wagner <[email protected]>  2002-08-16  Jan-Oliver Wagner <[email protected]>
6490    
6491          * Thuban/UI/mainwindow.py: menu item 'show session tree' now disable if          * Thuban/UI/mainwindow.py: menu item 'show session tree' now disable if
6492          tree window already open          tree window already open
# Line 424  Line 6614 
6614          * Thuban/UI/tree.py: We can now simply subscribe to the session's          * Thuban/UI/tree.py: We can now simply subscribe to the session's
6615          CHANGED channel to be informed of changes.          CHANGED channel to be informed of changes.
6616          (SessionTreeCtrl.session_channels): Not needed any longer.          (SessionTreeCtrl.session_channels): Not needed any longer.
6617          (SessionTreeCtrl.unsubscribe_all, SessionTreeCtrl.session_changed):          (SessionTreeCtrl.unsubscribe_all, SessionTreeCtrl.session_changed):
6618          Only have to (un)subscribe CHANGED          Only have to (un)subscribe CHANGED
6619    
6620          * Thuban/Model/map.py (Map.TreeInfo): Deal better with empty maps.          * Thuban/Model/map.py (Map.TreeInfo): Deal better with empty maps.
# Line 485  Line 6675 
6675          * Thuban/Model/layer.py (Layer.TreeInfo),          * Thuban/Model/layer.py (Layer.TreeInfo),
6676          Thuban/Model/extension.py (Extension.TreeInfo),          Thuban/Model/extension.py (Extension.TreeInfo),
6677          Thuban/Model/map.py (Map.TreeInfo),          Thuban/Model/map.py (Map.TreeInfo),
6678          Thuban/Model/session.py (Session.TreeInfo):          Thuban/Model/session.py (Session.TreeInfo):
6679          Add TreeInfo methods to implement the new tree view update scheme          Add TreeInfo methods to implement the new tree view update scheme
6680    
6681  2002-07-16  Bernhard Herzog  <[email protected]>  2002-07-16  Bernhard Herzog  <[email protected]>
# Line 566  Line 6756 
6756          * setup.py: In the setup call, make sure that the library          * setup.py: In the setup call, make sure that the library
6757          directories are under $prefix/lib not directly under $prefix.          directories are under $prefix/lib not directly under $prefix.
6758    
6759  2002-06-20      Jan-Oliver Wagner <[email protected]>  2002-06-20  Jan-Oliver Wagner <[email protected]>
6760    
6761          * Thuban/Model/extension.py: new module to handle extension objects.          * Thuban/Model/extension.py: new module to handle extension objects.
6762          * Thuban/Model/messages.py: new messages for extensions.          * Thuban/Model/messages.py: new messages for extensions.
# Line 795  Line 6985 
6985          * Thuban/UI/messages.py (VIEW_POSITION): New message for the          * Thuban/UI/messages.py (VIEW_POSITION): New message for the
6986          position in the statusbar          position in the statusbar
6987    
6988  2002-04-26      Frank Koormann <[email protected]>  2002-04-26  Frank Koormann <[email protected]>
6989    
6990          * Thuban/UI/mainwindow.py: AddLayer, Dialog title s/session/data          * Thuban/UI/mainwindow.py: AddLayer, Dialog title s/session/data
6991    
6992  2002-04-24      Frank Koormann <[email protected]>  2002-04-24  Frank Koormann <[email protected]>
6993            
6994          * Resources/Bitmaps/identify.xpm: shadow added          * Resources/Bitmaps/identify.xpm: shadow added
6995    
6996          * Resources/Bitmaps/fullextent.xpm: new          * Resources/Bitmaps/fullextent.xpm: new
           
 2002-04-22      Jan-Oliver Wagner <[email protected]>  
6997    
6998          * Thuban/UI/tree.py (update_tree): added test for None on map bounding box  2002-04-22  Jan-Oliver Wagner <[email protected]>
6999    
7000            * Thuban/UI/tree.py (update_tree): added test for None on map bounding
7001            box
7002    
7003  2002-04-21      Jan-Oliver Wagner <[email protected]>  2002-04-21  Jan-Oliver Wagner <[email protected]>
7004    
7005          * Thuban/UI/proj4dialog.py (UTMProposeZoneDialog): new          * Thuban/UI/proj4dialog.py (UTMProposeZoneDialog): new
7006    
7007          * Thuban/UI/tree.py (update_tree): added added map extent          * Thuban/UI/tree.py (update_tree): added added map extent
7008    
7009          * Thuban/UI/mainwindow.py (_method_command): extended by parameter          * Thuban/UI/mainwindow.py (_method_command): extended by parameter
7010          icon; added map_full_extend as tool          icon; added map_full_extend as tool
7011    
7012  2002-04-19      Jan-Oliver Wagner <[email protected]>  2002-04-19  Jan-Oliver Wagner <[email protected]>
7013    
7014          * Thuban/UI/mainwindow.py (SaveSession): launch save as dialog for          * Thuban/UI/mainwindow.py (SaveSession): launch save as dialog for
7015          saving _new_ sessions          saving _new_ sessions
# Line 920  Line 7111 
7111    
7112          * setup.py: increase version number to 0.1          * setup.py: increase version number to 0.1
7113          (data_dist): New command class for data distribution          (data_dist): New command class for data distribution
           
7114    
7115  2001-09-14  Bernhard Herzog  <[email protected]>  2001-09-14  Bernhard Herzog  <[email protected]>
7116    
7117          * Thuban/UI/identifyview.py (IdentifyListCtrl.selected_shape):          * Thuban/UI/identifyview.py (IdentifyListCtrl.selected_shape):
7118          Handle the case of no layer (i.e. layer is None) properly.          Handle the case of no layer (i.e. layer is None) properly.
7119    
7120          * Thuban/UI/proj4dialog.py (UTMDialog.__init__, Proj4Dialog.__init__):          * Thuban/UI/proj4dialog.py (UTMDialog.__init__, Proj4Dialog.__init__):
7121          Set the initial selection of the combo boxes to reflect the          Set the initial selection of the combo boxes to reflect the
7122          projection we're starting with in a way that works on windows,          projection we're starting with in a way that works on windows,
7123          too.          too.
# Line 1037  Line 7227 
7227          (MainWindow.identify_view_on_demand): Store the interactor in an          (MainWindow.identify_view_on_demand): Store the interactor in an
7228          instvar and use that reference instead of going through main.app          instvar and use that reference instead of going through main.app
7229    
7230          * Thuban/UI/mainwindow.py (MainWindow.ShowSessionTree):          * Thuban/UI/mainwindow.py (MainWindow.ShowSessionTree):
7231          * Thuban/UI/application.py (ThubanApplication.OnInit):          * Thuban/UI/application.py (ThubanApplication.OnInit):
7232          * Thuban/UI/main.py (main): Create the session tree view in main          * Thuban/UI/main.py (main): Create the session tree view in main
7233          with the new mainwindow method ShowSessionTree and not directly          with the new mainwindow method ShowSessionTree and not directly
7234          the application's OnInit method          the application's OnInit method
# Line 1054  Line 7244 
7244          layer to the tableview dialog.          layer to the tableview dialog.
7245    
7246          * Thuban/UI/tableview.py: Add some doc-strings          * Thuban/UI/tableview.py: Add some doc-strings
7247          (TableGrid):          (TableGrid):
7248          (TableGrid.OnRangeSelect):          (TableGrid.OnRangeSelect):
7249          (TableGrid.OnSelectCell):          (TableGrid.OnSelectCell):
7250          (TableFrame.__init__):          (TableFrame.__init__):
# Line 1121  Line 7311 
7311  2001-09-05  Bernhard Herzog  <[email protected]>  2001-09-05  Bernhard Herzog  <[email protected]>
7312    
7313          * Thuban/UI/view.py (MapCanvas.__init__): New argument, interactor.          * Thuban/UI/view.py (MapCanvas.__init__): New argument, interactor.
7314            
7315          * Thuban/UI/mainwindow.py (MainWindow.__init__): New argument          * Thuban/UI/mainwindow.py (MainWindow.__init__): New argument
7316          interactor to pass through to the MapCanvas          interactor to pass through to the MapCanvas
7317            
7318          * Thuban/UI/application.py (ThubanApplication.OnInit): Use the new          * Thuban/UI/application.py (ThubanApplication.OnInit): Use the new
7319          argument to the MainWindow constructor to get rid of the ugly hack          argument to the MainWindow constructor to get rid of the ugly hack
7320          that made main.app available early just so that the mapcanvas          that made main.app available early just so that the mapcanvas
# Line 1171  Line 7361 
7361          (ThubanInstall.run): Remove the leading install root from the          (ThubanInstall.run): Remove the leading install root from the
7362          script filename if an install root was specified and use the new          script filename if an install root was specified and use the new
7363          link_file method          link_file method
7364            
7365          * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Fit the map to          * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Fit the map to
7366          the window when the first layer is added to the map.          the window when the first layer is added to the map.
7367    
# Line 1208  Line 7398 
7398          (InnoIconItem): Helper class for bdist_inno          (InnoIconItem): Helper class for bdist_inno
7399          (thuban_bdist_inno): Thuban specific version of bdist_inno. Added          (thuban_bdist_inno): Thuban specific version of bdist_inno. Added
7400          this together with the appropriate parameters, to the setup call.          this together with the appropriate parameters, to the setup call.
7401            
7402          * setup.cfg (bdist_inno): added new section for the inno setup          * setup.cfg (bdist_inno): added new section for the inno setup
7403          installer          installer
7404    

Legend:
Removed from v.370  
changed lines
  Added in v.1737

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26