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