1 |
2003-05-22 Frank Koormann <[email protected]> |
2003-05-22 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/join.py (JoinDialog.__init__): Make use of |
4 |
|
TransientTable.Title() |
5 |
|
|
6 |
|
2003-05-22 Frank Koormann <[email protected]> |
7 |
|
|
8 |
|
Join Dialog, initial version. |
9 |
|
|
10 |
|
* Thuban/UI/mainwindow.py (MainWindow.TableJoin): Removed print. |
11 |
|
|
12 |
|
* Thuban/UI/join.py (JoinDialog): Functional implementation of |
13 |
|
former framework. Renamed Table1/Table2 to LeftTable/RightTable |
14 |
|
in all occurences. |
15 |
|
|
16 |
|
* Thuban/Model/transientdb.py (TransientJoinedTable.__doc__): |
17 |
|
Typo fixed. |
18 |
|
|
19 |
|
2003-05-22 Bernhard Herzog <[email protected]> |
20 |
|
|
21 |
|
Give the tables titles so that the GUI can display more meaningful |
22 |
|
names. For now the titles are fixed but depend on e.g. filenames |
23 |
|
or the titles of the joined tables. |
24 |
|
|
25 |
|
* Thuban/Model/transientdb.py (TransientTable.Title) |
26 |
|
(TransientJoinedTable.Title, AutoTransientTable.Title): New. |
27 |
|
|
28 |
|
* Thuban/Model/table.py (DBFTable.Title, MemoryTable.Title): New. |
29 |
|
|
30 |
|
* test/test_transientdb.py |
31 |
|
(TestTransientTable.test_auto_transient_table_title): New. Test |
32 |
|
for the Title method |
33 |
|
(TestTransientTable.test_transient_joined_table) |
34 |
|
(TestTransientTable.test_transient_table): Add test for the Title |
35 |
|
methods |
36 |
|
|
37 |
|
* test/test_memory_table.py (TestMemoryTable.test_title): New. |
38 |
|
Test for the Title method |
39 |
|
|
40 |
|
* test/test_dbf_table.py (TestDBFTable.test_title): New. Test for |
41 |
|
the Title method |
42 |
|
|
43 |
|
2003-05-22 Bernhard Herzog <[email protected]> |
44 |
|
|
45 |
|
* test/test_layer.py (TestLayer.setUp, TestLayer.tearDown): |
46 |
|
Provide a better way to destroy the layers |
47 |
|
(TestLayer.test_base_layer, TestLayer.test_arc_layer) |
48 |
|
(TestLayer.test_point_layer, TestLayer.test_empty_layer) |
49 |
|
(TestLayer.test_polygon_layer, TestLayer.test_get_field_type): Use |
50 |
|
the new way to destroy the layers. |
51 |
|
(TestLayer.test_derived_store): New. Test for using a layer with a |
52 |
|
DerivedShapeStore |
53 |
|
|
54 |
|
* Thuban/Model/layer.py (Layer.SetShapeStore): Only set the |
55 |
|
filename if the shape store actually has one. |
56 |
|
|
57 |
|
2003-05-22 Bernhard Herzog <[email protected]> |
58 |
|
|
59 |
|
* Thuban/Model/table.py (DBFTable.FileName): New. Accessor method |
60 |
|
for the filename |
61 |
|
|
62 |
|
* test/test_dbf_table.py (TestDBFTable.test_filename): New. Test |
63 |
|
for the FileName method |
64 |
|
(TestDBFTableWriting.test_write): Fix spelling of filename |
65 |
|
|
66 |
|
2003-05-22 Thomas Koester <[email protected]> |
67 |
|
|
68 |
|
* Thuban/Model/range.py, test/test_range.py: Brought over new Range |
69 |
|
from SciParam that now really is immutable. |
70 |
|
|
71 |
|
2003-05-22 Frank Koormann <[email protected]> |
72 |
|
|
73 |
Layer Top/Bottom placement added to legend. |
Layer Top/Bottom placement added to legend. |
74 |
|
|
75 |
* Thuban/UI/legend.py |
* Thuban/UI/legend.py |