1 |
|
2002-05-03 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/mainwindow.py (MainWindow.SaveSessionAs, |
4 |
|
MainWindow.OpenSession): Change the file extension of the session |
5 |
|
files to .thuban |
6 |
|
|
7 |
|
* Thuban/Model/session.py (Session.AddMap, forwarded_channels): |
8 |
|
Move the map channels to be forwarded by the session into the |
9 |
|
class constant with forwarded_channels. |
10 |
|
|
11 |
|
* Thuban/Model/base.py (Modifiable.changed): Fix doc-string (a |
12 |
|
typo and some rewording). |
13 |
|
|
14 |
|
2002-05-02 Bernhard Herzog <[email protected]> |
15 |
|
|
16 |
|
* Thuban/UI/view.py: Keep the temporary bitmap used during drawing |
17 |
|
around to speed up most redraws: |
18 |
|
(MapCanvas.__init__): New instance variable bitmap which holds the |
19 |
|
bitmap |
20 |
|
(MapCanvas.do_redraw): Redraw self.bitmap if necessary. Use |
21 |
|
self.bitmap to draw. |
22 |
|
(MapCanvas.full_redraw): New method to force a full redraw |
23 |
|
including the bitmap |
24 |
|
(MapCanvas.SetMap): Subscribe full_redraw instead of redraw to |
25 |
|
make sure the bitmap is redrawn. |
26 |
|
(MapCanvas.projection_changed, MapCanvas.set_view_transform, |
27 |
|
MapCanvas.shape_selected): Call full_redraw instead of readraw to |
28 |
|
make sure the bitmap is redrawn. |
29 |
|
(MapCanvas.OnSize): New method to handle size events so that the |
30 |
|
bitmap can be redrawn. |
31 |
|
|
32 |
2002-04-29 Bernhard Herzog <[email protected]> |
2002-04-29 Bernhard Herzog <[email protected]> |
33 |
|
|
34 |
* Thuban/UI/mainwindow.py (MainWindow.__init__): Subscribe to the |
* Thuban/UI/mainwindow.py (MainWindow.__init__): Subscribe to the |