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