1 |
|
2002-12-03 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/tree.py (SessionTreeCtrl.normalize_selection): Handle |
4 |
|
the case of selected items that are not children of Layers or Maps |
5 |
|
properly. Previously this bug would trigger an assertion in |
6 |
|
wxWindows. |
7 |
|
|
8 |
|
2002-11-06 Frank Koormann <[email protected]> |
9 |
|
|
10 |
|
* Thuban/UI/mainwindow.py: Altered the order of tools in the |
11 |
|
toolbar: First now are all navigation tools (Zoom In/Out, Pan, |
12 |
|
Full Extent). |
13 |
|
|
14 |
|
2002-10-23 Bernhard Herzog <[email protected]> |
15 |
|
|
16 |
|
* setup.py (setup call): version now 0.1.3 |
17 |
|
|
18 |
|
* MANIFEST.in: Add the files in test/ |
19 |
|
|
20 |
|
* test/README: Add note about tests requiring the iceland data |
21 |
|
|
22 |
|
* Thuban/UI/mainwindow.py (MainWindow.About): Add 2002 to |
23 |
|
copyright notice. |
24 |
|
|
25 |
|
2002-10-18 Bernhard Herzog <[email protected]> |
26 |
|
|
27 |
|
* test/test_map.py |
28 |
|
(TestMapWithContents.test_projected_bounding_box): Use an explicit |
29 |
|
epsilon. |
30 |
|
|
31 |
|
* test/support.py (FloatComparisonMixin.assertFloatEqual) |
32 |
|
(FloatComparisonMixin.assertFloatSeqEqual): give a more useful |
33 |
|
message if the assertion fails and don't return the return value |
34 |
|
of self.assert_. In assertFloatSeqEqual the return meant that not |
35 |
|
all items of the sequence were compared. |
36 |
|
|
37 |
|
2002-09-20 Bernhard Herzog <[email protected]> |
38 |
|
|
39 |
|
* test/test_fileutil.py: New. Test cases for Thuban.Lib.fileutil |
40 |
|
|
41 |
|
* Thuban/Lib/fileutil.py: Fixup some whitespace and typos |
42 |
|
|
43 |
|
* test/test_map.py (TestMapWithContents.test_tree_info): Create |
44 |
|
the string with the bounding box on the fly because of platform |
45 |
|
differences in the way %g is handled. |
46 |
|
|
47 |
|
* test/test_layer.py (TestLayer.test_empty_layer): Create an empty |
48 |
|
DBFfile too because Thuban layers can't yet cope missing DBF |
49 |
|
files. |
50 |
|
|
51 |
2002-09-20 Bernhard Herzog <[email protected]> |
2002-09-20 Bernhard Herzog <[email protected]> |
52 |
|
|
53 |
* test/test_menu.py: Use initthuban instead of |
* test/test_menu.py: Use initthuban instead of |