/[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 2652 by bh, Tue Jul 5 20:26:10 2005 UTC revision 2683 by dpinte, Wed May 17 19:32:45 2006 UTC
# Line 1  Line 1 
1    2006-05-17 Didrik Pinte <[email protected]>
2            * Extensions/ogr/__init__.py : updated test for win32 and correct
3            imports
4    
5    2006-05-15 Didrik Pinte <[email protected]>
6            Ashamed ... still some tabs in the files
7    
8      * Thuban/version.py : tabs removed    
9      * Thuban/Model/transientdb.py : tabs removed
10    
11    2006-05-15 Didrik Pinte <[email protected]>
12    
13      * Thuban/version.py : coding style correction
14      * Thuban/Model/transientdb.py : coding style correction
15    
16    2006-05-15 Didrik Pinte <[email protected]>
17    
18      * Thuban/version.py : Updated imports to support pysqlite2
19    
20      * Thuban/Model/transientdb.py : Updated imports to support pysqlite2
21            Patched the querying system to support the param style of pysqlite2
22    
23    2006-04-24 Didrik Pinte <[email protected]>
24      * Extensions/svgexport/__init__.py: The extension now works on win32
25            architecture. Bug #87 corrected.
26    
27    2006-04-20 Bernhard Reiter <[email protected]>
28            * Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN.
29            Removed emacs specific hint and replaced it with a general hint
30            that editors might support writing changelogs.
31    
32    2006-04-12 Bernhard Reiter <[email protected]>
33    
34            * Thuban/version.py: Changed thuban_release mechanism to use "svn"
35            instead of "cvs".
36    
37    2006-03-31  Bernhard Reiter <[email protected]>
38    
39            * libraries/thuban/wxproj.cpp: including proj_api.h instead of
40            projects.h now. According the Frank Warmerdam and man pj_init
41            this is the public interface to proj. Thus I have changed PJ to projPJ.
42            And I could remove the hack to avoid clashes with typedef PVALUE
43            and #define LP in projects.h clashing with symbols when trying to
44            build on windows. The file is cleaner and nicer now.
45    
46    2006-03-29  Bernhard Reiter <[email protected]>
47    
48            * libraries/thuban/wxproj.cpp: undef LP to avoid clash when
49            trying to build with mingw.
50    
51    2005-10-18  Bernhard Reiter <[email protected]>
52    
53            * Thuban/UI/about.py: remove unused import of getdefaultlocale.
54            Added display of internal encoding to the about dialog text.
55    
56            * Extensions/svgexport/__init__.py: changed version to "1.0.0+cvs".
57    
58    2005-10-18  Bernhard Reiter <[email protected]>
59    
60            Startup improved: We fail right away if the internal encoding could
61            not be determined.
62    
63            * Thuban/__init__.py (get_internal_encoding): new.
64    
65            * test/test_stringrepresentation.py (class TestInternalEncoding):
66            Preserve the internal encoding for the tests in this class.
67    
68    2005-10-17  Bernhard Reiter <[email protected]>
69    
70            * test/test_stringrepresentation.py: New file, for now testing
71            that set_internal_coding() is throwing an exception for bad exceptions.
72    
73            * Thuban/__init__.py (set_internal_encoding): added a forwards
74            and backward translation, so that we fail early if the
75            internal_encoding is bad.
76    
77    2005-10-17  Bernhard Reiter <[email protected]>
78    
79            svgexport 1.0.0cvs: Fixed ARC layer writing: No filling is done.
80            You could actually get polylines with filling in between,
81            when the classification for the lines had a fill color.
82            E.g. this happens when you generate a classification from a ramp.
83    
84            * Extensions/svgexport/test/test_svgmapwriter.py:
85            New test_export_arc_no_fill(). Extend copyright notice to 2005.
86    
87            * Extensions/svgexport/svgmapwriter.py
88            (SVGRenderer.draw_shape_layer_incrementally()):
89            Setting TRANSPARENT_BRUSH for shaptype ARC.
90            Extend copyright notice to 2005.
91    
92            * Extensions/svgexport/__init__.py: Extend copyright notice to 2005.
93    
94    2005-09-08  Frank Koormann <[email protected]>
95    
96            * Doc/manual/thuban-manual.xml (Map Management): Fixed typo reported
97            by Erik (sigra.at.home.se)
98    
99    2005-08-18  Jan-Oliver Wagner <[email protected]>
100    
101            * Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally):
102            Call the right method for the default size.
103    
104    2005-08-11  Jan-Oliver Wagner <[email protected]>
105    
106            * Extensions/export_shapefile: New.
107    
108            * Extensions/export_shapefile/__init__.py: New. Initialize
109            the export_shapefile extension.
110    
111            * Extensions/export_shapefile/export_shapefile.py: New.
112            Exports a layer as a Shapefile.
113    
114    2005-08-08  Jan-Oliver Wagner <[email protected]>
115    
116            * po/de.po: String fixes. This fixes Debian bug #313843.
117    
118    2005-07-27  Jan-Oliver Wagner <[email protected]>
119    
120            Remove the attributes from the layer element in
121            .thuban files for the save routine.
122            This also solves RT bug #3149,
123            https://intevation.de/rt/webrt?serial_num=3149
124    
125            * test/test_load.py: (TestSingleLayer, TestNonAsciiColumnName,
126            TestLayerVisibility, TestSymbolSize, TestClassification, TestLabels,
127            TestLayerProjection, TestJoinedTable, TestLabelLayer): Removed
128            attributes from layer element to classification clnull element.
129    
130            * test/test_save.py (SaveSessionTest.testSingleLayer,
131            SaveSessionTest.testLayerProjection,
132            SaveSessionTest.testClassifiedLayer,
133            SaveSessionTest.test_joined_table, SaveSessionTest.test_save_postgis):
134            Removed attributes from layer element to classification clnull element.
135            (test_save_postgis.NonConnectionStore._fetch_table_information):
136            added pretending to have a shape_type.
137    
138            * Resources/XML/thuban-1.1.dtd: Make the attributes field
139            and field_type of classification optional.
140    
141            * Thuban/Model/classification.py (Classification.TreeItem.build_info):
142            Added output of size.
143    
144            * Thuban/Model/load.py (SessionLoader.start_classification):
145            Change attribute 'field' and 'field_type' from obligatory to
146            optional to allow empty classes (ie.  only with a default=clnull).
147    
148            * Thuban/Model/save.py (SessionSaver.write_layer): Don't write
149            any attributes anymore for the layer element.
150            (SessionSaver.write_classification): Even if there is no
151            classification field, still write the classification because
152            the clnull (default) symbol will not be defined anymore as
153            part of the layer element.
154    
155  2005-07-05  Bernhard Herzog  <[email protected]>  2005-07-05  Bernhard Herzog  <[email protected]>
156    
157          * setup.py (setup call): Version 1.1.0          * setup.py (setup call): Version 1.1.0

Legend:
Removed from v.2652  
changed lines
  Added in v.2683

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26