1 |
|
2001-09-18 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* README: Slight tweaking in preparation for the 0.1 release |
4 |
|
|
5 |
|
* setup.cfg: Add section for sdist to create both tgz and zip |
6 |
|
archives |
7 |
|
|
8 |
|
* setup.py: increase version number to 0.1 |
9 |
|
(data_dist): New command class for data distribution |
10 |
|
|
11 |
|
|
12 |
|
2001-09-14 Bernhard Herzog <[email protected]> |
13 |
|
|
14 |
|
* Thuban/UI/identifyview.py (IdentifyListCtrl.selected_shape): |
15 |
|
Handle the case of no layer (i.e. layer is None) properly. |
16 |
|
|
17 |
|
* Thuban/UI/proj4dialog.py (UTMDialog.__init__, Proj4Dialog.__init__): |
18 |
|
Set the initial selection of the combo boxes to reflect the |
19 |
|
projection we're starting with in a way that works on windows, |
20 |
|
too. |
21 |
|
|
22 |
|
* Thuban/Lib/connector.py (Connector.print_connections): Print the |
23 |
|
puiblisher's ids in hex to make it easier to compare them to the |
24 |
|
standard repr of python methods |
25 |
|
|
26 |
|
* Thuban/Model/map.py (Map.Destroy): Unsubscribe the label_layer |
27 |
|
messages |
28 |
|
|
29 |
|
2001-09-13 Bernhard Herzog <[email protected]> |
30 |
|
|
31 |
|
* Thuban/UI/tree.py (SessionTreeCtrl.OnSelChanged): Make sure to |
32 |
|
deselect the layer if no layer is selected |
33 |
|
|
34 |
|
* Thuban/UI/view.py (MapCanvas.OnPaint): Only delay drawing to |
35 |
|
idle time when there actually is something to draw. If there's |
36 |
|
nothing to draw simply clear the window |
37 |
|
(MapCanvas.do_redraw): Call dc.EndDrawing and add some comments. |
38 |
|
(MapCanvas.SetMap): force a redraw in all cases because |
39 |
|
FitMapToWindow doesn't always do it. |
40 |
|
(MapCanvas.ZoomFactor): Add an optional parameter, center, to |
41 |
|
specify the point to move into the center of the window |
42 |
|
(ZoomOutTool.MouseUp, ZoomInTool.MouseUp): If the mouse wasn't |
43 |
|
dragged, zoon in/out by a factor of 2 |
44 |
|
(MapCanvas.find_shape_at): Iterate backwards (i.e. with decreasing |
45 |
|
index, i.e. reversed drawing order) so that objects appearing to |
46 |
|
be in from of others are selected first. This is probably mostly |
47 |
|
relevant for point shapes where the symbols used may overlap |
48 |
|
|
49 |
|
* Thuban/Model/session.py (create_empty_session): Unset the |
50 |
|
modified bit before returning it |
51 |
|
|
52 |
|
* Thuban/UI/mainwindow.py (MainWindow.NewSession): Use |
53 |
|
create_empty_session session to create the new, empty session. |
54 |
|
|
55 |
|
* Thuban/UI/mainwindow.py (MainWindow.__init__): Set the size of |
56 |
|
the tool bitmaps. |
57 |
|
(MainWindow.OnClose, MainWindow.save_modified_session): Separate |
58 |
|
the code that asks whether the session should be saved into the |
59 |
|
new method save_modified_session. |
60 |
|
(MainWindow.OpenSession, MainWindow.NewSession): Use the new |
61 |
|
method to save modified session here too. |
62 |
|
|
63 |
2001-09-11 Bernhard Herzog <[email protected]> |
2001-09-11 Bernhard Herzog <[email protected]> |
64 |
|
|
65 |
* setup.py (InnoIconItem): fix typo |
* setup.py (InnoIconItem): fix typo |