/[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 426 by jonathan, Mon Feb 24 18:45:37 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]>  2003-02-24  Jonathan Coles   <[email protected]>
77    
78          * Thuban/common.py (Color2wxColour, wxColour2Color): Conversion          * Thuban/common.py (Color2wxColour, wxColour2Color): Conversion

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26