1 |
|
2002-05-15 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/view.py (MapCanvas.shape_selected): Only redraw when |
4 |
|
necessary. |
5 |
|
(MapCanvas.__init__): New instance variables, last_selected_layer |
6 |
|
and last_selected_shape to determine how the selection has |
7 |
|
changed. |
8 |
|
|
9 |
|
* Thuban/UI/tableview.py (TableGrid.__init__): Do not call |
10 |
|
AutoSizeColumns because it will cause a traversal of the entire |
11 |
|
table which for large .dbf files will take a very long time. |
12 |
|
|
13 |
|
2002-05-14 Bernhard Herzog <[email protected]> |
14 |
|
|
15 |
|
* Thuban/Model/layer.py (Layer.open_shapefile): Choose a better |
16 |
|
maximum depth for the tree than shapelib does by default. |
17 |
|
|
18 |
|
2002-05-10 Bernhard Herzog <[email protected]> |
19 |
|
|
20 |
|
* setup.py (py_modules): The shptree modules doesn't have a |
21 |
|
wrapper, so don't include it in the py_modules |
22 |
|
|
23 |
|
2002-05-08 Bernhard Herzog <[email protected]> |
24 |
|
|
25 |
|
* extensions/shapelib/shptree.c (compare_ints): Make arguments |
26 |
|
const void * as in the qsort prototype |
27 |
|
(SHPTreeFindLikelyShapes): Remove some unused variables. |
28 |
|
|
29 |
|
* Thuban/UI/view.py (PanTool.MouseMove): Use the bitmap the view |
30 |
|
maintains to redraw the window during a drag. |
31 |
|
(MapCanvas.unprojected_rect_around_point): New method to determine |
32 |
|
a small region around a point for hit-testing. |
33 |
|
(MapCanvas.find_shape_at): Only test the shapes in a small region |
34 |
|
around the point. |
35 |
|
|
36 |
|
* setup.py: Increment the version to 0.1.2 |
37 |
|
|
38 |
|
* Thuban/UI/tree.py (SessionTreeCtrl.unsubscribe_all): Remove a |
39 |
|
debug print and set session to None after unsubscribing |
40 |
|
|
41 |
2002-05-07 Bernhard Herzog <[email protected]> |
2002-05-07 Bernhard Herzog <[email protected]> |
42 |
|
|
43 |
* Data/iceland_sample.session, Data/iceland_sample.thuban: Rename |
* Data/iceland_sample.session, Data/iceland_sample.thuban: Rename |