/[thuban]/branches/greater-ms3/thuban/ChangeLog
ViewVC logotype

Diff of /branches/greater-ms3/thuban/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 89 by bh, Thu Apr 4 14:22:49 2002 UTC revision 124 by bh, Mon Apr 29 18:05:31 2002 UTC
# Line 1  Line 1 
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]>  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 /          * extensions/pyprojection/setup.py (PROJ4_PREFIX): Just use /
86    
87  2002-04-03  Bernhard Herzog  <[email protected]>  2002-04-03  Bernhard Herzog  <[email protected]>

Legend:
Removed from v.89  
changed lines
  Added in v.124

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26