1 |
|
2003-04-01 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/renderer.pyi (MapRenderer.draw_point_shape): Check |
4 |
|
that there actually are points in the returned list of points |
5 |
|
before trying to index into the list. The list may be empty if |
6 |
|
the shape is a Null Shape. |
7 |
|
|
8 |
|
2003-04-01 Bernhard Herzog <[email protected]> |
9 |
|
|
10 |
|
* test/test_map.py: Don't use from <module> import * |
11 |
|
|
12 |
|
2003-04-01 Jonathan Coles <[email protected]> |
13 |
|
|
14 |
|
* Thuban/Model/session.py: Use LAYER_CHANGED instead of |
15 |
|
LAYER_LEGEND_CHANGED |
16 |
|
|
17 |
|
* Thuban/UI/dock.py (DockableWindow._OnButtonClose): Call |
18 |
|
self.Destroy() to close the window after yesterday's changes. |
19 |
|
|
20 |
|
* test/test_map.py, test/test_session.py: Fix messages that |
21 |
|
are sent from maps and layers. |
22 |
|
|
23 |
|
2003-03-31 Jonathan Coles <[email protected]> |
24 |
|
|
25 |
|
* Thuban/UI/classifier.py: Commented out some debugging statements. |
26 |
|
(ClassDataPreviewer.Draw): Draw rectangles for polygon layers per |
27 |
|
RTbug #1769. |
28 |
|
|
29 |
|
* Thuban/UI/dock.py (DockableWindow.UnDock): Restore size and |
30 |
|
position (although position doesn't work yet under GTK). |
31 |
|
(DockableWindow.Destroy): New. Called when the window must be |
32 |
|
closed. Namely needed when the DockFrame closes and must close |
33 |
|
its children. |
34 |
|
(DockFrame): Listen for EVT_CLOSE and destroy all children. |
35 |
|
|
36 |
|
* Thuban/UI/legend.py (LegendPanel.Destroy): New. Cleans up |
37 |
|
when then window is told to close. |
38 |
|
(LegendTree._OnMsgLayerChanged): Fixes a seg fault bug. See |
39 |
|
comment in source for more info. |
40 |
|
|
41 |
|
* Thuban/UI/main.py: Show the legend by default when Thuban starts. |
42 |
|
|
43 |
|
* Thuban/UI/mainwindow.py: Renamed OnClose to _OnClose for |
44 |
|
symmetry with other such methods. |
45 |
|
(MainWindow.ShowLegend): Show the legend docked by default. |
46 |
|
|
47 |
2003-03-28 Jonathan Coles <[email protected]> |
2003-03-28 Jonathan Coles <[email protected]> |
48 |
|
|
49 |
* Thuban/UI/classifier.py: Support for highlighting a specific |
* Thuban/UI/classifier.py: Support for highlighting a specific |