1 |
|
2003-04-02 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/table.py: Remove unnecessary import. Fix a typo. |
4 |
|
|
5 |
|
2003-04-01 Jonathan Coles <[email protected]> |
6 |
|
|
7 |
|
* Thuban/UI/renderer.py (MapRenderer.draw_point_shape): Check |
8 |
|
that there actually are points in the returned list of points |
9 |
|
before trying to index into the list. The list may be empty if |
10 |
|
the shape is a Null Shape. |
11 |
|
|
12 |
|
2003-04-01 Bernhard Herzog <[email protected]> |
13 |
|
|
14 |
|
* test/test_map.py: Don't use from <module> import * |
15 |
|
|
16 |
|
2003-04-01 Jonathan Coles <[email protected]> |
17 |
|
|
18 |
|
* Thuban/Model/session.py: Use LAYER_CHANGED instead of |
19 |
|
LAYER_LEGEND_CHANGED |
20 |
|
|
21 |
|
* Thuban/UI/dock.py (DockableWindow._OnButtonClose): Call |
22 |
|
self.Destroy() to close the window after yesterday's changes. |
23 |
|
|
24 |
|
* test/test_map.py, test/test_session.py: Fix messages that |
25 |
|
are sent from maps and layers. |
26 |
|
|
27 |
2003-03-31 Jonathan Coles <[email protected]> |
2003-03-31 Jonathan Coles <[email protected]> |
28 |
|
|
29 |
* Thuban/UI/classifier.py: Commented out some debugging statements. |
* Thuban/UI/classifier.py: Commented out some debugging statements. |