1 |
|
2002-04-19 Jan-Oliver Wagner <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/mainwindow.py (SaveSession): launch save as dialog for |
4 |
|
saving _new_ sessions |
5 |
|
|
6 |
|
* Thuban/Model/session.py (create_empty_session): new session |
7 |
|
don't have a filename (set to None) |
8 |
|
|
9 |
|
* Thuban/UI/tree.py (update_tree): added filename and modified flag |
10 |
|
|
11 |
|
* Thuban/Model/load.py (ProcessSession): convert projection |
12 |
|
parameters from unicode to regular string |
13 |
|
|
14 |
|
* Data/iceland_sample.session: Added UTM Zone 26 projection. |
15 |
|
|
16 |
|
2002-04-11 Bernhard Herzog <[email protected]> |
17 |
|
|
18 |
|
* extensions/shapelib/shapefil.h, extensions/shapelib/shpopen.c, |
19 |
|
extensions/shapelib/dbfopen.c: Update to the versions of shapelib |
20 |
|
1.2.9 |
21 |
|
|
22 |
|
* setup.py (Lib.wxproj extension): Don't link shpopen.c and put |
23 |
|
the pyshapelib directoy into the list of include dirs, so that |
24 |
|
pyshapelib_api.h can be found. |
25 |
|
|
26 |
|
* extensions/thuban/wxproj.cpp (pyshapelib_api): New variable that |
27 |
|
holds the pyshapelib C-API |
28 |
|
(draw_polygon_shape, point_in_polygon_shape, shape_centroid): Use |
29 |
|
pyshapelib_api to access the shapelib functions. |
30 |
|
(initwxproj): Import the c_api from the shapelib module and |
31 |
|
initialize pyshapelib_api. |
32 |
|
|
33 |
2002-04-04 Bernhard Herzog <[email protected]> |
2002-04-04 Bernhard Herzog <[email protected]> |
34 |
|
|
35 |
|
* setup.py (thuban_bdist_rpm.initialize_options): Use |
36 |
|
initialize_options to create the scripts for the rpm. |
37 |
|
|
38 |
* extensions/pyprojection/setup.py (PROJ4_PREFIX): Just use / |
* extensions/pyprojection/setup.py (PROJ4_PREFIX): Just use / |
39 |
|
|
40 |
2002-04-03 Bernhard Herzog <[email protected]> |
2002-04-03 Bernhard Herzog <[email protected]> |