1 |
|
2003-10-30 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/dialogs.py (ThubanFrame.__init__): Handle |
4 |
|
EVT_WINDOW_DESTROY |
5 |
|
(ThubanFrame.OnDestroy): New. Handler for EVT_WINDOW_DESTROY. Does |
6 |
|
nothing but is convenient for the derived classes. |
7 |
|
|
8 |
|
* Thuban/UI/tableview.py |
9 |
|
(TableFrame.OnDestroy, LayerTableFrame.OnDestroy): New. |
10 |
|
Unsubscribe the messages here not in OnClose because that might |
11 |
|
get called multiple times. Fixes RT #2196 |
12 |
|
(TableFrame.OnClose, LayerTableFrame.OnClose): Removed. Not needed |
13 |
|
anymore. |
14 |
|
|
15 |
|
* README: Update the minimum requirement for wxPython. Since we |
16 |
|
now use the EVT_WINDOW_DESTROY event, we need at least 2.4.0.4, |
17 |
|
the version in which that was introduced for all platforms |
18 |
|
|
19 |
2003-10-30 Frank Koormann <[email protected]> |
2003-10-30 Frank Koormann <[email protected]> |
20 |
|
|
21 |
* Thuban/UI/join.py (JoinDialog.OnJoin): Wrapped the major parts of |
* Thuban/UI/join.py (JoinDialog.OnJoin): Wrapped the major parts of |