1 |
|
2003-06-23 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/common.py (ThubanBeginBusyCursor): Call wxSafeYield |
4 |
|
to make sure that we don't create reentrant possibilities with |
5 |
|
wxYield. |
6 |
|
|
7 |
|
* Thuban/UI/view.py (MapCanvas.OnPaint): Call wxBeginBusyCursor() |
8 |
|
directly to avoid the wxSafeYield() call which generates an |
9 |
|
OnPaint event causing infinite recursion. Don't try to catch |
10 |
|
exception anymore. This was for before there were limits on map |
11 |
|
scaling. |
12 |
|
|
13 |
|
2003-06-23 Bernhard Herzog <[email protected]> |
14 |
|
|
15 |
|
Bug fix for RT #1961: |
16 |
|
|
17 |
|
* Thuban/Model/load.py (SessionLoader.start_derivedshapesource): |
18 |
|
Register DerivedShapestores with the session |
19 |
|
|
20 |
|
* Thuban/Model/session.py (Session.Tables): Make sure each table |
21 |
|
is only listed once. |
22 |
|
|
23 |
|
* test/test_load.py (TestJoinedTable.test): Add check_format call. |
24 |
|
Update file contents to match the one written out. |
25 |
|
|
26 |
2003-06-20 Bernhard Herzog <[email protected]> |
2003-06-20 Bernhard Herzog <[email protected]> |
27 |
|
|
28 |
* test/xmlsupport.py (SaxEventLister.startElementNS) |
* test/xmlsupport.py (SaxEventLister.startElementNS) |