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