/[thuban]/branches/WIP-pyshapelib-bramz/ChangeLog
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/ChangeLog

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

revision 2480 by bernhard, Sat Dec 18 00:29:04 2004 UTC revision 2535 by jan, Fri Jan 21 08:31:43 2005 UTC
# Line 1  Line 1 
1    2005-01-21  Jan-Oliver Wagner <[email protected]>
2    
3            * Thuban/UI/mainwindow.py (view_position_changed): Made string
4            available for i18n.
5    
6    2005-01-20  Russell Nelson  <[email protected]>
7    
8            * Resources/Projections/defaults.proj: Ruin the speling of the
9            Lambert-93 projection so it doesn't run into the wx UTF-8 bug.
10            It's the wrong thing to do in the long run, but it's necessary for
11            those users until that bug is fixed.  Otherwise the projection
12            dialog segfaults.  Better to annoy some Lambert-93 users with a
13            spelling mistake than every Fedora Core 3 user of Thuban-CVS.
14    
15    2005-01-20  Bernhard Reiter <[email protected]>
16    
17            * Thuban/UI/mainwindow.py(view_position_changed): Added docstring
18            and comment that the warning code here is a hack.
19    
20    2005-01-20  Russell Nelson  <[email protected]>
21    
22            * Thuban/UI/mainwindow.py(view_position_changed): Warn user about
23            misprojected layers when their lat/lon bounding
24            box exceeds rational lat/lon values.
25    
26    2005-01-20  Bernhard Reiter <[email protected]>
27    
28            * Thuban/UI/about.py (unicodeToLocale()): Improved:
29            Use 'ascii' and then 'replace' for other characters
30            when getdefaultlocale returns None. Thanks to Bernhard H. .
31            
32    2005-01-20  Bernhard Reiter <[email protected]>
33    
34            * Thuban/UI/classgen.py (OnRetrieve()): Added a comment
35            that OnRangeText might be called twice and using None as argument.
36            
37    2005-01-20  Bernhard Reiter <[email protected]>
38    
39            * Thuban/UI/classgen.py (OnRetrieve()): Add a OnRangeText(0)
40            to work around a different in wx Behaviour noticed on MacOSX,
41            thanks to Lorenzo Moretti and Daniel Calvelo for the fix.
42            
43    2005-01-20  Bernhard Reiter <[email protected]>
44    
45            * Thuban/UI/about.py: take iso-8859-15 when getdefaultlocale returns
46            None. (Fixes rt#2910.)
47            
48    2005-01-18  Frank Koormann <[email protected]>
49    
50            New Extension: mouseposition
51            Tool to collect mouse click positions (map coordinates) in a dialog.
52    
53            * Extensions/mouseposition/__init__.py: New, extension registration
54    
55            * Extensions/mouseposition/mouseposition.py: New, implements the
56            dialog and adds a tool to Thuban mainwindow.
57    
58            * Extensions/mouseposition/position.xpm: New, icon for tool.
59    
60    2005-01-14  Jan-Oliver Wagner <[email protected]>
61    
62            * Doc/manual/thuban-manual-de.xml: More translations.
63    
64    2005-01-11  Frank Koormann <[email protected]>
65    
66            * Thuban/UI/mainwindow.py (MainWindow.DuplicateLayer):
67            Fix indention bug.
68    
69    2005-01-09  Frank Koormann <[email protected]>
70    
71            * Thuban/UI/mainwindow.py (MainWindow.DuplicateLayer):
72            BugFix 2901: Explicitly copy layers ClassificationColumn since it
73            is not part of the layers Classification.
74    
75    2005-01-03  Frank Koormann <[email protected]>
76    
77            * Thuban/UI/renderer.py (ScreenRendererdraw_selection_incrementally):
78            BugFix 2883: Former implementation only worked on classified point
79            layers: KeyError was raised, now use the default size if field is None.
80    
81    2004-12-27  Bernhard Reiter <[email protected]>
82    
83            svgexport 1.0.0cvs: Fixed label export.
84    
85            * Extensions/svgexport/test/test_svgmapwriter.py:
86            class TestSVGRenderer(): New class; new test test_label_font().
87    
88            * Extensions/svgexport/svgmapwriter.py
89            (SVGRenderer.label_font()): initialised Font size with self.factor now,
90            makes test_label_font happy.
91    
92            * Extensions/svgexport/TODO: crossed out fixed label export item.
93            Added item for options.
94    
95            * Extensions/svgexport/__init__.py: Bumped version to 1.0.0cvs.
96    
97    2004-12-27  Russell Nelson  <[email protected]>
98    
99            Middle mouse button pans.
100    
101            * Thuban/UI/view.py (MapCanvas.__init__): Subscribe also
102            OnMiddleDown and OnMiddleUp events.
103            (MapCanvas.OnMiddleDown): New. Activate the pan tool and remember the
104            previously used tool.
105            (MapCanvas.OnMiddleUp): New. Reactivate the remebered tool used before
106            pressing the middle mouse button.
107    
108    2004-12-27  Jan-Oliver Wagner <[email protected]>
109    
110            * Doc/manual/thuban-manual-de.xml: More translations.
111    
112    2004-12-23  Jan-Oliver Wagner <[email protected]>
113    
114            * Thuban/UI/projdialog.py (ProjFrame.load_user_proj): Added a
115            \n to stderr after the warnings. Thanks to Russell Nelson.
116    
117    2004-12-20  Nina Hueffmeyer <[email protected]>
118    
119            * Extensions/ogr/ogrshapes.py: Fixed some issues from
120            Bernhard (coding guidelines etc.). Additionally it is now possible to
121            display shapefiles containing feature collections (e.g.polygons
122            with holes). Works with gdal 1.2.1 now.
123    
124            * Extensions/ogr/test/test_OGRShapestore.py: Fixed some issues
125            from Bernhard (coding guidelines etc.). If ogr can't be imported,
126            tests are skipped now.
127    
128            * Extensions/ogr/ogrstart.py: Fixed some typings.
129    
130    2004-12-20  Bernhard Reiter <[email protected]>
131    
132            * Extensions/svgexport/TODO: updated to add support for
133            raster layers and labels for 1.0.1.
134    
135            * Extensions/svgexport/svgmapwriter.py (draw_raster_layer):
136            Issue a warning now.
137    
138    2004-12-19  Bernhard Reiter <[email protected]>
139    
140            * Extensions/svgexport/TODO: Added idea to support triggering
141            the application down the pipe.
142    
143    2004-12-19  Bernhard Reiter <[email protected]>
144    
145            svgexport: Improved code quality, mainly by better naming.
146    
147            * Extensions/svgexport/svgmapwriter.py:
148            DrawPath() renamed to DrawPolygonPath(),
149            added documentation, improved comments and variable names.
150            
151            * Extensions/svgexport/svgmapwriter.py,
152              Extensions/svgexport/test/test_svgmapwriter.py:
153            All using DrawPolygonPath() now, the default parameter closed=True
154            omitted.
155    
156            * Extensions/svgexport/test/test_svgmapwriter.py:
157            renamed test_polygon_opened() to test_polyline()
158            renamed test_transparent_polygon() to test_transparent_polyline()
159    
160    2004-12-18  Jan-Oliver Wagner <[email protected]>
161    
162            Some fixes of gns2shp extension.
163    
164            * Extensions/gns2shp/test/__init__.py: New. Make this directory a
165            package.
166    
167            * Extensions/gns2shp/test/test_gns2shp.py: Add some import paths
168            dynamically.
169    
170            * Extensions/gns2shp/test/README: Simplified description how to test.
171    
172            * Extensions/gns2shp/gns2shp.py (gns2shp): Fixed doc-string,
173            fixed some dimensions of fields according to the GNS documentation
174            which seems to change undocumented.
175            Now killing trailing \n and/or \r from MODIFY_DATE.
176            This fixes RT#2453.
177    
178    2004-12-18  Bernhard Reiter <[email protected]>
179    
180            svgexport 1.0.0: Treats holes and islands nicely. Documentation added.
181    
182            * Extensions/svgexport/test/test_svgmapwriter.py:
183            Added new tests: test_export_polygon_with_hole()
184            and test_polygon_with_hole().
185    
186            * Extensions/svgexport/svgmapwriter.py
187            (draw_polygon_shape()): Uses DrawPath correctly now.
188    
189            * Doc/manual/thuban-manual.xml: Added documentation for stable
190            extention svgexport.    
191            * Doc/manual/thuban-manual-de.xml: Copied English section about
192            svexport over.
193    
194            * Extensions/svgexport/__init__.py: Bumped version number to 1.0.0.
195    
196            * Extensions/svgexport/svgsaver.py,maplegend.py:
197            Moved from experimental to stable extension menu.
198    
199            * Extensions/svgexport/TODO: updated.
200    
201    
202    2004-12-18  Bernhard Reiter <[email protected]>
203    
204            Added Extensions/svgexport/TODO
205    
206  2004-12-18  Bernhard Reiter <[email protected]>  2004-12-18  Bernhard Reiter <[email protected]>
207    
208          Refactored in svgexport:          Refactored in svgexport:

Legend:
Removed from v.2480  
changed lines
  Added in v.2535

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26