1 |
|
2002-08-15 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/layer.py (Layer.Destroy): New. Explicitly close the |
4 |
|
shapefile and destroy the table. |
5 |
|
|
6 |
|
* Thuban/Model/table.py (Table.Destroy): New. Close the DBF file. |
7 |
|
|
8 |
|
2002-08-14 Bernhard Herzog <[email protected]> |
9 |
|
|
10 |
|
* Thuban/UI/controls.py (RecordTable.__init__): Remove the unused |
11 |
|
instance variable columns |
12 |
|
(RecordTable.GetTypeName): row and col may be negative in some |
13 |
|
cases. |
14 |
|
|
15 |
|
* setup.py (InstallLocal.initialize_options) |
16 |
|
(InstallLocal.finalize_options, InstallLocal.user_options): New |
17 |
|
option create-init-file to build a thubaninit.py when running |
18 |
|
install_local |
19 |
|
(InstallLocal.run): Create the thubaninit.py module when requested |
20 |
|
(thubaninit_contents): Split the template into several parts and |
21 |
|
create a new function thubaninit_contents that creates the |
22 |
|
contents of a thubaninit module. |
23 |
|
(ThubanInstall.run): Use the new function to create the thubaninit |
24 |
|
module. |
25 |
|
|
26 |
2002-07-30 Bernhard Herzog <[email protected]> |
2002-07-30 Bernhard Herzog <[email protected]> |
27 |
|
|
28 |
* Thuban/UI/application.py (ThubanApplication.OnExit): Do some |
* Thuban/UI/application.py (ThubanApplication.OnExit): Do some |