1 |
|
2003-04-02 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* extensions/thuban/wxproj.cpp (check_version, check_version_gtk): |
4 |
|
Handle the reference counts of the return value and errors in |
5 |
|
PyArg_ParseTuple correctly. |
6 |
|
|
7 |
|
* Thuban/UI/application.py (ThubanApplication.OpenSession): Make |
8 |
|
sure the filename is absolute to avoid problems when saving the |
9 |
|
session again |
10 |
|
|
11 |
|
* Thuban/Model/table.py: Remove unnecessary import. Fix a typo. |
12 |
|
|
13 |
|
2003-04-01 Jonathan Coles <[email protected]> |
14 |
|
|
15 |
|
* Thuban/UI/renderer.py (MapRenderer.draw_point_shape): Check |
16 |
|
that there actually are points in the returned list of points |
17 |
|
before trying to index into the list. The list may be empty if |
18 |
|
the shape is a Null Shape. |
19 |
|
|
20 |
2003-04-01 Bernhard Herzog <[email protected]> |
2003-04-01 Bernhard Herzog <[email protected]> |
21 |
|
|
22 |
* test/test_map.py: Don't use from <module> import * |
* test/test_map.py: Don't use from <module> import * |