1 |
|
2007-02-20 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
* Doc/manual/thuban-manual.xml: Removed the installation instructions |
4 |
|
as they are outdated and they should be only in one place. |
5 |
|
Bumped version number of the document to 1.2.0. Marked it as Draft |
6 |
|
in the title. |
7 |
|
|
8 |
|
* Extensions/svgexport/: Get ready for release. Bump version |
9 |
|
number to 1.0.1. Adjusted numbers in TODO. |
10 |
|
|
11 |
|
* Thuban/UI/about.py: Reworked the about text. It shows now |
12 |
|
when somebody was active on Thuban. Added a list of maintainers. |
13 |
|
Bernhard Reiter is the current maintainer, following up on Bernhard |
14 |
|
Herzog. |
15 |
|
|
16 |
|
* Extensions/export_shapefile/export_shapefile.py: untabify. |
17 |
|
|
18 |
|
* test/README: Added example how to set the PATH for postgis on |
19 |
|
Debian Etch. |
20 |
|
|
21 |
|
2007-01-13 Didrik Pinte <[email protected]> |
22 |
|
|
23 |
|
bboxdump, gns2shp, importAPR, mouseposition, ogr, profiling, svgexport |
24 |
|
extensions migrated to wxPython 2.6 |
25 |
|
|
26 |
|
* Extensions/bboxdump/bboxdump.py: |
27 |
|
updated wx statements |
28 |
|
|
29 |
|
* Extensions/gns2shp/gns2shp.py: |
30 |
|
updated wx statements |
31 |
|
|
32 |
|
* Extensions/importAPR/importAPR.py: |
33 |
|
updated wx statements |
34 |
|
|
35 |
|
* Extensions/mouseposition/mouseposition.py: |
36 |
|
updated wx statements |
37 |
|
|
38 |
|
* Extensions/ogr/ |
39 |
|
ogrdialog.py, ogrstart.py: |
40 |
|
updated wx statements |
41 |
|
|
42 |
|
* Extensions/profiling/profiling.py: |
43 |
|
updated wx statements |
44 |
|
|
45 |
|
* Extensions/svgexport/ |
46 |
|
maplegend.py, svgsaver.py: |
47 |
|
updated wx statements |
48 |
|
|
49 |
|
|
50 |
|
2007-01-08 Didrik Pinte <[email protected]> |
51 |
|
|
52 |
|
export_shapefile extension migrated to wxPython 2.6 |
53 |
|
|
54 |
|
* Extensions/export_shapefile/export_shapefile.py: |
55 |
|
updated wx statements, changed the FileDialog to wx.SAVE (was wx.OPEN) |
56 |
|
|
57 |
2007-01-08 Didrik Pinte <[email protected]> |
2007-01-08 Didrik Pinte <[email protected]> |
58 |
|
|
59 |
umn_mapserver extension migrated to wxPython 2.6 |
umn_mapserver extension migrated to wxPython 2.6 |
64 |
|
|
65 |
2007-01-06 Didrik Pinte <[email protected]> |
2007-01-06 Didrik Pinte <[email protected]> |
66 |
|
|
67 |
UTF-8 locales support reading non utf-8 files. This is a workaround and not |
UTF-8 locales support reading non utf-8 files. |
68 |
a real bugfix. See |
This is a workaround and not a real bugfix. See |
69 |
http://wald.intevation.org/tracker/index.php?func=detail&aid=118 for more |
http://wald.intevation.org/tracker/index.php?func=detail&aid=118 |
70 |
details |
for more details |
71 |
|
|
72 |
* Thuban/UI/ |
* Thuban/UI/tableview.py, controls.py, baserenderer.py, view.py: |
73 |
tableview.py, controls.py, baserenderer.py, view.py: decode text from |
decode text from iso-8859-1 encoding. |
|
iso-8859-1 encoding. |
|
74 |
|
|
75 |
2007-01-01 Bernhard Reiter <[email protected]> |
2007-01-01 Bernhard Reiter <[email protected]> |
76 |
|
|
77 |
* test/postgissupport.py, test/test_postgis_db.py: adding an |
* test/postgissupport.py, test/test_postgis_db.py: adding an |
78 |
explicit WITH OIDS to the create table commands. This fixes tests |
explicit WITH OIDS to the create table commands. This fixes tests |
79 |
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. |
275 |
2006-05-15 Didrik Pinte <[email protected]> |
2006-05-15 Didrik Pinte <[email protected]> |
276 |
Ashamed ... still some tabs in the files |
Ashamed ... still some tabs in the files |
277 |
|
|
278 |
* Thuban/version.py : tabs removed |
* Thuban/version.py : tabs removed |
279 |
* Thuban/Model/transientdb.py : tabs removed |
* Thuban/Model/transientdb.py : tabs removed |
280 |
|
|
281 |
2006-05-15 Didrik Pinte <[email protected]> |
2006-05-15 Didrik Pinte <[email protected]> |
282 |
|
|
283 |
* Thuban/version.py : coding style correction |
* Thuban/version.py : coding style correction |
284 |
* Thuban/Model/transientdb.py : coding style correction |
* Thuban/Model/transientdb.py : coding style correction |
285 |
|
|
286 |
2006-05-15 Didrik Pinte <[email protected]> |
2006-05-15 Didrik Pinte <[email protected]> |
287 |
|
|
288 |
* Thuban/version.py : Updated imports to support pysqlite2 |
* Thuban/version.py : Updated imports to support pysqlite2 |
289 |
|
|
290 |
* Thuban/Model/transientdb.py : Updated imports to support pysqlite2 |
* Thuban/Model/transientdb.py : Updated imports to support pysqlite2 |
291 |
Patched the querying system to support the param style of pysqlite2 |
Patched the querying system to support the param style of pysqlite2 |
292 |
|
|
293 |
2006-04-24 Didrik Pinte <[email protected]> |
2006-04-24 Didrik Pinte <[email protected]> |
294 |
* Extensions/svgexport/__init__.py: The extension now works on win32 |
|
295 |
|
* Extensions/svgexport/__init__.py: The extension now works on win32 |
296 |
architecture. Bug #87 corrected. |
architecture. Bug #87 corrected. |
297 |
|
|
298 |
2006-04-20 Bernhard Reiter <[email protected]> |
2006-04-20 Bernhard Reiter <[email protected]> |
299 |
|
|
300 |
* Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN. |
* Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN. |
301 |
Removed emacs specific hint and replaced it with a general hint |
Removed emacs specific hint and replaced it with a general hint |
302 |
that editors might support writing changelogs. |
that editors might support writing changelogs. |
1786 |
|
|
1787 |
* Thuban/UI/about.py (About.__init__): Added |
* Thuban/UI/about.py (About.__init__): Added |
1788 |
Norbert Solymosi for hungarian translation and Ole Rahn |
Norbert Solymosi for hungarian translation and Ole Rahn |
1789 |
as contrbutor. Moved Bernhard Reiter from Contributor |
as contributor. Moved Bernhard Reiter from Contributor |
1790 |
to Developer. |
to Developer. |
1791 |
|
|
1792 |
2004-11-27 Bernhard Reiter <[email protected]> |
2004-11-27 Bernhard Reiter <[email protected]> |