/[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 154 by bh, Tue May 7 17:18:45 2002 UTC revision 190 by bh, Tue May 28 12:39:49 2002 UTC
# Line 1  Line 1 
1    2002-05-28  Bernhard Herzog  <[email protected]>
2    
3            * Thuban/UI/menu.py: New module to build and manage menus.
4    
5            * Thuban/UI/mainwindow.py: Remove some unused imports.
6            (MainWindow.__init__, main_menu): move the definition of the main
7            menu from __init__ to the Menu instance main_menu.
8            (MainWindow.build_menu_bar, MainWindow.build_menu): New methods to
9            build the menu bar and sub-menus from a menu description.
10    
11            * Thuban/UI/application.py (ThubanApplication.OnInit): Read the
12            startup file
13            (ThubanApplication.read_startup_files): New method to run
14            ~/.thuban/thubanstart.py
15    
16    2002-05-23  Bernhard Herzog  <[email protected]>
17    
18            * Thuban/UI/mainwindow.py (MainWindow.__init__): Fix spelling of
19            layer_outline_color. Fix it in the definition of the command too.
20    
21            * Thuban/UI/command.py (Command): Fix typo in doc string
22    
23    2002-05-22  Bernhard Herzog  <[email protected]>
24    
25            * Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): Fix a typo
26            in the docstring
27    
28    2002-05-15  Bernhard Herzog  <[email protected]>
29    
30            * Thuban/Model/layer.py (Layer.open_shapefile): Set bbox to None
31            when the shapefile is empty.
32            (Layer.BoundingBox, Layer.LatLongBoundingBox): Both methods may
33            now return None for empty shapefiles. Update doc-strings.
34    
35            * Thuban/Model/map.py (Map.BoundingBox): Add doc-string. Deal with
36            the layer's bbox being None.
37    
38            * Thuban/UI/tree.py (SessionTreeCtrl.update_tree): Deal with the
39            layer's bbox being None.
40    
41            * Thuban/UI/view.py (MapCanvas.shape_selected): Only redraw when
42            necessary.
43            (MapCanvas.__init__): New instance variables, last_selected_layer
44            and last_selected_shape to determine how the selection has
45            changed.
46    
47            * Thuban/UI/tableview.py (TableGrid.__init__): Do not call
48            AutoSizeColumns because it will cause a traversal of the entire
49            table which for large .dbf files will take a very long time.
50    
51    2002-05-14  Bernhard Herzog  <[email protected]>
52    
53            * Thuban/Model/layer.py (Layer.open_shapefile): Choose a better
54            maximum depth for the tree than shapelib does by default.
55    
56    2002-05-10  Bernhard Herzog  <[email protected]>
57    
58            * setup.py (py_modules): The shptree modules doesn't have a
59            wrapper, so don't include it in the py_modules
60    
61    2002-05-08  Bernhard Herzog  <[email protected]>
62    
63            * extensions/shapelib/shptree.c (compare_ints): Make arguments
64            const void * as in the qsort prototype
65            (SHPTreeFindLikelyShapes): Remove some unused variables.
66    
67            * Thuban/UI/view.py (PanTool.MouseMove): Use the bitmap the view
68            maintains to redraw the window during a drag.
69            (MapCanvas.unprojected_rect_around_point): New method to determine
70            a small region around a point for hit-testing.
71            (MapCanvas.find_shape_at): Only test the shapes in a small region
72            around the point.
73    
74            * setup.py: Increment the version to 0.1.2
75    
76            * Thuban/UI/tree.py (SessionTreeCtrl.unsubscribe_all): Remove a
77            debug print and set session to None after unsubscribing
78    
79  2002-05-07  Bernhard Herzog  <[email protected]>  2002-05-07  Bernhard Herzog  <[email protected]>
80    
81          * Data/iceland_sample.session, Data/iceland_sample.thuban: Rename          * Data/iceland_sample.session, Data/iceland_sample.thuban: Rename

Legend:
Removed from v.154  
changed lines
  Added in v.190

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26