/[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 2001 by bh, Mon Dec 1 16:53:35 2003 UTC revision 2035 by bh, Mon Dec 22 16:35:31 2003 UTC
# Line 1  Line 1 
1    2003-12-22  Bernhard Herzog  <[email protected]>
2    
3            * Thuban/Model/load.py (SessionLoader.start_label): Make sure the
4            alignment flags are byte strings not unicode and that they have
5            valid values
6    
7            * test/test_load.py (TestLabelLayer): New. Test loading (and
8            indirectly saving) of maps with labels.
9    
10    2003-12-22  Bernhard Herzog  <[email protected]>
11    
12            * Thuban/UI/tableview.py (TableGrid.OnDestroy)
13            (TableGrid.__init__): Handle EVT_WINDOW_DESTROY in the grid to
14            unsubscribe all subscribers.
15            (LayerTableFrame.OnDestroy): Do not unsubscribe any messages from
16            self.grid since it may already have been destroyed.
17            Fixes RT #2256
18    
19    2003-12-19  Bernhard Herzog  <[email protected]>
20    
21            * po/fr.po, po/es.po: Updated translations from Daniel Calvelo
22    
23    2003-12-16  Bernhard Herzog  <[email protected]>
24            
25            * debian/bitmappath.patch, debian/setup.py.patch:
26                    added to ensure compliance with FHS for debian
27            * debian/rules, debian/changelog:
28                added patches in rules to ensure compliance with FHS for debian
29    
30    2003-12-16  Bernhard Herzog  <[email protected]>
31    
32            * po/Makefile (mo): Make the output a bit nicer so that it prints
33            statistics about the translations. Add a comment how produce even
34            nicer statistics with sed.
35    
36    2003-12-09  Frank Koormann   <[email protected]>
37    
38            * Resources/Projections/defaults.proj:
39            French projection sample with correct accents (UNICODE).
40    
41    2003-12-05  Bernhard Herzog  <[email protected]>
42    
43            * MANIFEST.in: Add the devtools directory
44    
45            * setup.py (setup call): Use license instead of licence. This
46            silences a deprecation warning on Python 2.3
47    
48    2003-12-05  Frank Koormann   <[email protected]>
49    
50            Documentation synced with 1.0rc1
51    
52            * Doc/manual/thuban-manual.xml:
53            Minor formatting changes and references to database layers .
54            Introduction.Internationalization: New section on i18n.
55            MapManagement.AddingandRemovingLayers: Added item on database layers.  
56            MapManagement.TheLegend: Added section and screenshot on popup menu.
57            ProjectionManagement: Updated screenshot and sentence on EPSG.
58            Appendix.SupportedDataSources: Added PostGIS.
59            Appendix.WorkingwithPostGIS: New section.
60    
61            * Doc/manual/images/6_projection.png: Updated screenshot including
62            EPSG checkboxes.
63    
64            * Doc/manual/images/3_5_popup_menu.png: New, popup menu screenshot.
65    
66            * Doc/manual/images/app_postgis_add_layer.png,
67            Doc/manual/images/app_postgis_db_add.png,
68            Doc/manual/images/app_postgis_db_management.png:
69            New screenshots focussing on database layers
70    
71    2003-12-05  Frank Koormann   <[email protected]>
72    
73            * Thuban/UI/projdialog.py (load_user_proj): If user.proj is missing
74            write warning to stderr instead of rising a warning dialog
75    
76    2003-12-03  Bernhard Herzog  <[email protected]>
77    
78            Fix for RT #2243
79    
80            * Thuban/UI/mainwindow.py (MainWindow.has_selected_shape_layer):
81            New. Like has_selected_layer but for shape layers only
82            (_has_selected_shape_layer): New. Like _has_selected_layer but for
83            shape layers only
84            (layer_show_table command, layer_jointable command): Use these
85            commands should only be available for shape layers
86    
87    2003-12-03  Bernhard Herzog  <[email protected]>
88    
89            * Thuban/UI/mainwindow.py (MainWindow.Unsubscribe): Deal with
90            publishers that are wx objects and may have been destroyed by wx
91            already. Fixes RT #2242.
92    
93    2003-12-03  Bernhard Herzog  <[email protected]>
94    
95            * po/ru.po: Updates from Alex Shevlakov
96    
97    2003-12-03  Silke Reimer <silkeintevation.de>
98    
99            * debian/control, debian/changelog: Added gdal-support to
100                    debian package, updated to new thuban version
101    
102    
103    2003-12-03  Bernhard Herzog  <[email protected]>
104    
105            * Thuban/Lib/version.py: New. Module for version number
106            manipulations. The version of make_tuple here also deals better
107            with more unusual version number strings, such as e.g.
108            "1.2+cvs20031111"
109    
110            * Thuban/version.py (make_tuple): Removed. It's now in
111            Thuban.Lib.version. Use that implementation instead.
112    
113            * test/test_lib_version.py: New. Tests for Thuban/Lib/version.py
114    
115    2003-12-02  Bernhard Herzog  <[email protected]>
116    
117            * MANIFEST.in: Add debian files
118    
119            * setup.py (setup call): Add packages for the Extensions so that
120            they're installed too
121            (data_files): Add READMEs and sample data from some Extensions
122    
123            * NEWS: Add note about the extensions in binary packages
124    
125    2003-12-02  Bernhard Herzog  <[email protected]>
126    
127            * Thuban/Model/save.py (SessionSaver.write_session): Save files
128            with the thuban-1.0rc1
129    
130            * Thuban/Model/load.py (SessionLoader.__init__): Recognize the
131            thuban-1.0rc1 namespace too
132    
133            * test/test_save.py (SaveSessionTest.dtd)
134            (SaveSessionTest.testEmptySession)
135            (SaveSessionTest.testSingleLayer)
136            (SaveSessionTest.testLayerProjection)
137            (SaveSessionTest.testRasterLayer)
138            (SaveSessionTest.testClassifiedLayer)
139            (SaveSessionTest.test_dbf_table)
140            (SaveSessionTest.test_joined_table)
141            (SaveSessionTest.test_save_postgis): Update to thuban-1.0rc1
142            namespace
143    
144            * test/test_load.py (LoadSessionTest.dtd): Update to thuban-1.0rc1
145            namespace
146            (TestSingleLayer.file_contents)
147            (TestNonAsciiColumnName.file_contents)
148            (TestLayerVisibility.file_contents)
149            (TestClassification.file_contents, TestLabels.file_contents)
150            (TestLayerProjection.file_contents)
151            (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
152            (TestPostGISLayer.file_contents)
153            (TestPostGISLayerPassword.file_contents)
154            (TestLoadError.file_contents, TestLoadError.test): Update to
155            thuban-1.0rc1 namespace
156    
157  2003-12-01  Bernhard Herzog  <[email protected]>  2003-12-01  Bernhard Herzog  <[email protected]>
158    
159            * setup.py (proj4_prefix, wx_prefix, gdal_prefix): Fix these for
160            nt to better match Intevation's current w32 setup
161    
162          * HOWTO-Release: Add note about updating MANIFEST.in          * HOWTO-Release: Add note about updating MANIFEST.in
163    
164          * MANIFEST.in: Add the Extensions          * MANIFEST.in: Add the Extensions

Legend:
Removed from v.2001  
changed lines
  Added in v.2035

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26