1 |
|
2002-05-14 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/layer.py (Layer.open_shapefile): Choose a better |
4 |
|
maximum depth for the tree than shapelib does by default. |
5 |
|
|
6 |
|
2002-05-10 Bernhard Herzog <[email protected]> |
7 |
|
|
8 |
|
* setup.py (py_modules): The shptree modules doesn't have a |
9 |
|
wrapper, so don't include it in the py_modules |
10 |
|
|
11 |
|
2002-05-08 Bernhard Herzog <[email protected]> |
12 |
|
|
13 |
|
* extensions/shapelib/shptree.c (compare_ints): Make arguments |
14 |
|
const void * as in the qsort prototype |
15 |
|
(SHPTreeFindLikelyShapes): Remove some unused variables. |
16 |
|
|
17 |
|
* Thuban/UI/view.py (PanTool.MouseMove): Use the bitmap the view |
18 |
|
maintains to redraw the window during a drag. |
19 |
|
(MapCanvas.unprojected_rect_around_point): New method to determine |
20 |
|
a small region around a point for hit-testing. |
21 |
|
(MapCanvas.find_shape_at): Only test the shapes in a small region |
22 |
|
around the point. |
23 |
|
|
24 |
|
* setup.py: Increment the version to 0.1.2 |
25 |
|
|
26 |
|
* Thuban/UI/tree.py (SessionTreeCtrl.unsubscribe_all): Remove a |
27 |
|
debug print and set session to None after unsubscribing |
28 |
|
|
29 |
2002-05-07 Bernhard Herzog <[email protected]> |
2002-05-07 Bernhard Herzog <[email protected]> |
30 |
|
|
31 |
|
* Data/iceland_sample.session, Data/iceland_sample.thuban: Rename |
32 |
|
the file to have a .thuban extension. |
33 |
|
|
34 |
* Thuban/UI/tree.py (session_channels): New class constant with |
* Thuban/UI/tree.py (session_channels): New class constant with |
35 |
all the session channels to subscribe to to update the tree |
all the session channels to subscribe to to update the tree |
36 |
(SessionTreeCtrl.session_changed): Remember the session so that we |
(SessionTreeCtrl.session_changed): Remember the session so that we |