1 |
|
2005-01-26 Nina H�ffmeyer <[email protected]> |
2 |
|
|
3 |
|
* Extensions/ogr/ogrshapes.py: Added two dictionaries to ShapeStore |
4 |
|
which maps the ids and the ordinals. Fixed RowIdToOrdinal(), |
5 |
|
RowOrdinalToId() and ReadRowAsDict(). |
6 |
|
|
7 |
|
* Extensions/ogr/ogrstart.py: Added menu item which opens database |
8 |
|
layers for existing database connections. |
9 |
|
|
10 |
|
* Extensions/ogr/test/test_OGRShapestore.py: Fixed a message string. |
11 |
|
|
12 |
|
|
13 |
|
2005-01-26 Jan-Oliver Wagner <[email protected]> |
14 |
|
|
15 |
|
* Doc/manual/thuban-manual-de.xml: More translations. |
16 |
|
|
17 |
|
2005-01-24 Bernhard Herzog <[email protected]> |
18 |
|
|
19 |
|
Rework the status bar updates a bit to make sure the message about |
20 |
|
the projections is produced at the right times. |
21 |
|
|
22 |
|
* Thuban/UI/mainwindow.py (MainWindow.update_status_bar_messages): |
23 |
|
New class variable with messages that may require a status bar |
24 |
|
update. |
25 |
|
(MainWindow.view_position_changed) |
26 |
|
(MainWindow.update_status_bar): Rename from view_position_changed |
27 |
|
to update_status_bar. It's meaning has changed now that it may |
28 |
|
also generate messages about problems with projection settings. |
29 |
|
(MainWindow.__init__): Use the new update_status_bar_messages |
30 |
|
class variable to subscribe update_status_bar |
31 |
|
(MainWindow.set_position_text): Update doc-string. This method |
32 |
|
has to be renamed at some point. See doc-string and comments. |
33 |
|
(MainWindow.OnClose): Unsubscribe update_status_bar from all |
34 |
|
messages in update_status_bar_messages |
35 |
|
|
36 |
|
* Thuban/UI/viewport.py (ViewPort.forwarded_map_messages): New |
37 |
|
class attribute. map messages to be forwarded by the viewport. |
38 |
|
(ViewPort._subscribe_map, ViewPort._unsubscribe_map): (un)subscribe |
39 |
|
the messages in forwarded_map_messages |
40 |
|
|
41 |
2005-01-21 Bernhard Herzog <[email protected]> |
2005-01-21 Bernhard Herzog <[email protected]> |
42 |
|
|
43 |
* test/postgissupport.py (PostGISDatabase.__init__): Tweak |
* test/postgissupport.py (PostGISDatabase.__init__): Tweak |