1 |
|
2006-06-29 Didrik Pinte <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/main.py: circular import fix. |
4 |
|
|
5 |
|
2006-06-27 Frank Koormann <[email protected]> |
6 |
|
|
7 |
|
New Classification "Pattern": Classify text attributes by regexp. |
8 |
|
|
9 |
|
* Thuban/Model/classification.py (class ClassGroupPattern): |
10 |
|
New, group is associated with a regular expression. |
11 |
|
(Classification._compile_classification): Store compiled regexp and |
12 |
|
original group for pattern. |
13 |
|
(Classification.FindGroup): Added pattern. |
14 |
|
|
15 |
|
* Thuban/UI/classifier.py |
16 |
|
(ClassGrid._OnLabelRightClicked, ClassGrid.labelPopup): |
17 |
|
New, add popup to select singleton/pattern. |
18 |
|
(ClassTable.GetRowLabelValue, ClassTable.GetValueAsCustom, |
19 |
|
ClassTable.SetValueAsCustom): Added pattern. |
20 |
|
(ClassTable.__ParseInput): Autodetect singleton/pattern. |
21 |
|
|
22 |
|
* Thuban/Model/save.py (SessionSaver.write_classification): |
23 |
|
Added pattern. |
24 |
|
|
25 |
|
* Thuban/Model/load.py (SessionLoader.start_clpattern, |
26 |
|
SessionLoader.end_clpattern): New, process pattern elements. |
27 |
|
|
28 |
|
* test/test_classification.py (class TestClassGroupPattern): New. |
29 |
|
(TestClassification.test_add_pattern, |
30 |
|
TestClassification.test_multiple_groups_textual, |
31 |
|
TestClassification.test_deepcopy_textual): New. |
32 |
|
(TestClassification.test_multiple_groups_numerical): |
33 |
|
Renamed test_multiple_groups. |
34 |
|
(TestClassification.test_deepcopy_numerical): Renamed test_deepcopy. |
35 |
|
|
36 |
|
* test/test_save.py (SaveSessionTest.testClassifiedLayer): |
37 |
|
Added pattern. |
38 |
|
|
39 |
|
* test/test_load.py (ClassificationTest.TestLayers, TestClassification): |
40 |
|
Added pattern. |
41 |
|
|
42 |
|
* test/test_layer.py |
43 |
|
(TestLayerModification.test_set_classification_textual): New |
44 |
|
(TestLayerModification.test_set_classification_numerical): |
45 |
|
Renamed test_set_classification. |
46 |
|
|
47 |
|
* Doc/manual/thuban-manual.xml: Added pattern to layer classification |
48 |
|
description. |
49 |
|
|
50 |
|
* Resources/XML/thuban-1.1.dtd: Added clpattern element and attribs. |
51 |
|
|
52 |
|
2006-06-29 Didrik Pinte <[email protected]> |
53 |
|
|
54 |
|
* Thuban/version.py: Bugfix determination of SQLite, the wright one ! |
55 |
|
|
56 |
|
2006-06-28 Didrik Pinte <[email protected]> |
57 |
|
|
58 |
|
* packaging/windows/thubanstart.py: sample file loading all the stable |
59 |
|
extensions |
60 |
|
|
61 |
|
2006-06-28 Didrik Pinte <[email protected]> |
62 |
|
|
63 |
|
* Thuban/version.py: Bugfix determination of SQLite on old and recent |
64 |
|
systems (support pysqlite1 and pysqlite2) |
65 |
|
|
66 |
2006-06-27 Frank Koormann <[email protected]> |
2006-06-27 Frank Koormann <[email protected]> |
67 |
|
|
68 |
* Thuban/version.py: Bugfix determination of SQLite on old systems. |
* Thuban/version.py: Bugfix determination of SQLite on old systems. |