1 |
2003-05-27 Bernhard Herzog <[email protected]> |
2003-05-27 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/join.py (JoinDialog): Extend to handle layer joins as |
4 |
|
well |
5 |
|
(JoinDialog.__init__): Use the layer parameter and only build the |
6 |
|
left choice when a layer is given |
7 |
|
(JoinDialog.OnJoin): Handle layer joins as well |
8 |
|
(JoinDialog.OnLeftTable, JoinDialog.OnRightTable): Handle the case |
9 |
|
that the user selects the "Select..." item. The sensitivitly |
10 |
|
updating is now in update_sensitivity |
11 |
|
(JoinDialog.y): New method to refactor the sensitivity update of |
12 |
|
the join button into its own method. |
13 |
|
|
14 |
|
* Thuban/UI/mainwindow.py (MainWindow.LayerJoinTable): Implement. |
15 |
|
|
16 |
|
2003-05-27 Bernhard Herzog <[email protected]> |
17 |
|
|
18 |
* Thuban/UI/mainwindow.py (table_close command): Make it sensitive |
* Thuban/UI/mainwindow.py (table_close command): Make it sensitive |
19 |
iff there are unreferenced tables in the session |
iff there are unreferenced tables in the session |
20 |
|
|