1 |
|
2003-10-31 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* test/test_classification.py (red, green, blue): New. These |
4 |
|
constants were used in several cases. Update the relevant methods. |
5 |
|
(TestClassification.test_defaults) |
6 |
|
(TestClassification.test_set_default_properties) |
7 |
|
(TestClassification.test_add_singleton) |
8 |
|
(TestClassification.test_add_range) |
9 |
|
(TestClassification.test_multiple_groups) |
10 |
|
(TestClassification.test_deepcopy): New. These were formerly all |
11 |
|
part of the single method test. |
12 |
|
(TestClassification.test_deepcopy): Removed. |
13 |
|
(TestClassIterator): Removed. The test case is now a method of |
14 |
|
TestClassification since it tests part of the public interface of |
15 |
|
Classification |
16 |
|
(TestClassification.test_iterator): New. Used to be |
17 |
|
TestClassIterator effectively |
18 |
|
|
19 |
|
2003-10-31 Jan-Oliver Wagner <[email protected]> |
20 |
|
|
21 |
|
GUIfied the functions of the profiling extension. |
22 |
|
|
23 |
|
* /Extensions/profiling/__init__.py: New: Init to make this |
24 |
|
directory a package. |
25 |
|
|
26 |
|
* Extensions/profiling/profiling.py: Moved menu entries to |
27 |
|
the Extensions menu. Applied _() for strings. |
28 |
|
(profile_screen_renderer): Catch the detailed printout and present |
29 |
|
it in a dialog. |
30 |
|
(time_screen_renderer): Raise a dialog to present the result instead |
31 |
|
of printing it to stdout. |
32 |
|
|
33 |
|
2003-10-31 Bernhard Herzog <[email protected]> |
34 |
|
|
35 |
|
* test/test_classification.py (TestClassGroupProperties) |
36 |
|
(TestClassGroup, TestClassGroupDefault, TestClassGroupRange) |
37 |
|
(TestClassGroupSingleton, TestClassIterator, TestClassification): |
38 |
|
Split TestClassification into several classes, one for each class |
39 |
|
being tested. TestClassification itself now only tests |
40 |
|
Classification. This split makes changes to the tests a bit easier |
41 |
|
|
42 |
|
2003-10-31 Bernhard Herzog <[email protected]> |
43 |
|
|
44 |
|
* Extensions/profiling/profiling.py: New. Extension to measure |
45 |
|
Thuban performance |
46 |
|
|
47 |
|
2003-10-31 Frank Koormann <[email protected]> |
48 |
|
|
49 |
|
Added two items to legend popup menu: Remove Layer and Show Layer Table |
50 |
|
|
51 |
|
* Thuban/UI/legend.py (LegendPanel._OnRemoveLayer, |
52 |
|
LegendPanel._OnShowTable): New event handlers, call the corresponding |
53 |
|
mainwindow methods. |
54 |
|
(LegendTree._OnRightClick): Added items to popup menu. |
55 |
|
|
56 |
2003-10-30 Bernhard Herzog <[email protected]> |
2003-10-30 Bernhard Herzog <[email protected]> |
57 |
|
|
58 |
* Thuban/UI/dialogs.py (ThubanFrame.__init__): Handle |
* Thuban/UI/dialogs.py (ThubanFrame.__init__): Handle |