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