1 |
|
2002-08-16 Jan-Oliver Wagner <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/mainwindow.py: menu item 'show session tree' now disable if |
4 |
|
tree window already open |
5 |
|
|
6 |
|
2002-08-15 Bernhard Herzog <[email protected]> |
7 |
|
|
8 |
|
* Thuban/Model/layer.py (Layer.Destroy): Call the unboundd method |
9 |
|
with self. |
10 |
|
|
11 |
|
* Thuban/UI/view.py (MapCanvas.OnLeftUp): Only release the mouse |
12 |
|
when we have actually captured it. |
13 |
|
|
14 |
|
* Thuban/Model/layer.py (Layer.Destroy): New. Explicitly close the |
15 |
|
shapefile and destroy the table. |
16 |
|
|
17 |
|
* Thuban/Model/table.py (Table.Destroy): New. Close the DBF file. |
18 |
|
|
19 |
|
2002-08-14 Bernhard Herzog <[email protected]> |
20 |
|
|
21 |
|
* Thuban/UI/controls.py (RecordTable.__init__): Remove the unused |
22 |
|
instance variable columns |
23 |
|
(RecordTable.GetTypeName): row and col may be negative in some |
24 |
|
cases. |
25 |
|
|
26 |
|
* setup.py (InstallLocal.initialize_options) |
27 |
|
(InstallLocal.finalize_options, InstallLocal.user_options): New |
28 |
|
option create-init-file to build a thubaninit.py when running |
29 |
|
install_local |
30 |
|
(InstallLocal.run): Create the thubaninit.py module when requested |
31 |
|
(thubaninit_contents): Split the template into several parts and |
32 |
|
create a new function thubaninit_contents that creates the |
33 |
|
contents of a thubaninit module. |
34 |
|
(ThubanInstall.run): Use the new function to create the thubaninit |
35 |
|
module. |
36 |
|
|
37 |
|
2002-07-30 Bernhard Herzog <[email protected]> |
38 |
|
|
39 |
|
* Thuban/UI/application.py (ThubanApplication.OnExit): Do some |
40 |
|
cleanup. |
41 |
|
(ThubanApplication.MainLoop): Extend to automatically call OnExit. |
42 |
|
|
43 |
|
* Thuban/Model/session.py (Session.Destroy): Don't bypass the |
44 |
|
direct base class' Destroy method. |
45 |
|
|
46 |
|
* Thuban/Model/map.py (Map.ClearLayers): New method to delete all |
47 |
|
layers. |
48 |
|
(Map.Destroy): Destroy the label_layer as well and call the |
49 |
|
inherited Desatroymethod first so that no more messages are |
50 |
|
issued. |
51 |
|
(Map.RaiseLayer, Map.LowerLayer): Only issue LAYERS_CHANGED |
52 |
|
message if the stacking order actually has changed. Add |
53 |
|
doc-strings. |
54 |
|
(Map.BoundingBox): Correct the doc-string. |
55 |
|
(Map.AddLayer, Map.RemoveLayer, Map.Layers, Map.HasLayers) |
56 |
|
(Map.ProjectedBoundingBox, Map.SetProjection): Add doc-strings. |
57 |
|
|
58 |
|
* Thuban/Model/label.py (LabelLayer.ClearLabels): New to delete |
59 |
|
all labels. |
60 |
|
|
61 |
2002-07-29 Bernhard Herzog <[email protected]> |
2002-07-29 Bernhard Herzog <[email protected]> |
62 |
|
|
63 |
* Thuban/Model/map.py (Map.subscribe_layer_channels) |
* Thuban/Model/map.py (Map.subscribe_layer_channels) |