1 |
|
2002-02-01 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* extensions/thuban/wxproj.cpp (project_points): Fix two |
4 |
|
off-by-one errors in the last loop that joins the various parts |
5 |
|
together. |
6 |
|
|
7 |
|
2002-01-14 Bernhard Herzog <[email protected]> |
8 |
|
|
9 |
|
* setup.py (data_dist.make_distribution): Fix some typos |
10 |
|
|
11 |
|
2001-09-18 Bernhard Herzog <[email protected]> |
12 |
|
|
13 |
|
* README: Slight tweaking in preparation for the 0.1 release |
14 |
|
|
15 |
|
* setup.cfg: Add section for sdist to create both tgz and zip |
16 |
|
archives |
17 |
|
|
18 |
|
* setup.py: increase version number to 0.1 |
19 |
|
(data_dist): New command class for data distribution |
20 |
|
|
21 |
|
|
22 |
|
2001-09-14 Bernhard Herzog <[email protected]> |
23 |
|
|
24 |
|
* Thuban/UI/identifyview.py (IdentifyListCtrl.selected_shape): |
25 |
|
Handle the case of no layer (i.e. layer is None) properly. |
26 |
|
|
27 |
|
* Thuban/UI/proj4dialog.py (UTMDialog.__init__, Proj4Dialog.__init__): |
28 |
|
Set the initial selection of the combo boxes to reflect the |
29 |
|
projection we're starting with in a way that works on windows, |
30 |
|
too. |
31 |
|
|
32 |
|
* Thuban/Lib/connector.py (Connector.print_connections): Print the |
33 |
|
puiblisher's ids in hex to make it easier to compare them to the |
34 |
|
standard repr of python methods |
35 |
|
|
36 |
|
* Thuban/Model/map.py (Map.Destroy): Unsubscribe the label_layer |
37 |
|
messages |
38 |
|
|
39 |
2001-09-13 Bernhard Herzog <[email protected]> |
2001-09-13 Bernhard Herzog <[email protected]> |
40 |
|
|
41 |
|
* Thuban/UI/tree.py (SessionTreeCtrl.OnSelChanged): Make sure to |
42 |
|
deselect the layer if no layer is selected |
43 |
|
|
44 |
* Thuban/UI/view.py (MapCanvas.OnPaint): Only delay drawing to |
* Thuban/UI/view.py (MapCanvas.OnPaint): Only delay drawing to |
45 |
idle time when there actually is something to draw. If there's |
idle time when there actually is something to draw. If there's |
46 |
nothing to draw simply clear the window |
nothing to draw simply clear the window |
51 |
specify the point to move into the center of the window |
specify the point to move into the center of the window |
52 |
(ZoomOutTool.MouseUp, ZoomInTool.MouseUp): If the mouse wasn't |
(ZoomOutTool.MouseUp, ZoomInTool.MouseUp): If the mouse wasn't |
53 |
dragged, zoon in/out by a factor of 2 |
dragged, zoon in/out by a factor of 2 |
54 |
|
(MapCanvas.find_shape_at): Iterate backwards (i.e. with decreasing |
55 |
|
index, i.e. reversed drawing order) so that objects appearing to |
56 |
|
be in from of others are selected first. This is probably mostly |
57 |
|
relevant for point shapes where the symbols used may overlap |
58 |
|
|
59 |
* Thuban/Model/session.py (create_empty_session): Unset the |
* Thuban/Model/session.py (create_empty_session): Unset the |
60 |
modified bit before returning it |
modified bit before returning it |