1 |
|
2003-06-04 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
Do not cache the values returned by the tree widget's |
4 |
|
GetFirstChild and GetNextChild methods because it led to lots of |
5 |
|
segfaults. The new way requires more brute force but is more |
6 |
|
reliable. |
7 |
|
|
8 |
|
* Thuban/UI/legend.py (LegendTree.__init__): Remove instance |
9 |
|
variable layer2id |
10 |
|
(LegendTree.find_layer): New method to do with brute force what |
11 |
|
layer2id tried to accomplish |
12 |
|
(LegendTree._OnMsgLayerChanged) |
13 |
|
(LegendTree._OnMsgLayerTitleChanged, LegendTree.__ShowHideLayer): |
14 |
|
Use find_layer instead of layer2id |
15 |
|
(LegendTree.__RemoveLayer, LegendTree.__AddLayer): No need to |
16 |
|
update layer2id anymore |
17 |
|
(LegendTree._OnMsgMapLayersRemoved) |
18 |
|
(LegendTree._OnMsgMapLayersAdded): Get by without layer2id. |
19 |
|
|
20 |
2003-06-03 Thomas Koester <[email protected]> |
2003-06-03 Thomas Koester <[email protected]> |
21 |
|
|
22 |
* Thuban/Model/classgen.py (GenQuantiles0): New function. |
* Thuban/Model/classgen.py (GenQuantiles0): New function. |