1 |
2001-09-04 Bernhard Herzog <[email protected]> |
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 |
* MANIFEST.in: Add extensions/pyprojection/LICENSE |
17 |
|
|
18 |
* setup.py (thuban_bdist_rpm): New class implementing a Thuban |
* setup.py (thuban_bdist_rpm): New class implementing a Thuban |