1 |
|
2006-09-15 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
* README: added RXP and pyRXP as optional for tests. |
4 |
|
* test/localessupport.py: New. Contains a helper function |
5 |
|
to find a locale with comma used as decimal_point. |
6 |
|
|
7 |
|
2006-08-31 Bernhard Reiter <[email protected]> |
8 |
|
|
9 |
|
* README: fixed URLs to sqlite and pysqlite. |
10 |
|
* Thuban/UI/about.py: Added Didrik Pinte as contributor. Extended |
11 |
|
copyright range to include 2006. |
12 |
|
|
13 |
|
|
14 |
|
2006-06-29 Didrik Pinte <[email protected]> |
15 |
|
|
16 |
|
* Thuban/UI/main.py: circular import fix. |
17 |
|
|
18 |
|
2006-06-27 Frank Koormann <[email protected]> |
19 |
|
|
20 |
|
New Classification "Pattern": Classify text attributes by regexp. |
21 |
|
|
22 |
|
* Thuban/Model/classification.py (class ClassGroupPattern): |
23 |
|
New, group is associated with a regular expression. |
24 |
|
(Classification._compile_classification): Store compiled regexp and |
25 |
|
original group for pattern. |
26 |
|
(Classification.FindGroup): Added pattern. |
27 |
|
|
28 |
|
* Thuban/UI/classifier.py |
29 |
|
(ClassGrid._OnLabelRightClicked, ClassGrid.labelPopup): |
30 |
|
New, add popup to select singleton/pattern. |
31 |
|
(ClassTable.GetRowLabelValue, ClassTable.GetValueAsCustom, |
32 |
|
ClassTable.SetValueAsCustom): Added pattern. |
33 |
|
(ClassTable.__ParseInput): Autodetect singleton/pattern. |
34 |
|
|
35 |
|
* Thuban/Model/save.py (SessionSaver.write_classification): |
36 |
|
Added pattern. |
37 |
|
|
38 |
|
* Thuban/Model/load.py (SessionLoader.start_clpattern, |
39 |
|
SessionLoader.end_clpattern): New, process pattern elements. |
40 |
|
|
41 |
|
* test/test_classification.py (class TestClassGroupPattern): New. |
42 |
|
(TestClassification.test_add_pattern, |
43 |
|
TestClassification.test_multiple_groups_textual, |
44 |
|
TestClassification.test_deepcopy_textual): New. |
45 |
|
(TestClassification.test_multiple_groups_numerical): |
46 |
|
Renamed test_multiple_groups. |
47 |
|
(TestClassification.test_deepcopy_numerical): Renamed test_deepcopy. |
48 |
|
|
49 |
|
* test/test_save.py (SaveSessionTest.testClassifiedLayer): |
50 |
|
Added pattern. |
51 |
|
|
52 |
|
* test/test_load.py (ClassificationTest.TestLayers, TestClassification): |
53 |
|
Added pattern. |
54 |
|
|
55 |
|
* test/test_layer.py |
56 |
|
(TestLayerModification.test_set_classification_textual): New |
57 |
|
(TestLayerModification.test_set_classification_numerical): |
58 |
|
Renamed test_set_classification. |
59 |
|
|
60 |
|
* Doc/manual/thuban-manual.xml: Added pattern to layer classification |
61 |
|
description. |
62 |
|
|
63 |
|
* Resources/XML/thuban-1.1.dtd: Added clpattern element and attribs. |
64 |
|
|
65 |
|
2006-06-29 Didrik Pinte <[email protected]> |
66 |
|
|
67 |
|
* Thuban/version.py: Bugfix determination of SQLite, the wright one ! |
68 |
|
|
69 |
|
2006-06-28 Didrik Pinte <[email protected]> |
70 |
|
|
71 |
|
* packaging/windows/thubanstart.py: sample file loading all the stable |
72 |
|
extensions |
73 |
|
|
74 |
|
2006-06-28 Didrik Pinte <[email protected]> |
75 |
|
|
76 |
|
* Thuban/version.py: Bugfix determination of SQLite on old and recent |
77 |
|
systems (support pysqlite1 and pysqlite2) |
78 |
|
|
79 |
|
2006-06-27 Frank Koormann <[email protected]> |
80 |
|
|
81 |
|
* Thuban/version.py: Bugfix determination of SQLite on old systems. |
82 |
|
|
83 |
|
2006-05-17 Didrik Pinte <[email protected]> |
84 |
|
* Extensions/ogr/__init__.py : updated test for win32 and correct |
85 |
|
imports |
86 |
|
|
87 |
2006-05-15 Didrik Pinte <[email protected]> |
2006-05-15 Didrik Pinte <[email protected]> |
88 |
Ashamed ... still some tabs in the files |
Ashamed ... still some tabs in the files |
89 |
|
|
102 |
* Thuban/Model/transientdb.py : Updated imports to support pysqlite2 |
* Thuban/Model/transientdb.py : Updated imports to support pysqlite2 |
103 |
Patched the querying system to support the param style of pysqlite2 |
Patched the querying system to support the param style of pysqlite2 |
104 |
|
|
105 |
|
>>>>>>> .r2689 |
106 |
2006-04-24 Didrik Pinte <[email protected]> |
2006-04-24 Didrik Pinte <[email protected]> |
107 |
* Extensions/svgexport/__init__.py: The extension now works on win32 |
* Extensions/svgexport/__init__.py: The extension now works on win32 |
108 |
architecture. Bug #87 corrected. |
architecture. Bug #87 corrected. |
109 |
|
|
110 |
2006-04-20 Bernhard Reiter <[email protected]> |
2006-04-20 Bernhard Reiter <[email protected]> |