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