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) |
15 |
|
(_tool_command): Put the code that generates the "checked" |
16 |
|
callback into a separate function so that we can reuse it |
17 |
|
elsewhere |
18 |
|
|
19 |
* Thuban/Model/save.py (Saver): New class to handle serializing a |
* Thuban/Model/save.py (Saver): New class to handle serializing a |
20 |
session into an XML file. The main reason to introduce a class is |
session into an XML file. The main reason to introduce a class is |
21 |
that applications built on Thuban can derive from it so that they |
that applications built on Thuban can derive from it so that they |