/[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 64 by bh, Fri Sep 14 12:20:21 2001 UTC revision 114 by jan, Sun Apr 21 17:39:44 2002 UTC
# Line 1  Line 1 
1    2002-04-21      Jan-Oliver Wagner <[email protected]>
2    
3            * Thuban/UI/proj4dialog.py (UTMProposeZoneDialog): new
4    
5            * Thuban/UI/tree.py (update_tree): added added map extent
6    
7            * Thuban/UI/mainwindow.py (_method_command): extended by parameter
8            icon; added map_full_extend as tool
9    
10    2002-04-19      Jan-Oliver Wagner <[email protected]>
11    
12            * Thuban/UI/mainwindow.py (SaveSession): launch save as dialog for
13            saving _new_ sessions
14    
15            * Thuban/Model/session.py (create_empty_session): new session
16            don't have a filename (set to None)
17    
18            * Thuban/UI/tree.py (update_tree): added filename and modified flag
19    
20            * Thuban/Model/load.py (ProcessSession): convert projection
21            parameters from unicode to regular string
22    
23            * Data/iceland_sample.session: Added UTM Zone 26 projection.
24    
25    2002-04-11  Bernhard Herzog  <[email protected]>
26    
27            * extensions/shapelib/shapefil.h, extensions/shapelib/shpopen.c,
28            extensions/shapelib/dbfopen.c: Update to the versions of shapelib
29            1.2.9
30    
31            * setup.py (Lib.wxproj extension): Don't link shpopen.c and put
32            the pyshapelib directoy into the list of include dirs, so that
33            pyshapelib_api.h can be found.
34    
35            * extensions/thuban/wxproj.cpp (pyshapelib_api): New variable that
36            holds the pyshapelib C-API
37            (draw_polygon_shape, point_in_polygon_shape, shape_centroid): Use
38            pyshapelib_api to access the shapelib functions.
39            (initwxproj): Import the c_api from the shapelib module and
40            initialize pyshapelib_api.
41    
42    2002-04-04  Bernhard Herzog  <[email protected]>
43    
44            * setup.py (thuban_bdist_rpm.initialize_options): Use
45            initialize_options to create the scripts for the rpm.
46    
47            * extensions/pyprojection/setup.py (PROJ4_PREFIX): Just use /
48    
49    2002-04-03  Bernhard Herzog  <[email protected]>
50    
51            * setup.py: Increment version to 0.1.1
52    
53            * Thuban/UI/mainwindow.py (MainWindow.__init__): Move the "Add
54            Layer" and "Remove Layer" commands from the layer menu to the map
55            menu
56    
57    2002-02-15  Bernhard Herzog  <[email protected]>
58    
59            * Thuban/Model/layer.py (Layer.Shape): list append only takes one
60            argument (python <= 1.5.2 erroneously accepted multiuple
61            arguments)
62    
63    2002-02-04  Bernhard Herzog  <[email protected]>
64    
65            * Thuban/UI/identifyview.py (IdentifyGridCtrl): New class to use a
66            RecordGrid in the identifyview.
67            (IdentifyView.__init__): Use IdentifyGridCtrl instead of
68            IdentifyListCtrl. The grid allows editing of the values.
69    
70            * Thuban/UI/controls.py (RecordTable, RecordGridCtrl): New classes
71            implementing a grid for a single row of a thuban table.
72    
73            * Thuban/UI/view.py (MapCanvas.SelectShapeAt): Search through all
74            layers by default. Easier to use than the previous default of only
75            searching through the select layer which meant that if no layer
76            was selected, you couldn't select a shape.
77    
78            * Thuban/UI/tableview.py (TableGrid.__init__): Fix typo
79    
80            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Honour the
81            stroke_width attribute
82    
83            * Thuban/Model/save.py (save_session): Write the new stroke_width
84            attribute
85    
86            * Thuban/Model/load.py (ProcessSession.startElement): Read the
87            stroke_width attribute
88    
89            * Thuban/Model/layer.py (Layer.__init__): New parameter and
90            instance variable stroke_width
91            (Layer.SetStrokeWidth): Set the stroke_width.
92    
93    2002-02-01  Bernhard Herzog  <[email protected]>
94    
95            * extensions/thuban/wxproj.cpp (project_points): Fix two
96            off-by-one errors in the last loop that joins the various parts
97            together.
98    
99    2002-01-14  Bernhard Herzog  <[email protected]>
100    
101            * setup.py (data_dist.make_distribution): Fix some typos
102    
103    2001-09-18  Bernhard Herzog  <[email protected]>
104    
105            * README: Slight tweaking in preparation for the 0.1 release
106    
107            * setup.cfg: Add section for sdist to create both tgz and zip
108            archives
109    
110            * setup.py: increase version number to 0.1
111            (data_dist): New command class for data distribution
112            
113    
114  2001-09-14  Bernhard Herzog  <[email protected]>  2001-09-14  Bernhard Herzog  <[email protected]>
115    
116            * Thuban/UI/identifyview.py (IdentifyListCtrl.selected_shape):
117            Handle the case of no layer (i.e. layer is None) properly.
118    
119            * Thuban/UI/proj4dialog.py (UTMDialog.__init__, Proj4Dialog.__init__):
120            Set the initial selection of the combo boxes to reflect the
121            projection we're starting with in a way that works on windows,
122            too.
123    
124          * Thuban/Lib/connector.py (Connector.print_connections): Print the          * Thuban/Lib/connector.py (Connector.print_connections): Print the
125          puiblisher's ids in hex to make it easier to compare them to the          puiblisher's ids in hex to make it easier to compare them to the
126          standard repr of python methods          standard repr of python methods

Legend:
Removed from v.64  
changed lines
  Added in v.114

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26