1 |
|
2003-12-03 Silke Reimer <silkeintevation.de> |
2 |
|
|
3 |
|
* debian/control, debian/changelog: Added gdal-support to |
4 |
|
debian package, updated to new thuban version |
5 |
|
|
6 |
|
|
7 |
|
2003-12-03 Bernhard Herzog <[email protected]> |
8 |
|
|
9 |
|
* Thuban/Lib/version.py: New. Module for version number |
10 |
|
manipulations. The version of make_tuple here also deals better |
11 |
|
with more unusual version number strings, such as e.g. |
12 |
|
"1.2+cvs20031111" |
13 |
|
|
14 |
|
* Thuban/version.py (make_tuple): Removed. It's now in |
15 |
|
Thuban.Lib.version. Use that implementation instead. |
16 |
|
|
17 |
|
* test/test_lib_version.py: New. Tests for Thuban/Lib/version.py |
18 |
|
|
19 |
|
2003-12-02 Bernhard Herzog <[email protected]> |
20 |
|
|
21 |
|
* MANIFEST.in: Add debian files |
22 |
|
|
23 |
|
* setup.py (setup call): Add packages for the Extensions so that |
24 |
|
they're installed too |
25 |
|
(data_files): Add READMEs and sample data from some Extensions |
26 |
|
|
27 |
|
* NEWS: Add note about the extensions in binary packages |
28 |
|
|
29 |
|
2003-12-02 Bernhard Herzog <[email protected]> |
30 |
|
|
31 |
|
* Thuban/Model/save.py (SessionSaver.write_session): Save files |
32 |
|
with the thuban-1.0rc1 |
33 |
|
|
34 |
|
* Thuban/Model/load.py (SessionLoader.__init__): Recognize the |
35 |
|
thuban-1.0rc1 namespace too |
36 |
|
|
37 |
|
* test/test_save.py (SaveSessionTest.dtd) |
38 |
|
(SaveSessionTest.testEmptySession) |
39 |
|
(SaveSessionTest.testSingleLayer) |
40 |
|
(SaveSessionTest.testLayerProjection) |
41 |
|
(SaveSessionTest.testRasterLayer) |
42 |
|
(SaveSessionTest.testClassifiedLayer) |
43 |
|
(SaveSessionTest.test_dbf_table) |
44 |
|
(SaveSessionTest.test_joined_table) |
45 |
|
(SaveSessionTest.test_save_postgis): Update to thuban-1.0rc1 |
46 |
|
namespace |
47 |
|
|
48 |
|
* test/test_load.py (LoadSessionTest.dtd): Update to thuban-1.0rc1 |
49 |
|
namespace |
50 |
|
(TestSingleLayer.file_contents) |
51 |
|
(TestNonAsciiColumnName.file_contents) |
52 |
|
(TestLayerVisibility.file_contents) |
53 |
|
(TestClassification.file_contents, TestLabels.file_contents) |
54 |
|
(TestLayerProjection.file_contents) |
55 |
|
(TestRasterLayer.file_contents, TestJoinedTable.file_contents) |
56 |
|
(TestPostGISLayer.file_contents) |
57 |
|
(TestPostGISLayerPassword.file_contents) |
58 |
|
(TestLoadError.file_contents, TestLoadError.test): Update to |
59 |
|
thuban-1.0rc1 namespace |
60 |
|
|
61 |
|
2003-12-01 Bernhard Herzog <[email protected]> |
62 |
|
|
63 |
|
* setup.py (proj4_prefix, wx_prefix, gdal_prefix): Fix these for |
64 |
|
nt to better match Intevation's current w32 setup |
65 |
|
|
66 |
|
* HOWTO-Release: Add note about updating MANIFEST.in |
67 |
|
|
68 |
|
* MANIFEST.in: Add the Extensions |
69 |
|
|
70 |
|
* NEWS: Update for 1.0rc1 |
71 |
|
|
72 |
|
2003-12-01 Bernhard Herzog <[email protected]> |
73 |
|
|
74 |
|
* Thuban/UI/mainwindow.py (MainWindow.AddLayer): Change the wild |
75 |
|
cards for the dialog so that shapefiles ending in all uppercase |
76 |
|
SHP are listed too |
77 |
|
|
78 |
|
2003-11-28 Bernhard Herzog <[email protected]> |
79 |
|
|
80 |
|
* Thuban/version.py (longversion): Update to 1.0rc1 |
81 |
|
|
82 |
|
* setup.py (setup call): Update version to 1.0rc1. Use the |
83 |
|
[email protected] email address as author email instead of my |
84 |
|
personal one. |
85 |
|
|
86 |
|
2003-11-28 Bernhard Herzog <[email protected]> |
87 |
|
|
88 |
|
* po/de.po: Update german translation. |
89 |
|
|
90 |
|
2003-11-28 Bernhard Herzog <[email protected]> |
91 |
|
|
92 |
|
Unify the filenames stored in .thuban files so that the .thuban |
93 |
|
files are more platform independend |
94 |
|
|
95 |
|
* Thuban/Model/save.py (unify_filename): New. Unify filenames so |
96 |
|
that they can be used on both windows and unix |
97 |
|
(SessionSaver.prepare_filename): New. Handle all filename |
98 |
|
transformations for filenames stored in the thuban file |
99 |
|
(SessionSaver.write_data_containers, SessionSaver.write_layer): |
100 |
|
Use prepare_filename |
101 |
|
|
102 |
|
* test/test_save.py (SaveSessionTest.testSingleLayer) |
103 |
|
(SaveSessionTest.testLayerProjection) |
104 |
|
(SaveSessionTest.testRasterLayer) |
105 |
|
(SaveSessionTest.testClassifiedLayer) |
106 |
|
(SaveSessionTest.test_dbf_table) |
107 |
|
(SaveSessionTest.test_joined_table): Filenames are always stored |
108 |
|
with slashes on all currently supported platforms so adapt all |
109 |
|
tests to this |
110 |
|
|
111 |
|
* test/test_load.py (LoadSessionTest.filenames): With the new |
112 |
|
filename scheme the filenames in the tests should be |
113 |
|
understandable on all currently supported platforms so we turn |
114 |
|
this into an empty list because we don't have to normalize them |
115 |
|
anymore |
116 |
|
|
117 |
|
2003-11-28 Bernhard Herzog <[email protected]> |
118 |
|
|
119 |
|
* test/test_layer.py (TestLayer.test_arc_layer_with_projection): |
120 |
|
Add the ellipsoid to the projection since some Proj versions |
121 |
|
complain if it's missing. |
122 |
|
|
123 |
2003-11-27 Bernhard Herzog <[email protected]> |
2003-11-27 Bernhard Herzog <[email protected]> |
124 |
|
|
125 |
Corect some bounding box projection problems |
Corect some bounding box projection problems |