1 |
|
2004-05-18 Jan-Oliver Wagner <jan@intevation.de> |
2 |
|
|
3 |
|
* Extensions/gns2shp/gns2shp.py (gns2shp): Fixed a bug |
4 |
|
by increasing a field size. |
5 |
|
|
6 |
|
2004-05-17 Bernhard Herzog <bh@intevation.de> |
7 |
|
|
8 |
|
Update to newest shapelib and get rid of Thuban specific |
9 |
|
extensions, i.e. use the new DBFUpdateHeader instead of our |
10 |
|
DBFCommit kludge |
11 |
|
|
12 |
|
* libraries/shapelib/shpopen.c: Update to version from current |
13 |
|
shapelib CVS. |
14 |
|
|
15 |
|
* libraries/shapelib/shapefil.h: Update to version from current |
16 |
|
shapelib CVS. |
17 |
|
|
18 |
|
* libraries/shapelib/dbfopen.c: Update to version from current |
19 |
|
shapelib CVS. |
20 |
|
(DBFCommit): Effectively removed since shapelib itself has |
21 |
|
DBFUpdateHeader now which is better for what DBFCommit wanted to |
22 |
|
achieve. |
23 |
|
We're now using an unmodified version of dbfopen. |
24 |
|
|
25 |
|
* setup.py (extensions): Add the HAVE_UPDATE_HEADER macro with |
26 |
|
value '1' to the Lib.dbflibc extension. This simply reflects the |
27 |
|
shapelib and pyshapelib updates |
28 |
|
|
29 |
|
2004-05-16 Jan-Oliver Wagner <jan@intevation.de> |
30 |
|
|
31 |
|
Finished introduction of Menu.FindOrInsertMenu. |
32 |
|
|
33 |
|
* Extensions/drawshape/drawshape.py: Add the command |
34 |
|
to the experimental menu additionally to the toolbar. |
35 |
|
|
36 |
|
* Extensions/svgexport/svgsaver.py: Use FindOrInsertMenu() instead of |
37 |
|
finding menu on its own. |
38 |
|
|
39 |
|
* Doc/manual/thuban-manual.xml: updated sample file |
40 |
|
to use FindOrInsertMenu(). |
41 |
|
|
42 |
|
* Examples/simple_extensions/hello_world.py: Use FindOrInsertMenu() |
43 |
|
instead of finding menu on its own. |
44 |
|
|
45 |
2004-05-11 Jan-Oliver Wagner <jan@intevation.de> |
2004-05-11 Jan-Oliver Wagner <jan@intevation.de> |
46 |
|
|
47 |
* test/test_menu.py (MenuTest.test): Added testing |
* test/test_menu.py (MenuTest.test): Added testing |