/[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 425 by bh, Mon Feb 24 14:17:19 2003 UTC revision 458 by bh, Tue Mar 4 13:43:16 2003 UTC
# Line 1  Line 1 
1    2003-03-04  Bernhard Herzog  <[email protected]>
2    
3            * Doc/thuban.dtd: Use correct syntax for optional attributes. Make
4            the fill and stroke layer attributes optional with suitable
5            default values. Add the stroke_width layer attribute. Use correct
6            syntax for empty elements. Make the attribute list for labels
7            refer to the label element.
8    
9    2003-03-04  Bernhard Herzog  <[email protected]>
10    
11            * setup.py (thuban_build_py.build): Add a comment about distutils in
12            Python 2.3 containing some of the functionality we implement in
13            setup.py ourselves.
14    
15            * Thuban/UI/classifier.py (ClassGrid.__init__): Set the table
16            before the selection mode. Doing it the other way round triggers
17            an assertion in wxWindows.
18    
19            * Thuban/Model/save.py (escape): Fix typo in doc-string
20    
21            * Thuban/Model/classification.py: Remove unnecessary wxPython
22            import
23    
24    2003-03-04  Jonathan Coles   <[email protected]>
25    
26            * Thuban/Model/classification.py (ClassGroupRange.GetProperties):
27            Parameter 'value' should default to None.
28    
29            * Thuban/UI/mainwindow.py: Use Layer.GetClassification() since
30            the class attribute __classification is now private.
31    
32            * Thuban/UI/classifier.py (ClassGrid): Moved OnCellDClick() from
33            Classifier to ClassGrid. Added support for removing selected rows,
34            which including code for keeping track of when cells are selected,
35            and deselected.
36            (ClassTable): Support for added/removing rows. Fixed a problem
37            with __ParseInput whereby it would not allow strings (only numbers)
38            to be entered.
39            (Classifier): Added button and supporting code for removing
40            selected rows.
41    
42    2003-02-27  Jonathan Coles   <[email protected]>
43    
44            * Thuban/common.py: Moved color conversion functions into
45            Thuban/UI/common.py.
46            (Str2Num): Now converts the float (not the string) to a long/int
47            so that an exception isn't thrown.
48    
49            * Thuban/UI/common.py: Common functions used in several UI modules
50    
51            * Thuban/Model/classification.py: Changed the class hierarchy
52            so that a Classification consists of Groups which return
53            Properties when a value matches a Group.
54    
55            * Thuban/Model/layer.py: Fixed name resolution problem.
56    
57            * Thuban/Model/load.py: Use new Classification and Group functions.
58    
59            * Thuban/Model/save.py (Saver.write_attribs): Fixes a test case
60            failure.
61            (Saver.write_classification): Use new Classification and Group
62            functions.
63    
64            * Thuban/UI/classifier.py: Changes to use new Classification and Group
65            functions. Fix to create a tuple with a single value instead of
66            simply returning the value.
67    
68            * Thuban/UI/renderer.py: Use new Classification and Group functions.
69            Use common.py functions.
70    
71            * Thuban/UI/tree.py: Use common.py functions.
72            
73            * test/test_classification.py: Use new Classification and Group
74            classes.
75    
76    2003-02-24  Jonathan Coles   <[email protected]>
77    
78            * Thuban/common.py (Color2wxColour, wxColour2Color): Conversion
79            functions from Thuban color objects to wxWindow colour objects.
80    
81            * Thuban/Model/classification.py (Classification): Renamed
82            GetProperties() to GetClassData(). Used the new iterator
83            in TreeInfo().
84            (ClassIterator): Iterator implementation to iterate over the
85            ClassData objects in a classification object.
86    
87            * Thuban/Model/save.py (Saver.write_classificaton): Uses
88            the new iterator to save the classification information.
89    
90            * Thuban/UI/classifier.py (SelectPropertiesDialog): Support
91            for changing the stroke and fill colors and previewing the
92            changes.
93    
94            * Thuban/UI/mainwindow.py (MainWindow.OpenSession,
95            MainWindow.SaveSessionAs): Text string changes so the dialogs
96            have more meaningful titles.
97    
98            * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Change
99            Classification method name from GetProperties to GetClassData.
100    
101            * Thuban/UI/view.py (MapCanvas.find_shape_at): Use method calls
102            instead of accessing now non-existent class variables.
103    
104  2003-02-24  Bernhard Herzog  <[email protected]>  2003-02-24  Bernhard Herzog  <[email protected]>
105    
106          * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Remove          * Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Remove

Legend:
Removed from v.425  
changed lines
  Added in v.458

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26