1 |
2002-05-07 Bernhard Herzog <[email protected]> |
2002-05-07 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/tree.py (session_channels): New class constant with |
4 |
|
all the session channels to subscribe to to update the tree |
5 |
|
(SessionTreeCtrl.session_changed): Remember the session so that we |
6 |
|
can unsubscribe properly. Use the new class constant to |
7 |
|
unsubscribe from the old session and subscribe to the new one. |
8 |
|
(SessionTreeCtrl.unsubscribe_all): New method to unsubscribe all |
9 |
|
subscriptions of the SessionTreeCtrl. |
10 |
|
(SessionTreeView.OnClose): Call the tree's unsubscribe_all method. |
11 |
|
|
12 |
|
* Thuban/UI/mainwindow.py (MainWindow.__init__): Add the "Show |
13 |
|
Session Tree" command to the file menu. |
14 |
|
|
15 |
|
* Thuban/UI/view.py (MapCanvas.do_redraw): Pass the entire bitmap |
16 |
|
as update_region to the renderer. |
17 |
|
|
18 |
|
* Thuban/UI/renderer.py |
19 |
|
(ScreenRenderer.layer_ids, ScreenRenderer.draw_shape_layer): The |
20 |
|
update box is now directly a tuple, not a wxRect anymore. |
21 |
|
|
22 |
|
* Thuban/Model/layer.py (Layer.ShapesInRegion): Remove some debug |
23 |
|
prints. |
24 |
|
|
25 |
|
2002-05-07 Bernhard Herzog <[email protected]> |
26 |
|
|
27 |
* setup.py: Add the shptree extension module. See |
* setup.py: Add the shptree extension module. See |
28 |
extensions/pyshapelib/ChangeLog for more details. |
extensions/pyshapelib/ChangeLog for more details. |
29 |
|
|