1 |
|
2006-09-18 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
Fixed proj behaviour with python >=2.4 when decimal_point != '.'. |
4 |
|
|
5 |
|
* Thuban/UI/application.py: Fixed warning dialog when gdal is missing. |
6 |
|
|
7 |
|
* test/test_proj.py: new test_lc_numeric_robustness(). Added author |
8 |
|
Bernhard Reiter and new copyright year 2006. |
9 |
|
|
10 |
|
* Thuban/Model/proj.py: New _do_we_have_to_work_around_broken_proj() |
11 |
|
and Projection.assuregoodlocale(), Projection.assureinitlocale(). |
12 |
|
Added author Bernhard Reiter and (c) 2006. |
13 |
|
|
14 |
|
2006-09-15 Bernhard Reiter <[email protected]> |
15 |
|
|
16 |
|
* README: added RXP and pyRXP as optional for tests. |
17 |
|
|
18 |
|
* test/localessupport.py: New. Contains a helper function |
19 |
|
to find a locale with comma used as decimal_point. |
20 |
|
|
21 |
|
2006-08-31 Bernhard Reiter <[email protected]> |
22 |
|
|
23 |
|
* README: fixed URLs to sqlite and pysqlite. |
24 |
|
|
25 |
|
* Thuban/UI/about.py: Added Didrik Pinte as contributor. Extended |
26 |
|
copyright range to include 2006. |
27 |
|
|
28 |
|
2006-06-29 Didrik Pinte <[email protected]> |
29 |
|
|
30 |
|
* Thuban/UI/main.py: circular import fix. |
31 |
|
|
32 |
|
2006-06-27 Frank Koormann <[email protected]> |
33 |
|
|
34 |
|
New Classification "Pattern": Classify text attributes by regexp. |
35 |
|
|
36 |
|
* Thuban/Model/classification.py (class ClassGroupPattern): |
37 |
|
New, group is associated with a regular expression. |
38 |
|
(Classification._compile_classification): Store compiled regexp and |
39 |
|
original group for pattern. |
40 |
|
(Classification.FindGroup): Added pattern. |
41 |
|
|
42 |
|
* Thuban/UI/classifier.py |
43 |
|
(ClassGrid._OnLabelRightClicked, ClassGrid.labelPopup): |
44 |
|
New, add popup to select singleton/pattern. |
45 |
|
(ClassTable.GetRowLabelValue, ClassTable.GetValueAsCustom, |
46 |
|
ClassTable.SetValueAsCustom): Added pattern. |
47 |
|
(ClassTable.__ParseInput): Autodetect singleton/pattern. |
48 |
|
|
49 |
|
* Thuban/Model/save.py (SessionSaver.write_classification): |
50 |
|
Added pattern. |
51 |
|
|
52 |
|
* Thuban/Model/load.py (SessionLoader.start_clpattern, |
53 |
|
SessionLoader.end_clpattern): New, process pattern elements. |
54 |
|
|
55 |
|
* test/test_classification.py (class TestClassGroupPattern): New. |
56 |
|
(TestClassification.test_add_pattern, |
57 |
|
TestClassification.test_multiple_groups_textual, |
58 |
|
TestClassification.test_deepcopy_textual): New. |
59 |
|
(TestClassification.test_multiple_groups_numerical): |
60 |
|
Renamed test_multiple_groups. |
61 |
|
(TestClassification.test_deepcopy_numerical): Renamed test_deepcopy. |
62 |
|
|
63 |
|
* test/test_save.py (SaveSessionTest.testClassifiedLayer): |
64 |
|
Added pattern. |
65 |
|
|
66 |
|
* test/test_load.py (ClassificationTest.TestLayers, TestClassification): |
67 |
|
Added pattern. |
68 |
|
|
69 |
|
* test/test_layer.py |
70 |
|
(TestLayerModification.test_set_classification_textual): New |
71 |
|
(TestLayerModification.test_set_classification_numerical): |
72 |
|
Renamed test_set_classification. |
73 |
|
|
74 |
|
* Doc/manual/thuban-manual.xml: Added pattern to layer classification |
75 |
|
description. |
76 |
|
|
77 |
|
* Resources/XML/thuban-1.1.dtd: Added clpattern element and attribs. |
78 |
|
|
79 |
2006-06-29 Didrik Pinte <[email protected]> |
2006-06-29 Didrik Pinte <[email protected]> |
80 |
|
|
81 |
* Thuban/version.py: Bugfix determination of SQLite, the wright one ! |
* Thuban/version.py: Bugfix determination of SQLite, the wright one ! |
117 |
Patched the querying system to support the param style of pysqlite2 |
Patched the querying system to support the param style of pysqlite2 |
118 |
|
|
119 |
2006-04-24 Didrik Pinte <[email protected]> |
2006-04-24 Didrik Pinte <[email protected]> |
120 |
* Extensions/svgexport/__init__.py: The extension now works on win32 |
* Extensions/svgexport/__init__.py: The extension now works on win32 |
121 |
architecture. Bug #87 corrected. |
architecture. Bug #87 corrected. |
122 |
|
|
123 |
2006-04-20 Bernhard Reiter <[email protected]> |
2006-04-20 Bernhard Reiter <[email protected]> |