1 |
|
2003-09-23 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* libraries/thuban/wxproj.cpp (project_point): if there's an |
4 |
|
inverse but no forward projection, convert to degrees after |
5 |
|
applying the inverse projection. Fixes RT#2096 |
6 |
|
|
7 |
|
* test/test_wxproj.py: New. Test cases for wxproj.so. One test |
8 |
|
implicitly tests for the fix to RT#2096 |
9 |
|
|
10 |
|
* test/support.py (FloatComparisonMixin.assertFloatSeqEqual): |
11 |
|
Check that the sequences have the same lengths |
12 |
|
|
13 |
|
* Resources/Projections/defaults.proj (Geographic projection): Use |
14 |
|
a much more precise value for the to_meter attribute. |
15 |
|
|
16 |
|
2003-09-22 Bernhard Herzog <[email protected]> |
17 |
|
|
18 |
|
* test/support.py (initthuban): Make sure to unset the LANG env. |
19 |
|
var. so that tests that compare translated strings work. Solves RT |
20 |
|
#2094 |
21 |
|
|
22 |
|
2003-09-22 Jan-Oliver Wagner <[email protected]> |
23 |
|
|
24 |
|
Small improvement of APR import. |
25 |
|
|
26 |
|
* Extensions/importAPR/test/test_apr.py (aprTest.test_LClass): |
27 |
|
Added tests for text-ranges. |
28 |
|
|
29 |
|
* Extensions/importAPR/apr.py (APR_LClass.GetThubanRange): Now |
30 |
|
returns a string object if the range is based on text. |
31 |
|
|
32 |
|
* Extensions/importAPR/importAPR.py (import_apr_dialog): Unified |
33 |
|
range retrieval. |
34 |
|
|
35 |
|
2003-09-22 Jan-Oliver Wagner <[email protected]> |
36 |
|
|
37 |
|
Initial version of the importAPR extension which is in |
38 |
|
experimental state. |
39 |
|
|
40 |
|
* /Extensions/importAPR/, /Extensions/importAPR/samples/, |
41 |
|
/Extensions/importAPR/test/: New directories. |
42 |
|
|
43 |
|
* /Extensions/importAPR/samples/README: New: Howto load the samples. |
44 |
|
|
45 |
|
* /Extensions/importAPR/samples/iceland.apr: New: A sample APR |
46 |
|
file which refers to the Thuban Iceland demo data. |
47 |
|
|
48 |
|
* /Extensions/importAPR/test/README: New: Howto execute the tests. |
49 |
|
|
50 |
|
* /Extensions/importAPR/test/test_apr.py: New: Tests for APR classes. |
51 |
|
|
52 |
|
* /Extensions/importAPR/apr.py: New: Classes for ArcView Objects |
53 |
|
as in '.apr'-files. |
54 |
|
|
55 |
|
* /Extensions/importAPR/odb.py: New: Classes for generic ArcView |
56 |
|
ODB Objects as in '.apr', '.avl' and other files. |
57 |
|
|
58 |
|
* /Extensions/importAPR/__init__.py: New: Init to make this |
59 |
|
directory a package. |
60 |
|
|
61 |
|
* /Extensions/importAPR/importAPR.py: New: Import a ArcView |
62 |
|
project file (.apr) and convert it to Thuban. |
63 |
|
|
64 |
|
2003-09-22 Jan-Oliver Wagner <[email protected]> |
65 |
|
|
66 |
|
* Extensions/gns2shp.gns2shp.py: The main module of gns2shp. |
67 |
|
|
68 |
|
2003-09-19 Jan-Oliver Wagner <[email protected]> |
69 |
|
|
70 |
|
* Doc/manual/thuban-manual.xml: Extended section 'Installation' |
71 |
|
with description on RPM installation and RPM binary package |
72 |
|
creation. |
73 |
|
|
74 |
|
2003-09-18 Bernhard Herzog <[email protected]> |
75 |
|
|
76 |
|
* setup.py (data_files): Only add the mo files if the Locales |
77 |
|
directory actually exists, so that setup.py works with a fresh CVS |
78 |
|
checkout |
79 |
|
|
80 |
|
2003-09-12 Jan-Oliver Wagner <[email protected]> |
81 |
|
|
82 |
|
* Examples/simple_extensions/simple_tool.py: bugfix: Tool is now |
83 |
|
in viewport, not anymore in view |
84 |
|
|
85 |
|
2003-09-04 Jan-Oliver Wagner <[email protected]> |
86 |
|
|
87 |
|
Introducing first Extension (gns2shp). |
88 |
|
|
89 |
|
* Extensions, Extensions/gns2shp, Extensions/gns2shp/test: New. |
90 |
|
|
91 |
|
* Extensions/__init__.py: New. init to make this dir a package. |
92 |
|
|
93 |
|
* Extensions/gns2shp/__init__.py: New. init to make this dir a package. |
94 |
|
|
95 |
|
* Extensions/gns2shp/test/README: New. some info on this test directory. |
96 |
|
|
97 |
|
* Extensions/gns2shp/test/ls.txt: New. test data set (Liechtenstein). |
98 |
|
|
99 |
|
* Extensions/gns2shp/test/test_gns2shp.py: New. Test for correct creation |
100 |
|
of Shapefile from GNS text file format |
101 |
|
|
102 |
|
2003-09-03 Jan-Oliver Wagner <[email protected]> |
103 |
|
|
104 |
|
Fix/workaround for bug #2019: |
105 |
|
https://intevation.de/rt/webrt?serial_num=2019 |
106 |
|
|
107 |
|
* Thuban/UI/identifyview.py (IdentifyView.ID_STOP): New. |
108 |
|
(IdentifyView.__init__): Added another button that allows to |
109 |
|
stop the identify mode. |
110 |
|
(IdentifyView.OnStop): New. Stops the identify mode. |
111 |
|
|
112 |
|
2003-09-03 Jan-Oliver Wagner <[email protected]> |
113 |
|
|
114 |
|
Introducing a new exception dialog that allows to exit the |
115 |
|
application immediately. |
116 |
|
This fixes bug #2060: https://intevation.de/rt/webrt?serial_num=2060 |
117 |
|
|
118 |
|
* Thuban/UI/exceptiondialog.py: New. A special exception dialog. |
119 |
|
|
120 |
|
* Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog): |
121 |
|
Made strings available to translations. Exchanged the simple |
122 |
|
ScrolledMessageDialog by the new ExceptionDialog. |
123 |
|
|
124 |
|
2003-09-01 Bernhard Herzog <[email protected]> |
125 |
|
|
126 |
|
* NEWS: New. Summary of changes and release notes. |
127 |
|
|
128 |
|
* MANIFEST.in: Add NEWS |
129 |
|
|
130 |
|
2003-09-01 Bernhard Herzog <[email protected]> |
131 |
|
|
132 |
|
* MANIFEST.in: Correct the include statement for the mo-files and |
133 |
|
include the documentation too. |
134 |
|
|
135 |
|
* setup.py (data_files): Add the .mo files |
136 |
|
(setup call): Up to version 0.9.0 |
137 |
|
|
138 |
|
2003-09-01 Bernhard Herzog <[email protected]> |
139 |
|
|
140 |
|
* Thuban/UI/dbdialog.py (ChooseDBTableDialog.__init__): Change the |
141 |
|
parameter list to just parent and session |
142 |
|
(ChooseDBTableDialog.__set_properties): Removed. Setting the |
143 |
|
selection of empty list boxes is not allowed (and produces C++ |
144 |
|
assertion errors) and the rest of the setup is better done in |
145 |
|
__init__ anyway. |
146 |
|
(ChooseDBTableDialog.OnCancel, ChooseDBTableDialog.OnOK) |
147 |
|
(ChooseDBTableDialog.OnLBDClick, DBDialog.OnOK): Use the Python |
148 |
|
builtins True/False for booleans to avoid warnings from wxPython |
149 |
|
|
150 |
|
* Thuban/UI/mainwindow.py (MainWindow.AddDBLayer): Adapt to new |
151 |
|
ChooseDBTableDialog constructor parameters. |
152 |
|
|
153 |
|
2003-09-01 Bernhard Herzog <[email protected]> |
154 |
|
|
155 |
|
* Thuban/Model/postgisdb.py |
156 |
|
(PostGISTable): Extend doc-string |
157 |
|
(PostGISTable._fetch_table_information): Set the column index |
158 |
|
correctly, pretending ignored columns don't exist. |
159 |
|
|
160 |
|
* test/test_postgis_db.py (TestPostGISIgnoredColumns): New tests |
161 |
|
for postgis tables with data types not yet supported by thuban. |
162 |
|
|
163 |
2003-08-29 Bernhard Herzog <[email protected]> |
2003-08-29 Bernhard Herzog <[email protected]> |
164 |
|
|
165 |
* HOWTO-Release: Tweak item about running the tests. |
* HOWTO-Release: Tweak item about running the tests. |