1 |
|
2003-07-22 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Doc/manual/thuban-manual.xml: Continue to write first revision |
4 |
|
of the manual. |
5 |
|
|
6 |
|
* Thuban/UI/renderer.py (MapRenderer.render_map): Wrap method |
7 |
|
with Begin/EndDrawing() calls to ensure we aren't doing to |
8 |
|
many updates to the dc during rendering. |
9 |
|
(ScreenRenderer.draw_shape_layer): self.draw_point_shape takes |
10 |
|
a pen and brush argument so they need to be passed to the function. |
11 |
|
|
12 |
|
* Thuban/UI/viewport.py (ViewPort.calc_min_max_scales): New. |
13 |
|
Calculates the minimum and maximum scale values. Factored out |
14 |
|
of set_view_transform so that it could be used to zoom all the |
15 |
|
way into a single point. |
16 |
|
(ViewPort.set_view_transform): Call calc_min_max_scales(). |
17 |
|
(ViewPort.FitSelectedToWindow): Zoom to the maximum scale |
18 |
|
if only a single point is selected. |
19 |
|
|
20 |
|
* Doc/manual/images/1_2_legend_close.png, |
21 |
|
Doc/manual/images/1_2_legend_dock.png, |
22 |
|
Doc/manual/images/1_2_mainwindow.png, |
23 |
|
Doc/manual/images/1_2_mainwindow.ps, |
24 |
|
Doc/manual/images/1_2_mainwindow.sk, |
25 |
|
Doc/manual/images/3_2_fullextent.png, |
26 |
|
Doc/manual/images/3_2_fulllayerextent.png, |
27 |
|
Doc/manual/images/3_2_fullshapeextent.png, |
28 |
|
Doc/manual/images/3_2_pan.png, |
29 |
|
Doc/manual/images/3_2_zoomin.png, |
30 |
|
Doc/manual/images/3_2_zoomout.png, |
31 |
|
Doc/manual/images/3_3_identify.png, |
32 |
|
Doc/manual/images/3_3_label.png, |
33 |
|
Doc/manual/images/3_5_invisible.png, |
34 |
|
Doc/manual/images/3_5_movedown.png, |
35 |
|
Doc/manual/images/3_5_moveup.png, |
36 |
|
Doc/manual/images/3_5_props.png, |
37 |
|
Doc/manual/images/3_5_tobottom.png, |
38 |
|
Doc/manual/images/3_5_totop.png, |
39 |
|
Doc/manual/images/3_5_visible.png: New. Images for the documentation. |
40 |
|
|
41 |
2003-07-18 Bernhard Herzog <[email protected]> |
2003-07-18 Bernhard Herzog <[email protected]> |
42 |
|
|
43 |
* Thuban/UI/messages.py (MAP_REPLACED): New message. |
* Thuban/UI/messages.py (MAP_REPLACED): New message. |