1 |
|
2005-01-18 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
New Extension: mouseposition |
4 |
|
Tool to collect mouse click positions (map coordinates) in a dialog. |
5 |
|
|
6 |
|
* Extensions/mouseposition/__init__.py: New, extension registration |
7 |
|
|
8 |
|
* Extensions/mouseposition/mouseposition.py: New, implements the |
9 |
|
dialog and adds a tool to Thuban mainwindow. |
10 |
|
|
11 |
|
* Extensions/mouseposition/position.xpm: New, icon for tool. |
12 |
|
|
13 |
|
2005-01-14 Jan-Oliver Wagner <[email protected]> |
14 |
|
|
15 |
|
* Doc/manual/thuban-manual-de.xml: More translations. |
16 |
|
|
17 |
|
2005-01-11 Frank Koormann <[email protected]> |
18 |
|
|
19 |
|
* Thuban/UI/mainwindow.py (MainWindow.DuplicateLayer): |
20 |
|
Fix indention bug. |
21 |
|
|
22 |
|
2005-01-09 Frank Koormann <[email protected]> |
23 |
|
|
24 |
|
* Thuban/UI/mainwindow.py (MainWindow.DuplicateLayer): |
25 |
|
BugFix 2901: Explicitly copy layers ClassificationColumn since it |
26 |
|
is not part of the layers Classification. |
27 |
|
|
28 |
|
2005-01-03 Frank Koormann <[email protected]> |
29 |
|
|
30 |
|
* Thuban/UI/renderer.py (ScreenRendererdraw_selection_incrementally): |
31 |
|
BugFix 2883: Former implementation only worked on classified point |
32 |
|
layers: KeyError was raised, now use the default size if field is None. |
33 |
|
|
34 |
2004-12-27 Bernhard Reiter <[email protected]> |
2004-12-27 Bernhard Reiter <[email protected]> |
35 |
|
|
36 |
svgexport 1.0.0cvs: Fixed label export. |
svgexport 1.0.0cvs: Fixed label export. |