1 |
|
2003-05-23 Jan-Oliver Wagner <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/join.py (JoinDialog.OnJoin): Use _() for strings. |
4 |
|
Use QueryTableFrame instead of TableFrame. |
5 |
|
|
6 |
|
* Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Prefix the |
7 |
|
table window with 'Layer Table:' instead of 'Table:'. |
8 |
|
|
9 |
|
2003-05-23 Jan-Oliver Wagner <[email protected]> |
10 |
|
|
11 |
|
Give all tables a title via mix-in TitledObject.LayerShowTable |
12 |
|
|
13 |
|
* Thuban/Model/base.py (TitledObject.SetTitle): Call method 'issue' |
14 |
|
only if it exists. |
15 |
|
|
16 |
|
* Thuban/Model/table.py (DBFTable, MemoryTable): mix-in TitledObject |
17 |
|
and call its init-method with a default title. Remove Title() method. |
18 |
|
|
19 |
|
* Thuban/Model/transientdb.py (TransientTable, TransientJoinedTable, |
20 |
|
AutoTransientTable): mix-in TitledObject and call its init-method with |
21 |
|
a default title. Remove Title() method. |
22 |
|
|
23 |
2003-05-23 Bernhard Herzog <[email protected]> |
2003-05-23 Bernhard Herzog <[email protected]> |
24 |
|
|
25 |
* Thuban/Model/session.py (Session.AddShapeStore): Define |
* Thuban/Model/session.py (Session.AddShapeStore): Define |