/[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 152 by bh, Tue May 7 17:01:49 2002 UTC revision 199 by jan, Thu Jun 20 15:25:36 2002 UTC
# Line 1  Line 1 
1    2002-06-20      Jan-Oliver Wagner <[email protected]>
2    
3            * Thuban/Model/extension.py: new module to handle extension objects.
4            * Thuban/Model/messages.py: new messages for extensions.
5            * Thuban/Model/session.py (Session.Extensions, Session.HasExtensions,
6            Session.AddExtension): new for handling extensions.
7            Also some other minor changes to round up extension handling.
8            * Thuban/UI/tree.py (SessionTreeCrtl:update_tree): Added visualization
9            of Extension titles and title and names of its objects.
10    
11    2002-05-29  Bernhard Herzog  <[email protected]>
12    
13            * Thuban/UI/mainwindow.py (MainWindow.bind_command_events): Bind
14            the events for a comnmand.
15            (MainWindow.add_toolbar_command, MainWindow.add_menu_command):
16            Call bind_command_events to bind the events. add_toolbar_command
17            can now bind events too so that it's possible to have commands
18            that are only available through the toolbar.
19            (MainWindow.init_ids): New instance variable events_bound to keep
20            track of for which commands events have been bound.
21    
22    2002-05-28  Bernhard Herzog  <[email protected]>
23    
24            * Thuban/UI/menu.py: New module to build and manage menus.
25    
26            * Thuban/UI/mainwindow.py: Remove some unused imports.
27            (MainWindow.__init__, main_menu): move the definition of the main
28            menu from __init__ to the Menu instance main_menu.
29            (MainWindow.build_menu_bar, MainWindow.build_menu): New methods to
30            build the menu bar and sub-menus from a menu description.
31    
32            * Thuban/UI/application.py (ThubanApplication.OnInit): Read the
33            startup file
34            (ThubanApplication.read_startup_files): New method to run
35            ~/.thuban/thubanstart.py
36    
37            * Thuban/UI/mainwindow.py (MainWindow.__init__, main_toolbar):
38            Move the toolbar definition to the Menu instance main_toolbar.
39            (MainWindow.build_toolbar): New method to build the toolbar
40            similar to the build_menu methods
41    
42    2002-05-23  Bernhard Herzog  <[email protected]>
43    
44            * Thuban/UI/mainwindow.py (MainWindow.__init__): Fix spelling of
45            layer_outline_color. Fix it in the definition of the command too.
46    
47            * Thuban/UI/command.py (Command): Fix typo in doc string
48    
49    2002-05-22  Bernhard Herzog  <[email protected]>
50    
51            * Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): Fix a typo
52            in the docstring
53    
54    2002-05-15  Bernhard Herzog  <[email protected]>
55    
56            * Thuban/Model/layer.py (Layer.open_shapefile): Set bbox to None
57            when the shapefile is empty.
58            (Layer.BoundingBox, Layer.LatLongBoundingBox): Both methods may
59            now return None for empty shapefiles. Update doc-strings.
60    
61            * Thuban/Model/map.py (Map.BoundingBox): Add doc-string. Deal with
62            the layer's bbox being None.
63    
64            * Thuban/UI/tree.py (SessionTreeCtrl.update_tree): Deal with the
65            layer's bbox being None.
66    
67            * Thuban/UI/view.py (MapCanvas.shape_selected): Only redraw when
68            necessary.
69            (MapCanvas.__init__): New instance variables, last_selected_layer
70            and last_selected_shape to determine how the selection has
71            changed.
72    
73            * Thuban/UI/tableview.py (TableGrid.__init__): Do not call
74            AutoSizeColumns because it will cause a traversal of the entire
75            table which for large .dbf files will take a very long time.
76    
77    2002-05-14  Bernhard Herzog  <[email protected]>
78    
79            * Thuban/Model/layer.py (Layer.open_shapefile): Choose a better
80            maximum depth for the tree than shapelib does by default.
81    
82    2002-05-10  Bernhard Herzog  <[email protected]>
83    
84            * setup.py (py_modules): The shptree modules doesn't have a
85            wrapper, so don't include it in the py_modules
86    
87    2002-05-08  Bernhard Herzog  <[email protected]>
88    
89            * extensions/shapelib/shptree.c (compare_ints): Make arguments
90            const void * as in the qsort prototype
91            (SHPTreeFindLikelyShapes): Remove some unused variables.
92    
93            * Thuban/UI/view.py (PanTool.MouseMove): Use the bitmap the view
94            maintains to redraw the window during a drag.
95            (MapCanvas.unprojected_rect_around_point): New method to determine
96            a small region around a point for hit-testing.
97            (MapCanvas.find_shape_at): Only test the shapes in a small region
98            around the point.
99    
100            * setup.py: Increment the version to 0.1.2
101    
102            * Thuban/UI/tree.py (SessionTreeCtrl.unsubscribe_all): Remove a
103            debug print and set session to None after unsubscribing
104    
105  2002-05-07  Bernhard Herzog  <[email protected]>  2002-05-07  Bernhard Herzog  <[email protected]>
106    
107            * Data/iceland_sample.session, Data/iceland_sample.thuban: Rename
108            the file to have a .thuban extension.
109    
110          * Thuban/UI/tree.py (session_channels): New class constant with          * Thuban/UI/tree.py (session_channels): New class constant with
111          all the session channels to subscribe to to update the tree          all the session channels to subscribe to to update the tree
112          (SessionTreeCtrl.session_changed): Remember the session so that we          (SessionTreeCtrl.session_changed): Remember the session so that we

Legend:
Removed from v.152  
changed lines
  Added in v.199

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26