1 |
2003-11-03 Bernhard Herzog <[email protected]> |
2003-11-03 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/baserenderer.py |
4 |
|
(BaseRenderer.draw_shape_layer_incrementally): Use the ReadValue |
5 |
|
method. ReadValue is faster than ReadRowAsDict since it only reads |
6 |
|
one cell especially now that the dbf file objects actually |
7 |
|
implement it. |
8 |
|
|
9 |
|
* Thuban/Model/table.py (DBFTable.ReadValue): Use the new |
10 |
|
read_attribute method of the dbf objects |
11 |
|
|
12 |
|
2003-11-03 Bernhard Herzog <[email protected]> |
13 |
|
|
14 |
* Extensions/profiling/profiling.py (popup_dialog_box): New config |
* Extensions/profiling/profiling.py (popup_dialog_box): New config |
15 |
variable to indicate whether the result should be shown in a |
variable to indicate whether the result should be shown in a |
16 |
dialog box |
dialog box |