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