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 |
|
(LayerTableGrid.select_shape): Remove a debug print |
8 |
|
|
9 |
|
* Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Use the |
10 |
|
LayerTableFrame |
11 |
|
|
12 |
|
2002-08-23 Bernhard Herzog <[email protected]> |
13 |
|
|
14 |
|
* Thuban/Model/layer.py (Layer.__init__): Make sure we have an |
15 |
|
absolute filename. |
16 |
|
|
17 |
2002-08-22 Bernhard Herzog <[email protected]> |
2002-08-22 Bernhard Herzog <[email protected]> |
18 |
|
|
19 |
|
* Thuban/Model/table.py (Table.write_record): New method to write |
20 |
|
records. |
21 |
|
(Table.__init__): Open the DBF file for writing too. |
22 |
|
|
23 |
|
* Thuban/UI/controls.py (RecordTable.SetValue): Write the value |
24 |
|
into the underlying table. |
25 |
|
|
26 |
|
* extensions/shapelib/shapefil.h (DBFCommit), |
27 |
|
extensions/shapelib/dbfopen.c (DBFCommit): New API function to |
28 |
|
commit any changes made to the DBF file. |
29 |
|
|
30 |
|
* Thuban/UI/mainwindow.py (make_check_current_tool) |
31 |
|
(_tool_command): Put the code that generates the "checked" |
32 |
|
callback into a separate function so that we can reuse it |
33 |
|
elsewhere |
34 |
|
|
35 |
* Thuban/Model/save.py (Saver): New class to handle serializing a |
* Thuban/Model/save.py (Saver): New class to handle serializing a |
36 |
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 |
37 |
that applications built on Thuban can derive from it so that they |
that applications built on Thuban can derive from it so that they |