1 |
|
2007-02-20 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
* Doc/README: fixed a typo. |
4 |
|
|
5 |
|
* Doc/technotes/release_process.txt: Updated. Reference platform |
6 |
|
is Debian Etch now. If windows, it should be window XP. |
7 |
|
Marked a few entries in the instructions as "Old:". |
8 |
|
|
9 |
|
* README: Bumped requirements to wxWidgets 2.6.3.2 and gdal 1.3.2.. |
10 |
|
Added urls for homepage and infrastructure on wald. Fixed a typo. |
11 |
|
|
12 |
|
* MANIFEST.in: Added subdir packaging which should be in the tarball. |
13 |
|
|
14 |
|
* NEWS: Completed changes from 1.1.0 until today as gathered from |
15 |
|
the Changelog entries. Added small section about OGR known problems |
16 |
|
because we do not have a release-notes file so far. |
17 |
|
|
18 |
|
* Doc/manual/thuban-manual.xml: Removed the installation instructions |
19 |
|
as they are outdated and they should be only in one place. |
20 |
|
Bumped version number of the document to 1.2.0. Marked it as Draft |
21 |
|
in the title. |
22 |
|
|
23 |
|
* Extensions/svgexport/: Get ready for release. Bump version |
24 |
|
number to 1.0.1. Adjusted numbers in TODO. |
25 |
|
|
26 |
|
* Thuban/UI/about.py: Reworked the about text. It shows now |
27 |
|
when somebody was active on Thuban. Added a list of maintainers. |
28 |
|
Bernhard Reiter is the current maintainer, following up on Bernhard |
29 |
|
Herzog. |
30 |
|
|
31 |
|
* Extensions/export_shapefile/export_shapefile.py: untabify. |
32 |
|
|
33 |
|
* test/README: Added example how to set the PATH for postgis on |
34 |
|
Debian Etch. |
35 |
|
|
36 |
|
2007-01-13 Didrik Pinte <[email protected]> |
37 |
|
|
38 |
|
bboxdump, gns2shp, importAPR, mouseposition, ogr, profiling, svgexport |
39 |
|
extensions migrated to wxPython 2.6 |
40 |
|
|
41 |
|
* Extensions/bboxdump/bboxdump.py: |
42 |
|
updated wx statements |
43 |
|
|
44 |
|
* Extensions/gns2shp/gns2shp.py: |
45 |
|
updated wx statements |
46 |
|
|
47 |
|
* Extensions/importAPR/importAPR.py: |
48 |
|
updated wx statements |
49 |
|
|
50 |
|
* Extensions/mouseposition/mouseposition.py: |
51 |
|
updated wx statements |
52 |
|
|
53 |
|
* Extensions/ogr/ |
54 |
|
ogrdialog.py, ogrstart.py: |
55 |
|
updated wx statements |
56 |
|
|
57 |
|
* Extensions/profiling/profiling.py: |
58 |
|
updated wx statements |
59 |
|
|
60 |
|
* Extensions/svgexport/ |
61 |
|
maplegend.py, svgsaver.py: |
62 |
|
updated wx statements |
63 |
|
|
64 |
|
|
65 |
|
2007-01-08 Didrik Pinte <[email protected]> |
66 |
|
|
67 |
|
export_shapefile extension migrated to wxPython 2.6 |
68 |
|
|
69 |
|
* Extensions/export_shapefile/export_shapefile.py: |
70 |
|
updated wx statements, changed the FileDialog to wx.SAVE (was wx.OPEN) |
71 |
|
|
72 |
|
2007-01-08 Didrik Pinte <[email protected]> |
73 |
|
|
74 |
|
umn_mapserver extension migrated to wxPython 2.6 |
75 |
|
|
76 |
|
* Extensions/umn_maserver/ |
77 |
|
mf_handle.py, mf_import.py, mf_export.py: |
78 |
|
update wx imports to 2.6 policy |
79 |
|
|
80 |
|
2007-01-06 Didrik Pinte <[email protected]> |
81 |
|
|
82 |
|
UTF-8 locales support reading non utf-8 files. |
83 |
|
This is a workaround and not a real bugfix. See |
84 |
|
http://wald.intevation.org/tracker/index.php?func=detail&aid=118 |
85 |
|
for more details |
86 |
|
|
87 |
|
* Thuban/UI/tableview.py, controls.py, baserenderer.py, view.py: |
88 |
|
decode text from iso-8859-1 encoding. |
89 |
|
|
90 |
2007-01-01 Bernhard Reiter <[email protected]> |
2007-01-01 Bernhard Reiter <[email protected]> |
91 |
|
|
92 |
* test/postgissupport.py, test/test_postgis_db.py: adding an |
* test/postgissupport.py, test/test_postgis_db.py: adding an |
93 |
explicit WITH OIDS to the create table commands. This fixes tests |
explicit WITH OIDS to the create table commands. This fixes tests |
94 |
that rely on an oid column to be present for postgresql >=8.0. |
that rely on an oid column to be present for postgresql >=8.0. |
290 |
2006-05-15 Didrik Pinte <[email protected]> |
2006-05-15 Didrik Pinte <[email protected]> |
291 |
Ashamed ... still some tabs in the files |
Ashamed ... still some tabs in the files |
292 |
|
|
293 |
* Thuban/version.py : tabs removed |
* Thuban/version.py : tabs removed |
294 |
* Thuban/Model/transientdb.py : tabs removed |
* Thuban/Model/transientdb.py : tabs removed |
295 |
|
|
296 |
2006-05-15 Didrik Pinte <[email protected]> |
2006-05-15 Didrik Pinte <[email protected]> |
297 |
|
|
298 |
* Thuban/version.py : coding style correction |
* Thuban/version.py : coding style correction |
299 |
* Thuban/Model/transientdb.py : coding style correction |
* Thuban/Model/transientdb.py : coding style correction |
300 |
|
|
301 |
2006-05-15 Didrik Pinte <[email protected]> |
2006-05-15 Didrik Pinte <[email protected]> |
302 |
|
|
303 |
* Thuban/version.py : Updated imports to support pysqlite2 |
* Thuban/version.py : Updated imports to support pysqlite2 |
304 |
|
|
305 |
* Thuban/Model/transientdb.py : Updated imports to support pysqlite2 |
* Thuban/Model/transientdb.py : Updated imports to support pysqlite2 |
306 |
Patched the querying system to support the param style of pysqlite2 |
Patched the querying system to support the param style of pysqlite2 |
307 |
|
|
308 |
2006-04-24 Didrik Pinte <[email protected]> |
2006-04-24 Didrik Pinte <[email protected]> |
309 |
* Extensions/svgexport/__init__.py: The extension now works on win32 |
|
310 |
|
* Extensions/svgexport/__init__.py: The extension now works on win32 |
311 |
architecture. Bug #87 corrected. |
architecture. Bug #87 corrected. |
312 |
|
|
313 |
2006-04-20 Bernhard Reiter <[email protected]> |
2006-04-20 Bernhard Reiter <[email protected]> |
314 |
|
|
315 |
* Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN. |
* Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN. |
316 |
Removed emacs specific hint and replaced it with a general hint |
Removed emacs specific hint and replaced it with a general hint |
317 |
that editors might support writing changelogs. |
that editors might support writing changelogs. |
1801 |
|
|
1802 |
* Thuban/UI/about.py (About.__init__): Added |
* Thuban/UI/about.py (About.__init__): Added |
1803 |
Norbert Solymosi for hungarian translation and Ole Rahn |
Norbert Solymosi for hungarian translation and Ole Rahn |
1804 |
as contrbutor. Moved Bernhard Reiter from Contributor |
as contributor. Moved Bernhard Reiter from Contributor |
1805 |
to Developer. |
to Developer. |
1806 |
|
|
1807 |
2004-11-27 Bernhard Reiter <[email protected]> |
2004-11-27 Bernhard Reiter <[email protected]> |