1 |
|
2002-04-29 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/mainwindow.py (MainWindow.__init__): Subscribe to the |
4 |
|
canvas' VIEW_POSITION event |
5 |
|
(MainWindow.view_position_changed): Handler for VIEW_POSITION. |
6 |
|
Update the text in the status-bar accordingly. |
7 |
|
|
8 |
|
* Thuban/UI/view.py (MapCanvas): Derive from Publisher as well |
9 |
|
(MapCanvas.__del__): Implement because Publisher.__del__ has to be |
10 |
|
called. |
11 |
|
(MapCanvas.__init__): Bind EVT_LEAVE_WINDOW too. Initialize |
12 |
|
current_position |
13 |
|
(MapCanvas.set_current_position): New method to set |
14 |
|
current_position. Issue a VIEW_POSITION event |
15 |
|
(MapCanvas.CurrentPosition): New public method to return the value |
16 |
|
of current_position. Should be called when the VIEW_POSITION event |
17 |
|
is processed. |
18 |
|
(MapCanvas.OnLeftDown, MapCanvas.OnLeftUp, MapCanvas.OnMotion): |
19 |
|
Update the position. |
20 |
|
(MapCanvas.OnLeaveWindow): Set the position to None. |
21 |
|
|
22 |
|
* Thuban/UI/messages.py (VIEW_POSITION): New message for the |
23 |
|
position in the statusbar |
24 |
|
|
25 |
|
2002-04-26 Frank Koormann <[email protected]> |
26 |
|
|
27 |
|
* Thuban/UI/mainwindow.py: AddLayer, Dialog title s/session/data |
28 |
|
|
29 |
|
2002-04-24 Frank Koormann <[email protected]> |
30 |
|
|
31 |
|
* Resources/Bitmaps/identify.xpm: shadow added |
32 |
|
|
33 |
|
* Resources/Bitmaps/fullextent.xpm: new |
34 |
|
|
35 |
|
2002-04-22 Jan-Oliver Wagner <[email protected]> |
36 |
|
|
37 |
|
* Thuban/UI/tree.py (update_tree): added test for None on map bounding box |
38 |
|
|
39 |
|
2002-04-21 Jan-Oliver Wagner <[email protected]> |
40 |
|
|
41 |
|
* Thuban/UI/proj4dialog.py (UTMProposeZoneDialog): new |
42 |
|
|
43 |
|
* Thuban/UI/tree.py (update_tree): added added map extent |
44 |
|
|
45 |
|
* Thuban/UI/mainwindow.py (_method_command): extended by parameter |
46 |
|
icon; added map_full_extend as tool |
47 |
|
|
48 |
|
2002-04-19 Jan-Oliver Wagner <[email protected]> |
49 |
|
|
50 |
|
* Thuban/UI/mainwindow.py (SaveSession): launch save as dialog for |
51 |
|
saving _new_ sessions |
52 |
|
|
53 |
|
* Thuban/Model/session.py (create_empty_session): new session |
54 |
|
don't have a filename (set to None) |
55 |
|
|
56 |
|
* Thuban/UI/tree.py (update_tree): added filename and modified flag |
57 |
|
|
58 |
|
* Thuban/Model/load.py (ProcessSession): convert projection |
59 |
|
parameters from unicode to regular string |
60 |
|
|
61 |
|
* Data/iceland_sample.session: Added UTM Zone 26 projection. |
62 |
|
|
63 |
|
2002-04-11 Bernhard Herzog <[email protected]> |
64 |
|
|
65 |
|
* extensions/shapelib/shapefil.h, extensions/shapelib/shpopen.c, |
66 |
|
extensions/shapelib/dbfopen.c: Update to the versions of shapelib |
67 |
|
1.2.9 |
68 |
|
|
69 |
|
* setup.py (Lib.wxproj extension): Don't link shpopen.c and put |
70 |
|
the pyshapelib directoy into the list of include dirs, so that |
71 |
|
pyshapelib_api.h can be found. |
72 |
|
|
73 |
|
* extensions/thuban/wxproj.cpp (pyshapelib_api): New variable that |
74 |
|
holds the pyshapelib C-API |
75 |
|
(draw_polygon_shape, point_in_polygon_shape, shape_centroid): Use |
76 |
|
pyshapelib_api to access the shapelib functions. |
77 |
|
(initwxproj): Import the c_api from the shapelib module and |
78 |
|
initialize pyshapelib_api. |
79 |
|
|
80 |
|
2002-04-04 Bernhard Herzog <[email protected]> |
81 |
|
|
82 |
|
* setup.py (thuban_bdist_rpm.initialize_options): Use |
83 |
|
initialize_options to create the scripts for the rpm. |
84 |
|
|
85 |
|
* extensions/pyprojection/setup.py (PROJ4_PREFIX): Just use / |
86 |
|
|
87 |
|
2002-04-03 Bernhard Herzog <[email protected]> |
88 |
|
|
89 |
|
* setup.py: Increment version to 0.1.1 |
90 |
|
|
91 |
|
* Thuban/UI/mainwindow.py (MainWindow.__init__): Move the "Add |
92 |
|
Layer" and "Remove Layer" commands from the layer menu to the map |
93 |
|
menu |
94 |
|
|
95 |
|
2002-02-15 Bernhard Herzog <[email protected]> |
96 |
|
|
97 |
|
* Thuban/Model/layer.py (Layer.Shape): list append only takes one |
98 |
|
argument (python <= 1.5.2 erroneously accepted multiuple |
99 |
|
arguments) |
100 |
|
|
101 |
2002-02-04 Bernhard Herzog <[email protected]> |
2002-02-04 Bernhard Herzog <[email protected]> |
102 |
|
|
103 |
* Thuban/UI/identifyview.py (IdentifyGridCtrl): New class to use a |
* Thuban/UI/identifyview.py (IdentifyGridCtrl): New class to use a |