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

Legend:
Removed from v.2650  
changed lines
  Added in v.2684

root@scm.wald.intevation.org
ViewVC Help
Powered by ViewVC 1.1.26