1 |
2003-06-12 Jonathan Coles <[email protected]> |
2003-06-12 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Lib/fileutil.py: As is done under Windows, create the |
4 |
|
user directory if it doesn't exist on a posix system. |
5 |
|
|
6 |
|
* Thuban/Model/resource.py (get_user_proj_files): Moved the |
7 |
|
called to get_application_dir here, so that the directory |
8 |
|
will only be called if this method is invoked. |
9 |
|
|
10 |
|
* Thuban/UI/projdialog.py (ProjFrame.__DoOnProjAvail): Clear |
11 |
|
the projfilepath if no projection is selected. |
12 |
|
|
13 |
|
2003-06-12 Jonathan Coles <[email protected]> |
14 |
|
|
15 |
|
* Thuban/UI/legend.py (ScaleBarBitmap.__SetScale): Don't draw |
16 |
|
the scalebar if the current map has no projection set. |
17 |
|
|
18 |
|
* Thuban/UI/projdialog.py (ProjFrame.__DoOnProjAvail): Set the |
19 |
|
projfilepath label to just the basename of the projection file |
20 |
|
rather than include the entire path. |
21 |
|
|
22 |
|
* Thuban/Model/resource.py: Fix missed proj functions that |
23 |
|
needed to be renamed. |
24 |
|
|
25 |
|
2003-06-12 Jonathan Coles <[email protected]> |
26 |
|
|
27 |
|
* Thuban/Model/classification.py: Removed assert statements that |
28 |
|
tested if the variable was an instance of Color. |
29 |
|
|
30 |
|
* Thuban/Model/color.py (Color): Remove commented code that isn't |
31 |
|
used. |
32 |
|
(Transparent): Renamed from NoColor. Doesn't inherit from Color. |
33 |
|
Fixes RTbug #1835. |
34 |
|
(Transparent.__eq__, Transparent.__ne, Transparent.__repr): New. |
35 |
|
Needed now that the class doesn't inherit from Color. |
36 |
|
|
37 |
|
2003-06-12 Jonathan Coles <[email protected]> |
38 |
|
|
39 |
|
* test/test_save.py (XMLWriterTest.testEncode): Explicitly |
40 |
|
check unicode strings. |
41 |
|
|
42 |
|
* test/test_layer.py: Check for existence of gdal. |
43 |
|
|
44 |
|
2003-06-12 Jonathan Coles <[email protected]> |
45 |
|
|
46 |
* Thuban/Model/xmlreader.py: New. Contains the XMLReader class |
* Thuban/Model/xmlreader.py: New. Contains the XMLReader class |
47 |
that was in load.py |
that was in load.py |