1 |
|
2002-05-03 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/session.py (Session.AddMap, forwarded_channels): |
4 |
|
Move the map channels to be forwarded by the session into the |
5 |
|
class constant with forwarded_channels. |
6 |
|
|
7 |
|
* Thuban/Model/base.py (Modifiable.changed): Fix doc-string (a |
8 |
|
typo and some rewording). |
9 |
|
|
10 |
|
2002-05-02 Bernhard Herzog <[email protected]> |
11 |
|
|
12 |
|
* Thuban/UI/view.py: Keep the temporary bitmap used during drawing |
13 |
|
around to speed up most redraws: |
14 |
|
(MapCanvas.__init__): New instance variable bitmap which holds the |
15 |
|
bitmap |
16 |
|
(MapCanvas.do_redraw): Redraw self.bitmap if necessary. Use |
17 |
|
self.bitmap to draw. |
18 |
|
(MapCanvas.full_redraw): New method to force a full redraw |
19 |
|
including the bitmap |
20 |
|
(MapCanvas.SetMap): Subscribe full_redraw instead of redraw to |
21 |
|
make sure the bitmap is redrawn. |
22 |
|
(MapCanvas.projection_changed, MapCanvas.set_view_transform, |
23 |
|
MapCanvas.shape_selected): Call full_redraw instead of readraw to |
24 |
|
make sure the bitmap is redrawn. |
25 |
|
(MapCanvas.OnSize): New method to handle size events so that the |
26 |
|
bitmap can be redrawn. |
27 |
|
|
28 |
|
2002-04-29 Bernhard Herzog <[email protected]> |
29 |
|
|
30 |
|
* Thuban/UI/mainwindow.py (MainWindow.__init__): Subscribe to the |
31 |
|
canvas' VIEW_POSITION event |
32 |
|
(MainWindow.view_position_changed): Handler for VIEW_POSITION. |
33 |
|
Update the text in the status-bar accordingly. |
34 |
|
|
35 |
|
* Thuban/UI/view.py (MapCanvas): Derive from Publisher as well |
36 |
|
(MapCanvas.__del__): Implement because Publisher.__del__ has to be |
37 |
|
called. |
38 |
|
(MapCanvas.__init__): Bind EVT_LEAVE_WINDOW too. Initialize |
39 |
|
current_position |
40 |
|
(MapCanvas.set_current_position): New method to set |
41 |
|
current_position. Issue a VIEW_POSITION event |
42 |
|
(MapCanvas.CurrentPosition): New public method to return the value |
43 |
|
of current_position. Should be called when the VIEW_POSITION event |
44 |
|
is processed. |
45 |
|
(MapCanvas.OnLeftDown, MapCanvas.OnLeftUp, MapCanvas.OnMotion): |
46 |
|
Update the position. |
47 |
|
(MapCanvas.OnLeaveWindow): Set the position to None. |
48 |
|
|
49 |
|
* Thuban/UI/messages.py (VIEW_POSITION): New message for the |
50 |
|
position in the statusbar |
51 |
|
|
52 |
|
2002-04-26 Frank Koormann <[email protected]> |
53 |
|
|
54 |
|
* Thuban/UI/mainwindow.py: AddLayer, Dialog title s/session/data |
55 |
|
|
56 |
|
2002-04-24 Frank Koormann <[email protected]> |
57 |
|
|
58 |
|
* Resources/Bitmaps/identify.xpm: shadow added |
59 |
|
|
60 |
|
* Resources/Bitmaps/fullextent.xpm: new |
61 |
|
|
62 |
|
2002-04-22 Jan-Oliver Wagner <[email protected]> |
63 |
|
|
64 |
|
* Thuban/UI/tree.py (update_tree): added test for None on map bounding box |
65 |
|
|
66 |
2002-04-21 Jan-Oliver Wagner <[email protected]> |
2002-04-21 Jan-Oliver Wagner <[email protected]> |
67 |
|
|
68 |
* Thuban/UI/proj4dialog.py (UTMProposeZoneDialog): new |
* Thuban/UI/proj4dialog.py (UTMProposeZoneDialog): new |