1 |
|
2003-12-01 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* HOWTO-Release: Add note about updating MANIFEST.in |
4 |
|
|
5 |
|
* MANIFEST.in: Add the Extensions |
6 |
|
|
7 |
|
* NEWS: Update for 1.0rc1 |
8 |
|
|
9 |
|
2003-12-01 Bernhard Herzog <[email protected]> |
10 |
|
|
11 |
|
* Thuban/UI/mainwindow.py (MainWindow.AddLayer): Change the wild |
12 |
|
cards for the dialog so that shapefiles ending in all uppercase |
13 |
|
SHP are listed too |
14 |
|
|
15 |
|
2003-11-28 Bernhard Herzog <[email protected]> |
16 |
|
|
17 |
|
* Thuban/version.py (longversion): Update to 1.0rc1 |
18 |
|
|
19 |
|
* setup.py (setup call): Update version to 1.0rc1. Use the |
20 |
|
[email protected] email address as author email instead of my |
21 |
|
personal one. |
22 |
|
|
23 |
|
2003-11-28 Bernhard Herzog <[email protected]> |
24 |
|
|
25 |
|
* po/de.po: Update german translation. |
26 |
|
|
27 |
|
2003-11-28 Bernhard Herzog <[email protected]> |
28 |
|
|
29 |
|
Unify the filenames stored in .thuban files so that the .thuban |
30 |
|
files are more platform independend |
31 |
|
|
32 |
|
* Thuban/Model/save.py (unify_filename): New. Unify filenames so |
33 |
|
that they can be used on both windows and unix |
34 |
|
(SessionSaver.prepare_filename): New. Handle all filename |
35 |
|
transformations for filenames stored in the thuban file |
36 |
|
(SessionSaver.write_data_containers, SessionSaver.write_layer): |
37 |
|
Use prepare_filename |
38 |
|
|
39 |
|
* test/test_save.py (SaveSessionTest.testSingleLayer) |
40 |
|
(SaveSessionTest.testLayerProjection) |
41 |
|
(SaveSessionTest.testRasterLayer) |
42 |
|
(SaveSessionTest.testClassifiedLayer) |
43 |
|
(SaveSessionTest.test_dbf_table) |
44 |
|
(SaveSessionTest.test_joined_table): Filenames are always stored |
45 |
|
with slashes on all currently supported platforms so adapt all |
46 |
|
tests to this |
47 |
|
|
48 |
|
* test/test_load.py (LoadSessionTest.filenames): With the new |
49 |
|
filename scheme the filenames in the tests should be |
50 |
|
understandable on all currently supported platforms so we turn |
51 |
|
this into an empty list because we don't have to normalize them |
52 |
|
anymore |
53 |
|
|
54 |
|
2003-11-28 Bernhard Herzog <[email protected]> |
55 |
|
|
56 |
|
* test/test_layer.py (TestLayer.test_arc_layer_with_projection): |
57 |
|
Add the ellipsoid to the projection since some Proj versions |
58 |
|
complain if it's missing. |
59 |
|
|
60 |
2003-11-27 Bernhard Herzog <[email protected]> |
2003-11-27 Bernhard Herzog <[email protected]> |
61 |
|
|
62 |
Corect some bounding box projection problems |
Corect some bounding box projection problems |