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]> |
2003-12-22 Bernhard Herzog <[email protected]> |
99 |
|
|
100 |
* Thuban/UI/tableview.py (TableGrid.OnDestroy) |
* Thuban/UI/tableview.py (TableGrid.OnDestroy) |