1 |
|
2004-06-14 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
* libraries/thuban/cpl_mfile.h: Added copyright header. |
4 |
|
|
5 |
|
* libraries/thuban/ cpl_mfile.cpp, cpl_mfile.h: Added non-protecting |
6 |
|
Free Software License so that it is most useful with gdalwarp |
7 |
|
and bmpdataset. |
8 |
|
|
9 |
|
2004-06-14 Bernhard Herzog <[email protected]> |
10 |
|
|
11 |
|
* Thuban/UI/multiplechoicedialog.py (__version__): Add missing |
12 |
|
import of wxPython.wx itself (as opposed to the contents of |
13 |
|
wxPython.wx). For some reason wxPython.wx is available as |
14 |
|
wxPython.wx.wx in at least some 2.4 releases. Fixes RT#2482 |
15 |
|
wrt. wxPython 2.4. |
16 |
|
|
17 |
|
2004-06-10 Jan Sch�ngel <[email protected]> |
18 |
|
|
19 |
|
Initial version of new extension "umn_mapserver". This extension aims |
20 |
|
to manage configuration for the UMN MapServer application. This |
21 |
|
inital version just imports the .map-files and displays all, Thuban is |
22 |
|
capable of. |
23 |
|
|
24 |
|
* Extensions/umn_mapserver, Extensions/umn_mapserver/test: New. |
25 |
|
|
26 |
|
* Extensions/umn_mapserver/test/README: New. Describes how to run the |
27 |
|
tests. |
28 |
|
|
29 |
|
* Extensions/umn_mapserver/test/test.map: New. This is a test |
30 |
|
.map-file for automated tests of the umn_mapserver extension of |
31 |
|
Thuban. |
32 |
|
|
33 |
|
* Extensions/umn_mapserver/test/test_mapserver.py: New. Tests for |
34 |
|
UMN Mapserver classes. |
35 |
|
|
36 |
|
* Extensions/umn_mapserver/__init__.py: New. Init to make this |
37 |
|
directory a package. |
38 |
|
|
39 |
|
* Extensions/umn_mapserver/mapfile.py: New. Classes to represent |
40 |
|
'.map'-file objects. |
41 |
|
|
42 |
|
* Extensions/umn_mapserver/mf_import.py: New. This module extends |
43 |
|
Thuban with the possibility to handle UMN MapServer mapfiles. |
44 |
|
|
45 |
|
2004-06-03 Bernhard Herzog <[email protected]> |
46 |
|
|
47 |
|
* Thuban/Model/layer.py (Layer.TreeInfo): Convert the bounding box |
48 |
|
to a tuple before using it as arguments to the % operator. This |
49 |
|
fixes the formatting issue filed in RT#2239 on 2004-01-13 and |
50 |
|
reported today on thuban-list by Jan Sch�ngel |
51 |
|
|
52 |
|
* test/test_layer.py (TestLayerModification.setUp): Save the |
53 |
|
filename as an instance variable so we can refer to it in tests |
54 |
|
(TestLayerModification.test_tree_info): Uncomment this method |
55 |
|
again and make it work. This tests for the formatting issue |
56 |
|
filed in RT#2239 on 2004-01-13 |
57 |
|
|
58 |
|
2004-05-28 Bernhard Herzog <[email protected]> |
59 |
|
|
60 |
|
* Thuban/UI/baserenderer.py: Fix some typos. |
61 |
|
|
62 |
|
2004-05-18 Jan-Oliver Wagner <[email protected]> |
63 |
|
|
64 |
|
* Extensions/gns2shp/gns2shp.py (gns2shp): Fixed a bug |
65 |
|
by increasing a field size. |
66 |
|
|
67 |
|
2004-05-17 Bernhard Herzog <[email protected]> |
68 |
|
|
69 |
|
Update to newest shapelib and get rid of Thuban specific |
70 |
|
extensions, i.e. use the new DBFUpdateHeader instead of our |
71 |
|
DBFCommit kludge |
72 |
|
|
73 |
|
* libraries/shapelib/shpopen.c: Update to version from current |
74 |
|
shapelib CVS. |
75 |
|
|
76 |
|
* libraries/shapelib/shapefil.h: Update to version from current |
77 |
|
shapelib CVS. |
78 |
|
|
79 |
|
* libraries/shapelib/dbfopen.c: Update to version from current |
80 |
|
shapelib CVS. |
81 |
|
(DBFCommit): Effectively removed since shapelib itself has |
82 |
|
DBFUpdateHeader now which is better for what DBFCommit wanted to |
83 |
|
achieve. |
84 |
|
We're now using an unmodified version of dbfopen. |
85 |
|
|
86 |
|
* setup.py (extensions): Add the HAVE_UPDATE_HEADER macro with |
87 |
|
value '1' to the Lib.dbflibc extension. This simply reflects the |
88 |
|
shapelib and pyshapelib updates |
89 |
|
|
90 |
|
2004-05-16 Jan-Oliver Wagner <[email protected]> |
91 |
|
|
92 |
|
Finished introduction of Menu.FindOrInsertMenu. |
93 |
|
|
94 |
|
* Extensions/drawshape/drawshape.py: Add the command |
95 |
|
to the experimental menu additionally to the toolbar. |
96 |
|
|
97 |
|
* Extensions/svgexport/svgsaver.py: Use FindOrInsertMenu() instead of |
98 |
|
finding menu on its own. |
99 |
|
|
100 |
|
* Doc/manual/thuban-manual.xml: updated sample file |
101 |
|
to use FindOrInsertMenu(). |
102 |
|
|
103 |
|
* Examples/simple_extensions/hello_world.py: Use FindOrInsertMenu() |
104 |
|
instead of finding menu on its own. |
105 |
|
|
106 |
|
2004-05-11 Jan-Oliver Wagner <[email protected]> |
107 |
|
|
108 |
|
* test/test_menu.py (MenuTest.test): Added testing |
109 |
|
of method Menu.FindOrInsertMenu. |
110 |
|
|
111 |
|
2004-05-10 Jan-Oliver Wagner <[email protected]> |
112 |
|
|
113 |
|
Introduce and use Menu.FindOrInsertMenu. |
114 |
|
|
115 |
|
* Thuban/UI/menu.py (Menu.FindOrInsertMenu): New. Find a |
116 |
|
given menu or, if not found, insert it. |
117 |
|
|
118 |
|
* Extensions/bboxdump/bboxdump.py, /Extensions/gns2shp/gns2shp.py, |
119 |
|
/Extensions/importAPR/importAPR.py, Extensions/profiling/profiling.py, |
120 |
|
/Extensions/wms/wms.py: Use FindOrInsertMenu() instead of finding |
121 |
|
menu on its own. |
122 |
|
|
123 |
|
2004-05-06 Jan-Oliver Wagner <[email protected]> |
124 |
|
|
125 |
|
Introduce a abstract ColorDialog class and remove |
126 |
|
and outdated file. |
127 |
|
|
128 |
|
* Thuban/UI/proj4dialog.py: Removed. It is has been |
129 |
|
replaced by projdialog for quite a while and is not used |
130 |
|
anymore. |
131 |
|
|
132 |
|
* Thuban/UI/colordialog.py: New. Abstraction for color selection |
133 |
|
dialog(s). |
134 |
|
|
135 |
|
* Thuban/UI/classifier.py (SelectPropertiesDialog.__GetColor): |
136 |
|
Now calls the abstract ColorDialog instead of wxColourDialog. |
137 |
|
This also removed the dependency to Color class conversion |
138 |
|
from this function. |
139 |
|
|
140 |
2004-05-04 Frank Koormann <[email protected]> |
2004-05-04 Frank Koormann <[email protected]> |
141 |
|
|
142 |
* Extensions/bboxdump/__init__.py: Fixed string left over from |
* Extensions/bboxdump/__init__.py: Fixed string left over from |