/[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 2005 by bh, Tue Dec 2 13:26:13 2003 UTC revision 2055 by frank, Fri Feb 6 08:42:03 2004 UTC
# Line 1  Line 1 
1    2004-02-06  Frank Koormann  <[email protected]>
2    
3            * po/pt_BR.po: Fixed charset
4    
5    2004-02-05  Frank Koormann  <[email protected]>
6    
7            * po/pt_BR.po: Fixed format string for error message, missing %s
8            added (Thuban/UI/application.py:273)
9    
10    2004-02-03  Frank Koormann  <[email protected]>
11            
12            First version of Portuguese (Brazilian) translation
13    
14            * po/pt_BR.po: New, translation of pot (2004-01-15 16:07+0300) for
15            Brazilian Portuguese by Eduardo Patto Kanegae.
16    
17            * Thuban/UI/about.py (About.__init.py__): Added Eduardo to the list of
18            translators.
19    
20    
21    2004-01-22  Frank Koormann  <[email protected]>
22    
23            * Doc/manual/thuban-manual.xml: Added section on installation of
24            Thuban under Win32 systems. Fixed image path references in the postgis
25            section. Some minor source formattings.
26    
27    2004-01-21  Frank Koormann  <[email protected]>
28    
29            Make Thuban remember path selections (at least for one application run).
30    
31            * Thuban/UI/application.py (Application.OnInit): Initialize path as a
32            attribute of application object. Path is a dictionary of
33            strings, currently with the items "data" and "projection".  
34            (Application.SetPath): New, stores path for the specified item.
35            (Application.Path): New, return path for the specified item.
36    
37            * Thuban/UI/mainwindow.py
38            (MainWindow.OpenSession, MainWindow.SaveSessionAs,
39            MainWindow.AddLayer, MainWindow.AddRasterLayer,
40            MainWindow.TableOpen): Access "data" path information of the
41            application.
42            
43            * Thuban/UI/projdialog.py (ProjFrame._OnImport, ProjFrame._OnExport):
44            Access "projection" path information of the application.
45    
46    2004-01-05  Bernhard Herzog  <[email protected]>
47    
48            * po/ru.po: Updated translations from Alex Shevlakov
49    
50    2004-01-05  Bernhard Herzog  <[email protected]>
51    
52            * po/Makefile, po/README: Move the description of how to generate
53            the translation statistics to the README.
54    
55    2003-12-23  Bernhard Herzog  <[email protected]>
56    
57            * NEWS: Update for 1.0.0
58    
59            * po/it.po: Another update from Maurizio Napolitano
60    
61    2003-12-23  Bernhard Herzog  <[email protected]>
62    
63            * po/it.po: Updated translation from Maurizio Napolitano
64    
65    2003-12-23  Bernhard Herzog  <[email protected]>
66    
67            * Thuban/UI/join.py (JoinDialog.__init__): Mark one more string
68            for translation
69    
70            * Thuban/UI/mainwindow.py (MainWindow.TableRename)
71            (MainWindow.RenameMap, MainWindow.RenameLayer): Mark some more
72            strings for translation
73    
74            * po/de.po: Update with the newly marked strings.
75    
76    2003-12-22  Bernhard Herzog  <[email protected]>
77    
78            * HOWTO-Release: Fix the places where version numbers have to be
79            updated
80    
81    2003-12-22  Bernhard Herzog  <[email protected]>
82    
83            * setup.py (setup call): 1.0.0, yeah!
84    
85            * Thuban/version.py (longversion): 1.0.0, yeah!
86    
87            * Thuban/Model/load.py (SessionLoader.__init__): Accept the
88            1.0.0 namespace too
89    
90            * Thuban/Model/save.py (SessionSaver.write_session): Save with
91            1.0.0 namespace
92    
93            * test/test_load.py (LoadSessionTest.dtd)
94            (TestSingleLayer.file_contents)
95            (TestNonAsciiColumnName.file_contents)
96            (TestLayerVisibility.file_contents)
97            (TestClassification.file_contents, TestLabels.file_contents)
98            (TestLayerProjection.file_contents)
99            (TestRasterLayer.file_contents, TestJoinedTable.file_contents)
100            (TestLabelLayer.file_contents, TestPostGISLayer.file_contents)
101            (TestPostGISLayerPassword.file_contents)
102            (TestLoadError.file_contents, TestLoadError.test): Update for
103            1.0.0 namespace
104    
105            * test/test_save.py (SaveSessionTest.dtd)
106            (SaveSessionTest.testEmptySession)
107            (SaveSessionTest.testSingleLayer)
108            (SaveSessionTest.testLayerProjection)
109            (SaveSessionTest.testRasterLayer)
110            (SaveSessionTest.testClassifiedLayer)
111            (SaveSessionTest.test_dbf_table)
112            (SaveSessionTest.test_joined_table)
113            (SaveSessionTest.test_save_postgis): Update for 1.0.0 namespace
114    
115    2003-12-22  Bernhard Herzog  <[email protected]>
116    
117            * Thuban/Model/load.py (SessionLoader.start_label): Make sure the
118            alignment flags are byte strings not unicode and that they have
119            valid values
120    
121            * test/test_load.py (TestLabelLayer): New. Test loading (and
122            indirectly saving) of maps with labels.
123    
124    2003-12-22  Bernhard Herzog  <[email protected]>
125    
126            * Thuban/UI/tableview.py (TableGrid.OnDestroy)
127            (TableGrid.__init__): Handle EVT_WINDOW_DESTROY in the grid to
128            unsubscribe all subscribers.
129            (LayerTableFrame.OnDestroy): Do not unsubscribe any messages from
130            self.grid since it may already have been destroyed.
131            Fixes RT #2256
132    
133    2003-12-19  Bernhard Herzog  <[email protected]>
134    
135            * po/fr.po, po/es.po: Updated translations from Daniel Calvelo
136    
137    2003-12-16  Bernhard Herzog  <[email protected]>
138            
139            * debian/bitmappath.patch, debian/setup.py.patch:
140                    added to ensure compliance with FHS for debian
141            * debian/rules, debian/changelog:
142                added patches in rules to ensure compliance with FHS for debian
143    
144    2003-12-16  Bernhard Herzog  <[email protected]>
145    
146            * po/Makefile (mo): Make the output a bit nicer so that it prints
147            statistics about the translations. Add a comment how produce even
148            nicer statistics with sed.
149    
150    2003-12-09  Frank Koormann   <[email protected]>
151    
152            * Resources/Projections/defaults.proj:
153            French projection sample with correct accents (UNICODE).
154    
155    2003-12-05  Bernhard Herzog  <[email protected]>
156    
157            * MANIFEST.in: Add the devtools directory
158    
159            * setup.py (setup call): Use license instead of licence. This
160            silences a deprecation warning on Python 2.3
161    
162    2003-12-05  Frank Koormann   <[email protected]>
163    
164            Documentation synced with 1.0rc1
165    
166            * Doc/manual/thuban-manual.xml:
167            Minor formatting changes and references to database layers .
168            Introduction.Internationalization: New section on i18n.
169            MapManagement.AddingandRemovingLayers: Added item on database layers.  
170            MapManagement.TheLegend: Added section and screenshot on popup menu.
171            ProjectionManagement: Updated screenshot and sentence on EPSG.
172            Appendix.SupportedDataSources: Added PostGIS.
173            Appendix.WorkingwithPostGIS: New section.
174    
175            * Doc/manual/images/6_projection.png: Updated screenshot including
176            EPSG checkboxes.
177    
178            * Doc/manual/images/3_5_popup_menu.png: New, popup menu screenshot.
179    
180            * Doc/manual/images/app_postgis_add_layer.png,
181            Doc/manual/images/app_postgis_db_add.png,
182            Doc/manual/images/app_postgis_db_management.png:
183            New screenshots focussing on database layers
184    
185    2003-12-05  Frank Koormann   <[email protected]>
186    
187            * Thuban/UI/projdialog.py (load_user_proj): If user.proj is missing
188            write warning to stderr instead of rising a warning dialog
189    
190    2003-12-03  Bernhard Herzog  <[email protected]>
191    
192            Fix for RT #2243
193    
194            * Thuban/UI/mainwindow.py (MainWindow.has_selected_shape_layer):
195            New. Like has_selected_layer but for shape layers only
196            (_has_selected_shape_layer): New. Like _has_selected_layer but for
197            shape layers only
198            (layer_show_table command, layer_jointable command): Use these
199            commands should only be available for shape layers
200    
201    2003-12-03  Bernhard Herzog  <[email protected]>
202    
203            * Thuban/UI/mainwindow.py (MainWindow.Unsubscribe): Deal with
204            publishers that are wx objects and may have been destroyed by wx
205            already. Fixes RT #2242.
206    
207    2003-12-03  Bernhard Herzog  <[email protected]>
208    
209            * po/ru.po: Updates from Alex Shevlakov
210    
211    2003-12-03  Silke Reimer <silkeintevation.de>
212    
213            * debian/control, debian/changelog: Added gdal-support to
214                    debian package, updated to new thuban version
215    
216    
217    2003-12-03  Bernhard Herzog  <[email protected]>
218    
219            * Thuban/Lib/version.py: New. Module for version number
220            manipulations. The version of make_tuple here also deals better
221            with more unusual version number strings, such as e.g.
222            "1.2+cvs20031111"
223    
224            * Thuban/version.py (make_tuple): Removed. It's now in
225            Thuban.Lib.version. Use that implementation instead.
226    
227            * test/test_lib_version.py: New. Tests for Thuban/Lib/version.py
228    
229    2003-12-02  Bernhard Herzog  <[email protected]>
230    
231            * MANIFEST.in: Add debian files
232    
233            * setup.py (setup call): Add packages for the Extensions so that
234            they're installed too
235            (data_files): Add READMEs and sample data from some Extensions
236    
237            * NEWS: Add note about the extensions in binary packages
238    
239  2003-12-02  Bernhard Herzog  <[email protected]>  2003-12-02  Bernhard Herzog  <[email protected]>
240    
241          * Thuban/Model/save.py (SessionSaver.write_session): Save files          * Thuban/Model/save.py (SessionSaver.write_session): Save files

Legend:
Removed from v.2005  
changed lines
  Added in v.2055

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26