1 |
|
2006-09-14 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
* README: added RXP and pyRXP as optional for tests. |
4 |
|
|
5 |
|
|
6 |
|
2006-08-31 Bernhard Reiter <[email protected]> |
7 |
|
|
8 |
|
* README: fixed URLs to sqlite and pysqlite. |
9 |
|
* Thuban/UI/about.py: Added Didrik Pinte as contributor. Extended |
10 |
|
copyright range to include 2006. |
11 |
|
|
12 |
|
|
13 |
|
2006-06-29 Didrik Pinte <[email protected]> |
14 |
|
|
15 |
|
* Thuban/UI/main.py: circular import fix. |
16 |
|
|
17 |
|
2006-06-27 Frank Koormann <[email protected]> |
18 |
|
|
19 |
|
New Classification "Pattern": Classify text attributes by regexp. |
20 |
|
|
21 |
|
* Thuban/Model/classification.py (class ClassGroupPattern): |
22 |
|
New, group is associated with a regular expression. |
23 |
|
(Classification._compile_classification): Store compiled regexp and |
24 |
|
original group for pattern. |
25 |
|
(Classification.FindGroup): Added pattern. |
26 |
|
|
27 |
|
* Thuban/UI/classifier.py |
28 |
|
(ClassGrid._OnLabelRightClicked, ClassGrid.labelPopup): |
29 |
|
New, add popup to select singleton/pattern. |
30 |
|
(ClassTable.GetRowLabelValue, ClassTable.GetValueAsCustom, |
31 |
|
ClassTable.SetValueAsCustom): Added pattern. |
32 |
|
(ClassTable.__ParseInput): Autodetect singleton/pattern. |
33 |
|
|
34 |
|
* Thuban/Model/save.py (SessionSaver.write_classification): |
35 |
|
Added pattern. |
36 |
|
|
37 |
|
* Thuban/Model/load.py (SessionLoader.start_clpattern, |
38 |
|
SessionLoader.end_clpattern): New, process pattern elements. |
39 |
|
|
40 |
|
* test/test_classification.py (class TestClassGroupPattern): New. |
41 |
|
(TestClassification.test_add_pattern, |
42 |
|
TestClassification.test_multiple_groups_textual, |
43 |
|
TestClassification.test_deepcopy_textual): New. |
44 |
|
(TestClassification.test_multiple_groups_numerical): |
45 |
|
Renamed test_multiple_groups. |
46 |
|
(TestClassification.test_deepcopy_numerical): Renamed test_deepcopy. |
47 |
|
|
48 |
|
* test/test_save.py (SaveSessionTest.testClassifiedLayer): |
49 |
|
Added pattern. |
50 |
|
|
51 |
|
* test/test_load.py (ClassificationTest.TestLayers, TestClassification): |
52 |
|
Added pattern. |
53 |
|
|
54 |
|
* test/test_layer.py |
55 |
|
(TestLayerModification.test_set_classification_textual): New |
56 |
|
(TestLayerModification.test_set_classification_numerical): |
57 |
|
Renamed test_set_classification. |
58 |
|
|
59 |
|
* Doc/manual/thuban-manual.xml: Added pattern to layer classification |
60 |
|
description. |
61 |
|
|
62 |
|
* Resources/XML/thuban-1.1.dtd: Added clpattern element and attribs. |
63 |
|
|
64 |
|
2006-06-29 Didrik Pinte <[email protected]> |
65 |
|
|
66 |
|
* Thuban/version.py: Bugfix determination of SQLite, the wright one ! |
67 |
|
|
68 |
|
2006-06-28 Didrik Pinte <[email protected]> |
69 |
|
|
70 |
|
* packaging/windows/thubanstart.py: sample file loading all the stable |
71 |
|
extensions |
72 |
|
|
73 |
|
2006-06-28 Didrik Pinte <[email protected]> |
74 |
|
|
75 |
|
* Thuban/version.py: Bugfix determination of SQLite on old and recent |
76 |
|
systems (support pysqlite1 and pysqlite2) |
77 |
|
|
78 |
|
2006-06-27 Frank Koormann <[email protected]> |
79 |
|
|
80 |
|
* Thuban/version.py: Bugfix determination of SQLite on old systems. |
81 |
|
|
82 |
|
2006-05-17 Didrik Pinte <[email protected]> |
83 |
|
* Extensions/ogr/__init__.py : updated test for win32 and correct |
84 |
|
imports |
85 |
|
|
86 |
|
2006-05-15 Didrik Pinte <[email protected]> |
87 |
|
Ashamed ... still some tabs in the files |
88 |
|
|
89 |
|
* Thuban/version.py : tabs removed |
90 |
|
* Thuban/Model/transientdb.py : tabs removed |
91 |
|
|
92 |
|
2006-05-15 Didrik Pinte <[email protected]> |
93 |
|
|
94 |
|
* Thuban/version.py : coding style correction |
95 |
|
* Thuban/Model/transientdb.py : coding style correction |
96 |
|
|
97 |
|
2006-05-15 Didrik Pinte <[email protected]> |
98 |
|
|
99 |
|
* Thuban/version.py : Updated imports to support pysqlite2 |
100 |
|
|
101 |
|
* Thuban/Model/transientdb.py : Updated imports to support pysqlite2 |
102 |
|
Patched the querying system to support the param style of pysqlite2 |
103 |
|
|
104 |
|
>>>>>>> .r2689 |
105 |
|
2006-04-24 Didrik Pinte <[email protected]> |
106 |
|
* Extensions/svgexport/__init__.py: The extension now works on win32 |
107 |
|
architecture. Bug #87 corrected. |
108 |
|
|
109 |
|
2006-04-20 Bernhard Reiter <[email protected]> |
110 |
|
* Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN. |
111 |
|
Removed emacs specific hint and replaced it with a general hint |
112 |
|
that editors might support writing changelogs. |
113 |
|
|
114 |
|
2006-04-12 Bernhard Reiter <[email protected]> |
115 |
|
|
116 |
|
* Thuban/version.py: Changed thuban_release mechanism to use "svn" |
117 |
|
instead of "cvs". |
118 |
|
|
119 |
|
2006-03-31 Bernhard Reiter <[email protected]> |
120 |
|
|
121 |
|
* libraries/thuban/wxproj.cpp: including proj_api.h instead of |
122 |
|
projects.h now. According the Frank Warmerdam and man pj_init |
123 |
|
this is the public interface to proj. Thus I have changed PJ to projPJ. |
124 |
|
And I could remove the hack to avoid clashes with typedef PVALUE |
125 |
|
and #define LP in projects.h clashing with symbols when trying to |
126 |
|
build on windows. The file is cleaner and nicer now. |
127 |
|
|
128 |
|
2006-03-29 Bernhard Reiter <[email protected]> |
129 |
|
|
130 |
|
* libraries/thuban/wxproj.cpp: undef LP to avoid clash when |
131 |
|
trying to build with mingw. |
132 |
|
|
133 |
|
2005-10-18 Bernhard Reiter <[email protected]> |
134 |
|
|
135 |
|
* Thuban/UI/about.py: remove unused import of getdefaultlocale. |
136 |
|
Added display of internal encoding to the about dialog text. |
137 |
|
|
138 |
|
* Extensions/svgexport/__init__.py: changed version to "1.0.0+cvs". |
139 |
|
|
140 |
2005-10-18 Bernhard Reiter <[email protected]> |
2005-10-18 Bernhard Reiter <[email protected]> |
141 |
|
|
142 |
Startup improved: We fail right away if the internal encoding could |
Startup improved: We fail right away if the internal encoding could |
149 |
|
|
150 |
2005-10-17 Bernhard Reiter <[email protected]> |
2005-10-17 Bernhard Reiter <[email protected]> |
151 |
|
|
|
|
|
152 |
* test/test_stringrepresentation.py: New file, for now testing |
* test/test_stringrepresentation.py: New file, for now testing |
153 |
that set_internal_coding() is throwing an exception for bad exceptions. |
that set_internal_coding() is throwing an exception for bad exceptions. |
154 |
|
|