1 |
|
2002-05-23 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/mainwindow.py (MainWindow.__init__): Fix spelling of |
4 |
|
layer_outline_color. Fix it in the definition of the command too. |
5 |
|
|
6 |
|
* Thuban/UI/command.py (Command): Fix typo in doc string |
7 |
|
|
8 |
|
2002-05-22 Bernhard Herzog <[email protected]> |
9 |
|
|
10 |
|
* Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): Fix a typo |
11 |
|
in the docstring |
12 |
|
|
13 |
|
2002-05-15 Bernhard Herzog <[email protected]> |
14 |
|
|
15 |
|
* Thuban/Model/layer.py (Layer.open_shapefile): Set bbox to None |
16 |
|
when the shapefile is empty. |
17 |
|
(Layer.BoundingBox, Layer.LatLongBoundingBox): Both methods may |
18 |
|
now return None for empty shapefiles. Update doc-strings. |
19 |
|
|
20 |
|
* Thuban/Model/map.py (Map.BoundingBox): Add doc-string. Deal with |
21 |
|
the layer's bbox being None. |
22 |
|
|
23 |
|
* Thuban/UI/tree.py (SessionTreeCtrl.update_tree): Deal with the |
24 |
|
layer's bbox being None. |
25 |
|
|
26 |
|
* Thuban/UI/view.py (MapCanvas.shape_selected): Only redraw when |
27 |
|
necessary. |
28 |
|
(MapCanvas.__init__): New instance variables, last_selected_layer |
29 |
|
and last_selected_shape to determine how the selection has |
30 |
|
changed. |
31 |
|
|
32 |
|
* Thuban/UI/tableview.py (TableGrid.__init__): Do not call |
33 |
|
AutoSizeColumns because it will cause a traversal of the entire |
34 |
|
table which for large .dbf files will take a very long time. |
35 |
|
|
36 |
|
2002-05-14 Bernhard Herzog <[email protected]> |
37 |
|
|
38 |
|
* Thuban/Model/layer.py (Layer.open_shapefile): Choose a better |
39 |
|
maximum depth for the tree than shapelib does by default. |
40 |
|
|
41 |
2002-05-10 Bernhard Herzog <[email protected]> |
2002-05-10 Bernhard Herzog <[email protected]> |
42 |
|
|
43 |
* setup.py (py_modules): The shptree modules doesn't have a |
* setup.py (py_modules): The shptree modules doesn't have a |