1 |
|
2001-09-04 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* MANIFEST.in: Add extensions/pyprojection/LICENSE |
4 |
|
|
5 |
|
* setup.py (thuban_bdist_rpm): New class implementing a Thuban |
6 |
|
specific bdist_rpm command. |
7 |
|
|
8 |
|
* Thuban/UI/main.py: Catch ImportError exceptions when importing |
9 |
|
the locale module because it may not be available on some |
10 |
|
installations. |
11 |
|
|
12 |
|
* extensions/pyprojection/LICENSE: Copy of the license text in |
13 |
|
Projection.i. Having it in a separate file makes it easier to |
14 |
|
refer to license text in e.g. RPMs |
15 |
|
|
16 |
2001-09-03 Bernhard Herzog <[email protected]> |
2001-09-03 Bernhard Herzog <[email protected]> |
17 |
|
|
18 |
|
* setup.py: use wx-config instead of wxgtk-config because it's |
19 |
|
more generic |
20 |
|
|
21 |
|
* setup.py (ThubanInstall.get_outputs): Add the symlink in |
22 |
|
<prefix>/bin to the outputs |
23 |
|
(ThubanInstall.link_file): New method to link files. We need this |
24 |
|
because the standard copy_files refuses to link non-existing |
25 |
|
files. |
26 |
|
(ThubanInstall.run): Remove the leading install root from the |
27 |
|
script filename if an install root was specified and use the new |
28 |
|
link_file method |
29 |
|
|
30 |
* Thuban/UI/mainwindow.py (MainWindow.AddLayer): Fit the map to |
* Thuban/UI/mainwindow.py (MainWindow.AddLayer): Fit the map to |
31 |
the window when the first layer is added to the map. |
the window when the first layer is added to the map. |
32 |
|
|