1 |
|
2002-04-26 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/mainwindow.py: AddLayer, Dialog title s/session/data |
4 |
|
|
5 |
|
2002-04-24 Frank Koormann <[email protected]> |
6 |
|
|
7 |
|
* Resources/Bitmaps/identify.xpm: shadow added |
8 |
|
|
9 |
|
* Resources/Bitmaps/fullextent.xpm: new |
10 |
|
|
11 |
|
2002-04-22 Jan-Oliver Wagner <[email protected]> |
12 |
|
|
13 |
|
* Thuban/UI/tree.py (update_tree): added test for None on map bounding box |
14 |
|
|
15 |
|
2002-04-21 Jan-Oliver Wagner <[email protected]> |
16 |
|
|
17 |
|
* Thuban/UI/proj4dialog.py (UTMProposeZoneDialog): new |
18 |
|
|
19 |
|
* Thuban/UI/tree.py (update_tree): added added map extent |
20 |
|
|
21 |
|
* Thuban/UI/mainwindow.py (_method_command): extended by parameter |
22 |
|
icon; added map_full_extend as tool |
23 |
|
|
24 |
|
2002-04-19 Jan-Oliver Wagner <[email protected]> |
25 |
|
|
26 |
|
* Thuban/UI/mainwindow.py (SaveSession): launch save as dialog for |
27 |
|
saving _new_ sessions |
28 |
|
|
29 |
|
* Thuban/Model/session.py (create_empty_session): new session |
30 |
|
don't have a filename (set to None) |
31 |
|
|
32 |
|
* Thuban/UI/tree.py (update_tree): added filename and modified flag |
33 |
|
|
34 |
|
* Thuban/Model/load.py (ProcessSession): convert projection |
35 |
|
parameters from unicode to regular string |
36 |
|
|
37 |
|
* Data/iceland_sample.session: Added UTM Zone 26 projection. |
38 |
|
|
39 |
|
2002-04-11 Bernhard Herzog <[email protected]> |
40 |
|
|
41 |
|
* extensions/shapelib/shapefil.h, extensions/shapelib/shpopen.c, |
42 |
|
extensions/shapelib/dbfopen.c: Update to the versions of shapelib |
43 |
|
1.2.9 |
44 |
|
|
45 |
|
* setup.py (Lib.wxproj extension): Don't link shpopen.c and put |
46 |
|
the pyshapelib directoy into the list of include dirs, so that |
47 |
|
pyshapelib_api.h can be found. |
48 |
|
|
49 |
|
* extensions/thuban/wxproj.cpp (pyshapelib_api): New variable that |
50 |
|
holds the pyshapelib C-API |
51 |
|
(draw_polygon_shape, point_in_polygon_shape, shape_centroid): Use |
52 |
|
pyshapelib_api to access the shapelib functions. |
53 |
|
(initwxproj): Import the c_api from the shapelib module and |
54 |
|
initialize pyshapelib_api. |
55 |
|
|
56 |
|
2002-04-04 Bernhard Herzog <[email protected]> |
57 |
|
|
58 |
|
* setup.py (thuban_bdist_rpm.initialize_options): Use |
59 |
|
initialize_options to create the scripts for the rpm. |
60 |
|
|
61 |
|
* extensions/pyprojection/setup.py (PROJ4_PREFIX): Just use / |
62 |
|
|
63 |
|
2002-04-03 Bernhard Herzog <[email protected]> |
64 |
|
|
65 |
|
* setup.py: Increment version to 0.1.1 |
66 |
|
|
67 |
|
* Thuban/UI/mainwindow.py (MainWindow.__init__): Move the "Add |
68 |
|
Layer" and "Remove Layer" commands from the layer menu to the map |
69 |
|
menu |
70 |
|
|
71 |
2002-02-15 Bernhard Herzog <[email protected]> |
2002-02-15 Bernhard Herzog <[email protected]> |
72 |
|
|
73 |
* Thuban/Model/layer.py (Layer.Shape): list append only takes one |
* Thuban/Model/layer.py (Layer.Shape): list append only takes one |