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