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]> |
20 |
|
|
21 |
|
* Thuban/UI/join.py (JoinDialog.OnJoin): Wrapped the major parts of |
22 |
|
the join process in a ThubanBeginBusyCursor, ThubanEndBusyCursor |
23 |
|
frame. |
24 |
|
|
25 |
|
2003-10-30 Jan-Oliver Wagner <[email protected]> |
26 |
|
|
27 |
|
Improved APR import extension, added further EPSG definitions |
28 |
|
and some cleanup regarding string class. |
29 |
|
|
30 |
|
* test/test_proj.py (TestProjection.test_get_projection_units_geo): |
31 |
|
Added test for alias 'longlat'. |
32 |
|
|
33 |
|
* Resources/Projections/epsg-deprecated.proj: New. Contains |
34 |
|
deprecated EPSG definitions. |
35 |
|
|
36 |
|
* Extensions/importAPR/odb.py (ODBBaseObject.TreeInfo): Added |
37 |
|
the variable names for objects. |
38 |
|
|
39 |
|
* Extensions/importAPR/apr.py (APR_BLnSym, APR_BMkSym, APR_BShSym): New. |
40 |
|
Copied from importAPR and provided with documentation. |
41 |
|
|
42 |
|
* Extensions/importAPR/importAPR.py (APR_BLnSym, APR_BMkSym, APR_BShSym): |
43 |
|
Moved to apr.py. |
44 |
|
(APR_View): Added object ref 'ITheme'. |
45 |
|
|
46 |
|
* Thuban/Lib/fileutil.py, Thuban/UI/proj4dialog.py: Replaced string |
47 |
|
split function by corresponding use of the string class method. |
48 |
|
|
49 |
|
* Thuban/Model/xmlwriter.py: Replaced string replace function by |
50 |
|
corresponding string method. |
51 |
|
|
52 |
2003-10-29 Bernhard Herzog <[email protected]> |
2003-10-29 Bernhard Herzog <[email protected]> |
53 |
|
|
54 |
* Thuban/UI/baserenderer.py |
* Thuban/UI/baserenderer.py |