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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1514 - (show annotations)
Tue Jul 29 14:56:56 2003 UTC (21 years, 7 months ago) by bh
Original Path: trunk/thuban/ChangeLog
File size: 237654 byte(s)
update ChangeLog

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

Properties

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26