1 |
|
2005-01-20 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/classgen.py (OnRetrieve()): Added a comment |
4 |
|
that OnRangeText might be called twice and using None as argument. |
5 |
|
|
6 |
|
2005-01-20 Bernhard Reiter <[email protected]> |
7 |
|
|
8 |
|
* Thuban/UI/classgen.py (OnRetrieve()): Add a OnRangeText(0) |
9 |
|
to work around a different in wx Behaviour noticed on MacOSX, |
10 |
|
thanks to Lorenzo Moretti and Daniel Calvelo for the fix. |
11 |
|
|
12 |
|
2005-01-20 Bernhard Reiter <[email protected]> |
13 |
|
|
14 |
|
* Thuban/UI/about.py: take iso-8859-15 when getdefaultlocale returns |
15 |
|
None. (Fixes rt#2910.) |
16 |
|
|
17 |
|
2005-01-18 Frank Koormann <[email protected]> |
18 |
|
|
19 |
|
New Extension: mouseposition |
20 |
|
Tool to collect mouse click positions (map coordinates) in a dialog. |
21 |
|
|
22 |
|
* Extensions/mouseposition/__init__.py: New, extension registration |
23 |
|
|
24 |
|
* Extensions/mouseposition/mouseposition.py: New, implements the |
25 |
|
dialog and adds a tool to Thuban mainwindow. |
26 |
|
|
27 |
|
* Extensions/mouseposition/position.xpm: New, icon for tool. |
28 |
|
|
29 |
|
2005-01-14 Jan-Oliver Wagner <[email protected]> |
30 |
|
|
31 |
|
* Doc/manual/thuban-manual-de.xml: More translations. |
32 |
|
|
33 |
|
2005-01-11 Frank Koormann <[email protected]> |
34 |
|
|
35 |
|
* Thuban/UI/mainwindow.py (MainWindow.DuplicateLayer): |
36 |
|
Fix indention bug. |
37 |
|
|
38 |
|
2005-01-09 Frank Koormann <[email protected]> |
39 |
|
|
40 |
|
* Thuban/UI/mainwindow.py (MainWindow.DuplicateLayer): |
41 |
|
BugFix 2901: Explicitly copy layers ClassificationColumn since it |
42 |
|
is not part of the layers Classification. |
43 |
|
|
44 |
|
2005-01-03 Frank Koormann <[email protected]> |
45 |
|
|
46 |
|
* Thuban/UI/renderer.py (ScreenRendererdraw_selection_incrementally): |
47 |
|
BugFix 2883: Former implementation only worked on classified point |
48 |
|
layers: KeyError was raised, now use the default size if field is None. |
49 |
|
|
50 |
|
2004-12-27 Bernhard Reiter <[email protected]> |
51 |
|
|
52 |
|
svgexport 1.0.0cvs: Fixed label export. |
53 |
|
|
54 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
55 |
|
class TestSVGRenderer(): New class; new test test_label_font(). |
56 |
|
|
57 |
|
* Extensions/svgexport/svgmapwriter.py |
58 |
|
(SVGRenderer.label_font()): initialised Font size with self.factor now, |
59 |
|
makes test_label_font happy. |
60 |
|
|
61 |
|
* Extensions/svgexport/TODO: crossed out fixed label export item. |
62 |
|
Added item for options. |
63 |
|
|
64 |
|
* Extensions/svgexport/__init__.py: Bumped version to 1.0.0cvs. |
65 |
|
|
66 |
|
2004-12-27 Russell Nelson <[email protected]> |
67 |
|
|
68 |
|
Middle mouse button pans. |
69 |
|
|
70 |
|
* Thuban/UI/view.py (MapCanvas.__init__): Subscribe also |
71 |
|
OnMiddleDown and OnMiddleUp events. |
72 |
|
(MapCanvas.OnMiddleDown): New. Activate the pan tool and remember the |
73 |
|
previously used tool. |
74 |
|
(MapCanvas.OnMiddleUp): New. Reactivate the remebered tool used before |
75 |
|
pressing the middle mouse button. |
76 |
|
|
77 |
|
2004-12-27 Jan-Oliver Wagner <[email protected]> |
78 |
|
|
79 |
|
* Doc/manual/thuban-manual-de.xml: More translations. |
80 |
|
|
81 |
|
2004-12-23 Jan-Oliver Wagner <[email protected]> |
82 |
|
|
83 |
|
* Thuban/UI/projdialog.py (ProjFrame.load_user_proj): Added a |
84 |
|
\n to stderr after the warnings. Thanks to Russell Nelson. |
85 |
|
|
86 |
|
2004-12-20 Nina Hueffmeyer <[email protected]> |
87 |
|
|
88 |
|
* Extensions/ogr/ogrshapes.py: Fixed some issues from |
89 |
|
Bernhard (coding guidelines etc.). Additionally it is now possible to |
90 |
|
display shapefiles containing feature collections (e.g.polygons |
91 |
|
with holes). Works with gdal 1.2.1 now. |
92 |
|
|
93 |
|
* Extensions/ogr/test/test_OGRShapestore.py: Fixed some issues |
94 |
|
from Bernhard (coding guidelines etc.). If ogr can't be imported, |
95 |
|
tests are skipped now. |
96 |
|
|
97 |
|
* Extensions/ogr/ogrstart.py: Fixed some typings. |
98 |
|
|
99 |
2004-12-20 Bernhard Reiter <[email protected]> |
2004-12-20 Bernhard Reiter <[email protected]> |
100 |
|
|
101 |
* Extensions/svgexport/TODO: updated to add support for |
* Extensions/svgexport/TODO: updated to add support for |
160 |
* Doc/manual/thuban-manual-de.xml: Copied English section about |
* Doc/manual/thuban-manual-de.xml: Copied English section about |
161 |
svexport over. |
svexport over. |
162 |
|
|
163 |
* Extensions/svgexport/__init__.py: Bumped version number to 1.0.0. |
* Extensions/svgexport/__init__.py: Bumped version number to 1.0.0. |
164 |
|
|
165 |
* Extensions/svgexport/svgsaver.py,maplegend.py: |
* Extensions/svgexport/svgsaver.py,maplegend.py: |
166 |
Moved from experimental to stable extension menu. |
Moved from experimental to stable extension menu. |