1 |
|
2003-10-31 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
Added two items to legend popup menu: Remove Layer and Show Layer Table |
4 |
|
|
5 |
|
* Thuban/UI/legend.py (LegendPanel._OnRemoveLayer, |
6 |
|
LegendPanel._OnShowTable): New event handlers, call the corresponding |
7 |
|
mainwindow methods. |
8 |
|
(LegendTree._OnRightClick): Added items to popup menu. |
9 |
|
|
10 |
|
2003-10-30 Bernhard Herzog <[email protected]> |
11 |
|
|
12 |
|
* Thuban/UI/dialogs.py (ThubanFrame.__init__): Handle |
13 |
|
EVT_WINDOW_DESTROY |
14 |
|
(ThubanFrame.OnDestroy): New. Handler for EVT_WINDOW_DESTROY. Does |
15 |
|
nothing but is convenient for the derived classes. |
16 |
|
|
17 |
|
* Thuban/UI/tableview.py |
18 |
|
(TableFrame.OnDestroy, LayerTableFrame.OnDestroy): New. |
19 |
|
Unsubscribe the messages here not in OnClose because that might |
20 |
|
get called multiple times. Fixes RT #2196 |
21 |
|
(TableFrame.OnClose, LayerTableFrame.OnClose): Removed. Not needed |
22 |
|
anymore. |
23 |
|
|
24 |
|
* README: Update the minimum requirement for wxPython. Since we |
25 |
|
now use the EVT_WINDOW_DESTROY event, we need at least 2.4.0.4, |
26 |
|
the version in which that was introduced for all platforms |
27 |
|
|
28 |
|
2003-10-30 Frank Koormann <[email protected]> |
29 |
|
|
30 |
|
* Thuban/UI/join.py (JoinDialog.OnJoin): Wrapped the major parts of |
31 |
|
the join process in a ThubanBeginBusyCursor, ThubanEndBusyCursor |
32 |
|
frame. |
33 |
|
|
34 |
|
2003-10-30 Jan-Oliver Wagner <[email protected]> |
35 |
|
|
36 |
|
Improved APR import extension, added further EPSG definitions |
37 |
|
and some cleanup regarding string class. |
38 |
|
|
39 |
|
* test/test_proj.py (TestProjection.test_get_projection_units_geo): |
40 |
|
Added test for alias 'longlat'. |
41 |
|
|
42 |
|
* Resources/Projections/epsg-deprecated.proj: New. Contains |
43 |
|
deprecated EPSG definitions. |
44 |
|
|
45 |
|
* Extensions/importAPR/odb.py (ODBBaseObject.TreeInfo): Added |
46 |
|
the variable names for objects. |
47 |
|
|
48 |
|
* Extensions/importAPR/apr.py (APR_BLnSym, APR_BMkSym, APR_BShSym): New. |
49 |
|
Copied from importAPR and provided with documentation. |
50 |
|
|
51 |
|
* Extensions/importAPR/importAPR.py (APR_BLnSym, APR_BMkSym, APR_BShSym): |
52 |
|
Moved to apr.py. |
53 |
|
(APR_View): Added object ref 'ITheme'. |
54 |
|
|
55 |
|
* Thuban/Lib/fileutil.py, Thuban/UI/proj4dialog.py: Replaced string |
56 |
|
split function by corresponding use of the string class method. |
57 |
|
|
58 |
|
* Thuban/Model/xmlwriter.py: Replaced string replace function by |
59 |
|
corresponding string method. |
60 |
|
|
61 |
2003-10-29 Bernhard Herzog <[email protected]> |
2003-10-29 Bernhard Herzog <[email protected]> |
62 |
|
|
63 |
* Thuban/UI/baserenderer.py |
* Thuban/UI/baserenderer.py |