1 |
2003-05-22 Bernhard Herzog <[email protected]> |
2003-05-22 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/join.py (JoinDialog.OnJoin): Use exc_info in a |
4 |
|
somewhat safer way. Storing the traceback in a local variable can |
5 |
|
lead to memory leaks |
6 |
|
|
7 |
|
2003-05-22 Bernhard Herzog <[email protected]> |
8 |
|
|
9 |
|
* Thuban/UI/join.py (JoinDialog.OnJoin): Make sure to really call |
10 |
|
the wxMessageDialog's Destroy() method. |
11 |
|
|
12 |
|
2003-05-22 Frank Koormann <[email protected]> |
13 |
|
|
14 |
|
* Thuban/UI/join.py (JoinDialog.__init__): Make use of |
15 |
|
TransientTable.Title() |
16 |
|
|
17 |
|
2003-05-22 Frank Koormann <[email protected]> |
18 |
|
|
19 |
|
Join Dialog, initial version. |
20 |
|
|
21 |
|
* Thuban/UI/mainwindow.py (MainWindow.TableJoin): Removed print. |
22 |
|
|
23 |
|
* Thuban/UI/join.py (JoinDialog): Functional implementation of |
24 |
|
former framework. Renamed Table1/Table2 to LeftTable/RightTable |
25 |
|
in all occurences. |
26 |
|
|
27 |
|
* Thuban/Model/transientdb.py (TransientJoinedTable.__doc__): |
28 |
|
Typo fixed. |
29 |
|
|
30 |
|
2003-05-22 Bernhard Herzog <[email protected]> |
31 |
|
|
32 |
Give the tables titles so that the GUI can display more meaningful |
Give the tables titles so that the GUI can display more meaningful |
33 |
names. For now the titles are fixed but depend on e.g. filenames |
names. For now the titles are fixed but depend on e.g. filenames |
34 |
or the titles of the joined tables. |
or the titles of the joined tables. |