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