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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1517 - (show annotations)
Tue Jul 29 15:00:37 2003 UTC (21 years, 7 months ago) by jonathan
Original Path: trunk/thuban/ChangeLog
File size: 238155 byte(s)
updated ChangeLog

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

Properties

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26