1 |
2003-05-22 Bernhard Herzog <[email protected]> |
2003-05-22 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
Give the tables titles so that the GUI can display more meaningful |
4 |
|
names. For now the titles are fixed but depend on e.g. filenames |
5 |
|
or the titles of the joined tables. |
6 |
|
|
7 |
|
* Thuban/Model/transientdb.py (TransientTable.Title) |
8 |
|
(TransientJoinedTable.Title, AutoTransientTable.Title): New. |
9 |
|
|
10 |
|
* Thuban/Model/table.py (DBFTable.Title, MemoryTable.Title): New. |
11 |
|
|
12 |
|
* test/test_transientdb.py |
13 |
|
(TestTransientTable.test_auto_transient_table_title): New. Test |
14 |
|
for the Title method |
15 |
|
(TestTransientTable.test_transient_joined_table) |
16 |
|
(TestTransientTable.test_transient_table): Add test for the Title |
17 |
|
methods |
18 |
|
|
19 |
|
* test/test_memory_table.py (TestMemoryTable.test_title): New. |
20 |
|
Test for the Title method |
21 |
|
|
22 |
|
* test/test_dbf_table.py (TestDBFTable.test_title): New. Test for |
23 |
|
the Title method |
24 |
|
|
25 |
|
2003-05-22 Bernhard Herzog <[email protected]> |
26 |
|
|
27 |
|
* test/test_layer.py (TestLayer.setUp, TestLayer.tearDown): |
28 |
|
Provide a better way to destroy the layers |
29 |
|
(TestLayer.test_base_layer, TestLayer.test_arc_layer) |
30 |
|
(TestLayer.test_point_layer, TestLayer.test_empty_layer) |
31 |
|
(TestLayer.test_polygon_layer, TestLayer.test_get_field_type): Use |
32 |
|
the new way to destroy the layers. |
33 |
|
(TestLayer.test_derived_store): New. Test for using a layer with a |
34 |
|
DerivedShapeStore |
35 |
|
|
36 |
|
* Thuban/Model/layer.py (Layer.SetShapeStore): Only set the |
37 |
|
filename if the shape store actually has one. |
38 |
|
|
39 |
|
2003-05-22 Bernhard Herzog <[email protected]> |
40 |
|
|
41 |
* Thuban/Model/table.py (DBFTable.FileName): New. Accessor method |
* Thuban/Model/table.py (DBFTable.FileName): New. Accessor method |
42 |
for the filename |
for the filename |
43 |
|
|