1 |
|
2002-05-23 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/command.py (Command): Fix typo in doc string |
4 |
|
|
5 |
|
2002-05-22 Bernhard Herzog <[email protected]> |
6 |
|
|
7 |
|
* Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): Fix a typo |
8 |
|
in the docstring |
9 |
|
|
10 |
|
2002-05-15 Bernhard Herzog <[email protected]> |
11 |
|
|
12 |
|
* Thuban/Model/layer.py (Layer.open_shapefile): Set bbox to None |
13 |
|
when the shapefile is empty. |
14 |
|
(Layer.BoundingBox, Layer.LatLongBoundingBox): Both methods may |
15 |
|
now return None for empty shapefiles. Update doc-strings. |
16 |
|
|
17 |
|
* Thuban/Model/map.py (Map.BoundingBox): Add doc-string. Deal with |
18 |
|
the layer's bbox being None. |
19 |
|
|
20 |
|
* Thuban/UI/tree.py (SessionTreeCtrl.update_tree): Deal with the |
21 |
|
layer's bbox being None. |
22 |
|
|
23 |
|
* Thuban/UI/view.py (MapCanvas.shape_selected): Only redraw when |
24 |
|
necessary. |
25 |
|
(MapCanvas.__init__): New instance variables, last_selected_layer |
26 |
|
and last_selected_shape to determine how the selection has |
27 |
|
changed. |
28 |
|
|
29 |
|
* Thuban/UI/tableview.py (TableGrid.__init__): Do not call |
30 |
|
AutoSizeColumns because it will cause a traversal of the entire |
31 |
|
table which for large .dbf files will take a very long time. |
32 |
|
|
33 |
|
2002-05-14 Bernhard Herzog <[email protected]> |
34 |
|
|
35 |
|
* Thuban/Model/layer.py (Layer.open_shapefile): Choose a better |
36 |
|
maximum depth for the tree than shapelib does by default. |
37 |
|
|
38 |
|
2002-05-10 Bernhard Herzog <[email protected]> |
39 |
|
|
40 |
|
* setup.py (py_modules): The shptree modules doesn't have a |
41 |
|
wrapper, so don't include it in the py_modules |
42 |
|
|
43 |
|
2002-05-08 Bernhard Herzog <[email protected]> |
44 |
|
|
45 |
|
* extensions/shapelib/shptree.c (compare_ints): Make arguments |
46 |
|
const void * as in the qsort prototype |
47 |
|
(SHPTreeFindLikelyShapes): Remove some unused variables. |
48 |
|
|
49 |
|
* Thuban/UI/view.py (PanTool.MouseMove): Use the bitmap the view |
50 |
|
maintains to redraw the window during a drag. |
51 |
|
(MapCanvas.unprojected_rect_around_point): New method to determine |
52 |
|
a small region around a point for hit-testing. |
53 |
|
(MapCanvas.find_shape_at): Only test the shapes in a small region |
54 |
|
around the point. |
55 |
|
|
56 |
|
* setup.py: Increment the version to 0.1.2 |
57 |
|
|
58 |
|
* Thuban/UI/tree.py (SessionTreeCtrl.unsubscribe_all): Remove a |
59 |
|
debug print and set session to None after unsubscribing |
60 |
|
|
61 |
2002-05-07 Bernhard Herzog <[email protected]> |
2002-05-07 Bernhard Herzog <[email protected]> |
62 |
|
|
63 |
* Data/iceland_sample.session, Data/iceland_sample.thuban: Rename |
* Data/iceland_sample.session, Data/iceland_sample.thuban: Rename |