/[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 83 by bh, Fri Feb 15 17:11:11 2002 UTC revision 129 by bh, Fri May 3 14:46:11 2002 UTC
# Line 1  Line 1 
1    2002-05-03  Bernhard Herzog  <[email protected]>
2    
3            * Thuban/Model/session.py (Session.AddMap, forwarded_channels):
4            Move the map channels to be forwarded by the session into the
5            class constant with forwarded_channels.
6    
7            * Thuban/Model/base.py (Modifiable.changed): Fix doc-string (a
8            typo and some rewording).
9    
10    2002-05-02  Bernhard Herzog  <[email protected]>
11    
12            * Thuban/UI/view.py: Keep the temporary bitmap used during drawing
13            around to speed up most redraws:
14            (MapCanvas.__init__): New instance variable bitmap which holds the
15            bitmap
16            (MapCanvas.do_redraw): Redraw self.bitmap if necessary. Use
17            self.bitmap to draw.
18            (MapCanvas.full_redraw): New method to force a full redraw
19            including the bitmap
20            (MapCanvas.SetMap): Subscribe full_redraw instead of redraw to
21            make sure the bitmap is redrawn.
22            (MapCanvas.projection_changed, MapCanvas.set_view_transform,
23            MapCanvas.shape_selected): Call full_redraw instead of readraw to
24            make sure the bitmap is redrawn.
25            (MapCanvas.OnSize): New method to handle size events so that the
26            bitmap can be redrawn.
27    
28    2002-04-29  Bernhard Herzog  <[email protected]>
29    
30            * Thuban/UI/mainwindow.py (MainWindow.__init__): Subscribe to the
31            canvas' VIEW_POSITION event
32            (MainWindow.view_position_changed): Handler for VIEW_POSITION.
33            Update the text in the status-bar accordingly.
34    
35            * Thuban/UI/view.py (MapCanvas): Derive from Publisher as well
36            (MapCanvas.__del__): Implement because Publisher.__del__ has to be
37            called.
38            (MapCanvas.__init__): Bind EVT_LEAVE_WINDOW too. Initialize
39            current_position
40            (MapCanvas.set_current_position): New method to set
41            current_position. Issue a VIEW_POSITION event
42            (MapCanvas.CurrentPosition): New public method to return the value
43            of current_position. Should be called when the VIEW_POSITION event
44            is processed.
45            (MapCanvas.OnLeftDown, MapCanvas.OnLeftUp, MapCanvas.OnMotion):
46            Update the position.
47            (MapCanvas.OnLeaveWindow): Set the position to None.
48    
49            * Thuban/UI/messages.py (VIEW_POSITION): New message for the
50            position in the statusbar
51    
52    2002-04-26      Frank Koormann <[email protected]>
53    
54            * Thuban/UI/mainwindow.py: AddLayer, Dialog title s/session/data
55    
56    2002-04-24      Frank Koormann <[email protected]>
57            
58            * Resources/Bitmaps/identify.xpm: shadow added
59    
60            * Resources/Bitmaps/fullextent.xpm: new
61            
62    2002-04-22      Jan-Oliver Wagner <[email protected]>
63    
64            * Thuban/UI/tree.py (update_tree): added test for None on map bounding box
65    
66    2002-04-21      Jan-Oliver Wagner <[email protected]>
67    
68            * Thuban/UI/proj4dialog.py (UTMProposeZoneDialog): new
69    
70            * Thuban/UI/tree.py (update_tree): added added map extent
71    
72            * Thuban/UI/mainwindow.py (_method_command): extended by parameter
73            icon; added map_full_extend as tool
74    
75    2002-04-19      Jan-Oliver Wagner <[email protected]>
76    
77            * Thuban/UI/mainwindow.py (SaveSession): launch save as dialog for
78            saving _new_ sessions
79    
80            * Thuban/Model/session.py (create_empty_session): new session
81            don't have a filename (set to None)
82    
83            * Thuban/UI/tree.py (update_tree): added filename and modified flag
84    
85            * Thuban/Model/load.py (ProcessSession): convert projection
86            parameters from unicode to regular string
87    
88            * Data/iceland_sample.session: Added UTM Zone 26 projection.
89    
90    2002-04-11  Bernhard Herzog  <[email protected]>
91    
92            * extensions/shapelib/shapefil.h, extensions/shapelib/shpopen.c,
93            extensions/shapelib/dbfopen.c: Update to the versions of shapelib
94            1.2.9
95    
96            * setup.py (Lib.wxproj extension): Don't link shpopen.c and put
97            the pyshapelib directoy into the list of include dirs, so that
98            pyshapelib_api.h can be found.
99    
100            * extensions/thuban/wxproj.cpp (pyshapelib_api): New variable that
101            holds the pyshapelib C-API
102            (draw_polygon_shape, point_in_polygon_shape, shape_centroid): Use
103            pyshapelib_api to access the shapelib functions.
104            (initwxproj): Import the c_api from the shapelib module and
105            initialize pyshapelib_api.
106    
107    2002-04-04  Bernhard Herzog  <[email protected]>
108    
109            * setup.py (thuban_bdist_rpm.initialize_options): Use
110            initialize_options to create the scripts for the rpm.
111    
112            * extensions/pyprojection/setup.py (PROJ4_PREFIX): Just use /
113    
114    2002-04-03  Bernhard Herzog  <[email protected]>
115    
116            * setup.py: Increment version to 0.1.1
117    
118            * Thuban/UI/mainwindow.py (MainWindow.__init__): Move the "Add
119            Layer" and "Remove Layer" commands from the layer menu to the map
120            menu
121    
122  2002-02-15  Bernhard Herzog  <[email protected]>  2002-02-15  Bernhard Herzog  <[email protected]>
123    
124          * Thuban/Model/layer.py (Layer.Shape): list append only takes one          * Thuban/Model/layer.py (Layer.Shape): list append only takes one

Legend:
Removed from v.83  
changed lines
  Added in v.129

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26