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