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]> |
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 |
* Thuban/UI/tableview.py (TableGrid, LayerTableGrid): Split the |
22 |
layer table specific code from TableGrid into LayerTableGrid |
layer table specific code from TableGrid into LayerTableGrid |
23 |
(TableFrame, LayerTableFrame): Split the layer table specific code |
(TableFrame, LayerTableFrame): Split the layer table specific code |