1 |
|
2001-09-14 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Lib/connector.py (Connector.print_connections): Print the |
4 |
|
puiblisher's ids in hex to make it easier to compare them to the |
5 |
|
standard repr of python methods |
6 |
|
|
7 |
|
* Thuban/Model/map.py (Map.Destroy): Unsubscribe the label_layer |
8 |
|
messages |
9 |
|
|
10 |
|
2001-09-13 Bernhard Herzog <[email protected]> |
11 |
|
|
12 |
|
* Thuban/UI/tree.py (SessionTreeCtrl.OnSelChanged): Make sure to |
13 |
|
deselect the layer if no layer is selected |
14 |
|
|
15 |
|
* Thuban/UI/view.py (MapCanvas.OnPaint): Only delay drawing to |
16 |
|
idle time when there actually is something to draw. If there's |
17 |
|
nothing to draw simply clear the window |
18 |
|
(MapCanvas.do_redraw): Call dc.EndDrawing and add some comments. |
19 |
|
(MapCanvas.SetMap): force a redraw in all cases because |
20 |
|
FitMapToWindow doesn't always do it. |
21 |
|
(MapCanvas.ZoomFactor): Add an optional parameter, center, to |
22 |
|
specify the point to move into the center of the window |
23 |
|
(ZoomOutTool.MouseUp, ZoomInTool.MouseUp): If the mouse wasn't |
24 |
|
dragged, zoon in/out by a factor of 2 |
25 |
|
(MapCanvas.find_shape_at): Iterate backwards (i.e. with decreasing |
26 |
|
index, i.e. reversed drawing order) so that objects appearing to |
27 |
|
be in from of others are selected first. This is probably mostly |
28 |
|
relevant for point shapes where the symbols used may overlap |
29 |
|
|
30 |
|
* Thuban/Model/session.py (create_empty_session): Unset the |
31 |
|
modified bit before returning it |
32 |
|
|
33 |
|
* Thuban/UI/mainwindow.py (MainWindow.NewSession): Use |
34 |
|
create_empty_session session to create the new, empty session. |
35 |
|
|
36 |
|
* Thuban/UI/mainwindow.py (MainWindow.__init__): Set the size of |
37 |
|
the tool bitmaps. |
38 |
|
(MainWindow.OnClose, MainWindow.save_modified_session): Separate |
39 |
|
the code that asks whether the session should be saved into the |
40 |
|
new method save_modified_session. |
41 |
|
(MainWindow.OpenSession, MainWindow.NewSession): Use the new |
42 |
|
method to save modified session here too. |
43 |
|
|
44 |
|
2001-09-11 Bernhard Herzog <[email protected]> |
45 |
|
|
46 |
|
* setup.py (InnoIconItem): fix typo |
47 |
|
|
48 |
|
(thuban_bdist_inno.run): |
49 |
|
(bdist_inno.run): Move the decision not to create symlinks on |
50 |
|
non-nt platforms to thuban_bdist_inno and do it unconditinally |
51 |
|
since we never want to create the symlinks here |
52 |
|
|
53 |
2001-09-10 Bernhard Herzog <[email protected]> |
2001-09-10 Bernhard Herzog <[email protected]> |
54 |
|
|
55 |
* Thuban/UI/mainwindow.py (MainWindow.IdentifyTool): Popup the |
* Thuban/UI/mainwindow.py (MainWindow.IdentifyTool): Popup the |