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