1 |
|
2002-09-10 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/mainwindow.py (MainWindow.Map): New. |
4 |
|
(_tool_command): Add sensitive parameter |
5 |
|
(_has_visible_map): Sensitivity callback to tools and other |
6 |
|
commands that require a visible map. Use it in map_zoom_in_tool, |
7 |
|
map_zoom_out_tool, map_pan_tool, map_identify_tool, map_label_tool |
8 |
|
and map_full_extent |
9 |
|
|
10 |
|
2002-09-06 Bernhard Herzog <[email protected]> |
11 |
|
|
12 |
|
* Thuban/UI/mainwindow.py (MainWindow.OnClose): Unsubscribe |
13 |
|
VIEW_POSITION |
14 |
|
|
15 |
|
2002-09-04 Frank Koormann <[email protected]> |
16 |
|
|
17 |
|
* Resources/Bitmaps/fullextent.xpm: Updated Icon (removed "potatoe") |
18 |
|
|
19 |
2002-09-02 Bernhard Herzog <[email protected]> |
2002-09-02 Bernhard Herzog <[email protected]> |
20 |
|
|
21 |
|
* Thuban/UI/view.py: Get rid of the idle redraw. This is done by |
22 |
|
wxWindows already and our implementation doesn't work correctly |
23 |
|
with wxGTK 2.3: |
24 |
|
(MapCanvas.__init__): Remove the instance variable |
25 |
|
(MapCanvas.OnPaint): Always call do_redraw when there's a map to |
26 |
|
be drawin |
27 |
|
(MapCanvas.OnIdle): Removed. |
28 |
|
|
29 |
* Thuban/UI/view.py (MapCanvas.unprojected_rect_around_point): Add |
* Thuban/UI/view.py (MapCanvas.unprojected_rect_around_point): Add |
30 |
a parameter to determine the size of the rectangle. |
a parameter to determine the size of the rectangle. |
31 |
(MapCanvas.find_shape_at): Create the box around the point on a |
(MapCanvas.find_shape_at): Create the box around the point on a |