1 |
|
2005-01-20 Russell Nelson <[email protected]> |
2 |
|
|
3 |
|
* Resources/Projections/defaults.proj: Ruin the speling of the |
4 |
|
Lambert-93 projection so it doesn't run into the wx UTF-8 bug. |
5 |
|
It's the wrong thing to do in the long run, but it's necessary for |
6 |
|
those users until that bug is fixed. Otherwise the projection |
7 |
|
dialog segfaults. Better to annoy some Lambert-93 users with a |
8 |
|
spelling mistake than every Fedora Core 3 user of Thuban-CVS. |
9 |
|
|
10 |
|
2005-01-20 Bernhard Reiter <[email protected]> |
11 |
|
|
12 |
|
* Thuban/UI/mainwindow.py(view_position_changed): Added docstring |
13 |
|
and comment that the warning code here is a hack. |
14 |
|
|
15 |
|
2005-01-20 Russell Nelson <[email protected]> |
16 |
|
|
17 |
|
* Thuban/UI/mainwindow.py(view_position_changed): Warn user about |
18 |
|
misprojected layers when their lat/lon bounding |
19 |
|
box exceeds rational lat/lon values. |
20 |
|
|
21 |
|
2005-01-20 Bernhard Reiter <[email protected]> |
22 |
|
|
23 |
|
* Thuban/UI/about.py (unicodeToLocale()): Improved: |
24 |
|
Use 'ascii' and then 'replace' for other characters |
25 |
|
when getdefaultlocale returns None. Thanks to Bernhard H. . |
26 |
|
|
27 |
|
2005-01-20 Bernhard Reiter <[email protected]> |
28 |
|
|
29 |
|
* Thuban/UI/classgen.py (OnRetrieve()): Added a comment |
30 |
|
that OnRangeText might be called twice and using None as argument. |
31 |
|
|
32 |
|
2005-01-20 Bernhard Reiter <[email protected]> |
33 |
|
|
34 |
|
* Thuban/UI/classgen.py (OnRetrieve()): Add a OnRangeText(0) |
35 |
|
to work around a different in wx Behaviour noticed on MacOSX, |
36 |
|
thanks to Lorenzo Moretti and Daniel Calvelo for the fix. |
37 |
|
|
38 |
|
2005-01-20 Bernhard Reiter <[email protected]> |
39 |
|
|
40 |
|
* Thuban/UI/about.py: take iso-8859-15 when getdefaultlocale returns |
41 |
|
None. (Fixes rt#2910.) |
42 |
|
|
43 |
|
2005-01-18 Frank Koormann <[email protected]> |
44 |
|
|
45 |
|
New Extension: mouseposition |
46 |
|
Tool to collect mouse click positions (map coordinates) in a dialog. |
47 |
|
|
48 |
|
* Extensions/mouseposition/__init__.py: New, extension registration |
49 |
|
|
50 |
|
* Extensions/mouseposition/mouseposition.py: New, implements the |
51 |
|
dialog and adds a tool to Thuban mainwindow. |
52 |
|
|
53 |
|
* Extensions/mouseposition/position.xpm: New, icon for tool. |
54 |
|
|
55 |
|
2005-01-14 Jan-Oliver Wagner <[email protected]> |
56 |
|
|
57 |
|
* Doc/manual/thuban-manual-de.xml: More translations. |
58 |
|
|
59 |
|
2005-01-11 Frank Koormann <[email protected]> |
60 |
|
|
61 |
|
* Thuban/UI/mainwindow.py (MainWindow.DuplicateLayer): |
62 |
|
Fix indention bug. |
63 |
|
|
64 |
|
2005-01-09 Frank Koormann <[email protected]> |
65 |
|
|
66 |
|
* Thuban/UI/mainwindow.py (MainWindow.DuplicateLayer): |
67 |
|
BugFix 2901: Explicitly copy layers ClassificationColumn since it |
68 |
|
is not part of the layers Classification. |
69 |
|
|
70 |
|
2005-01-03 Frank Koormann <[email protected]> |
71 |
|
|
72 |
|
* Thuban/UI/renderer.py (ScreenRendererdraw_selection_incrementally): |
73 |
|
BugFix 2883: Former implementation only worked on classified point |
74 |
|
layers: KeyError was raised, now use the default size if field is None. |
75 |
|
|
76 |
2004-12-27 Bernhard Reiter <[email protected]> |
2004-12-27 Bernhard Reiter <[email protected]> |
77 |
|
|
78 |
svgexport 1.0.0cvs: Fixed label export. |
svgexport 1.0.0cvs: Fixed label export. |