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]> |
2003-12-16 Bernhard Herzog <[email protected]> |
125 |
|
|
126 |
* po/Makefile (mo): Make the output a bit nicer so that it prints |
* po/Makefile (mo): Make the output a bit nicer so that it prints |