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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2687 - (show annotations)
Thu Jun 29 13:50:16 2006 UTC (18 years, 8 months ago) by dpinte
Original Path: trunk/thuban/ChangeLog
File size: 470199 byte(s)
2006-06-29 Didrik Pinte <dpinte@itae.be>

    * Thuban/version.py: Bugfix determination of SQLite, the wright one !


1 2006-06-29 Didrik Pinte <[email protected]>
2
3 * Thuban/version.py: Bugfix determination of SQLite, the wright one !
4
5 2006-06-28 Didrik Pinte <[email protected]>
6
7 * packaging/windows/thubanstart.py: sample file loading all the stable
8 extensions
9
10 2006-06-28 Didrik Pinte <[email protected]>
11
12 * Thuban/version.py: Bugfix determination of SQLite on old and recent
13 systems (support pysqlite1 and pysqlite2)
14
15 2006-06-27 Frank Koormann <[email protected]>
16
17 * Thuban/version.py: Bugfix determination of SQLite on old systems.
18
19 2006-05-17 Didrik Pinte <[email protected]>
20 * Extensions/ogr/__init__.py : updated test for win32 and correct
21 imports
22
23 2006-05-15 Didrik Pinte <[email protected]>
24 Ashamed ... still some tabs in the files
25
26 * Thuban/version.py : tabs removed
27 * Thuban/Model/transientdb.py : tabs removed
28
29 2006-05-15 Didrik Pinte <[email protected]>
30
31 * Thuban/version.py : coding style correction
32 * Thuban/Model/transientdb.py : coding style correction
33
34 2006-05-15 Didrik Pinte <[email protected]>
35
36 * Thuban/version.py : Updated imports to support pysqlite2
37
38 * Thuban/Model/transientdb.py : Updated imports to support pysqlite2
39 Patched the querying system to support the param style of pysqlite2
40
41 2006-04-24 Didrik Pinte <[email protected]>
42 * Extensions/svgexport/__init__.py: The extension now works on win32
43 architecture. Bug #87 corrected.
44
45 2006-04-20 Bernhard Reiter <[email protected]>
46 * Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN.
47 Removed emacs specific hint and replaced it with a general hint
48 that editors might support writing changelogs.
49
50 2006-04-12 Bernhard Reiter <[email protected]>
51
52 * Thuban/version.py: Changed thuban_release mechanism to use "svn"
53 instead of "cvs".
54
55 2006-03-31 Bernhard Reiter <[email protected]>
56
57 * libraries/thuban/wxproj.cpp: including proj_api.h instead of
58 projects.h now. According the Frank Warmerdam and man pj_init
59 this is the public interface to proj. Thus I have changed PJ to projPJ.
60 And I could remove the hack to avoid clashes with typedef PVALUE
61 and #define LP in projects.h clashing with symbols when trying to
62 build on windows. The file is cleaner and nicer now.
63
64 2006-03-29 Bernhard Reiter <[email protected]>
65
66 * libraries/thuban/wxproj.cpp: undef LP to avoid clash when
67 trying to build with mingw.
68
69 2005-10-18 Bernhard Reiter <[email protected]>
70
71 * Thuban/UI/about.py: remove unused import of getdefaultlocale.
72 Added display of internal encoding to the about dialog text.
73
74 * Extensions/svgexport/__init__.py: changed version to "1.0.0+cvs".
75
76 2005-10-18 Bernhard Reiter <[email protected]>
77
78 Startup improved: We fail right away if the internal encoding could
79 not be determined.
80
81 * Thuban/__init__.py (get_internal_encoding): new.
82
83 * test/test_stringrepresentation.py (class TestInternalEncoding):
84 Preserve the internal encoding for the tests in this class.
85
86 2005-10-17 Bernhard Reiter <[email protected]>
87
88 * test/test_stringrepresentation.py: New file, for now testing
89 that set_internal_coding() is throwing an exception for bad exceptions.
90
91 * Thuban/__init__.py (set_internal_encoding): added a forwards
92 and backward translation, so that we fail early if the
93 internal_encoding is bad.
94
95 2005-10-17 Bernhard Reiter <[email protected]>
96
97 svgexport 1.0.0cvs: Fixed ARC layer writing: No filling is done.
98 You could actually get polylines with filling in between,
99 when the classification for the lines had a fill color.
100 E.g. this happens when you generate a classification from a ramp.
101
102 * Extensions/svgexport/test/test_svgmapwriter.py:
103 New test_export_arc_no_fill(). Extend copyright notice to 2005.
104
105 * Extensions/svgexport/svgmapwriter.py
106 (SVGRenderer.draw_shape_layer_incrementally()):
107 Setting TRANSPARENT_BRUSH for shaptype ARC.
108 Extend copyright notice to 2005.
109
110 * Extensions/svgexport/__init__.py: Extend copyright notice to 2005.
111
112 2005-09-08 Frank Koormann <[email protected]>
113
114 * Doc/manual/thuban-manual.xml (Map Management): Fixed typo reported
115 by Erik (sigra.at.home.se)
116
117 2005-08-18 Jan-Oliver Wagner <[email protected]>
118
119 * Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally):
120 Call the right method for the default size.
121
122 2005-08-11 Jan-Oliver Wagner <[email protected]>
123
124 * Extensions/export_shapefile: New.
125
126 * Extensions/export_shapefile/__init__.py: New. Initialize
127 the export_shapefile extension.
128
129 * Extensions/export_shapefile/export_shapefile.py: New.
130 Exports a layer as a Shapefile.
131
132 2005-08-08 Jan-Oliver Wagner <[email protected]>
133
134 * po/de.po: String fixes. This fixes Debian bug #313843.
135
136 2005-07-27 Jan-Oliver Wagner <[email protected]>
137
138 Remove the attributes from the layer element in
139 .thuban files for the save routine.
140 This also solves RT bug #3149,
141 https://intevation.de/rt/webrt?serial_num=3149
142
143 * test/test_load.py: (TestSingleLayer, TestNonAsciiColumnName,
144 TestLayerVisibility, TestSymbolSize, TestClassification, TestLabels,
145 TestLayerProjection, TestJoinedTable, TestLabelLayer): Removed
146 attributes from layer element to classification clnull element.
147
148 * test/test_save.py (SaveSessionTest.testSingleLayer,
149 SaveSessionTest.testLayerProjection,
150 SaveSessionTest.testClassifiedLayer,
151 SaveSessionTest.test_joined_table, SaveSessionTest.test_save_postgis):
152 Removed attributes from layer element to classification clnull element.
153 (test_save_postgis.NonConnectionStore._fetch_table_information):
154 added pretending to have a shape_type.
155
156 * Resources/XML/thuban-1.1.dtd: Make the attributes field
157 and field_type of classification optional.
158
159 * Thuban/Model/classification.py (Classification.TreeItem.build_info):
160 Added output of size.
161
162 * Thuban/Model/load.py (SessionLoader.start_classification):
163 Change attribute 'field' and 'field_type' from obligatory to
164 optional to allow empty classes (ie. only with a default=clnull).
165
166 * Thuban/Model/save.py (SessionSaver.write_layer): Don't write
167 any attributes anymore for the layer element.
168 (SessionSaver.write_classification): Even if there is no
169 classification field, still write the classification because
170 the clnull (default) symbol will not be defined anymore as
171 part of the layer element.
172
173 2005-07-05 Bernhard Herzog <[email protected]>
174
175 * setup.py (setup call): Version 1.1.0
176
177 * NEWS: Update for 1.1.0
178
179 * MANIFEST.in: Add *.txt to files taken from Doc. Otherwise the
180 technores won't be included
181
182 * Thuban/UI/about.py (About.__init__): Extend copyright notice to
183 2005
184
185 * po/de.po: Updated.
186
187 2005-07-05 Bernhard Herzog <[email protected]>
188
189 * README: gdal 1.1.8 is too old. 1.2.5 works.
190
191 2005-07-05 Bernhard Herzog <[email protected]>
192
193 * Resources/XML/thuban-1.1.dtd (rasterlayer): Add the opacity and
194 masktype attributes.
195
196 2005-07-05 Bernhard Herzog <[email protected]>
197
198 * Thuban/Model/layer.py (Layer.__mangle_bounding_box)
199 (Layer.ClipBoundingBox): Rename ClipBoundingBox to
200 __mangle_bounding_box. See the comments in the code and RT #2845
201
202 * test/test_layer.py (TestLayer.test_arc_layer_with_projection):
203 Remove the explicit test of ClipBoundingBox. The method isn't
204 public anymore and the direct call in the test wasn't necessary in
205 the first place. If ClipBoundingBox (now __mangle_bounding_box)
206 isn't called, the return value of ShapesInRegion will be
207 different.
208
209 2005-07-05 Bernhard Herzog <[email protected]>
210
211 * Thuban/UI/viewport.py (ViewPort.set_view_transform): Handle
212 ZeroDivisionError exceptions. I don't know when they happen
213 exactly. It probably happens when the projections aren't set
214 properly.
215
216 2005-07-01 Bernhard Herzog <[email protected]>
217
218 First step towards unicode. With this roughly we're at step 1
219 string_representation.txt
220
221 * Doc/technotes/string_representation.txt: New. Document how
222 strings are represented in Thuban and how to get to a Unicode
223 Thuban.
224
225 * Thuban/__init__.py (set_internal_encoding)
226 (unicode_from_internal, internal_from_unicode): New. The first few
227 functions for the internal string representation
228
229 * Thuban/UI/about.py (unicodeToLocale): Removed. Use
230 internal_from_unicode instead.
231
232 * Thuban/UI/__init__.py (install_wx_translation): Determine the
233 encoding to use for the internal string representation. Also,
234 change the translation function to return strings in internal
235 representation even on unicode builds of wxPython
236
237 * Thuban/Model/load.py (SessionLoader.check_attrs): Decode
238 filenames too.
239 (SessionLoader.start_clrange): Use check_attrs to decode and check
240 the attributes.
241
242 * Thuban/Model/xmlreader.py (XMLReader.encode): Use
243 internal_from_unicode to convert unicode strings.
244
245 * Thuban/Model/xmlwriter.py (XMLWriter.encode): Use
246 unicode_from_internal when applicable
247
248 * test/runtests.py (main): New command line option:
249 internal-encoding to specify the internal string encoding to use
250 in the tests.
251
252 * test/support.py (initthuban): Set the internal encoding to
253 latin-1
254
255 * test/test_load.py (TestSingleLayer.test, TestClassification.test)
256 (TestLabelLayer.test): Use the internal string representation when
257 dealing with non-ascii characters
258
259 * test/test_load_1_0.py (TestSingleLayer.test)
260 (TestClassification.test, TestLabelLayer.test): Use the internal
261 string representation when dealing with non-ascii characters
262
263 * test/test_load_0_9.py (TestSingleLayer.test)
264 (TestClassification.test): Use the internal string representation
265 when dealing with non-ascii characters
266
267 * test/test_load_0_8.py (TestUnicodeStrings.test): Use the
268 internal string representation when dealing with non-ascii
269 characters
270
271 * test/test_save.py (XMLWriterTest.testEncode)
272 (SaveSessionTest.testClassifiedLayer): Use the internal string
273 representation when dealing with non-ascii characters where
274 applicable
275
276 2005-06-30 Bernhard Herzog <[email protected]>
277
278 * test/runtests.py: Untabify.
279
280 2005-06-30 Bernhard Herzog <[email protected]>
281
282 * Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally):
283 untabify.
284
285 2005-06-30 Bernhard Herzog <[email protected]>
286
287 * Extensions/ogr/test/__init__.py: Add missing coding directive
288
289 2005-06-28 Jan-Oliver Wagner <[email protected]>
290
291 * Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally):
292 Use the default size for rendering selected items of default type.
293 Fixes part 2 of https://intevation.de/rt/webrt?serial_num=3149
294
295 2005-06-28 Jan-Oliver Wagner <[email protected]>
296
297 * Extensions/importAPR/apr.py (APR_BShSym): Extend by 'Stripple'.
298 (APR_TClr.GetThubanColor): Fix bug in color interpretation.
299 Thanks to Frank Koormann who identified this problem.
300
301 * Extensions/importAPR/importAPR.py (APR_VShSym): New. Just
302 another symbol identified.
303
304 2005-06-27 Jan-Oliver Wagner <[email protected]>
305
306 * Doc/manual/thuban-manual-de.xml: More translations.
307
308 2005-05-12 Jonathan Coles <[email protected]>
309
310 * Thuban/UI/projdialog.py: Add missing import, which led to an
311 exception when opening a layer's projection.
312
313 2005-05-09 Bernhard Herzog <[email protected]>
314
315 * test/support.py (FileLoadTestCase.filename): Fix doc-string.
316
317 2005-05-09 Bernhard Herzog <[email protected]>
318
319 * Thuban/Model/postgisdb.py (PostGISConnection.connect): Set the
320 connection to autoconnect. Fixes RT#3148.
321
322 * test/test_postgis_db.py
323 (TestPostGISSpecialCases.test_simple_error_handling): New test
324 that attempts to reproduce RT#3148.
325
326 2005-05-06 Jonathan Coles <[email protected]>
327
328 Add support for saving and loading the opacity and mask type
329 properties of RasterLayers. Also add support for proper use
330 of alpha information while drawing images not in 'RAW' format.
331 If transparency in an image format (e.g, PNG) is supported by
332 wxWidgets then the image would previously have been draw with
333 transparent regions, but the opaque regions would have been
334 unaffected by a change in the layer's opacity. This patch
335 corrects the problem.
336
337 * Thuban/Model/layer.py (RasterLayer): Added opacity and
338 masktype parameters to the constructor, and set the
339 appropriate variables to those values.
340
341 * Thuban/Model/load.py (SessionLoader.start_rasterlayer): Added
342 code to read the opacity and mask type of the layer and construct
343 a new layer with the additional parameters.
344
345 * Thuban/Model/save.py (SessionSaver.write_layer): Added code
346 to save the opacity and mask type of a layer.
347
348 * Thuban/UI/baserenderer.py (BaseRenderer.draw_raster_layer): Pass
349 the opacity of the layer to draw_raster_data rather than the layer.
350 (BaseRenderer.draw_raster_data): Remove the layer parameter because
351 the function doesn't need to know about the layer. Add the optional
352 opacity parameter whose default is 1.0. Add 'PNG' as a supported
353 graphics format.
354
355 * Thuban/UI/renderer.py (MapRenderer.draw_raster_data): Fixed
356 signature to match that in BaseRenderer. Use the new opacity argument
357 in place of calling layer.Opacity(). In the case where the
358 format is not 'RAW', alpha_data is None and the loaded image has
359 alpha information, use the file's alpha information. This is
360 still subject to the layer's opacity setting.
361
362 * test/test_baserenderer.py (SimpleRenderer.draw_raster_data):
363 Fixed signature to match that in BaseRenderer.
364
365 * test/test_load.py (TestRasterLayer): Change file_contents to
366 include opacity and masktype variables.
367 (TestRasterLayer.test): Include tests for opacity and masktype
368 changes.
369
370 * test/test_save.py (SaveSessionTest.testRasterLayer): Restructure
371 test to cover a variety of combinations of masktype and opacity
372 settings.
373
374 2005-05-02 Jan-Oliver Wagner <[email protected]>
375
376 * debian/rules: add --use-wx-python-swig-hack
377 to the build command.
378 Thanks to Moritz Lennert for pointing this out.
379
380 2005-04-28 Jan-Oliver Wagner <[email protected]>
381
382 Introduce OGRFileShapeStore in ogr extension.
383 This allows at least that loaded shapefile shape stores
384 can be saved correctly in the thuban session file
385 and reloaded again (reload is via core shapefile
386 routine, not OGR). For other types, .thuban files
387 can not be reloaded for the time being.
388
389 * Extensions/ogr/ogrshapes.py (OGRFileShapeStore): New. This
390 class ist to be used for any file-based shape stores
391 accessed through OGR.
392
393 * Extensions/ogr/ogrstart.py (open_with_ogr): Added
394 forgotten _ for i18n. Adapted call OpenFileShapestore
395 regarding new parameter.
396 (OpenFileShapestore): Use OGRFileShapeStore instead of
397 OGRShapeStore. Fix return value (None instead of null).
398 Add new parameter "mainwindow" to avoid accessing global
399 context.
400
401 2005-04-27 Jan-Oliver Wagner <[email protected]>
402
403 Introduce FileShapeStore as generalization for
404 file-based shape stores. In a first instance
405 this allows additional modules to handle shapefile
406 format as well, namely the OGR extension.
407
408 * Thuban/Model/data.py: Various small fixes in doc-strings.
409 (FileShapeStore): New class.
410 (ShapefileStore): Derive from FileShapeStore.
411 (ShapefileStore.__init__): Call __init__ of FileShapeStore,
412 rename self.table to self._table, initialize self._bbox
413 (ShapefileStore._open_shapefile): Use self._bbox instead of self.bbox
414 and self.FileName() instead of self.filename.
415 (ShapefileStore.Table): Use self._table instead of self.table.
416 (ShapefileStore.FileName): Removed (moved to FileShapeStore).
417 (ShapefileStore.BoundingBox): Use self._bbox instead of self.bbox.
418
419 * Thuban/Model/save.py: Replace ShapefileStore by FileShapeStore.
420 (SessionSaver.write_data_containers): Only use methods of the
421 base class FileShapeStore.
422
423 2005-04-26 Martin Schulze <[email protected]>
424
425 * Extensions/wms/wms.py (render_wms_layer): Adjusted the render
426 function to the modified render engine
427
428 2005-04-25 Martin Schulze <[email protected]>
429
430 * Thuban/UI/renderer.py (MapRenderer.projected_raster_layer):
431 Added a description according to the CVS log message
432
433 2005-04-23 Martin Schulze <[email protected]>
434
435 * Thuban/UI/renderer.py: Added a missing import
436
437 2005-04-23 Russell Nelson <[email protected]>
438
439 * Thuban/UI/view.py (MapCanvas.OnMiddle{Up,Down}): Changed the
440 way the previous tool is remembered, so that middle-button
441 panning works even if you haven't selected a tool.
442
443 2005-04-11 Bernhard Herzog <[email protected]>
444
445 * libraries/thuban/wxproj.cpp: Move the compatibility code that
446 deals with the wxPython 2.4 version of wxPython.h into the #ifdef
447 branch that includes wxPython.h because it's only needed when
448 wxPython.h is used. Also, it won't compile when
449 USE_WX_PYTHON_SWIG_HACK is set otherwise.
450
451 2005-04-07 Bernhard Herzog <[email protected]>
452
453 * Thuban/UI/classifier.py (ClassGrid.__init__): Use -1 as the ID.
454 (ID_CLASS_TABLE): Removed. It wasn't used anywhere except in
455 ClassGrid.__init__ and it's value is outside of the valid
456 range (must be < 32768). wxPython 2.5 complains about it with an
457 exception.
458
459 2005-04-05 Jan-Oliver Wagner <[email protected]>
460
461 * Doc/manual/thuban-manual-de.xml: More translations.
462
463 2005-04-05 Bernhard Herzog <[email protected]>
464
465 * libraries/thuban/wxproj.cpp: Make it work with a wxPython.h from
466 wxPython 2.4 as well. Also, remove a now obsolete comment.
467
468 2005-04-05 Bernhard Herzog <[email protected]>
469
470 Use wxPython.h by default but provide a workaround when it isn't
471 available.
472
473 * setup.py (wxproj_extension): New variable. Assign the Extension
474 instance for Lib.wxproj to this variable instead of putting it
475 directly into the listso that it can be accessed by other code
476 later.
477 (thuban_build_ext.user_options): Added boolean option
478 --use-wx-python-swig-hack.
479 (thuban_build_ext.initialize_options): Initialize the new option
480 to False.
481 (thuban_build_ext.finalize_options): If the new option was given,
482 define the preprocesser macro USE_WX_PYTHON_SWIG_HACK.
483 (thuban_build_ext): Update the doc-string
484
485 * libraries/thuban/wxproj.cpp: Normally we use
486 wx/wxPython/wxPython.h now. Only if USE_WX_PYTHON_SWIG_HACK is
487 defined, use swigPtrConvertHack.h instead.
488
489 * libraries/thuban/swigPtrConvertHack.h: Remove the code that was
490 copied over from wxPython.h.
491 (decode_pointer_new): New. Equivalent of decode_pointer for
492 wxPython 2.5.
493 (wxPyConvertSwigPtr): Modified to cope with wxPython 2.5 as well.
494
495 * README: Add section on potential build problems which explains
496 how the work-around for a missing wxPython.h is activated.
497
498 2005-03-29 Bernhard Herzog <[email protected]>
499
500 * test/postgissupport.py (find_postgis_sql): Added yet another
501 potential location for (lw)postgis.sql because the file has moved
502 again in postgis 1.0.0 rc4.
503
504 2005-03-29 Bernhard Herzog <[email protected]>
505
506 * Thuban/UI/legend.py (BMP_SIZE_W, BMP_SIZE_H): Set both to 16 to
507 match the site of the legend_icon_layer icon. Otherwise wxpython
508 2.5 complains when the legend is created with the error:
509
510 PyAssertionError: C++ assertion "(bitmap.GetWidth() == m_width &&
511 bitmap.GetHeight() == m_height) || (m_width == 0 && m_height ==
512 0)" failed in ./src/generic/imaglist.cpp(81): invalid bitmap size
513 in wxImageList: this might work on this platform but definitely
514 won't under Windows.
515
516 2005-03-23 Jonathan Coles <[email protected]>
517
518 These changes add support for adjusting the opacity of a raster layer.
519
520 * Thuban/Model/layer.py (RasterLayer.Opacity): Replaces AlphaOpacity.
521 (RasterLayer.SetOpacity): Replaces SetAlphaOpacity. Also triggers
522 a LAYER_CHANGED event if the opacity actually changes.
523
524 * Thuban/UI/baserenderer.py (BaseRenderer.draw_raster_data): Added
525 layer parameter needed in the implementation of this method in
526 renderer.py.
527
528 * Thuban/UI/layerproperties.py (LayerProperties.dialog_layout): Fixed
529 typo 00 -> 0.
530
531 * Thuban/UI/rasterlayerproperties.py (RasterLayerProperties): Added
532 control to adjust opacity.
533
534 * Thuban/UI/renderer.py (MapRenderer.draw_raster_data): Scale the
535 alpha data based on the opacity level of the layer.
536
537 * test/test_baserenderer.py (SimpleRenderer.draw_raster_data): Now
538 accepts a layer parameter.
539
540 * test/test_layer.py (TestLayerModification.test_raster_layer):
541 Rename opacity method calls and add test for LAYER_CHANGED.
542
543 2005-03-16 Bernhard Herzog <[email protected]>
544
545 * test/test_connector.py (DeletionTestMixin.check_deletions)
546 (DeletionTestMixin.check_deletetions): renamed to check_deletions.
547 update the callers.
548
549 2005-03-14 Jan-Oliver Wagner <[email protected]>
550
551 * Doc/manual/thuban-manual-de.xml: More translations.
552
553 2005-03-10 Jan-Oliver Wagner <[email protected]>
554
555 Introducing initialization callbacks for extensions.
556
557 * Thuban/UI/extensionregistry.py (ExtensionDesc.__init__): Added
558 optional parameter init_callback.
559 (ExtensionDesc.init_ext): New. Executes the callback and sets
560 a status.
561
562 * Thuban/UI/application.py (ThubanApplication.OnInit): Add the
563 initialization of the extensions.
564 (ThubanApplication.init_extensions): Init all extensions.
565
566 * Thuban/UI/about.py (About.__init__): Added status of the extensions
567 to the about text.
568
569 * Extensions/gns2shp/__init__.py: Added init method for Extension
570 description.
571 (init): New. Contains the initialization of the module.
572
573 2005-03-04 Nina Hüffmeyer <[email protected]>
574
575 * Extensions/ogr/ogrdialog.py: Added a dialog, which asks for
576 OGRConnection to open a datasource. Removed dialog to display all
577 available drivers. Added some doc strings.
578
579 * Extensions/ogr/ogrstart.py: Added menu entry for opening an
580 OGRDatasource with a string. Added two opening methods which return an
581 OGRDatasource (either data from file or from DB).
582
583 * Extensions/ogr/ogrshapes.py: Added class OGRGeometry, which
584 represents a geometry reference of an OGRFeature. OGRShape now has a
585 list of referenced geometry objects (important for geometry
586 collections).
587 For OGRShapeStores loaded from a DB an ID column can be specified now.
588
589 2005-02-22 Jan-Oliver Wagner <[email protected]>
590
591 * test/test_map.py (TestMapWithContents.test_tree_info):
592 Added label layer for comparison.
593
594 2005-02-18 Jonathan Coles <[email protected]>
595
596 * libraries/thuban/gdalwarp.cpp (GetImageData): Optimize the loop
597 which builds a mask. Handle the majority of an image in a loop,
598 creating 8 bits at a time. Later, handle the edge case where less
599 than 8 bits are packed.
600
601 2005-02-18 Bernhard Herzog <[email protected]>
602
603 * test/test_baserenderer.py (TestBaseRenderer.setUp): Fix
604 doc-string
605
606 2005-02-18 Jonathan Coles <[email protected]>
607
608 * setup.py: Remove wx_cs_params from gdal compile options.
609
610 2005-02-18 Jonathan Coles <[email protected]>
611
612 Refactored baserenderer.py and renderer.py to remove baserenderer.py's
613 dependencies on wxPython. Added a new method projected_raster_layer()
614 that returns a raster layer image in projected space. This must be
615 implemented in classes derived from BaseRenderer. This also eliminates
616 the dependency on gdal in baserenderer.py.
617
618 * Thuban/UI/baserenderer.py (BaseRenderer.draw_raster_layer): Call
619 new projected_raster_layer() to get projected raster image instead
620 of directly calling ProjectRasterFile().
621 (BaseRenderer.projected_raster_layer): New. This must be implemented
622 by derived classes. It takes almost the same arguments as ProjectRasterFile
623 did and returns a projected image with mask and alpha data (if requested).
624 (BaseRenderer.render_map_incrementally): Remove the check for gdal since
625 that check will be done in MapRenderer.projected_raster_layer(). This
626 also allows other implementations to use different projection code.
627
628 * Thuban/UI/renderer.py (MapRenderer.projected_raster_layer):
629 Implementation of BaseRenderer.projected_raster_layer. Checks for
630 gdal support and wxPython version. Also handles exceptions from
631 ProjectRasterFile.
632
633 * libraries/thuban/gdalwarp.cpp: Removed checks for wxPython versions
634 and added a variable which can be set through the options argument
635 of ProjectRasterFile.
636
637 * test/test_baserenderer.py (SimpleRenderer.projected_raster_layer): New.
638 Calls ProjectRasterFile and returns the result.
639 (TestBaseRenderer.test_projected_raster_layer): New. Tests the results
640 of calling projected_raster_layer() with different options.
641 (TestBaseRenderer.test_raster_no_projection): Removed tests based on
642 wxPython version and all tests of masks and alpha channels. These are
643 now in test_projected_raster_layer().
644
645 2005-02-17 Jan-Oliver Wagner <[email protected]>
646
647 * Thuban/Model/map.py, Thuban/Model/label.py: Fixed
648 doc-strings to comply with coding_guidelines.
649
650 2005-02-17 Jan-Oliver Wagner <[email protected]>
651
652 Docstring improvements and minor fixes for labellayer.
653
654 * Thuban/Model/map.py:
655 (Map, Map.Destroy, Map.RemoveLayer, Map.ClearLayers,
656 Map.Layers, Map.HasLayers, Map.MoveLayerToTop,
657 Map.RaiseLayer, Map.LowerLayer, Map.MoveLayerToBottom,
658 Map.ProjectedBoundingBox, Map.GetProjection): Improved/added
659 doc string.
660 (Map.BoundingBox): Removed superfluous test for label_layer
661 and improved doc string.
662 (Map.TreeInfo): Added label_layer and improved sdo string.
663
664 * Thuban/Model/label.py: Added import of _.
665 (Label, Label.__init__): Improved/added doc string.
666 (LabelLayer, LabelLayer.__init__, LabelLayer.Labels,
667 LabelLayer.RemoveLabel, LabelLayer.ClearLabels):
668 Improved/added doc string.
669 (LabelLayer.AddLabel): Use already defined names for
670 align strings and improved doc string.
671 (LabelLayer.TreeInfo): New. Return the object data for
672 the tree view.
673
674 2005-02-16 Jonathan Coles <[email protected]>
675
676 Further wxPython 2.5 changes using patches from Daniel Calvelo Aros
677 so that that wxproj doesn't crash. Added GUI support for selecting
678 alpha channel (opacity can't be selected yet).
679
680 NOTE: If wxPython.h is including in future distribution packages
681 then it will not be necessary to have the files swigPtrConvertHack.h
682 and wxPython_int.h included with Thuban. This is hopefully
683 a temporary workaround.
684
685 * setup.py (thuban_build_ext.finalize_options): gdalwarp needs
686 access to the macro wxCHECK_VERSION so that it will properly
687 generate a bit mask. There was a problem between wx2.4 and wx2.5
688 that this works around.
689
690 * Thuban/Model/layer.py (RasterLayer.UseMask): Removed in favor
691 of RasterLayer.MaskType.
692 (RasterLayer.SetUseMask): Removed in favor of RasterLayer.SetMaskType
693 (RasterLayer.MaskType): New. Returns the type of mask to use. Can
694 specify none, a bitmap, or an alpha channel.
695 (RasterLayer.SetMaskType): New. Set what kind of mask to use.
696
697 * Thuban/UI/baserenderer.py (BaseRenderer.draw_raster_layer):
698 Set the raster warping options for the mask based on the value
699 of RasterLayer.MaskType.
700
701 * Thuban/UI/legend.py (LegendTree.__FillTreeLayer): Remove
702 deprecated calls to SetItemSelectedImage in favor of SetItemImage
703 with wxTreeItemIcon_Selected.
704
705 * Thuban/UI/rasterlayerproperties.py: Support selecting to use
706 an alpha channel for the mask.
707
708 * Thuban/UI/renderer.py (MapRenderer.draw_raster_data): Use alpha
709 data if it is available and an alpha channel is supported under
710 the current version of wxPython.
711
712 * libraries/thuban/gdalwarp.cpp (GetImageData): Added compiler define
713 to select whether 1's or 0's select the desired portion of an image
714 in the bit mask. wx2.4 has a bug where the documentation is the opposite
715 from behavior.
716 (ProjectRasterFile): Only generate an alpha channel if the version
717 of wxPython is >= 2.5.3.
718
719 * libraries/thuban/wxproj.cpp: Applied patches from Daniel Calvelo Aros.
720 When wxPython >= 2.5.3 use the special swig functions to decode an
721 object's address.
722
723 * libraries/thuban/swigPtrConvertHack.h: Includes conditional code
724 based on the version of wxPython. If >= 2.5.3 use the special swig
725 functions from wxPython to decode wxPython objects, otherwise use
726 the old method of retrieving the address from the object __repr__ string.
727
728 * libraries/thuban/wxPython_int.h: Copied from wxPython source.
729 Unnecessary code was removed to make it smaller.
730
731 * test/test_baserenderer.py (TestBaseRenderer.test_raster_no_projection):
732 Add tests for returning an alpha channel.
733
734 * test/test_layer.py (TestLayerModification.test_raster_layer): Fix
735 tests that used removed functions UseMask and SetUseMask
736
737
738 2005-02-08 Bernhard Herzog <[email protected]>
739
740 More wxPython 2.5 changes. This time taken from a patch from
741 Daniel Calvelo Aros.
742
743 * Thuban/UI/tableview.py (QueryTableFrame.__init__)
744 (QueryTableFrame.__init__): Pass the size of a spacer as a single
745 item.
746
747 * Thuban/UI/projdialog.py (ProjFrame.build_dialog)
748 (ProjFrame.build_dialog): Pass the size of a spacer as a single
749 item.
750
751 * Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Pass the
752 size of a spacer as a single item.
753
754 * Thuban/UI/classifier.py (Classifier.dialog_layout): Pass the
755 size of a spacer as a single item.
756
757 2005-02-08 Bernhard Herzog <[email protected]>
758
759 Compatibility with wxPython 2.5. The changes should make it work
760 better with 2.5 while still keeping compatibility with 2.4. There
761 are still problems with 2.5, though.
762
763 * Thuban/UI/dock.py (DockableWindow.__CreateBorder): Pass the size
764 of a spacer as a single item.
765
766 * Thuban/UI/classifier.py (ClassGroupPropertiesCtrl): Derive only
767 from wxControl
768
769 * Thuban/UI/legend.py (LegendTree): When running with wxPython <
770 2.5, add an implementation of the GetFirstChild method that does
771 not require the second parameter.
772 (LegendTree.find_layer, LegendTree._OnMsgMapLayersAdded)
773 (LegendTree._OnMsgMapLayersRemoved, LegendTree.DeleteAllItems)
774 (LegendTree.DeleteChildren, LegendTree.__ShowHideLayer): Do not
775 pass the second parameter to GetFirstChild
776
777 2005-02-08 Nina Hüffmeyer <[email protected]>
778
779 * Extensions/ogr/ogrshapes.py: Removed some print commands.
780
781 * Extensions/ogr/ogrstart.py: Changed the GUI. OGR is no longer an
782 additional menu but appears as a possibility in the menu Map.
783
784 2005-02-07 Jonathan Coles <[email protected]>
785 * libraries/thuban/gdalwarp.cpp: Removed the macros PYTHON_ERR
786 and PYTHON_ERRF since they were no longer necessary.
787
788 2005-02-07 Bernhard Reiter <[email protected]>
789 * Thuban/UI/classifier.py (ClassGrid.DeleteSelectedRows):
790 Enable translation for message string.
791
792 2005-02-06 Martin Schulze <[email protected]>
793
794 * Extensions/wms/infodialog.py (wmsInfoDialog.__init__): Adjusted
795 the arguments of the contstructor to fit the global scheme
796
797 2005-01-31 Nina Hüffmeyer <[email protected]>
798
799 * Extensions/ogr/ogrdialog.py: Added class ogrdialog.py, which provides
800 some dialogs needed to start ogr.
801
802 * Extensions/ogr/__init__.py: Changed comments to avoid encoding
803 warnings.
804
805 * Extensions/ogr/test/test_OGRShapestore.py: Changed comments to avoid
806 encoding warnings.
807
808 2005-01-28 Jonathan Coles <[email protected]>
809
810 * libraries/thuban/gdalwarp.cpp (GetImageData): Recode how the
811 mask is packed into a bit array. It's now slightly faster.
812
813 2005-01-28 Jonathan Coles <[email protected]>
814
815 * Thuban/Model/layer.py (RasterLayer.__init__): Make use_mask
816 default to true.
817
818 * Thuban/Model/load.py (SessionLoader.start_rasterlayer): Remove
819 code that loads the state of the layer's use_mask flag. Its
820 usefulness is still being debated.
821
822 * Thuban/Model/save.py (SessionSaver.write_layer): Remove
823 code that saves the state of the layer's use_mask flag. Its
824 usefulness is still being debated.
825
826 * Thuban/UI/baserenderer.py (BaseRenderer.draw_raster_layer): Pass
827 options to ProjectRasterFile based on the state of layer.UseMask().
828 Catch more exceptions from ProjectRasterFile so that Thuban doesn't
829 quit is there is a problem projecting.
830 (BaseRenderer.draw_raster_data): Change the documentation to
831 describe the new format (XBM) that the mask data will be in.
832
833 * Thuban/UI/renderer.py (MapRenderer.draw_raster_data): The mask
834 data is in XBM format when format='RAW' which means it doesn't
835 need to be converted to a wxImage before being used as a mask
836 for a wxBitmap. Assume that if format != 'RAW' that the image
837 data and mask data are in the same format.
838
839 * libraries/thuban/gdalwarp.cpp (GetImageData): If alpha is enabled
840 and a mask is requested, convert the alpha band to a bit array in
841 XBM format. if an alpha channel is requested, simply return the
842 data in the alpha band. Provide better error handling by returning
843 python error messages (also fixes RT #2947).
844 (ProjectRasterFile): Support multiple mask options, rather than simply
845 a flag indicating that a mask should or should not be used. Provide
846 better error handling by returning python error messages.
847
848 * test/test_baserenderer.py (TestBaseRenderer.test_raster_no_projection):
849 Add mask data to test.
850
851 * test/test_layer.py (TestLayer.test_raster_layer): Test that a layer
852 should use the mask by default.
853 (TestLayerModificaton.test_raster_layer): Test that a layer should use
854 the mask by default.
855
856 * test/test_load.py (TestRasterLayer.test): Remove testing for
857 use_mask flag in file.
858
859 * test/test_save.py (SaveSessionTest.testRasterLayer): Remove testing
860 for use_mask in file.
861
862 * test/test_load_1_0_1.py: Removed. Shouldn't have been checked in.
863
864 2005-01-26 Jonathan Coles <[email protected]>
865
866 Add a new dialog box for raster layers. The dialog box allows
867 the user to toggle a mask that is generated by ProjectRasterFile
868 and is used to only draw the real parts of the projected image.
869
870 * Thuban/UI/baserenderer.py (BaseRenderer.draw_raster_layer):
871 Instruct the warping code to generate a mask if the raster layer
872 requests one.
873 (BaseRenderer.draw_raster_data): Removed obsolete optional mask argument.
874
875 * Thuban/UI/renderer.py (MapRenderer.draw_raster_data): Removed
876 obsolete optional mask argument.
877
878 * Thuban/UI/classifier.py (Classifier): Change the parent class
879 to LayerProperties and rework the code to support layout calls
880 from the parent.
881 (Classifier.dialog_layout): New. Layout the dialog box.
882 (Classifier.map_layers_removed): Removed. Moved to parent class.
883 (Classifier.map_replaced): Removed. Moved to parent class.
884 (Classifier._OnTry): Renamed to OnTry to support parent class.
885 (Classifier.OnClose): Removed. Supplied in parent class.
886 (Classifier._OnCloseBtn): Removed. Supplied in parent class as OnCloseBtn.
887 (Classifier._OnOK): Renamed to OnOK to support parent class.
888 (Classifier._OnRevert): Renamed to OnRevert to support parent class.
889
890 * Thuban/UI/layerproperties.py: New. Base class for layer properties
891 dialog boxes.
892
893 * Thuban/UI/rasterlayerproperties.py: New. Class for displaying
894 raster layer properties.
895
896 * libraries/thuban/gdalwarp.cpp: Replace the old gdalwarp.cpp code
897 with the non-simple version supplied with gdal. This allows added
898 features such as creating an alpha band.
899 (GetImageData): Generate a mask array from the alpha band that is
900 generated by gdal if the user has selected it. Try to support images
901 that have more than three bands, such as images with RGB plus an
902 alpha band.
903 (ProjectRasterFile): Convert python argument for mask and tell
904 gdal to enable or disable an alpha band.
905
906 * Thuban/Model/layer.py (BaseLayer.Type): New. Returns a string
907 describing what kind of layer the class is. Defaults to "Unknown",
908 but should be overridden by subclasses.
909 (Layer.Type): New. Override base class method.
910 (RasterLayer.__init__): Create a flag for using a mask. Record extra
911 data from gdal for display in the properties dialog.
912 (RasterLayer.Type): New. Override base class method.
913 (RasterLayer.UseMask): New. Returns True if the mask should be used.
914 (RasterLayer.SetUseMask): New. Set if the mask should be used.
915 (RasterLayer.ImageInfo): New. Return extra information about the image.
916
917 * Thuban/Model/load.py (SessionLoader.start_rasterlayer): Load
918 the mask information.
919
920 * Thuban/Model/save.py (SessionSaver.write_layer): Save mask information.
921
922 * Thuban/UI/mainwindow.py: Register the RasterLayerProperties and
923 Classifier classes as dialogs to use with the proper layer types.
924
925 * test/test_baserenderer.py (TestBaseRenderer.test_raster_no_projection):
926 Fix test.
927
928 * test/test_layer.py (TestLayer.test_raster_layer): Test new methods.
929 (TestLayerModification.build_path): New. Support function.
930 (TestLayerModification.test_raster_layer): New. Test new methods.
931
932 * test/test_save.py (SaveSessionTest.testRasterLayer): Add tests for mask.
933
934 * test/test_load.py (TestRasterLayer): Add tests for mask.
935
936 * test/test_load_1_0_1.py: New. Copied from test_load.py.
937
938 * test/test_baserenderer.py (SimpleRenderer.draw_raster_data): Removed
939 obsolete optional mask argument.
940
941 2005-01-26 Nina Hüffmeyer <[email protected]>
942
943 * Extensions/ogr/ogrshapes.py: Added two dictionaries to ShapeStore
944 which maps the ids and the ordinals. Fixed RowIdToOrdinal(),
945 RowOrdinalToId() and ReadRowAsDict().
946
947 * Extensions/ogr/ogrstart.py: Added menu item which opens database
948 layers for existing database connections.
949
950 * Extensions/ogr/test/test_OGRShapestore.py: Fixed a message string.
951
952
953 2005-01-26 Jan-Oliver Wagner <[email protected]>
954
955 * Doc/manual/thuban-manual-de.xml: More translations.
956
957 2005-01-24 Bernhard Herzog <[email protected]>
958
959 Rework the status bar updates a bit to make sure the message about
960 the projections is produced at the right times.
961
962 * Thuban/UI/mainwindow.py (MainWindow.update_status_bar_messages):
963 New class variable with messages that may require a status bar
964 update.
965 (MainWindow.view_position_changed)
966 (MainWindow.update_status_bar): Rename from view_position_changed
967 to update_status_bar. It's meaning has changed now that it may
968 also generate messages about problems with projection settings.
969 (MainWindow.__init__): Use the new update_status_bar_messages
970 class variable to subscribe update_status_bar
971 (MainWindow.set_position_text): Update doc-string. This method
972 has to be renamed at some point. See doc-string and comments.
973 (MainWindow.OnClose): Unsubscribe update_status_bar from all
974 messages in update_status_bar_messages
975
976 * Thuban/UI/viewport.py (ViewPort.forwarded_map_messages): New
977 class attribute. map messages to be forwarded by the viewport.
978 (ViewPort._subscribe_map, ViewPort._unsubscribe_map): (un)subscribe
979 the messages in forwarded_map_messages
980
981 2005-01-21 Bernhard Herzog <[email protected]>
982
983 * test/postgissupport.py (PostGISDatabase.__init__): Tweak
984 doc-string
985 (find_postgis_sql): Update for postgis-1.0.0-rc1, which uses a
986 different name for the initialization SQL file.
987
988 2005-01-21 Jonathan Coles <[email protected]>
989
990 * Thuban/UI/baserenderer.py (proj_params_to_str): New. Takes
991 a projection and returns a formatted string representing the
992 parameters to feed to gdalwarp. This function eliminates
993 redundancy in draw_raster_layer().
994 (BaseRenderer.render_map_incrementally): Removed the optimization which
995 drew the top most raster layer first and then only those vector-
996 based layers that are above it. With the support for transparency
997 this optimization breaks correct behaviour.
998 (BaseRenderer.draw_raster_layer): Reorganize code to support possible
999 future enhancements to raster layer bounding box. The old behaviour has
1000 not changed. Also, change calling parameters to draw_raster_data()
1001 to specify new RAW data format and mask.
1002 (BaseRenderer.draw_raster_data): Change signature to include an optional
1003 parameter for mask information. Change documentation to mention
1004 support for new parameter and added option for RAW data format.
1005 The data argument is now a list of [width, height, data].
1006
1007 * Thuban/UI/renderer.py (MapRenderer.draw_raster_data): Add new optional
1008 mask parameter. Add new condition for RAW format, which
1009 significantly reduces rendering time. Add condition for
1010 mask parameter.
1011
1012 * libraries/thuban/gdalwarp.cpp (GetImageData): New. Creates a
1013 data array of RGB values from the projected image returned from
1014 the gdal warping functions. In the case of palette based images, it
1015 converts the NO_DATA index to the mask color.
1016 (ProjectRasterFile): Removed all custom memory driver references
1017 and replaced it with the standard in-memory dataset provided
1018 by gdal. The return data is no longer a BMP file, but an array
1019 of RGB values, one set triple per pixel.
1020
1021 * libraries/thuban/bmpdataset.cpp: Removed. Unnecessary.
1022 * libraries/thuban/cpl_mfile.h: Removed. Unnecessary.
1023 * libraries/thuban/cpl_mfile.cpp: Removed. Unnecessary.
1024
1025 * setup.py (thuban_build_ext.finalize_options): Removed mention
1026 of cpl_mfile.cpp and bmpdataset.cpp files in the list of source
1027 files. These are obsolete with the new version of gdalwarp.cpp
1028
1029 * test/test_baserenderer.py (SimpleRenderer.draw_raster_data):
1030 Updated signature.
1031 (TestBaseRenderer.test_raster_no_projection): Changed the test
1032 data to be data in the uncompressed RAW format returned from
1033 ProjectRasterFile.
1034
1035 2005-01-21 Jan-Oliver Wagner <[email protected]>
1036
1037 * Thuban/UI/mainwindow.py (MainWindow.view_position_changed): Made
1038 string available for i18n.
1039
1040 2005-01-20 Russell Nelson <[email protected]>
1041
1042 * Resources/Projections/defaults.proj: Ruin the speling of the
1043 Lambert-93 projection so it doesn't run into the wx UTF-8 bug.
1044 It's the wrong thing to do in the long run, but it's necessary for
1045 those users until that bug is fixed. Otherwise the projection
1046 dialog segfaults. Better to annoy some Lambert-93 users with a
1047 spelling mistake than every Fedora Core 3 user of Thuban-CVS.
1048
1049 2005-01-20 Bernhard Reiter <[email protected]>
1050
1051 * Thuban/UI/mainwindow.py (MainWindow.view_position_changed): Added
1052 docstring and comment that the warning code here is a hack.
1053
1054 2005-01-20 Russell Nelson <[email protected]>
1055
1056 * Thuban/UI/mainwindow.py (MainWindow.view_position_changed): Warn
1057 user about misprojected layers when their lat/lon bounding
1058 box exceeds rational lat/lon values.
1059
1060 2005-01-20 Bernhard Reiter <[email protected]>
1061
1062 * Thuban/UI/about.py (unicodeToLocale): Improved:
1063 Use 'ascii' and then 'replace' for other characters
1064 when getdefaultlocale returns None. Thanks to Bernhard H. .
1065
1066 2005-01-20 Bernhard Reiter <[email protected]>
1067
1068 * Thuban/UI/classgen.py (GenQuantilesPanel.OnRetrieve): Added a comment
1069 that OnRangeText might be called twice and using None as argument.
1070
1071 2005-01-20 Bernhard Reiter <[email protected]>
1072
1073 * Thuban/UI/classgen.py (GenQuantilesPanel.OnRetrieve): Add a
1074 OnRangeText(0) to work around a different in wx Behaviour noticed
1075 on MacOSX, thanks to Lorenzo Moretti and Daniel Calvelo for the fix.
1076
1077 2005-01-20 Bernhard Reiter <[email protected]>
1078
1079 * Thuban/UI/about.py: take iso-8859-15 when getdefaultlocale returns
1080 None. (Fixes rt#2910.)
1081
1082 2005-01-18 Frank Koormann <[email protected]>
1083
1084 New Extension: mouseposition
1085 Tool to collect mouse click positions (map coordinates) in a dialog.
1086
1087 * Extensions/mouseposition/__init__.py: New, extension registration
1088
1089 * Extensions/mouseposition/mouseposition.py: New, implements the
1090 dialog and adds a tool to Thuban mainwindow.
1091
1092 * Extensions/mouseposition/position.xpm: New, icon for tool.
1093
1094 2005-01-14 Jan-Oliver Wagner <[email protected]>
1095
1096 * Doc/manual/thuban-manual-de.xml: More translations.
1097
1098 2005-01-11 Frank Koormann <[email protected]>
1099
1100 * Thuban/UI/mainwindow.py (MainWindow.DuplicateLayer):
1101 Fix indention bug.
1102
1103 2005-01-09 Frank Koormann <[email protected]>
1104
1105 * Thuban/UI/mainwindow.py (MainWindow.DuplicateLayer):
1106 BugFix 2901: Explicitly copy layers ClassificationColumn since it
1107 is not part of the layers Classification.
1108
1109 2005-01-03 Frank Koormann <[email protected]>
1110
1111 * Thuban/UI/renderer.py (ScreenRendererdraw_selection_incrementally):
1112 BugFix 2883: Former implementation only worked on classified point
1113 layers: KeyError was raised, now use the default size if field is None.
1114
1115 2004-12-27 Bernhard Reiter <[email protected]>
1116
1117 svgexport 1.0.0cvs: Fixed label export.
1118
1119 * Extensions/svgexport/test/test_svgmapwriter.py:
1120 class TestSVGRenderer(): New class; new test test_label_font().
1121
1122 * Extensions/svgexport/svgmapwriter.py
1123 (SVGRenderer.label_font()): initialised Font size with self.factor now,
1124 makes test_label_font happy.
1125
1126 * Extensions/svgexport/TODO: crossed out fixed label export item.
1127 Added item for options.
1128
1129 * Extensions/svgexport/__init__.py: Bumped version to 1.0.0cvs.
1130
1131 2004-12-27 Russell Nelson <[email protected]>
1132
1133 Middle mouse button pans.
1134
1135 * Thuban/UI/view.py (MapCanvas.__init__): Subscribe also
1136 OnMiddleDown and OnMiddleUp events.
1137 (MapCanvas.OnMiddleDown): New. Activate the pan tool and remember the
1138 previously used tool.
1139 (MapCanvas.OnMiddleUp): New. Reactivate the remebered tool used before
1140 pressing the middle mouse button.
1141
1142 2004-12-27 Jan-Oliver Wagner <[email protected]>
1143
1144 * Doc/manual/thuban-manual-de.xml: More translations.
1145
1146 2004-12-23 Jan-Oliver Wagner <[email protected]>
1147
1148 * Thuban/UI/projdialog.py (ProjFrame.load_user_proj): Added a
1149 \n to stderr after the warnings. Thanks to Russell Nelson.
1150
1151 2004-12-20 Nina Hueffmeyer <[email protected]>
1152
1153 * Extensions/ogr/ogrshapes.py: Fixed some issues from
1154 Bernhard (coding guidelines etc.). Additionally it is now possible to
1155 display shapefiles containing feature collections (e.g.polygons
1156 with holes). Works with gdal 1.2.1 now.
1157
1158 * Extensions/ogr/test/test_OGRShapestore.py: Fixed some issues
1159 from Bernhard (coding guidelines etc.). If ogr can't be imported,
1160 tests are skipped now.
1161
1162 * Extensions/ogr/ogrstart.py: Fixed some typings.
1163
1164 2004-12-20 Bernhard Reiter <[email protected]>
1165
1166 * Extensions/svgexport/TODO: updated to add support for
1167 raster layers and labels for 1.0.1.
1168
1169 * Extensions/svgexport/svgmapwriter.py (draw_raster_layer):
1170 Issue a warning now.
1171
1172 2004-12-19 Bernhard Reiter <[email protected]>
1173
1174 * Extensions/svgexport/TODO: Added idea to support triggering
1175 the application down the pipe.
1176
1177 2004-12-19 Bernhard Reiter <[email protected]>
1178
1179 svgexport: Improved code quality, mainly by better naming.
1180
1181 * Extensions/svgexport/svgmapwriter.py:
1182 DrawPath() renamed to DrawPolygonPath(),
1183 added documentation, improved comments and variable names.
1184
1185 * Extensions/svgexport/svgmapwriter.py,
1186 Extensions/svgexport/test/test_svgmapwriter.py:
1187 All using DrawPolygonPath() now, the default parameter closed=True
1188 omitted.
1189
1190 * Extensions/svgexport/test/test_svgmapwriter.py:
1191 renamed test_polygon_opened() to test_polyline()
1192 renamed test_transparent_polygon() to test_transparent_polyline()
1193
1194 2004-12-18 Jan-Oliver Wagner <[email protected]>
1195
1196 Some fixes of gns2shp extension.
1197
1198 * Extensions/gns2shp/test/__init__.py: New. Make this directory a
1199 package.
1200
1201 * Extensions/gns2shp/test/test_gns2shp.py: Add some import paths
1202 dynamically.
1203
1204 * Extensions/gns2shp/test/README: Simplified description how to test.
1205
1206 * Extensions/gns2shp/gns2shp.py (gns2shp): Fixed doc-string,
1207 fixed some dimensions of fields according to the GNS documentation
1208 which seems to change undocumented.
1209 Now killing trailing \n and/or \r from MODIFY_DATE.
1210 This fixes RT#2453.
1211
1212 2004-12-18 Bernhard Reiter <[email protected]>
1213
1214 svgexport 1.0.0: Treats holes and islands nicely. Documentation added.
1215
1216 * Extensions/svgexport/test/test_svgmapwriter.py:
1217 Added new tests: test_export_polygon_with_hole()
1218 and test_polygon_with_hole().
1219
1220 * Extensions/svgexport/svgmapwriter.py
1221 (draw_polygon_shape()): Uses DrawPath correctly now.
1222
1223 * Doc/manual/thuban-manual.xml: Added documentation for stable
1224 extention svgexport.
1225 * Doc/manual/thuban-manual-de.xml: Copied English section about
1226 svexport over.
1227
1228 * Extensions/svgexport/__init__.py: Bumped version number to 1.0.0.
1229
1230 * Extensions/svgexport/svgsaver.py,maplegend.py:
1231 Moved from experimental to stable extension menu.
1232
1233 * Extensions/svgexport/TODO: updated.
1234
1235
1236 2004-12-18 Bernhard Reiter <[email protected]>
1237
1238 Added Extensions/svgexport/TODO
1239
1240 2004-12-18 Bernhard Reiter <[email protected]>
1241
1242 Refactored in svgexport:
1243 DrawPath replaces DrawPolygon; added newline in front of "M" in paths.
1244
1245 * Extensions/svgexport/svgmapwriter.py
1246 Added verbosity level 3 to print out polygon points.
1247 (class Point): added __repr__
1248 (class Brush, __str__()): Added space after ,.
1249 (DrawPolygon): Renamed to DrawPath()
1250 (DrawPath): Takes list of polygons as input now, adds \n before "M"s.
1251 (DrawLines): Using DrawPath now.
1252
1253 * Extensions/svgexport/test/test_svgmapwriter.py:
1254 Replaced DrawPolygon() calls with DrawPath() and put the first argument
1255 inside another list. Adapted test data with a newline before "M".
1256
1257 2004-12-18 Bernhard Reiter <[email protected]>
1258
1259 Refactored svgexport tests: 9 double tests runs eliminated;
1260 code size reduced by 8 lines.
1261
1262 * Extensions/svgexport/test/test_svgmapwriter.py:
1263 (class TestWithDC): Renamed to BaseTestWithDC, moved to top.
1264 (class BaseWithDCtools): New, subclass from BaseTestWithDC.
1265 (class TestDrawSplines): now subclass from BaseTestWithDCtools,
1266 this fixed the double running of the nine tests of TestVirtualDC.
1267 (class TestVirtualDC): Using self.dc and self.file from setUp().
1268
1269 2004-12-17 Bernhard Herzog <[email protected]>
1270
1271 Two windows specific fixes ported from thuban-1­0-branch:
1272
1273 * Thuban/UI/about.py (unicodeToLocale): Use getdefaultlocale
1274 instead of getlocale because getlocale doesn't return a usable
1275 encoding name on a german windows 2000
1276
1277 * setup.py: windows build: Removed the absolute path names and
1278 made all prfixes relative to the directory containing setup.py.
1279 Makes it a little easier to adapt to a different system.
1280
1281 2004-12-16 Bernhard Herzog <[email protected]>
1282
1283 Add support for PostGIS tables with LINESTRING geometries.
1284 Fixes RT#2299
1285
1286 * Thuban/Model/postgisdb.py (shapetype_map): Add LINESTRING
1287
1288 * test/postgissupport.py
1289 (PostgreSQLServer.get_default_static_data_db): Rename the "roads"
1290 table to "roads-multi" because it now uses MULTILINESTRING
1291 geometries and introduce a new "roads" table that uses LINESTRING
1292 (coords_to_multilinestring): Make the doc string more precise
1293 (coords_to_linestring): New. Create a LINESTRING WKT
1294 representatin
1295 (wkt_converter): Add coords_to_linestring
1296 (upload_shapefile): Rephrase the doc-string a bit.
1297
1298 * test/test_postgis_db.py (TestPostGISShapestoreArc)
1299 (LineStringTests)
1300 (TestPostGISShapestoreLineString)
1301 (TestPostGISShapestoreMultiLineString): Split
1302 TestPostGISShapestoreArc into a base class LineStringTests and two
1303 derived classes TestPostGISShapestoreLineString for LINESTRING
1304 geometries and TestPostGISShapestoreMultiLineString for
1305 MULTILINESTRING geometries. Most test methods are in the base
1306 class with the exception of tests that explicitly check the raw
1307 format.
1308
1309 2004-12-16 Bernhard Herzog <[email protected]>
1310
1311 Make the test suite work with PostGIS 0.8.2 and PostgreSQL 7.4
1312
1313 * test/postgissupport.py (find_postgis_sql): Different postgis
1314 versions put the postgis.sql file into slightly different places
1315 so we have to look in both. The updated doc string describes this
1316 is more detail.
1317
1318 * test/test_postgis_db.py
1319 (TestPostGISSpecialCases.test_column_name_quoting): The return
1320 value of UniqueValues is unsorted, so it has to be sorted for
1321 comparison.
1322
1323 2004-12-16 Bernhard Herzog <[email protected]>
1324
1325 Fix for RT#2237
1326
1327 * Thuban/UI/projdialog.py (ProjFrame._show_proj_panel): If the
1328 panel to be shown is the UnknownProjPanel disable the OK and Try
1329 buttons. Otherwise enable them.
1330 (ProjFrame.__GetProjection): The UnknownProjPanel returns None for
1331 the parameters. In that case __GetProjection also returns None
1332 now.
1333
1334 2004-12-15 Bernhard Herzog <[email protected]>
1335
1336 * Thuban/UI/classgen.py (GenQuantilesPanel.__init__): Set the
1337 minimum number of classes to 2. The calculate_quantiles needs at
1338 least two and raises an exception otherwise.
1339 Fixes RT#2549
1340
1341 2004-12-15 Bernhard Herzog <[email protected]>
1342
1343 * test/postgissupport.py (PostgreSQLServer.execute_sql): Extend to
1344 so that it returns a result for select statements.
1345 (PostgreSQLServer.server_version): New. Return the version of the
1346 server software.
1347 (PostgreSQLServer.require_authentication): The format of
1348 pg_hba.conf has changed between PostgrSQL 7.2 and 7.3. Check the
1349 server version and generate the file in the correct format
1350
1351 2004-12-15 Bernhard Herzog <[email protected]>
1352
1353 * test/postgissupport.py (PostgreSQLServer.is_running): Fix typo
1354 in the doc string and rephrase it a little.
1355
1356 2004-12-15 Frank Koormann <[email protected]>
1357
1358 * test/test_load.py (TestAltPath.checkSession): New, extended checks if
1359 session has been loaded successfully. The check is called by the relevant
1360 tests after executing load_session().
1361
1362 2004-12-13 Bernhard Herzog <[email protected]>
1363
1364 Make sure the region used to determine which shapes are visible
1365 actually matches the region on the printed page. If this isn't
1366 done properly some shapes might not be printed.
1367 Fixes RT #2692
1368
1369 * Thuban/UI/view.py (MapPrintout.draw_on_dc): The region for the
1370 renderer has to be at the same position as the mapregion
1371
1372 * Thuban/UI/renderer.py (ExportRenderer.RenderMap): self.region
1373 has to be moved by (self.shiftx, self.shifty) too.
1374
1375 2004-12-13 Bernhard Herzog <[email protected]>
1376
1377 * libraries/pyprojection/Projection.i: Work around a bug in the
1378 generated python code which leads to exception in the __del__
1379 method when the constructor fails. See the comments in the code
1380 for more details.
1381
1382 * libraries/pyprojection/Projection.py: Updated from Projection.i
1383 with SWIG.
1384
1385 2004-12-13 Bernhard Herzog <[email protected]>
1386
1387 * test/test_load.py (TestAltPath.test_01_single_path_error_fix)
1388 (TestAltPath.test_02_path_error_fix_from_list)
1389 (TestAltPath.test_05_path_error_fix_from_list_changed)
1390 (TestAltPath.test_06_path_error_fix_from_list_fails): self.session
1391 is destroyed in tearDown, so there's no need to do it in a test
1392 case.
1393
1394 * Thuban/Model/load.py (SessionLoader.open_shapefile): Remove a
1395 debug print
1396
1397 2004-12-13 Bernhard Herzog <[email protected]>
1398
1399 * Extensions/svgexport/test/test_svgmapwriter.py
1400 (TestDrawSplines.setUp): Do not use super with the unittest
1401 classes because in Python 2.2 they're still old-style classes.
1402
1403 2004-12-13 Frank Koormann <[email protected]>
1404
1405 Alternative Path feature: When loading a (moved) session where
1406 shapefiles cannot be found, ask the user. Use the specified path
1407 if further shapefiles are missing. However, ask the usr for confirmation
1408 in such cases.
1409
1410 * test/test_load.py (TestAltPath): New, tests for alternative path feature
1411 in load_session()
1412 (Shapefile_CallBack): Helper, implements controllable callback.
1413
1414 * Thuban/UI/application.py (ThubanApplication.OnInit):
1415 Added "alt_path" to self.path
1416 (ThubanApplication.OpenSession): Added shapefile_callback as second
1417 callback similar to db_connection_callback.
1418 (ThubanApplication.run_alt_path_dialog): New, implementaion of
1419 shapefile_callback. In addition to raising the dialog the control of
1420 self.path('alt_path') is implemented here.
1421
1422 * Thuban/Model/load.py (SessionLoader.__init__): Added shapefile_callback.
1423 (SessionLoader.open_shapefile): Open shapefile, eventually with
1424 alternative path. This wrapps the "theSession.OpenShapefile(filename)"
1425 formerly used in start_fileshapesource()/start_layer().
1426 (SessionLoader.start_fileshapesource): Call open_shapefile().
1427 (SessionLoader.start_layer): Call open_shapefile().
1428 (load_session): Added shapefile_callback.
1429
1430 * Thuban/UI/altpathdialog.py: New, implements dialogs for alternative path
1431 feature (search / check).
1432
1433 * Doc/manual/thuban-manual.xml: Added documentation of new feature.
1434
1435 2004-12-11 Bernhard Reiter <[email protected]>
1436
1437 svgexport 0.9.2: Point size supports for maps.
1438
1439 * Extensions/svgexport/svgmapwriter.py: Added import of SHAPETYPE_POINT
1440 (def draw_point_shape): new parameter size defaults to 2 as before.
1441 (draw_shape_layer_incrementally): Moved draw_func log line higher.
1442 Added draw_func call with size when dealing with a point layer.
1443
1444 * Extensions/svgexport/__init__.py: bumped version to 0.9.2.
1445
1446 2004-12-11 Bernhard Reiter <[email protected]>
1447
1448 Made sure that newlines are inserted in the svg path d attributes
1449 to raise the chance that the line length will be below 255 characters,
1450 as recommended by REC SVG 1.1 in section 8.3.1.
1451
1452 * Extensions/svgexport/svgmapwriter.py(DrawPolygon):
1453 Adding \n before L's and changed whitespace handling.
1454
1455 * Extensions/svgexport/test/test_svgmapwriter.py:
1456 Adapted tests to new whitespace handling of DrawPolygon.
1457
1458 2004-12-11 Bernhard Reiter <[email protected]>
1459
1460 * Doc/technotes/coding_guidelines.txt: easy typo fixed.
1461
1462 * Extensions/svgexport/test/test_svgmapwriter.py:
1463 Removed test_drawbezier in favour of new test_drawspline3 and
1464 test_drawspline4 within new class TestDrawSplines(TestVirtualDC).
1465 All only to test DrawSpline.
1466
1467 * Extensions/svgexport/svgmapwriter.py(DrawSpline):
1468 New implementation now really using the strange algorithm of
1469 xfig 3.1's approximated splines and its conversion to postscript
1470 with one twist: SVG can do quadratic beziers, so skipped translation
1471 to cubic beziers.
1472 (TestWithDC): Typo in comment fixed.
1473
1474 2004-12-09 Martin Schulze <[email protected]>
1475
1476 * Thuban/Model/classgen.py: Added missing character encoding
1477
1478 * Extensions/wms/properties.py (OpenWMSProperties): removed
1479
1480 * Extensions/wms/parser.py (WMSCapabilitiesParser.error): Dropped
1481 support for get_srs_discrepancies() since there are no
1482 discrepancies anymore (was a thinko)
1483
1484 * Extensions/wms/layer.py (WMSLayer.GetMapImg): Improved graphic
1485 format priority now that more formats are supported globally by
1486 the render engine.
1487
1488 2004-12-08 Silke Reimer <[email protected]>
1489 * Extensions/ogr/ogrshapes.py: Substituted ogr-method CloseRings
1490 because it is not available in all versions of ogr
1491
1492 2004-12-08 Bernhard Reiter <[email protected]>
1493 * Extensions/ogr/__init__.py: Added empty __init__.py to heal
1494 global tests until a real one is commited.
1495
1496 2004-12-07 Nina Hüffmeyer <[email protected]>
1497
1498 * /Extensions/ogr/: Adding a new extension to read shapefiles with
1499 ogr. It is planned to add other vector formats.
1500
1501 * /test/runtests.py: Adding tests from /Extensions/ogr/test/.
1502
1503 2004-12-07 Jan-Oliver Wagner <[email protected]>
1504
1505 * /Extensions/svgexport/test/test_svgmapwriter.py: Reverting
1506 part of a (non-)fix to renable that the tests are always
1507 executed.
1508
1509 2004-12-07 Bernhard Reiter <[email protected]>
1510
1511 * Extensions/svgexport/test/test_svgmapwriter.py:
1512 Added test_drawbezier() to test DrawSpline().
1513
1514 * Extensions/svgexport/svgmapwriter.py(DrawSpline):
1515 Really implemented bezier drawing.
1516
1517 * Extensions/svgexport/__init__.py: Bumped version of svgexport
1518 to 0.9.1 because now the legend examples lines styles
1519 will be drawing with beziers.
1520
1521 2004-12-05 Martin Schulze <[email protected]>
1522
1523 * Thuban/UI/renderer.py (raster_format_map): Added PNG, TIFF and
1524 GIF as supported bitmap image formats (helpful for the WMS extension)
1525
1526 2004-11-30 Martin Schulze <[email protected]>
1527
1528 * Extensions/wms/test/test_ogclib.py (TestOGCLib.test_compareURLs):
1529 Improved the test for the internal compare method
1530
1531 2004-11-27 Jan-Oliver Wagner <[email protected]>
1532
1533 * Thuban/UI/about.py (About.__init__): Added
1534 Norbert Solymosi for hungarian translation and Ole Rahn
1535 as contrbutor. Moved Bernhard Reiter from Contributor
1536 to Developer.
1537
1538 2004-11-27 Bernhard Reiter <[email protected]>
1539
1540 * Extensions/svgexport/test/test_svgmapwriter.py:
1541 Removed Jan from author list as he did not change enough significant
1542 lines yet.
1543
1544 * Extensions/svgexport/__init__.py: Added Bernhard as author
1545 of the Extension.
1546
1547 2004-11-27 Jan-Oliver Wagner <[email protected]>
1548
1549 * po/hu.po: New. Hungarian translation. Contributed
1550 by Norbert Solymosi.
1551
1552 2004-11-26 Bernhard Herzog <[email protected]>
1553
1554 * Extensions/svgexport/test/test_svgmapwriter.py
1555 (Testobjectexport.test_transparent_polygon): Commented out some
1556 debug prints
1557
1558 2004-11-24 Jan-Oliver Wagner <[email protected]>
1559
1560 Fix broken tests for svg extension and added svg legend
1561 to Experimental menu.
1562
1563 * Extensions/svgexport/test/test_svgmapwriter.py: Fix to have
1564 the test run correctly even if the extension is a package.
1565 Also removed the "import Thuban" which makes no sense.
1566
1567 * Extensions/svgexport/__init__.py: Fix to have the extensions'
1568 test module also be executed from the global test routine.
1569 This is done by looking for the absense of the DISPLAY variable.
1570
1571 * Extensions/svgexport/maplegend.py: Moved the menu entry from Extensions
1572 to Experimental menu since this module has yet not reached a stable
1573 status (ie. 1.0).
1574
1575 2004-11-22 Bernhard Reiter <[email protected]>
1576
1577 * Extensions/svgexport/svgmapwriter.py:
1578 Added verbose variable and some logging depending on it.
1579 (class VirtualDC(XMLWriter)): Minor improvement in the polygon loop,
1580 because counting i is not necessary.
1581 (class Pen, class Brush): Added simple __str__ methods.
1582 (SVGRenderer.draw_polygone_shape): Fix #2698 (transparent polygons are
1583 not exported to svg file) Note: holes still unhandled.
1584
1585 * Extensions/svgexport/test/test_svgmapwriter.py:
1586 Made a baseclass TestWithDC for test needed a DC.
1587 Added tests for bug #2698 (transparent polygons are not
1588 exported to svg file):
1589 Testobjectexport.test_transparent_polygon()
1590
1591 * Thuban/Model/base.py (UnsetModified):
1592 Fixed some typos in docstring.
1593
1594 * Thuban/UI/baserenderer.py (BaseRenderer.draw_polygon_shape()):
1595 Added hints on the used algorithm for handling holes.
1596
1597 2004-11-20 Jan-Oliver Wagner <[email protected]>
1598
1599 Some face lifting for the examples.
1600
1601 * Examples/__init__.py: Make this directory a package.
1602
1603 * Examples/simple_extensions/__init__.py: Make this directory a package.
1604
1605 * Examples/simple_extensions/hello_world.py: Moved entry from Extensions
1606 menu to Examples menu.
1607
1608 * Examples/simple_extensions/simple_command.py: Some more comments,
1609 minor changes.
1610
1611 * Examples/simple_extensions/simple_tool.py: Minor changes.
1612
1613 2004-11-20 Jan-Oliver Wagner <[email protected]>
1614
1615 Changed way of extension registry for wms and added extension
1616 registry for umn_mapserver extension.
1617
1618 * Extensions/wms/__init__.py: Added registry entry and the importing
1619 of the actual wms module. Included a test for the required PyOGCLib.
1620
1621 * Extensions/wms/wms.py: Removed registry entry (moved to __init__.py).
1622
1623 * Extensions/umn_mapserver/__init__.py: Added registry entry and the
1624 importing of the actual umn mapserver management modules.
1625 Included a test for the required Python MapScript.
1626
1627 2004-11-20 Jan-Oliver Wagner <[email protected]>
1628
1629 Changed way of extension registry for importAPR, bboxdump
1630 and added extension registry for svgexport.extension registry for
1631 svgexport.
1632
1633 * Extensions/importAPR/__init__.py: Added registry entry and the importing
1634 of the actual importAPR module.
1635
1636 * Extensions/importAPR/importAPR.py: Removed registry entry (moved to
1637 __init__.py).
1638
1639 * Extensions/bboxdump/__init__.py: Added registry entry and the importing
1640 »···of the actual bboxdump module.
1641
1642 * Extensions/bboxdump/bboxdump.py: Removed registry entry (moved to
1643 »···__init__.py).
1644
1645 * Extensions/svgexport/__init__.py: Added registry entry and the importing
1646 of the svgsaver module.
1647
1648 * Extensions/svgexport/svgsaver.py: Moved the menu entry from Extensions
1649 to Experimental menu since this module has yet not reached a stable
1650 status (ie. 1.0).
1651
1652 2004-11-18 Jan-Oliver Wagner <[email protected]>
1653
1654 Now the hit test considers the size of point symbols.
1655
1656 * Thuban/UI/viewport.py (ViewPort._hit_point): Added optional parameter
1657 'size' defaulting to the previously fixed value 5.
1658 Extended doc-string.
1659 (Viewport._find_shape_in_layer): Resolved FIXME regarding flexibility
1660 for symbols.
1661 Now the size of the largest point symbol is determined to find out
1662 about whether the point has been hit.
1663 This fixes the problem that only clicks inside a fixed distance of
1664 5 where found.
1665
1666 2004-11-17 Jan-Oliver Wagner <[email protected]>
1667
1668 Another open issue fixed regarding sizeable symbols: correct rendering of
1669 selected symbols.
1670
1671 * Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally):
1672 Added consideration of the specific size of point symbols.
1673 The property for each point symbol is retrieved and the size applied
1674 for the rendering method.
1675 Added doc-string.
1676
1677 2004-11-16 Jan-Oliver Wagner <[email protected]>
1678
1679 Changed way of Extension Registry for gns2shp and profiling.
1680
1681 * Extensions/gns2shp/gns2shp.py: Removed registry entry (moved to
1682 __init__.py).
1683
1684 * Extensions/gns2shp/__init__.py: Added registry entry and the importing
1685 of the actual gns2shp module.
1686
1687 * Extensions/profiling/profiling.py: Removed registry entry (moved to
1688 __init__.py).
1689
1690 * Extensions/profiling/__init__.py: Added registry entry and the importing
1691 of the actual profiling module.
1692
1693 2004-10-28 Bernhard Reiter <[email protected]>
1694
1695 * Extensions/svgexport/: Minor improvements to doc strings.
1696
1697 2004-10-07 Jan-Oliver Wagner <[email protected]>
1698
1699 Further elements for sizable point objects now
1700 making this feature usable though not yet complete.
1701
1702 * Thuban/Model/save.py (SessionSaver.write_classification): Write
1703 attribute 'size' for cldata when the shape layer is of point type.
1704 This also now make the test_load.py tests happy.
1705
1706 * Thuban/Model/classgen.py (CustomRamp.GetProperties): Added size
1707 gradient.
1708
1709 * Thuban/UI/classifier.py (ID_SELPROP_SPINCTRL): Renamed to
1710 ID_SELPROP_SPINCTRL_LINEWIDTH.
1711 (ID_SELPROP_SPINCTRL_LINEWIDTH): New Id replaces ID_SELPROP_SPINCTRL.
1712 (ID_SELPROP_SPINCTRL_SIZE): New Id.
1713 (SelectPropertiesDialog.__init__): Added a second spin control
1714 for the size in case the corresponding layer is of point type.
1715 (SelectPropertiesDialog._OnSpin): Renamed to _OnSpinLineWidth.
1716 (SelectPropertiesDialog._OnSpinLineWidth): New. Former _OnSpin.
1717 (SelectPropertiesDialog._OnSpinSize): New. Set size of property
1718 and refresh preview.
1719
1720
1721
1722 2004-10-04 Martin Schulze <[email protected]>
1723
1724 * Extensions/wms/test/test_parser.py
1725 (TestWMSCapabilitiesParser.test_compareLists): Added missing
1726 self-test for compareLists()
1727 (TestWMSCapabilitiesParser.test_compareDicts): Added missing
1728 self-test for compareDicts()
1729 (TestWMSCapabilitiesParser.test_compareLists): Adding more tests
1730 to verify the test routine fails with non-equal arguments
1731 (TestWMSCapabilitiesParser.test_compareDicts): Adding more tests
1732 to verify the test routine fails with non-equal arguments
1733
1734 2004-10-03 Jan-Oliver Wagner <[email protected]>
1735
1736 First elements for sizeable point objects.
1737
1738 * Resources/XML/thuban-1.1.dtd: Added size attribute to cldata.
1739
1740 * Data/iceland_sample_size.thuban: New. Sample for sized point objects.
1741
1742 * test/test_load.py (ClassificationTest.TestLayers): Added SetSize in case
1743 of a corresponding argument is given.
1744 (TestSymbolSize): New. Test the size attribute of cldata.
1745
1746 * Thuban/Model/classification.py: Removed some trailing whitespaces.
1747 (ClassGroupProperties.__init__): Set default size.
1748 (ClassGroupProperties.SetProperties): Set the size.
1749 (ClassGroupProperties.GetSize): New. Return the size.
1750 (ClassGroupProperties.SetSize): New. Set the size.
1751 (ClassGroupProperties__eq__): Compare also size.
1752 (ClassGroupProperties__repr__): Print also size.
1753
1754 * Thuban/Model/load.py (SessionLoader.start_cldata): Also parse
1755 the size attribute.
1756
1757 * Thuban/UI/classifier.py (ClassDataPreviewer.Draw): Added doc-string.
1758 Also, now there is a return value that indicates whether the drawing
1759 size exceeded the given rect extent and if so the new extent.
1760 Finally, point objects are drawn depending on the size. If either
1761 the width or height is exceeded, the new extent is returned.
1762 (ClassRenderer.Draw): Now when calling the previewer drawing function,
1763 evaluate the return value and, if not None, adapt the grid widget size
1764 accordingly and redraw again.
1765
1766 * Thuban/UI/baserenderer.py (BaseRenderer.draw_shape_layer_incrementally):
1767 If the draw function is for points, call it with the size as additional
1768 parameter.
1769 (BaseRenderer.draw_point_shape): Added additional, optional parameter for
1770 the size. Compute the radius using the size.
1771
1772 * Extensions/importAPR/apr.py (APR_BMkSym.GetThubanProp): Now
1773 that Thuban supports size, apply this correctly.
1774
1775 * Extensions/importAPR/importAPR.py: Bumped version to 0.1.1.
1776
1777 2004-10-03 Jan-Oliver Wagner <[email protected]>
1778
1779 * Doc/manual/thuban-manual-de.xml: Started translation of
1780 Map chapter.
1781
1782 2004-10-01 Martin Schulze <[email protected]>
1783
1784 * Extensions/wms/properties.py (wmsProperties.__init__): Extended
1785 argument for general use through properties-dialog selector
1786
1787 * Thuban/UI/classifier.py: Register properties dialog classes for
1788 both provided layer classes/types.
1789
1790 * Thuban/UI/mainwindow.py (MainWindow.OpenLayerProperties): The
1791 map can be retrieved through the parent which is passed to the
1792 constructor anyway and doesn't require an argument of its own,
1793 required for the unification of arguments for general use through
1794 properties-dialog selector.
1795 (MainWindow.OpenOrRaiseDialog): Move the logic for checking
1796 whether a dialog is already opened (and raising it to the users
1797 attention) and creating a new dialog into a function of its own
1798 (MainWindow.OpenLayerProperties): Use the new OpenOrRaiseDialog()
1799 method
1800 (MainWindow.OpenLayerProperties): Utilise the new ClassMapper for
1801 global registration of properties dialog classes (which are indeed
1802 layer-specific).
1803
1804 * Thuban/UI/classifier.py (Classifier.__init__): Unify arguments
1805 for general use through properties-dialog selector, the map can be
1806 retrieved through the parent and doesn't require an argument of
1807 its own.
1808
1809 * Extensions/wms/wms.py: Register the properties dialog class for
1810 the provided WMS layer
1811
1812 2004-09-28 Jan-Oliver Wagner <[email protected]>
1813
1814 New feature: Registry for Extensions.
1815
1816 * Thuban/UI/extensionregistry.py: This module defines a registry for
1817 Extensions.
1818
1819 * Thuban/UI/about.py (About.__init__): Added description
1820 of the registered extensions with all of the information.
1821
1822 * Thuban/Model/extension.py (Extension): Improved doc-string.
1823
1824 * Extensions/gns2shp/gns2shp.py, Extensions/importAPR/importAPR.py,
1825 Extensions/bboxdump/bboxdump.py, Extensions/profiling/profiling.py,
1826 Extensions/wms/wms.py: Added registration of the extension.
1827
1828 2004-09-27 Bernhard Reiter <[email protected]>
1829
1830 More fixes to svgexport to make used ids unique and
1831 conforming to XML's Name production.
1832
1833 * Extensions/svgexport/test/test_svgmapwriter.py: Added new tests
1834 test_xml_id_constraints(), test_make_ide_nosetbaseid() and
1835 test_make_id_nonintegersetid(). Switched SetID and SetBaseID.
1836 Added Bernhard R. as author.
1837 * Extensions/svgexport/svgmapwriter.py (make_id): Using "_" as
1838 concatenation char now (makes test_make_ide_nosetbaseid() valid).
1839 Also transform second id part with "%d" and catch the TypeError
1840 to raise SVGMapWriterError (making test_make_id_nonintegersetid() ok).
1841 Corrected typo inBernhard's author line.
1842 (SetBaseID): Return the transformed base id. Transform characters
1843 which are not alnum() or in ".-_" to binascii.b2a_hex(). Added
1844 import binascii. If to be set string starts with "xml" or so, add "t".
1845 (draw_shape_layer_incrementally): use the returned value of SetBaseID
1846 for used_baseids checks.
1847
1848 2004-09-25 Bernhard Herzog <[email protected]>
1849
1850 * test/test_layer.py (TestLayer.test_arc_layer_with_projection):
1851 Remove a debug print and some tab characters.
1852
1853 2004-09-25 Bernhard Reiter <[email protected]>
1854
1855 * Extensions/svgexport/svgmapwriter.py: Added Bernhard R. as Author.
1856 (SetBaseID, SetID, make_id): Improved docstring comments to explain
1857 the interaction of the three functions and the XML id contrains.
1858
1859
1860 2004-09-23 Jan-Oliver Wagner <[email protected]>
1861
1862 * Doc/ThubanModel.xmi: New. UML file for Thuban Model
1863 Module.
1864
1865 * Doc/README: Added info on ThubanModel.xmi.
1866
1867 2004-09-23 Jan-Oliver Wagner <[email protected]>
1868
1869 * Doc/README: New. Some info about how to generate technical
1870 documentation from the source code.
1871 This text was send to the Thuban developer mailing list on
1872 September 21st 2004 by Bernhard Reiter.
1873
1874 2004-09-21 Bernhard Reiter <[email protected]>
1875
1876 Improved the svgexport to only use unique ids. Will issues
1877 an error message dialoge when two layer names are the same.
1878 ShapeIDs are now added with a dash within the svg ids.
1879
1880 * Extensions/svgexport/svgmapwriter.py (SVGMapWriterError): New.
1881 * Extensions/svgexport/test/test_svgmapwriter.py: Added imports
1882 (TestSVGRenderer): New test class with test_make_in() and
1883 test_check_for_layer_name_clash()
1884 * Extensions/svgexport/svgmapwriter.py (SVGRenderer): Fixed __init__()
1885 and draw_shape_layer_incrementally() to not use a baseid twice,
1886 satisfying test_check_for_layer_name_clash()
1887 (VirtualDC.make_id): Use a dash between baseit and id, satisfies
1888 test_make_in().
1889 * Extensions/svexport/svgsaver.py: Import SVGMapWriterError, wxOK
1890 and wxICON_HAND.
1891 (write_to_svg): Put dc and rendering in a try statement and on
1892 catching SVGmapWriterError notify the user and delete the target file.
1893
1894 2004-09-20 Bernhard Reiter <[email protected]>
1895
1896 * Model/base.by, Model/layer.py: Fixed typos in docstrings.
1897
1898 2004-09-03 Jan Schüngel <[email protected]>
1899
1900 * Extensions/umn_mapserver/mapfile(MF_Class.add_thubanstyle): Fix a
1901 small bug with the line color. Now the line color will now only set
1902 if it is set in Thuban an not Transparent.
1903
1904 * Extensions/umn_mapserver/mf_export(tblayer_to_map): Fixed a bug with
1905 deleting the layers from mapfile. Now all layers will delete backwards
1906 from the last.
1907
1908 2004-08-20 Silke Reimer <[email protected]>
1909
1910 * Thuban/Model/layer.py:
1911 Fixes bug in projection handling: Otherwise very large region might not
1912 have valid values in the layer's projection.
1913
1914 2004-08-20 Silke Reimer <[email protected]>
1915
1916 * Thuban/UI/about.py:
1917 small changes to be consistent with coding style.
1918
1919 2004-08-13 Martin Schulze <[email protected]>
1920
1921 * Extensions/wms/test/test_ogclib.py (TestOGCLib.compare_URLs):
1922 Adjusted a comment
1923
1924 2004-08-11 Silke Reimer <[email protected]>
1925
1926 * Thuban/UI/about.py: Small changes to encoding related stuff to avoid
1927 too many and too enhanced imports of locale
1928
1929 2004-08-10 Silke Reimer <[email protected]>
1930
1931 * Thuban/UI/about.py: Fixed encoding problem of about dialog: Added
1932 function unicodeToLocale() to convert special characters to users
1933 locale encoding
1934
1935 2004-08-10 Jan-Oliver Wagner <[email protected]>
1936
1937 * Doc/technotes/coding_guidelines.txt: Added rule 'Method names start with
1938 lower case letter'
1939
1940 2004-08-09 Jan Schüngel <[email protected]>
1941
1942 * ChangeLog: Rewrite the last ChangeLog entry to follow
1943 the standard way.
1944
1945 * Extensions/umn_mapserver/mapfile: Moved the import AnnotationLayer to
1946 the function where it is needed, because it don't works if it stands
1947 at the beginning.
1948 (MF_Layer.__init__): Removed the extra numclassed variable. Now
1949 numclasses from the mapscript will be used.
1950 (MF_Layer.get_index): New. Return the index of the layer in mapfile.
1951 (MF_Layer.set_classes): New. A Classlist will be set to the layer.
1952 (MF_Layer.set_metadata): New. A Metadata mapscript object will set.
1953 (MF_Layer.remove_allclasses): New. All class of the layer will remove.
1954 (MF_Map.create_new_layer): New. A new Layer is created and associated
1955 with the mapscript object.
1956 (MF_Map.set_layerorder): New. The Layer order like in thuban is set in
1957 the mapscript.
1958 (MF_Map.add_thubanlayer): Now a new layerobj is created if no one is
1959 linked to the layer in thuban, else the layerobject linked to the
1960 thubanlayer will be used.
1961 AnnotationLayer will now store the filename of the shapefile.
1962 (MF_Map.remove_layer): If a layer is removed the associated object
1963 must be set new.
1964
1965 * Extensions/umn_mapserver/mf_export.py(tb_layer_to_map): Add all
1966 layers which are exists in thuban to the mapobj. All removed Layers
1967 will be removed from the mapobj.
1968 Added comments to all functions.
1969 (thuban_to_map): No layer will be removed here.
1970
1971 * Extensions/umn_mapserver/mf_handle.py
1972 (_has_umn_mapobj_and_selectedlayer): Activating the layer menu. Now
1973 Layersettings for the mapserver kann be edited.
1974
1975 * Extensions/umn_mapserver/mf_import.py: Now all layers which are
1976 imported, will be linked with the associated MF_Layer.
1977 (import_mapfile): All layers, which are not selected, will be removed.
1978 Disable the "import layer from mapfile" menu option.
1979
1980 * Extensions/umn_mapserver/sample/iceland.map: Set the status of the
1981 Annotation Layer from DEFAULT to OFF. The DEFAULT setting turns the
1982 layer on permanently.
1983
1984 2004-08-03 Jan Schüngel <[email protected]>
1985
1986 * Extensions/umn_mapserver/mapfile.py(MF_Metadata.remove_allmetadata):
1987 New. This function removes all metadata
1988 (MF_Layer.set_group): New. Set the group setting.
1989 (MF_Layer.get_group): New. Get the group setting.
1990 (MF_Map): Removed the extra numlayers variable, used the mapscript
1991 parameter instead.
1992 (MF_Map.get_numlayers): New. This get numlayers.
1993 (MF_Map.remove_all_layers): New. Removes all layers from the mapobj.
1994 (MF_Map.add_thubanlayer): Replaced the exception handling by a check
1995 if the object is an instance. Also added the annotation layer here to
1996 export, but only the layer is created in the mapfile.
1997
1998 * Extensions/umn_mapserver/mf_export.py(export_mapfile): Removed
1999 the check if a mapobj exist, because its not needed anymore. The
2000 export function is only available if a mapobj exist.
2001 Use the new function to remove all layers.
2002
2003 * Extensions/umn_mapserver/mf_handle.py(Layer_Dialog): Added a group
2004 option and the metadata button. The layer dialog is temporary disabled.
2005 (Metadata_CustomDataTable): Added some functions to show the grid
2006 correct.
2007
2008 * Extensions/umn_mapserver/mf_import.py: Moved the code for showing
2009 the number of layer from import_mapfile to this function.
2010 (AnnotationLayer): New. This Class shows the Annotation layer in
2011 thuban. The layer don't do anything. It's only to show the layer
2012 and to save the layer order.
2013 (add_annotationlayer): New. Import an annotation layer to thuban.
2014 (select_layer2import): New. Import only layers to thuban and not
2015 the other settings like projection or scalebar.
2016 (create_new_mapfile): Moved the _has_umn_mapobj function and the
2017 create_new_mapfile functions from mf_handle.py to mf_import.py.
2018
2019 * Extensions/umn_mapserver/sample/iceland.map: Added the group
2020 parameter to the roads and cultural layers. Also added a new
2021 Annotation Layer for the cultural points.
2022
2023 * Extensions/umn_mapserver/sample/iceland.html: Added the select
2024 option for the annotation layer.
2025
2026 * Extensions/umn_mapserver/sample/index.html: Added the start
2027 parameter for the annotation layer.
2028
2029 2004-08-01 Jan-Oliver Wagner <[email protected]>
2030
2031 * Doc/manual/thuban-manual-de.xml (Chapter Session Management):
2032 translation completed.
2033
2034 * Doc/manual/thuban-manual.xml (Chapter Session Management):
2035 Fixed unprecise description for Save Session.
2036
2037 2004-07-31 Jan-Oliver Wagner <[email protected]>
2038
2039 Started translation of Users Manual into german.
2040
2041 * Doc/manual/thuban-manual-de.xml: New. German Users Manual.
2042
2043 * Doc/manual/Makefile: Added build instructions for german
2044 users manual.
2045
2046 * Doc/manual/thuban-manual.xml: Minor corrections in Introduction.
2047
2048 2004-07-28 Jan Schüngel <[email protected]>
2049
2050 * Extensions/umn_mapserver/mapfile.py(MF_Metadata): Changed all class
2051 functions. Now all metadata will handle by the function and its not
2052 needed to initialize it from outside. Therefor the associated mapobj
2053 will be stored in the Metadata Object. So we can use the special
2054 functions from the associated mapobj to get the Metadata.
2055 Therefor all initialization code for the metadata is removed from the
2056 other classes.
2057 (MF_Layer): Added a function to get the metadata object.
2058 (MF_Map): Added a function to set the mappath, the path where
2059 the mapfile ist stored.
2060
2061 * Extensions/umn_mapserver/mf_export.py(thuban_to_map): Changed the code
2062 to set the extent in the mapfile. Now the code is set by the displayed
2063 data in the Thuban-view.
2064 (export_mapfile): The shapepath is now set empty, until relative
2065 pathnames are supported.
2066
2067 * Extension/umn_mapserver/mf_handle.py: Added a dialog to handle
2068 metadata. Yet only mapfile metadata are supported. Layer and class
2069 supported are not implemented.
2070 Added a dialog to handle layer informations. The dialog only shows the
2071 selected layer at the moment.
2072
2073 * Extensions/umn_mapserver/mf_import.py(import_mapfile): Changed the
2074 code for setting the extent in thuban. Now the extent is set to the
2075 given extent from the mapfile.
2076 Fixed a logical mistake. Now the extent is set when realy a layer is
2077 loaded, and not if one is selected to load.
2078
2079 * Extensions/umn_mapserver/sample/iceland.html: Added code to zoom and
2080 move the shown map in the browser.
2081
2082 * Extensions/umn_mapserver/sample/iceland.map: Added a new metadata
2083 line to the mapobj and added metadata to the political layer.
2084
2085 * Extensions/umn_mapserver/test/test_mapserver.py: Changed the test
2086 for Metadata.
2087
2088 2004-07-26 Martin Schulze <[email protected]>
2089
2090 * Thuban/Lib/classmapper.py (ClassMapper.has): Added the new
2091 ClassMapper
2092
2093 * test/test_classmapper.py (TestMapping.test_mapper): Added a Test
2094 case for the new ClassMapper
2095
2096
2097 2004-07-22 Bernhard Herzog <[email protected]>
2098
2099 * Thuban/UI/viewport.py (ViewPort.VisibleExtent): New. Return the
2100 visible extent of the map in projected coordinates
2101
2102 * test/test_viewport.py (SimpleViewPortTest.test_default_size)
2103 (SimpleViewPortTest.test_init_with_size): Add some VisibleExtent()
2104 tests.
2105 (SimpleViewPortTest.test_visible_extent): New. The real test for
2106 VisibleExtent()
2107
2108 2004-07-22 Bernhard Herzog <[email protected]>
2109
2110 * test/test_viewport.py: Use support.run_tests as the main
2111 function when running asa script.
2112
2113 2004-07-22 Jan Schüngel <[email protected]>
2114
2115 * Extensions/umn_mapserver/mf_export.py: Added "import os"
2116 Removed the old "import Thuban.UI.mainwindow" code.
2117 (tbextent_to_map): Removed the extra function and at the code direct
2118 to "thuban_to_map" function.
2119 (write_creatorcomment): Added. Now a short comment is added to the
2120 beginning of an generated mapfile.
2121 (export_mapfile): Now the Path and filename are saved in to variables,
2122 and not together in one variable. This is needed for the new
2123 write_creatorcomment function.
2124
2125 * Extensions/umn_mapserver/mf_import.py (import_mapfile): Added the
2126 import module "re". Also added Range and the ClassGroupRange import
2127 from Thuban. Both are needed for the new range expression import.
2128 (create_rangeexpression): Added. Creates a Range Expression in Thuban
2129 style from a given mapfile expression.
2130 (added_rasterlayer): Make some small code changes. The shapepath is
2131 now stored in an extra variable and the clazz_name is set empty if no
2132 class name set in the mapfile.
2133 Changed the Error message for Range Expressions, becaus the new
2134 function create a error string which will be shown in the dialog.
2135
2136 * Extensions/umn_mapserver/test/test_mapserver.py: Added a test for the
2137 range expression import.
2138
2139 2004-07-21 Jan-Oliver Wagner <[email protected]>
2140
2141 * Extensions/umn_mapserver/README: Added hint that
2142 installation as root can be avoided. Removed all tabs.
2143
2144 2004-07-16 Bernhard Herzog <[email protected]>
2145
2146 * test/test_viewport.py
2147 (ViewPortTest.test_changing_map_projection): Check that changing
2148 the projection of an empty map shown in a viewport doesn't lead to
2149 exceptions in the viewport's handler for the
2150 MAP_PROJECTION_CHANGED messages
2151
2152 * Thuban/UI/viewport.py (ViewPort.map_projection_changed): Only
2153 try to keep the same region visible when the map actually contains
2154 something
2155
2156 2004-07-15 Jan Schüngel <[email protected]>
2157
2158 * Extensions/umn_mapserver/mapfile.py: Added a function to get the
2159 mappath directly from the mapobj. Is needed because of the changes
2160 in mf_import.py.
2161 (MF_Layer.add_thubanclass): Added a new comment.
2162 (MF_Map.set_extent): Fixed a bug with exporting empty mapobj. If the
2163 mapobj is empty there is no extent get from thuban an so no one can
2164 set to th mapobj.
2165
2166 * Extensions/umn_mapserver/mf_import.py (import_mapfile): Updated
2167 the discription.
2168 Split the funktion in to three smaller ones. The new functions are
2169 add_rasterlayer, add_polygonlayer and select_layer2import.
2170 Removed the mapfilepath and filepath initialisation, because its know
2171 include in the new functions.
2172 Now nothing will be imported if cancel is pressed in the
2173 layer choice dialog.
2174
2175 2004-07-14 Jan Schüngel <[email protected]>
2176
2177 * Extensions/umn_mapserver/mapfile.py: Added ClassGroupDefault to
2178 import.
2179 (MF_Symbolset): Removed the extra variable for numsymbols.
2180 (MF_Class.__init__): Added a comment to the exception clause.
2181 Removed the extent init, because it was not needed anymore.
2182 (MF_Layer.add_thubanclass): Added the code to set the class name to
2183 the expression value from thuban if no label is defined.
2184 Added the code to export Range expressions from thuban to the mapfile.
2185 (MF_Map.set_extent): Removed the exception and replace it by some if
2186 code. If the size of a map is not defined the size will be set to 1,1.
2187 This is necessary because if the extent is set, mapscript checks if
2188 the size is greater than zero.
2189 (MF_Web): Added the get and set function for the template.
2190
2191 * Extensions/umn_mapserver/mf_export.py: Added the function to check
2192 if a mapobject exists and used it to set the status of the menu items.
2193 If no mapfile exists the settings could not be edditied.
2194 Define after which menuitem the exportitem will include.
2195
2196 * Extensions/umn_mapserver/mf_handle.py: Removed the import
2197 Thuban.UI.mainwindow clause, because it is not needed.
2198 Added the command Refresh() to all "OnChangeColor()" functions,
2199 because the color preview window was not updated on a color change.
2200 Added the function to check if a mapobject exists and used it to set the
2201 status of the menu items. If no mapobject exists the settings could not
2202 be edditied.
2203 (Map_Dialog): Moved the imagetype selector from the
2204 Outputformat_Dialog to Map_Dialog and removed Outputformat_Dialog.
2205 (Web_Dialog): Removed the name label and added the template textbox.
2206
2207 * Extensions/umn_mapserver/mf_import.py (import_mapfile): Replace
2208 the exception handling on loading the layers by an if statement. It
2209 is not necessary to us the exception there.
2210 The Filepath creation now use os.path.join to build the path.
2211
2212 * Extensions/umn_mapserver/test/test_mapserver.py: Moved the testMap
2213 definition from global to the setUp function. Now the testMap will
2214 initialize new on each test.
2215
2216 * Extensions/umn_mapserver/sample/iceland.map: Include three new
2217 classes in the Line Layer, to test logical Expressions.
2218 Set the status of the class "Point9" in the Point Layer to off
2219
2220 2004-07-13 Bernhard Herzog <[email protected]>
2221
2222 * Thuban/UI/baserenderer.py
2223 (BaseRenderer.render_map_incrementally): Fix a logic bug in the
2224 optimization that tries not to draw layers under a raster layer.
2225 The bug was harmless. All it effectively did was to produce The a
2226 strange messages about not being able to draw Layer instances for
2227 all vector layers below a raster layer which would be invisible
2228 anyway because the raster layer currently always covers the entire
2229 window
2230
2231 2004-07-08 Jan Schüngel <[email protected]>
2232
2233 * Extensions/umn_mapserver/mapfile.py: Added code to generade and get
2234 a list of supported outputformats. This formats are not alle supported
2235 because there is no possibility to get the outputformat without the
2236 name known. Make some formal changes to the code.
2237 (MF_Map.set_name()): Fixed a bug if the name is None.
2238
2239 * Extensions/umn_mapserver/mf_handle.py: Removed the image_type import
2240 statement, because its not needed anymore. The Outputformat is now
2241 given as string from the object. Make some formal changes to the code.
2242
2243 * Extensions/umn_mapserver/test/test_mapserver.py: Added new test for
2244 most of the new setting which were added during the last changes.
2245 Removed the MF_Size Test.
2246
2247 * Extensions/umn_mapserver/test/test.map: Added a new class to the
2248 cultural Layer to test expressions and the the status of that layer
2249 from on to default.
2250 Changed the data path the the correct Thuban Data
2251 Added the Outputformat Object and Symbol Object
2252
2253 2004-07-07 Jan Schüngel <[email protected]>
2254
2255 * Extensions/umn_mapserver/mapfile.py: Added some new
2256 settings to edit (outputformat, label, imagetype)
2257
2258 * Extensions/umn_mapserver/mf_handle.py: Added some setting to
2259 the Label Dialog and add the OutputDialog.
2260 Make some changes to the code order.
2261
2262 2004-07-06 Jan Schüngel <[email protected]>
2263
2264 * Extensions/umn_mapserver/mapfile.py: Added the symbolObj, pointObj
2265 and line Obj and add the scalebar_status_type, scalebar_style_type and
2266 scalebar_position_type.
2267 Added the symbol- and symbolsetObject (MF_Symbol,MF_Symbolset). The
2268 are only used to create a Symbol like the circle in Thuban.
2269 Added the scalebarObject (MF_Scalebar)
2270 (MF_Class): Added set_status and get_status.
2271 (MF_Layer.add_thubanclass): Added code to set the class status
2272 (MF_Map): Added code to handle the symbols and scalebar
2273 (MF_Label): Added the set_partials and get_partials functions
2274
2275 * Extensions/umn_mapserver/mf_export.py: Added MF_Symbol to import
2276 from mapfile. Added a function to create a circle object like the one
2277 from thuban if no one exists.
2278
2279 * Extensions/umn_mapserver/mf_handle.py: All colors are now set when
2280 press ok in the assosiated dialog and not at the end of the
2281 colordialog.
2282 Added the Dialog for the Scalebar.
2283 (Label_Dialog): Added the offset option
2284
2285 * Extensions/umn_mapserver/mf_import.py: Added code to import the
2286 status of the Classes.
2287 Fixed a bug with the projection. Now the to_meter parameter will be
2288 added to the Projection only if it doesn't exists.
2289
2290 2004-07-01 Jan Schüngel <[email protected]>
2291
2292 Added the functionality to handle the content thuban is not
2293 able to handle directly.
2294
2295 * Extensions/umn_mapserver/mf_handle.py: New. This module extents
2296 Thuban with the possibility to edit the mapfile content.
2297
2298 * Extensions/umn_mapserver/mf_import.py: Added the possibility
2299 to import mapfiles without any layer selected. So it is possible
2300 to edit the other settings in a mapfile.
2301 (import_mapfile): Added code to use the editing functions.
2302 Added the possibility to import the projection to a layer if one
2303 is defined.
2304 Status settings (On,Off) will now set in thuban (visible, invisible).
2305 fixed a bug with with classnames. If no classname is set in mapfile
2306 the value in Thuban will set to the expression.
2307
2308 * Extensions/umn_mapserver/mf_export.py(export_mapfile): Added the
2309 possibility to save a new mapfile or use the old one which is
2310 imported or new created.
2311 Added code to use the editing functions.
2312 Remove some not needed import statements
2313
2314 * Extensions/umn_mapserver/mapfile.py: Added new types which are
2315 need for the editing functions.
2316 Added needed set-functions for the editing functions.
2317 Added the possibility to export rasterimages.
2318 Added new classes (MF_Web, MF_Label, MF_Legend, MF_Symbol,
2319 MF_SymbolSet). MF_Symbol and MF_SymbolSet are not needed at the
2320 moment.
2321 (MF_Class.set_thubanstyle): Now point layers will set to a default
2322 symbol to show a circle in mapserver and not only a 1px dot.
2323 (MF_Style.__init__): Fixed a bug with the color. Color was not set
2324 correct before.
2325 (MF_Size): Removed, because it is not needed.
2326
2327 * Extensions/umn_mapserver/README: Added the hints to use the
2328 export and editing functions, too.
2329
2330 * Extensions/umn_mapserver/sample/iceland.map: Added the
2331 new parameter "UNITS METERS".
2332 Change the political layer to status OFF.
2333
2334 * Extensions/umn_mapserver/sample/README: Added some
2335 more details to setup the sample in the MapServer.
2336
2337 2004-06-26 Bernhard Reiter <[email protected]>
2338
2339 * Extensions/svgexport/test/test_svgmapwriter.py:
2340 Removed class VFile and used standard StringIO instead.
2341
2342 2004-06-23 Jan Schüngel <[email protected]>
2343
2344 Add the export function to the umn_mapserver extension.
2345
2346 * Extension/umn_mapserver/mf_export.py: New. This module extents
2347 Thuban with the possibility to export the Thuban content.
2348
2349 * Extensions/umn_mapserver/mapfile.py: Expand the classes to use
2350 with the export module. Especially added the possibility to
2351 add thuban objects directly to the map objects.
2352
2353 * Extensions/umn_mapserver/mf_import.py: Removed the wxCHANGE_DIR,
2354 because of the hint from Bernhard Herzog.
2355 Corrected the handling of absolute pathnames.
2356 Changed the Text of the Menu-Item, now the beginning is upper case.
2357
2358 * Extensions/umn_mapserver/README: Added the --with-tiff statement.
2359
2360 2004-06-16 Jan Schüngel <[email protected]>
2361
2362 Add a sample and make some changes.
2363
2364 * Extension/umn_mapserver/mf_import.py: Changed the wxPython.wx
2365 import from * to explicit used statements. Changed the
2366 Thuban.UI.mainwindow import phrase, too.
2367 (import_mapfile):Corrected a clerical mistake.
2368 Added wxCHANGE_DIR in OpenFile Dialog.
2369 Added a MultipleChoiceDialog, to select the layers to load from
2370 mapfile into thuban. Thereby the projection is only set if one layer
2371 is selected.
2372 Added the possibility to handle relative pathnames which uses
2373 up-level references.
2374 Removed some doubled code.
2375 Corrected an error with integer values used as label in thuban
2376 ClassGroup.
2377
2378 * Extensions/umn_mapserver/sample: New.
2379
2380 * Extensions/umn_mapserver/sample/README: New. Describes the
2381 usage of the sample files.
2382
2383 * Extensions/umn_mapserver/sample/iceland.map: New. This is
2384 a suitable .map-file for the iceland data.
2385
2386 * Extensions/umn_mapserver/sample/index.html: New. The template
2387 for the mapfile.
2388
2389 * Extensions/umn_mapserver/sample/iceland.html: New. Initialisation
2390 file for the Iceland Application on web.
2391
2392 * Extensions/umn_mapserver/README: Corrected a inaccuracy and added
2393 some details.
2394
2395 * Extensions/umn_mapserver/test/test_mapserver
2396 (mapserver_import_Test_generalClasses.test_MF_Color):
2397 Corrected the thubancolor test.
2398
2399 2004-06-15 Jan Schüngel <[email protected]>
2400
2401 * Extensions/umn_mapserver/README: New. Install instruction.
2402
2403 2004-06-14 Bernhard Reiter <[email protected]>
2404
2405 * libraries/thuban/cpl_mfile.h: Added copyright header.
2406
2407 * libraries/thuban/ cpl_mfile.cpp, cpl_mfile.h: Added non-protecting
2408 Free Software License so that it is most useful with gdalwarp
2409 and bmpdataset.
2410
2411 2004-06-14 Bernhard Herzog <[email protected]>
2412
2413 * Thuban/UI/multiplechoicedialog.py (__version__): Add missing
2414 import of wxPython.wx itself (as opposed to the contents of
2415 wxPython.wx). For some reason wxPython.wx is available as
2416 wxPython.wx.wx in at least some 2.4 releases. Fixes RT#2482
2417 wrt. wxPython 2.4.
2418
2419 2004-06-10 Jan Schüngel <[email protected]>
2420
2421 Initial version of new extension "umn_mapserver". This extension aims
2422 to manage configuration for the UMN MapServer application. This
2423 inital version just imports the .map-files and displays all, Thuban is
2424 capable of.
2425
2426 * Extensions/umn_mapserver, Extensions/umn_mapserver/test: New.
2427
2428 * Extensions/umn_mapserver/test/README: New. Describes how to run the
2429 tests.
2430
2431 * Extensions/umn_mapserver/test/test.map: New. This is a test
2432 .map-file for automated tests of the umn_mapserver extension of
2433 Thuban.
2434
2435 * Extensions/umn_mapserver/test/test_mapserver.py: New. Tests for
2436 UMN Mapserver classes.
2437
2438 * Extensions/umn_mapserver/__init__.py: New. Init to make this
2439 directory a package.
2440
2441 * Extensions/umn_mapserver/mapfile.py: New. Classes to represent
2442 '.map'-file objects.
2443
2444 * Extensions/umn_mapserver/mf_import.py: New. This module extends
2445 Thuban with the possibility to handle UMN MapServer mapfiles.
2446
2447 2004-06-03 Bernhard Herzog <[email protected]>
2448
2449 * Thuban/Model/layer.py (Layer.TreeInfo): Convert the bounding box
2450 to a tuple before using it as arguments to the % operator. This
2451 fixes the formatting issue filed in RT#2239 on 2004-01-13 and
2452 reported today on thuban-list by Jan Schüngel
2453
2454 * test/test_layer.py (TestLayerModification.setUp): Save the
2455 filename as an instance variable so we can refer to it in tests
2456 (TestLayerModification.test_tree_info): Uncomment this method
2457 again and make it work. This tests for the formatting issue
2458 filed in RT#2239 on 2004-01-13
2459
2460 2004-05-28 Bernhard Herzog <[email protected]>
2461
2462 * Thuban/UI/baserenderer.py: Fix some typos.
2463
2464 2004-05-18 Jan-Oliver Wagner <[email protected]>
2465
2466 * Extensions/gns2shp/gns2shp.py (gns2shp): Fixed a bug
2467 by increasing a field size.
2468
2469 2004-05-17 Bernhard Herzog <[email protected]>
2470
2471 Update to newest shapelib and get rid of Thuban specific
2472 extensions, i.e. use the new DBFUpdateHeader instead of our
2473 DBFCommit kludge
2474
2475 * libraries/shapelib/shpopen.c: Update to version from current
2476 shapelib CVS.
2477
2478 * libraries/shapelib/shapefil.h: Update to version from current
2479 shapelib CVS.
2480
2481 * libraries/shapelib/dbfopen.c: Update to version from current
2482 shapelib CVS.
2483 (DBFCommit): Effectively removed since shapelib itself has
2484 DBFUpdateHeader now which is better for what DBFCommit wanted to
2485 achieve.
2486 We're now using an unmodified version of dbfopen.
2487
2488 * setup.py (extensions): Add the HAVE_UPDATE_HEADER macro with
2489 value '1' to the Lib.dbflibc extension. This simply reflects the
2490 shapelib and pyshapelib updates
2491
2492 2004-05-16 Jan-Oliver Wagner <[email protected]>
2493
2494 Finished introduction of Menu.FindOrInsertMenu.
2495
2496 * Extensions/drawshape/drawshape.py: Add the command
2497 to the experimental menu additionally to the toolbar.
2498
2499 * Extensions/svgexport/svgsaver.py: Use FindOrInsertMenu() instead of
2500 finding menu on its own.
2501
2502 * Doc/manual/thuban-manual.xml: updated sample file
2503 to use FindOrInsertMenu().
2504
2505 * Examples/simple_extensions/hello_world.py: Use FindOrInsertMenu()
2506 instead of finding menu on its own.
2507
2508 2004-05-11 Jan-Oliver Wagner <[email protected]>
2509
2510 * test/test_menu.py (MenuTest.test): Added testing
2511 of method Menu.FindOrInsertMenu.
2512
2513 2004-05-10 Jan-Oliver Wagner <[email protected]>
2514
2515 Introduce and use Menu.FindOrInsertMenu.
2516
2517 * Thuban/UI/menu.py (Menu.FindOrInsertMenu): New. Find a
2518 given menu or, if not found, insert it.
2519
2520 * Extensions/bboxdump/bboxdump.py, /Extensions/gns2shp/gns2shp.py,
2521 /Extensions/importAPR/importAPR.py, Extensions/profiling/profiling.py,
2522 /Extensions/wms/wms.py: Use FindOrInsertMenu() instead of finding
2523 menu on its own.
2524
2525 2004-05-06 Jan-Oliver Wagner <[email protected]>
2526
2527 Introduce a abstract ColorDialog class and remove
2528 and outdated file.
2529
2530 * Thuban/UI/proj4dialog.py: Removed. It is has been
2531 replaced by projdialog for quite a while and is not used
2532 anymore.
2533
2534 * Thuban/UI/colordialog.py: New. Abstraction for color selection
2535 dialog(s).
2536
2537 * Thuban/UI/classifier.py (SelectPropertiesDialog.__GetColor):
2538 Now calls the abstract ColorDialog instead of wxColourDialog.
2539 This also removed the dependency to Color class conversion
2540 from this function.
2541
2542 2004-05-04 Frank Koormann <[email protected]>
2543
2544 * Extensions/bboxdump/__init__.py: Fixed string left over from
2545 copying.
2546
2547 * Extensions/bboxdump/bboxdump.py (bboxdump):
2548 Use layer.ShapeStore().AllShapes() to loop over shapes instead of
2549 xrange(layer.NumShapes()). Compile the bboxmessage from a list
2550 of formatted outputs (string.join) instead of appending to the
2551 message. Two progress bar dialogs to report progress on the sometimes
2552 lenghty processing.
2553
2554 2004-04-22 Frank Koormann <[email protected]>
2555
2556 New Extension to dump bounding boxes of all shapes of the selected
2557 layer. An optional column can be specified to group the objects,
2558 in this case the bounding box is a union of the separate boxes.
2559 Dump can be displayed in a ScrolledMessageDialog or written to file.
2560 The Extension is simply a combination of available and well tested
2561 Thuban functionality.
2562
2563 * Extensions/bboxdump/__init__.py: New: Init to make this
2564 directory a package.
2565
2566 * Extensions/bboxdump/bboxdump.py: New: Dump bounding boxes of
2567 all shapes of the selected layer.
2568
2569 2004-04-22 Jan-Oliver Wagner <[email protected]>
2570
2571 * Thuban/UI/classgen.py (GenUniquePanel.__init__): Fixed two
2572 strings to be i18n now.
2573
2574 2004-04-18 Jan-Oliver Wagner <[email protected]>
2575
2576 Changing popup menu of legend from direct building
2577 to using the Menu construction as used for the mainwindow.
2578
2579 * Thuban/UI/mainwindow.py: New method commands: layer_to_top,
2580 layer_to_bottom, layer_visibility
2581 (MainWindow.LayerToTop): New. Put current layer to the top.
2582 (MainWindow.LayerToBottom): New. Put current layer to bottom.
2583 (MainWindow.HideLayer, MainWindow.ShowLayer, _has_visible_map):
2584 Replace 1,0 by True, False.
2585 (MainWindow.ToggleLayerVisibility): New. Toggle visibility of
2586 current layer.
2587 (MainWindow.LayerShowTable): Removed raising of dialog.
2588 (_has_selected_layer_visible): New. Support function.
2589
2590 * Thuban/UI/legend.py: ID_POP_xxx: removed.
2591 (LegendPanel.__init__): Removed EVT_MENU bindings.
2592 (LegendTree._OnRightClick): Replace direct creation of
2593 menu via wx Classes by applying the menu definition
2594 as of Menu class of menu.py.
2595
2596 2004-04-16 Jan-Oliver Wagner <[email protected]>
2597
2598 * Thuban/UI/exceptiondialog.py (ExceptionDialog.dialog_layout): Improved
2599 button string to stronger clearify that Thuban will be closed when hitting
2600 the button.
2601
2602 * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Added docstring.
2603 Now for layers without a ShapeStore a corresponding message is given
2604 to the user, that this layer has no table to show.
2605
2606 2004-04-15 Martin Schulze <[email protected]>
2607
2608 * Extensions/wms/layer.py (WMSLayer.setWMSFormat): Need to
2609 recalculate the format for the internal render engine as well.
2610
2611 * Extensions/wms/properties.py (wmsProperties): First start for a
2612 properties dialog. It's functional for a first selection of
2613 layers, but still has some weired wxWidgets/GTK problems but
2614 beautification can be done later.
2615
2616 * Extensions/wms/layer.py: Added more documentation
2617 (WMSLayer.getFormats): New: Return list of supported image formats
2618 by the WMS server
2619 (WMSLayer.getLayers): New: Return the list of layer names
2620 supported by the WMS server
2621 (WMSLayer.getLayerTitle): New: Return the title of the named layer
2622 (WMSLayer.getWMSFormat): New: Return the image format that is used
2623 for WMS GetMap requests
2624 (WMSLayer.setWMSFormat): New: Set the image format that is used
2625 for WMS GetMap requests
2626 (WMSLayer.__init__): Move away from using only one layer to using
2627 a list of layers (unsorted at the moment, though).
2628 (WMSLayer.getVisibleLayers): New: Return the list of names for all
2629 visible layers
2630 (WMSLayer.setVisibleLayers): New: Set the list of names for all
2631 visible layers
2632
2633 * Extensions/wms/wms.py: Moved the WMS layer into layer.py in
2634 order to establish a clean structure.
2635
2636 * Extensions/wms/layer.py: Moved the WMS layer into a file on its
2637 own in order to establish a clean structure.
2638
2639 2004-04-13 Martin Schulze <[email protected]>
2640
2641 * Extensions/wms/parser.py (WMSCapabilitiesParser.grok): Added
2642 support for oldstyle (WMS 1.0 apparently) image format
2643 specification.
2644
2645 * Extensions/wms/wms.py (WMSLayer.calcFormat): Reduce the list of
2646 supported graphic formats back to JPEG and BMP, PNG and others are
2647 too *cough* experimental... Sorry, I meant to filter this out
2648 before I committed this part. This should make the WMS extension
2649 run from CVS again.
2650 (wms_dialog): Reset an empty URL to None so that the subsequent
2651 program can depend on this, since the dialog will indeed return an
2652 empty URL, causing another declaration of love by Python.
2653
2654 * Extensions/wms/parser.py (WMSCapabilitiesParser.getLayerBBox):
2655 Whenever a native BoundingBox request cannot be fulfilled, check
2656 whether the requested SRS is EPSG:3426, in which case return the
2657 LatLonBoundingBox values.
2658
2659 * Extensions/wms/test/test_parser.py
2660 (TestWMSCapabilitiesParser.test_LayerSRS): Added a test for
2661 ignoring AUTO:* SRS.
2662 (TestWMSCapabilitiesParser.test_LatLonBoundingBoxes_as_bboxes):
2663 Added another test method to test whether the LatLonBoundingBox
2664 values will be returned if BoundingBox values are requested with
2665 SRS set to EPSG:3426.
2666
2667 * Extensions/wms/parser.py (WMSCapabilitiesParser.peekLayers):
2668 Added rudimentary support for non-EPSG SRS, i.e. ignore them for
2669 the moment by placing them into a variable which is currently
2670 unused. Also test whether the EPSG SRS is numerical as it should
2671 be and add an error message if it is not.
2672
2673 * Extensions/wms/test/sample.xml: Added AUTO:* SRS since they
2674 appear in the real world as well. Since we cannot handle them yet
2675 (OGCLib can't either), we will ignore them for the moment.
2676
2677 * Extensions/wms/parser.py: Use a variable for denoting the sample
2678 filename
2679 (WMSCapabilitiesParser.peekLayers): Added support for error
2680 messages during grok(). They will be aggregated in an array and
2681 may be displayed later. We may have to add a classification
2682 "Warning" and "Error" to this. That requires more experience,
2683 though, since not every error may be lethal.
2684
2685 * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Raise the
2686 ShowTable() dialog/frame when the user attempts to display it
2687 while it has been opened before already and not closed again.
2688
2689 2004-04-11 Martin Schulze <[email protected]>
2690
2691 * Extensions/wms/infodialog.py: Adjusted the class documentation
2692
2693 * Extensions/wms/wms.py (WMSLayer.__init__, WMSLayer.GetMapImg):
2694 Switch to using Thuban{Begin,End}BusyCursor instead of the pure
2695 wxWidgets variants.
2696 (WMSLayer.__init__): The epsg_id variable is named top_srs now.
2697
2698 * Extensions/wms/infodialog.py: Added an information dialog that
2699 will display various information about the WMS current resource,
2700 so that additional information such as the title, the abstract,
2701 fees and access constraints can be displayed for the user if they
2702 are documented in the WMS XML.
2703
2704 2004-04-10 Martin Schulze <[email protected]>
2705
2706 * Extensions/wms/parser.py (WMSCapabilitiesParser.grok): Adjusted
2707 string handling. It's "foo".lower() and not lower(foo) without
2708 lower imported from strings or something.
2709
2710 * Extensions/wms/wms.py (WMSLayer): Incorporated WMSCapabilities
2711 from capabilities.py and parser.py. Implement priority list for
2712 supported graphics formats, take care of wbmp != bmp. PNG, TIFF
2713 and GIF are supported here, but not yet by main Thuban. Hence,
2714 support for them may be removed later. Special contribution to
2715 usability: get wxWidgets to change the cursor when we're waiting
2716 for data from the network so the user won't start to worry. This
2717 causes a redrawing error/warning, though.
2718
2719 * Extensions/wms/parser.py (WMSCapabilitiesParser.grok): Unlink
2720 the DOM object.
2721
2722 2004-04-01 Martin Schulze <[email protected]>
2723
2724 * Extensions/wms/capabilities.py: Adjusted documentation
2725 (WMSCapabilities.__init__): Improved documentation, fixed syntax
2726 (WMSCapabilities.saveCapabilities): Only catch IOError when
2727 handling files
2728 (WMSCapabilities.loadCapabilities): Only catch IOError when
2729 handling files
2730 __main__: corrected variable naming
2731 (WMSCapabilities.fetchCapabilities,loadCapabilities): Make this
2732 class a specialisation of WMSCapabilitiesParser as well. Also
2733 execute grok() after loading or fetching capabilities, if that
2734 went well, so that subsequent calls can already access the data.
2735 (WMSCapabilities.getVersion): Export the used version of the
2736 GetCapabilities request, so we can use it for subsequent calls,
2737 i.e. for GetMap requests.
2738 (WMSCapabilities.fetchCapabilities): Added proper error handling
2739 when the GetCapabilities request failed, so that the surrounding
2740 program can act accordingly.
2741
2742 2004-03-30 Martin Schulze <[email protected]>
2743
2744 * Extensions/wms/parser.py (WMSCapabilitiesParser.getLayerSRS):
2745 Adjusted the getLayerSRS method to return the list of SRSes
2746 extracted from <SRS> elements instead of <BoundingBox> elements.
2747 Added a bit of documentation as well.
2748 (WMSCapabilitiesParser.checkLayerSRS): Removed integrity test
2749 since it was only implemented due to a misunderstanding.
2750
2751 * Extensions/wms/test/test_parser.py
2752 (TestWMSCapabilitiesParser.test_LayerSRS): Adjust the tests to
2753 reflect the corrected interpretation of the standard: i.e. a layer
2754 does not have to define a BoundingBox for all SRSes it supports.
2755 Hence the <SRS></SRS> specification is authoritative, not the list
2756 of BoundingBoxes.
2757 (TestWMSCapabilitiesParser.test_BoundingBoxes): Added a new test
2758 to ensure None is returned for a non-existing SRS.
2759 (TestWMSCapabilitiesParser.test_grok): Removed test_grok method
2760 since it is not applicable anymore. Listing more SRSes in <SRS>
2761 elements is valid according to the specs.
2762
2763 2004-03-26 Bernhard Reiter <[email protected]>
2764
2765 * README: Nicer formatting of text. Improved descriptions.
2766 Reflected wxWidgets name change.
2767
2768 * Thuban/UI/about.py: Extended copyright to 2004 and added
2769 information about the thuban-devel mailinglist.
2770
2771 2004-03-24 Martin Schulze <[email protected]>
2772
2773 * Extensions/wms/capabilities.py: Renamed the class to contain
2774 'WMS', also added a linebreak where required
2775
2776 * Extensions/wms/parser.py: Finally added the XML parser for the
2777 GetCapabilities response.
2778
2779 * Extensions/wms/test/sample.xml: Adjusted the sample file so that
2780 <SRS> elements match the <BoundingBox> elements, except for the
2781 layer 'beschriftung'.
2782
2783 * Extensions/wms/test/test_parser.py: Encode non-ascii strings
2784 since Python uses unicode strings internally, otherwise
2785 comparisons will fail. Removed tests for getLayerBBoxSRS() since
2786 the SRS will be calculated anyway and this method is obsoleted by
2787 getLayerSRS(). Denote SRS as strings and not as cardinal numbers.
2788 Move loading the sample file into the setUp method. Added a test
2789 for finding the integrity problem in the sample response.
2790 Improved formatting.
2791
2792 * Extensions/wms/domutils.py: Added convenience routines for
2793 handling of Document Object Model (DOM) nodes.
2794
2795 * Extensions/wms/test/test_domutils.py: Added a test for the
2796 domutils module
2797
2798 2004-03-19 Martin Schulze <[email protected]>
2799
2800 * Extensions/wms/test/test_parser.py (TestWMSCapabilitiesParser):
2801 Moved path detection and adding into a module of its own,
2802 adjustpath, which exports thubandir as main Thuban directory.
2803
2804 * Extensions/wms/test/test_ogclib.py (TestWMSLib): Moved path
2805 detection and adding into a module of its own, adjustpath, which
2806 exports thubandir as main Thuban directory. Reorganised the
2807 module in order to support the SkipTest feature for Thuban test
2808 cases.
2809
2810 * Extensions/wms/test/adjustpath.py: Moved path detection and
2811 adding into a module of its own.
2812
2813 2004-03-18 Martin Schulze <[email protected]>
2814
2815 * Extensions/wms/test/test_parser.py: Added another test for
2816 checking whether the WMS XML parser (to be implemented) returns
2817 the information we expect. This requires a sample WMS WML file
2818 (sample.xml) which has been extracted from the frida server and
2819 "improved" manually.
2820
2821 * Extensions/wms/test/test_ogclib.py: Added legacy code to add the
2822 main Thuban directory to the path in order to be able to import
2823 random modules. Adjusted the PyOGCLib detection to reuse the
2824 information gathered. Also added a note about the PYTHONPATH
2825 environment variable.
2826
2827 * Extensions/wms/test/test_ogclib.py: The format specification is
2828 a mime-type, not a graphic format, hence image/jpeg wou ld be the
2829 proper format and not JPEG. We'll also have to take care of the
2830 encoding of / as %2F.
2831
2832 2004-03-16 Martin Schulze <[email protected]>
2833
2834 * Extensions/wms/test/test_ogclib.py: Added a (hopefully)
2835 comprehensive test for the getMapURL method, built compare URLs
2836 according to the documentation in OGC 01-068r3
2837
2838 * Extensions/wms/capabilities.py (WMSCapabilities): Added the
2839 class WMSCapabilities to manage capabilites, will incorporate
2840 parsing the capabilities response and provide details for other
2841 classes.
2842
2843 2004-03-12 Bernhard Herzog <[email protected]>
2844
2845 Support views in addition to normal tables in the postgis
2846 shapestore
2847
2848 * Thuban/Model/postgisdb.py
2849 (PostGISShapeStore._fetch_table_information): Add a fallback for
2850 the case where the table name is not in the geometry_columns
2851 table. This is usually the case for views. Also, set
2852 self.shapestore here.
2853 (PostGISShapeStore.ShapeType): No need to query the database all
2854 the time. The shape type is now determined in
2855 _fetch_table_information
2856
2857 * test/postgissupport.py (PostgreSQLServer.new_postgis_db)
2858 (PostgreSQLServer.get_static_data_db, PostGISDatabase.__init__):
2859 New parameter to specify views.
2860 (PostGISDatabase.has_data): Also compare the views. New views
2861 parameter
2862 (PostGISDatabase.initdb): Create the views.
2863 (PostgreSQLServer.get_default_static_data_db): Add the v_landmarks
2864 view
2865
2866 * test/test_postgis_db.py
2867 (TestPostGISShapestorePointFromViews): New. Test a
2868 PostGISShapeStore with a view
2869 (TestPostGISShapestorePointOIDAsGIDColumn.setUp): Pass the name of
2870 the geometry_column explicitly to test whether that works
2871
2872 2004-03-12 Bernhard Herzog <[email protected]>
2873
2874 Final step for explicit id/geometry columns: Loading and saving
2875
2876 * Resources/XML/thuban-1.1.dtd: New. Derived from thuban-1.0.dtd
2877 with the following changes:
2878 (dbshapesource): Two new attributes id_column and geometry_column
2879
2880 * Thuban/Model/save.py (SessionSaver.write): Use the new dtd
2881 (SessionSaver.write_session): Use the new namespace
2882 (SessionSaver.write_data_containers): Write the new dbshapesource
2883 parameters
2884
2885 * Thuban/Model/load.py (SessionLoader.__init__): New namespace for
2886 the new file format version
2887 (SessionLoader.start_dbshapesource): Handle the new db parameters
2888
2889 * test/test_save.py: Update to the new dtd and namespace
2890 (SaveSessionTest.test_save_postgis): Update the NonConnectionStore
2891 mock object to provide a working IDColumn method.
2892
2893 * test/test_load_1_0.py: New. Copy of the test_load.py before
2894 today's changes but with the round-trip tests removed.
2895
2896 * test/test_load_0_9.py: Update doc-string.
2897
2898 * test/test_load.py: Update all .thuban files to the new dtd and
2899 namespace.
2900 (TestPostGISLayer.file_contents): Add the new dbshapesource
2901 paramters
2902
2903 2004-03-11 Bernhard Herzog <[email protected]>
2904
2905 Next step for explicit id/geometry columns: User interaction
2906
2907 * Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Rework how
2908 the dialog is constructed. Add combo boxes to select id and
2909 geometry column. Rename some instance variables.
2910 (ChooseDBTableDialog.GetTable): Return id and geometry column
2911 names
2912 (ChooseDBTableDialog.OnTableSelect): New. Event handler for
2913 selections in the table list
2914
2915 * Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): Use id_column
2916 and geometry_column
2917
2918 * Thuban/Model/session.py (Session.OpenDBShapeStore): Add the new
2919 parameters for id_column and geometry column of PostGISShapeStore
2920 here as well.
2921
2922 * Thuban/Model/postgisdb.py (type_map): Add ROWID psycog type.
2923 (_raw_type_map): New. Map raw PostgreSQL type ints to thuban types
2924 (PostGISConnection.GeometryTables): Use a better query to
2925 determine which relations in the database might be usable for
2926 shapestores. Now supports views as well but is more PostgreSQL
2927 specific
2928 (PostGISConnection.table_columns): New. Somewhat experimental
2929 method to let the db dialogs provide lists of columns to users so
2930 that they can select id and geometry columns.
2931 (PostGISTable.__init__): The default value of the id_column
2932 parameter is now None it still means "gid" effectively, though.
2933 (PostGISTable.IDColumn): New introspection method to return a
2934 column object for the id column
2935 (PostGISShapeStore.GeometryColumn): New introspection method to
2936 return a column object for the geometry column
2937
2938 * test/test_postgis_db.py
2939 (TestPostGISConnection.test_gis_tables_non_empty):
2940 Removed. Subsumed by the new:
2941 (TestPostGISConnection.test_gis_tables_with_views_and_tables):
2942 New. Tes the GeometryTables and table_columns methods with actual
2943 tables and views.
2944 (PointTests.test_id_column, PointTests.test_geometry_column):
2945 New. tests for the new methods.
2946 (TestPostGISShapestorePoint.setUp)
2947 (TestPostGISShapestorePointSRID.setUp)
2948 (TestPostGISShapestorePointExplicitGIDColumn.setUp): Fill the
2949 instance variables needed by the new tests
2950
2951 2004-03-11 Bernhard Herzog <[email protected]>
2952
2953 * Thuban/UI/classgen.py (GenQuantilesPanel.GetList): The row
2954 numbers given to ReadValue are ordinals.
2955
2956 2004-03-11 Bernhard Herzog <[email protected]>
2957
2958 Elimiate the requirement for PostGIS tables to have a column
2959 called "gid".
2960
2961 * Thuban/Model/postgisdb.py (PostGISTable.__init__): New parameter
2962 id_column to specify which column to use to identify rows. Also
2963 new instance variables id_column and quoted_id_column
2964 (PostGISTable.RowIdToOrdinal, PostGISTable.RowOrdinalToId)
2965 (PostGISTable.ReadRowAsDict, PostGISTable.ReadValue)
2966 (PostGISTable.SimpleQuery): Use the id column name provided to the
2967 constructor instead of "gid"
2968 (PostGISShapeStore.__init__): New parameter id_column analogously
2969 to PostGISTable.__init__. This parameter is simply passed through
2970 to the base class constructor
2971 (PostGISShapeStore._create_col_from_description): Fix typo in
2972 doc-string
2973 (PostGISShapeStore.Shape, PostGISShapeStore.AllShapes)
2974 (PostGISShapeStore.ShapesInRegion): Use the id column name
2975 provided to the constructor instead of "gid"
2976
2977 * test/postgissupport.py
2978 (PostgreSQLServer.get_default_static_data_db): New static table
2979 landmarks_point_id with an id column != "gid. Update the comments
2980 a bit.
2981 (skip_if_addgeometrycolumn_does_not_use_quote_ident): Fix typo in
2982 doc-
2983 (upload_shapefile): New parameter gid_column to use a name other
2984 than "gid" for the column to store the shape ids
2985
2986 * test/test_postgis_db.py (TableTests): New. Mixin-class
2987 containing all tests previously in TestPostGISTable. The actual
2988 tests are the same but the code is a bit more configurable to
2989 allow for different id columns etc.
2990 (TestPostGISTable): Derive from TableTests now for the actual
2991 tests.
2992 (TestPostGISTableExplicitGIDColumn): New. Like TestPostGISTable
2993 except that it the landmarks_point_id table to test the id_column
2994 parameter
2995 (PointTests): Extend the doc-string
2996 (TestPostGISShapestorePointExplicitGIDColumn)
2997 (TestPostGISShapestorePointOIDAsGIDColumn): New classes derived
2998 from PointTests to test the explicit id_column parameter. One
2999 tests with the name of the column holding the shape ids, the other
3000 uses PostgreSQL's OID column. For the latter a number of methods
3001 have to be overwritten to make them independent of the actual id
3002 values.
3003
3004 2004-03-08 Silke Reimer <[email protected]>
3005
3006 Update debian directory:
3007
3008 * debian/changelog: Added new version.
3009 * deiban/rules: Updated management of patches (with cbds)
3010 * debian/control: Added cbds to dependencies
3011 * debian/patches/*: New. Adds better support for patches of thuban in
3012 debian
3013 * debian/menu: Syntax of menu changed slightly
3014 * debian/setup.py.patch: removed because it has been moved to
3015 debian/patechs/setup.py.patch
3016
3017
3018 2004-02-26 Bernhard Herzog <[email protected]>
3019
3020 Create the Doc/technotes directory for text files with information
3021 for developers
3022
3023 * Doc/technotes/README: New. README for the technotes
3024
3025 * Doc/technotes/coding_guidelines.txt: New. Coding guidelines for
3026 Thuban
3027
3028 * Doc/technotes/release_process.txt: New. Used to be
3029 HOWTO-Release. Now slightly adapted to technote formatting style.
3030
3031 * HOWTO-Release: Removed. It's contents are now in
3032 Doc/technotes/release_process.txt
3033
3034 2004-02-25 Bernhard Herzog <[email protected]>
3035
3036 * libraries/thuban/wxproj.cpp (get_wx_version): New. Return the
3037 version of wxWindows the module was compiled with so we can check
3038 that against the wxPython version.
3039
3040 * Thuban/version.py (thuban_branch, thuban_release): New variables
3041 controlling which and how Thuban versions are shown. See the
3042 comments for details.
3043 (verify_versions): Also check that the wx version that wxproj is
3044 compiled against matches that of the wxPython we use at runtime
3045
3046 2004-02-20 Bernhard Herzog <[email protected]>
3047
3048 * Extensions/wms/wms.py (epsg_code_to_projection): Use
3049 get_system_proj_file to read the epsg projections. The old way
3050 depended on the current directory being the top Thuban directory.
3051
3052 2004-02-20 Bernhard Herzog <[email protected]>
3053
3054 * Extensions/svgexport/test/test_svgmapwriter.py
3055 (TestVirtualDC.test_clippath): Remove a debug print
3056
3057 2004-02-20 Bernhard Herzog <[email protected]>
3058
3059 * Extensions/svgexport/__init__.py: New. Turn
3060 Extensions/svgexport into a package.
3061
3062 * Extensions/svgexport/svgmapwriter.py: Reorder the imports and
3063 doc-string a bit. The doc-string must come first, otherwise it's
3064 not a doc-string. The __future__ import must be the first thing
3065 after the doc-string. Use only double quotes in doc-strings.
3066 Single quotes trip up emacs syntax highlighting if the text
3067 contains apostrophes.
3068
3069 2004-02-20 Bernhard Herzog <[email protected]>
3070
3071 * Extensions/svgexport/test/__init__.py,
3072 Extensions/svgexport/test/test_svgmapwriter.py: New. Initial test
3073 suite for svgexport
3074
3075 * test/runtests.py (find_test_modules): New. Function with the
3076 module finding code from main.
3077 (main): Use find_test_modules to figure out the default test
3078 modules and take modules from Extensions.svgexport.test too.
3079
3080 2004-02-19 Bernhard Herzog <[email protected]>
3081
3082 * Thuban/UI/application.py (ThubanApplication.OnInit): Make sure
3083 the mainwindow has a reference to the map of the initial session.
3084 This fixes a bug introduced with the fix for RT#2245
3085
3086 2004-02-19 Bernhard Herzog <[email protected]>
3087
3088 * Extensions/svgexport/svgsaver.py,
3089 Extensions/svgexport/svgmapwriter.py,
3090 Extensions/svgexport/maplegend.py: Added again. This time in the
3091 correct place.
3092
3093 2004-02-17 Bernhard Herzog <[email protected]>
3094
3095 Fix for RT#2245
3096
3097 * Thuban/UI/application.py (ThubanApplication.OnInit): Initialize
3098 instance variables before trying to create any windows. Creating
3099 windows can start an event loop if e.g. message boxes are popped
3100 up for some reason, and event handlers, especially EVT_UPDATE_UI
3101 may want to access things from the application.
3102 (ThubanApplication.maps_changed): The mainwindow may not have been
3103 created yet, so check whether it has been created before calling
3104 its methods
3105
3106 * Thuban/UI/view.py (MapCanvas.OnIdle): Only try to redraw if we
3107 have a map
3108
3109 2004-02-17 Bernhard Herzog <[email protected]>
3110
3111 * test/test_svgmapwriter.py, Extensions/svgsaver.py,
3112 Extensions/svgmapwriter.py, Extensions/maplegend.py,
3113 extensions/svgexport/svgsaver.py,
3114 extensions/svgexport/svgmapwriter.py,
3115 extensions/svgexport/maplegend.py: Removed. These files were in
3116 the wrong places or didn't work at all.
3117
3118 2004-02-16 Bernhard Herzog <[email protected]>
3119
3120 * Thuban/UI/view.py (MapCanvas.Export): Remove accidentally added
3121 line
3122
3123 2004-02-16 Bernhard Herzog <[email protected]>
3124
3125 * Thuban/UI/view.py (MapCanvas.Export): Avoid UnboundLocalError.
3126
3127 2004-02-15 Markus Rechtien <[email protected]>
3128
3129 * Extensions/svgexport/svgmapwriter.py: New. Adds the capability
3130 to write a session to a file in SVG format.
3131 * Extensions/svgexport/svgsaver.py: New. Uses svgmapwriter.py
3132 to write a SVG map of a session.
3133 * Extensions/svgexport/maplegend: New. Writes a basic maplegend
3134 in SVG format for the current session.
3135
3136 2004-02-13 Bernhard Herzog <[email protected]>
3137
3138 * Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): When the layer
3139 can't be created, return immediately after displaying the error
3140 message.
3141
3142 2004-02-11 Bernhard Herzog <[email protected]>
3143
3144 Handle postgis tables with more than one geometry column.
3145
3146 * Thuban/Model/postgisdb.py
3147 (PostGISTable._fetch_table_information): Delegate the creation of
3148 column objects to a different method so that we can extend that in
3149 derived classes
3150 (PostGISTable._create_col_from_description): New. Column object
3151 creation part of _fetch_table_information
3152 (PostGISShapeStore._create_col_from_description): New. Extend
3153 inherited method to handle geometry columns
3154 (PostGISShapeStore.__init__): New parameter geometry_column to
3155 specify which geometry column to use. Optional but mandatory for
3156 tables with more than one geometry column
3157 (PostGISShapeStore._fetch_table_information): Also use the name of
3158 the geometry column when looking for the srid
3159 (PostGISShapeStore.ShapeType): Also use the name of the geometry
3160 column when looking for the shape type
3161
3162 * test/test_save.py (SaveSessionTest.test_save_postgis): Adapt
3163 NonConnectionStore to changes in the PostGISShapeStore
3164
3165 * test/test_postgis_db.py
3166 (TestPostGISSpecialCases.test_shapestore_two_geom_cols): Test
3167 PostGISShapeStore with tables having two geometry columns.
3168
3169 2004-02-10 Bernhard Herzog <[email protected]>
3170
3171 Fix some postgis problems. What remains to be done is real
3172 handling of SRIDs as they affect how reprojection is done
3173
3174 * Thuban/Model/postgisdb.py (quote_identifier): Fix typo in
3175 doc-string
3176 (PostGISShapeStore._fetch_table_information): New. Extend
3177 inherited method to retrieve srid
3178 (PostGISShapeStore.BoundingBox): Handle tables without data.
3179 extent yields NULL for those
3180 (PostGISShapeStore.ShapesInRegion): Use the srid of the table.
3181
3182 * test/test_postgis_db.py
3183 (TestPostGISSpecialCases.test_shapestore_empty_table): New test
3184 for the special case of a table without any data
3185 (TestPostGISShapestorePointSRID): New class with tests for a table
3186 that uses srids
3187 (PolygonTests): Fix a doc-string typo
3188
3189 * test/postgissupport.py (PostGISDatabase.__init__): New parameter
3190 reference_systems with a specification of spacial reference
3191 systems to create in the new db.
3192 (PostgreSQLServer.new_postgis_db)
3193 (PostgreSQLServer.get_static_data_db): New parameter
3194 reference_systems to be passed through ultimately to
3195 PostGISDatabase. In new_postgis_db also check whether an existing
3196 db already has the right srids
3197 (PostgreSQLServer.get_default_static_data_db): Add srids and a
3198 table that uses srids
3199 (PostGISDatabase.initdb): Create the entries for the reference
3200 systems
3201 (PostGISDatabase.has_data): Add reference_systems parameter to
3202 check for those too
3203 (upload_shapefile): New parameter srid to create tables with a
3204 specific srid
3205
3206 2004-02-06 Frank Koormann <[email protected]>
3207
3208 * po/pt_BR.po: Fixed charset
3209
3210 2004-02-05 Frank Koormann <[email protected]>
3211
3212 * po/pt_BR.po: Fixed format string for error message, missing %s
3213 added (Thuban/UI/application.py:273)
3214
3215 2004-02-03 Frank Koormann <[email protected]>
3216
3217 First version of Portuguese (Brazilian) translation
3218
3219 * po/pt_BR.po: New, translation of pot (2004-01-15 16:07+0300) for
3220 Brazilian Portuguese by Eduardo Patto Kanegae.
3221
3222 * Thuban/UI/about.py (About.__init.py__): Added Eduardo to the list of
3223 translators.
3224
3225
3226 2004-01-22 Frank Koormann <[email protected]>
3227
3228 * Doc/manual/thuban-manual.xml: Added section on installation of
3229 Thuban under Win32 systems. Fixed image path references in the postgis
3230 section. Some minor source formattings.
3231
3232 2004-01-21 Frank Koormann <[email protected]>
3233
3234 Make Thuban remember path selections (at least for one application run).
3235
3236 * Thuban/UI/application.py (Application.OnInit): Initialize path as a
3237 attribute of application object. Path is a dictionary of
3238 strings, currently with the items "data" and "projection".
3239 (Application.SetPath): New, stores path for the specified item.
3240 (Application.Path): New, return path for the specified item.
3241
3242 * Thuban/UI/mainwindow.py
3243 (MainWindow.OpenSession, MainWindow.SaveSessionAs,
3244 MainWindow.AddLayer, MainWindow.AddRasterLayer,
3245 MainWindow.TableOpen): Access "data" path information of the
3246 application.
3247
3248 * Thuban/UI/projdialog.py (ProjFrame._OnImport, ProjFrame._OnExport):
3249 Access "projection" path information of the application.
3250
3251 2004-01-05 Bernhard Herzog <[email protected]>
3252
3253 * po/ru.po: Updated translations from Alex Shevlakov
3254
3255 2004-01-05 Bernhard Herzog <[email protected]>
3256
3257 * po/Makefile, po/README: Move the description of how to generate
3258 the translation statistics to the README.
3259
3260 2003-12-23 Bernhard Herzog <[email protected]>
3261
3262 * NEWS: Update for 1.0.0
3263
3264 * po/it.po: Another update from Maurizio Napolitano
3265
3266 2003-12-23 Bernhard Herzog <[email protected]>
3267
3268 * po/it.po: Updated translation from Maurizio Napolitano
3269
3270 2003-12-23 Bernhard Herzog <[email protected]>
3271
3272 * Thuban/UI/join.py (JoinDialog.__init__): Mark one more string
3273 for translation
3274
3275 * Thuban/UI/mainwindow.py (MainWindow.TableRename)
3276 (MainWindow.RenameMap, MainWindow.RenameLayer): Mark some more
3277 strings for translation
3278
3279 * po/de.po: Update with the newly marked strings.
3280
3281 2003-12-22 Bernhard Herzog <[email protected]>
3282
3283 * HOWTO-Release: Fix the places where version numbers have to be
3284 updated
3285
3286 2003-12-22 Bernhard Herzog <[email protected]>
3287
3288 * setup.py (setup call): 1.0.0, yeah!
3289
3290 * Thuban/version.py (longversion): 1.0.0, yeah!
3291
3292 * Thuban/Model/load.py (SessionLoader.__init__): Accept the
3293 1.0.0 namespace too
3294
3295 * Thuban/Model/save.py (SessionSaver.write_session): Save with
3296 1.0.0 namespace
3297
3298 * test/test_load.py (LoadSessionTest.dtd)
3299 (TestSingleLayer.file_contents)
3300 (TestNonAsciiColumnName.file_contents)
3301 (TestLayerVisibility.file_contents)
3302 (TestClassification.file_contents, TestLabels.file_contents)
3303 (TestLayerProjection.file_contents)
3304 (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
3305 (TestLabelLayer.file_contents, TestPostGISLayer.file_contents)
3306 (TestPostGISLayerPassword.file_contents)
3307 (TestLoadError.file_contents, TestLoadError.test): Update for
3308 1.0.0 namespace
3309
3310 * test/test_save.py (SaveSessionTest.dtd)
3311 (SaveSessionTest.testEmptySession)
3312 (SaveSessionTest.testSingleLayer)
3313 (SaveSessionTest.testLayerProjection)
3314 (SaveSessionTest.testRasterLayer)
3315 (SaveSessionTest.testClassifiedLayer)
3316 (SaveSessionTest.test_dbf_table)
3317 (SaveSessionTest.test_joined_table)
3318 (SaveSessionTest.test_save_postgis): Update for 1.0.0 namespace
3319
3320 2003-12-22 Bernhard Herzog <[email protected]>
3321
3322 * Thuban/Model/load.py (SessionLoader.start_label): Make sure the
3323 alignment flags are byte strings not unicode and that they have
3324 valid values
3325
3326 * test/test_load.py (TestLabelLayer): New. Test loading (and
3327 indirectly saving) of maps with labels.
3328
3329 2003-12-22 Bernhard Herzog <[email protected]>
3330
3331 * Thuban/UI/tableview.py (TableGrid.OnDestroy)
3332 (TableGrid.__init__): Handle EVT_WINDOW_DESTROY in the grid to
3333 unsubscribe all subscribers.
3334 (LayerTableFrame.OnDestroy): Do not unsubscribe any messages from
3335 self.grid since it may already have been destroyed.
3336 Fixes RT #2256
3337
3338 2003-12-19 Bernhard Herzog <[email protected]>
3339
3340 * po/fr.po, po/es.po: Updated translations from Daniel Calvelo
3341
3342 2003-12-16 Bernhard Herzog <[email protected]>
3343
3344 * debian/bitmappath.patch, debian/setup.py.patch:
3345 added to ensure compliance with FHS for debian
3346 * debian/rules, debian/changelog:
3347 added patches in rules to ensure compliance with FHS for debian
3348
3349 2003-12-16 Bernhard Herzog <[email protected]>
3350
3351 * po/Makefile (mo): Make the output a bit nicer so that it prints
3352 statistics about the translations. Add a comment how produce even
3353 nicer statistics with sed.
3354
3355 2003-12-09 Frank Koormann <[email protected]>
3356
3357 * Resources/Projections/defaults.proj:
3358 French projection sample with correct accents (UNICODE).
3359
3360 2003-12-05 Bernhard Herzog <[email protected]>
3361
3362 * MANIFEST.in: Add the devtools directory
3363
3364 * setup.py (setup call): Use license instead of licence. This
3365 silences a deprecation warning on Python 2.3
3366
3367 2003-12-05 Frank Koormann <[email protected]>
3368
3369 Documentation synced with 1.0rc1
3370
3371 * Doc/manual/thuban-manual.xml:
3372 Minor formatting changes and references to database layers .
3373 Introduction.Internationalization: New section on i18n.
3374 MapManagement.AddingandRemovingLayers: Added item on database layers.
3375 MapManagement.TheLegend: Added section and screenshot on popup menu.
3376 ProjectionManagement: Updated screenshot and sentence on EPSG.
3377 Appendix.SupportedDataSources: Added PostGIS.
3378 Appendix.WorkingwithPostGIS: New section.
3379
3380 * Doc/manual/images/6_projection.png: Updated screenshot including
3381 EPSG checkboxes.
3382
3383 * Doc/manual/images/3_5_popup_menu.png: New, popup menu screenshot.
3384
3385 * Doc/manual/images/app_postgis_add_layer.png,
3386 Doc/manual/images/app_postgis_db_add.png,
3387 Doc/manual/images/app_postgis_db_management.png:
3388 New screenshots focussing on database layers
3389
3390 2003-12-05 Frank Koormann <[email protected]>
3391
3392 * Thuban/UI/projdialog.py (load_user_proj): If user.proj is missing
3393 write warning to stderr instead of rising a warning dialog
3394
3395 2003-12-03 Bernhard Herzog <[email protected]>
3396
3397 Fix for RT #2243
3398
3399 * Thuban/UI/mainwindow.py (MainWindow.has_selected_shape_layer):
3400 New. Like has_selected_layer but for shape layers only
3401 (_has_selected_shape_layer): New. Like _has_selected_layer but for
3402 shape layers only
3403 (layer_show_table command, layer_jointable command): Use these
3404 commands should only be available for shape layers
3405
3406 2003-12-03 Bernhard Herzog <[email protected]>
3407
3408 * Thuban/UI/mainwindow.py (MainWindow.Unsubscribe): Deal with
3409 publishers that are wx objects and may have been destroyed by wx
3410 already. Fixes RT #2242.
3411
3412 2003-12-03 Bernhard Herzog <[email protected]>
3413
3414 * po/ru.po: Updates from Alex Shevlakov
3415
3416 2003-12-03 Silke Reimer <silkeintevation.de>
3417
3418 * debian/control, debian/changelog: Added gdal-support to
3419 debian package, updated to new thuban version
3420
3421
3422 2003-12-03 Bernhard Herzog <[email protected]>
3423
3424 * Thuban/Lib/version.py: New. Module for version number
3425 manipulations. The version of make_tuple here also deals better
3426 with more unusual version number strings, such as e.g.
3427 "1.2+cvs20031111"
3428
3429 * Thuban/version.py (make_tuple): Removed. It's now in
3430 Thuban.Lib.version. Use that implementation instead.
3431
3432 * test/test_lib_version.py: New. Tests for Thuban/Lib/version.py
3433
3434 2003-12-02 Bernhard Herzog <[email protected]>
3435
3436 * MANIFEST.in: Add debian files
3437
3438 * setup.py (setup call): Add packages for the Extensions so that
3439 they're installed too
3440 (data_files): Add READMEs and sample data from some Extensions
3441
3442 * NEWS: Add note about the extensions in binary packages
3443
3444 2003-12-02 Bernhard Herzog <[email protected]>
3445
3446 * Thuban/Model/save.py (SessionSaver.write_session): Save files
3447 with the thuban-1.0rc1
3448
3449 * Thuban/Model/load.py (SessionLoader.__init__): Recognize the
3450 thuban-1.0rc1 namespace too
3451
3452 * test/test_save.py (SaveSessionTest.dtd)
3453 (SaveSessionTest.testEmptySession)
3454 (SaveSessionTest.testSingleLayer)
3455 (SaveSessionTest.testLayerProjection)
3456 (SaveSessionTest.testRasterLayer)
3457 (SaveSessionTest.testClassifiedLayer)
3458 (SaveSessionTest.test_dbf_table)
3459 (SaveSessionTest.test_joined_table)
3460 (SaveSessionTest.test_save_postgis): Update to thuban-1.0rc1
3461 namespace
3462
3463 * test/test_load.py (LoadSessionTest.dtd): Update to thuban-1.0rc1
3464 namespace
3465 (TestSingleLayer.file_contents)
3466 (TestNonAsciiColumnName.file_contents)
3467 (TestLayerVisibility.file_contents)
3468 (TestClassification.file_contents, TestLabels.file_contents)
3469 (TestLayerProjection.file_contents)
3470 (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
3471 (TestPostGISLayer.file_contents)
3472 (TestPostGISLayerPassword.file_contents)
3473 (TestLoadError.file_contents, TestLoadError.test): Update to
3474 thuban-1.0rc1 namespace
3475
3476 2003-12-01 Bernhard Herzog <[email protected]>
3477
3478 * setup.py (proj4_prefix, wx_prefix, gdal_prefix): Fix these for
3479 nt to better match Intevation's current w32 setup
3480
3481 * HOWTO-Release: Add note about updating MANIFEST.in
3482
3483 * MANIFEST.in: Add the Extensions
3484
3485 * NEWS: Update for 1.0rc1
3486
3487 2003-12-01 Bernhard Herzog <[email protected]>
3488
3489 * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Change the wild
3490 cards for the dialog so that shapefiles ending in all uppercase
3491 SHP are listed too
3492
3493 2003-11-28 Bernhard Herzog <[email protected]>
3494
3495 * Thuban/version.py (longversion): Update to 1.0rc1
3496
3497 * setup.py (setup call): Update version to 1.0rc1. Use the
3498 [email protected] email address as author email instead of my
3499 personal one.
3500
3501 2003-11-28 Bernhard Herzog <[email protected]>
3502
3503 * po/de.po: Update german translation.
3504
3505 2003-11-28 Bernhard Herzog <[email protected]>
3506
3507 Unify the filenames stored in .thuban files so that the .thuban
3508 files are more platform independend
3509
3510 * Thuban/Model/save.py (unify_filename): New. Unify filenames so
3511 that they can be used on both windows and unix
3512 (SessionSaver.prepare_filename): New. Handle all filename
3513 transformations for filenames stored in the thuban file
3514 (SessionSaver.write_data_containers, SessionSaver.write_layer):
3515 Use prepare_filename
3516
3517 * test/test_save.py (SaveSessionTest.testSingleLayer)
3518 (SaveSessionTest.testLayerProjection)
3519 (SaveSessionTest.testRasterLayer)
3520 (SaveSessionTest.testClassifiedLayer)
3521 (SaveSessionTest.test_dbf_table)
3522 (SaveSessionTest.test_joined_table): Filenames are always stored
3523 with slashes on all currently supported platforms so adapt all
3524 tests to this
3525
3526 * test/test_load.py (LoadSessionTest.filenames): With the new
3527 filename scheme the filenames in the tests should be
3528 understandable on all currently supported platforms so we turn
3529 this into an empty list because we don't have to normalize them
3530 anymore
3531
3532 2003-11-28 Bernhard Herzog <[email protected]>
3533
3534 * test/test_layer.py (TestLayer.test_arc_layer_with_projection):
3535 Add the ellipsoid to the projection since some Proj versions
3536 complain if it's missing.
3537
3538 2003-11-27 Bernhard Herzog <[email protected]>
3539
3540 Corect some bounding box projection problems
3541
3542 * Thuban/Model/proj.py (Projection.InverseBBox): New. Inverse
3543 version of ForwardBBox
3544 (Projection._transform_bbox): New. common implementation of
3545 ForwardBBox and InverseBBox
3546 (Projection.ForwardBBox): Use _transform_bbox.
3547
3548 * test/test_proj.py (TestProjection.test): Add test for
3549 InverseBBox
3550
3551 * Thuban/Model/layer.py (Layer.LatLongBoundingBox)
3552 (Layer.ShapesBoundingBox, RasterLayer.LatLongBoundingBox): Use the
3553 new InverseBBox method to determine the unprojected bounding box
3554 (Layer.ShapesInRegion): Use the ForwardBBox method to project the
3555 bbox.
3556
3557 * test/test_layer.py (TestLayer.test_point_layer_with_projection):
3558 Removed.
3559 (TestLayer.test_arc_layer_with_projection): New. This test is
3560 better able to test whether bounding boxes are projected correctly
3561 than test_point_layer_with_projection
3562
3563 * Thuban/UI/viewport.py (ViewPort.map_projection_changed): Use
3564 InverseBBox to unproject bboxes
3565
3566 2003-11-25 Bernhard Herzog <[email protected]>
3567
3568 * Thuban/UI/about.py (About.__init__): Make sure we have ASCII
3569 source code.
3570
3571 2003-11-25 Bernhard Herzog <[email protected]>
3572
3573 * Thuban/Model/layer.py (Layer.__getattr__): Removed. It was only
3574 there for backwards compatibility and all code relying on that
3575 should have been updated by now.
3576
3577 2003-11-25 Bernhard Herzog <[email protected]>
3578
3579 * test/test_load.py (TestClassification.test): Add the missing
3580 round trip test.
3581 (TestClassification.file_contents): Update to the newest file
3582 format
3583
3584 2003-11-25 Bernhard Herzog <[email protected]>
3585
3586 Add very experimental (and possibly dangerous) extension to draw
3587 polygons:
3588
3589 * Extensions/drawshape/README: New. Brief installation
3590 instructions
3591
3592 * Extensions/drawshape/drawshape.py: New. Implementation of the
3593 drawshape extensions
3594
3595 * Extensions/drawshape/patch.diff: Patch to apply before the
3596 extension can be used.
3597
3598 2003-11-24 Bernhard Herzog <[email protected]>
3599
3600 * Thuban/Model/data.py (ShapefileStore._open_shapefile)
3601 (ShapefileStore.__init__): Factor opening the shapefile into a
3602 separate method (the new _open_shapefile). This makes the code a
3603 bit more readable but the real reason is that it makes some evil
3604 hacks easier. :-)
3605
3606 2003-11-24 Bernhard Herzog <[email protected]>
3607
3608 * Thuban/Model/load.py (SessionLoader.check_attrs): If no
3609 converter is specified for an attribute assume it's a string
3610 containing only Latin1 characters. Update doc-string accordingly.
3611 This change should fix many places where unicode objects might
3612 accidentally enter Thuban.
3613
3614 * test/test_load.py (TestNonAsciiColumnName): New test to check
3615 what happens with column names in DBF files that contain non-ascii
3616 characters
3617
3618 2003-11-21 Bernhard Herzog <[email protected]>
3619
3620 Enable the experimental attribute editing again and introduce a
3621 command line switch to actually activate it
3622
3623 * Thuban/UI/main.py (options): New. Container for options set on
3624 the commmand line
3625 (main): Add the --enable-attribute-editing flag.
3626
3627 * Thuban/UI/identifyview.py (IdentifyView.__init__): If attribute
3628 editing is enabled use the grid ctrl which allows editing of the
3629 values
3630
3631 * Thuban/Model/transientdb.py (AutoTransientTable.write_record):
3632 New. Just delegate this to the underlying table.
3633
3634 2003-11-20 Bernhard Herzog <[email protected]>
3635
3636 * test/test_proj.py (ProjFileReadTests.test_read_unreadable_file):
3637 Skip this test if run under non-posix systems since it only works
3638 there
3639
3640 2003-11-19 Bernhard Herzog <[email protected]>
3641
3642 * Thuban/Model/resource.py: Rework the way gdal support is
3643 determined so that we can give a reason in the about why gdal is
3644 not supported.
3645 (gdal_support_status): New. Variable holding a string with the
3646 reason for no gdal support
3647
3648 * Thuban/UI/about.py (About.__init__): Add the reason why gdal is
3649 not supported to the message
3650
3651 2003-11-19 Bernhard Herzog <[email protected]>
3652
3653 Remove the old table interface and its test cases
3654
3655 * Thuban/Model/table.py (OldTableInterfaceMixin): Removed.
3656 (DBFTable, MemoryTable): Do not derive from OldTableInterfaceMixin
3657 anymore
3658
3659 * Thuban/Model/transientdb.py (TransientTableBase)
3660 (AutoTransientTable): Do not derive from OldTableInterfaceMixin
3661 anymore
3662
3663 * test/test_table.py: Removed since the old interface it tests is
3664 gone.
3665
3666 * test/runtests.py (main): The old table interface is gone and
3667 with it the deprecation warnings so remove the code that turns
3668 these warnings into errors
3669
3670 2003-11-19 Bernhard Herzog <[email protected]>
3671
3672 * test/test_table.py: Revert to revision 1.5 again. Changing the
3673 tests to use the new table interface is completely wrong since the
3674 whole purpose of the tests in this module is to test the old
3675 interface.
3676
3677 2003-11-18 Bernhard Herzog <[email protected]>
3678
3679 * Thuban/Model/postgisdb.py (PostGISConnection.MatchesParameters):
3680 New. Test whether the connection matches a set of connection
3681 parameters
3682
3683 * Thuban/UI/dbdialog.py (DBFrame.conns_changed): Fix doc-string
3684 (DBFrame.OnAdd): Use the new MatchesParameters method when looking
3685 for existing connections with the same parameters and break out of
3686 the loop correctly.
3687
3688 * test/test_postgis_db.py (TestBriefDescription)
3689 (TestPostGISSimple.test_brief_description): Rename
3690 TestBriefDescription to TestPostGISSimple and the test method to
3691 test_brief_description so that we can add more test methods.
3692 (TestPostGISSimple.test_matches_parameters): New. Test the new
3693 MatchesParameters method
3694
3695 2003-11-18 Bernhard Herzog <[email protected]>
3696
3697 * Thuban/Lib/connector.py (Publisher): Introduce a new flag,
3698 _was_destroyed, to indicate whether an publisher instance has
3699 already been destroyed.
3700 (Publisher.Unsubscribe): Only disconnect if the publisher has not
3701 been destroyed yet.
3702 (Publisher.Destroy): Set the _was_destroyed flag to true.
3703
3704 * test/test_connector.py
3705 (TestPublisher.test_unsubscribe_after_destroy): New. Test that
3706 calling Unsubscribe after Destroy doesn't raise an exception
3707
3708 2003-11-14 Bernhard Herzog <[email protected]>
3709
3710 * Thuban/UI/identifyview.py (IdentifyView.selected_shape): Fix
3711 typo in doc-string
3712
3713 2003-11-13 Bernhard Herzog <[email protected]>
3714
3715 Quote table and column names properly for postgis.
3716
3717 * Thuban/Model/postgisdb.py (quote_identifier): New. Function to
3718 quote an identifier for use in an sql statement
3719 (PostGISColumn.__init__): Add the quoted_name attribute
3720 (PostGISTable.__init__): New instance variable quoted_tablename
3721 (PostGISTable._fetch_table_information): Use the quoted table
3722 name. New isntance variable quoted_geo_col with a quoted version
3723 of geometry_column
3724 (PostGISTable.NumRows, PostGISTable.RowIdToOrdinal)
3725 (PostGISTable.RowOrdinalToId): Use the quoted table name
3726 (PostGISTable.ReadValue, PostGISTable.ValueRange)
3727 (PostGISTable.UniqueValues, PostGISTable.SimpleQuery)
3728 (PostGISShapeStore.BoundingBox, PostGISShapeStore.Shape)
3729 (PostGISShapeStore.AllShapes, PostGISShapeStore.ShapesInRegion):
3730 Use quoted table and column names
3731
3732 * test/test_postgis_db.py (TestPostGISSpecialCases)
3733 (TestPostGISIgnoredColumns): Rename the class to
3734 TestPostGISSpecialCases because that better describes the new
3735 cases
3736 (TestPostGISSpecialCases.test_unsupported_types)
3737 (TestPostGISSpecialCases.test): Rename the method to
3738 test_unsupported_types because we need a more descriptive name now
3739 that there are more methods
3740 (TestPostGISSpecialCases.test_table_name_quoting)
3741 (TestPostGISSpecialCases.test_column_name_quoting)
3742 (TestPostGISSpecialCases.test_shapestore_name_quoting): New test
3743 cases to test quoting of table and column names in PostGISTable
3744 and PostGISShapeStore
3745
3746 * test/postgissupport.py
3747 (skip_if_addgeometrycolumn_does_not_use_quote_ident): New. Skip if
3748 AddGeometryColumn desn't support table or column names with sapces
3749 or double quotes
3750
3751 2003-11-12 Jan-Oliver Wagner <[email protected]>
3752
3753 * Extensions/wms/__init__.py: New: Init to make this
3754 directory a package.
3755
3756 * Extensions/wms/wms.py: New: Provide layers via OGC WMS.
3757
3758 2003-11-11 Bernhard Herzog <[email protected]>
3759
3760 * Thuban/Model/resource.py (EPSG_DEPRECATED_PROJ_FILE): New.
3761 Constant for the file woth deprecated epsg projections
3762 (get_system_proj_file): Update doc-string
3763
3764 * Thuban/UI/projdialog.py (ProjFrame.build_dialog): Add a space
3765 above the EPS widgets, introduce a check box for the deprecated
3766 eps projections and a label for the epsg widgets
3767 (ProjFrame._OnShowEPSG): Handle the deprecated EPSG projections
3768 too
3769
3770 2003-11-11 Bernhard Herzog <[email protected]>
3771
3772 Avoid warnings when run under Python 2.3
3773
3774 * Thuban/UI/baserenderer.py (BaseRenderer.draw_point_shape)
3775 (BaseRenderer.draw_label_layer): Coordinates must be ints.
3776
3777 * Thuban/UI/renderer.py (MapRenderer.make_point): Turn this into a
3778 real method so that we can convert to int.
3779 (MapRenderer.label_font): The font size mist be an int.
3780
3781 * Thuban/UI/common.py (Color2wxColour): The color values must be
3782 ints. Also, remove the unnecessary asserts.
3783
3784 * test/test_load_0_8.py (TestUnicodeStrings.file_contents)
3785 (TestUnicodeStrings.test): Python source code should not contain
3786 non-ascii characters unless an encoding is specified in the file.
3787 Therefore use \x escapes in the string literals for non-ascii
3788 characters.
3789
3790 2003-11-11 Bernhard Herzog <[email protected]>
3791
3792 * Thuban/Model/resource.py (get_system_proj_file): Add a filename
3793 parameter so that this function can be used for all proj files in
3794 Resource/Projections
3795 (DEFAULT_PROJ_FILE, EPSG_PROJ_FILE): New. Predefined filenames for
3796 get_system_proj_file
3797
3798 * Thuban/UI/projdialog.py (ProjFrame.__init__): Instead of one
3799 ProjFile self.__sysProjFile use a dictionary of system ProjFile
3800 objects self._sys_proj_files
3801 (ProjFrame.build_dialog): Adapt to the new changes in the
3802 ProjectionList constructor. Add a check button to toggle whether
3803 EPSG projections are shown
3804 (ProjFrame._OnShowEPSG): New. Handler for the epsg check button
3805 events.
3806 (ProjFrame.load_user_proj, ProjFrame.load_system_proj): Only show
3807 the busy cursor if the files have not yet been loaded by the
3808 dialog.
3809 (ProjFrame.load_system_proj): Add a parameter for the name of the
3810 proj file. Maintain the dictionary of system projections
3811 self._sys_proj_files
3812
3813 * Thuban/UI/projlist.py (ProjectionList): Merge the system_projs,
3814 user_projs parameters into one parameter proj_files which is a
3815 list of proj files.
3816 (ProjectionList._subscribe_proj_files)
3817 (ProjectionList._unsubscribe_proj_files): New. Move
3818 subscription/unsubscription of projfile messages to separate
3819 methods
3820 (ProjectionList.Destroy): The unsubscribe is now done in
3821 _unsubscribe_proj_files
3822 (ProjectionList.update_projections): We now have a list of proj
3823 file objects
3824 (ProjectionList.SetProjFiles): New method to set a new list of
3825 proj file objects
3826
3827 * test/test_proj.py (ProjFileReadTests.test_get_system_proj_file):
3828 Specify explicitly which system proj file to load.
3829
3830 2003-11-11 Bernhard Herzog <[email protected]>
3831
3832 * Thuban/Model/load.py (SessionLoader.Destroy): New. Clear all
3833 instance variables to cut cyclic references. The GC would have
3834 collected the loader eventually but it can happen that it doesn't
3835 run at all until thuban is closed (2.3 but not 2.2 tries a bit
3836 harder and forces a collection when the interpreter terminates)
3837 (load_session): Call the handler's Destroy method to make sure
3838 that it gets garbage collected early. Otherwise it will be
3839 collected very late if at all and it holds some references to e.g.
3840 shapestores and the session which can lead to leaks (of e.g. the
3841 temporary files)
3842
3843 * test/test_load.py (TestSingleLayer.test_leak): New. test for the
3844 resource leak in load_session
3845
3846 2003-11-10 Bernhard Herzog <[email protected]>
3847
3848 * Thuban/UI/baserenderer.py: Add a way to specify how layers in
3849 extensions are to be rendered.
3850 (_renderer_extensions): New. List with renderer for layers in
3851 extensions
3852 (add_renderer_extension): New. Add a renderer extension
3853 (init_renderer_extensions): New. Init the renderer extensions
3854 (BaseRenderer.render_map_incrementally): Search
3855 _renderer_extensions for how to draw unknown layer types
3856 (BaseRenderer.draw_raster_data): Add format parameter so that
3857 formats other than BMP can be drawn
3858 (BaseRenderer.draw_raster_layer): Pass an explicit format to
3859 draw_raster_data
3860
3861 * Thuban/UI/renderer.py (raster_format_map): New. Mapping form the
3862 strings of the format parameter of draw_raster_data method to wx
3863 constants
3864 (MapRenderer.draw_raster_data): Add the format parameter and use
3865 raster_format_map to map it to the right wxwindows constant for
3866 wxImageFromStream
3867
3868 * test/test_baserenderer.py (SimpleRenderer.draw_raster_data): Add
3869 the format parameter and record it
3870 (TestBaseRenderer.test_raster_no_projection): check the format
3871 paramter of the draw_raster_data method
3872 (TestBaseRenderer.test_renderer_extension): New. Test the renderer
3873 extension facility
3874
3875 2003-11-07 Bernhard Herzog <[email protected]>
3876
3877 Tweak the usage of the sqlite database to make common use cases
3878 more responsive. In most cases copying the data to the sqlite
3879 database takes so long that using sqlite doesn't have enough
3880 advantages.
3881
3882 * Thuban/Model/transientdb.py (TransientTableBase.ValueRange): Add
3883 comments about performance and query the min and max in separate
3884 statements because only that way will indexes be used.
3885 (TransientTableBase.UniqueValues): Add some comments about
3886 performance.
3887 (AutoTransientTable.ValueRange, AutoTransientTable.UniqueValues):
3888 Do not copy the data to the transient DB but use the transient
3889 copy if it exists. See the new comments for the performance trade
3890 offs
3891
3892 * test/test_transientdb.py
3893 (TestTransientTable.test_auto_transient_table): Make sure that the
3894 data is copied to the transient database at some point.
3895
3896 2003-11-03 Bernhard Herzog <[email protected]>
3897
3898 * Thuban/Model/data.py (ShapefileStore.ShapesInRegion): Bind some
3899 globals to locals so that it's a bit faster
3900
3901 2003-11-03 Bernhard Herzog <[email protected]>
3902
3903 * Thuban/UI/baserenderer.py
3904 (BaseRenderer.draw_shape_layer_incrementally): Use the ReadValue
3905 method. ReadValue is faster than ReadRowAsDict since it only reads
3906 one cell especially now that the dbf file objects actually
3907 implement it.
3908
3909 * Thuban/Model/table.py (DBFTable.ReadValue): Use the new
3910 read_attribute method of the dbf objects
3911
3912 2003-11-03 Bernhard Herzog <[email protected]>
3913
3914 * Extensions/profiling/profiling.py (popup_dialog_box): New config
3915 variable to indicate whether the result should be shown in a
3916 dialog box
3917 (profile_screen_renderer, time_screen_renderer): Only show a
3918 dialog box if popup_dialog_box is true.
3919 (profile_screen_renderer): Flush stdout after the printing the
3920 first part of the "profiling..." message
3921
3922 * Thuban/UI/baserenderer.py
3923 (BaseRenderer.draw_shape_layer_incrementally): Cache the pens and
3924 brushes for the groups so that they're not created over and over
3925 again
3926
3927 * Thuban/Model/classification.py (Classification.__getattr__)
3928 (Classification._compile_classification)
3929 (Classification._clear_compiled_classification): New. Methods to
3930 manage a 'compiled' representation of the classification groups
3931 which is created on demand
3932 (Classification.InsertGroup, Classification.RemoveGroup)
3933 (Classification.ReplaceGroup): reset the compiled representation
3934 (Classification.FindGroup): Use the compiled representation to
3935 find the matching group
3936 (ClassGroupRange.GetRangeTuple): New. Return the range as a tuple
3937
3938 2003-10-31 Bernhard Herzog <[email protected]>
3939
3940 * Thuban/Model/classification.py (Classification.SetDefaultGroup):
3941 Send a CLASS_CHANGED message
3942 (Classification.RemoveGroup): Send a CLASS_CHANGED message and do
3943 not return the removed group since it wasn't used.
3944
3945 * test/test_classification.py
3946 (TestClassification.test_set_default_group): New. Test the
3947 SetDefaultGroup method
3948 (TestClassification.test_insert_group): New. Test the InsertGroup
3949 method
3950 (TestClassification.test_remove_group): New. Test the RemoveGroup
3951 method
3952 (TestClassification.test_replace_group): New. Test the
3953 ReplaceGroup method
3954
3955 2003-10-31 Bernhard Herzog <[email protected]>
3956
3957 * test/test_classification.py (TestClassification.setUp):
3958 Subscribe to the CLASS_CHANGED messages
3959 (TestClassification.tearDown): New. Destroy the classification
3960 properly
3961 (TestClassification.test_defaults): Add tests for the default line
3962 width and whether no messages were sent yet
3963 (TestClassification.test_set_default_properties): Add tests for
3964 messages and setting the default line width
3965 (TestClassification.test_add_singleton)
3966 (TestClassification.test_add_range)
3967 (TestClassification.test_multiple_groups): Add tests for messages
3968
3969 2003-10-31 Bernhard Herzog <[email protected]>
3970
3971 Some more refactoring in preparation for new tests:
3972
3973 * test/test_classification.py (TestClassification.setUp): New.
3974 Instantiate the classification here. Update the test methods
3975 accordingly.
3976 (TestClassification.test_multiple_groups): Make sure that the two
3977 singletons matching 1 are considered different.
3978
3979 2003-10-31 Bernhard Herzog <[email protected]>
3980
3981 * test/test_classification.py (red, green, blue): New. These
3982 constants were used in several cases. Update the relevant methods.
3983 (TestClassification.test_defaults)
3984 (TestClassification.test_set_default_properties)
3985 (TestClassification.test_add_singleton)
3986 (TestClassification.test_add_range)
3987 (TestClassification.test_multiple_groups)
3988 (TestClassification.test_deepcopy): New. These were formerly all
3989 part of the single method test.
3990 (TestClassification.test_deepcopy): Removed.
3991 (TestClassIterator): Removed. The test case is now a method of
3992 TestClassification since it tests part of the public interface of
3993 Classification
3994 (TestClassification.test_iterator): New. Used to be
3995 TestClassIterator effectively
3996
3997 2003-10-31 Jan-Oliver Wagner <[email protected]>
3998
3999 GUIfied the functions of the profiling extension.
4000
4001 * /Extensions/profiling/__init__.py: New: Init to make this
4002 directory a package.
4003
4004 * Extensions/profiling/profiling.py: Moved menu entries to
4005 the Extensions menu. Applied _() for strings.
4006 (profile_screen_renderer): Catch the detailed printout and present
4007 it in a dialog.
4008 (time_screen_renderer): Raise a dialog to present the result instead
4009 of printing it to stdout.
4010
4011 2003-10-31 Bernhard Herzog <[email protected]>
4012
4013 * test/test_classification.py (TestClassGroupProperties)
4014 (TestClassGroup, TestClassGroupDefault, TestClassGroupRange)
4015 (TestClassGroupSingleton, TestClassIterator, TestClassification):
4016 Split TestClassification into several classes, one for each class
4017 being tested. TestClassification itself now only tests
4018 Classification. This split makes changes to the tests a bit easier
4019
4020 2003-10-31 Bernhard Herzog <[email protected]>
4021
4022 * Extensions/profiling/profiling.py: New. Extension to measure
4023 Thuban performance
4024
4025 2003-10-31 Frank Koormann <[email protected]>
4026
4027 Added two items to legend popup menu: Remove Layer and Show Layer Table
4028
4029 * Thuban/UI/legend.py (LegendPanel._OnRemoveLayer,
4030 LegendPanel._OnShowTable): New event handlers, call the corresponding
4031 mainwindow methods.
4032 (LegendTree._OnRightClick): Added items to popup menu.
4033
4034 2003-10-30 Bernhard Herzog <[email protected]>
4035
4036 * Thuban/UI/dialogs.py (ThubanFrame.__init__): Handle
4037 EVT_WINDOW_DESTROY
4038 (ThubanFrame.OnDestroy): New. Handler for EVT_WINDOW_DESTROY. Does
4039 nothing but is convenient for the derived classes.
4040
4041 * Thuban/UI/tableview.py
4042 (TableFrame.OnDestroy, LayerTableFrame.OnDestroy): New.
4043 Unsubscribe the messages here not in OnClose because that might
4044 get called multiple times. Fixes RT #2196
4045 (TableFrame.OnClose, LayerTableFrame.OnClose): Removed. Not needed
4046 anymore.
4047
4048 * README: Update the minimum requirement for wxPython. Since we
4049 now use the EVT_WINDOW_DESTROY event, we need at least 2.4.0.4,
4050 the version in which that was introduced for all platforms
4051
4052 2003-10-30 Frank Koormann <[email protected]>
4053
4054 * Thuban/UI/join.py (JoinDialog.OnJoin): Wrapped the major parts of
4055 the join process in a ThubanBeginBusyCursor, ThubanEndBusyCursor
4056 frame.
4057
4058 2003-10-30 Jan-Oliver Wagner <[email protected]>
4059
4060 Improved APR import extension, added further EPSG definitions
4061 and some cleanup regarding string class.
4062
4063 * test/test_proj.py (TestProjection.test_get_projection_units_geo):
4064 Added test for alias 'longlat'.
4065
4066 * Resources/Projections/epsg-deprecated.proj: New. Contains
4067 deprecated EPSG definitions.
4068
4069 * Extensions/importAPR/odb.py (ODBBaseObject.TreeInfo): Added
4070 the variable names for objects.
4071
4072 * Extensions/importAPR/apr.py (APR_BLnSym, APR_BMkSym, APR_BShSym): New.
4073 Copied from importAPR and provided with documentation.
4074
4075 * Extensions/importAPR/importAPR.py (APR_BLnSym, APR_BMkSym, APR_BShSym):
4076 Moved to apr.py.
4077 (APR_View): Added object ref 'ITheme'.
4078
4079 * Thuban/Lib/fileutil.py, Thuban/UI/proj4dialog.py: Replaced string
4080 split function by corresponding use of the string class method.
4081
4082 * Thuban/Model/xmlwriter.py: Replaced string replace function by
4083 corresponding string method.
4084
4085 2003-10-29 Bernhard Herzog <[email protected]>
4086
4087 * Thuban/UI/baserenderer.py
4088 (BaseRenderer.draw_shape_layer_incrementally): Speed up the
4089 special case of a classification that only has the default group
4090
4091 2003-10-27 Bernhard Herzog <[email protected]>
4092
4093 * po/fr.po, po/es.po: Updated translations from Daniel Calvelo
4094
4095 * po/de.po: Update.
4096
4097 * Thuban/UI/application.py
4098 (ThubanApplication.ShowExceptionDialog): Handle translation of the
4099 dialog message properly
4100
4101 2003-10-27 Bernhard Herzog <[email protected]>
4102
4103 Rework how localization works so that we use wx's translation
4104 functions when running Thuban as a normal application but not when
4105 we don't need any UI, such as in the test suite. See the comment
4106 in Thuban/__init__.py for details
4107
4108 * Thuban/__init__.py (_): Add one level of indirection to make the
4109 translation handling more flexible and to make it possible to use
4110 either wx's translation services or not.
4111 (gettext_identity, translation_function_installed)
4112 (install_translation_function): New function to help with this
4113
4114 * Thuban/UI/__init__.py: Install the wx specific translation
4115 function if it's OK to do that
4116
4117 * test/support.py (initthuban): Install a dummy translation
4118 function so that importing Thuban.UI doesn't install a wx specific
4119 one for which would need to import wxPython
4120
4121 2003-10-27 Bernhard Herzog <[email protected]>
4122
4123 * HOWTO-Release: Source archives should be created first and the
4124 binary packages should be created from the source archives.
4125 There's an official debian package now so there's no need to test
4126 the rpm on debian anymore
4127
4128 2003-10-27 Bernhard Herzog <[email protected]>
4129
4130 Several rendering changes:
4131
4132 - Render the selection into a separate bitmap so that only that
4133 bitmap needs to be redrawn when the selection changes
4134
4135 - Render incrementally showing previews and allowing interaction
4136 before rendering is complete
4137
4138 - Update the renderer interface a bit. Most parameters of
4139 RenderMap are now parameters of the constructor
4140
4141 * Thuban/UI/baserenderer.py (BaseRenderer.__init__): Add the map
4142 and the update region as parameters. Update the doc-string
4143 (BaseRenderer.render_map_incrementally): New. Generator function
4144 to renders the map incrementally
4145 (BaseRenderer.render_map): Remove the map argument (it's now in
4146 the constructor) and simply iterate over the
4147 render_map_incrementally generator to draw the map.
4148 (BaseRenderer.draw_shape_layer_incrementally)
4149 (BaseRenderer.draw_shape_layer): Renamed to
4150 draw_shape_layer_incrementally and changed into a generator that
4151 yields True every 500 shapes. Used by render_map_incrementally to
4152 render shape layers incrementally
4153
4154 * Thuban/UI/renderer.py (ScreenRenderer.RenderMap): Removed the
4155 map and region parameters which are now in the constructor
4156 (ScreenRenderer.RenderMapIncrementally): New. Public frontend for
4157 the inherited render_map_incrementally.
4158 (BaseRenderer.draw_shape_layer): Removed.
4159 (ScreenRenderer.draw_selection_incrementally): New. The selection
4160 drawing part of the removed draw_shape_layer as a generator
4161 (ScreenRenderer.layer_shapes): Update because of the region
4162 parameter change
4163 (ExportRenderer.__init__): New. Extend the inherited constructor
4164 with the destination region for the drawing
4165 (ExportRenderer.RenderMap): Removed the map and region parameters
4166 which are now in the constructor
4167
4168 * Thuban/UI/view.py (MapCanvas.PreviewBitmap): New. Return a
4169 bitmap suitable for a preview in a tool
4170 (CanvasPanTool.MouseMove): Use the PreviewBitmap method to get the
4171 bitmap
4172 (MapPrintout.draw_on_dc): Adapt to new renderer interface
4173 (MapCanvas.OnPaint): Handle drawing the selection bitmap if it
4174 exists
4175 (MapCanvas.OnIdle): Update the logic to deal with incremental
4176 rendering and the selection bitmap
4177 (MapCanvas._do_redraw): Handle the instantiation of the render
4178 iterator and the redraws during rendering
4179 (MapCanvas._render_iterator): New. Generator to incrementally
4180 redraw both bitmaps
4181 (MapCanvas.Export): Adapt to new renderer interface.
4182 (MapCanvas.full_redraw): Reset the selection bitmap and the
4183 renderer iterator too
4184 (MapCanvas.redraw_selection): New. Force a redraw of the selection
4185 bitmap
4186 (MapCanvas.shape_selected): Only redraw the selection bitmap
4187
4188 * test/test_baserenderer.py
4189 (TestBaseRenderer.test_polygon_no_projection)
4190 (TestBaseRenderer.test_raster_no_projection)
4191 (TestBaseRenderer.test_point_map_projection)
4192 (TestBaseRenderer.test_point_layer_and_map_projection)
4193 (TestBaseRenderer.test_point_layer_projection)
4194 (TestBaseRenderer.test_point_with_classification): Adapt to new
4195 renderer interface
4196
4197 2003-10-24 Bernhard Herzog <[email protected]>
4198
4199 * libraries/thuban/wxproj.cpp (draw_polygon_shape)
4200 (point_in_polygon_shape, shape_centroid): Raise an exception if
4201 the shape can't be read. Previously invalid shape ids would lead
4202 to a segfault.
4203
4204 * test/test_wxproj.py (TestShapeCentroid.test_invalid_shape_id):
4205 New. test whether an exception is raised for invalid shape ids
4206
4207 2003-10-24 Jan-Oliver Wagner <[email protected]>
4208
4209 * Thuban/Model/proj.py (Projection.GetProjectedUnits): Added 'longlat'
4210 as alias for 'latlong'.
4211
4212 * Thuban/UI/projdialog.py (ProjFrame.__init__): Added 'longlat'
4213 as alias for 'latlong'.
4214
4215 2003-10-24 Jan-Oliver Wagner <[email protected]>
4216
4217 * Thuban/UI/projdialog.py (ProjFrame.proj_selection_changed): Set
4218 the projection even for the UnknownPanel.
4219 (UnknownProjPanel.__init__): Define the text and create the textctrl
4220 widget.
4221 (UnknownProjPanel._DoLayout): Replaced static text widget by the
4222 textctrl created in __init__.
4223 (UnknownProjPanel.SetProjection): Set the text for the text ctrl
4224 including the parameters of the projection.
4225
4226 2003-10-24 Jan-Oliver Wagner <[email protected]>
4227
4228 * Resources/Projections/epsg.proj: New. This is a list of
4229 EPSG codes with parameters for proj. The list has been
4230 generated using devtools/create_epsg.py based on the
4231 file nad/epsg of the proj 4.4.7 package. Four projection
4232 definitions have been deleted as they are not accepted by proj:
4233 "CH1903+ / LV95", "Bern 1898 (Bern) / LV03C", "CH1903 / LV03"
4234 and "HD72 / EOV".
4235
4236 2003-10-22 Bernhard Herzog <[email protected]>
4237
4238 Some more tweaks to the projection dialog which should fix RT
4239 #1886.
4240
4241 * Thuban/UI/projlist.py (ProjectionList.Destroy): Unsubscribe from
4242 the ProjFile's messages and call the base class methods correctly
4243 (ProjectionList.SelectProjection): Set the wxLIST_STATE_FOCUSED
4244 flag on the newly selected item too. Otherwise some other item is
4245 focused and the first time the focus is moved with the keyboard
4246 the selection moves in unexpected ways.
4247
4248 * Thuban/UI/projdialog.py (ProjFrame.__init__): Do not set the
4249 focus on the OK button, only on the projection list. That way the
4250 list really has the focus initially
4251 (ProjFrame.OnClose): Call the projection list's Destroy method to
4252 make it unsubscribe all messages
4253
4254 2003-10-21 Bernhard Herzog <[email protected]>
4255
4256 Rework the projection dialog to fix a few bugs, including RT 2166
4257 and most of 2168
4258
4259 * Thuban/UI/projlist.py: New. The class ProjectionList is a
4260 special wxListCtrl to show a list of projections in a more MVC
4261 fashion
4262
4263 * Thuban/UI/projdialog.py (ProjFrame): Substantial changes
4264 throughout the class. The main change is to use the ProjectionList
4265 class instead of a normal wxListBox. Also, add an explicit
4266 "Unknown" projection to the projection choice control.
4267 (ProjPanel.__init__): Add an "unknown" ellipsoid
4268 (TMPanel.__init__, LCCPanel.__init__): Tweak the order of
4269 instantiation of the panel's controls to make the tab-order more
4270 natural
4271
4272 2003-10-21 Bernhard Herzog <[email protected]>
4273
4274 * test/test_load.py (TestSingleLayer.file_contents)
4275 (TestSingleLayer.test): Add non-ascii characters to the titles of
4276 session, map and layer. This is effectively a port of the
4277 TestUnicodeStrings test in test_load_0_8.py which for some reason
4278 was only added there.
4279
4280 * test/test_load_0_9.py (TestSingleLayer.file_contents)
4281 (TestSingleLayer.test): Same as in test_load.py: add non-ascii
4282 characters to the titles of session, map and layer,.
4283
4284 2003-10-21 Bernhard Herzog <[email protected]>
4285
4286 Add EPSG projection handling to .thuban files
4287
4288 * test/test_save.py (SaveSessionTest.dtd)
4289 (SaveSessionTest.testEmptySession)
4290 (SaveSessionTest.testLayerProjection)
4291 (SaveSessionTest.testRasterLayer)
4292 (SaveSessionTest.testClassifiedLayer)
4293 (SaveSessionTest.test_dbf_table)
4294 (SaveSessionTest.test_joined_table)
4295 (SaveSessionTest.test_save_postgis): Update to 1.0-dev namespace
4296 (SaveSessionTest.testSingleLayer): Update to 1.0-dev namespace and
4297 use a and epsg projection to test saving them
4298
4299 * test/test_load.py (LoadSessionTest.dtd): Update to 1.0-dev
4300 namespace
4301 (TestLayerVisibility.file_contents, TestLabels.file_contents)
4302 (TestLayerProjection.file_contents)
4303 (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
4304 (TestPostGISLayer.file_contents)
4305 (TestPostGISLayerPassword.file_contents)
4306 (TestLoadError.file_contents, TestLoadError.test): Update to use
4307 1.0-dev namespace
4308 (TestSingleLayer.file_contents, TestSingleLayer.test): Update to
4309 use 1.0-dev namespace and use an EPSG projection to test whether
4310 loading it works
4311
4312 * test/test_load_0_9.py: New. Effectively a copy of test_load.py
4313 as of Thuban 0.9. These are now tests to determine whether Thuban
4314 can still read files generated by Thuban 0.9
4315
4316 * Thuban/Model/save.py (SessionSaver.write)
4317 (SessionSaver.write_session): Use the 1.0 dtd and 1.0-dev
4318 namespace
4319 (SessionSaver.write_projection): Write the projection's epsg
4320 attribute
4321
4322 * Thuban/Model/load.py (SessionLoader.__init__): Also accept the
4323 thuban-1.0-dev.dtd namespace
4324 (SessionLoader.check_attrs): Allow a callable object as conversion
4325 too
4326 (SessionLoader.start_projection, SessionLoader.end_projection)
4327 (SessionLoader.start_parameter): Handle the epsg attribute and
4328 rename a few instance variables to lower case
4329
4330 * Resources/XML/thuban-1.0.dtd: New. Only difference to
4331 thuban-0.9.dtd is the epsg attribute for projections.
4332
4333 2003-10-21 Bernhard Herzog <[email protected]>
4334
4335 * test/runtests.py (main): Let the user specify which tests to run
4336 on the command line
4337
4338 * test/support.py (ThubanTestResult.getDescription): Override to
4339 give a better short description. The description can be used as a
4340 parameter to run_tests to run that particular test in isolation.
4341
4342 2003-10-21 Frank Koormann <[email protected]>
4343
4344 Popup menu for legend. Scheduled for the 1.2 release this was too
4345 simple to implement: The popup menu is bound to the legend tree, while
4346 the events are hanlded by its anchestor, the legend panel. This
4347 allows reuse of all the event handlers already implemented for the
4348 legend toolbar buttons.
4349
4350 * Thuban/UI/legend.py (LegendPanel.__init__): EVT_MENU macros
4351 to add handlers for the events issued by the popup menu.
4352 (LegendPanel._OnToggleVisibility): Handler for toggling layer
4353 visibility event
4354 (LegendPanel._OnProjection): Handler for layer projection event.
4355 (LegendTree.__init__): Added EVT_TREE_ITEM_RIGHT_CLICK
4356 (LegendTree._OnRightClick): Event handler for right click, select item
4357 and pop up menu.
4358 (LegendTree.ToggleVisibility): Toggle layer visibility
4359 (LegendTree.LayerProjection): Raise layer projection dialog for
4360 current layer.
4361
4362 2003-10-21 Bernhard Herzog <[email protected]>
4363
4364 * Resources/Projections/defaults.proj: Use correct DOCTYPE
4365 declaration. The top-level element is projectionlist not projfile
4366
4367 2003-10-20 Bernhard Herzog <[email protected]>
4368
4369 * Thuban/UI/projdialog.py (ProjFrame.write_proj_file): New. helper
4370 method to write a projfile and display a busy cursor and error
4371 dialogs.
4372 (ProjFrame._OnSave, ProjFrame._OnAddToList, ProjFrame._OnImport)
4373 (ProjFrame._OnExport, ProjFrame._OnRemove): Use write_proj_file
4374 (ProjFrame.__FillAvailList): Translate "<None>" too and display a
4375 busy cursor while loading the user and system prj files.
4376
4377 2003-10-16 Bernhard Herzog <[email protected]>
4378
4379 * Thuban/Model/resource.py (projfile_cache): Introduce a cache for
4380 ProjFile objects
4381 (clear_proj_file_cache): New function to clear the cache. Mainly
4382 useful for use by the test suite
4383 (read_proj_file): Use the cache.
4384
4385 * test/test_proj.py (TestProjFile): Clarify the doc-string
4386 (ProjFileReadTests): Update doc-string
4387 (ProjFileReadTests.test_get_system_proj_file): Check whether the
4388 system proj files is cached.
4389 (ProjFileLoadTestCase): New base class for the proj file tests
4390 derived from support.FileLoadTestCase to provide some common
4391 behavior.
4392 (TestLoadingProjFile)
4393 (TestLoadingProjFileWithEmptyProjectionlist.file_contents)
4394 (TestProjFileWithInvalidParameters.file_contents): Derive from
4395 ProjFileLoadTestCase
4396 (TestLoadingProjFile.test_caching): New. Test whether the cache
4397 works
4398
4399 2003-10-16 Silke Reimer <[email protected]>
4400
4401 * debian/*: New directory with configuration files for building a thuban
4402 deb-package.
4403
4404 2003-10-14 Bernhard Herzog <[email protected]>
4405
4406 * test/test_proj.py: Execute support.run_tests when run as
4407 __main__ so that missing unsubscribes are detected
4408 (TestProjFile.tearDown): Destroy the proj_file properly
4409
4410 2003-10-14 Bernhard Herzog <[email protected]>
4411
4412 * Thuban/Model/messages.py (PROJECTION_ADDED)
4413 (PROJECTION_REPLACED, PROJECTION_REMOVED): New message types for
4414 the ProjFile objects
4415
4416 * Thuban/Model/proj.py (ProjFile): Derive from Publisher so we can
4417 easily send messages when the projections change
4418 (ProjFile.Add, ProjFile.Remove, ProjFile.Replace): Issue messages
4419 when the change was successful
4420
4421 * test/test_proj.py (TestProjFile.setUp): Subscribe to some of the
4422 proj file messages
4423 (TestProjFile.test_add_remove)
4424 (TestProjFile.test_remove_non_existing)
4425 (TestProjFile.test_replace)
4426 (TestProjFile.test_replace_non_existing): Test whether the right
4427 messages are sent
4428
4429 2003-10-14 Bernhard Herzog <[email protected]>
4430
4431 * test/test_proj.py (TestProjFile.test): Refactor into several
4432 tests
4433 (TestProjFile.test_add_remove)
4434 (TestProjFile.test_remove_non_existing)
4435 (TestProjFile.test_replace)
4436 (TestProjFile.test_replace_non_existing): Some of the new
4437 individual test cases
4438 (TestProjFileSimple): New class for the rest of the test cases
4439 that came out of the refactoring
4440 (ProjFileTest): Derive from xmlsupport.ValidationTest so that the
4441 derived classes don't have to
4442
4443 2003-10-13 Bernhard Herzog <[email protected]>
4444
4445 Add an optional EPSG code to the projection objects and extend the
4446 .proj file format accordingly.
4447
4448 * Resources/XML/projfile.dtd (element projection): Add epsg
4449 attribute
4450
4451 * Thuban/Model/proj.py (Projection.__init__): New parameter and
4452 instance variable epsg. Update doc-string
4453 (Projection.EPSGCode, Projection.Label): New methods to provide
4454 access to EPSG code and a label for use in dialogs
4455
4456 * Thuban/Model/resource.py (ProjFileReader.start_projection)
4457 (ProjFileReader.end_projection, ProjFileSaver.write_projfile):
4458 Handle the epsg code attribute when reading or writing proj files
4459
4460 * Thuban/UI/projdialog.py (ProjFrame._OnSave)
4461 (ProjFrame._OnAddToList, ProjFrame.__DoOnProjAvail)
4462 (ProjFrame.__FillAvailList): Use the projection's Label method to
4463 get the string for the list box
4464
4465 * test/test_proj.py (TestProjection.test_label)
4466 (TestProjection.test_label_epsg)
4467 (TestProjection.test_epsgcode_for_non_epsg_projection)
4468 (TestProjection.test_epsgcode_for_real_epsg_projection): New tests
4469 for the label and EPSGCode methods
4470 (WriteProjFileTests.doTestWrite, WriteProjFileTests.test_write)
4471 (WriteProjFileTests.test_write_empty_file): Create the ProjFile
4472 objects in the test cases and put the expected contents into the
4473 test case methods too. Update doTestWrite accordingly
4474 (TestLoadingProjFile)
4475 (TestLoadingProjFileWithEmptyProjectionlist): New classes with the
4476 read tests from TestProjFile.
4477 (TestProjFile.doTestRead, TestProjFile.testRead): Removed. These
4478 tests are now in the new classes.
4479 (sample_projfile, sample_projfile_data)
4480 (sample_projfile2, sample_projfile_data2): Removed. Not used
4481 anymore.
4482 (TestProjFile.test_read_unreadable_file): No need to reset the
4483 permissions at the end anymore since we use a unique filename
4484
4485 2003-10-13 Bernhard Herzog <[email protected]>
4486
4487 * test/test_proj.py: Some more refactoring of the test cases
4488 (ProjFileTest): New base class for the proj file tests.
4489 (TestProjFile): Derive from ProjFileTest
4490 (TestProjFile.test_read_unreadable_file)
4491 (TestProjFile.test_read_empty_file, TestProjFile.doTestRead): Use
4492 the new filename method to get a unique filename
4493 (TestProjFile.doTestWrite, TestProjFile.testWrite): Removed.
4494 (WriteProjFileTests): New class for proj file write tests.
4495 Contains the write test that were in TestProjFile originally.
4496
4497 2003-10-13 Bernhard Herzog <[email protected]>
4498
4499 * test/test_proj.py (TestProjFile.testRead)
4500 (TestProjFile.test_read_non_existing_file)
4501 (TestProjFile.test_read_unreadable_file)
4502 (TestProjFile.test_read_empty_file): Split into several methods.
4503
4504 2003-10-10 Bernhard Herzog <[email protected]>
4505
4506 * Thuban/UI/sizers.py: New file with custom sizers.
4507
4508 * Thuban/UI/projdialog.py (ProjFrame.build_dialog): Instantiate
4509 all projection type specific panels and put them into a
4510 NotebookLikeSizer. This way the dialog doesn't change its size
4511 when a different projection is selected
4512 (ProjFrame.__init__): Rename projection_panels
4513 projection_panel_defs and reuse projection_panels for a list of
4514 the instantiated panels.
4515 (ProjFrame._show_proj_panel, ProjFrame.__DoOnProjAvail)
4516 (ProjFrame.__DoOnProjChoice): Changes due to the new handling of
4517 the panels
4518 (UnknownProjPanel._DoLayout): Place the newlines in the message
4519 differently to make the panel narrower.
4520 (TMPanel._DoLayout): Layout the parameters in one column.
4521
4522 2003-10-10 Bernhard Herzog <[email protected]>
4523
4524 * Thuban/UI/projdialog.py (ProjFrame.build_dialog): New method
4525 that contains all the setup for the dialog's widgets, layout and
4526 event handling.
4527 (__): Call build_dialog to build the dialog.
4528 (ProjFrame.__set_properties, ProjFrame.__do_layout): Removed.
4529 Their functionality is now in build_dialog
4530 (ProjFrame.__VerifyButtons, ProjFrame.__VerifyButtons)
4531 (ProjFrame.__DoOnProjAvail, ProjFrame.__DoOnProjAvail)
4532 (ProjFrame.__DoOnProjChoice): Small updates due to slightly
4533 different widget names and hierarchy introduced with build_dialog.
4534
4535 2003-10-10 Bernhard Herzog <[email protected]>
4536
4537 * README: Fix typo.
4538
4539 2003-10-09 Bernhard Herzog <[email protected]>
4540
4541 * Thuban/Model/proj.py (ProjFile.Add): Do not check whether the
4542 projection is already in the list. This is *a lot* faster when
4543 loading files with hundreds of projections since it saves a linear
4544 search. OTOH this will allow adding the same projection to the
4545 user.proj file multiple times in the projection dialog but we'll
4546 deal with that later
4547
4548 2003-10-09 Jan-Oliver Wagner <[email protected]>
4549
4550 * devtools: New. Directory for developer tools that are not intended
4551 for the regular user.
4552
4553 * devtools/create_epsg.py: New. Convert the epsg file of proj into
4554 a python .proj file.
4555
4556 2003-10-09 Bernhard Herzog <[email protected]>
4557
4558 * test/test_proj.py
4559 (TestProjection.test_get_parameter_without_equals_sign): New. Test
4560 whether GetParameter handles parameters without "=" sign correctly
4561
4562 * Thuban/Model/proj.py (Projection.GetParameter): Handle
4563 parameters that do not contain a "=". Update the doc-string
4564
4565 2003-10-08 Bernhard Herzog <[email protected]>
4566
4567 * Thuban/UI/projdialog.py (ProjFrame.__set_properties): Remove the
4568 length limit on the projname text control
4569
4570 2003-10-08 Bernhard Herzog <[email protected]>
4571
4572 * test/test_proj.py (TestProjection.test_get_projection_units_geo)
4573 (TestProjection.test_get_projection_units_normal): New. Tests for
4574 the Projection.GetProjectedUnits method
4575
4576 2003-10-08 Jan-Oliver Wagner <[email protected]>
4577
4578 * Thuban/Model/resource.py (get_user_proj_file): small bug-fix:
4579 Added missing 'val' parameter.
4580
4581 2003-10-08 Bernhard Herzog <[email protected]>
4582
4583 * Thuban/UI/projdialog.py (ProjFrame.__DoOnProjAvail): When the
4584 projection type of the currently selected projection is not known,
4585 i.e. there's no panel for it, use the UnknownProjPanel
4586 (ProjFrame.__DoOnProjChoice, ProjFrame._show_proj_panel): Split
4587 the actual replacing of the proj panel into the new method
4588 _show_proj_panel.
4589 (UnknownProjPanel): Add doc-string.
4590 (UnknownProjPanel._DoLayout): Insert a newline into the text so
4591 that the panel is not so wide.
4592
4593 2003-10-08 Bernhard Herzog <[email protected]>
4594
4595 * Thuban/Model/resource.py (read_proj_file): Return the warnings
4596 too. Update the doc-string
4597 (get_proj_files): Removed. It wasn't used anywhere
4598 (get_system_proj_files, get_system_proj_file): Rename to
4599 get_system_proj_file and return the ProjFile object and not a list
4600 of ProjFile objects. Update the callers.
4601 (get_user_proj_files, get_user_proj_file): Rename to
4602 get_user_proj_file return the ProjFile object and not a list of
4603 ProjFile objects. Update the callers.
4604 (ProjFileReader.__init__): New instance variable for the warnings.
4605 Rename the __pf ivar to projfile. Update the methods referring to
4606 __pf
4607 (ProjFileReader.end_projection): Catch any errors raised when
4608 instantiating the projection and record that as an error. The
4609 projection will not be in the final ProjFile object.
4610 (ProjFileReader.GetWarnings): New method to return the warnings.
4611
4612 * Thuban/UI/projdialog.py (ProjFrame.show_warnings): New method to
4613 show the warnings from the projfile reader
4614 (ProjFrame._OnImport): Deal with any warnings returned by
4615 read_proj_file
4616 (ProjFrame.__FillAvailList): Deal with any warnings returned by
4617 get_system_proj_file or get_user_proj_file.
4618
4619 * test/test_proj.py (TestProjFile.doTestRead): Check the warnings.
4620 (TestProjFileWithInvalidParameters.file_contents): New test cases
4621 to test whether read_proj_file handles invalid projection
4622 parameters correctly
4623 (TestProjFile.test_get_system_proj_file): New. Simple test for
4624 resource.get_system_proj_file
4625
4626 2003-10-07 Bernhard Herzog <[email protected]>
4627
4628 * test/test_derivedshapestore.py
4629 (TestDerivedShapeStoreExceptions.tearDown): Clear the session
4630 properly so that the temporary directories get deleted correctly
4631
4632 2003-10-06 Bernhard Herzog <[email protected]>
4633
4634 Handle the title changes in a proper MVC way.
4635
4636 * Thuban/UI/mainwindow.py (MainWindow.__init__): Subscribe to the
4637 canvas' TITLE_CHANGED messages
4638 (MainWindow.update_title): New. Update the main window's title
4639 (MainWindow.__SetTitle): Removed. Use update_title instead.
4640 (MainWindow.SetMap): Use update_title instead of __SetTitle
4641 (MainWindow.RenameMap): Do change the window title explicitly
4642 here. That's handled in a proper MVC way now.
4643 (MainWindow.title_changed): New. Subscriber for the TITLE_CHANGED
4644 messages
4645
4646 * Thuban/Lib/connector.py (Conduit): New class to help classes
4647 that forward messages
4648
4649 * Thuban/UI/viewport.py: Forward the map's TITLE_CHANGED messages
4650 (ViewPort): Derive from Conduit instead of Publisher
4651 (ViewPort.Subscribe, ViewPort.Unsubscribe): Use the new base class
4652 when calling the inherited versions
4653 (ViewPort._subscribe_map, ViewPort._unsubscribe_map): New helper
4654 methods to subscribe and unsubscribe map messages
4655 (ViewPort.SetMap, ViewPort.Destroy): Use the new helper methods to
4656 handle the map subscriptions
4657 (ViewPort.Map, ViewPort.map_projection_changed)
4658 (ViewPort.layer_projection_changed): Add or update doc-strings
4659
4660 * test/test_connector.py (TestPublisher.test_issue_simple): Fix
4661 typo
4662 (MyConduit): Helper class for the Conduit test.
4663 (TestConduit): Test cases for Conduit
4664
4665 * test/test_connector.py: Use support.run_tests as main.
4666
4667 * test/test_viewport.py (ViewPortTest.setUp): Also subscribe to
4668 the TITLE_CHANGED messages
4669 (ViewPortTest.test_forwarding_title_changed): New test to check
4670 whether the viewport forwards the map's TITLE_CHANGED messages
4671 (TestViewportWithPostGIS.tearDown): Call the map's Destroy method
4672 after the port's because the latter may require a still functional
4673 map.
4674
4675 2003-10-06 Bernhard Herzog <[email protected]>
4676
4677 * Thuban/UI/application.py (ThubanApplication.maps_changed): Add
4678 doc-string
4679
4680 2003-10-06 Bernhard Herzog <[email protected]>
4681
4682 * test/test_viewport.py (ViewPortTest.setUp)
4683 (SimpleViewPortTest.test_init_with_size): Move the test for the
4684 initial size as a constructor parameter from ViewPortTest.setUp
4685 method to a new separate test in SimpleViewPortTest.
4686
4687 2003-10-06 Bernhard Herzog <[email protected]>
4688
4689 * test/test_viewport.py (MockView): New class derived from
4690 ViewPort with a mock implementation of GetTextExtent to be used in
4691 the test cases
4692 (ViewPortTest.setUp): Use MockView instead of ViewPort
4693
4694 * Thuban/UI/viewport.py (ViewPort.GetTextExtent): Turn this method
4695 into what would be a "pure virtual function" in C++: always raise
4696 NotImplementedError. Mock implementations for test cases don't
4697 belong into the real code
4698
4699 2003-10-02 Bernhard Herzog <[email protected]>
4700
4701 * test/test_layer.py (TestLayer.test_empty_layer): Explicitly
4702 close the dbf file we create so that it's contents have been
4703 written properly.
4704
4705 * libraries/shapelib/shptree.c, libraries/shapelib/shpopen.c,
4706 libraries/shapelib/shapefil.h, libraries/shapelib/dbfopen.c:
4707 Update to shapelib 1.2.10
4708
4709 2003-10-01 Jan-Oliver Wagner <[email protected]>
4710
4711 * Thuban/UI/tree.py, Thuban/UI/main.py: Remove the #! line as
4712 it annoys lintian which warns about these files not being
4713 executable. The #! isn't necessary here since if you absolutely
4714 must execute them you can always say "python <filename>".
4715
4716 2003-09-26 Bernhard Herzog <[email protected]>
4717
4718 * Thuban/Model/classgen.py (GenQuantiles0): Removed since it's
4719 only used in GREAT-ER but not used in Thuban itself. When GREAT-ER
4720 is ported to a newer the import will fail, so it should be noticed
4721 immediately that this function is gone.
4722 Fixes RT#1919
4723
4724 2003-09-26 Bernhard Herzog <[email protected]>
4725
4726 Add a DTD for the projection files and make thuban write valid
4727 projection files
4728
4729 * Resources/XML/projfile.dtd: New. DTD for thuban's projection
4730 files
4731
4732 * Thuban/Model/resource.py (ProjFileSaver.write): Use
4733 'projectionlist' as the name in the document type declaration so
4734 that it matches the element type of the root element.
4735
4736 * test/test_proj.py (sample_projfile, sample_projfile2): Use
4737 'projectionlist' as the name in the document type declaration just
4738 as it is done now in the files thuban would write
4739 (sample_projfile, sample_projfile_data): Fix spelling of
4740 "Mercator"
4741 (TestProjFile.doTestWrite): Validate the written and the expected
4742 XML data
4743 (TestProjFile): Derive from ValidationTest so that we can run xml
4744 validation tests
4745
4746 2003-09-24 Bernhard Herzog <[email protected]>
4747
4748 * Thuban/UI/renderer.py (ExportRenderer.render_legend): Do not
4749 modify the list returned by map.Layers() in place since it is the
4750 actual list of layers used by the map.
4751
4752 2003-09-23 Jan-Oliver Wagner <[email protected]>
4753
4754 * Doc/manual/thuban-manual.xml: Added subsection to chapter
4755 Extensions to describe the extensions coming with the Thuban
4756 standard package (gns2shp and importAPR).
4757
4758 2003-09-23 Bernhard Herzog <[email protected]>
4759
4760 * libraries/thuban/wxproj.cpp (project_point): if there's an
4761 inverse but no forward projection, convert to degrees after
4762 applying the inverse projection. Fixes RT#2096
4763
4764 * test/test_wxproj.py: New. Test cases for wxproj.so. One test
4765 implicitly tests for the fix to RT#2096
4766
4767 * test/support.py (FloatComparisonMixin.assertFloatSeqEqual):
4768 Check that the sequences have the same lengths
4769
4770 * Resources/Projections/defaults.proj (Geographic projection): Use
4771 a much more precise value for the to_meter attribute.
4772
4773 2003-09-22 Bernhard Herzog <[email protected]>
4774
4775 * test/support.py (initthuban): Make sure to unset the LANG env.
4776 var. so that tests that compare translated strings work. Solves RT
4777 #2094
4778
4779 2003-09-22 Jan-Oliver Wagner <[email protected]>
4780
4781 Small improvement of APR import.
4782
4783 * Extensions/importAPR/test/test_apr.py (aprTest.test_LClass):
4784 Added tests for text-ranges.
4785
4786 * Extensions/importAPR/apr.py (APR_LClass.GetThubanRange): Now
4787 returns a string object if the range is based on text.
4788
4789 * Extensions/importAPR/importAPR.py (import_apr_dialog): Unified
4790 range retrieval.
4791
4792 2003-09-22 Jan-Oliver Wagner <[email protected]>
4793
4794 Initial version of the importAPR extension which is in
4795 experimental state.
4796
4797 * /Extensions/importAPR/, /Extensions/importAPR/samples/,
4798 /Extensions/importAPR/test/: New directories.
4799
4800 * /Extensions/importAPR/samples/README: New: Howto load the samples.
4801
4802 * /Extensions/importAPR/samples/iceland.apr: New: A sample APR
4803 file which refers to the Thuban Iceland demo data.
4804
4805 * /Extensions/importAPR/test/README: New: Howto execute the tests.
4806
4807 * /Extensions/importAPR/test/test_apr.py: New: Tests for APR classes.
4808
4809 * /Extensions/importAPR/apr.py: New: Classes for ArcView Objects
4810 as in '.apr'-files.
4811
4812 * /Extensions/importAPR/odb.py: New: Classes for generic ArcView
4813 ODB Objects as in '.apr', '.avl' and other files.
4814
4815 * /Extensions/importAPR/__init__.py: New: Init to make this
4816 directory a package.
4817
4818 * /Extensions/importAPR/importAPR.py: New: Import a ArcView
4819 project file (.apr) and convert it to Thuban.
4820
4821 2003-09-22 Jan-Oliver Wagner <[email protected]>
4822
4823 * Extensions/gns2shp.gns2shp.py: The main module of gns2shp.
4824
4825 2003-09-19 Jan-Oliver Wagner <[email protected]>
4826
4827 * Doc/manual/thuban-manual.xml: Extended section 'Installation'
4828 with description on RPM installation and RPM binary package
4829 creation.
4830
4831 2003-09-18 Bernhard Herzog <[email protected]>
4832
4833 * setup.py (data_files): Only add the mo files if the Locales
4834 directory actually exists, so that setup.py works with a fresh CVS
4835 checkout
4836
4837 2003-09-12 Jan-Oliver Wagner <[email protected]>
4838
4839 * Examples/simple_extensions/simple_tool.py: bugfix: Tool is now
4840 in viewport, not anymore in view
4841
4842 2003-09-04 Jan-Oliver Wagner <[email protected]>
4843
4844 Introducing first Extension (gns2shp).
4845
4846 * Extensions, Extensions/gns2shp, Extensions/gns2shp/test: New.
4847
4848 * Extensions/__init__.py: New. init to make this dir a package.
4849
4850 * Extensions/gns2shp/__init__.py: New. init to make this dir a package.
4851
4852 * Extensions/gns2shp/test/README: New. some info on this test directory.
4853
4854 * Extensions/gns2shp/test/ls.txt: New. test data set (Liechtenstein).
4855
4856 * Extensions/gns2shp/test/test_gns2shp.py: New. Test for correct creation
4857 of Shapefile from GNS text file format
4858
4859 2003-09-03 Jan-Oliver Wagner <[email protected]>
4860
4861 Fix/workaround for bug #2019:
4862 https://intevation.de/rt/webrt?serial_num=2019
4863
4864 * Thuban/UI/identifyview.py (IdentifyView.ID_STOP): New.
4865 (IdentifyView.__init__): Added another button that allows to
4866 stop the identify mode.
4867 (IdentifyView.OnStop): New. Stops the identify mode.
4868
4869 2003-09-03 Jan-Oliver Wagner <[email protected]>
4870
4871 Introducing a new exception dialog that allows to exit the
4872 application immediately.
4873 This fixes bug #2060: https://intevation.de/rt/webrt?serial_num=2060
4874
4875 * Thuban/UI/exceptiondialog.py: New. A special exception dialog.
4876
4877 * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
4878 Made strings available to translations. Exchanged the simple
4879 ScrolledMessageDialog by the new ExceptionDialog.
4880
4881 2003-09-01 Bernhard Herzog <[email protected]>
4882
4883 * NEWS: New. Summary of changes and release notes.
4884
4885 * MANIFEST.in: Add NEWS
4886
4887 2003-09-01 Bernhard Herzog <[email protected]>
4888
4889 * MANIFEST.in: Correct the include statement for the mo-files and
4890 include the documentation too.
4891
4892 * setup.py (data_files): Add the .mo files
4893 (setup call): Up to version 0.9.0
4894
4895 2003-09-01 Bernhard Herzog <[email protected]>
4896
4897 * Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Change the
4898 parameter list to just parent and session
4899 (ChooseDBTableDialog.__set_properties): Removed. Setting the
4900 selection of empty list boxes is not allowed (and produces C++
4901 assertion errors) and the rest of the setup is better done in
4902 __init__ anyway.
4903 (ChooseDBTableDialog.OnCancel, ChooseDBTableDialog.OnOK)
4904 (ChooseDBTableDialog.OnLBDClick, DBDialog.OnOK): Use the Python
4905 builtins True/False for booleans to avoid warnings from wxPython
4906
4907 * Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): Adapt to new
4908 ChooseDBTableDialog constructor parameters.
4909
4910 2003-09-01 Bernhard Herzog <[email protected]>
4911
4912 * Thuban/Model/postgisdb.py
4913 (PostGISTable): Extend doc-string
4914 (PostGISTable._fetch_table_information): Set the column index
4915 correctly, pretending ignored columns don't exist.
4916
4917 * test/test_postgis_db.py (TestPostGISIgnoredColumns): New tests
4918 for postgis tables with data types not yet supported by thuban.
4919
4920 2003-08-29 Bernhard Herzog <[email protected]>
4921
4922 * HOWTO-Release: Tweak item about running the tests.
4923
4924 2003-08-29 Jan-Oliver Wagner <[email protected]>
4925
4926 * /Doc/manual/thuban-manual.xml: updated to version 1.0pre2.
4927
4928 2003-08-29 Bernhard Herzog <[email protected]>
4929
4930 Add some missing parameters to projections. Proj complains about
4931 them on windows but for some reason not on Linux.
4932
4933 * test/test_save.py (SaveSessionTest.testLayerProjection): Add
4934 missing required projection parameters
4935
4936 * test/test_proj.py (TestProjFile.test): Add missing required
4937 projection parameters
4938
4939 * test/test_load_0_8.py (TestLayerProjection.file_contents)
4940 (TestLayerProjection.test): Add missing required projection
4941 parameters and tests for them
4942
4943 * test/test_load.py (TestLayerProjection.file_contents)
4944 (TestLayerProjection.test): Add missing required projection
4945 parameters and tests for them
4946
4947 * test/test_layer.py (TestLayer.test_base_layer): Add missing
4948 required projection parameters
4949
4950 2003-08-29 Bernhard Herzog <[email protected]>
4951
4952 * libraries/pyprojection/Projection.i: Use pj_get_errno_ref to
4953 access the pj_errno because directly accessing pj_errno doesn't
4954 work on windows if the proj library is in a DLL
4955
4956 * libraries/pyprojection/Projection_wrap.c: Update from Projection.i
4957
4958 2003-08-28 Bernhard Herzog <[email protected]>
4959
4960 * test/test_proj.py: Import things from Thuban after calling
4961 initthuban
4962
4963 * test/test_load.py (LoadSessionTest.filenames): New class
4964 variable with the filename attributes to normalize
4965 (LoadSessionTest.check_format): Pass self.filenames to
4966 sax_eventlist to normalize the filename attributes
4967
4968 * test/xmlsupport.py: Add cvs keywords
4969 (SaxEventLister.__init__): New parameter filenames which indicates
4970 attributes that contain filenames
4971 (SaxEventLister.startElementNS): Normalize the filename attributes
4972 with os.path.normpath
4973 (sax_eventlist): New parameter filenames to pass through to
4974 SaxEventLister
4975
4976 * test/test_derivedshapestore.py: Make this file callable as a
4977 program to execute the tests
4978 (TestDerivedShapeStoreExceptions.test_table_with_wrong_size): Bind
4979 the session to self.session so that it gets destroyed properly
4980
4981 * test/test_layer.py (TestLayer.tearDown): Call the session's
4982 Destroy method
4983
4984 * test/test_map.py (TestMapBase.tearDown): Destroy self.session
4985 too if it exists
4986 (TestMapAddLayer.test_add_layer): Bind the session to self.session
4987 so that it gets destroyed properly
4988
4989 * test/postgissupport.py (reason_for_not_running_tests): Add a
4990 test for the existence of popen2.Popen4.
4991
4992 * test/test_save.py (SaveSessionTest.tearDown): New. Provide a
4993 reliable way to destroy the sessions created in the test cases
4994 (SaveSessionTest.test_dbf_table): Bind the session to self.session
4995 so that it gets destroyed properly
4996 (SaveSessionTest.testLayerProjection): Bind the session to
4997 self.session so that it gets destroyed properly
4998
4999 * test/test_session.py (UnreferencedTablesTests.tearDown): Make
5000 sure that the session is destroyed properly
5001
5002 * test/test_shapefilestore.py: Make this callable as a program to
5003 execute the tests
5004
5005 * test/test_scalebar.py: Remove unnecessary import of _ from
5006 Thuban
5007
5008 * test/support.py (print_garbage_information): Call initthuban
5009 here because it may be called indirectly from test cases that test
5010 test support modules which do not use anything from thuban itself
5011 (ThubanTestProgram.runTests): Remove unnecessary debug print
5012
5013 2003-08-28 Bernhard Herzog <[email protected]>
5014
5015 * Thuban/version.py (longversion): Update to 0.9
5016
5017 * Thuban/UI/mainwindow.py: Remove some unused imports
5018
5019 * README: Add section about required additional software. Add date
5020 and revision CVS keywords
5021
5022 * HOWTO-Release: Add item about the translations. Add date and
5023 revision CVs keywords and change formatting to match README a bit
5024 better
5025
5026 * po/de.po: Update for 0.9
5027
5028 * test/README: Tweak the wording a little because many tests are
5029 not really unittest.
5030
5031 2003-08-27 Bernhard Herzog <[email protected]>
5032
5033 As preparation for the 0.9 release, switch thuban files to a
5034 non-dev namespace
5035
5036 * Thuban/Model/save.py (SessionSaver.write_session): Write files
5037 with the http://thuban.intevation.org/dtds/thuban-0.9.dtd
5038 namespace
5039
5040 * Thuban/Model/load.py (SessionLoader.__init__): Accept the
5041 http://thuban.intevation.org/dtds/thuban-0.9.dtd namespace too
5042
5043 * test/test_save.py (SaveSessionTest.dtd)
5044 (SaveSessionTest.testEmptySession)
5045 (SaveSessionTest.testSingleLayer)
5046 (SaveSessionTest.testLayerProjection)
5047 (SaveSessionTest.testRasterLayer)
5048 (SaveSessionTest.testClassifiedLayer)
5049 (SaveSessionTest.test_dbf_table)
5050 (SaveSessionTest.test_joined_table)
5051 (SaveSessionTest.test_save_postgis): Update for new namespace
5052
5053 * test/test_load.py (LoadSessionTest.dtd, TestSingleLayer)
5054 (TestLayerVisibility.file_contents, TestLabels.file_contents)
5055 (TestLayerProjection.file_contents)
5056 (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
5057 (TestPostGISLayer.file_contents)
5058 (TestPostGISLayerPassword.file_contents)
5059 (TestLoadError.file_contents, TestLoadError.test): Update for new
5060 namespace
5061
5062 2003-08-27 Bernhard Herzog <[email protected]>
5063
5064 Make the table interface distinguish between row ids (an integer
5065 that uniquely identifies a row) and row ordinals (a simple row
5066 count from 0 to NumRows() - 1)
5067
5068 * Thuban/Model/postgisdb.py (PostGISTable.RowIdToOrdinal)
5069 (PostGISTable.RowOrdinalToId): New methods to conver between row
5070 ids and row ordinals
5071 (PostGISTable.ReadRowAsDict, PostGISTable.ReadValue): New keyword
5072 parameter row_is_ordinal to indicate whether the row parameter is
5073 the row id or the ordinal
5074
5075 * Thuban/Model/transientdb.py (TransientTableBase.RowIdToOrdinal)
5076 (TransientTableBase.RowOrdinalToId)
5077 (AutoTransientTable.RowIdToOrdinal)
5078 (AutoTransientTable.RowOrdinalToId): Same new methods as in
5079 PostGISTable.
5080 (TransientTableBase.ReadRowAsDict, TransientTableBase.ReadValue)
5081 (AutoTransientTable.ReadRowAsDict, AutoTransientTable.ReadValue):
5082 Same new parameter as in PostGISTable.
5083
5084 * Thuban/Model/table.py (DBFTable.RowIdToOrdinal)
5085 (DBFTable.RowOrdinalToId, MemoryTable.RowIdToOrdinal)
5086 (MemoryTable.RowOrdinalToId): Same new methods as in PostGISTable.
5087 (DBFTable.ReadValue, DBFTable.ReadRowAsDict)
5088 (MemoryTable.ReadValue, MemoryTable.ReadRowAsDict): Same new
5089 parameter as in PostGISTable.
5090
5091 * Thuban/UI/tableview.py (DataTable.RowIdToOrdinal)
5092 (DataTable.RowOrdinalToId): New methods to convert between row ids
5093 and row ordinals.
5094 (TableGrid.SelectRowById): New method to select a row based on its
5095 ID as opposed to its ordinal
5096 (DataTable.GetValue, TableGrid.OnRangeSelect)
5097 (TableGrid.OnSelectCell, LayerTableGrid.select_shapes)
5098 (QueryTableFrame.OnQuery, QueryTableFrame.get_selected)
5099 (LayerTableFrame.__init__): Convert between row ids and row
5100 ordinals as appropriate
5101
5102 * test/postgissupport.py (PostGISDatabase.__init__): Add
5103 doc-string.
5104 (PostGISDatabase.initdb): The optional third item in a tuple in
5105 tables is now a (key, value) list with additional arguments to
5106 pass to upload_shapefile
5107 (upload_shapefile): New parameter gid_offset to allow gids that
5108 are not the same as the shapeids in the shapefile
5109 (PostgreSQLServer.get_default_static_data_db): Use the new
5110 gid_offset to make the gids in landmarks 1000 higher than the
5111 shapeids in the shapefile
5112
5113 * test/test_viewport.py
5114 (TestViewportWithPostGIS.test_find_shape_at_point): Adapt to the
5115 new shapeids in the landmarks table
5116
5117 * test/test_transientdb.py
5118 (TestTransientTable.run_iceland_political_tests)
5119 (TestTransientTable.test_transient_joined_table): Add tests for
5120 the new table methods and new keywords arguments.
5121
5122 * test/test_postgis_db.py
5123 (TestPostGISTable.test_read_row_as_dict_row_count_mode)
5124 (TestPostGISTable.test_read_value_row_count_mode)
5125 (TestPostGISTable.test_row_id_to_ordinal)
5126 (TestPostGISTable.test_row_oridnal_to_id): New test for the new
5127 table methods and the new arguments
5128 (TestPostGISShapestorePoint.test_shapes_in_region)
5129 (TestPostGISShapestorePoint.test_shape_raw_data)
5130 (TestPostGISShapestorePoint.test_shape_points)
5131 (TestPostGISShapestorePoint.test_shape_shapeid)
5132 (TestPostGISShapestorePoint.test_all_shapes)
5133 (TestPostGISTable.test_simple_query)
5134 (TestPostGISTable.test_simple_query)
5135 (TestPostGISTable.test_simple_query)
5136 (TestPostGISTable.test_read_value)
5137 (TestPostGISTable.test_read_row_as_dict): Adapt to the new
5138 shapeids in the landmarks table
5139
5140 * test/test_memory_table.py
5141 (TestMemoryTable.test_read_row_as_dict_row_count_mode)
5142 (TestMemoryTable.test_read_value_row_count_mode)
5143 (TestMemoryTable.test_row_id_to_ordinal)
5144 (TestMemoryTable.test_row_oridnal_to_id): New test for the new
5145 table methods and the new arguments
5146
5147 * test/test_dbf_table.py
5148 (TestDBFTable.test_read_row_as_dict_row_count_mode)
5149 (TestDBFTable.test_read_value_row_count_mode)
5150 (TestDBFTable.test_row_id_to_ordinal)
5151 (TestDBFTable.test_row_oridnal_to_id): New test for the new table
5152 methods and the new arguments
5153
5154 2003-08-26 Bernhard Herzog <[email protected]>
5155
5156 * Thuban/Model/postgisdb.py (PostGISShapeStore.BoundingBox): Use a
5157 more postgis specific but much faster method to get the bounding
5158 box
5159
5160 2003-08-26 Bernhard Herzog <[email protected]>
5161
5162 * Thuban/Model/postgisdb.py (PostGISTable.Title)
5163 (PostGISShapeStore.AllShapes): Add these missing methods.
5164 (PostGISShapeStore.ShapesInRegion): No need to raise
5165 StopIteration. We can simply return
5166
5167 * test/test_postgis_db.py (TestPostGISTable.test_title)
5168 (TestPostGISShapestorePoint.test_all_shapes): New tests for the
5169 new methods
5170
5171 2003-08-25 Bernhard Herzog <[email protected]>
5172
5173 * Thuban/Model/postgisdb.py (shapetype_map): Add MUTLIPOLYGON.
5174
5175 * test/test_postgis_db.py (PolygonTests): New class containing
5176 those tests from TestPostGISShapestorePolygon that can also be
5177 used to test MUTLIPOLYGON tables
5178 (TestPostGISShapestorePolygon): Most tests are now in PolygonTests
5179 so derive from that
5180 (TestPostGISShapestoreMultiPolygon): New class with tests for
5181 MUTLIPOLYGON tables
5182
5183 * test/postgissupport.py (PostGISDatabase.initdb): Allow the
5184 tables argument to have tuples with three items to override the
5185 WKT type used.
5186 (PostgreSQLServer.get_default_static_data_db): Use the above to
5187 create a polygon table with MUTLIPOLYGONs
5188 (point_to_wkt, coords_to_point, polygon_to_wkt, coords_to_polygon)
5189 (arc_to_wkt, coords_to_multilinestring): Rename from *_to_wkt to
5190 coords_to*
5191 (coords_to_multipolygon): New. Convert to MUTLIPOLYGON
5192 (wkt_converter): New. Map WKT types to converters
5193 (upload_shapefile): New parameter force_wkt_type to use a
5194 different WKT type than the default
5195
5196 2003-08-25 Bernhard Herzog <[email protected]>
5197
5198 * Thuban/UI/application.py
5199 (ThubanApplication.run_db_param_dialog): New. Suitable as a
5200 db_connection_callback. Main difference is that the dialog run
5201 from this method doesn't have a parent so it can be used even when
5202 there is no main window
5203 (ThubanApplication.OpenSession): Use self.run_db_param_dialog if
5204 no db_connection_callback was given. This way the dialog pops up
5205 even when the .thuban file was given as a command line parameter.
5206
5207 2003-08-25 Bernhard Herzog <[email protected]>
5208
5209 * Thuban/UI/view.py (MapCanvas.OnLeftUp): Release the the mouse
5210 before calling MouseLeftUp. MouseLeftUp may pop up modal dialogs
5211 which leads to an effectively frozen X session because the user
5212 can only interact with the dialog but the mouse is still grabbed
5213 by the canvas.
5214 Also, call the tool's Hide method before MouseLeftUp because
5215 MouseLeftUp may change the tool's coordinates.
5216
5217 2003-08-25 Bernhard Herzog <[email protected]>
5218
5219 * Thuban/UI/application.py (ThubanApplication.OpenSession): Catch
5220 LoadCancelled exceptions and handle them by returning immediately.
5221
5222 2003-08-25 Bernhard Herzog <[email protected]>
5223
5224 GUI part of loading sessions with postgis connections which may
5225 require user interaction to get passwords or updated parameters
5226
5227 * Thuban/UI/dbdialog.py (DBDialog): Reimplement to make it look a
5228 bit nucer and be more generic.
5229 (DBFrame.OnAdd): Adapt to new DBDialog interface
5230
5231 * Thuban/UI/application.py (ThubanApplication.OpenSession): New
5232 optional parameter db_connection_callback which is passed to
5233 load_session.
5234
5235 * Thuban/UI/mainwindow.py (MainWindow.run_db_param_dialog): New.
5236 Suitable as a db_connection_callback
5237 (MainWindow.OpenSession): Use self.run_db_param_dialog as the
5238 db_connection_callback of the application's OpenSession method
5239
5240
5241 2003-08-25 Bernhard Herzog <[email protected]>
5242
5243 Basic loading of sessions containing postgis connections:
5244
5245 * Thuban/Model/load.py (LoadError): Add doc-string
5246 (LoadCancelled): New exception class to indicate a cancelled load
5247 (SessionLoader.__init__): Add the db_connection_callback parameter
5248 which will be used by the loader to get updated parameters and a
5249 password for a database connection
5250 (SessionLoader.__init__): Add the new XML elements to the
5251 dispatchers dictionary
5252 (SessionLoader.check_attrs): Two new conversions, ascii to convert
5253 to a byte-string object and idref as a generic id reference
5254 (SessionLoader.start_dbconnection)
5255 (SessionLoader.start_dbshapesource): New. Handlers for the new XML
5256 elements
5257 (load_session): Add the db_connection_callback to pass through the
5258 SessionLoader
5259
5260 * test/test_load.py (TestPostGISLayer, TestPostGISLayerPassword):
5261 New classes to test loading of sessions with postgis database
5262 connections.
5263
5264 2003-08-25 Bernhard Herzog <[email protected]>
5265
5266 * Thuban/UI/mainwindow.py (__ThubanVersion__): Remove this and
5267 replace it and the comment with __BuildDate__ by the Source: and
5268 Id: cvs keywords as used in the other files.
5269
5270 2003-08-25 Bernhard Herzog <[email protected]>
5271
5272 * Thuban/Model/load.py (SessionLoader.check_attrs): Raise a
5273 LoadError when a required attribute is missing. The code used to
5274 be commented out for some reason, but probably should have been
5275 active.
5276
5277 * test/test_load.py (TestLoadError.test): Test the message in the
5278 LoadError too to make sure it really is about the missing
5279 attribute
5280
5281 2003-08-22 Bernhard Herzog <[email protected]>
5282
5283 * test/test_save.py (SaveSessionTest.test_dbf_table)
5284 (SaveSessionTest.test_joined_table): Add XML validation tests.
5285
5286 2003-08-22 Bernhard Herzog <[email protected]>
5287
5288 Implement saving a session with a postgis connection
5289
5290 * Resources/XML/thuban-0.9.dtd (dbconnection, dbshapesource) New
5291 elements for database connections and shapestores using db
5292 connections
5293 (session): Add the dbconnections to the content model
5294
5295 * Thuban/Model/save.py (SessionSaver.write_db_connections): New.
5296 Write the db connections
5297 (SessionSaver.write_session): Call write_db_connections to write
5298 the connection before the data sources
5299 (SessionSaver.write_data_containers): Handle postgis shapestores
5300
5301 * test/test_save.py (SaveSessionTest.thubanids)
5302 (SaveSessionTest.thubanidrefs): Update for new DTD
5303 (SaveSessionTest.test_save_postgis): New. Test saving a session
5304 with postgis connections
5305
5306 * Thuban/Model/postgisdb.py (PostGISTable.DBConnection)
5307 (PostGISTable.TableName): New accessor methods for the connection
5308 and table name
5309
5310 * test/test_postgis_db.py (TestPostGISTable.test_dbconn)
5311 (TestPostGISTable.test_dbname): New methods to test the new
5312 PostGISConnection methods
5313
5314 2003-08-22 Bernhard Herzog <[email protected]>
5315
5316 * Thuban/Model/postgisdb.py (ConnectionError): New exception class
5317 for exceptions occurring when establishing a Database connection
5318 (PostGISConnection.connect): Catch psycopg.OperationalError during
5319 connects and raise ConnectionError.
5320
5321 * test/test_postgis_db.py (TestPostgisDBExceptions): New class for
5322 tests for database exceptions
5323
5324 2003-08-22 Bernhard Herzog <[email protected]>
5325
5326 Prepare the test suite for tests with required authentication
5327
5328 * test/postgissupport.py (PostgreSQLServer.__init__): Add instance
5329 variables with two predefined users/passwords, one for the admin
5330 and one for a non-privileged user.
5331 (PostgreSQLServer.createdb): Pass the admin name to initdb and add
5332 the non-privileged user to the database and set the admin password
5333 (PostgreSQLServer.wait_for_postmaster): Use the admin user name.
5334 Better error reporting
5335 (PostgreSQLServer.connection_params)
5336 (PostgreSQLServer.connection_string): New methods to return
5337 information about how to connect to the server
5338 (PostgreSQLServer.execute_sql): New. Convenience method to execute
5339 SQL statements
5340 (PostgreSQLServer.require_authentication): Toggle whether the
5341 server requires authentication
5342 (PostgreSQLServer.create_user, PostgreSQLServer.alter_user): New.
5343 Add or alter users
5344 (PostGISDatabase.initdb): Pass the admin name one the
5345 subprocesses' command lines. Grant select rights on
5346 geometry_columns to everybody.
5347 (upload_shapefile): Use the admin name and password when
5348 connecting. Grant select rights on the new table to everybody.
5349
5350 * test/test_viewport.py (TestViewportWithPostGIS.setUp): Use the
5351 server's new methods to get the connection parameters.
5352
5353 * test/test_postgis_session.py (TestSessionWithPostGIS.setUp)
5354 (TestSessionWithPostGIS.test_remove_dbconn_exception): Use the
5355 server's new methods to get the connection parameters.
5356
5357 * test/test_postgis_db.py
5358 (TestPostGISConnection.test_gis_tables_empty)
5359 (TestPostGISConnection.test_gis_tables_non_empty)
5360 (PostGISStaticTests.setUp): Use the server's new methods to get
5361 the connection parameters.
5362
5363 2003-08-22 Bernhard Herzog <[email protected]>
5364
5365 * Thuban/UI/about.py (About.__init__): Add the psycopg version.
5366
5367 * Thuban/version.py: Add psycopg version
5368
5369 * Thuban/Model/postgisdb.py (psycopg_version): New. Return the
5370 version of the psycopg module
5371
5372 2003-08-22 Bernhard Herzog <[email protected]>
5373
5374 * Thuban/UI/dbdialog.py (DBPwdDlg): Removed because it's not used.
5375 (DBFrame.OnEdit): Removed because it's not used and wouldn't work
5376 at the moment. The functionality should probably be implemented
5377 some time, though.
5378 (DBFrame.OnRemove): Display a message if the connection can't be
5379 removed because it's still in use.
5380
5381 2003-08-22 Jan-Oliver Wagner <[email protected]>
5382
5383 * Thuban/UI/about.py (About.__init__): split up the huge about
5384 text into elements/lists for easier translation. This fixes bug
5385 https://intevation.de/rt/webrt?serial_num=2058
5386 Also, made some forgotten string available for the i18n.
5387
5388 2003-08-21 Bernhard Herzog <[email protected]>
5389
5390 Make postgis support really optional including insensitive menu
5391 items.
5392
5393 * Thuban/Model/postgisdb.py (has_postgis_support): New. Return
5394 whether the postgis is supported.
5395
5396 * Thuban/UI/dbdialog.py: Put the psycopg import into try..except
5397 to make postgis support optional
5398
5399 * Thuban/UI/mainwindow.py (_has_postgis_support): New. Context
5400 version of Thuban.Model.postgisdb.has_postgis_support
5401 (database_management command): Make it only sensitive if postgis
5402 is supported.
5403
5404 2003-08-21 Jan-Oliver Wagner <[email protected]>
5405
5406 * Doc/manual/thuban-manual.xml: Added CVS revision for rev-history.
5407 (section Adding and Removing Layers): Added text and described
5408 multi-selection.
5409 (chapter Extensions): New.
5410
5411 2003-08-21 Jan-Oliver Wagner <[email protected]>
5412
5413 * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Changed dialog
5414 settings to allow multiple files to load into the map.
5415 Also reduced selection to *.shp as a default.
5416
5417 2003-08-20 Bernhard Herzog <[email protected]>
5418
5419 Add dialogs and commands to open database connections and add
5420 database layers.
5421
5422 * Thuban/UI/mainwindow.py (MainWindow.DatabaseManagement): New
5423 method to open the database connection management dialog
5424 (MainWindow.AddDBLayer): New method to add a layer from a database
5425 (_has_dbconnections): New helper function to use for sensitivity
5426 (database_management command, layer_add_db command): New commands
5427 that call the above new methods.
5428 (main_menu): Add the new commands to the menu.
5429
5430 * Thuban/Model/postgisdb.py (PostGISConnection.__init__)
5431 (PostGISConnection.connect): Establish the actual connection in a
5432 separate method and call it in __init__. This makes it easier to
5433 override the behavior in test cases
5434 (PostGISConnection.BriefDescription): New method to return a brief
5435 description for use in dialogs.
5436
5437 * test/test_postgis_db.py (NonConnection): DB connection that
5438 doesn't actually connect
5439 (TestBriefDescription): New class with tests for the new
5440 BriefDescription method
5441
5442 2003-08-19 Jan-Oliver Wagner <[email protected]>
5443
5444 Moved anything from extensions to libraries.
5445
5446 * libraries: New.
5447
5448 * libraries/ pyprojection, pyshapelib, shapelib, thuban: New.
5449
5450 * libraries/pyprojection/ LICENSE, MANIFEST.in, Projection.i,
5451 Projection.py, Projection_wrap.c, setup.py, swighelp.txt: These files have
5452 been moved here from thuban/extensions/pyprojection/
5453 See there in the Attic for the older history.
5454
5455 * libraries/pyshapelib/ COPYING, ChangeLog, NEWS, README, dbflib.i,
5456 dbflib.py, dbflib_wrap.c, pyshapelib_api.h, pytest.py, setup.py,
5457 shapelib.i, shapelib.py, shapelib_wrap.c, shptreemodule.c: These files
5458 have been moved here from thuban/extensions/pyshapelib/
5459 See there in the Attic for the older history.
5460
5461 * libraries/shapelib/ dbfopen.c, shapefil.h, shpopen.c, shptree.c: These
5462 files have been moved here from thuban/extensions/shapelib/
5463 See there in the Attic for the older history.
5464
5465 * libraries/thuban/ bmpdataset.cpp, cpl_mfile.cpp, cpl_mfile.h,
5466 gdalwarp.cpp, wxproj.cpp: These files have been moved here from
5467 thuban/extensions/thuban/
5468 See there in the Attic for the older history.
5469
5470 * MANIFEST.in, setup.cfg, setup.py: renamed extensions to libraries.
5471
5472 * extensions/thuban/ bmpdataset.cpp, cpl_mfile.cpp, cpl_mfile.h,
5473 gdalwarp.cpp, wxproj.cpp: Moved to libraries/thuban.
5474
5475 * extensions/shapelib/ dbfopen.c, shapefil.h, shpopen.c, shptree.c:
5476 Moved to libraries/shapelib.
5477
5478 * extensions/pyshapelib/ COPYING, NEWS, dbflib.py, pytest.py,
5479 shapelib.py, README, dbflib_wrap.c, setup.py, shapelib_wrap.c,
5480 ChangeLog, dbflib.i, pyshapelib_api.h, shapelib.i, shptreemodule.c:
5481 Moved to libraries/pyshapelib.
5482
5483 * extensions/pyprojection/ MANIFEST.in, Projection.py, setup.py,
5484 LICENSE, Projection.i, Projection_wrap.c, swighelp.txt:
5485 Moved to libraries/pyprojection.
5486
5487 * extensions/ pyprojection, pyshapelib, shapelib, thuban: Removed.
5488
5489 * extensions: Removed.
5490
5491 2003-08-19 Bernhard Herzog <[email protected]>
5492
5493 * test/test_viewport.py (ViewPortTest): We don't use the
5494 facilities of FileTestMixin so don't derive from it.
5495 (TestViewportWithPostGIS): New class with tests for using a
5496 viewport on a map with postgis layers.
5497
5498 2003-08-19 Bernhard Herzog <[email protected]>
5499
5500 Add the db connection management to the session.
5501
5502 * Thuban/Model/session.py (Session.__init__): New instance
5503 variable db_connections
5504 (Session.AddDBConnection, Session.DBConnections)
5505 (Session.HasDBConnections, Session.CanRemoveDBConnection)
5506 (Session.RemoveDBConnection): New methods to manage and query the
5507 db connections managed by the session
5508 (Session.OpenDBShapeStore): New method to open a shapestore from a
5509 db connection
5510
5511 * Thuban/Model/messages.py (DBCONN_REMOVED, DBCONN_ADDED): New
5512 messages for the db connection handling in the session
5513
5514 * test/test_postgis_session.py: New. test cases for the session's
5515 db connection handling with postgis connections
5516
5517 2003-08-19 Bernhard Herzog <[email protected]>
5518
5519 Add very basic postgis database support and the corresponding test
5520 cases. The test cases require a PostgreSQL + postgis installation
5521 but no existing database. The database will be created
5522 automatically by the test cases
5523
5524 * test/README: Add note about skipped tests and the requirements
5525 of the postgis tests.
5526
5527 * Thuban/Model/postgisdb.py: New. Basic postgis database support.
5528
5529 * test/test_postgis_db.py: New. Test cases for the postgis
5530 support.
5531
5532 * Thuban/Model/wellknowntext.py: New. Parser for well-known-text
5533 format
5534
5535 * test/test_wellknowntext.py: New. Test cases for the
5536 wellknowntext parser
5537
5538 * test/postgissupport.py: New. Support module for tests involving
5539 a postgis database.
5540
5541 * test/support.py (execute_as_testsuite): Shut down the postmaster
5542 if it's still running after the tests
5543
5544 * Thuban/Model/data.py (RAW_WKT): New constant for raw data in
5545 well known text format
5546
5547 2003-08-19 Jan-Oliver Wagner <[email protected]>
5548
5549 * Examples/simple_extensions/hello_world.py: New. Raises a Hello World
5550 message dialog.
5551
5552 2003-08-18 Bernhard Herzog <[email protected]>
5553
5554 * test/support.py (ThubanTestResult.printErrors): Indent the
5555 reason for the skips in the output to make it a bit more readable.
5556 (execute_as_testsuite): New helper function to run a test suite
5557 and print some more information.
5558 (run_tests): Use execute_as_testsuite to run the tests
5559
5560 * test/runtests.py (main): Use execute_as_testsuite to run the
5561 tests
5562
5563 2003-08-18 Bernhard Herzog <[email protected]>
5564
5565 Fix some bugs in Thuban and the test suite that were uncovered by
5566 changes introduced in Python 2.3:
5567
5568 * Thuban/Model/table.py (DBFTable.__init__): Make sure the
5569 filename is an absolute name
5570
5571 * Thuban/Model/layer.py (RasterLayer.__init__): Make sure the
5572 filename is an absolute name
5573
5574 * test/test_save.py (SaveSessionTest.testRasterLayer): Use a
5575 unique filename to save to and use the correct relative filename
5576 in the expected output.
5577 (SaveSessionTest.test_dbf_table): Use the correct relative
5578 filename in the expected output.
5579
5580 * test/test_layer.py (TestLayer.test_raster_layer): Update the
5581 test to check whether the filename is absolute.
5582
5583 2003-08-18 Jan-Oliver Wagner <[email protected]>
5584
5585 * Thuban/UI/about.py (About.__init__): Added Silke Reimer.
5586
5587 2003-08-15 Bernhard Herzog <[email protected]>
5588
5589 Change the way shapes are returned by a shape store. The
5590 ShapesInRegion method returns an iterator over actual shape
5591 objects instead of a list of shape ids.
5592
5593 * Thuban/Model/data.py (ShapefileShape.ShapeID): New. Return shape
5594 id.
5595 (ShapefileStore.ShapesInRegion): Return an iterator over the
5596 shapes which yields shape objects instead of returning a list of
5597 shape ids
5598 (ShapefileStore.AllShapes): New. Return an iterator over all
5599 shapes in the shape store
5600 (DerivedShapeStore.AllShapes): New. Like in ShapefileStore
5601
5602 * Thuban/Model/layer.py (Layer.ShapesInRegion): Update
5603 doc-string.
5604
5605 * Thuban/UI/baserenderer.py
5606 (BaseRenderer.layer_ids, BaseRenderer.layer_shapes): Rename to
5607 layer_shapes and make it return an iterator containg shapes
5608 instead of a list of ids.
5609 (BaseRenderer.draw_shape_layer): Update doc-string; Adapt to
5610 layer_shapes() change
5611
5612 * Thuban/UI/renderer.py (ScreenRenderer.layer_ids)
5613 (ScreenRenderer.layer_shapes): Rename as in BaseRenderer
5614
5615 * Thuban/UI/viewport.py (ViewPort._find_shape_in_layer): Adapt to
5616 changes in the ShapesInRegion return value.
5617 (ViewPort._get_hit_tester): Remove commented out code
5618
5619 * test/mockgeo.py (SimpleShapeStore.ShapesInRegion): Adapt to the
5620 new return value.
5621 (SimpleShapeStore.AllShapes): New. Implement this method too.
5622
5623 * test/test_layer.py (TestLayer.test_arc_layer)
5624 (TestLayer.test_polygon_layer, TestLayer.test_point_layer)
5625 (TestLayer.test_point_layer_with_projection)
5626 (TestLayer.test_derived_store): Adapt to changes in the
5627 ShapesInRegion return value.
5628
5629 * test/test_shapefilestore.py
5630 (TestShapefileStoreArc.test_shapes_in_region)
5631 (TestShapefileStorePolygon.test_shapes_in_region)
5632 (TestShapefileStorePoint.test_shapes_in_region): Adapt to changes
5633 in the ShapesInRegion return value.
5634 (TestShapefileStorePoint.test_all_shapes)
5635 (TestShapefileStoreArc.test_shape_shapeid): New tests for the new
5636 methods
5637
5638 * test/test_derivedshapestore.py
5639 (TestDerivedShapeStore.test_shapes_in_region): Adapt to changes in
5640 the ShapesInRegion return value.
5641 (TestDerivedShapeStore.test_all_shapes)
5642 (TestDerivedShapeStore.test_shape_shapeid): New tests for the new
5643 methods
5644
5645 2003-08-15 Bernhard Herzog <[email protected]>
5646
5647 Make the renderers deal correctly with raw vs. python level
5648 representation of shape geometries
5649
5650 * Thuban/UI/baserenderer.py (BaseRenderer.low_level_renderer):
5651 Return a flag useraw in addition to the callable and the parameter
5652 to indicate whether the callable can deal with the raw shape data
5653 or uses the higher level python lists of coordinates. The callable
5654 now should accept either the raw data or the return value of the
5655 shape's Points() method.
5656 (BaseRenderer.draw_shape_layer): Adapt to the low_level_renderer
5657 change
5658 (BaseRenderer.projected_points): Instead of the shape id use the
5659 points list as parameter.
5660 (BaseRenderer.draw_polygon_shape, BaseRenderer.draw_arc_shape)
5661 (BaseRenderer.draw_point_shape): Adapt to projected_points()
5662 change and accept the points list as parameter instead of the
5663 shape id.
5664
5665 * Thuban/UI/renderer.py (MapRenderer.low_level_renderer): Return
5666 the useraw flag as required by the BaseRenderer
5667 (ScreenRenderer.draw_shape_layer): Adapt to low-level renderer
5668 changes.
5669
5670 * test/test_baserenderer.py
5671 (TestBaseRenderer.test_point_with_classification): New test for
5672 rendering a map with classifications.
5673
5674 2003-08-15 Bernhard Herzog <[email protected]>
5675
5676 * Thuban/UI/viewport.py (ViewPort.find_shape_at)
5677 (ViewPort._find_shape_in_layer, ViewPort._find_shape_in_layer)
5678 (ViewPort._get_hit_tester, ViewPort.projected_points)
5679 (ViewPort._hit_point, ViewPort._hit_arc, ViewPort._hit_polygon)
5680 (ViewPort._find_label_at): Split the find_shape_at method into
5681 several new methods and use the functions in the hit-test module.
5682
5683 * Thuban/UI/hittest.py: New module with Python-level hit-testing
5684 functions
5685
5686 * test/test_hittest.py: New. Test for the new hittest module
5687
5688 2003-08-15 Bernhard Herzog <[email protected]>
5689
5690 * Thuban/Model/layer.py (Layer.ShapesInRegion): Apply the layer
5691 projection to all corners of the bounding box to get a better
5692 approximation of the projected bounding box
5693
5694 * test/test_layer.py (TestLayer.test_point_layer_with_projection):
5695 New. Test coordinate handling of a layer with a projection.
5696 Catches the bug fixed in Layer.ShapesInRegion
5697
5698 2003-08-15 Bernhard Herzog <[email protected]>
5699
5700 Move some of the mock objects in test_baserenderer into their own
5701 module so they can easily be used from other tests
5702
5703 * test/mockgeo.py: New test helper module with some mock objects
5704 for geometry related things like shapes, shapestores and
5705 projections.
5706
5707 * test/test_mockgeo.py: New. Tests for the new helper module
5708
5709 * test/test_baserenderer.py: Some of the mock-objects are in
5710 mockgeo now.
5711
5712 2003-08-12 Jan-Oliver Wagner <[email protected]>
5713
5714 * Thuban/UI/about.py (About.__init__): Added Björn Broscheit.
5715
5716 2003-08-12 Bernhard Herzog <[email protected]>
5717
5718 * po/de.po: New. German translations by Bjoern Broscheit
5719
5720 2003-08-12 Bernhard Herzog <[email protected]>
5721
5722 * Thuban/UI/projdialog.py (UnknownProjPanel._DoLayout): Translated
5723 strings have to be one string literal.
5724
5725 2003-08-11 Bernhard Herzog <[email protected]>
5726
5727 * test/support.py (FloatComparisonMixin.assertPointListEquals):
5728 New. This method was used in various derived classes, but it's
5729 better to have it here.
5730
5731 * test/test_shapefilestore.py
5732 (ShapefileStoreTests.assertPointListEquals): Removed. It's now in
5733 FloatComparisonMixin
5734
5735 * test/test_layer.py (TestLayer.assertPointListEquals): Removed.
5736 It's now in FloatComparisonMixin
5737
5738 * test/test_derivedshapestore.py
5739 (TestDerivedShapeStore.assertPointListEquals): Removed. It's now
5740 in FloatComparisonMixin
5741
5742 2003-08-11 Bernhard Herzog <[email protected]>
5743
5744 * Thuban/UI/join.py (JoinDialog.OnJoin): Add missing space to
5745 error message
5746
5747 2003-08-08 Jan-Oliver Wagner <[email protected]>
5748
5749 * Doc/manual/thuban-manual.xml: Now use authorgroup. Added revhistory
5750 with version number.
5751 Changed title to reflect version number of Thuban.
5752
5753 2003-08-08 Jan-Oliver Wagner <[email protected]>
5754
5755 * Thuban/UI/about.py (About.__init__): Reworked the hall of fame. Now
5756 the list corresponds to the "About" web page.
5757
5758 2003-08-08 Bernhard Herzog <[email protected]>
5759
5760 * Thuban/UI/projdialog.py (UTMProposeZoneDialog.dialogLayout):
5761 Make sure translated strings are recognized as one string literal.
5762
5763 * Thuban/UI/proj4dialog.py (UTMProposeZoneDialog.dialogLayout):
5764 Make sure translated strings are recognized as one string literal.
5765
5766 * Thuban/UI/classgen.py (ClassGenDialog.OnOK): Make sure
5767 translated strings are recognized as one string literal.
5768
5769 * Thuban/UI/application.py (ThubanApplication.OpenSession): Make
5770 sure translated strings are recognized as one string literal.
5771
5772 2003-08-07 Bernhard Herzog <[email protected]>
5773
5774 * Thuban/Model/data.py (DerivedShapeStore.RawShapeFormat): New.
5775 Simply delegates to the original shapestore.
5776
5777 * test/test_derivedshapestore.py
5778 (TestDerivedShapeStore.test_raw_format): New. Test case for
5779 DerivedShapeStore.RawShapeFormat
5780
5781 2003-08-07 Bernhard Herzog <[email protected]>
5782
5783 Add raw data interface to shape objects.
5784
5785 * Thuban/Model/data.py (ShapefileShape, Shape): Rname the shape
5786 class to ShapefileShape which now holds shapefile specific
5787 information.
5788 (ShapefileShape.compute_bbox): Simplified to not cache any
5789 information. The way this method is used that shouldn't matter
5790 performance wise.
5791 (ShapefileShape.RawData): New. Return the shapeid which is the raw
5792 data format for shapes from shapefiles.
5793 (ShapefileStore.RawShapeFormat): New. Return the raw datatype used
5794 in the shape objects returned by a shapestore. For a
5795 ShapefileStore this is always RAW_SHAPEFILE.
5796 (RAW_PYTHON, RAW_SHAPEFILE): Constants for the RawShapeFormat
5797 method.
5798
5799 * test/test_shapefilestore.py
5800 (TestShapefileStore.test_raw_format): New test to test the raw
5801 format feature of shapes.
5802
5803 * Thuban/Model/layer.py: Remove the unused import of Shape from
5804 data. It was only there for interface compatibility but it's not
5805 used inside of Thuban and the generic Shape class has gone away.
5806
5807 * Thuban/UI/renderer.py (MapRenderer.low_level_renderer): Check
5808 the raw data format and only use an optimized version of its a
5809 shapefile.
5810
5811 2003-08-07 Bernhard Herzog <[email protected]>
5812
5813 * test/test_baserenderer.py (SimpleShape): Shape class for the
5814 tests.
5815 (SimpleShapeStore.Shape): Use SimpleShape instead of
5816 Thuban.Model.data.Shape to make the tests independed of the coming
5817 changes.
5818
5819 2003-08-07 Bernhard Herzog <[email protected]>
5820
5821 * test/support.py (SkipTest, ThubanTestResult, ThubanTestRunner)
5822 (ThubanTestProgram): New classes that extend the respective
5823 classes from unittest. These new version support skipping tests
5824 under certain expected conditions. In the Thuban test suite we
5825 uses this for tests that require the optional gdal support.
5826 (run_tests): Use ThubanTestProgram instead of the unittest.main()
5827
5828 * test/runtests.py (main): Use the new ThubanTestRunner instead of
5829 the normal one from unittest
5830
5831 * test/test_layer.py (TestLayer.test_raster_layer): If this test
5832 is not run because gdal support isn't available report this to the
5833 runner.
5834
5835 * test/test_baserenderer.py
5836 (TestBaseRenderer.test_raster_no_projection): Do not run this test
5837 if gdal support isn't available and report this to the runner.
5838
5839 2003-08-06 Bernhard Herzog <[email protected]>
5840
5841 Rearrange the renderers a bit, partly in preparation for changes
5842 required for the postgis merge, partly to make it more testable.
5843 Also make the representation of coordinates in Shapes more
5844 consistent.
5845
5846 * Thuban/UI/renderer.py (MapRenderer): Most of the code/methods in
5847 this class is now in BaseRenderer. This class is now practically
5848 only a specialization of BaseRenderer for rendering to an actual
5849 wx DC.
5850 (ScreenRenderer.draw_shape_layer): Use self.low_level_renderer()
5851 to get the shapetype specific rendering functions.
5852
5853 * Thuban/UI/baserenderer.py: New file with the basic rendering
5854 logic. The code in this file is completely independend of wx.
5855 (BaseRenderer): Class with the basic rendering logic
5856
5857 * test/test_baserenderer.py: New. Test cases for BaseRenderer
5858
5859 * Thuban/UI/view.py (MapCanvas.__init__): New instance variable
5860 error_on_redraw to guard agains endless loops and stack overflows
5861 when there's a bug in the rendering code that raises exceptions.
5862 (MapCanvas.OnIdle, MapCanvas._do_redraw): Split the actual
5863 rendering into a separate method _do_redraw so that error handling
5864 is a bit easier. When an exception occurs, set error_on_redraw to
5865 true. When it's true on entry to OnIdle do nothing and return
5866 immediately.
5867
5868 * Thuban/Model/data.py (ShapefileStore.Shape): For consistency, a
5869 Shape object will always have the coordinates as a list of list of
5870 coordinate pairs (tuples).
5871 (Shape.compute_bbox): Adapt to new representation.
5872
5873 * Thuban/UI/viewport.py (ViewPort.find_shape_at)
5874 (ViewPort.LabelShapeAt): Adapt to new coordinate representation in
5875 Shape objects.
5876
5877 * test/test_shapefilestore.py
5878 (ShapefileStoreTests.assertFloatTuplesEqual)
5879 (ShapefileStoreTests.assertPointListEquals): Rename to
5880 assertPointListEquals and change purpose to checking equality of
5881 the lists returned by Shape.Points().
5882 (TestShapefileStoreArc.test_shape)
5883 (TestShapefileStorePolygon.test_shape)
5884 (TestShapefileStorePoint.test_shape): Use the new
5885 assertPointListEquals instead of assertFloatTuplesEqual
5886
5887 * test/test_layer.py (TestLayer.assertFloatTuplesEqual)
5888 (TestLayer.assertPointListEquals): Rename to assertPointListEquals
5889 and change purpose to checking equality of the lists returned by
5890 Shape.Points().
5891 (TestLayer.test_arc_layer, TestLayer.test_arc_layer)
5892 (TestLayer.test_polygon_layer, TestLayer.test_point_layer)
5893 (TestLayer.test_derived_store): Use the new assertPointListEquals
5894 instead of assertFloatTuplesEqual
5895
5896 * test/test_derivedshapestore.py
5897 (TestDerivedShapeStore.assertFloatTuplesEqual)
5898 (TestDerivedShapeStore.assertPointListEquals): Rename to
5899 assertPointListEquals and change purpose to checking equality of
5900 the lists returned by Shape.Points().
5901 (TestDerivedShapeStore.test_shape): Use the new
5902 assertPointListEquals instead of assertFloatTuplesEqual
5903
5904 2003-08-06 Jan-Oliver Wagner <[email protected]>
5905
5906 * Thuban/UI/projdialog.py (UTMPanel._OnPropose): Added test for
5907 a bounding box. A dialog is raised in case, no bounding box
5908 is found. This fixes bug #2043:
5909 https://intevation.de/rt/webrt?serial_num=2043
5910
5911 2003-08-05 Bernhard Herzog <[email protected]>
5912
5913 * Thuban/Model/color.py (Color.__repr__): Make the repr of a color
5914 object look like a Color instantiation. Formerly it looked like a
5915 tuple.
5916
5917 * test/test_color.py (TestColor.test_repr)
5918 (TestColor.test_equality, TestColor.test_inequality): New. test
5919 some more apects of the Color class
5920 (TestTransparent.test_repr, TestTransparent.test_hex)
5921 (TestTransparent.test_equality): New. Test cases for the
5922 Transparent object.
5923
5924 2003-08-04 Jan-Oliver Wagner <[email protected]>
5925
5926 * Doc/manual/thuban-manual.xml: a number of small improvements.
5927 The resulting file is the version submitted for GREAT-ER II.
5928
5929 2003-08-01 Bernhard Herzog <[email protected]>
5930
5931 * Thuban/UI/resource.py, Thuban/UI/projdialog.py,
5932 Thuban/UI/join.py, Thuban/UI/classgen.py, Thuban/UI/about.py,
5933 Thuban/Model/resource.py: Insert cvs keywords and doc-strings.
5934
5935 * Thuban/UI/common.py: Insert cvs keywords and doc-strings.
5936 (Color2wxColour, wxColour2Color, ThubanBeginBusyCursor)
5937 (ThubanEndBusyCursor): Add doc-strings
5938
5939 2003-08-01 Bernhard Herzog <[email protected]>
5940
5941 First step towards PostGIS integration. More abstraction by movin
5942 more code from the layer to the shapestore. More methods of the
5943 layer are now simply delegated to the equivalent method of the
5944 shapestore. The SHAPETYPE_* constants are now in data not in
5945 layer.
5946
5947 * Thuban/Model/data.py (SHAPETYPE_POLYGON, SHAPETYPE_ARC)
5948 (SHAPETYPE_POINT, Shape): Move these constants and classes from
5949 layer.py to data.py
5950 (ShapefileStore.__init__): More Initialization for the new methods
5951 and functionality.
5952 (ShapefileStore.ShapeType, ShapefileStore.NumShapes)
5953 (ShapefileStore.BoundingBox, ShapefileStore.ShapesInRegion)
5954 (ShapefileStore.Shape): New methods that were formerly implemented
5955 in the layer.
5956 (DerivedShapeStore.Shape, DerivedShapeStore.ShapesInRegion)
5957 (DerivedShapeStore.ShapeType, DerivedShapeStore.NumShapes)
5958 (DerivedShapeStore.BoundingBox): New. DerivedShapeStore
5959 equivalents of the new shape methods. These versions are simply
5960 delegated to the original shapstore.
5961
5962 * Thuban/Model/layer.py (SHAPETYPE_POLYGON, SHAPETYPE_ARC)
5963 (SHAPETYPE_POINT, Shape): Removed. They're now in data.py
5964 (Layer.SetShapeStore): Removed the initializatin of instance
5965 variables that were needed for the stuff that's now in
5966 ShapefileStore
5967 (Layer.BoundingBox, Layer.NumShapes, Layer.ShapeType)
5968 (Layer.Shape, Layer.ShapesInRegion): Simply delegate to the
5969 shapestore.
5970
5971 * Thuban/UI/classifier.py, Thuban/UI/renderer.py,
5972 Thuban/UI/viewport.py: Import the SHAPETYPE_* constants from data
5973 instead of layer.
5974
5975 * test/test_shapefilestore.py: New. Tests for ShapefileStore.
5976
5977 * test/test_derivedshapestore.py: New. Tests for DerivedShapeStore.
5978
5979 * test/test_layer.py: Import the SHAPETYPE_* constants from data
5980 instead of layer.
5981 (TestLayer.test_derived_store): Remove the test for the exception
5982 when instantiating the DerivedShapeStore with an incompatible
5983 table which is now in test_derivedshapestore.py. Add some more
5984 tests of the layer methods to determine whether they work for a
5985 DerivedShapeStore as well.
5986
5987 2003-07-31 Jonathan Coles <[email protected]>
5988
5989 * Doc/manual/thuban-manual.xml: Fix the list of required packages
5990 by just listing the name and where they can be found.
5991
5992 2003-07-31 Frank Koormann <[email protected]>
5993
5994 * Doc/manual/thuban-manual.xml:
5995 Changed the screenshot elements to figure.
5996 Changed some variablelist elements to itemizedlist.
5997 Added section on GDAL formats.
5998
5999 2003-07-31 Jonathan Coles <[email protected]>
6000
6001 * Doc/manual/thuban-manual.xml: Added a few sentences about
6002 the Fix Border Color option when generating classes.
6003
6004 2003-07-30 Jonathan Coles <[email protected]>
6005
6006 * Thuban/Model/classgen.py: Add docstrings. Rename specific
6007 Ramp instances to use lower_case_style.
6008
6009 * Thuban/UI/classgen.py: Use renamed Ramp instances.
6010
6011 * Thuban/UI/classifier.py: Add docstrings.
6012
6013 * Thuban/UI/dock.py: Add docstrings.
6014
6015 * test/test_classgen.py: Use renamed Ramp instances.
6016
6017 2003-07-30 Bernhard Herzog <[email protected]>
6018
6019 * Thuban/Lib/connector.py (QueueingPublisher): Removed. This class
6020 was never used in Thuban.
6021
6022 2003-07-30 Bernhard Herzog <[email protected]>
6023
6024 * Thuban/UI/join.py (JoinDialog.__init__): Use the table's Title()
6025 method directly instead of going through the transient_table
6026 method. This faster because transient_table may force the copy of
6027 a DBF file into the transient database and setting a table's title
6028 doesnm't affect the title of the associated transient table, so
6029 this fixes RT #2042
6030
6031 * Thuban/UI/main.py (__version__): Don't import the already
6032 removed show_exception_dialog.
6033
6034 2003-07-29 Jonathan Coles <[email protected]>
6035
6036 * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
6037 Put back this method and remove the equivalent function since we
6038 are setting the exception hook from within this class (OnInit).
6039
6040 2003-07-29 Jonathan Coles <[email protected]>
6041
6042 * Doc/manual/images/5_2_custom_ramp.png,
6043 Doc/manual/images/5_2_quantiles.png,
6044 Doc/manual/images/5_2_uniform_dist.png,
6045 Doc/manual/images/5_2_unique_values.png,
6046 Doc/manual/images/8_int_error.png: New screen shots.
6047
6048 * Doc/manual/thuban-manual.xml: Fixed typos and wording, clarified
6049 some points, and added more screen shots.
6050
6051 2003-07-29 Bernhard Herzog <[email protected]>
6052
6053 * Thuban/Model/data.py: Remove the now unused import of warnings
6054
6055 2003-07-29 Bernhard Herzog <[email protected]>
6056
6057 * Thuban/Model/data.py (SimpleStore): Removed. This class has been
6058 deprecated since before the 0.8 release and isn't used in Thuban
6059 itself anymore.
6060
6061 * Thuban/Model/transientdb.py: Remove some unnecessary imports
6062
6063 2003-07-29 Jonathan Coles <[email protected]>
6064
6065 * Thuban/UI/application.py (ThubanApplication.OnInit): set the
6066 python exception hook here so that we are sure to catch any
6067 Thuban exception that happen during initialization.
6068
6069 * Thuban/UI/main.py (main): Don't set the exception hook here,
6070 it will get set in ThubanApplication.OnInit.
6071
6072 2003-07-29 Jonathan Coles <[email protected]>
6073
6074 * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
6075 Removed and called it show_exception_dialog() so that the exception
6076 handler can be set before the class is created.
6077
6078 * Thuban/UI/main.py (main): Install the exception handler before
6079 a ThubanApplication is created.
6080
6081 2003-07-29 Bernhard Herzog <[email protected]>
6082
6083 * po/it.po: New. Italian translation by Maurizio Napolitano
6084
6085 * po/ru.po: New. Russian translation by Alex Shevlakov
6086
6087 2003-07-29 Frank Koormann <[email protected]>
6088
6089 * Doc/manual/thuban-manual.xml: Extended section on supported
6090 projections.
6091
6092 2003-07-29 Frank Koormann <[email protected]>
6093
6094 * Doc/manual/thuban-manual.xml: gaspell-checked.
6095
6096 2003-07-29 Jonathan Coles <[email protected]>
6097
6098 * Doc/manual/images/3_5_legend.png: Added border to improve look
6099 on white background.
6100
6101 2003-07-29 Jonathan Coles <[email protected]>
6102
6103 * Doc/manual/thuban-manual.xml: Fixed grammar and typos. Added
6104 descriptions for the legend toolbar.
6105
6106 * Doc/manual/images/4_2_raster_layer_properties.png: Removed
6107 cursor from dialog box.
6108
6109 2003-07-28 Jonathan Coles <[email protected]>
6110
6111 * Doc/manual/thuban-manual.xml: More screenshots and more chapters.
6112
6113 * Doc/manual/images/2_4_session_tree.png,
6114 Doc/manual/images/3_5_legend.png, Doc/manual/images/3_rename_map.png,
6115 Doc/manual/images/4_2_layer_properties.png,
6116 Doc/manual/images/4_2_raster_layer_properties.png,
6117 Doc/manual/images/5_3_genclass.png,
6118 Doc/manual/images/5_classification.png,
6119 Doc/manual/images/6_projection.png,
6120 Doc/manual/images/7_1_table_view.png,
6121 Doc/manual/images/7_2_5_join.png: New screenshots.
6122
6123 2003-07-24 Jonathan Coles <[email protected]>
6124
6125 * Doc/manual/thuban-manual.xml: Chapter on Projection Management.
6126
6127 2003-07-24 Jonathan Coles <[email protected]>
6128
6129 * Doc/manual/thuban-manual.xml: Added EPS images and wrote
6130 chapter on Layer Management.
6131
6132 * Doc/manual/Makefile: New. Makefile to generate all formats for the
6133 manual and images.
6134
6135 2003-07-24 Bernhard Herzog <[email protected]>
6136
6137 * Thuban/Model/range.py, Thuban/version.py: Remove the #! line as
6138 it annoys lintian which warns about these files not being
6139 executable. The #! isn't necessary here since if you absolutely
6140 must execute them you can always say "python <filename>".
6141
6142 * Thuban/UI/renderer.py (ScreenRenderer.draw_shape_layer): Remove
6143 superfluous code to set brush and pen for point shapes
6144
6145 * Thuban/UI/viewport.py: Remove commented out code that wouldn't
6146 belong in viewport anyway
6147
6148 2003-07-24 Frank Koormann <[email protected]>
6149
6150 * Doc/manual/thuban-manual.xml: Added section on table management.
6151
6152 2003-07-24 Bernhard Herzog <[email protected]>
6153
6154 * test/runtests.py (main): Recognize the long "verbose" option
6155 correctly.
6156
6157 2003-07-22 Jonathan Coles <[email protected]>
6158
6159 * Doc/manual/thuban-manual.xml: Continue to write first revision
6160 of the manual.
6161
6162 * Thuban/UI/renderer.py (MapRenderer.render_map): Wrap method
6163 with Begin/EndDrawing() calls to ensure we aren't doing to
6164 many updates to the dc during rendering.
6165 (ScreenRenderer.draw_shape_layer): self.draw_point_shape takes
6166 a pen and brush argument so they need to be passed to the function.
6167
6168 * Thuban/UI/viewport.py (ViewPort.calc_min_max_scales): New.
6169 Calculates the minimum and maximum scale values. Factored out
6170 of set_view_transform so that it could be used to zoom all the
6171 way into a single point.
6172 (ViewPort.set_view_transform): Call calc_min_max_scales().
6173 (ViewPort.FitSelectedToWindow): Zoom to the maximum scale
6174 if only a single point is selected.
6175
6176 * Doc/manual/images/1_2_legend_close.png,
6177 Doc/manual/images/1_2_legend_dock.png,
6178 Doc/manual/images/1_2_mainwindow.png,
6179 Doc/manual/images/1_2_mainwindow.ps,
6180 Doc/manual/images/1_2_mainwindow.sk,
6181 Doc/manual/images/3_2_fullextent.png,
6182 Doc/manual/images/3_2_fulllayerextent.png,
6183 Doc/manual/images/3_2_fullshapeextent.png,
6184 Doc/manual/images/3_2_pan.png,
6185 Doc/manual/images/3_2_zoomin.png,
6186 Doc/manual/images/3_2_zoomout.png,
6187 Doc/manual/images/3_3_identify.png,
6188 Doc/manual/images/3_3_label.png,
6189 Doc/manual/images/3_5_invisible.png,
6190 Doc/manual/images/3_5_movedown.png,
6191 Doc/manual/images/3_5_moveup.png,
6192 Doc/manual/images/3_5_props.png,
6193 Doc/manual/images/3_5_tobottom.png,
6194 Doc/manual/images/3_5_totop.png,
6195 Doc/manual/images/3_5_visible.png: New. Images for the documentation.
6196
6197 2003-07-18 Bernhard Herzog <[email protected]>
6198
6199 * Thuban/UI/messages.py (MAP_REPLACED): New message.
6200
6201 * Thuban/UI/viewport.py (ViewPort.SetMap): Issue MAP_REPLACED
6202 after the new map has been assigned
6203
6204 * Thuban/UI/mainwindow.py (MainWindow.delegated_messages):
6205 Delegate MAP_REPLACED to the canvas too
6206 (MainWindow.prepare_new_session): Removed. Thanks to the new
6207 MAP_REPLACED message it's no longer needed
6208 (MainWindow.OpenSession, MainWindow.NewSession):
6209 prepare_new_session has been removed.
6210
6211 * Thuban/UI/classifier.py (Classifier.__init__): Subscribe to
6212 MAP_REPLACED so that we can close the dialog if a new map is set.
6213 (Classifier.unsubscribe_messages): Unsubscribe from MAP_REPLACED
6214 (Classifier.map_replaced): Handle MAP_REPLACED by closing the
6215 dialog
6216
6217 * test/test_viewport.py (SimpleViewPortTest)
6218 (SimpleViewPortTest.test_default_size): Add doc-strings
6219 (ViewPortTest.setUp): Bind map to self.map so we can use it in
6220 tests. Subscribe to MAP_REPLACED messages too.
6221 (ViewPortTest.tearDown): No need to explicitly unsubscribe
6222 (ViewPortTest.test_set_map): New test for the SetMap method.
6223
6224 2003-07-18 Bernhard Herzog <[email protected]>
6225
6226 * test/test_viewport.py (SimpleViewPortTest.test_default_size):
6227 Move this test from ViewPortTest.setUp to this new separate test
6228 case. setUp is not the place for the actual tests.
6229 (ViewPortTest.test_inital_settings, ViewPortTest.setUp): Move some
6230 more of the test from setUp to the new test test_inital_settings.
6231 (ViewPortTest.test_win_to_proj, ViewPortTest.test_proj_to_win)
6232 (ViewPortTest.test_proj_conv): Split test_proj_conv into
6233 test_win_to_proj and test_proj_to_win and make the tests easier to
6234 understand
6235 (ViewPortTest.testFitRectToWindow, ViewPortTest.testZoomFactor)
6236 (ViewPortTest.testZoomOutToRect, ViewPortTest.testTranslate)
6237 (ViewPortTest.test_unprojected_rect_around_point)
6238 (ViewPortTest.test_find_shape_at, ViewPortTest.testTools):
6239 Reformat to increase readability.
6240
6241 2003-07-18 Bernhard Herzog <[email protected]>
6242
6243 * Thuban/UI/view.py (MapCanvas.OnLeftDown): Capture the mouse.
6244
6245 2003-07-18 Bernhard Herzog <[email protected]>
6246
6247 * test/runtests.py: The test suite can now be run without an X
6248 connection. To make sure this remains true, remove the DISPLAY
6249 environment variable so that an error occurs if the wxGTK is
6250 imported accidentally
6251
6252 2003-07-18 Bernhard Herzog <[email protected]>
6253
6254 * Thuban/UI/viewport.py: Remove unused imports
6255
6256 * Thuban/UI/view.py: Remove unused imports
6257
6258 2003-07-18 Bernhard Herzog <[email protected]>
6259
6260 * test/test_export.py Remove unused imports. The OutputTransform
6261 function is now in viewport.py and is called output_transform
6262 (TestScalebar.test_output_transform)
6263 (TestScalebar.test_OutputTransform): Renamed to
6264 test_output_transform and updated to use output_transform instead
6265 of OutputTransform
6266
6267 * Thuban/UI/view.py (OutputTransform): Moved to viewport.py and
6268 renamed.
6269 (MapCanvas.Export, MapPrintout.draw_on_dc): OutputTransform was
6270 renamed to output_transform
6271
6272 * Thuban/UI/viewport.py (OutputTransform, output_transform):
6273 Rename to output_transform
6274
6275 2003-07-18 Bernhard Herzog <[email protected]>
6276
6277 * Thuban/Model/layer.py (Layer.__init__): Rename
6278 classificationField to classificatin_column and init it here so
6279 that it can be used in SetClassificationColumn
6280 (Layer.GetClassificationColumn, Layer.GetClassificationField):
6281 Rename to GetClassificationColumn.
6282 (Layer.SetClassificationColumn, Layer.SetClassificationField):
6283 Rename to SetClassificationColumn and issue a LAYER_CHANGED
6284 message if the column changes.
6285 (Layer._classification_changed, Layer.ClassChanged): Rename to
6286 _classification_changed. Update the callers.
6287 (Layer.SetShapeStore): Further field->column renames.
6288
6289 * Thuban/Model/load.py (SessionLoader.start_classification)
6290 (SessionLoader.start_clpoint): Updates because of
6291 field->column method name changes in the Layer class
6292
6293 * Thuban/Model/save.py (SessionSaver.write_classification): Updates
6294 because of field->column method name changes in the Layer class
6295
6296 * Thuban/UI/classifier.py (Classifier.__init__)
6297 (Classifier._OnTry, Classifier._OnRevert): Updates because of
6298 field->column method name changes in the Layer class
6299
6300 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Updates
6301 because of field->column method name changes in the Layer class
6302
6303 * Thuban/UI/viewport.py (ViewPort.find_shape_at): Updates because
6304 of field->column method name changes in the Layer class
6305
6306 * test/test_save.py (SaveSessionTest.testClassifiedLayer)
6307 (SaveSessionTest.testClassifiedLayer): Update because of
6308 field->column method name changes in the Layer class
6309
6310 * test/test_layer.py (SetShapeStoreTests.setUp)
6311 (SetShapeStoreTests.test_sanity): Update because of field->column
6312 method name changes in the Layer class
6313 (TestLayerModification.setUp): Subscribe to LAYER_CHANGED as well
6314 (TestLayerModification.test_sanity)
6315 (TestLayerModification.test_initial_settings): remove unsued code
6316 and rename to test_sanity.
6317 (TestLayerModification.test_set_classification): New test for
6318 SetClassification and SetClassificationField.
6319
6320 2003-07-18 Bernhard Herzog <[email protected]>
6321
6322 * test/test_classgen.py (TestFixedRamp.test): Extend test to check
6323 the non-fixed values as well. The old test would have accepted a
6324 fixed ramp that only returnes the fixed properties
6325
6326 2003-07-17 Jonathan Coles <[email protected]>
6327
6328 * Doc/manual/mainwindow.png, Doc/manual/mainwindow.xcf: Screen
6329 shots for the manual. The XCF file is the source image and
6330 has additional layers to support changes.
6331
6332 * Doc/manual/thuban-manual.xml: Wrote an initial Introduction.
6333
6334 * Thuban/UI/classifier.py (Classifier.__BuildClassification):
6335 Return both the new class and the field name.
6336
6337 * Thuban/UI/mainwindow.py (MainWindow.ToggleLegend): Don't
6338 fit the map to the window as this changes any zoom level that
6339 the user may have set.
6340
6341 2003-07-16 Jonathan Coles <[email protected]>
6342
6343 * Thuban/Model/classgen.py (generate_singletons,
6344 generate_uniform_distribution, generate_quantiles): Remove
6345 fixes parameter, but maintain the same functionality by having
6346 the calling function pass a FixedRamp object for the ramp.
6347 (FixedRamp): New. Adapts a ramp to have fixed property values.
6348
6349 * Thuban/Model/classification.py: Use new CLASS_CHANGED message.
6350 (Classification): Inherit from Publisher.
6351 (Classification.__init__): Remove the layer parameter.
6352 Classifications no longer need to have a parent layer.
6353 (Classification.GetField, Classification.GetFieldType,
6354 Classification.SetFieldInfo): Removed. The field name is stored
6355 in the layer, and the type can be retreived by calling
6356 Layer.GetFieldType().
6357 (Classification._set_layer, Classification.GetLayer): Removed.
6358 Classifications no longer have a parent layer.
6359
6360 * Thuban/Model/layer.py (Layer.Destroy): Unsubscribe from the
6361 classification.
6362 (Layer.SetShapeStore): Reset the classification first while
6363 we still have the old shape store to work with.
6364 (Layer.GetClassificationField, Layer.SetClassificationField):
6365 New. Method for getting/setting the field to classify on.
6366 (Layer.SetClassification): Simplified now that the layer
6367 simply has to hold a reference to the classification and not
6368 tell the classification who owns it.
6369 Fixes RTbug #2023.
6370
6371 * Thuban/Model/load.py (SessionLoader.start_classification):
6372 Set the field name on the layer, not the classification.
6373
6374 * Thuban/Model/messages.py: Add CLASS_CHANGED for when a
6375 classification is modified.
6376
6377 * Thuban/Model/save.py (SessionSaver.write_classification):
6378 Get the field name and type from the layer.
6379
6380 * Thuban/Model/table.py (table_to_dbf, table_to_csv): Renamed
6381 parameter records to rows and add docstring. Fixes RTbug #1997.
6382
6383 * Thuban/UI/classgen.py (ClassGenDialog.OnOK): Use a fixed
6384 ramp when we need to fix certain values of a ramp rather than
6385 using the old fixes parameter. Fixes RTbug #2024.
6386
6387 * Thuban/UI/classifier.py (ClassGrid.CreateTable): Add fieldType
6388 parameter.
6389 (ClassTable.Reset): Add fieldType parameter and use it, rather
6390 than asking the classification.
6391 (Classifier.__init__): Remember the original class's field
6392 and ask the layer for the field type, rather than the classification.
6393 (Classifier.__SetGridTable): Retrieve the field and field type
6394 for the table because they are not in the classification.
6395 (Classifier._OnTry, Classifier._OnRevert): Set the classification
6396 field on the layer in addition to the classification itself.
6397
6398 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Get the
6399 classification field from layer.
6400
6401 * Thuban/UI/viewport.py (ViewPort.find_shape_at): Get the
6402 classification field from layer. Split up tests and remove
6403 *-imports. Fixes RTbug #1992.
6404
6405 * test/test_classgen.py (TestFixedRamp): Test for the FixedRamp class.
6406
6407 * test/test_classification.py
6408 (TestClassification.test_classification): Remove tests for methods
6409 that no longer exist.
6410
6411 * test/test_layer.py (SetShapeStoreTests.setUp): Classification
6412 __init__ no longer has a field parameter, use SetClassificationField.
6413 (SetShapeStoreTests.test_sanity): Use layer object to get class
6414 field info.
6415
6416 * test/test_save.py (SaveSessionTest.testClassifiedLayer): Use
6417 SetClassificationField on layer to set class field info.
6418
6419 * test/test_viewport.py: Renamed from test/test_view.py.
6420
6421 2003-07-16 Jan-Oliver Wagner <[email protected]>
6422
6423 * Doc/manual/thuban-manual.xml: Added authors and an initial
6424 coarse structure.
6425
6426 2003-07-15 Bernhard Herzog <[email protected]>
6427
6428 * test/support.py (FloatComparisonMixin): This is a mix-in class
6429 and therefore should not be derived from any other class.
6430
6431 * test/test_range.py (RangeTest): FloatComparisonMixin is a
6432 mix-in, so derive from TestCase as well.
6433
6434 2003-07-15 Bernhard Herzog <[email protected]>
6435
6436 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Rework the
6437 draw_func handling a bit to remove one layer of indirection. This
6438 makes the renderer about 10% faster in the non-classifying case
6439 and the code a bit cleaner
6440 (MapRenderer.draw_point_shape): Add the pen and brush parameters
6441 and set them in the dc. Now the draw_point_shape method and
6442 wxproj's draw_polygon_shape function have basically the same
6443 signature so that both can be directly used as draw_func
6444
6445 2003-07-15 Bernhard Herzog <[email protected]>
6446
6447 * Thuban/Model/save.py (SessionSaver.write_classification): Encode
6448 string values (in addition to the labels) as UTF 8
6449
6450 * Thuban/Model/load.py (SessionLoader.start_clpoint): Decode the
6451 values if the field type is string
6452
6453 * test/test_save.py (SaveSessionTest.testClassifiedLayer): Test
6454 saving a session with non-ascii string classification values.
6455
6456 * test/test_load.py (TestClassification.file_contents)
6457 (TestClassification.test): Check for non-ascii values in string
6458 classifications
6459
6460 2003-07-14 Jonathan Coles <[email protected]>
6461
6462 * test/test_view.py: New. Tests for ViewPort.
6463
6464 2003-07-14 Frank Koormann <[email protected]>
6465
6466 * Thuban/Model/load.py (SessionLoader.start_map): Encode map
6467 title to latin1. Fixes https://intevation.de/rt/webrt?serial_num=2013
6468
6469 * test/test_load_0_8.py (TestUnicodeStrings): New, test load of
6470 unicode strings from session file: session title, map title and
6471 projection name.
6472
6473 2003-07-10 Jonathan Coles <[email protected]>
6474
6475 * Thuban/UI/viewport.py (Tool.MouseUp): Should have called
6476 drag_stop, not drag_move when the mouse is released.
6477
6478 2003-07-10 Jonathan Coles <[email protected]>
6479
6480 The most important part of this is the seperation of view.py into
6481 two pieces. viewport.py now has a class called ViewPort which
6482 contains all the non-wx parts of view.py and can therefore be
6483 tested. view.py contains only the wx-specific parts and is fairly
6484 simple.
6485
6486 * Thuban/UI/view.py: Stripped out all non-wx functionality. Fixes
6487 RTTbug #1992.
6488 * Thuban/UI/viewport.py: New. Contains non-wx view functionality.
6489 RTTbug #1992.
6490
6491 * Thuban/Model/classgen.py (generate_singletons,
6492 generate_uniform_distribution, generate_quantiles):
6493 Added 'fixes' parameter so that property attributes can
6494 be held constant over the generated classification groups.
6495 (CustomRamp.GetProperties): Remove unused variables.
6496
6497 * Thuban/Model/map.py (Map.SetProjection): Send the old
6498 projection as an argument to listeners of the MAP_PROJECTION_CHANGED
6499 event.
6500
6501 * Thuban/Model/table.py (table_to_dbf, table_to_csv): Added 'records'
6502 parameter which is a list of records that restricts which
6503 records are saved. Fixes RTbug #1997.
6504
6505 * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
6506 Port exception dialog from GREAT-ER. Fixes RTbug #1993.
6507
6508 * Thuban/UI/classgen.py (ClassGenDialog.__init__): Add controls
6509 to allow the user to fix line color/width on generated groups.
6510 (ClassGenDialog.OnOK): Use new 'fixes' parameter of the generate_*
6511 functions to optionally fix group properties.
6512
6513 * Thuban/UI/main.py (main): Set exception hook to the
6514 ShowExceptionDialog. Fixes RTbug #1993.
6515
6516 * Thuban/UI/mainwindow.py (MainWindow.ShowTableView): Raise
6517 the table window when it is selectd to be shown.
6518
6519 * Thuban/UI/tableview.py (QueryTableFrame.__init__): Add an
6520 Export Selection button and move the export buttons underneath
6521 the table.
6522 (QueryTableFrame.UpdateStatusText): Added event argument so
6523 that it can respond to grid selection events. The status text
6524 is now updated even when the table is not associated with a
6525 layer as was previously assumed.
6526 (QueryTableFrame.OnGridSelectRange, OnGridSelectCell): Removed.
6527 UpdateStatusText responds to these events.
6528 (QueryTableFrame.OnSaveAs): Renamed to doExport.
6529 (QueryTableFrame.doExport): Helper function that saves the
6530 entire table, or selected rows, to a file.
6531 (QueryTableFrame.OnExport, QueryTableFrame.OnExportSel): New.
6532 Respond to export button events and call doExport.
6533
6534 * extensions/thuban/gdalwarp.cpp (ProjectRasterFile): Make sure
6535 the function doesn't return NULL without first setting a Python
6536 Error.
6537
6538 * test/runtests.py (main): Only print "Unknown option" for
6539 unsupported options.
6540
6541 * test/support.py (FloatComparisonMixin.assertFloatEqual): Take
6542 optional epsilon argument to specify floating point accuracy.
6543 (FloatComparisonMixin.assertFloatSeqEqual): Call assertFloatEqual
6544 for each item test.
6545
6546 * test/test_csv_table.py (TestCSVTable.test_table_to_cvs): Add
6547 tests for saving selected records.
6548
6549 * test/test_dbf_table.py (TestTableToDBF.test_table_to_dbf): Add
6550 tests for saving selected records.
6551
6552 * test/test_map.py (TestMapWithContents.test_set_projection):
6553 MAP_PROJECTION_CHANGED events send the old projection.
6554
6555 * test/test_session.py
6556 (TestSessionWithContent.test_forward_map_projection):
6557 MAP_PROJECTION_CHANGED events send the old projection.
6558
6559 * test/test_table.py (TableTest): Update tests to use non-deprecated
6560 functions.
6561
6562 2003-07-08 Bernhard Herzog <[email protected]>
6563
6564 * Thuban/Model/transientdb.py (TransientTableBase.Width): The type
6565 constants in the column objects are the standard ones defined in
6566 the table module.
6567
6568 * test/test_transientdb.py
6569 (TestTransientTable.test_transienttable_to_dbf): New. Test whether
6570 exporting transient tables as DBF works. This should catch the bug
6571 just fixed in TransientTableBase.Width.
6572
6573 2003-07-08 Bernhard Herzog <[email protected]>
6574
6575 * Thuban/Model/classgen.py (CustomRamp.GetProperties): Compute the
6576 interpolated colors correctly.
6577
6578 * test/test_classgen.py (TestCustomRamp.test_color_interpolation):
6579 New. Test case for the fix in classgen.py
6580
6581 2003-07-08 Bernhard Herzog <[email protected]>
6582
6583 * test/runtests.py (main): Make the default output less verbose
6584 and add a verbosity option (-v) to get the old output
6585
6586 2003-07-08 Bernhard Herzog <[email protected]>
6587
6588 * Resources/XML/thuban-0.9.dtd: New. This will become the DTD for
6589 0.9.
6590
6591 * Thuban/Model/transientdb.py (TransientJoinedTable.JoinType):
6592 New. Return the join type
6593
6594 * Thuban/Model/save.py (SessionSaver.write_session): Use new 0.9
6595 DTD
6596 (SessionSaver.write_data_containers): Save the join type for
6597 joined tables
6598
6599 * Thuban/Model/load.py (SessionLoader.__init__): Add the new 0.9
6600 namespace
6601 (SessionLoader.start_jointable): Handle the jointype attribute
6602
6603 * test/test_load_0_8.py: New. Effectively a copy of test_load.py
6604 as of Thuban 0.8. These are now tests to determine whether Thuban
6605 can still read files generated by Thuban 0.8
6606
6607 * test/test_load.py (LoadSessionTest.dtd)
6608 (TestSingleLayer.file_contents)
6609 (TestLayerVisibility.file_contents, TestLabels.file_contents)
6610 (TestLayerProjection.file_contents)
6611 (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
6612 (TestJoinedTable.file_contents)
6613 (TestLoadError.file_contents): Update for new DTD
6614 (TestJoinedTable.file_contents, TestJoinedTable.setUp): Add test
6615 for new join type attribute
6616
6617 * test/test_save.py (SaveSessionTest.dtd)
6618 (SaveSessionTest.testEmptySession)
6619 (SaveSessionTest.testSingleLayer)
6620 (SaveSessionTest.testLayerProjection)
6621 (SaveSessionTest.testRasterLayer)
6622 (SaveSessionTest.testClassifiedLayer)
6623 (SaveSessionTest.test_dbf_table)
6624 (SaveSessionTest.test_joined_table): Update for new DTD
6625 (SaveSessionTest.test_joined_table): Add test for new join type
6626 attribute
6627
6628 2003-07-04 Bernhard Herzog <[email protected]>
6629
6630 * Thuban/Model/table.py (_find_dbf_column_names): New. Helper
6631 function for table_to_dbf
6632 (table_to_dbf): Deal with names longer than the 10 character limit
6633
6634 * test/test_dbf_table.py (TestTableToDBF.test_table_to_dbf): Add
6635 doc-string
6636 (TestTableToDBF.test_table_to_dbf_long_col_names): New test for
6637 long column names
6638
6639 2003-07-03 Bernhard Herzog <[email protected]>
6640
6641 * Doc/manual/thuban-manual.xml: Fix the CVS Revision Tag syntax
6642
6643 2003-07-03 Bernhard Herzog <[email protected]>
6644
6645 * Doc/manual/thuban-manual.xml, Doc/manual/README: New. Skeleton
6646 for the Thuban manual and README with some basic information about
6647 the manual
6648
6649 2003-07-03 Bernhard Herzog <[email protected]>
6650
6651 * Thuban/Model/transientdb.py (TransientJoinedTable.__init__):
6652 Update doc-string
6653 (TransientJoinedTable.create): Do not modify the column objects of
6654 the input tables in place and copy all columns of the input tables
6655 into the joined table after all.
6656
6657 * test/test_transientdb.py
6658 (TestTransientTable.test_transient_joined_table_same_column_name):
6659 Update to reflect the new behavior
6660 (TestTransientTable.test_transient_joined_table_with_equal_column_names):
6661 Update to reflect the new behavior
6662 (TestTransientTable.test_transient_joined_table_name_collisions_dont_modify_in_place):
6663 New test case for a bug which modified the column objects in place
6664
6665 2003-07-02 Jonathan Coles <[email protected]>
6666
6667 * Thuban/Model/classgen.py (generate_singletons,
6668 generate_uniform_distribution, generate_quantiles,
6669 GenQuantiles0): Make sure maxValue isn't less than
6670 one, otherwise we could divide by zero.
6671
6672 * test/test_classgen.py (ClassGenTest.doClassRangeTest,
6673 ClassGenTest.doClassSingleTest): Call doBoundsTest to
6674 check the end classification groups against the
6675 proper property values.
6676 (ClassGenTest.doBoundsTest): New. Checks the first and
6677 last classification groups to make sure their properties
6678 are the correct upper and lower bounds for a color ramp.
6679
6680 2003-07-02 Jonathan Coles <[email protected]>
6681
6682 * Thuban/Model/classgen.py (generate_singletons,
6683 generate_uniform_distribution, generate_quantiles,
6684 GenQuantiles0): The denominator was one to high when
6685 calculating the index for the ramp causing the index
6686 to never to reach one.
6687
6688 2003-07-02 Jonathan Coles <[email protected]>
6689
6690 Changed the singature of ClassGroupRange.__init__ and
6691 ClassGroupRange.SetRange() so that the min/max values are
6692 passed as a tuple. This makes a better calling scheme for
6693 when a Range object is passed instead.
6694
6695 * Thuban/Model/classgen.py: Fixed parameters to
6696 ClassGroupRange constructor.
6697
6698 * Thuban/Model/classification.py (ClassGroupRange.__init__):
6699 Consolidate the min/max parameters into a single _range which
6700 can either be a tuple or a Range object.
6701 (ClassGroupRange.SetRange): Consolidate the min/max parameters
6702 into a single _range which can either be a tuple or a Range object.
6703
6704 * Thuban/Model/load.py (SessionLoader.start_clrange): Fix
6705 call to ClassGroupRange constructor to use a tuple.
6706
6707 * Thuban/Model/layer.py (Layer.SetClassification): Switch
6708 the classification instance variable to the new class
6709 before calling _set_layer otherwise subscribers to a
6710 LAYER_CHANGED event will not see any difference.
6711
6712 * test/test_classification.py: Fix tests of ClassGroupRange
6713 so that they use the new signature.
6714
6715 * test/test_load.py: Fix use of ClassGroupRange so that it
6716 uses the new signature.
6717
6718 * test/test_load_0_2.py: Fix use of ClassGroupRange so that it
6719 uses the new signature.
6720
6721 * test/test_save.py: Fix use of ClassGroupRange so that it
6722 uses the new signature.
6723
6724
6725 2003-07-01 Jonathan Coles <[email protected]>
6726
6727 * Thuban/Model/classgen.py: Fixes RTbug #1972, 1971.
6728 Import used objects/class from color.
6729 (generate_singletons): We don't
6730 need the numGroups parameter anymore because we are using
6731 the new ramps with GetProperties().
6732 (generate_uniform_distribution): Use new ramp method
6733 GetProperties().
6734 (generate_quantiles, GenQuantiles0): Use new ramp method
6735 GetProperties().
6736 (CustomRamp.SetNumGroups): Removed. The ramps now map
6737 a value from 0 to 1 to class properties so the number
6738 of groups is not needed ahead of time.
6739 (CustomRamp.next): Removed. CustomRamp does not support
6740 interation anymore.
6741 (CustomRamp.GetProperties): Returns a ClassGroupProperties
6742 object based on the index value from 0 to 1 that is
6743 passed to it.
6744 (GreyRamp, RedRamp, GreenRamp, BlueRamp, GreenToRedRamp):
6745 Made into instances of Monochromatic class instread of
6746 deriving from it.
6747 (HotToCold.SetNumGroups): Removed. See CustomRamp.
6748 (HotToCold.next): Removed. See CustomRamp.
6749
6750 * Thuban/Model/classification.py: Fixes RTbug #1973, 1971.
6751 (Classification.SetField, Classification.SetFieldType):
6752 Replaced with SetFieldInfo.
6753 (Classification.SetFieldInfo): New. Does a better job of
6754 what SetField and SetFieldType used to do by combining
6755 their function since they should really always be done
6756 at the same time.
6757 (Classification.SetLayer): Renamed to _set_layer.
6758 (Classification._set_layer): Should only be called from
6759 Layer's SetClassification. This does not cause a recursive
6760 call as SetLayer did because we know that Layer knows about
6761 the classification.
6762
6763 * Thuban/Model/color.py: Fixes RTbug #1971.
6764 (_Transparent): Renamed from Transparent so it doesn't
6765 conflict with the module variable.
6766 (Transparent, Black): Renamed from Color.Transparent,
6767 Color.Black so they are not class variables.
6768
6769 * Thuban/Model/layer.py: Fixes RTbug #1971, 1973.
6770 (Layer.Destroy): We don't need to call SetClassification
6771 anymore to clear out the back reference in the classifcation
6772 to the layer. It's better to set it to None using _set_layer,
6773 and we won't be creating another clas object too.
6774 (Layer.SetClassification): Classification._set_layer is not
6775 recursive so remove all the locking variables. Also clean
6776 up the code so that it remains unchanged if something fails.
6777
6778 * Thuban/Model/load.py: Fixes RTbug #1971.
6779 (SessionLoader.start_classification): Call
6780 Classification.SetFieldInfo().
6781
6782 * Thuban/Model/save.py: Removed import of Color which wasn't
6783 being used.
6784
6785 * Thuban/UI/classgen.py: Fixes RTbug #1972.
6786 (ClassGenDialog.__init__): Color ramps are now instances
6787 already so we don't need to create any new objects.
6788 (ClassGenDialog.OnOK): Check for numGroups is no longer
6789 necessary because we never use it.
6790
6791 * Thuban/UI/classifier.py: Fixes RTbug #1971.
6792 (Classifier.__BuildClassification, Classifier.__SetGridTable):
6793 Call Classification.SetFieldInfo() instead of SetFieldType.
6794
6795 * Thuban/UI/renderer.py: Fixes RTbug #1971.
6796
6797 * Thuban/UI/view.py: Fixes RTbug #1974, 1971.
6798 (MapCanvas.__init__): Subscribe to the idle time event. Set
6799 background color to white.
6800 (MapCanvas.OnPaint): Set a flag indicating that we should
6801 render the map during idle time. If we already have a bitmap
6802 just draw it now.
6803 (MapCanvas.OnIdle): New. Render the map only during idle time.
6804 This also fixes a problem with the busy cursor under gtk.
6805
6806 * test/test_classgen.py (ClassGenTest.test_generate_singletons):
6807 Fix calls to generate_singletons because the signature changed.
6808
6809 * test/test_classification.py: Fix color references and
6810 change calls to Classification.[SetField|SetFieldType] to
6811 SetFieldInfo.
6812
6813 * test/test_load.py: Fix color references.
6814
6815 * test/test_load_0_2.py: Fix color references.
6816
6817 * test/test_save.py (SaveSessionTest.testClassifiedLayer):
6818 Change calls to Classification.[SetField|SetFieldType] to
6819 SetFieldInfo.
6820
6821 2003-07-01 Frank Koormann <[email protected]>
6822
6823 MERGE from the greater-ms3 branch.
6824
6825 * test/test_transientdb.py
6826 (TestTransientTable.test_transient_joined_table_with_equal_column_names):
6827 New. Test join of two tables with partly equal column names.
6828
6829 * Thuban/Model/transientdb.py (TransientJoinedTable.create):
6830 If duplicates in left and right tables column names are found,
6831 append '_' (underscores) to the name until it is unique.
6832 Create always new internal names for the resulting table and reference
6833 columns in the join statement with <table>.<column>
6834
6835 2003-07-01 Bernhard Herzog <[email protected]>
6836
6837 * test/test_transientdb.py
6838 (TestTransientTable.test_transient_joined_table_same_column_name):
6839 New. Test whether joining on columns with the same names in both
6840 tables works.
6841
6842 * Thuban/Model/transientdb.py (TransientJoinedTable.create): Make
6843 sure to use the right internal names even when joining on field
6844 with the same names in both tables. Also, detect duplicate names
6845 in the joined table correctly.
6846
6847 2003-07-01 Frank Koormann <[email protected]>
6848
6849 * Thuban/UI/renderer.py (ExportRenderer.render_legend):
6850 Reverse List of layers to render in same order as in desktop legend.
6851
6852 2003-06-30 Jonathan Coles <[email protected]>
6853
6854 * Thuban/version.py (make_tuple): Takes a version string
6855 and splits it into a tuple of at most three integers.
6856 Used make_tuple() to make tuple versions of the version
6857 numbers.
6858
6859 * Thuban/UI/about.py: Add Thuban email addresses.
6860
6861 2003-06-30 Jonathan Coles <[email protected]>
6862
6863 * Thuban/version.py: SQLite/PySQLite version dependencies
6864 were too high.
6865
6866 2003-06-30 Jonathan Coles <[email protected]>
6867
6868 * Thuban/version.py: Update version to 0.8.1
6869
6870 * MANIFEST.in: Added Projections so that default.proj is
6871 included.
6872
6873 2003-06-26 Jonathan Coles <[email protected]>
6874
6875 New About box with lots more information including library
6876 versions and credits. More/better version checking before
6877 Thuban starts.
6878
6879 * Thuban/UI/about.py: New. New About box that displays
6880 library version information and credits.
6881
6882 * Thuban/version.py: Added new 'versions' dictionary which
6883 contains the verions of various libraries which are checked
6884 when the module loads.
6885 (verify_versions): Check all version numbers and returns
6886 a list of errors.
6887
6888 * Thuban/UI/classifier.py (Classifier.__EnableButtons):
6889 Reset the status of the buttons as the situation warrants,
6890 but in a better more reliable way by not relying on the
6891 current status to determine what needs to change.
6892
6893 * Thuban/UI/main.py (wxCHECK_VERSION): Removed. Not needed.
6894 (verify_versions): Remove most of the code since it is
6895 now in Thuban.version.verify_versions.o
6896
6897 * Thuban/UI/mainwindow.py (MainWindow.About): Call new
6898 About box in Thuban.UI.about.
6899
6900 * extensions/thuban/gdalwarp.cpp (get_gdal_version): New.
6901 Returns the version of gdal library being used as a string.
6902
6903 * extensions/thuban/wxproj.cpp (check_version, check_version_gtk):
6904 Removed.
6905 (get_proj_version): Return the version of PROJ that the file
6906 was compiled with.
6907 (get_gtk_version): Return th version of GTK that the file
6908 was compiled with.
6909
6910 2003-06-25 Jonathan Coles <[email protected]>
6911
6912 * Thuban/UI/classifier.py (Classifier.EditSymbol): The parent
6913 of the SelectPropertiesDialog should be self so the window
6914 appears on top.
6915 (ClassGroupPropertiesCtrl.DoEdit): The parent
6916 of the SelectPropertiesDialog should be self so the window
6917 appears on top.
6918
6919 * Thuban/UI/resource.py: Cleaned up how we determine file
6920 extensions.
6921 (GetImageResource): Return an wxImage from our Resources.
6922
6923 2003-06-24 Jonathan Coles <[email protected]>
6924
6925 * Thuban/UI/renderer.py (ExportRenderer.render_legend):
6926 Check that a layer has a classification before trying
6927 to get it. Raster layers don't have classifications.
6928
6929 2003-06-23 Jonathan Coles <[email protected]>
6930
6931 * setup.py: Add Resources/XML to resource list.
6932
6933 2003-06-23 Jonathan Coles <[email protected]>
6934
6935 * setup.cfg: Fix copyright dates
6936
6937 2003-06-23 Jonathan Coles <[email protected]>
6938
6939 * MANIFEST.in: Update with Resources/XML
6940
6941 * setup.py: Don't include Locale resources yet as we don't
6942 have any and it causes problems building the distribution
6943 for Windows. Update version to 0.8.0.
6944
6945 * Doc/thuban.dtd: Removed since it is now in Resources/XML.
6946
6947 * Thuban/UI/mainwindow.py: Add blank line at the end because
6948 file was not being read correctly building the Windows
6949 distribution.
6950
6951 2003-06-23 Jonathan Coles <[email protected]>
6952
6953 * Thuban/UI/mainwindow.py (MainWindow.About): Fix text.
6954
6955 * Thuban/version.py: Temporarily update longversion for
6956 the 0.8 release so that it doesn't have the cvs revision.
6957
6958 2003-06-23 Jonathan Coles <[email protected]>
6959
6960 * Thuban/UI/common.py (ThubanBeginBusyCursor): Call wxSafeYield
6961 to make sure that we don't create reentrant possibilities with
6962 wxYield.
6963
6964 * Thuban/UI/view.py (MapCanvas.OnPaint): Call wxBeginBusyCursor()
6965 directly to avoid the wxSafeYield() call which generates an
6966 OnPaint event causing infinite recursion. Don't try to catch
6967 exception anymore. This was for before there were limits on map
6968 scaling.
6969
6970 2003-06-23 Bernhard Herzog <[email protected]>
6971
6972 Bug fix for RT #1961:
6973
6974 * Thuban/Model/load.py (SessionLoader.start_derivedshapesource):
6975 Register DerivedShapestores with the session
6976
6977 * Thuban/Model/session.py (Session.Tables): Make sure each table
6978 is only listed once.
6979
6980 * test/test_load.py (TestJoinedTable.test): Add check_format call.
6981 Update file contents to match the one written out.
6982
6983 2003-06-20 Bernhard Herzog <[email protected]>
6984
6985 * test/xmlsupport.py (SaxEventLister.startElementNS)
6986 (SaxEventLister.endElementNS): Do not include the qname. Python
6987 2.2.1 and 2.2.2 and 2.2.3 differ in this regard. In 2.2.1 qname it
6988 is (presumably incorrectly) None, whereas it's a string with the
6989 element name in the later versions.
6990
6991 * test/test_xmlsupport.py (TestEventList.test_even_list_simple)
6992 (TestEventList.test_even_list_namespace): Update tests to reflect
6993 the new behaviour
6994 (TestEventList.test_even_list_id_normalization): Fix doc-string
6995
6996 2003-06-20 Jonathan Coles <[email protected]>
6997
6998 * Thuban/Model/layer.py (BaseLayer.HasShapes): New. Overridden
6999 by deriving classes to determine if that layer supports shapes.
7000 (Layer): Override HasShapes and return true.
7001
7002 * Thuban/UI/classgen.py: Use Thuban[Begin|End]BusyCursor()
7003 instead of a direct call to wx[Begin|End]CusyCursor().
7004 (GenUniquePanel._OnRetrieve): Set busy cursor while retrieving
7005 table data.
7006
7007 * Thuban/UI/common.py (ThubanBeginBusyCursor, ThubanEndBusyCursor):
7008 New. Wrappers around the wxWindows functions that allow us to
7009 make additional calls such as wxYield which gives the native
7010 system a chance to update the cursor correctly.
7011
7012 * Thuban/UI/tableview.py: Use Thuban[Begin|End]BusyCursor()
7013 instead of a direct call to wx[Begin|End]CusyCursor().
7014
7015 * Thuban/UI/view.py: Use Thuban[Begin|End]BusyCursor()
7016 instead of a direct call to wx[Begin|End]CusyCursor().
7017 (MapCanvas.find_shape_at): Check if the current search layer
7018 support shapes, otherwise go on to the next layer.
7019
7020 * test/test_layer.py: Add tests in each type of layer for
7021 HasClassification() and HasShapes()
7022
7023 2003-06-20 Jonathan Coles <[email protected]>
7024
7025 * Thuban/UI/view.py (MapCanvas.OnPaint): Call wxYield after
7026 turning on the busy cursor to allow the system to change the
7027 cursor before we begin painting. This fixes a problem that
7028 was occuring only under GTK. Fixes RTbug #1840.
7029
7030 2003-06-20 Bernhard Herzog <[email protected]>
7031
7032 * Resources/XML/thuban-0.8.dtd: New DTD for the new file format
7033 version.
7034
7035 * Thuban/Model/save.py (sort_data_stores): New. Make topological
7036 sort of the data sources so they can be written with sources that
7037 data sources that depend on other data sources come after the
7038 sources they depend on.
7039 (SessionSaver.__init__): Add idmap instance variable to map from
7040 objects to the ids used in the file.
7041 (SessionSaver.get_id, SessionSaver.define_id)
7042 (SessionSaver.has_id): New. Methods to manage the idmap
7043 (SessionSaver.write): Use thuban-0.8.dtd
7044 (SessionSaver.write_session): Add a namespace on the session and
7045 write out the data sources before the maps.
7046 (SessionSaver.write_data_containers): New. Write the data
7047 containers.
7048 (SessionSaver.write_layer): Layer elements now refer to a
7049 shapestore and don't contain filenames anymore.
7050
7051 * Thuban/Model/load.py (LoadError): Exception class to raise when
7052 errors in the files are discovered
7053 (SessionLoader.__init__): Define dispatchers for elements with a
7054 thuban-0.8 namespace too.
7055 (SessionLoader.check_attrs): New helper method to check and
7056 convert attributes
7057 (AttrDesc): New. Helper class for SessionLoader.check_attrs
7058 (SessionLoader.start_fileshapesource)
7059 (SessionLoader.start_derivedshapesource)
7060 (SessionLoader.start_filetable, SessionLoader.start_jointable):
7061 Handlers for the new elements in the new fileformat
7062 (SessionLoader.start_layer): Handle the shapestore attribute in
7063 addition to filename.
7064 (SessionLoader.start_table, SessionLoader.end_table): Removed.
7065 They were never used in the old formats and aren't needed for the
7066 new.
7067
7068 * Thuban/Model/session.py (Session.DataContainers): New method to
7069 return all "data containers", i.e. shapestores and tables
7070
7071 * test/xmlsupport.py (SaxEventLister.__init__)
7072 (SaxEventLister.startElementNS, sax_eventlist): Add support to
7073 normalize IDs.
7074
7075 * test/test_xmlsupport.py
7076 (TestEventList.test_even_list_id_normalization): New test case for
7077 id normalization
7078
7079 * test/test_load.py (LoadSessionTest.check_format): Use ID
7080 normalization
7081 (LoadSessionTest.thubanids, LoadSessionTest.thubanidrefs): New
7082 class atrributes used for ID normalization
7083 (TestSingleLayer, TestLayerVisibility, TestLabels.test)
7084 (TestLayerProjection.test, TestRasterLayer.test): Adapt to new
7085 file format
7086 (TestJoinedTable): New test for loading sessions with joined
7087 tables.
7088 (TestLoadError): New. Test whether missing required attributes
7089 cause a LoadError.
7090
7091 * test/test_save.py (SaveSessionTest.thubanids)
7092 (SaveSessionTest.thubanidrefs): New class attributes for ID
7093 normalization in .thuban files.
7094 (SaveSessionTest.compare_xml): Use id-normalization.
7095 (SaveSessionTest.testEmptySession)
7096 (SaveSessionTest.testLayerProjection)
7097 (SaveSessionTest.testRasterLayer)
7098 (SaveSessionTest.testClassifiedLayer): Adapt to new file format.
7099 (SaveSessionTest.testLayerProjection): The filename used was the
7100 same as for testSingleLayer. Use a different one.
7101 (SaveSessionTest.test_dbf_table)
7102 (SaveSessionTest.test_joined_table): New test cases for saving the
7103 new data sources structures.
7104 (TestStoreSort, MockDataStore): Classes to test the sorting of the
7105 data stores for writing.
7106
7107 * test/runtests.py: Add CVS keywords
7108
7109 2003-06-20 Jonathan Coles <[email protected]>
7110
7111 * test/test_session.py
7112 (UnreferencedTablesTests.test_unreferenced_tables_with_joins):
7113 Use the cultural_landmark-point.dbf file for the store so that
7114 the table rows and shape count match.
7115
7116 2003-06-20 Jonathan Coles <[email protected]>
7117
7118 * Thuban/Model/data.py (DerivedShapeStore.__init__): Raise
7119 an exception if the number of shapes is different from the
7120 number of rows in the table. Address RTbug #1933.
7121
7122 * test/test_layer.py (TestLayer.test_derived_store): Add
7123 a test for the new exception in DerivedShapeStore.__init__.
7124
7125 * test/support.py (FloatTestCase): Removed since there is
7126 already FloatComparisonMixin. Fixes RTbug #1954.
7127 (FloatComparisonMixin.assertFloatEqual): Include test for
7128 infinity that was part of FloatTestCase.
7129
7130 * test/test_range.py (RangeTest): Inherit from
7131 support.FloatComparisonMixin now that we don't have
7132 support.FloatTestCase.
7133
7134 2003-06-20 Bernhard Herzog <[email protected]>
7135
7136 * test/test_save.py (SaxEventLister, sax_eventlist): Removed. Use
7137 the implementation in xmlsupport instead.
7138 (SaveSessionTest.compare_xml): sax_eventlist is now in xmlsupport
7139
7140 * test/test_proj.py: Import sax_eventlist from xmlsupport instead
7141 of test_save
7142
7143 2003-06-20 Bernhard Herzog <[email protected]>
7144
7145 * test/test_load.py (LoadSessionTest.check_format): New helper
7146 method to make sure the test files we load might have been written
7147 by the current thuban version.
7148 (ClassificationTest.TestLayers, TestSingleLayer.test)
7149 (TestLayerVisibility.test, TestClassification.test)
7150 (TestLabels.test, TestLayerProjection.test, TestRasterLayer.test):
7151 Add check_format() calls and fix the thuban data to match the data
7152 that would be written by saving the session loaded from it.
7153
7154 * test/xmlsupport.py (SaxEventLister, sax_eventlist): Copies of
7155 the same class and function in test_save.
7156
7157 * test/test_xmlsupport.py (TestEventList): New. test cases for
7158 sax_eventlist
7159
7160 2003-06-20 Bernhard Herzog <[email protected]>
7161
7162 * Resources/XML/thuban.dtd: Add comment about which versions of
7163 Thuban are covered by this DTD
7164 (map): Fix content model for layers and raster layers. There can
7165 be any number or layers and raster layers in any order.
7166
7167 2003-06-20 Jonathan Coles <[email protected]>
7168
7169 This is mainly about fixing RTbug #1949.
7170
7171 * Thuban/Model/classification.py: Remove "from __future__"
7172 import statement since python 2.2 is the earliest supported
7173 version.
7174
7175 * Thuban/Model/proj.py (Projection.GetProjectedUnits): New.
7176 Currently returns PROJ_UNITS_METERS or PROJ_UNITS_DEGREES
7177 depending on the units this projection *forwards* into.
7178
7179 * Thuban/Model/save.py (SessionSaver.write_classification):
7180 Remove unnecessary use of lambdas and nested functions.
7181
7182 * Thuban/UI/legend.py (ScaleBarBitmap.__SetScale): Do scale
7183 adjustment here if the map projection uses degrees.
7184
7185 * Thuban/UI/scalebar.py (ScaleBar.DrawScaleBar): Remove
7186 scale adjust code since it is now done before calling
7187 this method. Don't do anything if the map projection
7188 is None.
7189
7190 2003-06-19 Bernhard Herzog <[email protected]>
7191
7192 Move version specific load tests to their own file.
7193
7194 * test/test_load.py: Expand the doc-string to explain a bit how to
7195 handle file format changes.
7196 (TestClassification.test): Update the docstring as this test is
7197 not about Thuban 0.2 anymore.
7198
7199 * test/test_load_0_2.py: New file with the load tests for thuban
7200 files created with Thuban 0.2 and earlier.
7201
7202 2003-06-19 Bernhard Herzog <[email protected]>
7203
7204 Add XML validation to some of the tests. Validation will only be
7205 done if pyRXP is installed (http://reportlab.com/xml/pyrxp.html).
7206 To make the DTD available to the test cases it's moved into
7207 Resources/XML
7208
7209 * Resources/XML/thuban.dtd: New. This is now the real Thuban DTD
7210 for versions up to and including 0.2. Two slight changes: added an
7211 encoding specification and fixed the comment which refered to
7212 GRASS, not Thuban
7213
7214 * test/xmlsupport.py: New support module for tests involving XML.
7215 Currently there's a mix-in class for XML validation.
7216
7217 * test/test_xmlsupport.py: New. Tests for the xmlsupport module
7218
7219 * test/test_save.py (SaveSessionTest): Derive from ValidationTest
7220 so that we can validate the
7221 (SaveSessionTest.testEmptySession)
7222 (SaveSessionTest.testSingleLayer)
7223 (SaveSessionTest.testSingleLayer)
7224 (SaveSessionTest.testLayerProjection)
7225 (SaveSessionTest.testRasterLayer)
7226 (SaveSessionTest.testClassifiedLayer): Validate the generated XML
7227
7228 * test/runtests.py (main): Call print_additional_summary instead
7229 of print_garbage_information
7230
7231 * test/support.py (resource_dir): New function to return the
7232 "Resource" subdirectory
7233 (print_additional_summary): New function to combine several
7234 summary functions
7235 (run_tests): Use print_additional_summary instead of calling
7236 print_garbage_information directly
7237
7238 2003-06-19 Bernhard Herzog <[email protected]>
7239
7240 * Doc/thuban.dtd (classification): Correct the content model of
7241 the classification element.
7242 (projection): Add the "name" attribute
7243
7244 2003-06-19 Frank Koormann <[email protected]>
7245
7246 MERGE from the greater-ms3 branch.
7247
7248 * Thuban/UI/scalebar.py (ScaleBar.DrawScaleBar): Apply conversion to
7249 scale if projection is latlong to get better estimate.
7250
7251 Fix problem of hidden properties dialog under windows after double
7252 click on layer tree:
7253 The tree control always gets an Expanded / Collapsed event after
7254 the ItemActivated on double click, which raises the main window again.
7255 We add a second ItemActivated event to the queue, which simply
7256 raises the already displayed window.
7257
7258 * Thuban/UI/legend.py (LegendTree.__init__): Instance variable
7259 raiseProperties initialized to prevent endless loops
7260 (LegendTree._OnItemActivated): Depending on self.raiseProperties
7261 simply raise the properties or open the dialog and issue a second
7262 event.
7263
7264 2003-06-18 Jonathan Coles <[email protected]>
7265
7266 * setup.py: Fix a few problems that occured under Windows.
7267
7268 2003-06-18 Jonathan Coles <[email protected]>
7269
7270 When Thuban loaded the map was redrawn twice because the
7271 legend was being opened after the mainwindow was created
7272 and not during its creation. This meant the map was drawn
7273 initially and then had to be redrawn when the legend
7274 caused the display to change. Now the legend is opened
7275 in the mainwindow constructor which resolves this issue.
7276
7277 Also, although we were checking for the existence of
7278 gdal and gdalwarp modules, the gdalwarp extension was
7279 still being compiled (which may fail if the system doesn't
7280 have gdal installed). the build_ext command to setup.py
7281 now accepts the flags --with-gdal and --without-gdal.
7282 If --without-gdal is specified setup.py will try to
7283 use the gdal parameters specified by gdal-config. Under
7284 windows, those parameters have to be set in setup.py
7285 as with proj4 an wxWindows.
7286
7287 * setup.py: Use a list instead of seperate variables for
7288 extension parameters so we can create a generic function
7289 that runs an appropriate *-config script.
7290 (run_cs_script): Renamed from run_wx_script and modified
7291 to accept a second argument which is a list of lists to
7292 be filled in by the values returned from running the command.
7293 (thuban_build_ext): New. Extends the build_ext command and
7294 provides the options --with-gdal/--without-gdal which then
7295 optionally includes the gdalwarp extension.
7296
7297 * Thuban/Model/resource.py: First check if we can import
7298 the gdalwarp Thuban extension before checking for gdal.
7299 Also added some comments.
7300
7301 * Thuban/UI/legend.py (ScaleBarBitmap.__SetScale): Check if
7302 the map is None which may be the case if none has been loaded
7303 yet.
7304
7305 * Thuban/UI/main.py (main): Remove call to ShowLegend.
7306
7307 * Thuban/UI/mainwindow.py (MainWindow.__init__): Call ShowLegend().
7308
7309 * Thuban/UI/renderer.py: Check for gdal support before importing
7310 gdalwarp.
7311 (MapRenderer.render_map): Only try to optimize if we have gdal
7312 support otherwise nothing will get drawn.
7313
7314 * Thuban/UI/view.py (MapCanvas.FitMapToWindow): This may be called
7315 during startup before a map has been created. Check if map is None
7316 before using it and do nothing if it is.
7317
7318 2003-06-17 Jonathan Coles <[email protected]>
7319
7320 Fix the problem with raster layers under Windows that caused
7321 Thuban to crash. The view should respond to layer projection
7322 changed events to update the display. Changes to a projection
7323 should not cause the map to be set to full extent.
7324
7325 * Thuban/UI/view.py (MapCanvas.__init__): New instance variable
7326 current_map_proj to remember the current map projection so that
7327 when the projection changes we know what the previous projection
7328 was.
7329 (MapCanvas.SetMap): Unsubscribe and subscribe to
7330 LAYER_PROJECTION_CHANGED events.
7331 (MapCanvas.projection_changed): Split into two methods that respond
7332 to map and layer projection changes.
7333 (MapCanvas.map_projection_changed): New. Takes the current view and
7334 projects it using the new projection. This does not cause the
7335 map to be redrawn at full extent.
7336 (MapCanvas.layer_projection_changed): New. Cause a redraw which
7337 will draw each layer in its new projection.
7338
7339 * extensions/thuban/bmpdataset.cpp (BMPDataset::Open): Call
7340 VSIFClose() not VSIFCloseL() to close the file. Fixes a crash
7341 under Windows.
7342
7343 * extensions/thuban/gdalwarp.cpp (MFILENAME): Padding should be
7344 to twice sizeof(void*) because there are two digits for each
7345 hex byte.
7346
7347 2003-06-16 Bernhard Herzog <[email protected]>
7348
7349 Update to the layer interface: Direct access to the table,
7350 shapetable, shapefile and filename attributes is now actively
7351 deprecated by issuing deprecation warnings for all places where
7352 this happens.
7353
7354 * Thuban/Model/layer.py (Layer.__getattr__): New. Implement access
7355 to the instance variables table, shapetable, shapefile and
7356 filename via __getattr__ so that we can issue a deprecation
7357 warning.
7358 (Layer.SetShapeStore): Don't set the deprecated instance variables
7359 any more
7360 (Layer.SetShapeStore): Don't use deprecated layer instance
7361 variables
7362 (Layer.Destroy): No need to explicitly remove the instance
7363 variables any more
7364 (Layer.GetFieldType, Layer.Shape): Don't use deprecated layer
7365 instance variables
7366
7367 * Thuban/UI/classgen.py (ClassGenDialog.__init__)
7368 (GenUniformPanel._OnRetrieve, GenUniquePanel._OnRetrieve)
7369 (GenQuantilesPanel.GetList, GenQuantilesPanel.OnRetrieve): Don't
7370 use deprecated layer instance variables
7371
7372 * Thuban/UI/classifier.py (Classifier.__init__): Don't use
7373 deprecated layer instance variables
7374
7375 * Thuban/UI/identifyview.py (IdentifyListCtrl.selected_shape)
7376 (IdentifyGridCtrl.selected_shape): Don't set the deprecated layer
7377 instance variables
7378
7379 * Thuban/UI/tableview.py (LayerTableGrid.select_shapes): Don't use
7380 deprecated layer instance variables
7381
7382 * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Don't use
7383 deprecated layer instance variables
7384
7385 * Thuban/Model/save.py (SessionSaver.write_layer): Don't use
7386 deprecated layer instance variables
7387
7388 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer)
7389 (MapRenderer.polygon_render_param): Don't use deprecated layer instance
7390 variables
7391
7392 * test/runtests.py (main): Turn Thuban's deprecation warnings into
7393 errors so that they're cought by the tests
7394
7395 * test/test_load.py (TestSingleLayer.test): Don't use deprecated
7396 layer instance variables
7397
7398 2003-06-16 Jonathan Coles <[email protected]>
7399
7400 Fix a problem under Windows whereby if the user double-clicks on a
7401 layer in the legend that tree item will expand or collapse as well
7402 as open the layer properties dialog. The state of the tree item
7403 should not be affected.
7404
7405 * Thuban/UI/legend.py (LegendTree.__init__): Add instance variable
7406 preventExpandCollapse and subscribe to expanding and collapsing
7407 events.
7408 (LegendTree.OnItemExpandCollapse): New. Responds to expanding and
7409 collapsing events and will veto the event if it has been triggered
7410 by the user double clicking on a layer.
7411 (LegendTree._OnItemActivated): Set preventExpandCollapse to indicate
7412 that an expanding/collapsing event should be vetoed.
7413
7414 2003-06-13 Bernhard Herzog <[email protected]>
7415
7416 * Thuban/UI/classifier.py (Classifier.OnClose)
7417 (Classifier.map_layers_removed)
7418 (Classifier.layer_shapestore_replaced): Unsubscribe the messages
7419 in OnClose and not in map_layers_removed or
7420 layer_shapestore_replaced to make sure it always happens when the
7421 dialog is closed
7422
7423 2003-06-13 Jonathan Coles <[email protected]>
7424
7425 This puts back a fix for Windows where a panel is needed so that
7426 the background of the table view appears correctly.
7427
7428 * Thuban/UI/tableview.py (TableFrame.__init__): Add a panel
7429 object that can be used by derived classes to place any
7430 controls (including the grid) onto.
7431 (QueryTableFrame.__init__): Use the panel as the parent window
7432 for all the controls. Reparent the grid so that the panel is
7433 the parent. Call UpdateStatusText() to correctly initialize
7434 the status bar.
7435
7436 2003-06-13 Jonathan Coles <[email protected]>
7437
7438 * Thuban/UI/dialogs.py (ThubanFrame): New: a class that inherits
7439 from wxFrame (as opposed to wxDialog like the other classes)
7440 but otherwise behaves like the other classes. This is needed
7441 for the TableView which isn't really a dialog and needs to
7442 have a status bar and control buttons.
7443
7444 * Thuban/UI/tableview.py (TableGrid.__init__): Create an
7445 instance variable to keep track of how many rows are selected.
7446 Subscribe once to the the events we are interested in.
7447 (ThubanGrid.OnRangeSelect): Only handle event if event handling
7448 hasn't been turned off.
7449 (ThubanGrid.OnSelectCell): Only handle event if event handling
7450 hasn't been turned off.
7451 (ThubanGrid.ToggleEventListeners): Rather than subscribe None
7452 as an event listener (which changes the event handler stack)
7453 simply set an instance variable to False. This is checked in
7454 the event handlers.
7455 (ThubanGrid.GetNumberSelected): Return the number of currently
7456 selected rows.
7457 (TableFrame): Inherit from ThubanFrame so we can have a
7458 status bar and control buttons.
7459 (QueryTableFrame.__init__): Create a status bar. Fixes RTbug #1942.
7460 Explicitly set which items are selected in the operator choice and
7461 action choice so there is always a valid selection. Fixes RTbug #1941.
7462 Subscribe to grid cell selection events so we can update the
7463 status bar.
7464 (QueryTableFrame.UpdateStatusText): Update the status bar with
7465 how many rows are in the grid, how many columns, and how many
7466 rows are selected.
7467 (QueryTableFrame.OnGridSelectRange, QueryTableFrame.OnGridSelectCell):
7468 Call UpdateStatusText when cells are (de)selected.
7469 (QueryTableFrame.OnQuery): Use the string value in the value
7470 combo if either the selected item index is 0 or if the string
7471 cannot be found in the predefined list (this happens if the
7472 user changes the text). Fixes RTbug #1940.
7473 Only turn off the grid event listeners if there a query comes
7474 back with a none empty list of ids. in the case that the list
7475 is empty this causes a grid.ClearSelection() call to actually
7476 clear the grid selection which causes the selected items in
7477 the map to be deselected. Fixes RTbug #1939.
7478
7479 * test/test_save.py (XMLWriterTest.Encode): Check return values.
7480 Fixes RTbug #1851.
7481
7482 2003-06-13 Bernhard Herzog <[email protected]>
7483
7484 * Thuban/UI/identifyview.py (IdentifyView.__init__): Call
7485 self.selected_shape with the current selection to make sure the
7486 contents of the dialog are up to date when it's shown for the
7487 first time.
7488 The dialog used to work without this by luck. The recent fix to
7489 the connector module 'broke' a 'feature' the identify view was
7490 relying on, i.e that subscribing to a message in response to
7491 receiving a message of that type would mean that the new
7492 subscriber would also be called for the same message.
7493
7494 2003-06-12 Jonathan Coles <[email protected]>
7495
7496 * extensions/thuban/gdalwarp.cpp: Removed debug printing as
7497 the image is rendered. Fixes RTbug #1937.
7498
7499 2003-06-12 Jonathan Coles <[email protected]>
7500
7501 * Thuban/Lib/fileutil.py: As is done under Windows, create the
7502 user directory if it doesn't exist on a posix system.
7503 Fixes RTbug #1815.
7504
7505 * Thuban/Model/resource.py (get_user_proj_files): Moved the
7506 called to get_application_dir here, so that the directory
7507 will only be called if this method is invoked.
7508
7509 * Thuban/UI/projdialog.py (ProjFrame.__DoOnProjAvail): Clear
7510 the projfilepath if no projection is selected.
7511
7512 2003-06-12 Jonathan Coles <[email protected]>
7513
7514 * Thuban/UI/legend.py (ScaleBarBitmap.__SetScale): Don't draw
7515 the scalebar if the current map has no projection set.
7516
7517 * Thuban/UI/projdialog.py (ProjFrame.__DoOnProjAvail): Set the
7518 projfilepath label to just the basename of the projection file
7519 rather than include the entire path.
7520
7521 * Thuban/Model/resource.py: Fix missed proj functions that
7522 needed to be renamed.
7523
7524 2003-06-12 Jonathan Coles <[email protected]>
7525
7526 * Thuban/Model/classification.py: Removed assert statements that
7527 tested if the variable was an instance of Color.
7528
7529 * Thuban/Model/color.py (Color): Remove commented code that isn't
7530 used.
7531 (Transparent): Renamed from NoColor. Doesn't inherit from Color.
7532 Fixes RTbug #1835.
7533 (Transparent.__eq__, Transparent.__ne, Transparent.__repr): New.
7534 Needed now that the class doesn't inherit from Color.
7535
7536 2003-06-12 Jonathan Coles <[email protected]>
7537
7538 * test/test_save.py (XMLWriterTest.testEncode): Explicitly
7539 check unicode strings.
7540
7541 * test/test_layer.py: Check for existence of gdal.
7542
7543 2003-06-12 Jonathan Coles <[email protected]>
7544
7545 * Thuban/Model/xmlreader.py: New. Contains the XMLReader class
7546 that was in load.py
7547
7548 * Thuban/Model/xmlwriter.py: New. Contains the XMLWriter class
7549 that was in save.py
7550
7551 2003-06-12 Jonathan Coles <[email protected]>
7552
7553 This is largely a collection of bug fixes. We also handle the
7554 case where gdal is not on the system. The XMLReader and XMLWriter
7555 classes were moved into there own files to resolve some circular
7556 import references and because they shouldn't really be in the
7557 file that is dediciated to reading/writing session files since
7558 they are also used elsewhere.
7559
7560 * Thuban/Model/classgen.py: Renamed functions to follow the
7561 function_names_with_underscores style. Fixes RTbug #1903.
7562 (calculate_quantiles): Raise ValueError if 'percents' is invalid.
7563
7564 * Thuban/Model/layer.py: Import gdal only if it available.
7565 (RasterLayer): Handle the case where the gdal library is unavailable.
7566 Addresses RTbug #1877.
7567
7568 * Thuban/Model/load.py (XMLReader): Moved into seperate file
7569 xmlreader.py.
7570
7571 2003-06-12 Jonathan Coles <[email protected]>
7572
7573 This is largely a collection of bug fixes. We also handle the
7574 case where gdal is not on the system. The XMLReader and XMLWriter
7575 classes were moved into there own files to resolve some circular
7576 import references and because they shouldn't really be in the
7577 file that is dediciated to reading/writing session files since
7578 they are also used elsewhere.
7579
7580 * Thuban/Model/classgen.py: Renamed functions to follow the
7581 function_names_with_underscores style. Fixes RTbug #1903.
7582 (calculate_quantiles): Raise ValueError if 'percents' is invalid.
7583
7584 * Thuban/Model/layer.py: Import gdal only if it available.
7585 (RasterLayer): Handle the case where the gdal library is unavailable.
7586 Addresses RTbug #1877.
7587
7588 * Thuban/Model/load.py (XMLReader): Moved into seperate file
7589 xmlreader.py.
7590
7591 * Thuban/Model/save.py (escape, XMLWriter): Moved into seperate
7592 file xmlwriter.py.
7593
7594 * Thuban/Model/resource.py: Renamed functions to following the
7595 function_names_with_underscores style.
7596 (has_gdal_support): New function that returns true if the gdal
7597 library is available. Addresses RTbug #1877.
7598
7599 * Thuban/UI/application.py (ThubanApplication.OpenSession):
7600 Display a message box if the gdal library is not available, but
7601 only if there are any layers that would use it. Addresses RTbug #1877.
7602
7603 * Thuban/UI/classgen.py: Use renamed projection resource functions.
7604 (GenUniformPanel.__CalcStepping): Fix a slight discrepency
7605 when using integers versus floats.
7606
7607 * Thuban/UI/mainwindow.py (_has_gdal_support): New. Used to
7608 determine if the "Add Image Layer" menu option should be
7609 greyed out or not. Addresses RTbug #1877.
7610
7611 * Thuban/UI/projdialog.py: Use renamed projection resource functions.
7612
7613 * Thuban/UI/renderer.py (MapRenderer.render_map): Only try to
7614 optimize if a raster layer is visible. Fixes RTbug #1931.
7615 Only draw the raster layer if the gdal library is available.
7616 Addresses RTbug #1877.
7617
7618 * test/test_classgen.py: Add tests for generate_singletons,
7619 generate_uniform_distribution, generate_quantiles. Fixes RTbug #1903.
7620 (test_calculate_quantiles): Fix some tests to catch the new
7621 ValueError that is raised.
7622
7623 * test/test_proj.py: Use renamed projection resource functions.
7624
7625 * test/test_save.py (SaveSessionTest.testClassifiedLayer): New
7626 test for saving classified layers. Fixes RTbug #1902.
7627 (XMLWriterTest): New. Tests the XMLWriter class. Fixes RTbug #1851.
7628
7629 2003-06-12 Jan-Oliver Wagner <[email protected]>
7630
7631 Fix for http://intevation.de/rt/webrt?serial_num=1900.
7632
7633 * Thuban/UI/multiplechoicedialog.py: New. A multiple choice dialog.
7634
7635 * Thuban/UI/mainwindow.py: import wxMultipleChoiceDialog from
7636 multiplechoicedialog.py rather than from the wxPython library.
7637
7638 2003-06-11 Frank Koormann <[email protected]>
7639
7640 * Thuban/Lib/fileutil.py (get_application_dir): Minor stability
7641 update.
7642
7643 2003-06-11 Frank Koormann <[email protected]>
7644
7645 * Thuban/Lib/fileutil.py (get_application_dir): New function to
7646 determine the absolute .thuban/thuban directory under
7647 "posix" (os.expanduser) and "nt" (read AppData registry key).
7648
7649 * Thuban/Model/resource.py: Use get_application_dir
7650
7651 * Thuban/UI/application.py (ThubanApplication.read_startup_files):
7652 Use get_application_dir.
7653
7654 2003-06-10 Bernhard Herzog <[email protected]>
7655
7656 * Thuban/UI/tableview.py (LayerTableFrame.__init__): Subscribe to
7657 the messages MAP_LAYERS_REMOVED messages
7658 (LayerTableFrame.OnClose): Unsubscribe from it.
7659 (LayerTableFrame.map_layers_removed): New. Receiver for
7660 MAP_LAYERS_REMOVED. Close the dialog when the layer whose the
7661 dialog is showing is removed.
7662
7663 2003-06-10 Bernhard Herzog <[email protected]>
7664
7665 * Thuban/Lib/connector.py (Connector.Issue): Iterate over a copy
7666 of the receivers list so that unsubscribing in a receiver doesn't
7667 modify it while iterating over it.
7668
7669 * test/test_connector.py
7670 (ConnectorTest.test_disconnect_in_receiver): New. Test whether
7671 unsubscribing in a receiver works correctly. See docstring for
7672 details
7673
7674 2003-06-10 Bernhard Herzog <[email protected]>
7675
7676 * Thuban/Model/messages.py (LAYER_SHAPESTORE_REPLACED): New
7677 message.
7678
7679 * Thuban/Model/layer.py (Layer.SetShapeStore): Send
7680 LAYER_SHAPESTORE_REPLACED when the shapestore changes. A
7681 LAYER_CHANGED will still be sent if the classification changes.
7682
7683 * Thuban/UI/classifier.py (Classifier.__init__): Add the map as
7684 parameter so we can subscribe to some of its messages
7685 (Classifier.__init__): Subscribe to the map's MAP_LAYERS_REMOVED
7686 and the layer's LAYER_SHAPESTORE_REPLACED
7687 (Classifier.unsubscribe_messages): New. Unsubscribe from message
7688 subscribed to in __init__
7689 (Classifier.map_layers_removed)
7690 (Classifier.layer_shapestore_replaced): receivers for the messages
7691 subscribed to in __init__. Unsubscribe and close the dialog
7692
7693 * Thuban/UI/mainwindow.py (MainWindow.OpenLayerProperties): Pass
7694 the map to the Classifier dialog
7695
7696 * test/test_layer.py (SetShapeStoreTests): Derive from
7697 SubscriberMixin as well so we can test messages
7698 (SetShapeStoreTests.setUp): Subscribe to some of the layer's
7699 messages
7700 (SetShapeStoreTests.tearDown): Clear the messages again
7701 (SetShapeStoreTests.test_sanity): Expand the doc-string and check
7702 for the modified flag too
7703 (SetShapeStoreTests.test_set_shape_store_modified_flag): New test
7704 to check whether SetShapeStore sets the modified flag
7705 (SetShapeStoreTests.test_set_shape_store_different_field_name)
7706 (SetShapeStoreTests.test_set_shape_store_same_field)
7707 (SetShapeStoreTests.test_set_shape_store_same_field_different_type):
7708 Add tests for the messages. This checks both the new
7709 LAYER_SHAPESTORE_REPLACED and the older LAYER_CHANGED
7710
7711 2003-06-06 Jan-Oliver Wagner <[email protected]>
7712
7713 * Thuban/UI/mainwindow.py: Improved and partly added help texts for
7714 the menu items.
7715
7716 2003-06-05 Frank Koormann <[email protected]>
7717
7718 * Thuban/UI/identifyview.py (IdentifyView.__init__):
7719 Layout reimplemented without panel. Make life easier to fit the list
7720 in the dialog.
7721
7722 2003-06-05 Frank Koormann <[email protected]>
7723
7724 * Thuban/UI/projdialog.py (ProjFrame.__init__): Fill the projchoice
7725 once on initialisation (Former implementation resulted in multiple
7726 entries for each projection).
7727 (ProjFrame.__FillAvailList): selectProj as second optional parameter,
7728 if set, select the projection found under the specified name. This
7729 overwrites any other selection estimate.
7730 Removed projchoice filling from this method.
7731 (ProjFrame._OnSave, ProjFrame._OnAddToList):
7732 Updated call of ProjFrame.__FillAvailList
7733 (LCCPanel._DoLayout): Moved parameter controls in more common order.
7734
7735 * Resources/Projections/defaults.proj: Extended defaults representing
7736 various common European projections.
7737
7738 2003-06-05 Frank Koormann <[email protected]>
7739
7740 * Thuban/UI/identifyview.py (IdentifyView.__init__):
7741 Use ListCtrl instead of GridCtrl
7742
7743 * Thuban/Model/resource.py:
7744 Guess location of .thuban directory from tempdir parent directory.
7745
7746 * Thuban/UI/application.py (ThubanApplication.read_startup_files):
7747 Guess location of .thuban directory from tempdir parent directory.
7748
7749 2003-06-04 Bernhard Herzog <[email protected]>
7750
7751 Do not cache the values returned by the tree widget's
7752 GetFirstChild and GetNextChild methods because it led to lots of
7753 segfaults. The new way requires more brute force but is more
7754 reliable.
7755
7756 * Thuban/UI/legend.py (LegendTree.__init__): Remove instance
7757 variable layer2id
7758 (LegendTree.find_layer): New method to do with brute force what
7759 layer2id tried to accomplish
7760 (LegendTree._OnMsgLayerChanged)
7761 (LegendTree._OnMsgLayerTitleChanged, LegendTree.__ShowHideLayer):
7762 Use find_layer instead of layer2id
7763 (LegendTree.__RemoveLayer, LegendTree.__AddLayer): No need to
7764 update layer2id anymore
7765 (LegendTree._OnMsgMapLayersRemoved)
7766 (LegendTree._OnMsgMapLayersAdded): Get by without layer2id.
7767
7768 2003-06-03 Thomas Koester <[email protected]>
7769
7770 * Thuban/Model/classgen.py (GenQuantiles0): New function.
7771
7772 2003-06-02 Bernhard Herzog <[email protected]>
7773
7774 * Thuban/UI/mainwindow.py (layer_rename command, table_rename command):
7775 New commands.
7776 (main_menu): Add the new commands.
7777 (MainWindow.TableRename): New. Implementation of the table_rename
7778 command.
7779 (MainWindow.RenameLayer): New. Implementation of the layer_rename
7780 command.
7781
7782 * Thuban/Model/session.py (Session.AddTable): call self.changed to
7783 set the modified flag
7784
7785 * test/test_session.py (TestSessionSimple.test_add_table): Test
7786 whether the modified flag is set properly
7787
7788 * Thuban/Model/base.py (TitledObject.SetTitle): Call changed
7789 instead of issue so that the modified flags get updated.
7790
7791 * test/test_base.py (SomeTitledObject): Derive from Modifiable
7792 instead of Publisher to reflect reality better and to accomodate
7793 the fact that SetTitle now calls changed instead of issue
7794
7795 2003-06-02 Bernhard Herzog <[email protected]>
7796
7797 * Thuban/UI/classgen.py (GenQuantilesPanel.GetList): Resource
7798 acquisition has to happen before the try in a try-finally.
7799
7800 2003-06-02 Bernhard Herzog <[email protected]>
7801
7802 * Thuban/UI/legend.py (LegendTree._OnMsgMapLayersRemoved): It's
7803 possible that a layer is removed that is not currently selected in
7804 the legend so don't check for this.
7805
7806 2003-05-30 Bernhard Herzog <[email protected]>
7807
7808 * Thuban/Model/layer.py (Layer.Destroy): Set all instance
7809 variables to None that have direct or indirect references to
7810 shapefiles or dbf files to make sure that they do go away and the
7811 files are closed.
7812
7813 2003-05-30 Bernhard Herzog <[email protected]>
7814
7815 * Thuban/UI/legend.py (LegendTree.GetRootItem): Reset
7816 availImgListIndices when a new image list is created
7817
7818 2003-05-30 Bernhard Herzog <[email protected]>
7819
7820 * Thuban/UI/legend.py (LegendTree.__init__): New instance variable
7821 changing_selection to indicate whether the LegendTree code itself
7822 is currently changing the selection
7823 (LegendTree.normalize_selection): New method to normalize the
7824 selection by selecting the layer item even if the user clicked on
7825 the classification.
7826 (LegendTree._OnSelChanged): normalize the selection. This works
7827 around a bug in wx which doesn't keep track of the selection
7828 properly when subtrees are deleted.
7829
7830 2003-05-30 Bernhard Herzog <[email protected]>
7831
7832 * Thuban/UI/view.py (MapCanvas.set_view_transform): Limit the
7833 maximum and minimum scale factors.
7834
7835 * test/test_classgen.py (ClassGenTest.test): Update to reflect the
7836 changes in classgen.py
7837
7838 2003-05-30 Jonathan Coles <[email protected]>
7839
7840 * Thuban/Model/classgen.py: Remove ClassGenerator class but make
7841 all the methods functions. Fixes RTBug #1903.
7842
7843 * Thuban/Model/map.py (Map.TopLayer, Map.BottomLayer): Renamed
7844 to MoveLayerToTop and MoveLayerToBottom respectively. Fixes
7845 RTBug #1907.
7846
7847 * Thuban/UI/classgen.py: Use classgen functions that were part
7848 of the ClassGenerator class. Put try/finally blocks around
7849 code that uses wxBeginBusyCursor()/wxEndBusyCursor(). Fixes
7850 RTBug #1904.
7851
7852 * Thuban/UI/classifier.py: Remove unused import of ClassGenerator.
7853
7854 * Thuban/UI/legend.py: The legend was cleared and repopulated any
7855 time something changed which caused some state to be lost such
7856 as which children were expanded or collapsed. Fixes RTBug #1901.
7857 (LegendTree._OnMsgMapLayersAdded): Add only new layers.
7858 (LegendTree.__OnMsgMapLayersRemoved): Remove layers that exist in
7859 the legend but not in the map.
7860 (LegendTree.__FillTree): Move main functionality out into smaller
7861 methods that can be used by other methods.
7862 (LegendTree.__FillTreeLayer): Reuse old slots in the image list
7863 if they are available.
7864 (LegendTree.DeleteAllItems): Renamed from __DeleteAllItems so
7865 that we override the wxTreeCtrl method. Iterate over children
7866 and call __RemoveLayer.
7867 (LegendTree.__AddLayer): New. Add a new layer to the legend.
7868 (LegendTree.__RemoveLayer): Remove a layer from the legend.
7869 (LegendTree.DeleteChildren): New, overrides wxTreeCtrl method.
7870 Should only be called with the id of a layer branch.
7871 (LegendTree.GetRootItem): New, overrides wxTreeCtrl method.
7872 Returns the root item or creates one if necessary.
7873
7874 * Thuban/UI/renderer.py (MapRenderer.draw_raster_layer): Call
7875 ProjectRasterFile with tuple arguments instead of strings.
7876
7877 * Thuban/UI/tableview.py (QueryTableFrame.OnQuery): Wrap code
7878 with try/finally. Fixes RTBug #1904.
7879
7880 * Thuban/UI/view.py (MapCanvas.OnPaint): Wrap code
7881 with try/finally. Fixes RTBug #1904.
7882 (MapCanvas.FitSelectedToWindow): If a single point is selected
7883 simply center it on the display. Fixes RTBug #1849.
7884
7885 * extensions/thuban/gdalwarp.cpp: Removed code that allowed gdalwarp
7886 to be compiled as a standalone app. Now the code can only be
7887 called from Python which simplifies the parameter passing.
7888 (ProjectRasterFile): Handle Python arguments. Remove code that
7889 checks for a destination dataset. Add more clean up code.
7890
7891 * test/test_map.py (TestMapWithContents.test_raise_layer_top,
7892 TestMapWithContents.test_lower_layer_bottom):
7893 Test Map.MoveLayerToTop() and Map.MoveLayerToBottom() respectively.
7894 Fixes RTBug #1907.
7895
7896 * Thuban/UI/mainwindow.py (MainWindow.ToggleLegend): Apply a full
7897 extent to the map when the legend is toggled. Fixes RTBug #1881.
7898
7899 2003-05-29 Jan-Oliver Wagner <[email protected]>
7900
7901 * Thuban/UI/tableview.py (LayerTableFrame.OnClose): Bug-fix: Now
7902 unsubscribes all that is subcribed in __init__.
7903
7904 2003-05-28 Bernhard Herzog <[email protected]>
7905
7906 * Thuban/UI/mainwindow.py (MainWindow.DuplicateLayer)
7907 (MainWindow.CanDuplicateLayer): New methods to implement the
7908 Layer/Duplicate command.
7909 (layer_duplicate command): New.
7910 (main_menu): Add layer_duplicate to the Layer menu.
7911
7912 2003-05-28 Bernhard Herzog <[email protected]>
7913
7914 * Thuban/UI/tableview.py (NullRenderer.Draw): New. Our own
7915 renderer so that NULL/None values get displayed differently (by a
7916 gray rectangle).
7917 (TableGrid.__init__): Override the default renderers
7918
7919 2003-05-28 Bernhard Herzog <[email protected]>
7920
7921 * Thuban/Model/layer.py (Layer.SetShapeStore): Set the
7922 classification to "None" if the type of the field has changed.
7923
7924 * test/test_layer.py (SetShapeStoreTests): New. Class with a few
7925 test for the Layer.SetShapeStore method
7926
7927 2003-05-28 Jan-Oliver Wagner <[email protected]>
7928
7929 * Thuban/Model/layer.py (Layer.TreeInfo): Fixed a bug (a layer
7930 does not necessarily have a filename).
7931
7932 2003-05-28 Jan-Oliver Wagner <[email protected]>
7933
7934 * Thuban/UI/mainwindow.py (MainWindow.TableClose, MainWindow.TableShow):
7935 sort the selection list for the dialog.
7936
7937 2003-05-28 Frank Koormann <[email protected]>
7938
7939 * extensions/thuban/wxproj.cpp
7940 (project_point): Removed cast to int for projected point coordinates.
7941 (shape_centroid): Return last point if all polygon vertices fall
7942 to one point.
7943
7944 2003-05-28 Bernhard Herzog <[email protected]>
7945
7946 * Thuban/UI/mainwindow.py (_can_unjoin): Add doc-string and cope
7947 with layers that don't have shapestores, i.e. raster layers.
7948
7949 2003-05-28 Bernhard Herzog <[email protected]>
7950
7951 * Thuban/Model/table.py (DBFTable.__init__): Omit the extension
7952 when determining the title from the filename.
7953
7954 * test/test_dbf_table.py (TestDBFTable.test_title): Update to
7955 reflect changes in the way the title is derived from the filename
7956
7957 2003-05-28 Frank Koormann <[email protected]>
7958
7959 * Thuban/UI/mainwindow.py (MainWindow.TableShow):
7960 Added wxDEFAULT_DIALOG_STYLE to show table dialog styles.
7961
7962 2003-05-27 Bernhard Herzog <[email protected]>
7963
7964 * Thuban/UI/mainwindow.py (MainWindow.delegated_messages): Also
7965 delegate SelectedLayer.
7966 (MainWindow.LayerUnjoinTable): Implement.
7967 (_can_unjoin): New. Helper function for the sensitivity of the
7968 layer/unjoin command.
7969
7970 * Thuban/Model/data.py (ShapefileStore.OrigShapeStore)
7971 (DerivedShapeStore.OrigShapeStore): New. Return the original
7972 shapestore. Used to figure out how to unjoin.
7973 (DerivedShapeStore.Shapefile): Fix a typo.
7974
7975 2003-05-27 Bernhard Herzog <[email protected]>
7976
7977 * Thuban/UI/join.py (JoinDialog): Extend to handle layer joins as
7978 well
7979 (JoinDialog.__init__): Use the layer parameter and only build the
7980 left choice when a layer is given
7981 (JoinDialog.OnJoin): Handle layer joins as well
7982 (JoinDialog.OnLeftTable, JoinDialog.OnRightTable): Handle the case
7983 that the user selects the "Select..." item. The sensitivitly
7984 updating is now in update_sensitivity
7985 (JoinDialog.y): New method to refactor the sensitivity update of
7986 the join button into its own method.
7987
7988 * Thuban/UI/mainwindow.py (MainWindow.LayerJoinTable): Implement.
7989
7990 2003-05-27 Bernhard Herzog <[email protected]>
7991
7992 * Thuban/UI/mainwindow.py (table_close command): Make it sensitive
7993 iff there are unreferenced tables in the session
7994
7995 2003-05-27 Bernhard Herzog <[email protected]>
7996
7997 * Thuban/Model/messages.py (TABLE_REMOVED): New message.
7998
7999 * Thuban/Model/session.py (Session.UnreferencedTables): New method
8000 to return tables that are not referenced by other tables or shape
8001 stores and can be removed.
8002 (Session.RemoveTable): Issue a TABLE_REMOVED message after
8003 removing the table
8004
8005 * Thuban/UI/mainwindow.py: Remove unused imports
8006 (MainWindow.TableClose): Implement.
8007
8008 * Thuban/UI/tableview.py (TableFrame.__init__): Subscribe to some
8009 messages so that the frame will be automatically closed when a new
8010 session is opened or the table is removed.
8011 (TableFrame.OnClose): Unsubscribe the Subscriptions made in
8012 __init__
8013 (TableFrame.close_on_session_replaced)
8014 (TableFrame.close_on_table_removed): New. Subscribers that close
8015 the window
8016
8017 * test/test_session.py (TestSessionMessages.test_remove_table)
8018 (TestSessionSimple.test_remove_table): Move the test to
8019 TestSessionSimple and add test for the TABLE_REMOVED message
8020 (TestSessionBase.setUp): Also subscribe to TABLE_REMOVED
8021 (TestSessionSimple.test_unreferenced_tables) New. Test for the
8022 UnreferencedTables method.
8023 (UnreferencedTablesTests): New. Class with some more sophisticated
8024 tests for UnreferencedTables.
8025
8026 2003-05-27 Frank Koormann <[email protected]>
8027
8028 * Thuban/UI/tableview.py (QueryTableFrame.__init__): The "_S_election"
8029 display has some unwanted side effects. Removed again.
8030
8031 2003-05-27 Frank Koormann <[email protected]>
8032
8033 * Resources/Bitmaps/legend_icon_layer.xpm: New, icon for legend.
8034
8035 * Thuban/UI/legend.py (LegendTree.__FillTree): Use "legend_icon_layer"
8036
8037 2003-05-27 Jan-Oliver Wagner <[email protected]>
8038
8039 * test/test_menu.py (MenuTest.test): Added test for
8040 Menu.RemoveItem().
8041
8042 * Thuban/UI/menu.py (Menu.RemoveItem): New. Remove an item from
8043 the menu.
8044
8045 2003-05-27 Frank Koormann <[email protected]>
8046
8047 Nonmodal dialogs without parent (i.e. they can fall behind the main
8048 window)
8049
8050 * Thuban/UI/mainwindow.py (MainWindow.OnClose): Explicitly destroy
8051 all dialogs in the dialogs dictionary and the canvas.
8052
8053 * Thuban/UI/dialogs.py (NonModalNonParentDialog): New class, without
8054 parent, i.e. can fall behind other windows.
8055 (NonModalDialog.OnClose): Check is dialog is in mainwindow.dialog
8056 dictionary before removing it.
8057
8058 * Thuban/UI/classifier.py: Dialog derived from NonModalNonParentDialog
8059
8060 * Thuban/UI/projdialog.py: Dialog derived from NonModalNonParentDialog
8061 * Thuban/UI/tableview.py: Dialog derived from NonModalNonParentDialog
8062 * Thuban/UI/tree.py: Dialog derived from NonModalNonParentDialog
8063
8064 2003-05-27 Bernhard Herzog <[email protected]>
8065
8066 * Thuban/UI/mainwindow.py (MainWindow.ShowTableView): New. Open a
8067 tableview dialog
8068 (MainWindow.TableShow): Use ShowTableView to open the dialogs.
8069 Also, don't use the table's titles as the dialog names. The titles
8070 aren't guaranteed to be unique.
8071 (MainWindow.TableOpen): Open a table view dialog after opening the
8072 table
8073
8074 2003-05-27 Bernhard Herzog <[email protected]>
8075
8076 * Thuban/UI/mainwindow.py: Remove the Table/Hide menu item. Its
8077 effect can be achieved by simply closing the window showing the
8078 table.
8079 (MainWindow.TableHide): Removed.
8080 (main_menu): Removed "table_hide"
8081
8082 2003-05-27 Frank Koormann <[email protected]>
8083
8084 Fix legend tree display problems under Win32
8085
8086 * Thuban/UI/legend.py: BMP_SIZE_W = 15
8087 (LegendTree.__FillTree): Display "legend_icon_map.xpm" with layer title.
8088 (LegendTree.__FillTreeLayer): Explicitely set SelectedImage.
8089
8090 * Resources/Bitmaps/legend_icon_map.xpm: New icon for legend.
8091
8092 2003-05-27 Jan-Oliver Wagner <[email protected]>
8093
8094 * Thuban/UI/menu.py (Menu.InsertSeparator): Additional optional parameter
8095 'after' now allows to insert separators almost anywhere in the menu.
8096
8097 2003-05-27 Frank Koormann <[email protected]>
8098
8099 * Thuban/UI/tableview.py (QueryTableFrame.__init__): Underline the
8100 "S" of selection box label to hint on hot key (Alt-S). Works under
8101 Win32 but is ignored under GTK.
8102
8103 2003-05-26 Frank Koormann <[email protected]>
8104
8105 * Thuban/UI/projdialog.py (ProjFrame.__do_layout, ProjPanel._DoLayout):
8106 Center Choices.
8107
8108 2003-05-26 Bernhard Herzog <[email protected]>
8109
8110 Remove the Precision methods again. They're too DBF specific to be
8111 part of the table interface and they're only used in table_to_dbf
8112 anyway.
8113
8114 * Thuban/Model/transientdb.py (TransientTableBase.Width):Use a
8115 fixed precision of 12 for doubles.
8116 (TransientTableBase.Precision): Removed
8117 (AutoTransientTable.Width): Delegate to self.table.
8118
8119 * Thuban/Model/table.py (DBFTable.Precision)
8120 (MemoryTable.Precision): Removed.
8121 (MemoryTable.Width): Use a fixed precision of 12 for doubles.
8122 (table_to_dbf): Use a fixed precision of 12 for floats unless the
8123 column object specifies something else.
8124
8125 * test/test_dbf_table.py (TestTableToDBF.test_table_to_dbf): New.
8126 test for table_to_dbf
8127
8128 2003-05-26 Bernhard Herzog <[email protected]>
8129
8130 * test/test_transientdb.py
8131 (TestTransientTable.run_iceland_political_tests): Fix a comment.
8132
8133 2003-05-26 Bernhard Herzog <[email protected]>
8134
8135 * Thuban/UI/mainwindow.py (MainWindow.TableOpen): Real
8136 implementation. Mark parts of the file format strings for
8137 localization.
8138
8139 * Thuban/Model/session.py (Session.OpenTableFile): New. Open a dbf
8140 file and add the table to the tables managed by the session
8141
8142 * test/test_session.py (TestSessionSimple.test_open_table_file):
8143 New. test case for OpenTableFile
8144
8145 2003-05-26 Jan-Oliver Wagner <[email protected]>
8146
8147 * Thuban/UI/controls.py, Thuban/UI/identifyview.py, Thuban/UI/join.py,
8148 Thuban/UI/labeldialog.py, Thuban/UI/mainwindow.py,
8149 Thuban/UI/proj4dialog.py, Thuban/UI/tableview.py, Thuban/UI/view.py:
8150 Replace the true/false of wxWindows by True/False of Python 2.2.1.
8151
8152 2003-05-26 Jan-Oliver Wagner <[email protected]>
8153
8154 * Thuban/UI/tableview.py (LayerTableFrame.__init__): If there is
8155 already a selection present, update the grid accordingly.
8156
8157 * Thuban/UI/mainwindow.py (MainWindow.TableShow): Make the dialog
8158 resizeable and increase its initial size.
8159
8160 2003-05-26 Frank Koormann <[email protected]>
8161
8162 Table export functionality
8163
8164 * Thuban/Model/table.py (DBFTable.Width, MemoryTable.Width):
8165 Return width (in characters) for a column.
8166 (DBFTable.Precision, MemoryTable.Precision): Return decimal precision.
8167 (table_to_dbf): Write table to dbf file.
8168 (table_to_csv): Write table to csv file.
8169
8170 * Thuban/Model/transientdb.py (TransientTableBase.Width,
8171 TransientTableBase.Precision): Return column width and precision.
8172
8173 * Thuban/UI/tableview.py (QueryTableFrame.OnSaveAs): Call table_to_dbf
8174 or table_to_csv depending on file selection.
8175
8176 * test/test_dbf_table.py:
8177 Test table_to_dbf (extension of former part of test).
8178
8179 * test/test_csv_table.py:
8180 Test table_to_csv.
8181
8182 2003-05-23 Jan-Oliver Wagner <[email protected]>
8183
8184 * Thuban/UI/join.py (JoinDialog.OnJoin): Use _() for strings.
8185 Use QueryTableFrame instead of TableFrame.
8186
8187 * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Prefix the
8188 table window with 'Layer Table:' instead of 'Table:'.
8189
8190 2003-05-23 Jan-Oliver Wagner <[email protected]>
8191
8192 Give all tables a title via mix-in TitledObject.LayerShowTable
8193
8194 * Thuban/Model/base.py (TitledObject.SetTitle): Call method 'issue'
8195 only if it exists.
8196
8197 * Thuban/Model/table.py (DBFTable, MemoryTable): mix-in TitledObject
8198 and call its init-method with a default title. Remove Title() method.
8199
8200 * Thuban/Model/transientdb.py (TransientTable, TransientJoinedTable,
8201 AutoTransientTable): mix-in TitledObject and call its init-method with
8202 a default title. Remove Title() method.
8203
8204 2003-05-23 Bernhard Herzog <[email protected]>
8205
8206 * Thuban/Model/session.py (Session.AddShapeStore): Define
8207 AddShapeStore analogously to AddTable.
8208
8209 * test/test_session.py (TestSessionSimple.test_add_shapestore):
8210 New. Test for AddShapeStore
8211
8212 2003-05-23 Jan-Oliver Wagner <[email protected]>
8213
8214 Introducing QueryTableFrame and a very coarse ShowTable implementation.
8215
8216 * Thuban/UI/tableview.py (LayerTableFrame, QueryTableFrame): Split the
8217 class LayerTableFrame into two classes, LayerTableFrame and QueryTableFrame.
8218 The latter implements the selection GUI without dependency on a layer.
8219 LayerTableFrame now is derived from QueryTableFrame and connects
8220 to a layer.
8221
8222 * Thuban/UI/mainwindow.py (MainWindow.TableShow): A very coarse
8223 implementation that still needs work.
8224
8225 * Thuban/Model/layer.py (Layer.TreeInfo): Added filename.
8226
8227 2003-05-22 Frank Koormann <[email protected]>
8228
8229 * Thuban/Model/transientdb.py (TransientJoinedTable.__init__):
8230 Added "outer_join = False" as optional parameter.
8231 (TransientJoinedTable.create): If outer join is true, perform a
8232 "LEFT OUTER JOIN" instead of "JOIN", which preserves all records of
8233 the left table. Records not matching are filled with 0 / None.
8234
8235 * Thuban/UI/join.py (JoinDialog.__init__): Checkbox for outer join.
8236 (JoinDialog.OnJoin): Consider outer join check box.
8237
8238 2003-05-22 Bernhard Herzog <[email protected]>
8239
8240 * Thuban/UI/join.py (JoinDialog.OnJoin): Use exc_info in a
8241 somewhat safer way. Storing the traceback in a local variable can
8242 lead to memory leaks
8243
8244 2003-05-22 Bernhard Herzog <[email protected]>
8245
8246 * Thuban/UI/join.py (JoinDialog.OnJoin): Make sure to really call
8247 the wxMessageDialog's Destroy() method.
8248
8249 2003-05-22 Frank Koormann <[email protected]>
8250
8251 * Thuban/UI/join.py (JoinDialog.__init__): Make use of
8252 TransientTable.Title()
8253
8254 2003-05-22 Frank Koormann <[email protected]>
8255
8256 Join Dialog, initial version.
8257
8258 * Thuban/UI/mainwindow.py (MainWindow.TableJoin): Removed print.
8259
8260 * Thuban/UI/join.py (JoinDialog): Functional implementation of
8261 former framework. Renamed Table1/Table2 to LeftTable/RightTable
8262 in all occurences.
8263
8264 * Thuban/Model/transientdb.py (TransientJoinedTable.__doc__):
8265 Typo fixed.
8266
8267 2003-05-22 Bernhard Herzog <[email protected]>
8268
8269 Give the tables titles so that the GUI can display more meaningful
8270 names. For now the titles are fixed but depend on e.g. filenames
8271 or the titles of the joined tables.
8272
8273 * Thuban/Model/transientdb.py (TransientTable.Title)
8274 (TransientJoinedTable.Title, AutoTransientTable.Title): New.
8275
8276 * Thuban/Model/table.py (DBFTable.Title, MemoryTable.Title): New.
8277
8278 * test/test_transientdb.py
8279 (TestTransientTable.test_auto_transient_table_title): New. Test
8280 for the Title method
8281 (TestTransientTable.test_transient_joined_table)
8282 (TestTransientTable.test_transient_table): Add test for the Title
8283 methods
8284
8285 * test/test_memory_table.py (TestMemoryTable.test_title): New.
8286 Test for the Title method
8287
8288 * test/test_dbf_table.py (TestDBFTable.test_title): New. Test for
8289 the Title method
8290
8291 2003-05-22 Bernhard Herzog <[email protected]>
8292
8293 * test/test_layer.py (TestLayer.setUp, TestLayer.tearDown):
8294 Provide a better way to destroy the layers
8295 (TestLayer.test_base_layer, TestLayer.test_arc_layer)
8296 (TestLayer.test_point_layer, TestLayer.test_empty_layer)
8297 (TestLayer.test_polygon_layer, TestLayer.test_get_field_type): Use
8298 the new way to destroy the layers.
8299 (TestLayer.test_derived_store): New. Test for using a layer with a
8300 DerivedShapeStore
8301
8302 * Thuban/Model/layer.py (Layer.SetShapeStore): Only set the
8303 filename if the shape store actually has one.
8304
8305 2003-05-22 Bernhard Herzog <[email protected]>
8306
8307 * Thuban/Model/table.py (DBFTable.FileName): New. Accessor method
8308 for the filename
8309
8310 * test/test_dbf_table.py (TestDBFTable.test_filename): New. Test
8311 for the FileName method
8312 (TestDBFTableWriting.test_write): Fix spelling of filename
8313
8314 2003-05-22 Thomas Koester <[email protected]>
8315
8316 * Thuban/Model/range.py, test/test_range.py: Brought over new Range
8317 from SciParam that now really is immutable.
8318
8319 2003-05-22 Frank Koormann <[email protected]>
8320
8321 Layer Top/Bottom placement added to legend.
8322
8323 * Thuban/UI/legend.py
8324 (LegendPanel._OnMoveTop(), LayerPanel._OnMoveBottom): New, methods
8325 bound to tool events.
8326 (LegendTree.MoveCurrentItemTop(), LegendTree.MoveCurrentItemBottom):
8327 New, methods binding the event methods with the map methods.
8328
8329 * Thuban/Model/map.py (Map.TopLayer(), Map.BottomLayer()): New, place
8330 layer at top/bottom of layer stack.
8331
8332 * Resources/Bitmaps/top_layer.xpm: New button icon.
8333
8334 * Resources/Bitmaps/bottom_layer.xpm: New button icon.
8335
8336 2003-05-22 Bernhard Herzog <[email protected]>
8337
8338 * Thuban/Model/session.py (Session.RemoveTable): New method to
8339 remove tables
8340
8341 * test/test_session.py (TestSessionSimple.test_remove_table): New.
8342 Test for RemoveTable
8343
8344 2003-05-22 Thomas Koester <[email protected]>
8345
8346 * Thuban/Model/classgen.py: Added short module doc string and CVS id.
8347 (ClassGenerator.GenUniformDistribution): Use new Range __init__, too.
8348
8349 2003-05-22 Bernhard Herzog <[email protected]>
8350
8351 Implement a way to discover dependencies between tables and
8352 shapestores.
8353
8354 * Thuban/Model/transientdb.py (TransientTableBase.Dependencies)
8355 (TransientJoinedTable.Dependencies)
8356 (AutoTransientTable.SimpleQuery): New. Implement the dependencies
8357 interface
8358 (TransientJoinedTable.__init__): Keep tack of the original table
8359 objects in addition to the corresponding transient tables.
8360
8361 * Thuban/Model/table.py (DBFTable.Dependencies)
8362 (MemoryTable.Dependencies): New. Implement the dependencies
8363 interface
8364
8365 * Thuban/Model/data.py (ShapeTable): New. Helper class for
8366 ShapefileStore
8367 (ShapefileStore.__init__): Use ShapeTable instead of
8368 AutoTransientTable
8369 (ShapefileStore.Table, ShapefileStore.Shapefile): Add doc-strings
8370 (ShapefileStore.FileName, ShapefileStore.FileType): New. Accessor
8371 methods for filename and type
8372 (ShapefileStore.Dependencies): New. Implement the dependencies
8373 interface
8374 (DerivedShapeStore): New class to replace SimpleStore. The main
8375 difference to SimpleStore is that it depends not on a shapefile
8376 but another shapestore which expresses the dependencies a bit
8377 better
8378 (SimpleStore.__init__): Add deprecation warning.
8379
8380 * test/test_dbf_table.py (TestDBFTable.test_dependencies): New.
8381 Test for the Dependencies method.
8382
8383 * test/test_memory_table.py (TestMemoryTable.test_dependencies):
8384 New. Test for the Dependencies method.
8385
8386 * test/test_transientdb.py
8387 (TestTransientTable.test_auto_transient_table_dependencies): New.
8388 Test for the Dependencies method.
8389 (TestTransientTable.test_transient_joined_table): Add test for the
8390 Dependencies method.
8391
8392 * test/test_session.py (TestSessionSimple.setUp)
8393 (TestSessionSimple.tearDown): New. Implement a better way to
8394 destroy the sessions.
8395 (TestSessionSimple.test_initial_state)
8396 (TestSessionSimple.test_add_table): Bind session to self.session
8397 so that it's destroyed by tearDown
8398 (TestSessionSimple.test_open_shapefile): New. Test for
8399 OpenShapefile and the object it returns
8400
8401 2003-05-22 Bernhard Herzog <[email protected]>
8402
8403 * Thuban/Model/session.py (Session.AddTable): New method to
8404 register tables with the session.
8405 (Session.Tables): Return the tables registered with AddTable too.
8406
8407 * test/test_session.py (TestSessionSimple.test_add_table): New.
8408 Test case for the AddTable method
8409
8410 2003-05-22 Frank Koormann <[email protected]>
8411
8412 UI polishing updates: Place main buttons (OK, Cancel, etc) in the
8413 lower right corner, center labels for selections, initialize controls
8414 in reasonable order for keyboard navigation.
8415
8416 * Thuban/UI/projdialog.py (ProjFrame.__init__, ProjFrame.__doLayout)
8417 (ProjFrame.__DoOnProjAvail): Determine position of current projection
8418 using the wxListBox.FindString() method. Still a problem (#1886)
8419
8420 * Thuban/UI/classifier.py
8421 (Classifier.__init__, SelectPropertiesDialog.__init__)
8422
8423 * Thuban/UI/classgen.py (ClassGenDialog.__init__,
8424 (ClassGenDialog.__DoOnGenTypeSelect): Moved initialization of the
8425 different classification types from here to __init__.
8426 (GenUniquePanel.__init__): Set the column width of the first field
8427 in the Field ListCtrl to the full width.
8428
8429 * Thuban/UI/tableview.py (LayerTableFrame.__init__): Rename 'Save As'
8430 Button to 'Export'. Center Buttons in Selection Box, set Focus to
8431 Grid.
8432 (LayerTableFrame.OnKeyDown()): New, bound to the grid with EVT_KEY_DOWN,
8433 changes focus to the Selection when pressing "Alt-S".
8434
8435 * Thuban/UI/legend.py (LegendTree.__SetVisibilityStyle): Only gray out
8436 the text if not visible. The italic font sometimes exceeds the
8437 rendering area.
8438
8439 2003-05-21 Jonathan Coles <[email protected]>
8440
8441 * Thuban/UI/dock.py (DockFrame): Rename references to _OnClose
8442 to OnClose so that Thuban closes correctly.
8443
8444 * Thuban/UI/mainwindow.py (MainWindow.OnClose): Call
8445 DockFrame.OnClose, not DockFrame._OnClose.
8446
8447 2003-05-21 Jonathan Coles <[email protected]>
8448
8449 * Thuban/Model/classgen.py (ClassGenerator.GenQuantiles): Remove
8450 references to 'inf' and use new Range __init__ to pass floats
8451 directly rather than converting them to strings first.
8452 Fixes RTBug #1876.
8453
8454 * Thuban/Model/classification.py (ClassGroupRange.SetRange):
8455 Use new Range ___init__ to pass floats.
8456
8457 * Thuban/Model/layer.py (RasterLayer.__init__): Test if the
8458 filename is a valid image file. Throw IOError otherwise.
8459
8460 * Thuban/Model/range.py: Brought over new Range from SciParam that
8461 is immutable and has an __init__ which can accept floats.
8462
8463 * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Move OpenShapefile
8464 into try block. AddLayer doesn't throw any exceptions anymore.
8465 (MainWindow.AddRasterLayer): Move constructor of RasterLayer into
8466 try block.
8467
8468 * Thuban/UI/projdialog.py (GeoPanel.__init__): Put Degrees as
8469 the first item in choices. Fixes RTBug #1882.
8470
8471 * Thuban/UI/renderer.py (MapRenderer.render_map): Check if scale
8472 has gone to 0 which is a serious problem. abort.
8473 (MapRenderer.draw_raster_layer): Catch IOError seperately and
8474 print the error from GDAL.
8475
8476 * Thuban/UI/tableview.py (TableGrid.__init__): Call
8477 ToggleEventListeners to turn on listening.
8478 (TableGrid.ToggleEventListeners): New. Turns event listening on
8479 and off so as to prevent excessive messages.
8480 (LayerTableFrame.OnQuery): Use TableGrid.ToggleEventListeners
8481 to suppress excessive messages when selecting many rows.
8482 Fixes RTBug #1880.
8483
8484 * Thuban/UI/view.py: Added checks against if scale == 0. This
8485 is a serious problem that can occur when an image without
8486 geo data is loading and causes the map projection bounds to
8487 go to infinity. Right now, the solution is to simply try
8488 to recover.
8489
8490 * extensions/thuban/cpl_mfile.cpp (MFILEClose): Make sure
8491 to set the MFILEReceiver attributes even if the data is NULL.
8492
8493 * extensions/thuban/gdalwarp.cpp: Improved the error handling
8494 and passed GDAL messages back up to the Python layer. Also
8495 tried to fix some memory leaks that were present in the original
8496 utility but didn't matter because the program aborted.
8497
8498 * test/test_range.py: Copied over tests from SciParam. Removed
8499 tests against importing. Fixes RTBug #1867.
8500
8501 2003-05-21 Bernhard Herzog <[email protected]>
8502
8503 * test/test_load.py: Remove unused imports and restructure the
8504 test code
8505 (LoadSessionTest): Split into one class for each test and turn
8506 LoadSessionTest itself into the base class for all such session
8507 tests.
8508 (ClassificationTest): New base class for load tests that test
8509 classifications
8510 (TestSingleLayer, TestLayerVisibility, TestClassification)
8511 (TestLabels, TestLayerProjection, TestRasterLayer): New classes
8512 for the individual tests
8513
8514 * test/support.py (FileLoadTestCase.filename): New base class for
8515 file loading tests
8516
8517 2003-05-21 Jan-Oliver Wagner <[email protected]>
8518
8519 * Resources/Projections/defaults.proj: Renamed 'Universal Transverse
8520 Mercator' to 'UTM Zone 32' as a more convenient example.
8521 Added 'Gauss Krueger Zone 6'.
8522
8523 * Data/iceland_sample_raster.thuban: political polygon now
8524 filled transparent to have the raster image visible at once.
8525
8526 2003-05-21 Frank Koormann <[email protected]>
8527
8528 * Thuban/UI/mainwindow.py (MainWindow): Renamed _OnClose() back to
8529 OnClose() to keep in sync with extensions. Internally Thuban
8530 still uses "underscored" names.
8531
8532 2003-05-20 Jonathan Coles <[email protected]>
8533
8534 This puts back Raster layer support. These layers support projections
8535 through the GDAL library. Currently, the CVS version is being used.
8536 There are no Debian packages available although this may change soon.
8537 A GDAL driver was extended to support writing to memory rather to
8538 files.
8539
8540 There is still some work that needs to be done, such as some error
8541 handling when loading invalid images or when there is a problem
8542 projecting the image. This putback simply checks in the majority
8543 of the work.
8544
8545 * setup.py: Add gdalwarp library extension.
8546
8547 * Thuban/Model/layer.py (BaseLayer.HasClassification): New.
8548 Defaults to False, but can be overridden by subclasses if they
8549 support classification.
8550 (RasterLayer): New. Defines a new layer that represents an
8551 image.
8552
8553 * Thuban/Model/load.py (SessionLoader.__init__): Add rasterlayer
8554 tag handler.
8555 (SessionLoader.start_layer): Encode the filename.
8556 (SessionLoader.start_rasterlayer, SessionLoader.end_rasterlayer):
8557 New. Supports reading a rasterlayer tag.
8558
8559 * Thuban/Model/map.py (Map.BoundingBox): Fix typo in comment.
8560
8561 * Thuban/Model/save.py (XMLWriter.encode): Don't assume that we
8562 get a string in Latin1. If we get such as string convert it to
8563 unicode first, otherwise leave if alone before encoding.
8564 (SessionSaver.write_layer): Add support for writing both Layers
8565 and RasterLayers.
8566
8567 * Thuban/Model/transientdb.py (AutoTransientTable.SimpleQuery):
8568 The right argument may not be a string, it could also be a Column.
8569
8570 * Thuban/UI/application.py (ThubanApplication.CreateMainWindow):
8571 Make initial window size 600x400. Fixes RTBug #1872.
8572
8573 * Thuban/UI/classifier.py (Classifier.__init__): Rearrange how
8574 the dialog is constructed so that we can support layers that
8575 do not have classifications.
8576 (Classifier._OnTry): Only build a classification if the layer
8577 supports one.
8578
8579 * Thuban/UI/legend.py: Change all checks that a layer is an
8580 instance of Layer into checks against BaseLayer.
8581 (LegendTree.__FillTreeLayer): Only add children to a branch if
8582 the layer supports classification.
8583
8584 * Thuban/UI/mainwindow.py (MainWindow.NewSession,
8585 MainWindow.OpenSession): Don't proceed with an action if the
8586 user chooses Cancel when they are asked to save changes.
8587 (MainWindow.AddRasterLayer): New. Open a dialog to allow the
8588 user to select an image file. Create a new RasterLayer and add
8589 it to the map.
8590
8591 * Thuban/UI/renderer.py (MapRenderer.render_map): Add support
8592 for rendering RasterLayer layers.
8593 (MapRenderer.draw_raster_layer): Actually method that calls
8594 the GDALWarp python wrapper and constructs an image from the
8595 data returned.
8596
8597 * Thuban/UI/tableview.py (LayerTableFrame.__init__): Change the
8598 Choices symbols to match those used in the table query method.
8599 Replace deprecated method calls on table with new method names.
8600
8601 * Thuban/UI/view.py (MapCanvas.set_view_transform): Try to limit
8602 how small the scale can get. This still needs more testing.
8603
8604 * extensions/thuban/bmpdataset.cpp: New, but copied from GDAL.
8605 Provides a driver to output in .bmp format.
8606
8607 * extensions/thuban/cpl_mfile.cpp, extensions/thuban/cpl_mfile.h:
8608 New. Provides IO routines which write to memory, rather than a file.
8609
8610 * extensions/thuban/gdalwarp.cpp: New, but basically a direct copy
8611 of the gdalwarp utility provided in GDAL. Added function calls
8612 that can be accessed from python.
8613
8614 * Data/iceland_sample_raster.thuban: New. Sample file that uses
8615 a raster layer.
8616
8617 * Data/iceland/island.tfw, Data/iceland/island.tif: New. Raster
8618 layer image data.
8619
8620 * Doc/thuban.dtd: Added rasterlayer attribute definition.
8621
8622 * test/test_layer.py, test/test_load.py, test/test_save.py: Added
8623 tests associated with the raster layer code.
8624
8625 * test/test_transientdb.py
8626 (TestTransientTable.test_auto_transient_table_query): Added a test
8627 for using a Column object as the "right" parameter to a query.
8628
8629 2003-05-19 Frank Koormann <[email protected]>
8630
8631 * Thuban/version.py (get_changelog_date):
8632 Catch exceptions if ChangeLog does not exist.
8633
8634 * Thuban/UI/view.py (MapCanvas.Export): Bugfix
8635
8636 2003-05-19 Frank Koormann <[email protected]>
8637
8638 Extended version information for Thuban
8639
8640 * Thuban/version.py: New, version information for Thuban: Last
8641 modification date and last ChangeLog entry date.
8642
8643 * Thuban/UI/mainwindow.py (MainWindow.About()): Extended version
8644 information: Display Thuban, wxPython and Python version.
8645
8646 2003-05-16 Bernhard Herzog <[email protected]>
8647
8648 * Thuban/Model/save.py: Remove some unused imports including the
8649 __future__ import for nested_scopes as Thuban relies on Python 2.2
8650 now.
8651 (XMLWriter.encode): Remove the special case for a None argument.
8652 In the saver encode is always called with a string argument.
8653
8654 2003-05-16 Bernhard Herzog <[email protected]>
8655
8656 * Thuban/UI/__init__.py: Remove the work-around for the locale bug
8657 in wxPython (at least when usinvg wxGTK) prior to 2.4. The symptom
8658 of the bug was that e.g. float("1.2") would fail. Thuban now
8659 requires 2.4.x.
8660
8661 2003-05-16 Frank Koormann <[email protected]>
8662
8663 Printing enhancement and WMF export (under Win32)
8664
8665 * Thuban/UI/renderer.py (ExportRenderer): New, derived from
8666 ScreenRenderer. Renders Map, Legend and Scalebar for export.
8667 (PrinterRenderer): New, derived from ExportRenderer. Replaces the old
8668 PrintRender.
8669
8670 * Thuban/UI/view.py (MapPrintout.__init__): Enhanced parameter set
8671 to fullfil information needed for PrinterRenderer.
8672 (MapCanvas.Export): New. Export Map (currently only to WMF on Win32).
8673 (MapCanvas.Print): Adapted to new MapPrintout.
8674 (OutputTransform): General calculations to transform from canvas
8675 coordinates to export/printing devices.
8676
8677 * Thuban/UI/mainwindow.py (MainWindow.ExportMap()): New. Added also
8678 new method_command to call ExportMap, with platform dependency (only
8679 __WXMSW__)
8680
8681 * Thuban/UI/scalebar.py (ScaleBar.DrawScaleBar): Position and Size
8682 of scalebar drawing area as new parameters.
8683
8684 * Thuban/Model/scalebar.py (roundInterval): round long instead of int
8685
8686 * Thuban/UI/legend.py (ScalebarBitmap.__SetScale):
8687 Update to extended scalebar.DrawScalebar header.
8688
8689 * test/test_export.py: New, test Thuban.UI.view.OutputTransform()
8690
8691 * test/test_scalebar.py: Made test executable as standalone.
8692
8693 2003-05-16 Bernhard Herzog <[email protected]>
8694
8695 * Thuban/Model/table.py (Table): Remove this compatibility alias
8696 for DBFTable.
8697
8698 * test/test_table.py: Import DBFTable as Table because that alias
8699 doesn't exist anymore.
8700
8701 * Thuban/UI/classgen.py: Remove some unused imports
8702
8703 2003-05-14 Jonathan Coles <[email protected]>
8704
8705 * Thuban/Model/classgen.py (ClassGenerator.GenSingletonsFromList):
8706 Fix docstring.
8707 (ClassGenerator.GenUniformDistribution): Fix spelling of method name.
8708 (ClassGenerator.GenQuantiles): Use the left/right brackets and min/max
8709 values of the supplied range to determine the beginning and end
8710 bounds of the generated classes.
8711
8712 * Thuban/Model/range.py (Range.number_re): Now accepts floats that
8713 do not have a leading 0 (.5 is now accepted as well as 0.5).
8714
8715 * Thuban/UI/classgen.py (ClassGenDialog.OnOK): Fix name of method
8716 call to ClassGenerator.GenUniformDistribution.
8717
8718 * Thuban/UI/projdialog.py (ProjFrame.__do_layout): Fix Windows
8719 layout bug with the 'Projection' label.
8720
8721 * test/support.py (FloatTestCase): New. Needed for the Range tests.
8722
8723 * test/test_range.py: New. Imported from SciParam.
8724
8725 2003-05-12 Jonathan Coles <[email protected]>
8726
8727 * Thuban/UI/classgen.py (GenQuantilesPanel.GetList): Replace call
8728 to table.UniqueValues() with calls that retrieve all the values
8729 from the table. This will need to be replaced by a method on table
8730 which can simply return the list (perhaps more efficiently).
8731
8732 2003-05-12 Jonathan Coles <[email protected]>
8733
8734 The return value of ClassGenerator.CalculateQuantiles has changed.
8735 Refer to the documentation for details.
8736
8737 * test/test_classgen.py: Modified Quantile tests to use the
8738 new return values.
8739
8740 * Thuban/Model/classgen.py
8741 (ClassGenerator.GenQuantiles): Add comments describing the parameters,
8742 use new return values from CalculateQuantiles to produce the correct
8743 range bounds in the Classification.
8744 (ClassGenerator.CalculateQuantiles): Add more comments describing
8745 the return values and parameters. Make minor adjustments to improve
8746 the legibility of the code. Fix problem with adjusted not being set
8747 in most cases.
8748
8749 2003-05-12 Frank Koormann <[email protected]>
8750
8751 * Thuban/Model/save.py (XMLWriter.encode()): Explicite call to unicode
8752 and latin1. Fixes #1851 finally.
8753
8754 2003-05-09 Jonathan Coles <[email protected]>
8755
8756 * test/test_classgen.py: New. Tests the Quantile algorithm.
8757
8758 * Thuban/Model/classgen.py (ClassGenerator.CalculateQuantiles):
8759 Clean up debugging statement, add comments, fix a small bug in the
8760 returned adjusted percentiles.
8761
8762 2003-05-09 Jonathan Coles <[email protected]>
8763
8764 Introduces Range class from SciParam into the ClassGroupRange class,
8765 and such ranges can now be saved and loaded from disk.
8766
8767 Quantiles are now available in the Classification Generator.
8768
8769 Initial support for building Queries on a table. Doesn't do anything
8770 but run some tests.
8771
8772 * Thuban/Model/classification.py: Explicit imports.
8773 (ClassGroupRange): Use the Range class to store the underlying
8774 range information. The interface remains the same, except for
8775 GetRange(), and you can also supply a Range object as the min
8776 parameter to SetRange or __init__.
8777
8778 * Thuban/Model/load.py (XMLReader.encode): New. Encodes the given
8779 string appropriately for use in Thuban. Fixes RTbug #1851.
8780 (SessionLoader.end_projection): Handle the context of the
8781 projection tag a bit better by looking at what objects are not
8782 None. There was an assumption that a projection tag for a map
8783 could occur before any layers.
8784 (SessionLoader.start_clrange): Provide backward compatibility for
8785 reading min/max values as well as the new range parameter.
8786
8787 * Thuban/Model/map.py: Explicit imports.
8788
8789 * Thuban/Model/resource.py: Import _.
8790 (ProjFileSaver.write): write header using projfile.dtd.
8791
8792 * Thuban/Model/save.py: Explicit imports.
8793 (XMLWriter.encode): New. Encode the given string from a format
8794 used by Thuban into UTF-8. Fixes RTbug #1851.
8795
8796 * Thuban/UI/classgen.py: Explicit imports.
8797 (ClassGenDialog.__init__): Clean up the code and add support
8798 for Quantiles.
8799 (ClassGenDialog.OnOK): Add support for Quantiles.
8800 (GenQuantilesPanel): New. Input panel for Quantiles.
8801 (ClassGenerator, CustomRamp, MonochromaticRamp, GreyRamp, RedRamp,
8802 GreenRamp, BlueRamp, HotToColdRamp): Move to Thuban/Model/classgen.py
8803
8804 * Thuban/Model/classgen.py: New. Contains all the classes named above.
8805
8806 * Thuban/UI/classifier.py: Explicit imports.
8807 (ClassTable.GetValueAsCust, ClassTable.__ParseInput,
8808 ClassTable.SetValueAsCustom): Reworked to use new Range class.
8809
8810 * Thuban/UI/legend.py: Explicit imports.
8811
8812 * Thuban/UI/mainwindow.py: Add support for the Join Dialog. Added
8813 a Table menu and associated method calls.
8814 (MainWindow.choose_color): Removed. No longer needed.
8815
8816 * Thuban/UI/projdialog.py (ProjFrame.__VerifyButtons): Save button
8817 should be disabled if no projection is selected in the available
8818 list.
8819
8820 * Thuban/UI/renderer.py: Explicit imports.
8821
8822 * Thuban/UI/tableview.py (TableGrid.OnRangeSelect): Fix some issues
8823 with correctly selecting the rows and issuing the right events.
8824 Be sure to call Skip() to allow the grid to do some of its own
8825 handling which allows the rows to actually be selected.
8826 (LayerTableGrid.select_shapes): Rename from select_shape. Supports
8827 selecting multiple shapes.
8828 (LayerTableFrame): Support for building Queries.
8829 (LayerTableFrame.select_shapes): Allow multiple shapes to be selected.
8830
8831 * Thuban/UI/tree.py: Explicit imports.
8832
8833 * Thuban/UI/view.py (MapCanvas): Delegate "SelectedShapes" so the
8834 table view can call it.
8835
8836 * test/test_classification.py: Explicit imports.
8837 (TestClassification.test_ClassGroupRange): Fix test for new
8838 Range class.
8839
8840 * Doc/thuban.dtd: Add range parameter for clrange.
8841
8842 * Thuban/Model/range.py: Taken from SciParam. Used as the underlying
8843 object in ClassGroupRange, and also uesd for inputting ranges in
8844 the classifer table and elsewhere.
8845
8846 * Thuban/UI/join.py: New. Initial Join dialog. No real functionality
8847 yet.
8848
8849 2003-05-09 Frank Koormann <[email protected]>
8850
8851 * Thuban/UI/scalebar.py (DrawScaleBar): Draw only if interval > 0.0.
8852
8853 2003-05-08 Frank Koormann <[email protected]>
8854
8855 Coding style updates
8856
8857 * test/test_scalebar.py: Replaced tab indentation by spaces.
8858
8859 * Thuban/UI/scalebar.py: Explicit imports.
8860
8861 2003-05-08 Frank Koormann <[email protected]>
8862
8863 * Thuban/UI/scalebar.py
8864 (ScaleBar.DrawScalebar): Format string bug fixed.
8865
8866 2003-05-08 Frank Koormann <[email protected]>
8867
8868 Reorganization of scalebar component (no wx in Thuban/Model)
8869
8870 * Thuban/Model/scalebar.py: Rendering moved to Thuban/UI/scalebar.py
8871 (deriveInterval):
8872 Calculate scalebar interval and unit which fits in width for scale.
8873 (roundInterval): Round float.
8874
8875 * Thuban/UI/scalebar.py (ScaleBar): Scalebar rendering
8876
8877 * test/test_scalebar.py: Test for Thuban/Model/scalebar.py methods.
8878
8879 * Thuban/UI/legend.py: Import Thuban.UI.scalebar
8880
8881 2003-05-08 Frank Koormann <[email protected]>
8882
8883 * Thuban/UI/legend.py (ScalebarBitmap.SetCanvas):
8884 Initialize ScaleBar with canvas.map
8885
8886 * Thuban/Model/scalebar.py (ScaleBar.roundInterval()): New,
8887 round intervals to display smarter lengths
8888 (ScaleBar.DrawScalebar): Draw Scalebar only if the map contains a
8889 layer. If the maps has no projection applied grey the scalebar.
8890
8891 2003-05-07 Frank Koormann <[email protected]>
8892
8893 Basic Scalebar features added.
8894
8895 * Thuban/Model/scalebar.py (ScaleBar): New, scalebar rendering.
8896
8897 * Thuban/UI/legend.py (LegendPanel): Added scalebar bitmap
8898 (ScaleBarBitmap): New, links the scalebar bitmap with view messages
8899 and the renderer.
8900
8901 * Thuban/UI/view.py (MapCanvas.set_view_transform): Issue SCALE_CHANGED.
8902
8903 * Thuban/UI/messages.py: SCALE_CHANGED added.
8904
8905 2003-05-07 Bernhard Herzog <[email protected]>
8906
8907 * Thuban/Model/session.py (Session.__init__): New instance
8908 variable shapestores to hold a list of all open shapestore objects
8909 (Session.ShapeStores): New. Accessor method for the shapestores
8910 list.
8911 (Session._add_shapestore, Session._clean_weak_store_refs): New.
8912 Internal methods to maintain the shapestores list.
8913 (Session.Tables): New. Return all tables open in the session.
8914 (Session.OpenShapefile): Insert the new ShapeStore into the
8915 shapestores list.
8916
8917 * test/test_session.py (TestSessionSimple.test_initial_state): Add
8918 tests for ShapeStores and Tables
8919 (TestSessionWithContent.test_shape_stores)
8920 (TestSessionWithContent.test_tables): New. Test cases for
8921 ShapeStores and Tables
8922
8923 2003-05-07 Bernhard Herzog <[email protected]>
8924
8925 * Thuban/Model/transientdb.py (TransientTableBase.ReadRowAsDict):
8926 Add comments about the optimizations used.
8927 (AutoTransientTable.ReadValue, TransientTableBase.ReadValue): New.
8928 Implement the ReadValue table interface method.
8929
8930 * test/test_transientdb.py
8931 (TestTransientTable.run_iceland_political_tests)
8932 (TestTransientTable.test_transient_joined_table): Add tests for
8933 ReadValue
8934
8935 2003-05-07 Frank Koormann <[email protected]>
8936
8937 * Resources/Bitmaps/fulllayerextent.xpm,
8938 Resources/Bitmaps/fullselextent.xpm: Replaced the place holders with
8939 new icons.
8940
8941 2003-05-06 Bernhard Herzog <[email protected]>
8942
8943 * Thuban/Model/transientdb.py (AutoTransientTable.SimpleQuery):
8944 New. Simply delegate to the transient table's version.
8945
8946 * test/test_transientdb.py
8947 (TestTransientTable.test_auto_transient_table_query): New. Test
8948 case for AutoTransientTable's SimpleQuery
8949
8950 2003-05-06 Bernhard Herzog <[email protected]>
8951
8952 * Thuban/Model/transientdb.py (TransientTableBase.SimpleQuery):
8953 Implement a simple query method for the query dialog
8954 (TransientTableBase.create): Add an INTEGER PRIMARY KEY that holds
8955 the row index or shapeid.
8956 (TransientTable.create): Insert the right value of the row index
8957 (TransientJoinedTable.create): Copy the row index of the left
8958 table to the joined result table
8959
8960 * test/test_transientdb.py
8961 (TestTransientTable.test_transient_table_read_twice): Fix
8962 doc-string
8963 (TestTransientTable.test_transient_table_query): New. Test for the
8964 SimpleQuery method
8965
8966 2003-05-06 Bernhard Herzog <[email protected]>
8967
8968 Convert all table users to use the new table interface. This only
8969 covers Thuban itself, not GREAT-ER or other applications built on
8970 Thuban yet, so the compatibility interface stays in place for the
8971 time being but it now issues DeprecationWarnings.
8972
8973 Finally, the new Table interface has a new method, HasColumn.
8974
8975 * Thuban/Model/table.py (OldTableInterfaceMixin): All methods
8976 issue deprecation warnings when they're. The warnings refer to the
8977 caller of the method.
8978 (OldTableInterfaceMixin.__deprecation_warning): New. Helper method
8979 for the deprecation warnings
8980
8981 * test/test_table.py: Ignore the deprecation warnings for the old
8982 table in the tests in this module. The purpose of the tests is to
8983 test the old interface, after all.
8984
8985 * test/test_transientdb.py
8986 (TestTransientTable.run_iceland_political_tests): Use the
8987 constants for the types. Add a test for HasColumn
8988 (TestTransientTable.test_transient_joined_table): Adapt to new
8989 table interface. Add a test for HasColumn
8990 (TestTransientTable.test_transient_table_read_twice): Adapt to new
8991 table interface
8992
8993 * Thuban/UI/tableview.py (DataTable.SetTable, DataTable.GetValue):
8994 Adapt to new table interface
8995
8996 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Adapt to
8997 new table interface
8998
8999 * Thuban/UI/controls.py (RecordListCtrl.fill_list)
9000 (RecordTable.SetTable): Adapt to new table interface
9001
9002 * Thuban/UI/classifier.py (Classifier.__init__)
9003 (Classifier.__init__): Adapt to new table interface
9004
9005 * Thuban/UI/classgen.py (ClassGenDialog.__init__)
9006 (GenUniformPanel._OnRetrieve, GenUniquePanel._OnRetrieve): Adapt
9007 to new table interface
9008
9009 * Thuban/Model/transientdb.py (TransientTableBase.HasColumn)
9010 (AutoTransientTable.HasColumn): Implement the new table interface
9011 method
9012 (AutoTransientTable.ReadRowAsDict, AutoTransientTable.ValueRange)
9013 (AutoTransientTable.UniqueValues): Adapt to new table interface
9014
9015 * Thuban/Model/layer.py (Layer.SetShapeStore, Layer.GetFieldType):
9016 Adapt to new table interface
9017
9018 * test/test_layer.py (TestLayer.open_shapefile): Helper method to
9019 simplify opening shapefiles a bit easier.
9020 (TestLayer.test_arc_layer, TestLayer.test_polygon_layer)
9021 (TestLayer.test_point_layer): Use the new helper method
9022 (TestLayer.test_get_field_type): New. Test for the GetFieldType
9023 method
9024
9025 * test/test_dbf_table.py (TestDBFTable.test_has_column): Test for
9026 the new table method
9027
9028 * test/test_memory_table.py (TestMemoryTable.test_has_column):
9029 Test for the new table method HasColumn
9030
9031 2003-05-06 Jonathan Coles <[email protected]>
9032
9033 Addresses the "Selection Extent" wish of RTbug #1787.
9034
9035 * Resources/Bitmaps/fulllayerextent.xpm,
9036 Resources/Bitmaps/fullselextent.xpm: Bitmaps for layer and selection
9037 extent. These are just place holders for the real bitmaps.
9038
9039 * Thuban/Model/layer.py (Shape): Since a Shape is immutable only
9040 calculate the bounding box once (the first time compute_bbox() is
9041 called).
9042 (Layer.ShapesBoundingBox): New. Given a list of shape ids, return
9043 the bounding box for the shapes in lat/long coordinates.
9044
9045 * Thuban/UI/mainwindow.py: Added new "Full selection extent" menu
9046 option.
9047 (MainWindow.has_selected_shapes): New. Returns true if there are
9048 any selected shapes.
9049 (MainWindow.FullSelectionExtent): New. Calls
9050 MapCanvas.FitSelectedToWindow() when the user selects the menu option.
9051 (_has_selected_shapes): New. Returns true if there are any
9052 selected shapes.
9053
9054 * Thuban/UI/selection.py (Selection.HasSelectedShapes): New. Returns
9055 true if there are any selected shapes.
9056
9057 * Thuban/UI/view.py (MapCanvas): Added delegated method
9058 HasSelectedShapes.
9059 (MapCanvas.FitSelectedToWindow): New. Centers and scales any selected
9060 shapes on the canvas using the map projection (if any).
9061
9062 * test/test_layer.py (TestLayer.test_arc_layer): Add some tests
9063 for Layer.ShapesBoundingBox().
9064
9065 2003-05-06 Bernhard Herzog <[email protected]>
9066
9067 * Resources/Projections/defaults.proj: Fix spelling of Mercator
9068
9069 2003-05-05 Jonathan Coles <[email protected]>
9070
9071 Addresses the "Full Layer Extent" wish of RTbug #1787.
9072
9073 * Resources/Projections/defaults.proj: Added UK National Grid.
9074
9075 * Thuban/UI/mainwindow.py: Added new "Full layer extent" menu option.
9076 (MainWindow.FullLayerExtent): New. Calls MapCanvas.FitLayerToWindow()
9077 when the user selects the menu option.
9078
9079 * Thuban/UI/view.py (MapCanvas.FitLayerToWindow): New. Centers and
9080 scales the given layer on the canvas using the map projection.
9081
9082 2003-05-05 Bernhard Herzog <[email protected]>
9083
9084 Convert the table implementations to a new table interface. All
9085 tables use a common mixin class to provide backwards compatibility
9086 until all table users have been updated.
9087
9088 * Thuban/Model/table.py (OldTableInterfaceMixin): Mixin class to
9089 provide backwards compatibility for table classes implementing the
9090 new interface
9091 (DBFTable, MemoryTable): Implement the new table interface. Use
9092 OldTableInterfaceMixin as base for compatibility
9093 (DBFColumn, MemoryColumn): New. Column description for DBFTable
9094 and MemoryTable resp.
9095
9096 * test/test_dbf_table.py: New. Test cases for the DBFTable with
9097 the new table interface.
9098
9099 * test/test_memory_table.py: New. Test cases for the MemoryTable
9100 with the new table interface.
9101
9102 * test/test_table.py: Document the all tests in this file as only
9103 for backwards compatibility. The equivalent tests for the new
9104 interface are in test_memory_table.py and test_dbf_table.py
9105 (MemoryTableTest.test_read): field_info should be returning tuples
9106 with four items
9107 (MemoryTableTest.test_write): Make doc-string a more precise.
9108
9109 * Thuban/Model/transientdb.py (TransientTableBase): Convert to new
9110 table interface. Derive from from OldTableInterfaceMixin for
9111 compatibility.
9112 (TransientTableBase.create): New intance variable column_map to
9113 map from names and indices to column objects
9114 (TransientTable.create): Use the new table interface of the input
9115 table
9116 (AutoTransientTable): Convert to new table interface. Derive from
9117 from OldTableInterfaceMixin for compatibility.
9118 (AutoTransientTable.write_record): Removed. It's not implemented
9119 yet and we still have to decide how to handle writing with the new
9120 table and data framework.
9121
9122 * test/test_transientdb.py
9123 (TestTransientTable.run_iceland_political_tests)
9124 (TestTransientTable.test_transient_joined_table): Use the new
9125 table interface
9126
9127 2003-05-05 Jonathan Coles <[email protected]>
9128
9129 This is namely a collection of UI updates to improve user interactivity.
9130 Tabbing between controls now exists and you can use ESC to close dialog
9131 boxes; ENTER will active the default button.
9132
9133 * Thuban/UI/classgen.py (ClassGenDialog.__init__): Rearrange the
9134 order that the controls are created so that tabbing works correctly.
9135 (ClassGenDialog.OnOK): Renamed from _OnGenerate() so that the
9136 wxDialog can handle the default button correctly.
9137 (ClassGenDialog.OnCancel): Renamed from _OnCloseBtn() for the
9138 same reasons as for OnOK.
9139 (GenUniformPanel._OnRetrieve): Call wxBeginBusyCursor/wxEndBusyCursor
9140 when we ask the table for the maximum/minimum values of a field
9141 which could take a very long time.
9142
9143 * Thuban/UI/classifier.py (Classifier.__init__): Rearrange the
9144 order that the controls are created so that tabbing works correctly.
9145 (SelectPropertiesDialog.__init__): Rearrange the order that the
9146 controls are created so that tabbing works correctly.
9147
9148 * Thuban/UI/dialogs.py: Copied NonModalDialog box and changed it
9149 to derive from a wxDialog but behave like the original implementation
9150 which was derived from a wxFrame. wxDialog provides useful key
9151 handling functionality like ESC calling OnCancel and ENTER calling
9152 OnOK which is lost with wxFrame.
9153
9154 * Thuban/UI/mainwindow.py: Add "..." to menu items that will open
9155 new dialogs.
9156
9157 * Thuban/UI/projdialog.py (ProjFrame.__init__): Rearrange the
9158 order that the controls are created so that tabbing works correctly.
9159 (ProjFrame.OnApply): Renamed from _OnTry() to use wxDialog behaviour.
9160 (ProjFrame.OnOK): Renamed from _OnOK() to use wxDialog behaviour.
9161 (ProjFrame.OnCancel): Renamed from _OnClose() to use wxDialog behaviour.
9162 (ProjPanel.__init__): Add "Airy" to the list of ellipsoids so we
9163 can provide the "UK National Grid" as a default projection.
9164 (UTMPanel.__init__): Rearrange the order that the controls are
9165 created so that tabbing works correctly.
9166
9167 2003-05-05 Bernhard Herzog <[email protected]>
9168
9169 * extensions/thuban/wxproj.cpp: Fix some of the comments.
9170 (project_point): If a map projection but no layer projection is
9171 given, convert degrees to radians before applying the map
9172 projection.
9173
9174 * Thuban/UI/tableview.py (TableGrid.disallow_messages)
9175 (TableGrid.allow_messages): New methods to make it possible to
9176 inhibit message sending.
9177 (TableGrid.issue): Only send the message if not inhibited.
9178 (LayerTableGrid.select_shape): Use the new methods to make sure
9179 that no ROW_SELECTED message is sent while we're updating the
9180 selected rows to match the selected shapes.
9181
9182 2003-05-02 Jan-Oliver Wagner <[email protected]>
9183
9184 Implementation of MemoryTable.
9185
9186 * Thuban/Model/table.py (MemoryTable): New. Quite simple table
9187 implementation that operates on a list of tuples. All of the data
9188 are kept in the memory.
9189
9190 * test/test_table.py (MemoryTableTest): New.
9191
9192 * test/test_transientdb.py (SimpleTable): Removed.
9193 (TestTransientTable.test_transient_joined_table,
9194 (TestTransientTable.test_transient_table_read_twice): Replaced
9195 SimpleTable by MemoryTable.
9196
9197 2003-04-30 Jonathan Coles <[email protected]>
9198
9199 * Data/iceland_sample.thuban: Now contains correct projections
9200 for each of the layers.
9201
9202 * Resources/Projections/defaults.proj: Geographic projection
9203 contains unit conversion parameter.
9204
9205 2003-04-30 Jonathan Coles <[email protected]>
9206
9207 The most important part of this putback is the projection changes.
9208 It should now be possible to specify the projection that a layer
9209 is in and then specify a different projection for the map. The
9210 projection dialog has an extra parameter for a geographic projection
9211 which lets the user select if the input is in degrees or radians.
9212
9213 * Thuban/Model/layer.py (Layer.ShapesInRegion): Fix docstring
9214 to say that the parameter is a tuple of unprojected
9215 points (which is what the callers to this method were assuming).
9216 Also, since the points are unprojected we need to projected them.
9217
9218 * Thuban/UI/legend.py (LegendTree.MoveCurrentItemUp,
9219 LegendTree.MoveCurrentItemDown): If the layer or any of the layer's
9220 groups are selected, move the layer up/down. Fixes RTbug #1833.
9221
9222 * Thuban/UI/mainwindow.py: Move menu item map_rename up.
9223
9224 * Thuban/UI/projdialog.py (ProjFrame._OnSave): Add missing
9225 parameter in call to SetClientData.
9226 (GeoPanel): Add support for selecting the units that the
9227 source data is in (Radians or Degrees).
9228
9229 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Optimize
9230 the rendering loop by reducing the number of if's, removing the
9231 unnecessary try/except block, and checking if the old group
9232 is the same as the new one (which happens a lot if there is
9233 no classification, or lots of shapes are in the same group).
9234
9235 * Thuban/UI/view.py (MapCanvas.OnPaint): Add a try/except block
9236 around the redraw routine to try to catch problems that the user
9237 may create by selecting invalid projections for the data set and
9238 map. Clears the display if there are any problems and prints the
9239 error.
9240 (MapCanvas.do_redraw): Use DC.Clear() instead of drawing a filled
9241 rectangle.
9242
9243 * extensions/thuban/wxproj.cpp (project_point): First invert the
9244 supplied point (which should be in projected coordinates) using
9245 the layer's projection and then project the point using the
9246 map's projection.
9247 (project_points): Use project_point() to project each point.
9248
9249 2003-04-30 Jan-Oliver Wagner <[email protected]>
9250
9251 * Thuban/Model/layer.py (Layer.SetShapeStore): Fixed a bug:
9252 don't set the Classification to None if the classfication field
9253 is None (ie only a DEFAULT).
9254
9255 2003-04-30 Bernhard Herzog <[email protected]>
9256
9257 * Thuban/UI/view.py: Fix some typos.
9258
9259 * Thuban/UI/mainwindow.py (MainWindow.identify_view_on_demand): Do
9260 not pop up the dialog if the selection becomes empty (this could
9261 happen if e.g. a new selection is opened while the identify tool
9262 is active and dialog had been closed)
9263
9264 2003-04-30 Bernhard Herzog <[email protected]>
9265
9266 * Thuban/Model/transientdb.py (TransientTableBase.__init__): New
9267 instance variable read_record_last_result
9268 (TransientTableBase.read_record): Make sure reading the same
9269 record twice works. The implementation uses the new instance
9270 variable read_record_last_result
9271
9272 * test/test_transientdb.py
9273 (TestTransientTable.test_transient_table_read_twice): New test
9274 case for the above bug-fix.
9275
9276 2003-04-29 Jonathan Coles <[email protected]>
9277
9278 * Thuban/common.py: Removed. No longer needed Str2Num. RTbug #1832.
9279
9280 * Thuban/UI/classgen.py: Remove all uses of Str2Num.
9281
9282 * Thuban/UI/classifier.py: Remove all uses of Str2Num.
9283 (ClassTable.SetValueAsCustom): Rename keyword argument in
9284 ClassGroup* constructors to match argument name.
9285
9286 2003-04-29 Bernhard Herzog <[email protected]>
9287
9288 * Thuban/Model/session.py (Session.Destroy): Explicitly close the
9289 transient DB if it exists to make sure it doesn't leave a journal
9290 file in the temp directory.
9291
9292 * Thuban/Model/transientdb.py (TransientDatabase.close): Set
9293 self.conn to None after closing the connection to make sure it's
9294 not closed twice
9295
9296 2003-04-29 Jonathan Coles <[email protected]>
9297
9298 Add a visible parameter in the layer XML tag. The default value is
9299 "true". If anything other than "false" is specified we also assume
9300 "true". Addresses RTbug #1025.
9301
9302 * Doc/thuban.dtd: Add visible parameter to a layer.
9303
9304 * Thuban/Model/layer.py (BaseLayer.__init__): Change default value
9305 of visible from 1 to True.
9306 (Layer.__init__): Change default value of visible from 1 to True.
9307
9308 * Thuban/Model/load.py (SessionLoader.start_layer): Read visible
9309 parameter.
9310
9311 * Thuban/Model/save.py (SessionSaver.write_layer): Save visible
9312 parameter.
9313
9314 * test/test_load.py: Add new test data contents_test_visible.
9315 (LoadSessionTest.setUp): save test data.
9316 (LoadSessionTest.testLayerVisibility): Test if the visible flag
9317 is loaded correctly.
9318
9319 * test/test_save.py (SaveSessionTest.testSingleLayer): Add test
9320 for saving an invisible layer.
9321
9322 2003-04-29 Jonathan Coles <[email protected]>
9323
9324 * Thuban/UI/mainwindow.py (MainWindow.SetMap): Look up the
9325 legend dialog box and tell it to change its map to the one
9326 supplied to SetMap(). Fixes RTbug #1770.
9327
9328 2003-04-29 Bernhard Herzog <[email protected]>
9329
9330 Next step of table implementation. Introduce a transient database
9331 using SQLite that some of the data is copied to on demand. This
9332 allows us to do joins and other operations that require an index
9333 for good performance with reasonable efficiency. Thuban now needs
9334 SQLite 2.8.0 and pysqlite 0.4.1. Older versions may work but I
9335 haven't tested that.
9336
9337 * Thuban/Model/transientdb.py: New. Transient database
9338 implementation.
9339
9340 * test/test_transientdb.py: New. Tests for the transient DB
9341 classes.
9342
9343 * Thuban/Model/session.py (AutoRemoveFile, AutoRemoveDir): New
9344 classes to help automatically remove temporary files and
9345 directories.
9346 (Session.__init__): New instance variables temp_dir for the
9347 temporary directory and transient_db for the SQLite database
9348 (Session.temp_directory): New. Create a temporary directory if not
9349 yet done and return its name. Use AutoRemoveDir to have it
9350 automatically deleted
9351 (Session.TransientDB): Instantiate the transient database if not
9352 done yet and return it.
9353
9354 * Thuban/Model/data.py (ShapefileStore.__init__): Use an
9355 AutoTransientTable so that data is copied to the transient DB on
9356 demand.
9357 (SimpleStore): New class that simply combines a table and a
9358 shapefile
9359
9360 * Thuban/Model/table.py (Table, DBFTable): Rename Table into
9361 DBFTable and update its doc-string to reflect the fact that this
9362 is only the table interface to a DBF file. Table is now an alias
9363 for DBFTable for temporary backwards compatibility.
9364
9365 * Thuban/UI/application.py (ThubanApplication.OnExit): Make sure
9366 the last reference to the session goes away so that the temporary
9367 files are removed properly.
9368
9369 * test/test_load.py (LoadSessionTest.tearDown): Remove the
9370 reference to the session to make sure the temporary files are
9371 removed.
9372
9373 2003-04-29 Bernhard Herzog <[email protected]>
9374
9375 * Thuban/Model/load.py (XMLReader.__init__, XMLReader.read): Turn
9376 the __parser instance variable into a normal local variable in
9377 read. It's only used there and read will never be called more than
9378 once. Plus it introduces a reference cycle that keeps can keep the
9379 session object alive for a long time.
9380
9381 2003-04-29 Jonathan Coles <[email protected]>
9382
9383 * Thuban/Model/proj.py (Projection): Removed Set*() methods to make
9384 Projection an immutable item. Fixes RTbug #1825.
9385 (Projection.__init__): Initialize instance variables here.
9386 (ProjFile.Replace): New. Replace the given projection object with
9387 the new projection object. This solves the problem of needing the
9388 mutator Projection.SetProjection() in the ProjFrame class and
9389 allows a projection to change parameters without changing its
9390 location in the file.
9391
9392 * Thuban/UI/mainwindow.py (MainWindow.SaveSessionAs): Dialog should
9393 be of type wxSAVE and should verify overwriting a file.
9394
9395 * Thuban/UI/projdialog.py (ProjFrame._OnSave): Use the new
9396 ProjFile.Replace() method instead of the mutator
9397 Projection.SetProjection(). Also requires that we reassign the
9398 client data to the new projection.
9399
9400 * test/test_proj.py (TestProjection.test): Test GetName() and
9401 GetAllParameters()
9402 (TestProjFile.test): Remove tests for Set*() methods. Add tests
9403 for Replace().
9404
9405 2003-04-25 Jonathan Coles <[email protected]>
9406
9407 * Thuban/Model/save.py (SessionSaver.write_projection): Make sure
9408 to save the name of the projection.
9409
9410 * test/test_save.py (SaveSessionTest.testLayerProjection): New
9411 test to verify layer projections are saved correctly.
9412
9413 2003-04-25 Jonathan Coles <[email protected]>
9414
9415 * Thuban/Model/proj.py (Projection.SetName): Set the name
9416 to "Unknown" if name is None.
9417 (Projection.SetAllParameters): New. Set the projection's
9418 parameter list to the one supplied.
9419 (Projection.SetProjection): New. Set the projection's
9420 properties to those of the supplied Projection.
9421
9422 * Thuban/UI/mainwindow.py (MainWindow.MapProjection): Set
9423 the dialog title to include the map's title.
9424 (MainWindow.LayerProjection): Set the dialog title to include
9425 the layer's title.
9426
9427 * Thuban/UI/projdialog.py (ProjFrame.__ShowError): Consolidate
9428 error dialogs into a single method call.
9429 (ProjFrame.__VerifyButtons): Add more states to check.
9430 (ProjFrame.__GetProjection): Return the current state of an
9431 edited projection or None.
9432 (ProjFrame.__FillAvailList): Remove checks for states that
9433 shouldn't exist.
9434 (ProjFrame._OnNew): Clear all selected items and supply
9435 a projection panel if necessary.
9436
9437 * test/test_proj.py (TestProjFile.test): Add tests for
9438 ProjFile.SetAllParameters, ProjFile.SetProjection,
9439 ProjFile.SetName.
9440
9441 2003-04-25 Jonathan Coles <[email protected]>
9442
9443 * Thuban/UI/projdialog.py (ProjFrame.__FillAvailList): Now
9444 takes an optional argument to select the current projection.
9445 This does not guarantee that the item is visible due to
9446 limited wxWindows functionality. Fixes RTBug #1821.
9447
9448 2003-04-25 Jonathan Coles <[email protected]>
9449
9450 * Thuban/Model/load.py (SessionLoader.start_projection): Remember
9451 the projection name and use it when constructing the Projection
9452 object.
9453
9454 * Thuban/Model/proj.py (Projection.__init__): Change the default
9455 value for 'name' to None and then test if name is equal to None
9456 in the body of the constructor. This way the caller doesn't have to
9457 know what the default value should be. Namely, useful in load.py
9458 where we have to pick a default value if the 'name' parameter
9459 doesn't exist in the XML file.
9460
9461 * test/test_load.py (LoadSessionTest.testLayerProjection): New.
9462 Tests a file where a layer has a projection.
9463
9464 2003-04-25 Jonathan Coles <[email protected]>
9465
9466 * Thuban/Model/layer.py (Layer.TreeInfo): Add an item to the
9467 tree for projection information.
9468
9469 * Thuban/Model/load.py (XMLReader.GetFilename): Renamed from
9470 XMLReader.GetFileName.
9471 (SessionLoader): Added support for loading projection tags that
9472 appear inside a layer.
9473
9474 * Thuban/Model/proj.py (ProjFile): Document the class. Move
9475 back to using a list because the order of the projections in
9476 the file is important to maintain. Fixes RTbug #1817.
9477
9478 * Thuban/Model/resource.py: Rename calls to ProjFile.GetFileName
9479 to ProjFile.GetFilename.
9480
9481 * Thuban/Model/save.py (SessionSaver.write_layer): Save projection
9482 information.
9483
9484 * Thuban/UI/projdialog.py (ProjFrame._OnAddToList): Renamed from
9485 ProjFrame._OnSaveAs. Removed old dead code from previous
9486 implementation.
9487 (ProjFrame._OnExport): Add support for exporting more than one
9488 projection to a single file.
9489 (ProjFrame.__FillAvailList): use string formatting (% operator)
9490 to build strings that are (partly) translated. Fixes RTbug #1818.
9491
9492 * test/test_proj.py (TestProjFile.test): New. Tests the base ProjFile
9493 class.
9494
9495 2003-04-24 Bernhard Herzog <[email protected]>
9496
9497 * po/es.po: Updated Spanish translation by Daniel Calvelo Aros
9498
9499 * po/fr.po: New. French translation by Daniel Calvelo Aros
9500
9501 * Thuban/UI/projdialog.py (ProjFrame._OnSaveAs): Don't translate
9502 empty strings.
9503
9504 2003-04-24 Jonathan Coles <[email protected]>
9505
9506 * Thuban/Model/layer.py (Layer.GetProjection): New. Needed to
9507 implement the interface that the ProjFrame dialog expects.
9508
9509 * Thuban/Model/proj.py (Projection.SetName): New. Allows the
9510 name of the projection to be changed.
9511 (ProjFile): Use a dictionary instead of a list so that removing
9512 projections is easier and we are sure about uniqueness.
9513 (ProjFile.Remove): Remove the given projection object.
9514
9515 * Thuban/Model/resource.py (GetSystemProjFiles, GetUserProjFiles):
9516 Return a list with only one projection file instead of searching for
9517 any projection file. This simplifies many things if the user can
9518 only have one system file and one user file.
9519
9520 * Thuban/UI/classgen.py: Change all references to
9521 genCombo to genChoice.
9522
9523 * Thuban/UI/mainwindow.py: Add a Projection option under the
9524 layer menu.
9525 (MainWindow.LayerProjection): New. Open up a projection window
9526 for a layer.
9527
9528 * Thuban/UI/projdialog.py: Large changes to how the dialog is
9529 laid out. Use three panels instead of one. One for the list of
9530 projections, one for the edit controls, and one for the buttons.
9531 Fixed resizing problems so that the dialog resizes correctly
9532 when the projection panel changes. Added import/export, save, and
9533 new buttons/functionality.
9534
9535 2003-04-24 Bernhard Herzog <[email protected]>
9536
9537 First step towards table management. Introduce a simple data
9538 abstraction so that we replace the data a layer uses more easily
9539 in the next step.
9540
9541 * Thuban/Model/data.py: New file with a simple data abstraction
9542 that bundles shapefile and dbffile into one object.
9543
9544 * Thuban/Model/session.py (Session.OpenShapefile): New method to
9545 open shapefiles and return a shape store object
9546
9547 * Thuban/Model/layer.py (Layer.__init__): Pass the data as a store
9548 object instead of a shapefile filename. This introduces a new
9549 instance variable store holding the datastore. For intermediate
9550 backwards compatibility keep the old instance variables.
9551 (open_shapefile): Removed. No longer needed with the shape store.
9552 (Layer.SetShapeStore, Layer.ShapeStore): New methods to set and
9553 get the shape store used by a layer.
9554 (Layer.Destroy): No need to explicitly destroy the shapefile or
9555 table anymore.
9556
9557 * Thuban/UI/mainwindow.py (MainWindow.AddLayer)
9558 (MainWindow.AddLayer): Use the session's OpenShapefile method to
9559 open shapefiles
9560
9561 * Thuban/Model/load.py (ProcessSession.start_layer): Use the
9562 session's OpenShapefile method to open shapefiles
9563
9564 * test/test_classification.py
9565 (TestClassification.test_classification): Use the session's
9566 OpenShapefile method to open shapefiles and build the filename in
9567 a more platform independed way
9568
9569 * test/test_layer.py (TestLayer.setUp, TestLayer.tearDown):
9570 Implement to have a session to use in the tests
9571 (TestLayer.test_arc_layer, TestLayer.test_polygon_layer)
9572 (TestLayer.test_point_layer, TestLayer.test_empty_layer): Use the
9573 session's OpenShapefile method to open shapefiles
9574 (TestLayerLegend.setUp): Instantiate a session so that we can use
9575 it to open shapefiles.
9576 (TestLayerLegend.tearDown): Make sure that all references to
9577 layers and session are removed otherwise we may get a resource
9578 leak
9579
9580 * test/test_map.py (TestMapAddLayer.test_add_layer)
9581 (TestMapWithContents.setUp): Instantiate a session so that we can
9582 use it to open shapefiles.
9583 (TestMapWithContents.tearDown): Make sure that all references to
9584 layers, maps and sessions are removed otherwise we may get a
9585 resource leak
9586 ("__main__"): use support.run_tests() so that more info about
9587 uncollected garbage is printed
9588
9589 * test/test_save.py (SaveSessionTest.testSingleLayer): Use the
9590 session's OpenShapefile method to open shapefiles
9591 ("__main__"): use support.run_tests() so that more info about
9592 uncollected garbage is printed
9593
9594 * test/test_selection.py (TestSelection.tearDown): Make sure that
9595 all references to the session and the selection are removed
9596 otherwise we may get a resource leak
9597 (TestSelection.get_layer): Instantiate a session so that we can
9598 use it to open shapefiles.
9599 ("__main__"): use support.run_tests() so that more info about
9600 uncollected garbage is printed
9601
9602 * test/test_session.py (TestSessionBase.tearDown)
9603 (TestSessionWithContent.tearDown): Make sure that all references
9604 to the session and layers are removed otherwise we may get a
9605 resource leak
9606 (TestSessionWithContent.setUp): Use the session's OpenShapefile
9607 method to open shapefiles
9608
9609 2003-04-24 Jonathan Coles <[email protected]>
9610
9611 * Thuban/Model/load.py (XMLReader.read): Should have been checking
9612 if the file_or_filename object had the 'read' attribute.
9613
9614 2003-04-23 Jonathan Coles <[email protected]>
9615
9616 * Thuban/Model/resource.py: Fixes RTbug #1813.
9617 (ReadProjFile): Add documentation about which exceptions are raised.
9618 Always pass the exceptions up to the caller.
9619 (GetProjFiles): If the directory can't be read return an empty list.
9620 If any of the proj files can't be read skip that file and go
9621 on to the next one.
9622
9623 * test/test_proj.py: Added test cases to handle nonexistent files,
9624 unreadable files, and files that don't parse correctly.
9625
9626 2003-04-23 Jonathan Coles <[email protected]>
9627
9628 Projection dialog. Allows the user to select from a list
9629 of projection templates and optionally edit them and save new ones.
9630
9631 * Thuban/UI/projdialog.py (ProjFrame): New. Main dialog.
9632 (ProjPanel): Base class for projection specific panels.
9633 (TMPanel): Projection panel for Transverse Mercartor.
9634 (UTMPanel): Projection panel for Universal Transverse Mercartor.
9635 (LCCPanel): Projection panel for Lambert Conic Conformal.
9636 (GeoPanel): Projetion panel for Geographic Projection.
9637
9638 2003-04-23 Jonathan Coles <[email protected]>
9639
9640 * Thuban/Model/load.py (XMLReader): Renamed from XMLProcessor to
9641 promote symmetry. There now exists XMLReader and XMLWriter.
9642 (XMLReader.read): New. Call to read the given file descriptor or
9643 filename.
9644 (XMLReader.close): New. Make sure the file is closed.
9645 (XMLReader.GetFileName): New. Return just the file name that is being
9646 read from.
9647 (XMLReader.GetDirectory): New. Return just the directory of the file
9648 that is being read.
9649 (XMLReader.AddDispatchers): New. Take a dictionary which contains
9650 the names of functions to call as the XML tree is parsed.
9651 (XMLReader.startElementNS): Updated to use new dispatcher dictionary.
9652 (XMLReader.endElementNS): Updated to use new dispatcher dictionary.
9653 (SessionLoader): Removed class variables start_dispatcher and
9654 end_dispatcher since this functionality is now part of a class
9655 instance. Fixes RTbug #1808.
9656 (SessionLoader.__init__): Add dispatcher functions.
9657 (load_xmlfile): Code was moved into the XMLReader.read().
9658 (load_session): Use modified SessionLoader.
9659
9660 * Thuban/Model/map.py (Map.GetProjection): New. Returns the
9661 map's projection.
9662
9663 * Thuban/Model/proj.py (Projection.GetParameters): Renamed to
9664 GetAllParameters.
9665 (Projection.GetParameter): Returns the value for the given parameter.
9666
9667 * Thuban/Model/resource.py: Use XMLReader and XMLWriter.
9668 (GetProjFiles): Renamed from GetProjections. Now returns a list
9669 of ProjFile objects.
9670 (GetSystemProjFiles): Renamed from GetSuppliedProjections. Returns
9671 a list of ProjFile objects whose files are not user defined.
9672 (GetUserProjFiles): Renamed from GetUserProjections. Returns a
9673 list of ProjFile objects whose files are user defined.
9674 (ProjFileReader): Extend new XMLReader.
9675
9676 * Thuban/Model/save.py (XMLWriter): Renamed from XMLSaver to
9677 promote symmetry.
9678
9679 * Thuban/UI/classgen.py (ClassGenDialog.__init__): Use a wxChoice
9680 control instead of a wxComboBox. wxChoice controls do not generate
9681 events as the uses highlights possible choices which fixes problems
9682 with resizing the dialog when the use selects an option.
9683
9684 * Thuban/UI/classifier.py (Classifier.__init__): Use a wxChoice
9685 control instead of a wxComboBox.
9686
9687 * Thuban/UI/mainwindow.py (MainWindow.Projection): Use new projection
9688 dialog.
9689
9690 * test/test_proj.py (TestProjection.test): New tests for GetParameter
9691 method.
9692
9693 2003-04-22 Bernhard Herzog <[email protected]>
9694
9695 * Thuban/UI/mainwindow.py: Remove some unused imports and global
9696 constants
9697
9698 * Thuban/UI/identifyview.py (IdentifyListCtrl.selected_shape)
9699 (IdentifyGridCtrl.selected_shape): Use table, not shapetable.
9700
9701 2003-04-17 Bernhard Herzog <[email protected]>
9702
9703 * Thuban/Model/layer.py: Don't import LAYER_LEGEND_CHANGED.
9704 (Layer): Update doc-string since LAYER_LEGEND_CHANGED is not used
9705 anymore.
9706 (Layer.BoundingBox, Layer.GetFieldType, Layer.NumShapes)
9707 (Layer.ShapeType, Layer.Shape): No need to call
9708 self.open_shapefile since it's always called in __init__
9709
9710 * Thuban/UI/application.py (ThubanApplication.MainLoop): Removed.
9711 In wxPython 2.4 there's no need to extend MainLoop anymore since
9712 wxPython itself makes sure OnExit is called.
9713
9714 2003-04-16 Jonathan Coles <[email protected]>
9715
9716 Initial putback of projection management code. Includes new
9717 classes to read and write projection files. The current load
9718 and save classes were abstracted a bit so they could be reused.
9719 The Projection class was extended to provide new methods and
9720 have a name.
9721
9722 * Thuban/Model/load.py (XMLProcessor): New. Contains all the
9723 general XML reading methods that were part of ProcessSession.
9724
9725 * Thuban/Model/proj.py (Projection.__init__): Accepts an optional
9726 name.
9727 (ProjFile): New. Represents a file that contains projection
9728 information.
9729
9730 * Thuban/Model/resource.py: New. Contains general utilities
9731 for read and writing projection files.
9732
9733 * Thuban/Model/save.py (XMLSaver): New. Contains all the
9734 general XML writing methods that were part of SessionSaver.
9735 (SessionSaver): Renamed from Saver.
9736
9737 * test/test_proj.py: New test cases for the projection
9738 file read and write functions.
9739
9740 2003-04-16 Jonathan Coles <[email protected]>
9741
9742 * Thuban/Model/classification.py: Use repr() around values
9743 in the ClassGroup*.__repr__() methods so it is clearer when
9744 a value is a string and when it is a number.
9745
9746 * test/test_load.py: Rework the classification test to test
9747 that we can load old files.
9748 (testLabels): Test a file where the groups have labels.
9749
9750 2003-04-16 Bernhard Herzog <[email protected]>
9751
9752 Safer implementation of the performance enhancements of the
9753 low-level renderer:
9754
9755 * extensions/thuban/wxproj.cpp (extract_projection)
9756 (extract_pointer): Rename extract_projection to extract_pointer
9757 and redefine its purpose to return the pointer stored in a CObject
9758 returned by the object's cobject method. Update all callers.
9759 (s_draw_info, free_draw_info, draw_polygon_init): Implement the
9760 handling of these low-level parameters so that each s_draw_info
9761 instance is handled as a CObject at python level that also
9762 contains real references to the actual python objects which
9763 contain the values in the struct. Add free_draw_info as the
9764 destructor.
9765 (draw_polygon_shape): Add the py_draw_info parameter which must a
9766 cobject containing an s_draw_info pointer.
9767
9768 * Thuban/UI/renderer.py (MapRenderer.polygon_render_param): New
9769 method to instantiat the low-level render parameter
9770 (MapRenderer.draw_shape_layer): Use the new method. Remove some
9771 commented out code.
9772 (MapRenderer.draw_polygon_shape): Make the first parameter not the
9773 layer but the low-level render parameter
9774 (ScreenRenderer.draw_shape_layer): Use the low-level render
9775 parameter.
9776
9777 2003-04-15 Jonathan Coles <[email protected]>
9778
9779 * Thuban/Model/classification.py: Implemented __repr__ for
9780 the ClassGroup* classes to make debugging a bit easier.
9781 (ClassGroup.SetLabel): Check that the string is an instance
9782 of StringTypes not StringType. Accounts for Unicode strings.
9783
9784 * Thuban/Model/color.py: Implemented __repr__ to make
9785 debugging a bit easier.
9786
9787 * Thuban/Model/save.py (Saver.write_classification): Need to
9788 save the group label.
9789
9790 * test/test_load.py (testClassification): New. Loads the
9791 iceland_sample_test.thuban file and checks if it was loaded
9792 correctly.
9793
9794 2003-04-15 Jonathan Coles <[email protected]>
9795
9796 * extensions/thuban/wxproj.cpp (draw_polygon_init): New. Used
9797 to improve rendering performance by initializing the variables
9798 that are not change each time draw_polygon_shape() is called.
9799 The values are stored in a global struct draw_info.
9800 (draw_polygon_shape): Removed initialization code that is
9801 now in draw_polygon_init().
9802
9803 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Make
9804 drawing initialization call to draw_polygon_init()
9805 (MapRenderer.draw_polygon_shape): Use new signature of
9806 draw_polygon_shape.
9807
9808 * Thuban/UI/classgen.py (GenUniformPanel): Fix spin control
9809 weirdness by setting the range to (1, maxint).
9810
9811 * Thuban/Model/classification.py (ClassGroupProperties): Make
9812 instance variables private and optimize comparison operator
9813 by first checking if the color references are the same.
9814 (ClassGroupSingleton): Make instance variables private.
9815 (ClassGroupRange): Make instance variables private.
9816
9817 * HOWTO-Release: Filled in missing steps for releasing packages.
9818
9819 2003-04-15 Bernhard Herzog <[email protected]>
9820
9821 First stab at internationalized messages:
9822
9823 * Thuban/__init__.py (_): Implement the translation function for
9824 real using the python gettext module.
9825
9826 * Thuban/UI/classifier.py (ClassTable.GetRowLabelValue): Don't
9827 translate empty strings.
9828
9829 * Thuban/UI/application.py (ThubanApplication.read_startup_files):
9830 Add a missing space to a warning message
9831
9832 * po/README: New. Notes about the management of the translation
9833 files.
9834
9835 * po/Makefile: New. Makefile to help manage the translation files.
9836
9837 * po/es.po: New. Spanish translation by Daniel Calvelo Aros
9838
9839 * MANIFEST.in: Include the *.mo files in Resources/Locale and the
9840 translations and support files in po/
9841
9842 * setup.py (data_files): Add the *.mo files to the data_files too
9843
9844 * README: Add note about the translations when building from CVS
9845
9846 2003-04-14 Jonathan Coles <[email protected]>
9847
9848 * Thuban/UI/dock.py: Fixes some window resizing problems most
9849 noticable under windows. Always assume the button bitmaps will
9850 be there. Code clean up.
9851 (DockabelWindow.Dock, DockableWindow.UnDock): Force all the
9852 images for the dock/undock button to the same images.
9853 Work around for RTbug #1801.
9854
9855 * Thuban/UI/legend.py (LegendPanel.__init__): The toolbar should
9856 be allowed to grow within the sizer. Fixes a bug under Windows
9857 where the toolbar wasn't being drawn.
9858
9859 2003-04-14 Frank Koormann <[email protected]>
9860
9861 * Resources/Bitmaps/dock_12.xpm, Resources/Bitmaps/undock_12.xpm:
9862 Updated design to try to make the button functionality more
9863 transparent.
9864
9865 2003-04-14 Jonathan Coles <[email protected]>
9866
9867 * Thuban/UI/legend.py (LegendPanel.__init__): Call Create() to
9868 finalize the intialization of the panel.
9869
9870 * Thuban/UI/dock.py (DockPanel.Create): New. Finalizes the
9871 creation of the panel. Should be the last thing called in the
9872 initializer of a subclass.
9873
9874 * Thuban/UI/classgen.py (ClassGenDialog.__init__): Actively
9875 set the current selections in the combo boxes. This is needed
9876 under Windows.
9877
9878 * Thuban/UI/classifier.py (Classifier.__init__): Add a top
9879 level panel to the dialog so that the background colors are
9880 consistent under Windows.
9881
9882 2003-04-11 Jonathan Coles <[email protected]>
9883
9884 * Thuban/UI/classgen.py: Change color ramps to start at white
9885 not black.
9886
9887 * Thuban/UI/legend.py: Enable/disable the legend buttons when
9888 the legend changes. Fixes RTbug #1793.
9889
9890 * test/test_classification.py: Added test for copying of
9891 classifications.
9892
9893 2003-04-11 Jonathan Coles <[email protected]>
9894
9895 * Thuban/UI/resource.py: New. Centralize the loading of resources
9896 such as bitmaps.
9897
9898 * Thuban/UI/classgen.py (GenUniquePanel.__init__): Reordered buttons,
9899 added images to the move buttons, added 'reverse' button.
9900 (CustomRampPanel.__init__): Added images to the move buttons.
9901 (GreyRamp): New. Generates a ramp from white to black.
9902 (HotToColdRamp): New. Generates a ramp from cold to hot colors.
9903
9904 * Thuban/UI/classifier.py: Refactored ID's from ID_CLASSIFY_* to
9905 ID_PROPERTY_*.
9906 (Classifier.__init__): Minor changes to the layout.
9907 (Classifier._OnTitleChanged): Listen for when the user edits the
9908 title and update the dialog's title and the layer's title.
9909
9910 * Thuban/UI/dock.py: Use new bitmaps for the control buttons.
9911
9912 * Thuban/UI/legend.py: Use new bitmaps for the control buttons.
9913 (LegendTree._OnMsgLayerTitleChanged): Change the displayed title
9914 if the layer's title changes.
9915
9916 * Thuban/UI/mainwindow.py: Added new menu item and associated code
9917 to open a dialog to rename the map.
9918 (MainWindow): Use new resource class to import bitmaps.
9919
9920 2003-04-11 Jonathan Coles <[email protected]>
9921
9922 * Resources/Bitmaps/close_12.xpm, Resources/Bitmaps/dock_12.xpm,
9923 Resources/Bitmaps/group_use.xpm, Resources/Bitmaps/group_use_all.xpm,
9924 Resources/Bitmaps/group_use_none.xpm,
9925 Resources/Bitmaps/group_use_not.xpm,
9926 Resources/Bitmaps/hide_layer.xpm,
9927 Resources/Bitmaps/layer_properties.xpm,
9928 Resources/Bitmaps/lower_layer.xpm, Resources/Bitmaps/raise_layer.xpm,
9929 Resources/Bitmaps/show_layer.xpm, Resources/Bitmaps/undock_12.xpm:
9930 New.
9931
9932 2003-04-10 Jonathan Coles <[email protected]>
9933
9934 * Thuban/Model/classification.py: (ClassGroupRange.__init__):
9935 Should pass group to ClassGroup constructor.
9936
9937 2003-04-10 Jonathan Coles <[email protected]>
9938
9939 * Thuban/Model/classification.py: (ClassGroup): Move all the common
9940 methods of the derived classes ([Set|Get]Properties(), __eq__, __ne__)
9941 here. Implement SetVisible(), IsVisible().
9942 (ClassGroup.__init__): Add group parameter which acts as a copy
9943 constructor.
9944
9945 * Thuban/UI/classifier.py (ClassTable): Add a new column for the
9946 "Visible" check boxes.
9947 (Classifier): Rename the buttons and refactor the code to match
9948 the new labels.
9949
9950 * Thuban/UI/legend.py: Classify button is now called "Properties".
9951 Refactored the code to change variable names.
9952 (LegendTree.__FillTreeLayer): Only list a group if it is visible.
9953
9954 * Thuban/UI/mainwindow.py: MainWindow.OpenClassifier renamed to
9955 MainWindow.OpenLayerProperties. MainWindow.LayerEditProperties
9956 renamed to MainWindow.LayerEditProperties.
9957 (MainWindow.ToggleLegend): Don't include map name in legend title.
9958 (MainWindow.SetMap): Added the map name to the window title.
9959 (MainWindow.LayerFillColor, MainWindow.LayerTransparentFill,
9960 MainWindow.LayerOutlineColor, MainWindow.LayerNoOutline): Removed.
9961 Functionality is found in the layer properties dialog.
9962
9963 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Only
9964 draw visible groups.
9965
9966 2003-04-09 Jonathan Coles <[email protected]>
9967
9968 * Thuban/UI/classgen.py: Modifications to allow simple
9969 addition and selection of new color schemes.
9970 (MonochromaticRamp): New. Generates a ramp between two colors.
9971 (RedRamp): New. Generates a ramp of all red.
9972 (GreenRamp): New. Generates a ramp of all green.
9973 (BlueRamp): New. Generates a ramp of all blue.
9974
9975 2003-04-09 Jonathan Coles <[email protected]>
9976
9977 * Thuban/Model/classification.py (Classification.__deepcopy__):
9978 Need to copy over field and fieldType attributes.
9979
9980 * Thuban/Model/table.py (Table.field_range): New. Retrive the
9981 maximum and minimum values over the entire table for a given
9982 field.
9983 (Table.GetUniqueValues): New. Retrieve all the unique values
9984 in the table for a given field.
9985
9986 * Thuban/UI/classgen.py: Renamed GenRangePanel to GenUniformPanel.
9987 (GenUniquePanel): New. Controls to allow the user to select
9988 which unique field values they would like in the classification.
9989 (CustomRampPanel): Code that was in ClassGenDialog that allows
9990 the user to select the properties for a custom ramp.
9991 (ClassGenerator.GenUniformDistribution): Was called GenerateRanges.
9992
9993 * Thuban/UI/classifier.py: Removed a lot of debugging code.
9994 (Classifier._SetClassification): Callback method so that the
9995 class generator can set the classification in the grid.
9996 (ClassGroupPropertiesCtrl): New. Encapsulates the drawing and
9997 editing of a group properties class into a wxWindows control.
9998
9999 * Thuban/UI/dock.py: It was decided that if the user closes
10000 a dockable window the window should simply hide itself. That
10001 way if the user wants to show the dock again it appears in the
10002 same place as it was when it was closed.
10003 (DockableWindow.Destroy): Call renamed method OnDockDestroy().
10004 (DockableWindow._OnButtonClose): Hide the window instead of
10005 destroying it.
10006 (DockableWindow._OnClose): Hide the window instead of
10007 destroying it.
10008
10009 * Thuban/UI/legend.py (LegendTree): Use a private method to
10010 consistently set the font and style of the text. Fixes RTbug #1786.
10011
10012 * Thuban/UI/mainwindow.py: Import just the Classifier class.
10013
10014 2003-04-07 Bernhard Herzog <[email protected]>
10015
10016 * Thuban/UI/mainwindow.py (main_menu): Move the toggle_legend item
10017 to the map module
10018
10019 2003-04-07 Bernhard Herzog <[email protected]>
10020
10021 * Thuban/UI/mainwindow.py (MainWindow.ShowSessionTree): Removed in
10022 favor of ToggleSessionTree
10023 (MainWindow.ToggleSessionTree): New method to toggle visibility of
10024 the session tree.
10025 (MainWindow.SessionTreeShown): New method to return whether the
10026 session tree is currently shown.
10027 (MainWindow.ToggleLegend): New method to toggle visibility of the
10028 legend
10029 (MainWindow.ShowLegend): Implement in terms of ToggleLegend and
10030 LegendShown
10031 (MainWindow.LegendShown): New method to return whether the legend
10032 is currently shown.
10033 (_method_command): Add checked parameter so we can define check
10034 menu items
10035 (_has_tree_window_shown, _has_legend_shown): Use the appropriate
10036 mainwindow methods.
10037 (show_session_tree, show_legend commands): Removed.
10038 (toggle_session_tree, toggle_legend commands): New commands to
10039 toggle the visibility of the dialogs
10040
10041 2003-04-07 Jonathan Coles <[email protected]>
10042
10043 * Thuban/UI/classgen.py: Fix Windows problem.
10044
10045 * Thuban/UI/dock.py: Fix Windows problem.
10046
10047 * Thuban/UI/mainwindow.py: Use False instead of false.
10048 (MainWindow.ShowLegend): Remove unnecessary switch parameter.
10049
10050 2003-04-07 Jonathan Coles <[email protected]>
10051
10052 Since we now say that the order of the groups in a classification
10053 matters, it makes sense to be able to manipulate that order. Most
10054 of the changes to Thuban/Model/classification.py are to that end.
10055
10056 * Thuban/Model/classification.py (Classification.AppendGroup,
10057 Classification.InsertGroup, Classification.ReplaceGroup,
10058 Classification.RemoveGroup, Classification.GetGroup): Do as the
10059 names imply.
10060 (Classification.FindGroup): This was called GetGroup, but GetGroup
10061 takes an index, while FindGroup takes a value.
10062 (Classification.__deepcopy__): Copy all the groups, BUT NOT THE LAYER
10063 REFERENCE. Currently there is a cyclic reference between the layer
10064 and its classification. If the classification doesn't need to know
10065 its owning layer we can change this, since it may make sense to be
10066 able to use the same classification with different layers.
10067
10068 * Thuban/Model/load.py: Use Classification.AppendGroup(), not AddGroup()
10069
10070 * Thuban/UI/classgen.py: Use Classification.AppendGroup(),
10071 not AddGroup()
10072
10073 * Thuban/UI/classifier.py: Now that we can depend on the order in
10074 a Classification and have methods to manipulate that order we don't
10075 need to use our own data structures in the grid. We can simply make
10076 the grid/table access the information they need from a copy of
10077 the classification object.
10078 (Classifier._OnCloseBtn): Event handler for when the user clicks
10079 'Close'. This is needed so if the user applies changes and then
10080 continues to change the table the user has the option of discarding
10081 the most recent changes and keeping what they applied.
10082
10083 * Thuban/UI/mainwindow.py: Put "Show Legend" and "Show Session Tree"
10084 into the same group.
10085
10086 * extensions/thuban/wxproj.cpp (check_version): If Thuban is compiled
10087 with a really old version of proj, PJ_VERSION won't even be defined.
10088 If it isn't defined then just compile so that the function always
10089 returns Py_False.
10090
10091 * test/test_classification.py: Fix tests to use the renamed methods.
10092 Still need to write tests for the new methods.
10093
10094 2003-04-04 Jonathan Coles <[email protected]>
10095
10096 * Thuban/UI/classifier.py (Classifier.__SelectField): Move the
10097 call to SetSelection out of the method and before the call
10098 to __SelectField in __init__. This prevents a recursion of events
10099 when _OnFieldSelect is triggered by the user.
10100
10101 2003-04-04 Jonathan Coles <[email protected]>
10102
10103 * Thuban/Model/classification.py: Rename Color.None to
10104 Color.Transparent.
10105 (ClassGroupProperties.SetLineColori, ClassGroupProperties.SetFill):
10106 Don't bother copying the color, since Colors are immutable.
10107
10108 * Thuban/Model/color.py, Thuban/Model/layer.py, Thuban/Model/load.py,
10109 Thuban/UI/classifier.py, Thuban/UI/mainwindow.py,
10110 Thuban/UI/renderer.py, Thuban/UI/view.py:
10111 Rename Color.None to Color.Transparent.
10112
10113 * test/test_classification.py, test/test_load.py: Rename Color.None
10114 to Color.Transparent.
10115
10116 2003-04-04 Jonathan Coles <[email protected]>
10117
10118 * Thuban/Model/classification.py: Fix assert calls.
10119 (ClassGroupProperties.SetLineColor, ClassGroupProperties.SetFill):
10120 Copy the color parameter rather than hold onto a reference.
10121
10122 * Thuban/Model/color.py (Color.__copy__, Color.__deepcopy): Copy
10123 the color object.
10124 (NoColor.__copy__, NoColor.__deepcopy): Return 'self' so that we
10125 are sure there exists only one refernce to Color.None in the system.
10126 This allows us to use 'is' rather than the comparision functions.
10127
10128 * Thuban/Model/save.py: Fix assert calls.
10129
10130 * Thuban/UI/classifier.py: Fix assert calls.
10131 (ClassGrid._OnCellDClick): Call up to the classifier to open the
10132 dialog to edit the groups properties.
10133 (ClassGrid._OnCellResize): Make sure that the scollbars are drawn
10134 correctly if a cell is resized.
10135 (ClassTable.SetClassification): New. Changes the classification
10136 that is in the table.
10137 (ClassTable.__SetRow): Allow groups to be prepended.
10138 (Classifier): New code for opening the EditProperties and
10139 GenerateRanges dialogs.
10140 (SelectPropertiesDialog.__GetColor): Only set the color in the
10141 color dialog if the current color is not None.
10142
10143 * Thuban/UI/dock.py: Fix assert calls.
10144
10145 * Thuban/UI/legend.py: Fix assert calls.
10146
10147 * Thuban/UI/renderer.py: Fix assert calls.
10148
10149 * Thuban/UI/classgen.py (ClassGenDialog): Dialog for generating
10150 classifications.
10151 (GenRangePanel): Panel specific to range generation.
10152 (GenSingletonPanel): Panel specific to singleton generation.
10153 (ClassGenerator): Class responsible for actually generating
10154 the classification from the data gathered in the dialog box.
10155 (PropertyRamp): Generates properties whose values range from
10156 a starting property to an ending property.
10157
10158 2003-04-03 Bernhard Herzog <[email protected]>
10159
10160 * test/support.py (print_garbage_information): New function that
10161 prints information about still connected messages and memory
10162 leaks.
10163 (run_suite): Removed.
10164 (run_tests): New function for use as a replacement of
10165 unittest.main in the test_* files. This one calls
10166 print_garbage_information at the end.
10167
10168 * test/runtests.py (main): Use support.print_garbage_information
10169
10170 * test/test_layer.py: Use support.run_tests instead of
10171 unittest.main so we get memory leak information
10172 (TestLayer.test_arc_layer, TestLayer.test_polygon_layer)
10173 (TestLayer.test_point_layer, TestLayer.test_empty_layer)
10174 (TestLayerLegend.test_visibility): Call the layer's Destroy method
10175 to fix a memory leak.
10176
10177 * test/test_classification.py: Use support.run_tests instead of
10178 unittest.main so we get memory leak information
10179 (TestClassification.test_classification): Call the layer's Destroy
10180 method to fix a memory leak.
10181
10182 2003-04-02 Bernhard Herzog <[email protected]>
10183
10184 * extensions/thuban/wxproj.cpp (check_version, check_version_gtk):
10185 Handle the reference counts of the return value and errors in
10186 PyArg_ParseTuple correctly.
10187
10188 * Thuban/UI/application.py (ThubanApplication.OpenSession): Make
10189 sure the filename is absolute to avoid problems when saving the
10190 session again
10191
10192 * Thuban/Model/table.py: Remove unnecessary import. Fix a typo.
10193
10194 2003-04-01 Jonathan Coles <[email protected]>
10195
10196 * Thuban/UI/renderer.py (MapRenderer.draw_point_shape): Check
10197 that there actually are points in the returned list of points
10198 before trying to index into the list. The list may be empty if
10199 the shape is a Null Shape.
10200
10201 2003-04-01 Bernhard Herzog <[email protected]>
10202
10203 * test/test_map.py: Don't use from <module> import *
10204
10205 2003-04-01 Jonathan Coles <[email protected]>
10206
10207 * Thuban/Model/session.py: Use LAYER_CHANGED instead of
10208 LAYER_LEGEND_CHANGED
10209
10210 * Thuban/UI/dock.py (DockableWindow._OnButtonClose): Call
10211 self.Destroy() to close the window after yesterday's changes.
10212
10213 * test/test_map.py, test/test_session.py: Fix messages that
10214 are sent from maps and layers.
10215
10216 2003-03-31 Jonathan Coles <[email protected]>
10217
10218 * Thuban/UI/classifier.py: Commented out some debugging statements.
10219 (ClassDataPreviewer.Draw): Draw rectangles for polygon layers per
10220 RTbug #1769.
10221
10222 * Thuban/UI/dock.py (DockableWindow.UnDock): Restore size and
10223 position (although position doesn't work yet under GTK).
10224 (DockableWindow.Destroy): New. Called when the window must be
10225 closed. Namely needed when the DockFrame closes and must close
10226 its children.
10227 (DockFrame): Listen for EVT_CLOSE and destroy all children.
10228
10229 * Thuban/UI/legend.py (LegendPanel.Destroy): New. Cleans up
10230 when then window is told to close.
10231 (LegendTree._OnMsgLayerChanged): Fixes a seg fault bug. See
10232 comment in source for more info.
10233
10234 * Thuban/UI/main.py: Show the legend by default when Thuban starts.
10235
10236 * Thuban/UI/mainwindow.py: Renamed OnClose to _OnClose for
10237 symmetry with other such methods.
10238 (MainWindow.ShowLegend): Show the legend docked by default.
10239
10240 2003-03-28 Jonathan Coles <[email protected]>
10241
10242 * Thuban/UI/classifier.py: Support for highlighting a specific
10243 group within the grid when the classification dialog is opened.
10244 Also contains a lot of debugging printouts which will later
10245 be removed.
10246
10247 * Thuban/UI/dock.py: Complete rework on the dock code so that
10248 that it is fairly removed from the rest of the Thuban application.
10249 It is easy to add new docks which the rest of the program having
10250 to be aware of them.
10251
10252 * Thuban/UI/legend.py: Modifications to support selecting a
10253 specific group in the classification dialog. Changed how layers
10254 are drawn when the layer is visible/invisible.
10255
10256 * Thuban/UI/mainwindow.py: Removed legend specific code and
10257 replaced it with calls to the new dock code.
10258
10259 * Thuban/UI/renderer.py (MapRenderer.__init__): Added assert
10260 to check if scale > 0. Trying to track down a divide by zero.
10261
10262 2003-03-26 Jonathan Coles <[email protected]>
10263
10264 * Thuban/UI/legend.py: Removed unnecessary LegendDialog class.
10265 (LegendPanel): Removed _OnDock()/_OnUnDock() methods which are
10266 now part of DockableWindow.
10267 (LegendPanel.DoOnSelChanged): Select the current layer in the
10268 map.
10269 (LegendTree._OnSelChanged): Call LegendPanel.DoOnSelChanged()
10270 with the selected layer and/or group.
10271
10272 2003-03-26 Jonathan Coles <[email protected]>
10273
10274 This putback contains the code for dockable windows. There is
10275 no support in wxWindows as of this date for windows that can
10276 attach themselves to other windows.
10277
10278 The current model contains a DockableWindow which has a parent
10279 window for when it is detached and a dock window that it puts
10280 its contents in when it is docked. The contents of a DockableWindow
10281 must be a DockPanel. DockPanel itself derives from wxPanel.
10282
10283 * Thuban/Model/layer.py (Layer.ClassChanged): Send a LAYER_CHANGED
10284 message, not a LAYER_LEGEND_CHANGED message.
10285
10286 * Thuban/Model/map.py (Map): Forward LAYER_CHANGED messages.
10287
10288 * Thuban/UI/classifier.py (Classifier.__init__): Use wxADJUST_MINSIZE
10289 as one of the style properties for the fieldTypeText item to
10290 be sure that its size is correct when the text changes.
10291
10292 * Thuban/UI/dock.py: New. Classes for the DockPanel and
10293 DockableWindow.
10294
10295 * Thuban/UI/legend.py: Added some more buttons and made the
10296 LegendPanel a DockPanel.
10297
10298 * Thuban/UI/mainwindow.py: Added sash windows to the main window
10299 and supporting functions for manipulating the sashes.
10300 (MainWindow.ShowLegend): Create a DockableWindow with the
10301 LegendPanel as the contents.
10302
10303 * Thuban/UI/messages.py: Added DOCKABLE_* messages
10304
10305 * Thuban/UI/view.py (MapCanves.SetMap): Listen for LAYER_CHANGED,
10306 not LAYER_LEGEND_CHANGED, messages.
10307
10308 2003-03-25 Jonathan Coles <[email protected]>
10309
10310 * setup.py: Added custom script bdist_rpm_build_script so that
10311 when the rpm is built the path to wx-config is correct.
10312
10313 * setup.cfg: Added line saying to use the custom build script
10314
10315 2003-03-20 Jonathan Coles <[email protected]>
10316
10317 Initial implementation of the Legend.
10318
10319 * Thuban/UI/legend.py: New. Creates a window that shows the map's
10320 Legend information and allows the user to add/modify classifications
10321 and how the layers are drawn on the map.
10322
10323 * setup.py: New command 'build_docs' which currently uses
10324 happydoc to generate html documentation for Thuban.
10325
10326 * Thuban/Model/classification.py (ClassGroup.GetDisplayText): New.
10327 Returns a string which is appropriately describes the group.
10328
10329 * Thuban/Model/layer.py (Layer.SetClassification): Generate a
10330 LAYER_CHANGED event instead of a LAYER_LEGEND_CHANGED event.
10331
10332 * Thuban/Model/map.py (Map): Rename messages and use new, more
10333 specific, messages.
10334
10335 * Thuban/Model/messages.py: New message to indicate that a layer's
10336 data has changed (LAYER_CHANGED). New map messages to indicate
10337 when layers have been added/removed/changed or if the stacking order
10338 of the layers has changed.
10339
10340 * Thuban/Model/session.py: Rename and use new messages.
10341
10342 * Thuban/UI/classifier.py: Remember if any changes have actually
10343 been applied so that if the dialog is cancelled without an application
10344 of changes we don't have to set a new classification.
10345 (ClassDataPreviewer): Pulled out the window specific code and put it
10346 ClassDataPreviewWindow. ClassDataPreviewer can then be used to draw
10347 symbols on any DC.
10348
10349 * Thuban/UI/mainwindow.py: New code to open the legend.
10350
10351 * Thuban/UI/view.py: Use new message names.
10352
10353 2003-03-19 Jonathan Coles <[email protected]>
10354
10355 * Thuban/UI/main.py (verify_versions): New. Checks the versions
10356 of Python, wxPython, and some other libraries.
10357
10358 * extensions/thuban/wxproj.cpp (check_version): Checks the given
10359 version against what wxproj was compiled with.
10360 (check_version_gtk): If wxproj was compiled with gtk then check
10361 the given version against the version of the gtk library
10362 currently being used.
10363
10364 2003-03-14 Bernhard Herzog <[email protected]>
10365
10366 * test/test_command.py: Run the tests when the module is run as a
10367 script
10368
10369 2003-03-14 Bernhard Herzog <[email protected]>
10370
10371 Implement selection of multiple selected shapes in the same layer:
10372
10373 - Introduce a new class to hold the selection. This basically
10374 replaces the interactor which was nothing more than the
10375 selection anyway. A major difference is of course that the new
10376 selection class supports multiple selected shapes in one layer
10377
10378 - Move the object that represents the selection from the
10379 application to the canvas. The canvas is a better place than the
10380 application because the selection represents which shapes and
10381 layer of the map displayed by the canvas are selected and
10382 affects how the map is drawn.
10383
10384 - Make the selection and its messages publicly available through
10385 the mainwindow.
10386
10387 - The non-modal dialogs do not get a reference to the interactor
10388 anymore as they can simply refer to their parent, the
10389 mainwindow, for the what the interactor had to offer.
10390
10391 * Thuban/UI/selection.py: New module with a class to represent the
10392 selection.
10393
10394 * Thuban/UI/messages.py (SELECTED_TABLE, SELECTED_MAP): Remove
10395 these unused messages
10396
10397 * Thuban/UI/application.py (ThubanApplication.OnInit)
10398 (ThubanApplication.OnExit, ThubanApplication.SetSession): The
10399 interactor is gone now.
10400 (ThubanApplication.CreateMainWindow): There is no interactor
10401 anymore so we pass None as the interactor argument for now for
10402 compatibility.
10403
10404 * Thuban/UI/view.py (MapCanvas.delegated_messages)
10405 (MapCanvas.Subscribe, MapCanvas.Unsubscribe): In Subscribe and
10406 Unsubscribe, delegate messages according to the delegated_messages
10407 class variable.
10408 (MapCanvas.__getattr__, MapCanvas.delegated_methods): Get some
10409 attributes from instance variables as described with the
10410 delegated_methods class variable.
10411 (MapCanvas.__init__): New instance variable selection holding the
10412 current selection
10413 (MapCanvas.do_redraw): Deal with multiple selected shapes. Simply
10414 pass them on to the renderer
10415 (MapCanvas.SetMap): Clear the selection when a different map is
10416 selected.
10417 (MapCanvas.shape_selected): Simple force a complete redraw. The
10418 selection class now takes care of only issueing SHAPES_SELECTED
10419 messages when the set of selected shapes actually does change.
10420 (MapCanvas.SelectShapeAt): The selection is now managed in
10421 self.selection
10422
10423 * Thuban/UI/mainwindow.py (MainWindow.delegated_messages)
10424 (MainWindow.Subscribe, MainWindow.Unsubscribe): In Subscribe and
10425 Unsubscribe, delegate messages according to the delegated_messages
10426 class variable.
10427 (MainWindow.delegated_methods, MainWindow.__getattr__): Get some
10428 attributes from instance variables as described with the
10429 delegated_methods class variable.
10430 (MainWindow.__init__): The interactor as ivar is gone. The
10431 parameter is still there for compatibility. The selection messages
10432 now come from the canvas.
10433 (MainWindow.current_layer, MainWindow.has_selected_layer):
10434 Delegate to the the canvas.
10435 (MainWindow.LayerShowTable, MainWindow.Classify)
10436 (MainWindow.identify_view_on_demand): The dialogs don't need the
10437 interactor parameter anymore.
10438
10439 * Thuban/UI/tableview.py (TableFrame.__init__)
10440 (LayerTableFrame.__init__, LayerTableFrame.OnClose)
10441 (LayerTableFrame.row_selected): The interactor is gone. It's job
10442 from the dialog's point of view is now done by the mainwindow,
10443 i.e. the parent. Subscribe to SHAPES_SELECTED instead
10444 of SELECTED_SHAPE
10445
10446 * Thuban/UI/dialogs.py (NonModalDialog.__init__): The interactor
10447 is gone. It's job from the dialog's point of view is now done by
10448 the mainwindow, i.e. the parent.
10449
10450 * Thuban/UI/classifier.py (Classifier.__init__): The interactor is
10451 gone. It's job from the dialog's point of view is now done by the
10452 mainwindow, i.e. the parent.
10453
10454 * Thuban/UI/tree.py (SessionTreeView.__init__): The interactor is
10455 gone. It's job from the dialog's point of view is now done by the
10456 mainwindow, i.e. the parent.
10457 (SessionTreeCtrl.__init__): New parameter mainwindow which is
10458 stored as self.mainwindow. The mainwindow is need so that the tree
10459 can still subscribe to the selection messages.
10460 (SessionTreeCtrl.__init__, SessionTreeCtrl.unsubscribe_all)
10461 (SessionTreeCtrl.update_tree, SessionTreeCtrl.OnSelChanged): The
10462 selection is now accessible through the mainwindow. Subscribe to
10463 SHAPES_SELECTED instead of SELECTED_SHAPE
10464
10465 * Thuban/UI/identifyview.py (IdentifyView.__init__): Use the
10466 SHAPES_SELECTED message now.
10467 (IdentifyView.selected_shape): Now subscribed to SHAPES_SELECTED,
10468 so deal with multiple shapes
10469 (IdentifyView.__init__, IdentifyView.OnClose): The interactor is
10470 gone. It's job from the dialog's point of view is now done by the
10471 mainwindow, i.e. the parent.
10472
10473 * Thuban/UI/controls.py (RecordListCtrl.fill_list): The second
10474 parameter is now a list of shape ids.
10475 (RecordTable.SetTable): The second parameter is now a list of
10476 indices.
10477
10478 * Thuban/UI/renderer.py (ScreenRenderer.RenderMap): Rename the
10479 selected_shape parameter and ivar to selected_shapes. It's now a
10480 list of shape ids.
10481 (MapRenderer.draw_label_layer): Deal with multiple selected
10482 shapes. Rearrange the code a bit so that the setup and shape type
10483 distinctions are only executed once.
10484
10485 * test/test_selection.py: Test cases for the selection class
10486
10487 2003-03-11 Jonathan Coles <[email protected]>
10488
10489 * Thuban/Model/load.py: Temporary fix so that the xml reader
10490 doesn't cause Thuban to crash.
10491
10492 * Thuban/Model/layer.py: Handle the cyclic references between
10493 a layer and its classification better, and be sure to disconnect
10494 the classification from the layer when the layer is destroyed
10495 so that we don't maintain a cyclic reference that may not be
10496 garbage collected.
10497
10498 * Thuban/Model/classification.py: See comment for layer.py.
10499
10500 2003-03-12 Jan-Oliver Wagner <[email protected]>
10501
10502 * HOWTO-Release: New. Information on the steps for releasing
10503 a new version of Thuban.
10504
10505 2003-03-11 Jonathan Coles <[email protected]>
10506
10507 * Thuban/UI/classifier.py: Add normal border to SelectPropertiesDialog.
10508 Use True instead of true.
10509 (Classifier): Should have a single panel in which all the controls lie.
10510
10511 * Thuban/UI/proj4dialog.py: Add normal border.
10512
10513 * Thuban/UI/tree.py: Fixed problem with bad item images under Windows.
10514
10515 * Thuban/UI/mainwindow.py: Use True instead of true.
10516
10517 * setup.py: Update some definitions to use wxWindows2.4 files
10518
10519 * Data/iceland_sample_class.thuban: Fixed file so that the
10520 field_type information is present.
10521
10522 2003-03-10 Jonathan Coles <[email protected]>
10523
10524 * Thuban/UI/classifier.py (Classifier.__init__): Make the
10525 field type label grow so that when the text changes the
10526 size is updated correctly. This may be a wxWindows bug.
10527
10528 2003-03-10 Jonathan Coles <[email protected]>
10529
10530 * Thuban/UI/application.py: Changed SESSION_CHANGED to
10531 SESSION_REPLACED.
10532
10533 * Thuban/UI/classifier.py: Wrap text with _().
10534 (ClassGrid.CreateTable): Set dimensions and size hints here,
10535 instead of in Reset, so we only set the size once.
10536
10537 * Thuban/UI/dialogs.py: Don't need Shutdown(); just use Close()!
10538
10539 * Thuban/UI/mainwindow.py (MainWindow.prepare_new_session):
10540 Call Close() instead of Shutdown().
10541
10542 * Thuban/UI/messages.py: Changed SESSION_CHANGED to SESSION_REPLACED.
10543
10544 * Thuban/UI/tree.py: Changed SESSION_CHANGED to SESSION_REPLACED.
10545 Go back to using OnClose() instead of Shutdown().
10546
10547 2003-03-10 Jonathan Coles <[email protected]>
10548
10549 * Thuban/UI/classifier.py (Classifier): SelectField() needed
10550 to know the old field index as well as the new one.
10551
10552 2003-03-10 Jonathan Coles <[email protected]>
10553
10554 * Thuban/UI/classifier.py (Classifier): Use __SelectField()
10555 to correctly set the table information and call this from
10556 __init__ and from _OnFieldSelect so that all the information
10557 is up to date when the dialog opens and when a field is changed.
10558
10559 2003-03-10 Jonathan Coles <[email protected]>
10560
10561 * Thuban/Model/classification.py (Classification): Don't use
10562 layer's message function directly, use the ClassChanged() method
10563 when then classification changes. SetField/SetFieldType/SetLayer
10564 must keep the information about field name and field type in
10565 sync when an owning layer is set or removed.
10566
10567 * Thuban/Model/layer.py: Added ClassChanged() so that the
10568 classification can tell the layer when its data has changed.
10569 (Layer.SetClassification): Accepts None as an arguement to
10570 remove the current classification and correctly handles
10571 adding a new classification.
10572
10573 * Thuban/Model/load.py: Comment out print statement
10574
10575 * test/test_classification.py, test/test_save.py: New and
10576 improved tests.
10577
10578 2003-03-07 Jonathan Coles <[email protected]>
10579
10580 * Thuban/Model/classification.py: Implemented __copy__ and
10581 __deepcopy__ for ClassGroup* and ClassGroupProperites so
10582 they can easily be copied by the classifier dialog.
10583 (ClassGroupProperites.__init__): The default line color should
10584 have been Color.Black.
10585
10586 * Thuban/UI/classifier.py: Setting and Getting table values now
10587 uses a consistent set of functions.
10588 (Classifier): Now non-modal. Has field type label which changes
10589 as the field changes. Keep track of buttons in a list so that
10590 we can enable/disable the buttons when the None field is selected.
10591 (SelectPropertiesDialog): Add buttons to make the colors transparent.
10592
10593 * Thuban/UI/dialogs.py (NonModalDialog.Shutdown): New method which
10594 does what OnClose did, but can be called by the application to
10595 close a window. Needed when a session changes, and we have to
10596 close the classifier windows.
10597
10598 * Thuban/UI/mainwindow.py (MainWindow.prepare_new_session):
10599 Shuts down open dialogs. Used when a new session is created
10600 or a session is opened.
10601 (MainWindow.SaveSession): Should only call application.SaveSession()
10602 if we don't call SaveSessionAs first.
10603 (MainWindow.Classify): Allow different classifier dialogs for
10604 different layers.
10605
10606 * Thuban/UI/tree.py (SessionTreeView): Remove OnClose and let
10607 the parent class handle it. Add Shutdown() to unsubscibe from
10608 event notification and call the parent Shutdown(). This was
10609 necessary so the application can close the tree window.
10610
10611 2003-03-06 Jonathan Coles <[email protected]>
10612
10613 * Thuban/Model/classification.py: Minor documentation changes,
10614 Addition of __eq__ and __ne__ methods.
10615 (Classification.SetLayer): prevent recursion between this method
10616 and Layer.SetClassification().
10617
10618 * Thuban/Model/color.py: Addition of __eq__ and __ne__ methods.
10619
10620 * Thuban/Model/layer.py (SetClassification): prevent recursion
10621 between this method and Classification.SetLayer().
10622
10623 * test/test_classification.py, test/test_load.py,
10624 test/test_session.py: Fixed and added tests for the classification
10625 classes.
10626
10627 2003-03-06 Bernhard Herzog <[email protected]>
10628
10629 * Thuban/UI/classifier.py (ClassGrid.__init__)
10630 (ClassGrid.CreateTable): Move the SetSelectionMode call to
10631 CreateTable because otherwise it triggers an assertion in
10632 wxPython/wxGTK 2.4.
10633
10634 2003-03-05 Jonathan Coles <[email protected]>
10635
10636 * Thuban/common.py: Move FIELDTYPE constants back to table.py.
10637
10638 * Thuban/Model/load.py: import FIELDTYPE constants from table.
10639
10640 * Thuban/UI/classifier.py: import FIELDTYPE constants from table.
10641
10642 * Thuban/Model/table.py: Put FIELDTYPE constants back.
10643
10644 2003-03-05 Jonathan Coles <[email protected]>
10645
10646 * Thuban/UI/classifier.py: Added class documentation.
10647 Fixed RTbug #1713, #1714. Added Move[Up|Down] buttons.
10648 Store just the groups in the table and generate the other
10649 column information when it is requested. Add "None" field
10650 to pull-down to select no classification.
10651
10652 * Thuban/common.py: Moved FIELDTYPE constants from table.py
10653 (Str2Num): Only catch ValueError exceptions.
10654
10655 * Thuban/Model/classification.py: Class documentation. Renaming
10656 of methods with Stroke to Line. Groups are stored in a single
10657 list with the default as the first element. Groups are searched
10658 in the order they appear in the list.
10659
10660 * Thuban/Model/color.py: Documentation.
10661
10662 * Thuban/Model/layer.py (Layer): Add GetFieldType to retreive
10663 the kind of data represented by a field.
10664
10665 * Thuban/Model/load.py (ProcessSession): Use proper string
10666 conversion function; fixes RTbug #1713.
10667
10668 * Thuban/Model/save.py (Saver): Store field type information.
10669
10670 * Thuban/Model/table.py: Put FIELDTYPE constants in common.py.
10671 (Table): Add field_info_by_name() to retrieve field information
10672 by specifying the field name, not the number.
10673
10674 * Thuban/UI/mainwindow.py: Function name changes.
10675
10676 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Only
10677 get the layer classification once. Don't try to classify
10678 values when the field is None: just use the default properties.
10679
10680 * Thuban/UI/view.py: Function name changes.
10681
10682 * Doc/thuban.dtd: Add field_type attribute to a classification.
10683
10684 2003-03-04 Bernhard Herzog <[email protected]>
10685
10686 * Doc/thuban.dtd: Use correct syntax for optional attributes. Make
10687 the fill and stroke layer attributes optional with suitable
10688 default values. Add the stroke_width layer attribute. Use correct
10689 syntax for empty elements. Make the attribute list for labels
10690 refer to the label element.
10691
10692 2003-03-04 Bernhard Herzog <[email protected]>
10693
10694 * setup.py (thuban_build_py.build): Add a comment about distutils in
10695 Python 2.3 containing some of the functionality we implement in
10696 setup.py ourselves.
10697
10698 * Thuban/UI/classifier.py (ClassGrid.__init__): Set the table
10699 before the selection mode. Doing it the other way round triggers
10700 an assertion in wxWindows.
10701
10702 * Thuban/Model/save.py (escape): Fix typo in doc-string
10703
10704 * Thuban/Model/classification.py: Remove unnecessary wxPython
10705 import
10706
10707 2003-03-04 Jonathan Coles <[email protected]>
10708
10709 * Thuban/Model/classification.py (ClassGroupRange.GetProperties):
10710 Parameter 'value' should default to None.
10711
10712 * Thuban/UI/mainwindow.py: Use Layer.GetClassification() since
10713 the class attribute __classification is now private.
10714
10715 * Thuban/UI/classifier.py (ClassGrid): Moved OnCellDClick() from
10716 Classifier to ClassGrid. Added support for removing selected rows,
10717 which including code for keeping track of when cells are selected,
10718 and deselected.
10719 (ClassTable): Support for added/removing rows. Fixed a problem
10720 with __ParseInput whereby it would not allow strings (only numbers)
10721 to be entered.
10722 (Classifier): Added button and supporting code for removing
10723 selected rows.
10724
10725 2003-02-27 Jonathan Coles <[email protected]>
10726
10727 * Thuban/common.py: Moved color conversion functions into
10728 Thuban/UI/common.py.
10729 (Str2Num): Now converts the float (not the string) to a long/int
10730 so that an exception isn't thrown.
10731
10732 * Thuban/UI/common.py: Common functions used in several UI modules
10733
10734 * Thuban/Model/classification.py: Changed the class hierarchy
10735 so that a Classification consists of Groups which return
10736 Properties when a value matches a Group.
10737
10738 * Thuban/Model/layer.py: Fixed name resolution problem.
10739
10740 * Thuban/Model/load.py: Use new Classification and Group functions.
10741
10742 * Thuban/Model/save.py (Saver.write_attribs): Fixes a test case
10743 failure.
10744 (Saver.write_classification): Use new Classification and Group
10745 functions.
10746
10747 * Thuban/UI/classifier.py: Changes to use new Classification and Group
10748 functions. Fix to create a tuple with a single value instead of
10749 simply returning the value.
10750
10751 * Thuban/UI/renderer.py: Use new Classification and Group functions.
10752 Use common.py functions.
10753
10754 * Thuban/UI/tree.py: Use common.py functions.
10755
10756 * test/test_classification.py: Use new Classification and Group
10757 classes.
10758
10759 2003-02-24 Jonathan Coles <[email protected]>
10760
10761 * Thuban/common.py (Color2wxColour, wxColour2Color): Conversion
10762 functions from Thuban color objects to wxWindow colour objects.
10763
10764 * Thuban/Model/classification.py (Classification): Renamed
10765 GetProperties() to GetClassData(). Used the new iterator
10766 in TreeInfo().
10767 (ClassIterator): Iterator implementation to iterate over the
10768 ClassData objects in a classification object.
10769
10770 * Thuban/Model/save.py (Saver.write_classificaton): Uses
10771 the new iterator to save the classification information.
10772
10773 * Thuban/UI/classifier.py (SelectPropertiesDialog): Support
10774 for changing the stroke and fill colors and previewing the
10775 changes.
10776
10777 * Thuban/UI/mainwindow.py (MainWindow.OpenSession,
10778 MainWindow.SaveSessionAs): Text string changes so the dialogs
10779 have more meaningful titles.
10780
10781 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Change
10782 Classification method name from GetProperties to GetClassData.
10783
10784 * Thuban/UI/view.py (MapCanvas.find_shape_at): Use method calls
10785 instead of accessing now non-existent class variables.
10786
10787 2003-02-24 Bernhard Herzog <[email protected]>
10788
10789 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Remove
10790 unneeded Shape() call. Rendering is substantially faster without
10791 it and it avoids some problems with broken shape files.
10792
10793 2003-02-20 Frank Koormann <[email protected]>
10794
10795 Force minimal size of identify and label dialogs. The autosizing
10796 looked too ugly.
10797
10798 * Thuban/UI/controls.py (RecordListCtrl): Set minimal width for columns.
10799 * Thuban/UI/labeldialog.py (LabelDialog.dialog_layout):
10800 Set size of listctrl.
10801 * Thuban/UI/identifyview.py (IdentifyView.__init__):
10802 Set size of dialog.
10803
10804 2003-02-19 Jonathan Coles <[email protected]>
10805
10806 * test/test_classification.py, test/test_layer.py,
10807 test/test_load.py, test/test_map.py, test/test_session.py:
10808 Updated the tests to use the new functions that are in the
10809 respective classes.
10810
10811 * Thuban/Model/classification.py (Classification):
10812 Uses the new ClassData* classes. Modification messages are
10813 passed up to the parent layer (if it exists).
10814 (ClassData): New class to encapsulate the common data in each
10815 classification property.
10816 (ClassDataDefault): Represents the Default class. data.
10817 (ClassDataPoint): Represents a single class. data point
10818 (ClassDataRange): Represents a class. range
10819 (ClassDataMap): Represents a class. map (unused).
10820
10821 * Thuban/Model/color.py: Added Color.None to represent something
10822 with no color. Color.Black represents the color black.
10823 (NoColor): Helper class derived from Color to represent something
10824 with no color.
10825
10826 * Thuban/Model/layer.py (Layer): Removed references to fill, stroke,
10827 stroke_width attributes. Made the 'classification' attribute private.
10828 New methods for setting/getting the classification.
10829
10830 * Thuban/Model/load.py (ProcessSession): Use new methods on Layer
10831 to get the classifcation and use the new ClassData* classes to
10832 hold the classification data. Use Str2Num to convert numbers
10833 properly.
10834
10835 * Thuban/Model/save.py (Saver): Use new Color and Classification
10836 methods
10837
10838 * Thuban/UI/classifier.py (ClassGrid): New class to represent a
10839 custom grid.
10840 (ClassTable): Support for editing Values and Labels and for
10841 changing what type (point or range) of data is stored in each
10842 property based on how the user enters the data.
10843 (Classifier): Support for saving the new classifications and
10844 launching the dialog to edit a property.
10845 (SelectPropertiesDialog): New class for editing the visual
10846 properties of a classification (stroke color, width, and fill color)
10847 (ClassPreviewer): Took the Draw method from ClassRenderer and
10848 made most of it into this new class. Intend to use this class in
10849 the SelectPropertiesDialog for previewing changes.
10850
10851 * Thuban/UI/renderer.py: Use new Color and Classification methods.
10852
10853 * Thuban/UI/tree.py: Formatting changes.
10854
10855 * Doc/thuban.dtd: Add 'label' element
10856
10857 * Thuban/common.py: New. Contains common routines used throughout
10858 the code.
10859 (Str2Num): Takes a string and converts it to the "best" type of
10860 number.
10861
10862 2003-02-14 Bernhard Herzog <[email protected]>
10863
10864 * Thuban/UI/view.py (MapCanvas.OnLeftUp): Make sure that the
10865 dragging flag is always set to 0 even when the tool implementation
10866 raises an exception
10867
10868 2003-02-11 Bernhard Herzog <[email protected]>
10869
10870 * Thuban/UI/application.py (ThubanApplication.splash_screen): New
10871 method to create a splash screen.
10872 (ThubanApplication.ShowMainWindow): New. Show the main window.
10873 Needed so the splash screen can display the mainwindow
10874 (ThubanApplication.OnInit): Call the
10875 new splash_screen method to determine whether the application
10876 should display a splash screen. If it displays a splash screen do
10877 not immediately show the main window.
10878
10879 2003-02-11 Jonathan Coles <[email protected]>
10880
10881 * Thuban/Model/classification.py: Added import line to fix
10882 feature conflicts between running on python2.2 and python2.1.
10883
10884 * Thuban/UI/classifier.py (ClassTable): Didn't need to hang
10885 onto the clinfo parameter, so removed the deepcopy().
10886
10887 2003-02-10 Jonathan Coles <[email protected]>
10888
10889 * Thuban/Model/save.py (Saver.open_element, Saver.close_element):
10890 Added element_open variable to track opening and closing of tags
10891 so that tags that don't span more than one line are closed with
10892 /> instead of </tag_name>. Use the GetDefault*() methods of
10893 the Classification class.
10894
10895 * Thuban/Model/classification.py (Classificaton): Added set and
10896 get methods for the default data. The class also takes a layer
10897 reference so that modification messages can be sent. Fixed the
10898 methods to use the new ClassData class.
10899 (ClassData): New class to encapsulate the classification data
10900
10901 * Thuban/Model/layer.py (Layer): Remove the
10902 Set[Fill|Stroke|StrokeWidth]() methods. Code should call the
10903 SetDefault*() methods on the layer's classification object.
10904 (Layer.__init__): Use the new SetDefault*() methods in the
10905 Classification class.
10906
10907 * Thuban/Model/load.py (ProcessSession): Use the new ClassData
10908 object instead of a dictionary.
10909
10910 * Thuban/UI/classifier.py (ClassRenderer): New class to
10911 draw the classifications in the dialog box's table.
10912 (Classifier): Modified to use the ClassRenderer class.
10913
10914 * Thuban/UI/mainwindow.py (MainWindow): Use the SetDefault*()
10915 methods of the Classification class.
10916
10917 * Thuban/UI/renderer.py (MapRenderer): Use the Get*() methods
10918 of the ClassData class.
10919
10920 * test/test_classification.py, test/test_layer.py,
10921 test/test_map.py, test/test_session.py: Fix the tests to work
10922 with the above code changes.
10923
10924 2003-02-03 Jonathan Coles <[email protected]>
10925
10926 * Thuban/Model/classification.py (Classification): Added getNull()
10927 to return the NullData reference
10928
10929 * Thuban/Model/layer.py (Layer.SetFill, Layer.SetStroke,
10930 Layer.SetStrokeWidth): Modified these functions to change the
10931 null data in the classification rather than keep these values
10932 directly in the Layer class. Menu options to change these values
10933 work again.
10934
10935 2003-01-28 Jonathan Coles <[email protected]>
10936
10937 * Thuban/UI/classifier.py (Classifier): Resolved merging conflicts.
10938 Fixed crashing problem on some systems. Dialog box shows
10939 classification data.
10940
10941 * Thuban/UI/tree.py (SessionTreeCtrl.add_items): Handle drawing
10942 Colors in the tree view.
10943
10944 * Thuban/Model/layer.py (Layer.TreeInfo): Added a call to build
10945 the tree info for classifications. Commented out unnecessary lines.
10946
10947 * Thuban/Model/classification.py (Classification.TreeInfo): New
10948 function to add information about the classification into the
10949 tree view.
10950
10951 2003-01-27 Jan-Oliver Wagner <[email protected]>
10952
10953 * Thuban/__init__.py (_): New.
10954
10955 * Thuban/Model/classification.py, Thuban/Model/extension.py,
10956 Thuban/Model/layer.py, Thuban/Model/load.py, Thuban/Model/map.py,
10957 Thuban/Model/session.py, Thuban/UI/application.py,
10958 Thuban/UI/classifier.py, Thuban/UI/context.py, Thuban/UI/controls.py,
10959 Thuban/UI/identifyview.py, Thuban/UI/labeldialog.py,
10960 Thuban/UI/mainwindow.py, Thuban/UI/menu.py, Thuban/UI/proj4dialog.py,
10961 Thuban/UI/renderer.py, Thuban/UI/tree.py, Thuban/Lib/connector.py,
10962 Thuban/Lib/fileutil.py: Replace user string by _() for i18n.
10963
10964 2003-01-27 Jonathan Coles <[email protected]>
10965
10966 * Thuban/Model/layer.py: Classification initialization calls.
10967
10968 * Thuban/Model/classification.py: Created class to encapsulate
10969 a layer classification. Supports specific data points and
10970 ranges.
10971
10972 * Thuban/Model/load.py: Added support for loading classification
10973 information.
10974
10975 * Thuban/Model/save.py: Added support for saving classification
10976 information.
10977
10978 * Thuban/UI/classifier.py: Initial class for a dialog box for
10979 specifying classification information.
10980
10981 * Thuban/UI/mainwindows.py: Support for opening the classifier
10982 dialog.
10983
10984 * Thuban/UI/renderer.py: Support for drawing a layer with the
10985 classification information.
10986
10987 * Data/iceland_sample_class.thuban: iceland_sample with
10988 classification data.
10989
10990 * test/test_classification: Tests for the Classification class.
10991
10992 2002-12-09 Bernhard Herzog <[email protected]>
10993
10994 * test/test_command.py: New. Tests for the command classes.
10995
10996 * Thuban/UI/command.py (ToolCommand): New class for tool commands.
10997 (Command.IsTool): New method to distinguish between command
10998 switching tools and other commands.
10999
11000 * Thuban/UI/view.py (MapCanvas.SelectTool): New method to select
11001 the tool to avoid direct assignments to instance variables
11002 (MapCanvas.ZoomInTool, MapCanvas.ZoomOutTool, MapCanvas.PanTool)
11003 (MapCanvas.IdentifyTool, MapCanvas.LabelTool): Use SelectTool to
11004 change the tool
11005
11006 * Thuban/UI/mainwindow.py (MainWindow.update_command_ui): If an
11007 active tool's command turns insensitive, disable the tool.
11008 (_tool_command): Use the new ToolCommand class
11009
11010 * Examples/simple_extensions/simple_tool.py (simple_tool): Use the
11011 SelectTool method to change the tool
11012 (iconfile): Use the ToolCommand class
11013
11014 2002-12-03 Bernhard Herzog <[email protected]>
11015
11016 * Thuban/UI/tree.py (SessionTreeCtrl.normalize_selection): Handle
11017 the case of selected items that are not children of Layers or Maps
11018 properly. Previously this bug would trigger an assertion in
11019 wxWindows.
11020
11021 2002-11-06 Frank Koormann <[email protected]>
11022
11023 * Thuban/UI/mainwindow.py: Altered the order of tools in the
11024 toolbar: First now are all navigation tools (Zoom In/Out, Pan,
11025 Full Extent).
11026
11027 2002-10-23 Bernhard Herzog <[email protected]>
11028
11029 * setup.py (setup call): version now 0.1.3
11030
11031 * MANIFEST.in: Add the files in test/
11032
11033 * test/README: Add note about tests requiring the iceland data
11034
11035 * Thuban/UI/mainwindow.py (MainWindow.About): Add 2002 to
11036 copyright notice.
11037
11038 2002-10-18 Bernhard Herzog <[email protected]>
11039
11040 * test/test_map.py
11041 (TestMapWithContents.test_projected_bounding_box): Use an explicit
11042 epsilon.
11043
11044 * test/support.py (FloatComparisonMixin.assertFloatEqual)
11045 (FloatComparisonMixin.assertFloatSeqEqual): give a more useful
11046 message if the assertion fails and don't return the return value
11047 of self.assert_. In assertFloatSeqEqual the return meant that not
11048 all items of the sequence were compared.
11049
11050 2002-09-20 Bernhard Herzog <[email protected]>
11051
11052 * test/test_fileutil.py: New. Test cases for Thuban.Lib.fileutil
11053
11054 * Thuban/Lib/fileutil.py: Fixup some whitespace and typos
11055
11056 * test/test_map.py (TestMapWithContents.test_tree_info): Create
11057 the string with the bounding box on the fly because of platform
11058 differences in the way %g is handled.
11059
11060 * test/test_layer.py (TestLayer.test_empty_layer): Create an empty
11061 DBFfile too because Thuban layers can't yet cope missing DBF
11062 files.
11063
11064 2002-09-20 Bernhard Herzog <[email protected]>
11065
11066 * test/test_menu.py: Use initthuban instead of
11067 add_thuban_dir_to_path to initialize Thuban.
11068
11069 * test/support.py (FloatComparisonMixin.assertFloatEqual): New.
11070 Mixin class for float comparisons
11071 (SubscriberMixin): New. Mixin class to test messages sent through
11072 the Connector class
11073
11074 * test/README: Fix a typo and add the -v flag to the command for
11075 individual tests
11076
11077 * test/test_session.py: New. Test cases for Thuban.Model.session
11078
11079 * test/test_proj.py: New. Test cases for Thuban.Model.proj
11080
11081 * test/test_map.py: New. Test cases for Thuban.Model.map
11082
11083 * test/test_layer.py: New. Test cases for Thuban.Model.layer
11084
11085 * test/test_label.py: New. Test cases for Thuban.Model.label
11086
11087 * test/test_connector.py: New. Test cases for Thuban.Lib.connector
11088
11089 * test/test_color.py: New. Test cases for Thuban.Model.color
11090
11091 * test/test_base.py: New. Test cases for Thuban.Model.base
11092
11093 2002-09-13 Bernhard Herzog <[email protected]>
11094
11095 * Thuban/Model/session.py (Session.forwarded_channels): Forward
11096 the CHANGED channel too.
11097
11098 * Thuban/Model/map.py (Map.forwarded_channels): Forward the
11099 CHANGED channel too.
11100 (Map.__init__): Call the Modifiable constructor as well.
11101
11102 * Thuban/Model/base.py (Modifiable.UnsetModified): Issue a CHANGED
11103 event if the modified flag changes.
11104 (Modifiable.changed): Tweak the doc-string.
11105
11106 * Thuban/UI/mainwindow.py (MainWindow.view_position_changed)
11107 (MainWindow.set_position_text): Put the code that puts the text
11108 with the mouse position into the status bar into the new method
11109 set_position_text so that it can overwritten in derived classes.
11110
11111 2002-09-12 Bernhard Herzog <[email protected]>
11112
11113 * Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): Center the
11114 message box on the main window.
11115
11116 2002-09-11 Bernhard Herzog <[email protected]>
11117
11118 * Thuban/UI/mainwindow.py: Underline the 'x' in "Exit" instead of
11119 the 'E' because it's less likely to interfere with other menu
11120 entries.
11121 (MainWindow.build_menu): remove an incorrect comment.
11122
11123 2002-09-10 Bernhard Herzog <[email protected]>
11124
11125 * Thuban/UI/mainwindow.py (MainWindow.Map): New.
11126 (_tool_command): Add sensitive parameter
11127 (_has_visible_map): Sensitivity callback to tools and other
11128 commands that require a visible map. Use it in map_zoom_in_tool,
11129 map_zoom_out_tool, map_pan_tool, map_identify_tool, map_label_tool
11130 and map_full_extent
11131
11132 2002-09-06 Bernhard Herzog <[email protected]>
11133
11134 * Thuban/UI/mainwindow.py (MainWindow.OnClose): Unsubscribe
11135 VIEW_POSITION
11136
11137 2002-09-04 Frank Koormann <[email protected]>
11138
11139 * Resources/Bitmaps/fullextent.xpm: Updated Icon (removed "potatoe")
11140
11141 2002-09-02 Bernhard Herzog <[email protected]>
11142
11143 * Thuban/UI/view.py: Get rid of the idle redraw. This is done by
11144 wxWindows already and our implementation doesn't work correctly
11145 with wxGTK 2.3:
11146 (MapCanvas.__init__): Remove the instance variable
11147 (MapCanvas.OnPaint): Always call do_redraw when there's a map to
11148 be drawin
11149 (MapCanvas.OnIdle): Removed.
11150
11151 * Thuban/UI/view.py (MapCanvas.unprojected_rect_around_point): Add
11152 a parameter to determine the size of the rectangle.
11153 (MapCanvas.find_shape_at): Create the box around the point on a
11154 layer by layer basis and make the size depend on the shape type.
11155 This solves a problem with the selection of point shapes at the
11156 border of the layer's bounding box
11157
11158 2002-08-30 Bernhard Herzog <[email protected]>
11159
11160 * Thuban/UI/mainwindow.py (MainWindow.CanRemoveLayer): New method
11161 for the sensitivity of remove layer.
11162 (_can_remove_layer): New. Sensitivity callback for remove layer
11163 (Command layer_remove): Use _can_remove_layer
11164
11165 * Thuban/Model/map.py (Map.CanRemoveLayer): New method to
11166 determine whether a given layer can be deleted.
11167
11168 * Thuban/UI/view.py (MapCanvas.__init__, MapCanvas.OnPaint)
11169 (MapCanvas.do_redraw): Get rid of the unused update_region
11170 instance variable
11171
11172 * Thuban/UI/view.py: Add/update some doc-strings.
11173
11174 * test/: new subdirectory with a bunch of unit tests.
11175
11176 * test/README, test/test_table.py, test/test_save.py,
11177 test/test_menu.py, test/test_load.py: Initial set of tests and
11178 brief instructions on how to run them
11179
11180 2002-08-29 Bernhard Herzog <[email protected]>
11181
11182 * Thuban/UI/renderer.py (ScreenRenderer.draw_shape_layer): Handle
11183 arcs with multiple parts.
11184
11185 * Thuban/UI/view.py (ZoomInTool.MouseUp, ZoomOutTool.MouseUp):
11186 Handle degenrate rectangles.
11187
11188 * Thuban/Model/table.py: Make writing records work correctly:
11189 (Table.__init__): Keep track of whether the DBF is open for
11190 writing
11191 (Table.write_record): Open the DBF file for writing when necessary
11192
11193 2002-08-27 Bernhard Herzog <[email protected]>
11194
11195 * Thuban/Model/table.py (Table.write_record, Table.__init__): Open
11196 dbf files only for reading by default. Use a new writable dbf
11197 object for writing.
11198
11199 2002-08-26 Bernhard Herzog <[email protected]>
11200
11201 * Thuban/UI/mainwindow.py: Refactor the context creation:
11202 (MainWindow.Context): New method to return a context
11203 (MainWindow.invoke_command, MainWindow.update_command_ui): Use the
11204 new method
11205
11206 * Thuban/UI/tableview.py (TableGrid, LayerTableGrid): Split the
11207 layer table specific code from TableGrid into LayerTableGrid
11208 (TableFrame, LayerTableFrame): Split the layer table specific code
11209 from TableFrame into LayerTableFrame
11210 (LayerTableGrid.select_shape): Remove a debug print
11211
11212 * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Use the
11213 LayerTableFrame
11214
11215 2002-08-23 Bernhard Herzog <[email protected]>
11216
11217 * Thuban/Model/layer.py (Layer.__init__): Make sure we have an
11218 absolute filename.
11219
11220 2002-08-22 Bernhard Herzog <[email protected]>
11221
11222 * Thuban/Model/table.py (Table.write_record): New method to write
11223 records.
11224 (Table.__init__): Open the DBF file for writing too.
11225
11226 * Thuban/UI/controls.py (RecordTable.SetValue): Write the value
11227 into the underlying table.
11228
11229 * extensions/shapelib/shapefil.h (DBFCommit),
11230 extensions/shapelib/dbfopen.c (DBFCommit): New API function to
11231 commit any changes made to the DBF file.
11232
11233 * Thuban/UI/mainwindow.py (make_check_current_tool)
11234 (_tool_command): Put the code that generates the "checked"
11235 callback into a separate function so that we can reuse it
11236 elsewhere
11237
11238 * Thuban/Model/save.py (Saver): New class to handle serializing a
11239 session into an XML file. The main reason to introduce a class is
11240 that applications built on Thuban can derive from it so that they
11241 can save additional information in a session file.
11242 (save_session): Delegate almost all the work to the Saver class.
11243 Rename the filename argument to file because it may be a file like
11244 object now.
11245
11246 * Thuban/Model/load.py: Get rid of the Python 1.5.2 compatibility
11247 code. Remove the little test code which would be executed when the
11248 module is run as a script which didn't work anymore since it can't
11249 import the other Thuban modules.
11250 (ProcessSession, load_session): Refactor the ProcessSession to
11251 have one method for each element start and end tag so that derived
11252 classes can easily override the processing of individual tags.
11253 Also, always parse with namespaces enabled because applications
11254 built on top of Thuban will likely use namespaces if they extend
11255 the session file format.
11256
11257 2002-08-21 Bernhard Herzog <[email protected]>
11258
11259 * setup.py (ThubanInstall.run): Don't repr install_lib_orig
11260 because thubaninit_contents will do it for us.
11261
11262 2002-08-16 Jan-Oliver Wagner <[email protected]>
11263
11264 * Thuban/UI/mainwindow.py: menu item 'show session tree' now disable if
11265 tree window already open
11266
11267 2002-08-15 Bernhard Herzog <[email protected]>
11268
11269 * Thuban/Model/layer.py (Layer.Destroy): Call the unboundd method
11270 with self.
11271
11272 * Thuban/UI/view.py (MapCanvas.OnLeftUp): Only release the mouse
11273 when we have actually captured it.
11274
11275 * Thuban/Model/layer.py (Layer.Destroy): New. Explicitly close the
11276 shapefile and destroy the table.
11277
11278 * Thuban/Model/table.py (Table.Destroy): New. Close the DBF file.
11279
11280 2002-08-14 Bernhard Herzog <[email protected]>
11281
11282 * Thuban/UI/controls.py (RecordTable.__init__): Remove the unused
11283 instance variable columns
11284 (RecordTable.GetTypeName): row and col may be negative in some
11285 cases.
11286
11287 * setup.py (InstallLocal.initialize_options)
11288 (InstallLocal.finalize_options, InstallLocal.user_options): New
11289 option create-init-file to build a thubaninit.py when running
11290 install_local
11291 (InstallLocal.run): Create the thubaninit.py module when requested
11292 (thubaninit_contents): Split the template into several parts and
11293 create a new function thubaninit_contents that creates the
11294 contents of a thubaninit module.
11295 (ThubanInstall.run): Use the new function to create the thubaninit
11296 module.
11297
11298 2002-07-30 Bernhard Herzog <[email protected]>
11299
11300 * Thuban/UI/application.py (ThubanApplication.OnExit): Do some
11301 cleanup.
11302 (ThubanApplication.MainLoop): Extend to automatically call OnExit.
11303
11304 * Thuban/Model/session.py (Session.Destroy): Don't bypass the
11305 direct base class' Destroy method.
11306
11307 * Thuban/Model/map.py (Map.ClearLayers): New method to delete all
11308 layers.
11309 (Map.Destroy): Destroy the label_layer as well and call the
11310 inherited Desatroymethod first so that no more messages are
11311 issued.
11312 (Map.RaiseLayer, Map.LowerLayer): Only issue LAYERS_CHANGED
11313 message if the stacking order actually has changed. Add
11314 doc-strings.
11315 (Map.BoundingBox): Correct the doc-string.
11316 (Map.AddLayer, Map.RemoveLayer, Map.Layers, Map.HasLayers)
11317 (Map.ProjectedBoundingBox, Map.SetProjection): Add doc-strings.
11318
11319 * Thuban/Model/label.py (LabelLayer.ClearLabels): New to delete
11320 all labels.
11321
11322 2002-07-29 Bernhard Herzog <[email protected]>
11323
11324 * Thuban/Model/map.py (Map.subscribe_layer_channels)
11325 (Map.unsubscribe_layer_channels): Put the code that (un)subscribes
11326 to a layer's channels into separate methods.
11327 (Map.RemoveLayer, Map.AddLayer): Call the new methods
11328 (Map.Destroy): Unsubscribe from a layer's channels before
11329 destroying it.
11330
11331 * Thuban/UI/view.py (MapCanvas.find_shape_at): Change the
11332 selected_layer parameter to searched_layer which is the layer to
11333 search in.
11334 (MapCanvas.SelectShapeAt): New parameter layer to restrict the
11335 search to that layer. Return the selected layer and shape.
11336
11337 * Examples/simple_extensions/simple_tool.py (simple_tool): Fix a
11338 typo
11339
11340 2002-07-24 Bernhard Herzog <[email protected]>
11341
11342 * Thuban/UI/application.py (ThubanApplication.create_session):
11343 Extend the doc string.
11344 (ThubanApplication.subscribe_session)
11345 (ThubanApplication.unsubscribe_session): New methods to
11346 subscribe/unsubscribe to/from session channels.
11347 (ThubanApplication.SetSession): Call the new methods here.
11348 (ThubanApplication.maps_changed, ThubanApplication.set_map):
11349 Renamed set_map to maps_changed. Its now a subscriber for
11350 MAPS_CHANGED.
11351
11352 * Thuban/UI/view.py (ZoomOutTool.MouseUp): Use the correct
11353 x-coordinate in case of simple clicks
11354
11355 * Thuban/Model/base.py (Modifiable.changed): Apply the args tuple,
11356 don't pass it as a parameter
11357
11358 * Thuban/Model/session.py (Session.RemoveMap): New
11359
11360 * Thuban/UI/mainwindow.py (MainWindow.__init__): Turn the initial
11361 window size into a parameter.
11362
11363 2002-07-23 Bernhard Herzog <[email protected]>
11364
11365 * Thuban/UI/menu.py (Menu.item_index): Also search for menus not
11366 just commands.
11367
11368 * Thuban/UI/mainwindow.py (MainWindow.__init__): Change the
11369 parameter list a bit to allow setting the window title and the
11370 initial message in the status bar. Update the callers.
11371
11372 * Thuban/UI/application.py (ThubanApplication.OnInit)
11373 (ThubanApplication.CreateMainWindow): Put the mainwindow
11374 instantiation into a separate method so that it can be overridden
11375 by a subclass.
11376
11377 2002-07-19 Bernhard Herzog <[email protected]>
11378
11379 * Thuban/Model/session.py: Issue a CHANGED message every time
11380 another changed message is issued to make it easier to get
11381 notified of changes.
11382 (Session): Update the doc string
11383 (Session.forward): Issue changed-events as CHANGED as well.
11384 (Session.changed): Overwrite the inherited version to issue
11385 CHANGED events as well.
11386
11387 * Thuban/UI/tree.py: We can now simply subscribe to the session's
11388 CHANGED channel to be informed of changes.
11389 (SessionTreeCtrl.session_channels): Not needed any longer.
11390 (SessionTreeCtrl.unsubscribe_all, SessionTreeCtrl.session_changed):
11391 Only have to (un)subscribe CHANGED
11392
11393 * Thuban/Model/map.py (Map.TreeInfo): Deal better with empty maps.
11394
11395 * Thuban/UI/main.py, Thuban/UI/__init__.py: Move the work-around
11396 for the wxPython locale bug to __init__.py so that it's
11397 automatically executed by anybody using UI code from Thuban.
11398
11399 2002-07-18 Bernhard Herzog <[email protected]>
11400
11401 * Thuban/UI/main.py (main): app no longer needs to be global
11402
11403 * Thuban/UI/mainwindow.py (MainWindow.__init__): Add application
11404 as parameter and store it in an instance variable
11405 (MainWindow.invoke_command, MainWindow.update_command_ui)
11406 (MainWindow.save_modified_session, MainWindow.NewSession)
11407 (MainWindow.OpenSession, MainWindow.SaveSession)
11408 (MainWindow.SaveSessionAs, MainWindow.ShowSessionTree): Use self's
11409 application object.
11410
11411 * Thuban/UI/application.py (ThubanApplication.OnInit): Instantiate
11412 the main window with self.
11413
11414 * Thuban/UI/context.py: New module with the context class
11415
11416 * Thuban/UI/command.py (Command): Update doc string.
11417
11418 * Thuban/UI/mainwindow.py (MainWindow.invoke_command,
11419 MainWindow.update_command_ui): Pass an instance of the context
11420 class to the command's methods
11421 (check_current_tool, call_method): Handle the new context
11422 implementation
11423
11424 * Examples/simple_extensions/simple_tool.py (simple_tool,
11425 check_simple_tool): Handle the new context implementation
11426
11427 * Examples/simple_extensions/simple_command.py (simple_command):
11428 Handle the new context implementation. Update the comments about
11429 the context.
11430
11431 * Thuban/UI/application.py (ThubanApplication.SetSession): Add
11432 doc-string
11433 (ThubanApplication.Session): New method to return the session
11434 object
11435
11436 * Thuban/UI/tree.py (SessionTreeCtrl.update_tree): The
11437 interactor's selected_layer may not be a layer of the current
11438 session when the tree is updated while a new session is being set.
11439
11440 2002-07-17 Bernhard Herzog <[email protected]>
11441
11442 * Thuban/UI/tree.py (color_string): Removed. No longer used.
11443 (SessionTreeCtrl.update_tree, SessionTreeCtrl.add_items): Split
11444 update_tree into update_tree and add_items. The tree now uses a
11445 more generic way to display the contents of the tree.
11446 (SessionTreeCtrl): Add a doc string explaining the TreeInfo method
11447
11448 * Thuban/Model/layer.py (Layer.TreeInfo),
11449 Thuban/Model/extension.py (Extension.TreeInfo),
11450 Thuban/Model/map.py (Map.TreeInfo),
11451 Thuban/Model/session.py (Session.TreeInfo):
11452 Add TreeInfo methods to implement the new tree view update scheme
11453
11454 2002-07-16 Bernhard Herzog <[email protected]>
11455
11456 * Thuban/UI/application.py: Don't use "import from" for the
11457 MainWindow. It can't always be resolved.
11458 (ThubanApplication.OnInit): change reference to MainWindow
11459 accordingly.
11460
11461 * Thuban/UI/menu.py (Menu.SetItems): New method to replace a menu
11462 completely
11463
11464 2002-07-10 Bernhard Herzog <[email protected]>
11465
11466 * setup.py (create_init_module): New configurable variable whose
11467 default depends on the platform we're running on.
11468 (ThubanInstall.initialize_options): Initialize
11469 self.create_init_module from the global create_init_module
11470 (ThubanInstall.user_options): indictate that the options
11471 create-init-module and init-module-dir have arguments.
11472
11473 * setup.py: In the setup call change the version number to include
11474 cvs.
11475
11476 * MANIFEST.in: Add the files in Examples
11477
11478 2002-07-09 Bernhard Herzog <[email protected]>
11479
11480 * setup.py: In the setup call, use the thuban homepage as the
11481 value of the url parameter.
11482
11483 * Examples: New subdirectory for examples.
11484
11485 * Examples/simple_extensions/simple_tool.xpm,
11486 Examples/simple_extensions/simple_tool.py,
11487 Examples/simple_extensions/simple_command.py,
11488 Examples/simple_extensions/README: Simple examples showing how to
11489 add new commands and tools.
11490
11491 * setup.cfg (bdist_rpm): Add the default value for prefix and tell
11492 bdist_rpm that we also have an install script.
11493 (bdist_inno): Add 2002 to the copyright notice.
11494
11495 * setup.py: Create a file in python's site-packages directory to
11496 make installation of Thuban as a library easier.
11497 (ThubanInstall.user_options): Add two new options,
11498 create-init-module and init-module-dir
11499 (ThubanInstall.expand_with_pure_python_dirs): New method to expand
11500 filenames for installation in the default directories.
11501 (ThubanInstall.select_scheme, ThubanInstall.convert_paths): Extend
11502 the inherited methods to capture some filenames before they're
11503 transformed too much by distutils.
11504 (ThubanInstall.run): Create the init module if requested.
11505 (ThubanInstall.thuban_init_filename): New method to return the
11506 full name of the init module.
11507 (ThubanInstall.get_outputs): Append the filename of the init
11508 module.
11509
11510 2002-07-08 Bernhard Herzog <[email protected]>
11511
11512 * setup.py (thuban_bdist_rpm): Extend this version of bdist_rpm to
11513 handle the prefix properly which means that the default for the
11514 installation prefix should be /usr for RPMs and /usr/local when
11515 doing a normal source install.
11516 (bdist_rpm_install_script): Script to override the default install
11517 commands in the specfile generated by the bdist_rpm command.
11518 (thuban_bdist_rpm.user_options): Add a prefix option
11519 (thuban_bdist_rpm.initialize_options): Init the prefix option.
11520 Create the script files for the spec files as empty files here
11521 (thuban_bdist_rpm._make_spec_file): Override the inherited method
11522 to fill the script files with content.
11523
11524 * Thuban/Model/save.py (relative_filename): Wrapper around
11525 Thuban.Lib.fileutil.relative_filename that accepts an empty dir
11526 argument. save_session now automatically uses this version,
11527 solving a problem when saving to a relative filename.
11528
11529 * setup.py: In the setup call, make sure that the library
11530 directories are under $prefix/lib not directly under $prefix.
11531
11532 2002-06-20 Jan-Oliver Wagner <[email protected]>
11533
11534 * Thuban/Model/extension.py: new module to handle extension objects.
11535 * Thuban/Model/messages.py: new messages for extensions.
11536 * Thuban/Model/session.py (Session.Extensions, Session.HasExtensions,
11537 Session.AddExtension): new for handling extensions.
11538 Also some other minor changes to round up extension handling.
11539 * Thuban/UI/tree.py (SessionTreeCrtl:update_tree): Added visualization
11540 of Extension titles and title and names of its objects.
11541
11542 2002-05-29 Bernhard Herzog <[email protected]>
11543
11544 * Thuban/UI/mainwindow.py (MainWindow.bind_command_events): Bind
11545 the events for a command.
11546 (MainWindow.add_toolbar_command, MainWindow.add_menu_command):
11547 Call bind_command_events to bind the events. add_toolbar_command
11548 can now bind events too so that it's possible to have commands
11549 that are only available through the toolbar.
11550 (MainWindow.init_ids): New instance variable events_bound to keep
11551 track of for which commands events have been bound.
11552
11553 2002-05-28 Bernhard Herzog <[email protected]>
11554
11555 * Thuban/UI/menu.py: New module to build and manage menus.
11556
11557 * Thuban/UI/mainwindow.py: Remove some unused imports.
11558 (MainWindow.__init__, main_menu): move the definition of the main
11559 menu from __init__ to the Menu instance main_menu.
11560 (MainWindow.build_menu_bar, MainWindow.build_menu): New methods to
11561 build the menu bar and sub-menus from a menu description.
11562
11563 * Thuban/UI/application.py (ThubanApplication.OnInit): Read the
11564 startup file
11565 (ThubanApplication.read_startup_files): New method to run
11566 ~/.thuban/thubanstart.py
11567
11568 * Thuban/UI/mainwindow.py (MainWindow.__init__, main_toolbar):
11569 Move the toolbar definition to the Menu instance main_toolbar.
11570 (MainWindow.build_toolbar): New method to build the toolbar
11571 similar to the build_menu methods
11572
11573 2002-05-23 Bernhard Herzog <[email protected]>
11574
11575 * Thuban/UI/mainwindow.py (MainWindow.__init__): Fix spelling of
11576 layer_outline_color. Fix it in the definition of the command too.
11577
11578 * Thuban/UI/command.py (Command): Fix typo in doc string
11579
11580 2002-05-22 Bernhard Herzog <[email protected]>
11581
11582 * Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): Fix a typo
11583 in the docstring
11584
11585 2002-05-15 Bernhard Herzog <[email protected]>
11586
11587 * Thuban/Model/layer.py (Layer.open_shapefile): Set bbox to None
11588 when the shapefile is empty.
11589 (Layer.BoundingBox, Layer.LatLongBoundingBox): Both methods may
11590 now return None for empty shapefiles. Update doc-strings.
11591
11592 * Thuban/Model/map.py (Map.BoundingBox): Add doc-string. Deal with
11593 the layer's bbox being None.
11594
11595 * Thuban/UI/tree.py (SessionTreeCtrl.update_tree): Deal with the
11596 layer's bbox being None.
11597
11598 * Thuban/UI/view.py (MapCanvas.shape_selected): Only redraw when
11599 necessary.
11600 (MapCanvas.__init__): New instance variables, last_selected_layer
11601 and last_selected_shape to determine how the selection has
11602 changed.
11603
11604 * Thuban/UI/tableview.py (TableGrid.__init__): Do not call
11605 AutoSizeColumns because it will cause a traversal of the entire
11606 table which for large .dbf files will take a very long time.
11607
11608 2002-05-14 Bernhard Herzog <[email protected]>
11609
11610 * Thuban/Model/layer.py (Layer.open_shapefile): Choose a better
11611 maximum depth for the tree than shapelib does by default.
11612
11613 2002-05-10 Bernhard Herzog <[email protected]>
11614
11615 * setup.py (py_modules): The shptree modules doesn't have a
11616 wrapper, so don't include it in the py_modules
11617
11618 2002-05-08 Bernhard Herzog <[email protected]>
11619
11620 * extensions/shapelib/shptree.c (compare_ints): Make arguments
11621 const void * as in the qsort prototype
11622 (SHPTreeFindLikelyShapes): Remove some unused variables.
11623
11624 * Thuban/UI/view.py (PanTool.MouseMove): Use the bitmap the view
11625 maintains to redraw the window during a drag.
11626 (MapCanvas.unprojected_rect_around_point): New method to determine
11627 a small region around a point for hit-testing.
11628 (MapCanvas.find_shape_at): Only test the shapes in a small region
11629 around the point.
11630
11631 * setup.py: Increment the version to 0.1.2
11632
11633 * Thuban/UI/tree.py (SessionTreeCtrl.unsubscribe_all): Remove a
11634 debug print and set session to None after unsubscribing
11635
11636 2002-05-07 Bernhard Herzog <[email protected]>
11637
11638 * Data/iceland_sample.session, Data/iceland_sample.thuban: Rename
11639 the file to have a .thuban extension.
11640
11641 * Thuban/UI/tree.py (session_channels): New class constant with
11642 all the session channels to subscribe to to update the tree
11643 (SessionTreeCtrl.session_changed): Remember the session so that we
11644 can unsubscribe properly. Use the new class constant to
11645 unsubscribe from the old session and subscribe to the new one.
11646 (SessionTreeCtrl.unsubscribe_all): New method to unsubscribe all
11647 subscriptions of the SessionTreeCtrl.
11648 (SessionTreeView.OnClose): Call the tree's unsubscribe_all method.
11649
11650 * Thuban/UI/mainwindow.py (MainWindow.__init__): Add the "Show
11651 Session Tree" command to the file menu.
11652
11653 * Thuban/UI/view.py (MapCanvas.do_redraw): Pass the entire bitmap
11654 as update_region to the renderer.
11655
11656 * Thuban/UI/renderer.py
11657 (ScreenRenderer.layer_ids, ScreenRenderer.draw_shape_layer): The
11658 update box is now directly a tuple, not a wxRect anymore.
11659
11660 * Thuban/Model/layer.py (Layer.ShapesInRegion): Remove some debug
11661 prints.
11662
11663 2002-05-07 Bernhard Herzog <[email protected]>
11664
11665 * setup.py: Add the shptree extension module. See
11666 extensions/pyshapelib/ChangeLog for more details.
11667
11668 * extensions/shapelib/shpopen.c, extensions/shapelib/shapefil.h,
11669 extensions/shapelib/dbfopen.c: Really update to the versions of
11670 shapelib 1.2.9. For some reason it wasn't really done on
11671 2002-04-11.
11672
11673 * extensions/shapelib/shptree.c: Modified version of shptree.c of
11674 shapelib 1.2.9. The only real difference is the use of qsort
11675 instead of a bubble sort implementation
11676
11677 * Thuban/Model/layer.py (Layer.__init__): New instance variable
11678 shapetree to hold the shapelib quadtree for the shapefile
11679 (Layer.open_shapefile): Create the quad tree.
11680 (Layer.ShapesInRegion): New method to return the ids of shapes in
11681 a given region using the quad tree.
11682
11683 * extensions/thuban/wxproj.cpp (project_points): Fix some typos in
11684 comment
11685 (draw_polygon_shape): Accept both arcs and polygons.
11686 (initwxproj): Use the new PYSHAPELIB_IMPORT_API macro to import
11687 the api.
11688
11689 * Thuban/UI/renderer.py (MapRenderer.layer_ids): New method to
11690 return the shape ids to be rendered in a given layer.
11691 (MapRenderer.draw_shape_layer): Call layer_ids to get the list of
11692 ids. Use draw_polygon_shape to draw arc shapes as well.
11693 (ScreenRenderer.RenderMap): New parameter for the rectangle that
11694 has to be updated
11695 (ScreenRenderer.layer_ids): Make use of the layer's quadtree by
11696 calling it's ShapesInRegion method.
11697
11698 * Thuban/UI/view.py (MapCanvas.__init__): New instance variable
11699 update_region for the update region.
11700 (MapCanvas.OnPaint): Maintain the update region
11701 (MapCanvas.do_redraw): Pass the bounding box of the update_region
11702 to the renderer when drawing the bitmap. Reset the update_region.
11703
11704 2002-05-03 Bernhard Herzog <[email protected]>
11705
11706 * Thuban/UI/mainwindow.py (MainWindow.SaveSessionAs,
11707 MainWindow.OpenSession): Change the file extension of the session
11708 files to .thuban
11709
11710 * Thuban/Model/session.py (Session.AddMap, forwarded_channels):
11711 Move the map channels to be forwarded by the session into the
11712 class constant with forwarded_channels. Also add
11713 LAYER_PROJECTION_CHANGED and LAYER_VISIBILITY_CHANGED to
11714 forwarded_channels
11715
11716 * Thuban/Model/base.py (Modifiable.changed): Fix doc-string (a
11717 typo and some rewording).
11718
11719 2002-05-02 Bernhard Herzog <[email protected]>
11720
11721 * Thuban/UI/view.py: Keep the temporary bitmap used during drawing
11722 around to speed up most redraws:
11723 (MapCanvas.__init__): New instance variable bitmap which holds the
11724 bitmap
11725 (MapCanvas.do_redraw): Redraw self.bitmap if necessary. Use
11726 self.bitmap to draw.
11727 (MapCanvas.full_redraw): New method to force a full redraw
11728 including the bitmap
11729 (MapCanvas.SetMap): Subscribe full_redraw instead of redraw to
11730 make sure the bitmap is redrawn.
11731 (MapCanvas.projection_changed, MapCanvas.set_view_transform,
11732 MapCanvas.shape_selected): Call full_redraw instead of readraw to
11733 make sure the bitmap is redrawn.
11734 (MapCanvas.OnSize): New method to handle size events so that the
11735 bitmap can be redrawn.
11736
11737 2002-04-29 Bernhard Herzog <[email protected]>
11738
11739 * Thuban/UI/mainwindow.py (MainWindow.__init__): Subscribe to the
11740 canvas' VIEW_POSITION event
11741 (MainWindow.view_position_changed): Handler for VIEW_POSITION.
11742 Update the text in the status-bar accordingly.
11743
11744 * Thuban/UI/view.py (MapCanvas): Derive from Publisher as well
11745 (MapCanvas.__del__): Implement because Publisher.__del__ has to be
11746 called.
11747 (MapCanvas.__init__): Bind EVT_LEAVE_WINDOW too. Initialize
11748 current_position
11749 (MapCanvas.set_current_position): New method to set
11750 current_position. Issue a VIEW_POSITION event
11751 (MapCanvas.CurrentPosition): New public method to return the value
11752 of current_position. Should be called when the VIEW_POSITION event
11753 is processed.
11754 (MapCanvas.OnLeftDown, MapCanvas.OnLeftUp, MapCanvas.OnMotion):
11755 Update the position.
11756 (MapCanvas.OnLeaveWindow): Set the position to None.
11757
11758 * Thuban/UI/messages.py (VIEW_POSITION): New message for the
11759 position in the statusbar
11760
11761 2002-04-26 Frank Koormann <[email protected]>
11762
11763 * Thuban/UI/mainwindow.py: AddLayer, Dialog title s/session/data
11764
11765 2002-04-24 Frank Koormann <[email protected]>
11766
11767 * Resources/Bitmaps/identify.xpm: shadow added
11768
11769 * Resources/Bitmaps/fullextent.xpm: new
11770
11771 2002-04-22 Jan-Oliver Wagner <[email protected]>
11772
11773 * Thuban/UI/tree.py (update_tree): added test for None on map bounding
11774 box
11775
11776 2002-04-21 Jan-Oliver Wagner <[email protected]>
11777
11778 * Thuban/UI/proj4dialog.py (UTMProposeZoneDialog): new
11779
11780 * Thuban/UI/tree.py (update_tree): added added map extent
11781
11782 * Thuban/UI/mainwindow.py (_method_command): extended by parameter
11783 icon; added map_full_extend as tool
11784
11785 2002-04-19 Jan-Oliver Wagner <[email protected]>
11786
11787 * Thuban/UI/mainwindow.py (SaveSession): launch save as dialog for
11788 saving _new_ sessions
11789
11790 * Thuban/Model/session.py (create_empty_session): new session
11791 don't have a filename (set to None)
11792
11793 * Thuban/UI/tree.py (update_tree): added filename and modified flag
11794
11795 * Thuban/Model/load.py (ProcessSession): convert projection
11796 parameters from unicode to regular string
11797
11798 * Data/iceland_sample.session: Added UTM Zone 26 projection.
11799
11800 2002-04-11 Bernhard Herzog <[email protected]>
11801
11802 * extensions/shapelib/shapefil.h, extensions/shapelib/shpopen.c,
11803 extensions/shapelib/dbfopen.c: Update to the versions of shapelib
11804 1.2.9
11805
11806 * setup.py (Lib.wxproj extension): Don't link shpopen.c and put
11807 the pyshapelib directoy into the list of include dirs, so that
11808 pyshapelib_api.h can be found.
11809
11810 * extensions/thuban/wxproj.cpp (pyshapelib_api): New variable that
11811 holds the pyshapelib C-API
11812 (draw_polygon_shape, point_in_polygon_shape, shape_centroid): Use
11813 pyshapelib_api to access the shapelib functions.
11814 (initwxproj): Import the c_api from the shapelib module and
11815 initialize pyshapelib_api.
11816
11817 2002-04-04 Bernhard Herzog <[email protected]>
11818
11819 * setup.py (thuban_bdist_rpm.initialize_options): Use
11820 initialize_options to create the scripts for the rpm.
11821
11822 * extensions/pyprojection/setup.py (PROJ4_PREFIX): Just use /
11823
11824 2002-04-03 Bernhard Herzog <[email protected]>
11825
11826 * setup.py: Increment version to 0.1.1
11827
11828 * Thuban/UI/mainwindow.py (MainWindow.__init__): Move the "Add
11829 Layer" and "Remove Layer" commands from the layer menu to the map
11830 menu
11831
11832 2002-02-15 Bernhard Herzog <[email protected]>
11833
11834 * Thuban/Model/layer.py (Layer.Shape): list append only takes one
11835 argument (python <= 1.5.2 erroneously accepted multiuple
11836 arguments)
11837
11838 2002-02-04 Bernhard Herzog <[email protected]>
11839
11840 * Thuban/UI/identifyview.py (IdentifyGridCtrl): New class to use a
11841 RecordGrid in the identifyview.
11842 (IdentifyView.__init__): Use IdentifyGridCtrl instead of
11843 IdentifyListCtrl. The grid allows editing of the values.
11844
11845 * Thuban/UI/controls.py (RecordTable, RecordGridCtrl): New classes
11846 implementing a grid for a single row of a thuban table.
11847
11848 * Thuban/UI/view.py (MapCanvas.SelectShapeAt): Search through all
11849 layers by default. Easier to use than the previous default of only
11850 searching through the select layer which meant that if no layer
11851 was selected, you couldn't select a shape.
11852
11853 * Thuban/UI/tableview.py (TableGrid.__init__): Fix typo
11854
11855 * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Honour the
11856 stroke_width attribute
11857
11858 * Thuban/Model/save.py (save_session): Write the new stroke_width
11859 attribute
11860
11861 * Thuban/Model/load.py (ProcessSession.startElement): Read the
11862 stroke_width attribute
11863
11864 * Thuban/Model/layer.py (Layer.__init__): New parameter and
11865 instance variable stroke_width
11866 (Layer.SetStrokeWidth): Set the stroke_width.
11867
11868 2002-02-01 Bernhard Herzog <[email protected]>
11869
11870 * extensions/thuban/wxproj.cpp (project_points): Fix two
11871 off-by-one errors in the last loop that joins the various parts
11872 together.
11873
11874 2002-01-14 Bernhard Herzog <[email protected]>
11875
11876 * setup.py (data_dist.make_distribution): Fix some typos
11877
11878 2001-09-18 Bernhard Herzog <[email protected]>
11879
11880 * README: Slight tweaking in preparation for the 0.1 release
11881
11882 * setup.cfg: Add section for sdist to create both tgz and zip
11883 archives
11884
11885 * setup.py: increase version number to 0.1
11886 (data_dist): New command class for data distribution
11887
11888 2001-09-14 Bernhard Herzog <[email protected]>
11889
11890 * Thuban/UI/identifyview.py (IdentifyListCtrl.selected_shape):
11891 Handle the case of no layer (i.e. layer is None) properly.
11892
11893 * Thuban/UI/proj4dialog.py (UTMDialog.__init__, Proj4Dialog.__init__):
11894 Set the initial selection of the combo boxes to reflect the
11895 projection we're starting with in a way that works on windows,
11896 too.
11897
11898 * Thuban/Lib/connector.py (Connector.print_connections): Print the
11899 puiblisher's ids in hex to make it easier to compare them to the
11900 standard repr of python methods
11901
11902 * Thuban/Model/map.py (Map.Destroy): Unsubscribe the label_layer
11903 messages
11904
11905 2001-09-13 Bernhard Herzog <[email protected]>
11906
11907 * Thuban/UI/tree.py (SessionTreeCtrl.OnSelChanged): Make sure to
11908 deselect the layer if no layer is selected
11909
11910 * Thuban/UI/view.py (MapCanvas.OnPaint): Only delay drawing to
11911 idle time when there actually is something to draw. If there's
11912 nothing to draw simply clear the window
11913 (MapCanvas.do_redraw): Call dc.EndDrawing and add some comments.
11914 (MapCanvas.SetMap): force a redraw in all cases because
11915 FitMapToWindow doesn't always do it.
11916 (MapCanvas.ZoomFactor): Add an optional parameter, center, to
11917 specify the point to move into the center of the window
11918 (ZoomOutTool.MouseUp, ZoomInTool.MouseUp): If the mouse wasn't
11919 dragged, zoon in/out by a factor of 2
11920 (MapCanvas.find_shape_at): Iterate backwards (i.e. with decreasing
11921 index, i.e. reversed drawing order) so that objects appearing to
11922 be in from of others are selected first. This is probably mostly
11923 relevant for point shapes where the symbols used may overlap
11924
11925 * Thuban/Model/session.py (create_empty_session): Unset the
11926 modified bit before returning it
11927
11928 * Thuban/UI/mainwindow.py (MainWindow.NewSession): Use
11929 create_empty_session session to create the new, empty session.
11930
11931 * Thuban/UI/mainwindow.py (MainWindow.__init__): Set the size of
11932 the tool bitmaps.
11933 (MainWindow.OnClose, MainWindow.save_modified_session): Separate
11934 the code that asks whether the session should be saved into the
11935 new method save_modified_session.
11936 (MainWindow.OpenSession, MainWindow.NewSession): Use the new
11937 method to save modified session here too.
11938
11939 2001-09-11 Bernhard Herzog <[email protected]>
11940
11941 * setup.py (InnoIconItem): fix typo
11942
11943 (thuban_bdist_inno.run):
11944 (bdist_inno.run): Move the decision not to create symlinks on
11945 non-nt platforms to thuban_bdist_inno and do it unconditinally
11946 since we never want to create the symlinks here
11947
11948 2001-09-10 Bernhard Herzog <[email protected]>
11949
11950 * Thuban/UI/mainwindow.py (MainWindow.IdentifyTool): Popup the
11951 identify view immediately
11952
11953 * Thuban/UI/controls.py: New file with two classes RecordListCtrl
11954 and SelectableRecordListCtrl that implement the code shared by the
11955 identify view and the label dialog
11956
11957 * Thuban/UI/identifyview.py (IdentifyListCtrl): Derive from the
11958 new class RecordListCtrl
11959
11960 * Thuban/UI/labeldialog.py (LabelDialog.OnOK): Check whether the
11961 return value of GetValue is None instead of using it as a boolean
11962 directly so that Zero numbers are handled properly.
11963 (LabelListCtrl): Derive from the new class
11964 SelectableRecordListCtrl
11965
11966 * Thuban/UI/proj4dialog.py (Proj4Dialog.__init__):
11967 (Proj4Dialog.dialogLayout): Make the window resizable and set the
11968 size of the text control explicitly to make the sizers work on
11969 both Windows and X.
11970
11971 2001-09-07 Bernhard Herzog <[email protected]>
11972
11973 * Thuban/UI/view.py (MapCanvas.find_shape_at):Add a new parameter
11974 that can limit the search to the currently selected layer.
11975 (MapCanvas.SelectShapeAt): Make sure that the currently selected
11976 layer stays selected even when no shape is found
11977 (MapCanvas.FitRectToWindow): If the rect has zero with or zero
11978 height do nothing (avoids zero division errors)
11979
11980 2001-09-06 Bernhard Herzog <[email protected]>
11981
11982 * Thuban/UI/tree.py (SessionTreeCtrl, SessionTreeView.__init__):
11983 Correct the spelling of SessionTreeCtrl. dabbrev is too damn
11984 convenient :-)
11985 (SessionTreeCtrl.__init__, SessionTreeCtrl.update_tree): Introduce
11986 a new instvar layer_to_item to map layers to tree items
11987 (SessionTreeCtrl.layer_selected): Select the appropriate tree item
11988 to match the current selection in the interactor
11989
11990 * Thuban/UI/interactor.py (Interactor.SelectedLayer):
11991 (Interactor.HasSelectedLayer): New methods to query the current
11992 selection
11993
11994 * Thuban/UI/mainwindow.py (MainWindow.current_layer):
11995 (MainWindow.has_selected_layer): Simply call the appropriate
11996 interactor method
11997
11998 * Thuban/UI/mainwindow.py (MainWindow.__init__):
11999 (MainWindow.LayerShowTable):
12000 (MainWindow.identify_view_on_demand): Store the interactor in an
12001 instvar and use that reference instead of going through main.app
12002
12003 * Thuban/UI/mainwindow.py (MainWindow.ShowSessionTree):
12004 * Thuban/UI/application.py (ThubanApplication.OnInit):
12005 * Thuban/UI/main.py (main): Create the session tree view in main
12006 with the new mainwindow method ShowSessionTree and not directly
12007 the application's OnInit method
12008
12009 * Thuban/UI/tree.py (myTreeCtrlPanel):
12010 (SessioinTreeCtrl): Rename to SessioinTreeCtrl and turn it into a
12011 TreeCtrl isntead of a panel. This affects most method since we now
12012 refer to self instead of self.tree
12013 (SessionTreeView): New class implementing a non-modal dialog
12014 showing the session tree.
12015
12016 * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Pass the
12017 layer to the tableview dialog.
12018
12019 * Thuban/UI/tableview.py: Add some doc-strings
12020 (TableGrid):
12021 (TableGrid.OnRangeSelect):
12022 (TableGrid.OnSelectCell):
12023 (TableFrame.__init__):
12024 (TableFrame.row_selected):
12025 Selecting rows in the grid view now updates the selected shapes
12026 through the TableFrame. To achieve this we derive TableGrid from
12027 Publisher and introduce the message type ROW_SELECTED which the
12028 TableFrame subscribes to and which is issued by OnRangeSelect and
12029 OnSelectCell
12030
12031 (DataTable.SelectRow): Removed because it's no longer needed in
12032 the row/shape selection scheme
12033
12034 * Thuban/UI/dialogs.py: New file implementing common classes for
12035 dialogs
12036
12037 * Thuban/UI/tableview.py (TableGrid.__init__): Don't subscribe to
12038 the SELECTED_SHAPE message anymore. This is now handled by the
12039 parent.
12040 (TableGrid.select_shape): Only update the selection if the shape
12041 is not None.
12042 (TableFrame): Inherit from the new NonModalDialog class.
12043 (TableFrame.__init__, TableFrame.select_shape): Handle the
12044 SELECT_SHAPE message.
12045 (TableFrame.OnClose): Extend the inherited method to unsubscribe
12046 SELECT_SHAPE
12047
12048 * Thuban/UI/mainwindow.py (MainWindow.init_dialogs):
12049 (MainWindow.add_dialog):
12050 (MainWindow.dialog_open):
12051 (MainWindow.remove_dialog):
12052 (MainWindow.get_open_dialog): New methods to maintain a dictionary
12053 of opened non-modal dialogs.
12054
12055 (MainWindow.__init__): Initialize the new non-modal dictionary
12056 management code
12057 (MainWindow.LayerShowTable): maintain separate dialogs for each
12058 table using the non-modal dialog management code to only open a
12059 view once for each table.
12060
12061 (MainWindow.IdentifyTool):
12062 (MainWindow.__init__):
12063 (MainWindow.identify_view_on_demand): Don't open the identify view
12064 in IdentifyTool anymore. This will be done automatically by the
12065 new method identify_view_on_demand which handles the
12066 SELECTED_SHAPE message so that the identify view will be opened on
12067 demand
12068
12069 * Thuban/UI/identifyview.py (IdentifyListCtrl.__init__): Remove
12070 the interactor argument. The SELECTED_SHAPE message is now handled
12071 by the parent.
12072 (IdentifyView.__init__): Add the interactor argument so that we
12073 can handle the SELECTED_SHAPE message here
12074 (IdentifyView.selected_shape): New method to handle the
12075 SELECTED_SHAPE messages
12076
12077 * Thuban/UI/identifyview.py (IdentifyView): Derive from the new
12078 NonModalDialog class
12079 (IdentifyView.OnClose): Extend the inherited version to
12080 unsubscribe SELECT_SHAPE
12081
12082 * Thuban/Model/session.py (Session.UnsetModified): Remove debug prints
12083
12084 2001-09-05 Bernhard Herzog <[email protected]>
12085
12086 * Thuban/UI/view.py (MapCanvas.__init__): New argument, interactor.
12087
12088 * Thuban/UI/mainwindow.py (MainWindow.__init__): New argument
12089 interactor to pass through to the MapCanvas
12090
12091 * Thuban/UI/application.py (ThubanApplication.OnInit): Use the new
12092 argument to the MainWindow constructor to get rid of the ugly hack
12093 that made main.app available early just so that the mapcanvas
12094 could access the interactor object.
12095
12096 2001-09-04 Bernhard Herzog <[email protected]>
12097
12098 * Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): New method
12099 that runs a modal message box
12100 (MainWindow.OnClose): Use the new method
12101 (MainWindow.RemoveLayer): Just do nothing in case no layer is
12102 selected. The command should be grayed out anyway, so there's no
12103 need to pop up a message box.
12104 (MainWindow.AddLayer): Pop up a message box with an error message
12105 if the shape file can't be opened
12106
12107 * Thuban/Model/layer.py (Layer.__init__): Open the shapefile
12108 immediately. This will cause an exception in case the file can't
12109 be opened and we can display an appropriate message.
12110
12111 * MANIFEST.in: Add extensions/pyprojection/LICENSE
12112
12113 * setup.py (thuban_bdist_rpm): New class implementing a Thuban
12114 specific bdist_rpm command.
12115
12116 * Thuban/UI/main.py: Catch ImportError exceptions when importing
12117 the locale module because it may not be available on some
12118 installations.
12119
12120 * extensions/pyprojection/LICENSE: Copy of the license text in
12121 Projection.i. Having it in a separate file makes it easier to
12122 refer to license text in e.g. RPMs
12123
12124 2001-09-03 Bernhard Herzog <[email protected]>
12125
12126 * setup.py: use wx-config instead of wxgtk-config because it's
12127 more generic
12128
12129 * setup.py (ThubanInstall.get_outputs): Add the symlink in
12130 <prefix>/bin to the outputs
12131 (ThubanInstall.link_file): New method to link files. We need this
12132 because the standard copy_files refuses to link non-existing
12133 files.
12134 (ThubanInstall.run): Remove the leading install root from the
12135 script filename if an install root was specified and use the new
12136 link_file method
12137
12138 * Thuban/UI/mainwindow.py (MainWindow.AddLayer): Fit the map to
12139 the window when the first layer is added to the map.
12140
12141 * setup.py (ThubanInstall.run): Honor the build root (self.root)
12142 when linking thuban.py to <prefix>/bin
12143
12144 2001-08-31 Bernhard Herzog <[email protected]>
12145
12146 * setup.py: In the setup call, the install parameters shouldn't
12147 have trailing slashes because distutils on non-posix platforms
12148 doesn't like that. The same applies to other directories like
12149 "Resources/Bitmaps"
12150
12151 In the configuration section for nt, move the wxWindows directory
12152 optins into the part clearly marked as editable.
12153
12154 (InstallLocal.initialize_options):
12155 (InstallLocal.user_options): remove the currently unused debug
12156 flag
12157 (thuban_build_py.find_all_modules): Add this method so that it
12158 works for our case of having packages and modules in one
12159 distribution as well.
12160 (ThubanInstall.initialize_options):
12161 (ThubanInstall.finalize_options):
12162 (ThubanInstall.user_options):
12163 (ThubanInstall.boolean_options): Add new options, do-symlink and
12164 extra files. Since these are the first ThubanInstall specific
12165 options, override user_options and boolean_options
12166 (ThubanInstall.run): Honor the new do-symlink and extra-files
12167 options.
12168 (ThubanInstall.get_outputs): Add to override the base-class's
12169 version and add the extra-files to the outputs
12170 (bdist_inno): New class for windows distributions with Inno Setup
12171 (InnoIconItem): Helper class for bdist_inno
12172 (thuban_bdist_inno): Thuban specific version of bdist_inno. Added
12173 this together with the appropriate parameters, to the setup call.
12174
12175 * setup.cfg (bdist_inno): added new section for the inno setup
12176 installer
12177
12178 * Thuban/UI/tree.py (myTreeCtrlPanel.__init__): New inst var
12179 changing_selection to avoid recursive selection events when
12180 modifying the selection in response to a selection event.
12181 (myTreeCtrlPanel.normalize_selection): Set the new inst var when
12182 changing the tree's selection.
12183 (myTreeCtrlPanel.OnSelChanged): Only normalize the selection when
12184 we're not being called indirectly from normalize_selection.
12185
12186 * Thuban/UI/mainwindow.py (MainWindow.update_command_ui): Call
12187 event.Check only if the command is actuall checkable.
12188 (MainWindow.__init__): Call the toolbar's Realize method to make
12189 sure that the items are actually shown
12190
12191 2001-08-28 Bernhard Herzog <[email protected]>
12192
12193 * setup.py: Fix some doc strings
12194
12195 * ChangeLog: started
12196

Properties

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26