1 |
|
2002-08-26 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/tableview.py (TableGrid, LayerTableGrid): Split the |
4 |
|
layer table specific code from TableGrid into LayerTableGrid |
5 |
|
(TableFrame, LayerTableFrame): Split the layer table specific code |
6 |
|
from TableFrame into LayerTableFrame |
7 |
|
|
8 |
|
* Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Use the |
9 |
|
LayerTableFrame |
10 |
|
|
11 |
|
2002-08-23 Bernhard Herzog <[email protected]> |
12 |
|
|
13 |
|
* Thuban/Model/layer.py (Layer.__init__): Make sure we have an |
14 |
|
absolute filename. |
15 |
|
|
16 |
2002-08-22 Bernhard Herzog <[email protected]> |
2002-08-22 Bernhard Herzog <[email protected]> |
17 |
|
|
18 |
|
* Thuban/Model/table.py (Table.write_record): New method to write |
19 |
|
records. |
20 |
|
(Table.__init__): Open the DBF file for writing too. |
21 |
|
|
22 |
|
* Thuban/UI/controls.py (RecordTable.SetValue): Write the value |
23 |
|
into the underlying table. |
24 |
|
|
25 |
|
* extensions/shapelib/shapefil.h (DBFCommit), |
26 |
|
extensions/shapelib/dbfopen.c (DBFCommit): New API function to |
27 |
|
commit any changes made to the DBF file. |
28 |
|
|
29 |
* Thuban/UI/mainwindow.py (make_check_current_tool) |
* Thuban/UI/mainwindow.py (make_check_current_tool) |
30 |
(_tool_command): Put the code that generates the "checked" |
(_tool_command): Put the code that generates the "checked" |
31 |
callback into a separate function so that we can reuse it |
callback into a separate function so that we can reuse it |