1 |
|
2006-10-10 Didrik Pinte <[email protected]> |
2 |
|
|
3 |
|
Win32 build updates |
4 |
|
|
5 |
|
* setup.py : |
6 |
|
- update to the latest libs for win32 setup tasks |
7 |
|
- added gdal and Lib content to the inno setup build task |
8 |
|
- added stable and experimental extensions to setup packages |
9 |
|
|
10 |
|
* thuban.py : |
11 |
|
- gdal support for win32 inno installation |
12 |
|
|
13 |
|
2006-10-10 Didrik Pinte <[email protected]> |
14 |
|
|
15 |
|
* Thuban/Model/layer.py (Layer.GetLabelPosFromShape): new method |
16 |
|
extracted from Thuban/UI/viewport.py |
17 |
|
* Thuban/UI/viewport.py (Viewport.LabelShapeAt): uses new method |
18 |
|
|
19 |
|
2006-09-28 Didrik Pinte <[email protected]> |
20 |
|
|
21 |
|
* Thuban/UI/classgen.py: bugfix due to wx2.6 update |
22 |
|
|
23 |
|
* Thuban/UI/view.py: removed non needed declaration |
24 |
|
|
25 |
|
* Thuban/UI/selection.py : typo correction |
26 |
|
|
27 |
|
2006-09-24 Bernhard Reiter <[email protected]> |
28 |
|
|
29 |
|
* Thuban/Model/proj.py(_do_we_have_to_work_around_broken_proj): |
30 |
|
Making the test more robust for observed python 2.3 problems |
31 |
|
with setlocale(). |
32 |
|
|
33 |
|
* test/runtests.py: Added new option ---setdecimalcommalocale |
34 |
|
to run all tests with an LC_NUMERIC that uses comma as decimal_point. |
35 |
|
Minor: Added (c) year 2006. Fixed typo in a docstring. |
36 |
|
|
37 |
|
* test/test_transientdb.py: Minor: Added (c) year 2006. Fixed typo in |
38 |
|
a docstring. |
39 |
|
|
40 |
|
2006-09-23 Bernhard Reiter <[email protected]> |
41 |
|
|
42 |
|
* Extensions/ogr/test/test_OGRShapestore.py: fixed skip_if_no_ogr() |
43 |
|
and added it to TestOGRTable.setUp() so that all tests get skipped |
44 |
|
if ogr cannot be imported. Added (c) year 2006. |
45 |
|
|
46 |
|
2006-09-18 Didrik Pinte <[email protected]> |
47 |
|
|
48 |
|
* wxPython 2.6 update : wx 2.4 syntax has been updated to 2.6 |
49 |
|
|
50 |
|
2006-09-18 Bernhard Reiter <[email protected]> |
51 |
|
|
52 |
|
Fixed proj behaviour with python >=2.4 when decimal_point != '.'. |
53 |
|
|
54 |
|
* Thuban/UI/application.py: Fixed warning dialog when gdal is missing. |
55 |
|
|
56 |
|
* test/test_proj.py: new test_lc_numeric_robustness(). Added author |
57 |
|
Bernhard Reiter and new copyright year 2006. |
58 |
|
|
59 |
|
* Thuban/Model/proj.py: New _do_we_have_to_work_around_broken_proj() |
60 |
|
and Projection.assuregoodlocale(), Projection.assureinitlocale(). |
61 |
|
Added author Bernhard Reiter and (c) 2006. |
62 |
|
|
63 |
|
2006-09-15 Bernhard Reiter <[email protected]> |
64 |
|
|
65 |
|
* README: added RXP and pyRXP as optional for tests. |
66 |
|
|
67 |
|
* test/localessupport.py: New. Contains a helper function |
68 |
|
to find a locale with comma used as decimal_point. |
69 |
|
|
70 |
|
2006-08-31 Bernhard Reiter <[email protected]> |
71 |
|
|
72 |
|
* README: fixed URLs to sqlite and pysqlite. |
73 |
|
|
74 |
|
* Thuban/UI/about.py: Added Didrik Pinte as contributor. Extended |
75 |
|
copyright range to include 2006. |
76 |
|
|
77 |
|
2006-06-29 Didrik Pinte <[email protected]> |
78 |
|
|
79 |
|
* Thuban/UI/main.py: circular import fix. |
80 |
|
|
81 |
|
2006-06-27 Frank Koormann <[email protected]> |
82 |
|
|
83 |
|
New Classification "Pattern": Classify text attributes by regexp. |
84 |
|
|
85 |
|
* Thuban/Model/classification.py (class ClassGroupPattern): |
86 |
|
New, group is associated with a regular expression. |
87 |
|
(Classification._compile_classification): Store compiled regexp and |
88 |
|
original group for pattern. |
89 |
|
(Classification.FindGroup): Added pattern. |
90 |
|
|
91 |
|
* Thuban/UI/classifier.py |
92 |
|
(ClassGrid._OnLabelRightClicked, ClassGrid.labelPopup): |
93 |
|
New, add popup to select singleton/pattern. |
94 |
|
(ClassTable.GetRowLabelValue, ClassTable.GetValueAsCustom, |
95 |
|
ClassTable.SetValueAsCustom): Added pattern. |
96 |
|
(ClassTable.__ParseInput): Autodetect singleton/pattern. |
97 |
|
|
98 |
|
* Thuban/Model/save.py (SessionSaver.write_classification): |
99 |
|
Added pattern. |
100 |
|
|
101 |
|
* Thuban/Model/load.py (SessionLoader.start_clpattern, |
102 |
|
SessionLoader.end_clpattern): New, process pattern elements. |
103 |
|
|
104 |
|
* test/test_classification.py (class TestClassGroupPattern): New. |
105 |
|
(TestClassification.test_add_pattern, |
106 |
|
TestClassification.test_multiple_groups_textual, |
107 |
|
TestClassification.test_deepcopy_textual): New. |
108 |
|
(TestClassification.test_multiple_groups_numerical): |
109 |
|
Renamed test_multiple_groups. |
110 |
|
(TestClassification.test_deepcopy_numerical): Renamed test_deepcopy. |
111 |
|
|
112 |
|
* test/test_save.py (SaveSessionTest.testClassifiedLayer): |
113 |
|
Added pattern. |
114 |
|
|
115 |
|
* test/test_load.py (ClassificationTest.TestLayers, TestClassification): |
116 |
|
Added pattern. |
117 |
|
|
118 |
|
* test/test_layer.py |
119 |
|
(TestLayerModification.test_set_classification_textual): New |
120 |
|
(TestLayerModification.test_set_classification_numerical): |
121 |
|
Renamed test_set_classification. |
122 |
|
|
123 |
|
* Doc/manual/thuban-manual.xml: Added pattern to layer classification |
124 |
|
description. |
125 |
|
|
126 |
|
* Resources/XML/thuban-1.1.dtd: Added clpattern element and attribs. |
127 |
|
|
128 |
|
2006-06-29 Didrik Pinte <[email protected]> |
129 |
|
|
130 |
|
* Thuban/version.py: Bugfix determination of SQLite, the wright one ! |
131 |
|
|
132 |
|
2006-06-28 Didrik Pinte <[email protected]> |
133 |
|
|
134 |
|
* packaging/windows/thubanstart.py: sample file loading all the stable |
135 |
|
extensions |
136 |
|
|
137 |
|
2006-06-28 Didrik Pinte <[email protected]> |
138 |
|
|
139 |
|
* Thuban/version.py: Bugfix determination of SQLite on old and recent |
140 |
|
systems (support pysqlite1 and pysqlite2) |
141 |
|
|
142 |
|
2006-06-27 Frank Koormann <[email protected]> |
143 |
|
|
144 |
|
* Thuban/version.py: Bugfix determination of SQLite on old systems. |
145 |
|
|
146 |
|
2006-05-17 Didrik Pinte <[email protected]> |
147 |
|
* Extensions/ogr/__init__.py : updated test for win32 and correct |
148 |
|
imports |
149 |
|
|
150 |
2006-05-15 Didrik Pinte <[email protected]> |
2006-05-15 Didrik Pinte <[email protected]> |
151 |
Ashamed ... still some tabs in the files |
Ashamed ... still some tabs in the files |
152 |
|
|
166 |
Patched the querying system to support the param style of pysqlite2 |
Patched the querying system to support the param style of pysqlite2 |
167 |
|
|
168 |
2006-04-24 Didrik Pinte <[email protected]> |
2006-04-24 Didrik Pinte <[email protected]> |
169 |
* Extensions/svgexport/__init__.py: The extension now works on win32 |
* Extensions/svgexport/__init__.py: The extension now works on win32 |
170 |
architecture. Bug #87 corrected. |
architecture. Bug #87 corrected. |
171 |
|
|
172 |
2006-04-20 Bernhard Reiter <[email protected]> |
2006-04-20 Bernhard Reiter <[email protected]> |