/[thuban]/branches/greater-ms3/thuban/ChangeLog
ViewVC logotype

Diff of /branches/greater-ms3/thuban/ChangeLog

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

revision 302 by bh, Mon Sep 2 15:59:27 2002 UTC revision 335 by bh, Fri Sep 20 15:51:37 2002 UTC
# Line 1  Line 1 
1    2002-09-20  Bernhard Herzog  <[email protected]>
2    
3            * test/test_menu.py: Use initthuban instead of
4            add_thuban_dir_to_path to initialize Thuban.
5    
6            * test/support.py (FloatComparisonMixin.assertFloatEqual): New.
7            Mixin class for float comparisons
8            (SubscriberMixin): New. Mixin class to test messages sent through
9            the Connector class
10    
11            * test/README: Fix a typo and add the -v flag to the command for
12            individual tests
13    
14            * test/test_session.py: New. Test cases for Thuban.Model.session
15    
16            * test/test_proj.py: New. Test cases for Thuban.Model.proj
17    
18            * test/test_map.py: New. Test cases for Thuban.Model.map
19    
20            * test/test_layer.py: New. Test cases for Thuban.Model.layer
21    
22            * test/test_label.py: New. Test cases for Thuban.Model.label
23    
24            * test/test_connector.py: New. Test cases for Thuban.Lib.connector
25    
26            * test/test_color.py: New. Test cases for Thuban.Model.color
27    
28            * test/test_base.py: New. Test cases for Thuban.Model.base
29    
30    2002-09-13  Bernhard Herzog  <[email protected]>
31    
32            * Thuban/Model/session.py (Session.forwarded_channels): Forward
33            the CHANGED channel too.
34    
35            * Thuban/Model/map.py (Map.forwarded_channels): Forward the
36            CHANGED channel too.
37            (Map.__init__): Call the Modifiable constructor as well.
38    
39            * Thuban/Model/base.py (Modifiable.UnsetModified): Issue a CHANGED
40            event if the modified flag changes.
41            (Modifiable.changed): Tweak the doc-string.
42    
43            * Thuban/UI/mainwindow.py (MainWindow.view_position_changed)
44            (MainWindow.set_position_text): Put the code that puts the text
45            with the mouse position into the status bar into the new method
46            set_position_text so that it can overwritten in derived classes.
47    
48    2002-09-12  Bernhard Herzog  <[email protected]>
49    
50            * Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): Center the
51            message box on the main window.
52    
53    2002-09-11  Bernhard Herzog  <[email protected]>
54    
55            * Thuban/UI/mainwindow.py: Underline the 'x' in "Exit" instead of
56            the 'E' because it's less likely to interfere with other menu
57            entries.
58            (MainWindow.build_menu): remove an incorrect comment.
59    
60    2002-09-10  Bernhard Herzog  <[email protected]>
61    
62            * Thuban/UI/mainwindow.py (MainWindow.Map): New.
63            (_tool_command): Add sensitive parameter
64            (_has_visible_map): Sensitivity callback to tools and other
65            commands that require a visible map. Use it in map_zoom_in_tool,
66            map_zoom_out_tool, map_pan_tool, map_identify_tool, map_label_tool
67            and map_full_extent
68    
69    2002-09-06  Bernhard Herzog  <[email protected]>
70    
71            * Thuban/UI/mainwindow.py (MainWindow.OnClose): Unsubscribe
72            VIEW_POSITION
73    
74    2002-09-04  Frank Koormann   <[email protected]>
75    
76            * Resources/Bitmaps/fullextent.xpm: Updated Icon (removed "potatoe")
77    
78  2002-09-02  Bernhard Herzog  <[email protected]>  2002-09-02  Bernhard Herzog  <[email protected]>
79    
80            * Thuban/UI/view.py: Get rid of the idle redraw. This is done by
81            wxWindows already and our implementation doesn't work correctly
82            with wxGTK 2.3:
83            (MapCanvas.__init__): Remove the instance variable
84            (MapCanvas.OnPaint): Always call do_redraw when there's a map to
85            be drawin
86            (MapCanvas.OnIdle): Removed.
87    
88          * Thuban/UI/view.py (MapCanvas.unprojected_rect_around_point): Add          * Thuban/UI/view.py (MapCanvas.unprojected_rect_around_point): Add
89          a parameter to determine the size of the rectangle.          a parameter to determine the size of the rectangle.
90          (MapCanvas.find_shape_at): Create the box around the point on a          (MapCanvas.find_shape_at): Create the box around the point on a

Legend:
Removed from v.302  
changed lines
  Added in v.335

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26