/[thuban]/branches/WIP-pyshapelib-bramz/ChangeLog
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1870 by bh, Mon Oct 27 13:24:20 2003 UTC revision 1894 by bh, Thu Oct 30 18:17:17 2003 UTC
# Line 1  Line 1 
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]>
53    
54            * Thuban/UI/baserenderer.py
55            (BaseRenderer.draw_shape_layer_incrementally): Speed up the
56            special case of a classification that only has the default group
57    
58    2003-10-27  Bernhard Herzog  <[email protected]>
59    
60            * po/fr.po, po/es.po: Updated translations from Daniel Calvelo
61    
62            * po/de.po: Update.
63    
64            * Thuban/UI/application.py
65            (ThubanApplication.ShowExceptionDialog): Handle translation of the
66            dialog message properly
67    
68    2003-10-27  Bernhard Herzog  <[email protected]>
69    
70            Rework how localization works so that we use wx's translation
71            functions when running Thuban as a normal application but not when
72            we don't need any UI, such as in the test suite. See the comment
73            in Thuban/__init__.py for details
74    
75            * Thuban/__init__.py (_): Add one level of indirection to make the
76            translation handling more flexible and to make it possible to use
77            either wx's translation services or not.
78            (gettext_identity, translation_function_installed)
79            (install_translation_function): New function to help with this
80    
81            * Thuban/UI/__init__.py: Install the wx specific translation
82            function if it's OK to do that
83    
84            * test/support.py (initthuban): Install a dummy translation
85            function so that importing Thuban.UI doesn't install a wx specific
86            one for which would need to import wxPython
87    
88  2003-10-27  Bernhard Herzog  <[email protected]>  2003-10-27  Bernhard Herzog  <[email protected]>
89    
90          * HOWTO-Release: Source archives should be created first and the          * HOWTO-Release: Source archives should be created first and the

Legend:
Removed from v.1870  
changed lines
  Added in v.1894

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26