/[thuban]/branches/WIP-pyshapelib-bramz/ChangeLog
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2674 by bernhard, Wed Oct 19 08:56:47 2005 UTC revision 2689 by dpinte, Thu Aug 3 09:57:24 2006 UTC
# Line 1  Line 1 
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]>
67    
68            * Thuban/version.py: Bugfix determination of SQLite on old systems.
69    
70    2006-05-17 Didrik Pinte <[email protected]>
71            * Extensions/ogr/__init__.py : updated test for win32 and correct
72            imports
73    
74    2006-05-15 Didrik Pinte <[email protected]>
75            Ashamed ... still some tabs in the files
76    
77      * Thuban/version.py : tabs removed    
78      * Thuban/Model/transientdb.py : tabs removed
79    
80    2006-05-15 Didrik Pinte <[email protected]>
81    
82      * Thuban/version.py : coding style correction
83      * Thuban/Model/transientdb.py : coding style correction
84    
85    2006-05-15 Didrik Pinte <[email protected]>
86    
87      * Thuban/version.py : Updated imports to support pysqlite2
88    
89      * Thuban/Model/transientdb.py : Updated imports to support pysqlite2
90            Patched the querying system to support the param style of pysqlite2
91    
92    2006-04-24 Didrik Pinte <[email protected]>
93      * Extensions/svgexport/__init__.py: The extension now works on win32
94            architecture. Bug #87 corrected.
95    
96    2006-04-20 Bernhard Reiter <[email protected]>
97            * Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN.
98            Removed emacs specific hint and replaced it with a general hint
99            that editors might support writing changelogs.
100    
101    2006-04-12 Bernhard Reiter <[email protected]>
102    
103            * Thuban/version.py: Changed thuban_release mechanism to use "svn"
104            instead of "cvs".
105    
106    2006-03-31  Bernhard Reiter <[email protected]>
107    
108            * libraries/thuban/wxproj.cpp: including proj_api.h instead of
109            projects.h now. According the Frank Warmerdam and man pj_init
110            this is the public interface to proj. Thus I have changed PJ to projPJ.
111            And I could remove the hack to avoid clashes with typedef PVALUE
112            and #define LP in projects.h clashing with symbols when trying to
113            build on windows. The file is cleaner and nicer now.
114    
115    2006-03-29  Bernhard Reiter <[email protected]>
116    
117            * libraries/thuban/wxproj.cpp: undef LP to avoid clash when
118            trying to build with mingw.
119    
120  2005-10-18  Bernhard Reiter <[email protected]>  2005-10-18  Bernhard Reiter <[email protected]>
121    
122          * Thuban/UI/about.py: remove unused import of getdefaultlocale.          * Thuban/UI/about.py: remove unused import of getdefaultlocale.
# Line 17  Line 136 
136    
137  2005-10-17  Bernhard Reiter <[email protected]>  2005-10-17  Bernhard Reiter <[email protected]>
138    
   
139          * test/test_stringrepresentation.py: New file, for now testing          * test/test_stringrepresentation.py: New file, for now testing
140          that set_internal_coding() is throwing an exception for bad exceptions.          that set_internal_coding() is throwing an exception for bad exceptions.
141    

Legend:
Removed from v.2674  
changed lines
  Added in v.2689

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26