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