1 |
|
2001-09-04 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): New method |
4 |
|
that runs a modal message box |
5 |
|
(MainWindow.OnClose): Use the new method |
6 |
|
(MainWindow.RemoveLayer): Just do nothing in case no layer is |
7 |
|
selected. The command should be grayed out anyway, so there's no |
8 |
|
need to pop up a message box. |
9 |
|
(MainWindow.AddLayer): Pop up a message box with an error message |
10 |
|
if the shape file can't be opened |
11 |
|
|
12 |
|
* Thuban/Model/layer.py (Layer.__init__): Open the shapefile |
13 |
|
immediately. This will cause an exception in case the file can't |
14 |
|
be opened and we can display an appropriate message. |
15 |
|
|
16 |
|
* MANIFEST.in: Add extensions/pyprojection/LICENSE |
17 |
|
|
18 |
|
* setup.py (thuban_bdist_rpm): New class implementing a Thuban |
19 |
|
specific bdist_rpm command. |
20 |
|
|
21 |
|
* Thuban/UI/main.py: Catch ImportError exceptions when importing |
22 |
|
the locale module because it may not be available on some |
23 |
|
installations. |
24 |
|
|
25 |
|
* extensions/pyprojection/LICENSE: Copy of the license text in |
26 |
|
Projection.i. Having it in a separate file makes it easier to |
27 |
|
refer to license text in e.g. RPMs |
28 |
|
|
29 |
|
2001-09-03 Bernhard Herzog <[email protected]> |
30 |
|
|
31 |
|
* setup.py: use wx-config instead of wxgtk-config because it's |
32 |
|
more generic |
33 |
|
|
34 |
|
* setup.py (ThubanInstall.get_outputs): Add the symlink in |
35 |
|
<prefix>/bin to the outputs |
36 |
|
(ThubanInstall.link_file): New method to link files. We need this |
37 |
|
because the standard copy_files refuses to link non-existing |
38 |
|
files. |
39 |
|
(ThubanInstall.run): Remove the leading install root from the |
40 |
|
script filename if an install root was specified and use the new |
41 |
|
link_file method |
42 |
|
|
43 |
|
* Thuban/UI/mainwindow.py (MainWindow.AddLayer): Fit the map to |
44 |
|
the window when the first layer is added to the map. |
45 |
|
|
46 |
|
* setup.py (ThubanInstall.run): Honor the build root (self.root) |
47 |
|
when linking thuban.py to <prefix>/bin |
48 |
|
|
49 |
2001-08-31 Bernhard Herzog <[email protected]> |
2001-08-31 Bernhard Herzog <[email protected]> |
50 |
|
|
51 |
* setup.py: In the setup call, the install parameters shouldn't |
* setup.py: In the setup call, the install parameters shouldn't |