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