1 |
|
2003-05-05 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* extensions/thuban/wxproj.cpp: Fix some of the comments. |
4 |
|
(project_point): If a map projection but no layer projection is |
5 |
|
given, convert degrees to radians before applying the map |
6 |
|
projection. |
7 |
|
|
8 |
|
* Thuban/UI/tableview.py (TableGrid.disallow_messages) |
9 |
|
(TableGrid.allow_messages): New methods to make it possible to |
10 |
|
inhibit message sending. |
11 |
|
(TableGrid.issue): Only send the message if not inhibited. |
12 |
|
(LayerTableGrid.select_shape): Use the new methods to make sure |
13 |
|
that no ROW_SELECTED message is sent while we're updating the |
14 |
|
selected rows to match the selected shapes. |
15 |
|
|
16 |
|
2003-05-02 Jan-Oliver Wagner <[email protected]> |
17 |
|
|
18 |
|
Implementation of MemoryTable. |
19 |
|
|
20 |
|
* Thuban/Model/table.py (MemoryTable): New. Quite simple table |
21 |
|
implementation that operates on a list of tuples. All of the data |
22 |
|
are kept in the memory. |
23 |
|
|
24 |
|
* test/test_table.py (MemoryTableTest): New. |
25 |
|
|
26 |
|
* test/test_transientdb.py (SimpleTable): Removed. |
27 |
|
(TestTransientTable.test_transient_joined_table, |
28 |
|
(TestTransientTable.test_transient_table_read_twice): Replaced |
29 |
|
SimpleTable by MemoryTable. |
30 |
|
|
31 |
2003-04-30 Jonathan Coles <[email protected]> |
2003-04-30 Jonathan Coles <[email protected]> |
32 |
|
|
33 |
* Data/iceland_sample.thuban: Now contains correct projections |
* Data/iceland_sample.thuban: Now contains correct projections |