1 |
|
007-02-26 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
* MANIFEST.in: Added *.xmi to Doc so that ThubanModel.xmi is included. |
4 |
|
|
5 |
|
* Extensions/svgexport/TODO: Added findings about how to write raster |
6 |
|
in SVG. |
7 |
|
|
8 |
|
* Extensions/svgexport/svgmapwriter.py: untabified two lines. |
9 |
|
Fixed a typo. |
10 |
|
|
11 |
|
* Doc/ThubanModel.xmi: Updated the format of the umbrello file. |
12 |
|
Loaded and saved with umbrello 1.3.2, manually changed the |
13 |
|
codegeneration tag to be empty again and change the XMI.model |
14 |
|
to not contain a local path. |
15 |
|
Now umbrello 1.5.5 also opens the file without crashing. |
16 |
|
Thanks to Philippe LeGrand who discovered the problem and the |
17 |
|
solution and filed report 141279 on bugs.kde.org for this umbrello |
18 |
|
problem. |
19 |
|
|
20 |
|
2007-02-21 Didrik Pinte <[email protected]> |
21 |
|
|
22 |
|
* Extensions/umn_mapserver/__init__.py : UTF8 locales bugfix |
23 |
|
|
24 |
|
2007-02-20 Bernhard Reiter <[email protected]> |
25 |
|
|
26 |
|
* Thuban/version.py, setup.py: Getting ready for release 1.2.0. |
27 |
|
Using this version number. |
28 |
|
|
29 |
|
* Doc/README: fixed a typo. |
30 |
|
|
31 |
|
* Doc/technotes/release_process.txt: Updated. Reference platform |
32 |
|
is Debian Etch now. If windows, it should be window XP. |
33 |
|
Marked a few entries in the instructions as "Old:". |
34 |
|
|
35 |
|
* README: Bumped requirements to wxWidgets 2.6.3.2 and gdal 1.3.2.. |
36 |
|
Added urls for homepage and infrastructure on wald. Fixed a typo. |
37 |
|
|
38 |
|
* MANIFEST.in: Added subdir "packaging" which should be in the tarball. |
39 |
|
|
40 |
|
* NEWS: Completed changes from 1.1.0 until today as gathered from |
41 |
|
the Changelog entries. Added small section about OGR known problems |
42 |
|
because we do not have a release-notes file so far. |
43 |
|
|
44 |
|
* Doc/manual/thuban-manual.xml: Removed the installation instructions |
45 |
|
as they are outdated and they should be only in one place. |
46 |
|
Bumped version number of the document to 1.2.0. Marked it as Draft |
47 |
|
in the title. |
48 |
|
|
49 |
|
* Extensions/svgexport/: Get ready for release. Bump version |
50 |
|
number to 1.0.1. Adjusted numbers in TODO. |
51 |
|
|
52 |
|
* Thuban/UI/about.py: Reworked the about text. It shows now |
53 |
|
when somebody was active on Thuban. Added a list of maintainers. |
54 |
|
Bernhard Reiter is the current maintainer, following up on Bernhard |
55 |
|
Herzog. |
56 |
|
|
57 |
|
* Extensions/export_shapefile/export_shapefile.py: untabify. |
58 |
|
|
59 |
|
* test/README: Added example how to set the PATH for postgis on |
60 |
|
Debian Etch. |
61 |
|
|
62 |
|
2007-01-13 Didrik Pinte <[email protected]> |
63 |
|
|
64 |
|
bboxdump, gns2shp, importAPR, mouseposition, ogr, profiling, svgexport |
65 |
|
extensions migrated to wxPython 2.6 |
66 |
|
|
67 |
|
* Extensions/bboxdump/bboxdump.py: |
68 |
|
updated wx statements |
69 |
|
|
70 |
|
* Extensions/gns2shp/gns2shp.py: |
71 |
|
updated wx statements |
72 |
|
|
73 |
|
* Extensions/importAPR/importAPR.py: |
74 |
|
updated wx statements |
75 |
|
|
76 |
|
* Extensions/mouseposition/mouseposition.py: |
77 |
|
updated wx statements |
78 |
|
|
79 |
|
* Extensions/ogr/ |
80 |
|
ogrdialog.py, ogrstart.py: |
81 |
|
updated wx statements |
82 |
|
|
83 |
|
* Extensions/profiling/profiling.py: |
84 |
|
updated wx statements |
85 |
|
|
86 |
|
* Extensions/svgexport/ |
87 |
|
maplegend.py, svgsaver.py: |
88 |
|
updated wx statements |
89 |
|
|
90 |
|
|
91 |
|
2007-01-08 Didrik Pinte <[email protected]> |
92 |
|
|
93 |
|
export_shapefile extension migrated to wxPython 2.6 |
94 |
|
|
95 |
|
* Extensions/export_shapefile/export_shapefile.py: |
96 |
|
updated wx statements, changed the FileDialog to wx.SAVE (was wx.OPEN) |
97 |
|
|
98 |
2007-01-08 Didrik Pinte <[email protected]> |
2007-01-08 Didrik Pinte <[email protected]> |
99 |
|
|
100 |
umn_mapserver extension migrated to wxPython 2.6 |
umn_mapserver extension migrated to wxPython 2.6 |
105 |
|
|
106 |
2007-01-06 Didrik Pinte <[email protected]> |
2007-01-06 Didrik Pinte <[email protected]> |
107 |
|
|
108 |
UTF-8 locales support reading non utf-8 files. This is a workaround and not |
UTF-8 locales support reading non utf-8 files. |
109 |
a real bugfix. See |
This is a workaround and not a real bugfix. See |
110 |
http://wald.intevation.org/tracker/index.php?func=detail&aid=118 for more |
http://wald.intevation.org/tracker/index.php?func=detail&aid=118 |
111 |
details |
for more details |
112 |
|
|
113 |
* Thuban/UI/ |
* Thuban/UI/tableview.py, controls.py, baserenderer.py, view.py: |
114 |
tableview.py, controls.py, baserenderer.py, view.py: decode text from |
decode text from iso-8859-1 encoding. |
|
iso-8859-1 encoding. |
|
115 |
|
|
116 |
2007-01-01 Bernhard Reiter <[email protected]> |
2007-01-01 Bernhard Reiter <[email protected]> |
117 |
|
|
118 |
* test/postgissupport.py, test/test_postgis_db.py: adding an |
* test/postgissupport.py, test/test_postgis_db.py: adding an |
119 |
explicit WITH OIDS to the create table commands. This fixes tests |
explicit WITH OIDS to the create table commands. This fixes tests |
120 |
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. |
316 |
2006-05-15 Didrik Pinte <[email protected]> |
2006-05-15 Didrik Pinte <[email protected]> |
317 |
Ashamed ... still some tabs in the files |
Ashamed ... still some tabs in the files |
318 |
|
|
319 |
* Thuban/version.py : tabs removed |
* Thuban/version.py : tabs removed |
320 |
* Thuban/Model/transientdb.py : tabs removed |
* Thuban/Model/transientdb.py : tabs removed |
321 |
|
|
322 |
2006-05-15 Didrik Pinte <[email protected]> |
2006-05-15 Didrik Pinte <[email protected]> |
323 |
|
|
324 |
* Thuban/version.py : coding style correction |
* Thuban/version.py : coding style correction |
325 |
* Thuban/Model/transientdb.py : coding style correction |
* Thuban/Model/transientdb.py : coding style correction |
326 |
|
|
327 |
2006-05-15 Didrik Pinte <[email protected]> |
2006-05-15 Didrik Pinte <[email protected]> |
328 |
|
|
329 |
* Thuban/version.py : Updated imports to support pysqlite2 |
* Thuban/version.py : Updated imports to support pysqlite2 |
330 |
|
|
331 |
* Thuban/Model/transientdb.py : Updated imports to support pysqlite2 |
* Thuban/Model/transientdb.py : Updated imports to support pysqlite2 |
332 |
Patched the querying system to support the param style of pysqlite2 |
Patched the querying system to support the param style of pysqlite2 |
333 |
|
|
334 |
2006-04-24 Didrik Pinte <[email protected]> |
2006-04-24 Didrik Pinte <[email protected]> |
335 |
* Extensions/svgexport/__init__.py: The extension now works on win32 |
|
336 |
|
* Extensions/svgexport/__init__.py: The extension now works on win32 |
337 |
architecture. Bug #87 corrected. |
architecture. Bug #87 corrected. |
338 |
|
|
339 |
2006-04-20 Bernhard Reiter <[email protected]> |
2006-04-20 Bernhard Reiter <[email protected]> |
340 |
|
|
341 |
* Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN. |
* Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN. |
342 |
Removed emacs specific hint and replaced it with a general hint |
Removed emacs specific hint and replaced it with a general hint |
343 |
that editors might support writing changelogs. |
that editors might support writing changelogs. |
1827 |
|
|
1828 |
* Thuban/UI/about.py (About.__init__): Added |
* Thuban/UI/about.py (About.__init__): Added |
1829 |
Norbert Solymosi for hungarian translation and Ole Rahn |
Norbert Solymosi for hungarian translation and Ole Rahn |
1830 |
as contrbutor. Moved Bernhard Reiter from Contributor |
as contributor. Moved Bernhard Reiter from Contributor |
1831 |
to Developer. |
to Developer. |
1832 |
|
|
1833 |
2004-11-27 Bernhard Reiter <[email protected]> |
2004-11-27 Bernhard Reiter <[email protected]> |