1 |
|
2002-08-29 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/table.py: Make writing records work correctly: |
4 |
|
(Table.__init__): Keep track of whether the DBF is open for |
5 |
|
writing |
6 |
|
(Table.write_record): Open the DBF file for writing when necessary |
7 |
|
|
8 |
|
2002-08-27 Bernhard Herzog <[email protected]> |
9 |
|
|
10 |
|
* Thuban/Model/table.py (Table.write_record, Table.__init__): Open |
11 |
|
dbf files only for reading by default. Use a new writable dbf |
12 |
|
object for writing. |
13 |
|
|
14 |
|
2002-08-26 Bernhard Herzog <[email protected]> |
15 |
|
|
16 |
|
* Thuban/UI/mainwindow.py: Refactor the context creation: |
17 |
|
(MainWindow.Context): New method to return a context |
18 |
|
(MainWindow.invoke_command, MainWindow.update_command_ui): Use the |
19 |
|
new method |
20 |
|
|
21 |
|
* Thuban/UI/tableview.py (TableGrid, LayerTableGrid): Split the |
22 |
|
layer table specific code from TableGrid into LayerTableGrid |
23 |
|
(TableFrame, LayerTableFrame): Split the layer table specific code |
24 |
|
from TableFrame into LayerTableFrame |
25 |
|
(LayerTableGrid.select_shape): Remove a debug print |
26 |
|
|
27 |
|
* Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Use the |
28 |
|
LayerTableFrame |
29 |
|
|
30 |
|
2002-08-23 Bernhard Herzog <[email protected]> |
31 |
|
|
32 |
|
* Thuban/Model/layer.py (Layer.__init__): Make sure we have an |
33 |
|
absolute filename. |
34 |
|
|
35 |
2002-08-22 Bernhard Herzog <[email protected]> |
2002-08-22 Bernhard Herzog <[email protected]> |
36 |
|
|
37 |
* Thuban/Model/table.py (Table.write_record): New method to write |
* Thuban/Model/table.py (Table.write_record): New method to write |