1 |
2003-05-22 Thomas Koester <[email protected]> |
2003-05-22 Thomas Koester <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/range.py, test/test_range.py: Brought over new Range |
4 |
|
from SciParam that now really is immutable. |
5 |
|
|
6 |
|
2003-05-22 Frank Koormann <[email protected]> |
7 |
|
|
8 |
|
Layer Top/Bottom placement added to legend. |
9 |
|
|
10 |
|
* Thuban/UI/legend.py |
11 |
|
(LegendPanel._OnMoveTop(), LayerPanel._OnMoveBottom): New, methods |
12 |
|
bound to tool events. |
13 |
|
(LegendTree.MoveCurrentItemTop(), LegendTree.MoveCurrentItemBottom): |
14 |
|
New, methods binding the event methods with the map methods. |
15 |
|
|
16 |
|
* Thuban/Model/map.py (Map.TopLayer(), Map.BottomLayer()): New, place |
17 |
|
layer at top/bottom of layer stack. |
18 |
|
|
19 |
|
* Resources/Bitmaps/top_layer.xpm: New button icon. |
20 |
|
|
21 |
|
* Resources/Bitmaps/bottom_layer.xpm: New button icon. |
22 |
|
|
23 |
|
2003-05-22 Bernhard Herzog <[email protected]> |
24 |
|
|
25 |
|
* Thuban/Model/session.py (Session.RemoveTable): New method to |
26 |
|
remove tables |
27 |
|
|
28 |
|
* test/test_session.py (TestSessionSimple.test_remove_table): New. |
29 |
|
Test for RemoveTable |
30 |
|
|
31 |
|
2003-05-22 Thomas Koester <[email protected]> |
32 |
|
|
33 |
* Thuban/Model/classgen.py: Added short module doc string and CVS id. |
* Thuban/Model/classgen.py: Added short module doc string and CVS id. |
34 |
(ClassGenerator.GenUniformDistribution): Use new Range __init__, too. |
(ClassGenerator.GenUniformDistribution): Use new Range __init__, too. |
35 |
|
|