1 |
|
2003-04-01 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* test/test_map.py: Don't use from <module> import * |
4 |
|
|
5 |
|
2003-04-01 Jonathan Coles <[email protected]> |
6 |
|
|
7 |
|
* Thuban/Model/session.py: Use LAYER_CHANGED instead of |
8 |
|
LAYER_LEGEND_CHANGED |
9 |
|
|
10 |
|
* Thuban/UI/dock.py (DockableWindow._OnButtonClose): Call |
11 |
|
self.Destroy() to close the window after yesterday's changes. |
12 |
|
|
13 |
|
* test/test_map.py, test/test_session.py: Fix messages that |
14 |
|
are sent from maps and layers. |
15 |
|
|
16 |
|
2003-03-31 Jonathan Coles <[email protected]> |
17 |
|
|
18 |
|
* Thuban/UI/classifier.py: Commented out some debugging statements. |
19 |
|
(ClassDataPreviewer.Draw): Draw rectangles for polygon layers per |
20 |
|
RTbug #1769. |
21 |
|
|
22 |
|
* Thuban/UI/dock.py (DockableWindow.UnDock): Restore size and |
23 |
|
position (although position doesn't work yet under GTK). |
24 |
|
(DockableWindow.Destroy): New. Called when the window must be |
25 |
|
closed. Namely needed when the DockFrame closes and must close |
26 |
|
its children. |
27 |
|
(DockFrame): Listen for EVT_CLOSE and destroy all children. |
28 |
|
|
29 |
|
* Thuban/UI/legend.py (LegendPanel.Destroy): New. Cleans up |
30 |
|
when then window is told to close. |
31 |
|
(LegendTree._OnMsgLayerChanged): Fixes a seg fault bug. See |
32 |
|
comment in source for more info. |
33 |
|
|
34 |
|
* Thuban/UI/main.py: Show the legend by default when Thuban starts. |
35 |
|
|
36 |
|
* Thuban/UI/mainwindow.py: Renamed OnClose to _OnClose for |
37 |
|
symmetry with other such methods. |
38 |
|
(MainWindow.ShowLegend): Show the legend docked by default. |
39 |
|
|
40 |
|
2003-03-28 Jonathan Coles <[email protected]> |
41 |
|
|
42 |
|
* Thuban/UI/classifier.py: Support for highlighting a specific |
43 |
|
group within the grid when the classification dialog is opened. |
44 |
|
Also contains a lot of debugging printouts which will later |
45 |
|
be removed. |
46 |
|
|
47 |
|
* Thuban/UI/dock.py: Complete rework on the dock code so that |
48 |
|
that it is fairly removed from the rest of the Thuban application. |
49 |
|
It is easy to add new docks which the rest of the program having |
50 |
|
to be aware of them. |
51 |
|
|
52 |
|
* Thuban/UI/legend.py: Modifications to support selecting a |
53 |
|
specific group in the classification dialog. Changed how layers |
54 |
|
are drawn when the layer is visible/invisible. |
55 |
|
|
56 |
|
* Thuban/UI/mainwindow.py: Removed legend specific code and |
57 |
|
replaced it with calls to the new dock code. |
58 |
|
|
59 |
|
* Thuban/UI/renderer.py (MapRenderer.__init__): Added assert |
60 |
|
to check if scale > 0. Trying to track down a divide by zero. |
61 |
|
|
62 |
2003-03-26 Jonathan Coles <[email protected]> |
2003-03-26 Jonathan Coles <[email protected]> |
63 |
|
|
64 |
* Thuban/UI/legend.py: Removed unnecessary LegendDialog class. |
* Thuban/UI/legend.py: Removed unnecessary LegendDialog class. |