/[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 557 by jonathan, Wed Mar 26 11:04:57 2003 UTC revision 595 by bh, Wed Apr 2 18:28:09 2003 UTC
# Line 1  Line 1 
1    2003-04-02  Bernhard Herzog  <[email protected]>
2    
3            * extensions/thuban/wxproj.cpp (check_version, check_version_gtk):
4            Handle the reference counts of the return value and errors in
5            PyArg_ParseTuple correctly.
6    
7            * Thuban/UI/application.py (ThubanApplication.OpenSession): Make
8            sure the filename is absolute to avoid problems when saving the
9            session again
10    
11            * Thuban/Model/table.py: Remove unnecessary import. Fix a typo.
12    
13    2003-04-01  Jonathan Coles   <[email protected]>
14    
15            *  Thuban/UI/renderer.py (MapRenderer.draw_point_shape): Check
16            that there actually are points in the returned list of points
17            before trying to index into the list. The list may be empty if
18            the shape is a Null Shape.
19    
20    2003-04-01  Bernhard Herzog  <[email protected]>
21    
22            * test/test_map.py: Don't use from <module> import *
23    
24    2003-04-01  Jonathan Coles   <[email protected]>
25    
26            * Thuban/Model/session.py: Use LAYER_CHANGED instead of
27            LAYER_LEGEND_CHANGED
28    
29            * Thuban/UI/dock.py (DockableWindow._OnButtonClose): Call
30            self.Destroy() to close the window after yesterday's changes.
31    
32            * test/test_map.py, test/test_session.py: Fix messages that
33            are sent from maps and layers.
34    
35    2003-03-31  Jonathan Coles   <[email protected]>
36    
37            * Thuban/UI/classifier.py: Commented out some debugging statements.
38            (ClassDataPreviewer.Draw): Draw rectangles for polygon layers per
39            RTbug #1769.
40    
41            * Thuban/UI/dock.py (DockableWindow.UnDock): Restore size and
42            position (although position doesn't work yet under GTK).
43            (DockableWindow.Destroy): New. Called when the window must be
44            closed. Namely needed when the DockFrame closes and must close
45            its children.
46            (DockFrame): Listen for EVT_CLOSE and destroy all children.
47    
48            * Thuban/UI/legend.py (LegendPanel.Destroy): New. Cleans up
49            when then window is told to close.
50            (LegendTree._OnMsgLayerChanged): Fixes a seg fault bug. See
51            comment in source for more info.
52    
53            * Thuban/UI/main.py: Show the legend by default when Thuban starts.
54    
55            * Thuban/UI/mainwindow.py: Renamed OnClose to _OnClose for
56            symmetry with other such methods.
57            (MainWindow.ShowLegend): Show the legend docked by default.
58    
59    2003-03-28  Jonathan Coles   <[email protected]>
60    
61            * Thuban/UI/classifier.py: Support for highlighting a specific
62            group within the grid when the classification dialog is opened.
63            Also contains a lot of debugging printouts which will later
64            be removed.
65    
66            * Thuban/UI/dock.py: Complete rework on the dock code so that
67            that it is fairly removed from the rest of the Thuban application.
68            It is easy to add new docks which the rest of the program having
69            to be aware of them.
70    
71            * Thuban/UI/legend.py: Modifications to support selecting a
72            specific group in the classification dialog. Changed how layers
73            are drawn when the layer is visible/invisible.
74    
75            * Thuban/UI/mainwindow.py: Removed legend specific code and
76            replaced it with calls to the new dock code.
77    
78            * Thuban/UI/renderer.py (MapRenderer.__init__): Added assert
79            to check if scale > 0. Trying to track down a divide by zero.
80    
81    2003-03-26  Jonathan Coles   <[email protected]>
82    
83            * Thuban/UI/legend.py: Removed unnecessary LegendDialog class.
84            (LegendPanel): Removed _OnDock()/_OnUnDock() methods which are
85            now part of DockableWindow.
86            (LegendPanel.DoOnSelChanged): Select the current layer in the
87            map.
88            (LegendTree._OnSelChanged): Call LegendPanel.DoOnSelChanged()
89            with the selected layer and/or group.
90    
91  2003-03-26  Jonathan Coles   <[email protected]>  2003-03-26  Jonathan Coles   <[email protected]>
92    
93          This putback contains the code for dockable windows. There is          This putback contains the code for dockable windows. There is

Legend:
Removed from v.557  
changed lines
  Added in v.595

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26