/[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 46 by bh, Fri Sep 7 15:00:33 2001 UTC revision 64 by bh, Fri Sep 14 12:20:21 2001 UTC
# Line 1  Line 1 
1    2001-09-14  Bernhard Herzog  <[email protected]>
2    
3            * Thuban/Lib/connector.py (Connector.print_connections): Print the
4            puiblisher's ids in hex to make it easier to compare them to the
5            standard repr of python methods
6    
7            * Thuban/Model/map.py (Map.Destroy): Unsubscribe the label_layer
8            messages
9    
10    2001-09-13  Bernhard Herzog  <[email protected]>
11    
12            * Thuban/UI/tree.py (SessionTreeCtrl.OnSelChanged): Make sure to
13            deselect the layer if no layer is selected
14    
15            * Thuban/UI/view.py (MapCanvas.OnPaint): Only delay drawing to
16            idle time when there actually is something to draw. If there's
17            nothing to draw simply clear the window
18            (MapCanvas.do_redraw): Call dc.EndDrawing and add some comments.
19            (MapCanvas.SetMap): force a redraw in all cases because
20            FitMapToWindow doesn't always do it.
21            (MapCanvas.ZoomFactor): Add an optional parameter, center, to
22            specify the point to move into the center of the window
23            (ZoomOutTool.MouseUp, ZoomInTool.MouseUp): If the mouse wasn't
24            dragged, zoon in/out by a factor of 2
25            (MapCanvas.find_shape_at): Iterate backwards (i.e. with decreasing
26            index, i.e. reversed drawing order) so that objects appearing to
27            be in from of others are selected first. This is probably mostly
28            relevant for point shapes where the symbols used may overlap
29    
30            * Thuban/Model/session.py (create_empty_session): Unset the
31            modified bit before returning it
32    
33            * Thuban/UI/mainwindow.py (MainWindow.NewSession): Use
34            create_empty_session session to create the new, empty session.
35    
36            * Thuban/UI/mainwindow.py (MainWindow.__init__): Set the size of
37            the tool bitmaps.
38            (MainWindow.OnClose, MainWindow.save_modified_session): Separate
39            the code that asks whether the session should be saved into the
40            new method save_modified_session.
41            (MainWindow.OpenSession, MainWindow.NewSession): Use the new
42            method to save modified session here too.
43    
44    2001-09-11  Bernhard Herzog  <[email protected]>
45    
46            * setup.py (InnoIconItem): fix typo
47    
48            (thuban_bdist_inno.run):
49            (bdist_inno.run): Move the decision not to create symlinks on
50            non-nt platforms to thuban_bdist_inno and do it unconditinally
51            since we never want to create the symlinks here
52    
53    2001-09-10  Bernhard Herzog  <[email protected]>
54    
55            * Thuban/UI/mainwindow.py (MainWindow.IdentifyTool): Popup the
56            identify view immediately
57    
58            * Thuban/UI/controls.py: New file with two classes RecordListCtrl
59            and SelectableRecordListCtrl that implement the code shared by the
60            identify view and the label dialog
61    
62            * Thuban/UI/identifyview.py (IdentifyListCtrl): Derive from the
63            new class RecordListCtrl
64    
65            * Thuban/UI/labeldialog.py (LabelDialog.OnOK): Check whether the
66            return value of GetValue is None instead of using it as a boolean
67            directly so that Zero numbers are handled properly.
68            (LabelListCtrl): Derive from the new class
69            SelectableRecordListCtrl
70    
71            * Thuban/UI/proj4dialog.py (Proj4Dialog.__init__):
72            (Proj4Dialog.dialogLayout): Make the window resizable and set the
73            size of the text control explicitly to make the sizers work on
74            both Windows and X.
75    
76  2001-09-07  Bernhard Herzog  <[email protected]>  2001-09-07  Bernhard Herzog  <[email protected]>
77    
78          * Thuban/UI/view.py (MapCanvas.find_shape_at):Add a new parameter          * Thuban/UI/view.py (MapCanvas.find_shape_at):Add a new parameter

Legend:
Removed from v.46  
changed lines
  Added in v.64

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26