/[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 311 by bh, Tue Sep 10 16:45:32 2002 UTC revision 354 by bh, Tue Dec 3 17:35:47 2002 UTC
# Line 1  Line 1 
1    2002-12-03  Bernhard Herzog  <[email protected]>
2    
3            * Thuban/UI/tree.py (SessionTreeCtrl.normalize_selection): Handle
4            the case of selected items that are not children of Layers or Maps
5            properly. Previously this bug would trigger an assertion in
6            wxWindows.
7    
8    2002-11-06  Frank Koormann  <[email protected]>
9    
10            * Thuban/UI/mainwindow.py: Altered the order of tools in the
11            toolbar: First now are all navigation tools (Zoom In/Out, Pan,
12            Full Extent).
13        
14    2002-10-23  Bernhard Herzog  <[email protected]>
15    
16            * setup.py (setup call): version now 0.1.3
17    
18            * MANIFEST.in: Add the files in test/
19    
20            * test/README: Add note about tests requiring the iceland data
21    
22            * Thuban/UI/mainwindow.py (MainWindow.About): Add 2002 to
23            copyright notice.
24    
25    2002-10-18  Bernhard Herzog  <[email protected]>
26    
27            * test/test_map.py
28            (TestMapWithContents.test_projected_bounding_box): Use an explicit
29            epsilon.
30    
31            * test/support.py (FloatComparisonMixin.assertFloatEqual)
32            (FloatComparisonMixin.assertFloatSeqEqual): give a more useful
33            message if the assertion fails and don't return the return value
34            of self.assert_. In assertFloatSeqEqual the return meant that not
35            all items of the sequence were compared.
36    
37    2002-09-20  Bernhard Herzog  <[email protected]>
38    
39            * test/test_fileutil.py: New. Test cases for Thuban.Lib.fileutil
40    
41            * Thuban/Lib/fileutil.py: Fixup some whitespace and typos
42    
43            * test/test_map.py (TestMapWithContents.test_tree_info): Create
44            the string with the bounding box on the fly because of platform
45            differences in the way %g is handled.
46    
47            * test/test_layer.py (TestLayer.test_empty_layer): Create an empty
48            DBFfile too because Thuban layers can't yet cope missing DBF
49            files.
50    
51    2002-09-20  Bernhard Herzog  <[email protected]>
52    
53            * test/test_menu.py: Use initthuban instead of
54            add_thuban_dir_to_path to initialize Thuban.
55    
56            * test/support.py (FloatComparisonMixin.assertFloatEqual): New.
57            Mixin class for float comparisons
58            (SubscriberMixin): New. Mixin class to test messages sent through
59            the Connector class
60    
61            * test/README: Fix a typo and add the -v flag to the command for
62            individual tests
63    
64            * test/test_session.py: New. Test cases for Thuban.Model.session
65    
66            * test/test_proj.py: New. Test cases for Thuban.Model.proj
67    
68            * test/test_map.py: New. Test cases for Thuban.Model.map
69    
70            * test/test_layer.py: New. Test cases for Thuban.Model.layer
71    
72            * test/test_label.py: New. Test cases for Thuban.Model.label
73    
74            * test/test_connector.py: New. Test cases for Thuban.Lib.connector
75    
76            * test/test_color.py: New. Test cases for Thuban.Model.color
77    
78            * test/test_base.py: New. Test cases for Thuban.Model.base
79    
80    2002-09-13  Bernhard Herzog  <[email protected]>
81    
82            * Thuban/Model/session.py (Session.forwarded_channels): Forward
83            the CHANGED channel too.
84    
85            * Thuban/Model/map.py (Map.forwarded_channels): Forward the
86            CHANGED channel too.
87            (Map.__init__): Call the Modifiable constructor as well.
88    
89            * Thuban/Model/base.py (Modifiable.UnsetModified): Issue a CHANGED
90            event if the modified flag changes.
91            (Modifiable.changed): Tweak the doc-string.
92    
93            * Thuban/UI/mainwindow.py (MainWindow.view_position_changed)
94            (MainWindow.set_position_text): Put the code that puts the text
95            with the mouse position into the status bar into the new method
96            set_position_text so that it can overwritten in derived classes.
97    
98    2002-09-12  Bernhard Herzog  <[email protected]>
99    
100            * Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): Center the
101            message box on the main window.
102    
103    2002-09-11  Bernhard Herzog  <[email protected]>
104    
105            * Thuban/UI/mainwindow.py: Underline the 'x' in "Exit" instead of
106            the 'E' because it's less likely to interfere with other menu
107            entries.
108            (MainWindow.build_menu): remove an incorrect comment.
109    
110  2002-09-10  Bernhard Herzog  <[email protected]>  2002-09-10  Bernhard Herzog  <[email protected]>
111    
112          * Thuban/UI/mainwindow.py (MainWindow.Map): New.          * Thuban/UI/mainwindow.py (MainWindow.Map): New.

Legend:
Removed from v.311  
changed lines
  Added in v.354

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26