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