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