1 |
|
2002-09-13 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/session.py (Session.forwarded_channels): Forward |
4 |
|
the CHANGED channel too. |
5 |
|
|
6 |
|
* Thuban/Model/map.py (Map.forwarded_channels): Forward the |
7 |
|
CHANGED channel too. |
8 |
|
(Map.__init__): Call the Modifiable constructor as well. |
9 |
|
|
10 |
|
* Thuban/Model/base.py (Modifiable.UnsetModified): Issue a CHANGED |
11 |
|
event if the modified flag changes. |
12 |
|
(Modifiable.changed): Tweak the doc-string. |
13 |
|
|
14 |
|
* Thuban/UI/mainwindow.py (MainWindow.view_position_changed) |
15 |
|
(MainWindow.set_position_text): Put the code that puts the text |
16 |
|
with the mouse position into the status bar into the new method |
17 |
|
set_position_text so that it can overwritten in derived classes. |
18 |
|
|
19 |
|
2002-09-12 Bernhard Herzog <[email protected]> |
20 |
|
|
21 |
|
* Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): Center the |
22 |
|
message box on the main window. |
23 |
|
|
24 |
|
2002-09-11 Bernhard Herzog <[email protected]> |
25 |
|
|
26 |
|
* Thuban/UI/mainwindow.py: Underline the 'x' in "Exit" instead of |
27 |
|
the 'E' because it's less likely to interfere with other menu |
28 |
|
entries. |
29 |
|
(MainWindow.build_menu): remove an incorrect comment. |
30 |
|
|
31 |
|
2002-09-10 Bernhard Herzog <[email protected]> |
32 |
|
|
33 |
|
* Thuban/UI/mainwindow.py (MainWindow.Map): New. |
34 |
|
(_tool_command): Add sensitive parameter |
35 |
|
(_has_visible_map): Sensitivity callback to tools and other |
36 |
|
commands that require a visible map. Use it in map_zoom_in_tool, |
37 |
|
map_zoom_out_tool, map_pan_tool, map_identify_tool, map_label_tool |
38 |
|
and map_full_extent |
39 |
|
|
40 |
|
2002-09-06 Bernhard Herzog <[email protected]> |
41 |
|
|
42 |
|
* Thuban/UI/mainwindow.py (MainWindow.OnClose): Unsubscribe |
43 |
|
VIEW_POSITION |
44 |
|
|
45 |
|
2002-09-04 Frank Koormann <[email protected]> |
46 |
|
|
47 |
|
* Resources/Bitmaps/fullextent.xpm: Updated Icon (removed "potatoe") |
48 |
|
|
49 |
2002-09-02 Bernhard Herzog <[email protected]> |
2002-09-02 Bernhard Herzog <[email protected]> |
50 |
|
|
51 |
|
* Thuban/UI/view.py: Get rid of the idle redraw. This is done by |
52 |
|
wxWindows already and our implementation doesn't work correctly |
53 |
|
with wxGTK 2.3: |
54 |
|
(MapCanvas.__init__): Remove the instance variable |
55 |
|
(MapCanvas.OnPaint): Always call do_redraw when there's a map to |
56 |
|
be drawin |
57 |
|
(MapCanvas.OnIdle): Removed. |
58 |
|
|
59 |
* Thuban/UI/view.py (MapCanvas.unprojected_rect_around_point): Add |
* Thuban/UI/view.py (MapCanvas.unprojected_rect_around_point): Add |
60 |
a parameter to determine the size of the rectangle. |
a parameter to determine the size of the rectangle. |
61 |
(MapCanvas.find_shape_at): Create the box around the point on a |
(MapCanvas.find_shape_at): Create the box around the point on a |