1 |
|
2003-06-13 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/identifyview.py (IdentifyView.__init__): Call |
4 |
|
self.selected_shape with the current selection to make sure the |
5 |
|
contents of the dialog are up to date when it's shown for the |
6 |
|
first time. |
7 |
|
The dialog used to work without this by luck. The recent fix to |
8 |
|
the connector module 'broke' a 'feature' the identify view was |
9 |
|
relying on, i.e that subscribing to a message in response to |
10 |
|
receiving a message of that type would mean that the new |
11 |
|
subscriber would also be called for the same message. |
12 |
|
|
13 |
|
2003-06-12 Jonathan Coles <[email protected]> |
14 |
|
|
15 |
|
* extensions/thuban/gdalwarp.cpp: Removed debug printing as |
16 |
|
the image is rendered. Fixes RTbug #1937. |
17 |
|
|
18 |
|
2003-06-12 Jonathan Coles <[email protected]> |
19 |
|
|
20 |
|
* Thuban/Lib/fileutil.py: As is done under Windows, create the |
21 |
|
user directory if it doesn't exist on a posix system. |
22 |
|
Fixes RTbug #1815. |
23 |
|
|
24 |
|
* Thuban/Model/resource.py (get_user_proj_files): Moved the |
25 |
|
called to get_application_dir here, so that the directory |
26 |
|
will only be called if this method is invoked. |
27 |
|
|
28 |
|
* Thuban/UI/projdialog.py (ProjFrame.__DoOnProjAvail): Clear |
29 |
|
the projfilepath if no projection is selected. |
30 |
|
|
31 |
|
2003-06-12 Jonathan Coles <[email protected]> |
32 |
|
|
33 |
|
* Thuban/UI/legend.py (ScaleBarBitmap.__SetScale): Don't draw |
34 |
|
the scalebar if the current map has no projection set. |
35 |
|
|
36 |
|
* Thuban/UI/projdialog.py (ProjFrame.__DoOnProjAvail): Set the |
37 |
|
projfilepath label to just the basename of the projection file |
38 |
|
rather than include the entire path. |
39 |
|
|
40 |
|
* Thuban/Model/resource.py: Fix missed proj functions that |
41 |
|
needed to be renamed. |
42 |
|
|
43 |
2003-06-12 Jonathan Coles <[email protected]> |
2003-06-12 Jonathan Coles <[email protected]> |
44 |
|
|
45 |
* Thuban/Model/classification.py: Removed assert statements that |
* Thuban/Model/classification.py: Removed assert statements that |