1 |
2002-08-22 Bernhard Herzog <[email protected]> |
2002-08-22 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/table.py (Table.write_record): New method to write |
4 |
|
records. |
5 |
|
(Table.__init__): Open the DBF file for writing too. |
6 |
|
|
7 |
|
* Thuban/UI/controls.py (RecordTable.SetValue): Write the value |
8 |
|
into the underlying table. |
9 |
|
|
10 |
|
* extensions/shapelib/shapefil.h (DBFCommit), |
11 |
|
extensions/shapelib/dbfopen.c (DBFCommit): New API function to |
12 |
|
commit any changes made to the DBF file. |
13 |
|
|
14 |
* Thuban/UI/mainwindow.py (make_check_current_tool) |
* Thuban/UI/mainwindow.py (make_check_current_tool) |
15 |
(_tool_command): Put the code that generates the "checked" |
(_tool_command): Put the code that generates the "checked" |
16 |
callback into a separate function so that we can reuse it |
callback into a separate function so that we can reuse it |