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