1 |
|
2003-03-31 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/classifier.py: Commented out some debugging statements. |
4 |
|
(ClassDataPreviewer.Draw): Draw rectangles for polygon layers per |
5 |
|
RTbug #1769. |
6 |
|
|
7 |
|
* Thuban/UI/dock.py (DockableWindow.UnDock): Restore size and |
8 |
|
position (although position doesn't work yet under GTK). |
9 |
|
(DockableWindow.Destroy): New. Called when the window must be |
10 |
|
closed. Namely needed when the DockFrame closes and must close |
11 |
|
its children. |
12 |
|
(DockFrame): Listen for EVT_CLOSE and destroy all children. |
13 |
|
|
14 |
|
* Thuban/UI/legend.py (LegendPanel.Destroy): New. Cleans up |
15 |
|
when then window is told to close. |
16 |
|
(LegendTree._OnMsgLayerChanged): Fixes a seg fault bug. See |
17 |
|
comment in source for more info. |
18 |
|
|
19 |
|
* Thuban/UI/main.py: Show the legend by default when Thuban starts. |
20 |
|
|
21 |
|
* Thuban/UI/mainwindow.py: Renamed OnClose to _OnClose for |
22 |
|
symmetry with other such methods. |
23 |
|
(MainWindow.ShowLegend): Show the legend docked by default. |
24 |
|
|
25 |
2003-03-28 Jonathan Coles <[email protected]> |
2003-03-28 Jonathan Coles <[email protected]> |
26 |
|
|
27 |
* Thuban/UI/classifier.py: Support for highlighting a specific |
* Thuban/UI/classifier.py: Support for highlighting a specific |