1 |
|
2002-05-10 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* setup.py (py_modules): The shptree modules doesn't have a |
4 |
|
wrapper, so don't include it in the py_modules |
5 |
|
|
6 |
|
2002-05-08 Bernhard Herzog <[email protected]> |
7 |
|
|
8 |
|
* extensions/shapelib/shptree.c (compare_ints): Make arguments |
9 |
|
const void * as in the qsort prototype |
10 |
|
(SHPTreeFindLikelyShapes): Remove some unused variables. |
11 |
|
|
12 |
|
* Thuban/UI/view.py (PanTool.MouseMove): Use the bitmap the view |
13 |
|
maintains to redraw the window during a drag. |
14 |
|
(MapCanvas.unprojected_rect_around_point): New method to determine |
15 |
|
a small region around a point for hit-testing. |
16 |
|
(MapCanvas.find_shape_at): Only test the shapes in a small region |
17 |
|
around the point. |
18 |
|
|
19 |
|
* setup.py: Increment the version to 0.1.2 |
20 |
|
|
21 |
|
* Thuban/UI/tree.py (SessionTreeCtrl.unsubscribe_all): Remove a |
22 |
|
debug print and set session to None after unsubscribing |
23 |
|
|
24 |
|
2002-05-07 Bernhard Herzog <[email protected]> |
25 |
|
|
26 |
|
* Data/iceland_sample.session, Data/iceland_sample.thuban: Rename |
27 |
|
the file to have a .thuban extension. |
28 |
|
|
29 |
|
* Thuban/UI/tree.py (session_channels): New class constant with |
30 |
|
all the session channels to subscribe to to update the tree |
31 |
|
(SessionTreeCtrl.session_changed): Remember the session so that we |
32 |
|
can unsubscribe properly. Use the new class constant to |
33 |
|
unsubscribe from the old session and subscribe to the new one. |
34 |
|
(SessionTreeCtrl.unsubscribe_all): New method to unsubscribe all |
35 |
|
subscriptions of the SessionTreeCtrl. |
36 |
|
(SessionTreeView.OnClose): Call the tree's unsubscribe_all method. |
37 |
|
|
38 |
|
* Thuban/UI/mainwindow.py (MainWindow.__init__): Add the "Show |
39 |
|
Session Tree" command to the file menu. |
40 |
|
|
41 |
|
* Thuban/UI/view.py (MapCanvas.do_redraw): Pass the entire bitmap |
42 |
|
as update_region to the renderer. |
43 |
|
|
44 |
|
* Thuban/UI/renderer.py |
45 |
|
(ScreenRenderer.layer_ids, ScreenRenderer.draw_shape_layer): The |
46 |
|
update box is now directly a tuple, not a wxRect anymore. |
47 |
|
|
48 |
|
* Thuban/Model/layer.py (Layer.ShapesInRegion): Remove some debug |
49 |
|
prints. |
50 |
|
|
51 |
2002-05-07 Bernhard Herzog <[email protected]> |
2002-05-07 Bernhard Herzog <[email protected]> |
52 |
|
|
53 |
* setup.py: Add the shptree extension module. See |
* setup.py: Add the shptree extension module. See |