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]> |
2003-03-28 Jonathan Coles <[email protected]> |
60 |
|
|
61 |
* Thuban/UI/classifier.py: Support for highlighting a specific |
* Thuban/UI/classifier.py: Support for highlighting a specific |