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