/[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 2667 by jan, Thu Aug 11 21:34:22 2005 UTC revision 2697 by bernhard, Mon Sep 18 00:45:37 2006 UTC
# Line 1  Line 1 
1    2006-09-18 Bernhard Reiter <[email protected]>
2    
3            * Thuban/UI/application.py: Fixed warning dialog when gdal is missing.
4    
5            * test/test_proj.py: new test_lc_numeric_robustness(). Added author
6            Bernhard Reiter and new copyright year 2006.
7    
8    2006-09-15 Bernhard Reiter <[email protected]>
9    
10            * README: added RXP and pyRXP as optional for tests.
11    
12            * test/localessupport.py: New. Contains a helper function
13            to find a locale with comma used as decimal_point.
14    
15    2006-08-31 Bernhard Reiter <[email protected]>
16    
17            * README: fixed URLs to sqlite and pysqlite.
18    
19            * Thuban/UI/about.py: Added Didrik Pinte as contributor. Extended
20              copyright range to include 2006.
21    
22    2006-06-29 Didrik Pinte <[email protected]>
23    
24            * Thuban/UI/main.py: circular import fix.
25    
26    2006-06-27 Frank Koormann <[email protected]>
27    
28            New Classification "Pattern": Classify text attributes by regexp.
29    
30            * Thuban/Model/classification.py (class ClassGroupPattern):
31            New, group is associated with a regular expression.
32            (Classification._compile_classification): Store compiled regexp and
33            original group for pattern.
34            (Classification.FindGroup): Added pattern.
35    
36            * Thuban/UI/classifier.py
37            (ClassGrid._OnLabelRightClicked, ClassGrid.labelPopup):
38            New, add popup to select singleton/pattern.
39            (ClassTable.GetRowLabelValue, ClassTable.GetValueAsCustom,
40            ClassTable.SetValueAsCustom): Added pattern.
41            (ClassTable.__ParseInput): Autodetect singleton/pattern.
42    
43            * Thuban/Model/save.py (SessionSaver.write_classification):
44            Added pattern.
45    
46            * Thuban/Model/load.py (SessionLoader.start_clpattern,
47            SessionLoader.end_clpattern): New, process pattern elements.
48    
49            * test/test_classification.py (class TestClassGroupPattern): New.
50            (TestClassification.test_add_pattern,
51            TestClassification.test_multiple_groups_textual,
52            TestClassification.test_deepcopy_textual): New.
53            (TestClassification.test_multiple_groups_numerical):
54            Renamed test_multiple_groups.
55            (TestClassification.test_deepcopy_numerical): Renamed test_deepcopy.
56    
57            * test/test_save.py (SaveSessionTest.testClassifiedLayer):
58            Added pattern.
59    
60            * test/test_load.py (ClassificationTest.TestLayers, TestClassification):
61            Added pattern.
62    
63            * test/test_layer.py
64            (TestLayerModification.test_set_classification_textual): New
65            (TestLayerModification.test_set_classification_numerical):
66            Renamed test_set_classification.
67    
68            * Doc/manual/thuban-manual.xml: Added pattern to layer classification
69            description.
70    
71            * Resources/XML/thuban-1.1.dtd: Added clpattern element and attribs.
72    
73    2006-06-29 Didrik Pinte <[email protected]>
74    
75            * Thuban/version.py: Bugfix determination of SQLite, the wright one !
76              
77    2006-06-28 Didrik Pinte <[email protected]>
78    
79            * packaging/windows/thubanstart.py: sample file loading all the stable
80            extensions
81            
82    2006-06-28 Didrik Pinte <[email protected]>
83    
84            * Thuban/version.py: Bugfix determination of SQLite on old and recent
85            systems (support pysqlite1 and pysqlite2)
86    
87    2006-06-27 Frank Koormann <[email protected]>
88    
89            * Thuban/version.py: Bugfix determination of SQLite on old systems.
90    
91    2006-05-17 Didrik Pinte <[email protected]>
92            * Extensions/ogr/__init__.py : updated test for win32 and correct
93            imports
94    
95    2006-05-15 Didrik Pinte <[email protected]>
96            Ashamed ... still some tabs in the files
97    
98      * Thuban/version.py : tabs removed    
99      * Thuban/Model/transientdb.py : tabs removed
100    
101    2006-05-15 Didrik Pinte <[email protected]>
102    
103      * Thuban/version.py : coding style correction
104      * Thuban/Model/transientdb.py : coding style correction
105    
106    2006-05-15 Didrik Pinte <[email protected]>
107    
108      * Thuban/version.py : Updated imports to support pysqlite2
109    
110      * Thuban/Model/transientdb.py : Updated imports to support pysqlite2
111            Patched the querying system to support the param style of pysqlite2
112    
113    2006-04-24 Didrik Pinte <[email protected]>
114            * Extensions/svgexport/__init__.py: The extension now works on win32
115            architecture. Bug #87 corrected.
116    
117    2006-04-20 Bernhard Reiter <[email protected]>
118            * Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN.
119            Removed emacs specific hint and replaced it with a general hint
120            that editors might support writing changelogs.
121    
122    2006-04-12 Bernhard Reiter <[email protected]>
123    
124            * Thuban/version.py: Changed thuban_release mechanism to use "svn"
125            instead of "cvs".
126    
127    2006-03-31  Bernhard Reiter <[email protected]>
128    
129            * libraries/thuban/wxproj.cpp: including proj_api.h instead of
130            projects.h now. According the Frank Warmerdam and man pj_init
131            this is the public interface to proj. Thus I have changed PJ to projPJ.
132            And I could remove the hack to avoid clashes with typedef PVALUE
133            and #define LP in projects.h clashing with symbols when trying to
134            build on windows. The file is cleaner and nicer now.
135    
136    2006-03-29  Bernhard Reiter <[email protected]>
137    
138            * libraries/thuban/wxproj.cpp: undef LP to avoid clash when
139            trying to build with mingw.
140    
141    2005-10-18  Bernhard Reiter <[email protected]>
142    
143            * Thuban/UI/about.py: remove unused import of getdefaultlocale.
144            Added display of internal encoding to the about dialog text.
145    
146            * Extensions/svgexport/__init__.py: changed version to "1.0.0+cvs".
147    
148    2005-10-18  Bernhard Reiter <[email protected]>
149    
150            Startup improved: We fail right away if the internal encoding could
151            not be determined.
152    
153            * Thuban/__init__.py (get_internal_encoding): new.
154    
155            * test/test_stringrepresentation.py (class TestInternalEncoding):
156            Preserve the internal encoding for the tests in this class.
157    
158    2005-10-17  Bernhard Reiter <[email protected]>
159    
160            * test/test_stringrepresentation.py: New file, for now testing
161            that set_internal_coding() is throwing an exception for bad exceptions.
162    
163            * Thuban/__init__.py (set_internal_encoding): added a forwards
164            and backward translation, so that we fail early if the
165            internal_encoding is bad.
166    
167    2005-10-17  Bernhard Reiter <[email protected]>
168    
169            svgexport 1.0.0cvs: Fixed ARC layer writing: No filling is done.
170            You could actually get polylines with filling in between,
171            when the classification for the lines had a fill color.
172            E.g. this happens when you generate a classification from a ramp.
173    
174            * Extensions/svgexport/test/test_svgmapwriter.py:
175            New test_export_arc_no_fill(). Extend copyright notice to 2005.
176    
177            * Extensions/svgexport/svgmapwriter.py
178            (SVGRenderer.draw_shape_layer_incrementally()):
179            Setting TRANSPARENT_BRUSH for shaptype ARC.
180            Extend copyright notice to 2005.
181    
182            * Extensions/svgexport/__init__.py: Extend copyright notice to 2005.
183    
184    2005-09-08  Frank Koormann <[email protected]>
185    
186            * Doc/manual/thuban-manual.xml (Map Management): Fixed typo reported
187            by Erik (sigra.at.home.se)
188    
189    2005-08-18  Jan-Oliver Wagner <[email protected]>
190    
191            * Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally):
192            Call the right method for the default size.
193    
194  2005-08-11  Jan-Oliver Wagner <[email protected]>  2005-08-11  Jan-Oliver Wagner <[email protected]>
195    
196          * Extensions/export_shapefile: New.          * Extensions/export_shapefile: New.

Legend:
Removed from v.2667  
changed lines
  Added in v.2697

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26