1 |
|
2003-05-28 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/mainwindow.py (MainWindow.DuplicateLayer) |
4 |
|
(MainWindow.CanDuplicateLayer): New methods to implement the |
5 |
|
Layer/Duplicate command. |
6 |
|
(layer_duplicate command): New. |
7 |
|
(main_menu): Add layer_duplicate to the Layer menu. |
8 |
|
|
9 |
|
2003-05-28 Bernhard Herzog <[email protected]> |
10 |
|
|
11 |
|
* Thuban/UI/tableview.py (NullRenderer.Draw): New. Our own |
12 |
|
renderer so that NULL/None values get displayed differently (by a |
13 |
|
gray rectangle). |
14 |
|
(TableGrid.__init__): Override the default renderers |
15 |
|
|
16 |
|
2003-05-28 Bernhard Herzog <[email protected]> |
17 |
|
|
18 |
|
* Thuban/Model/layer.py (Layer.SetShapeStore): Set the |
19 |
|
classification to "None" if the type of the field has changed. |
20 |
|
|
21 |
|
* test/test_layer.py (SetShapeStoreTests): New. Class with a few |
22 |
|
test for the Layer.SetShapeStore method |
23 |
|
|
24 |
2003-05-28 Jan-Oliver Wagner <[email protected]> |
2003-05-28 Jan-Oliver Wagner <[email protected]> |
25 |
|
|
26 |
* Thuban/Model/layer.py (Layer.TreeInfo): Fixed a bug (a layer |
* Thuban/Model/layer.py (Layer.TreeInfo): Fixed a bug (a layer |