1 |
|
2003-12-03 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
Fix for RT #2243 |
4 |
|
|
5 |
|
* Thuban/UI/mainwindow.py (MainWindow.has_selected_shape_layer): |
6 |
|
New. Like has_selected_layer but for shape layers only |
7 |
|
(_has_selected_shape_layer): New. Like _has_selected_layer but for |
8 |
|
shape layers only |
9 |
|
(layer_show_table command, layer_jointable command): Use these |
10 |
|
commands should only be available for shape layers |
11 |
|
|
12 |
|
2003-12-03 Bernhard Herzog <[email protected]> |
13 |
|
|
14 |
|
* Thuban/UI/mainwindow.py (MainWindow.Unsubscribe): Deal with |
15 |
|
publishers that are wx objects and may have been destroyed by wx |
16 |
|
already. Fixes RT #2242. |
17 |
|
|
18 |
|
2003-12-03 Bernhard Herzog <[email protected]> |
19 |
|
|
20 |
|
* po/ru.po: Updates from Alex Shevlakov |
21 |
|
|
22 |
|
2003-12-03 Silke Reimer <silkeintevation.de> |
23 |
|
|
24 |
|
* debian/control, debian/changelog: Added gdal-support to |
25 |
|
debian package, updated to new thuban version |
26 |
|
|
27 |
|
|
28 |
|
2003-12-03 Bernhard Herzog <[email protected]> |
29 |
|
|
30 |
|
* Thuban/Lib/version.py: New. Module for version number |
31 |
|
manipulations. The version of make_tuple here also deals better |
32 |
|
with more unusual version number strings, such as e.g. |
33 |
|
"1.2+cvs20031111" |
34 |
|
|
35 |
|
* Thuban/version.py (make_tuple): Removed. It's now in |
36 |
|
Thuban.Lib.version. Use that implementation instead. |
37 |
|
|
38 |
|
* test/test_lib_version.py: New. Tests for Thuban/Lib/version.py |
39 |
|
|
40 |
|
2003-12-02 Bernhard Herzog <[email protected]> |
41 |
|
|
42 |
|
* MANIFEST.in: Add debian files |
43 |
|
|
44 |
|
* setup.py (setup call): Add packages for the Extensions so that |
45 |
|
they're installed too |
46 |
|
(data_files): Add READMEs and sample data from some Extensions |
47 |
|
|
48 |
|
* NEWS: Add note about the extensions in binary packages |
49 |
|
|
50 |
|
2003-12-02 Bernhard Herzog <[email protected]> |
51 |
|
|
52 |
|
* Thuban/Model/save.py (SessionSaver.write_session): Save files |
53 |
|
with the thuban-1.0rc1 |
54 |
|
|
55 |
|
* Thuban/Model/load.py (SessionLoader.__init__): Recognize the |
56 |
|
thuban-1.0rc1 namespace too |
57 |
|
|
58 |
|
* test/test_save.py (SaveSessionTest.dtd) |
59 |
|
(SaveSessionTest.testEmptySession) |
60 |
|
(SaveSessionTest.testSingleLayer) |
61 |
|
(SaveSessionTest.testLayerProjection) |
62 |
|
(SaveSessionTest.testRasterLayer) |
63 |
|
(SaveSessionTest.testClassifiedLayer) |
64 |
|
(SaveSessionTest.test_dbf_table) |
65 |
|
(SaveSessionTest.test_joined_table) |
66 |
|
(SaveSessionTest.test_save_postgis): Update to thuban-1.0rc1 |
67 |
|
namespace |
68 |
|
|
69 |
|
* test/test_load.py (LoadSessionTest.dtd): Update to thuban-1.0rc1 |
70 |
|
namespace |
71 |
|
(TestSingleLayer.file_contents) |
72 |
|
(TestNonAsciiColumnName.file_contents) |
73 |
|
(TestLayerVisibility.file_contents) |
74 |
|
(TestClassification.file_contents, TestLabels.file_contents) |
75 |
|
(TestLayerProjection.file_contents) |
76 |
|
(TestRasterLayer.file_contents, TestJoinedTable.file_contents) |
77 |
|
(TestPostGISLayer.file_contents) |
78 |
|
(TestPostGISLayerPassword.file_contents) |
79 |
|
(TestLoadError.file_contents, TestLoadError.test): Update to |
80 |
|
thuban-1.0rc1 namespace |
81 |
|
|
82 |
|
2003-12-01 Bernhard Herzog <[email protected]> |
83 |
|
|
84 |
|
* setup.py (proj4_prefix, wx_prefix, gdal_prefix): Fix these for |
85 |
|
nt to better match Intevation's current w32 setup |
86 |
|
|
87 |
|
* HOWTO-Release: Add note about updating MANIFEST.in |
88 |
|
|
89 |
|
* MANIFEST.in: Add the Extensions |
90 |
|
|
91 |
|
* NEWS: Update for 1.0rc1 |
92 |
|
|
93 |
2003-12-01 Bernhard Herzog <[email protected]> |
2003-12-01 Bernhard Herzog <[email protected]> |
94 |
|
|
95 |
* Thuban/UI/mainwindow.py (MainWindow.AddLayer): Change the wild |
* Thuban/UI/mainwindow.py (MainWindow.AddLayer): Change the wild |