/[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 322 by bh, Fri Sep 13 14:21:58 2002 UTC revision 370 by jonathan, Mon Jan 27 12:21:23 2003 UTC
# Line 1  Line 1 
1    2003-01-27  Jonathan Coles  <[email protected]>
2    
3      * Thuban/Model/layer.py: Classification initialization calls.
4    
5      * Thuban/Model/classification.py: Created class to encapsulate
6      a layer classification. Supports specific data points and
7      ranges.
8    
9      * Thuban/Model/load.py: Added support for loading classification
10      information.
11    
12      * Thuban/Model/save.py: Added support for saving classification
13      information.
14    
15      * Thuban/UI/classifier.py: Initial class for a dialog box for
16      specifying classification information.
17    
18      * Thuban/UI/mainwindows.py: Support for opening the classifier
19      dialog.
20    
21      * Thuban/UI/renderer.py: Support for drawing a layer with the
22      classification information.
23    
24      * Data/iceland_sample_class.thuban: iceland_sample with
25      classification data.
26    
27      * test/test_classification: Tests for the Classification class.
28    
29    2002-12-09  Bernhard Herzog  <[email protected]>
30    
31            * test/test_command.py: New. Tests for the command classes.
32    
33            * Thuban/UI/command.py (ToolCommand): New class for tool commands.
34            (Command.IsTool): New method to distinguish between command
35            switching tools and other commands.
36    
37            * Thuban/UI/view.py (MapCanvas.SelectTool): New method to select
38            the tool to avoid direct assignments to instance variables
39            (MapCanvas.ZoomInTool, MapCanvas.ZoomOutTool, MapCanvas.PanTool)
40            (MapCanvas.IdentifyTool, MapCanvas.LabelTool): Use SelectTool to
41            change the tool
42    
43            * Thuban/UI/mainwindow.py (MainWindow.update_command_ui): If an
44            active tool's command turns insensitive, disable the tool.
45            (_tool_command): Use the new ToolCommand class
46    
47            * Examples/simple_extensions/simple_tool.py (simple_tool): Use the
48            SelectTool method to change the tool
49            (iconfile): Use the ToolCommand class
50    
51    2002-12-03  Bernhard Herzog  <[email protected]>
52    
53            * Thuban/UI/tree.py (SessionTreeCtrl.normalize_selection): Handle
54            the case of selected items that are not children of Layers or Maps
55            properly. Previously this bug would trigger an assertion in
56            wxWindows.
57    
58    2002-11-06  Frank Koormann  <[email protected]>
59    
60            * Thuban/UI/mainwindow.py: Altered the order of tools in the
61            toolbar: First now are all navigation tools (Zoom In/Out, Pan,
62            Full Extent).
63        
64    2002-10-23  Bernhard Herzog  <[email protected]>
65    
66            * setup.py (setup call): version now 0.1.3
67    
68            * MANIFEST.in: Add the files in test/
69    
70            * test/README: Add note about tests requiring the iceland data
71    
72            * Thuban/UI/mainwindow.py (MainWindow.About): Add 2002 to
73            copyright notice.
74    
75    2002-10-18  Bernhard Herzog  <[email protected]>
76    
77            * test/test_map.py
78            (TestMapWithContents.test_projected_bounding_box): Use an explicit
79            epsilon.
80    
81            * test/support.py (FloatComparisonMixin.assertFloatEqual)
82            (FloatComparisonMixin.assertFloatSeqEqual): give a more useful
83            message if the assertion fails and don't return the return value
84            of self.assert_. In assertFloatSeqEqual the return meant that not
85            all items of the sequence were compared.
86    
87    2002-09-20  Bernhard Herzog  <[email protected]>
88    
89            * test/test_fileutil.py: New. Test cases for Thuban.Lib.fileutil
90    
91            * Thuban/Lib/fileutil.py: Fixup some whitespace and typos
92    
93            * test/test_map.py (TestMapWithContents.test_tree_info): Create
94            the string with the bounding box on the fly because of platform
95            differences in the way %g is handled.
96    
97            * test/test_layer.py (TestLayer.test_empty_layer): Create an empty
98            DBFfile too because Thuban layers can't yet cope missing DBF
99            files.
100    
101    2002-09-20  Bernhard Herzog  <[email protected]>
102    
103            * test/test_menu.py: Use initthuban instead of
104            add_thuban_dir_to_path to initialize Thuban.
105    
106            * test/support.py (FloatComparisonMixin.assertFloatEqual): New.
107            Mixin class for float comparisons
108            (SubscriberMixin): New. Mixin class to test messages sent through
109            the Connector class
110    
111            * test/README: Fix a typo and add the -v flag to the command for
112            individual tests
113    
114            * test/test_session.py: New. Test cases for Thuban.Model.session
115    
116            * test/test_proj.py: New. Test cases for Thuban.Model.proj
117    
118            * test/test_map.py: New. Test cases for Thuban.Model.map
119    
120            * test/test_layer.py: New. Test cases for Thuban.Model.layer
121    
122            * test/test_label.py: New. Test cases for Thuban.Model.label
123    
124            * test/test_connector.py: New. Test cases for Thuban.Lib.connector
125    
126            * test/test_color.py: New. Test cases for Thuban.Model.color
127    
128            * test/test_base.py: New. Test cases for Thuban.Model.base
129    
130  2002-09-13  Bernhard Herzog  <[email protected]>  2002-09-13  Bernhard Herzog  <[email protected]>
131    
132          * Thuban/Model/session.py (Session.forwarded_channels): Forward          * Thuban/Model/session.py (Session.forwarded_channels): Forward

Legend:
Removed from v.322  
changed lines
  Added in v.370

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26