1 |
|
2003-06-23 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* MANIFEST.in: Update with Resources/XML |
4 |
|
|
5 |
|
* setup.py: Don't include Locale resources yet as we don't |
6 |
|
have any and it causes problems building the distribution |
7 |
|
for Windows. Update version to 0.8.0. |
8 |
|
|
9 |
|
* Doc/thuban.dtd: Removed since it is now in Resources/XML. |
10 |
|
|
11 |
|
* Thuban/UI/mainwindow.py: Add blank line at the end because |
12 |
|
file was not being read correctly building the Windows |
13 |
|
distribution. |
14 |
|
|
15 |
|
2003-06-23 Jonathan Coles <[email protected]> |
16 |
|
|
17 |
|
* Thuban/UI/mainwindow.py (MainWindow.About): Fix text. |
18 |
|
|
19 |
|
* Thuban/version.py: Temporarily update longversion for |
20 |
|
the 0.8 release so that it doesn't have the cvs revision. |
21 |
|
|
22 |
|
2003-06-23 Jonathan Coles <[email protected]> |
23 |
|
|
24 |
|
* Thuban/UI/common.py (ThubanBeginBusyCursor): Call wxSafeYield |
25 |
|
to make sure that we don't create reentrant possibilities with |
26 |
|
wxYield. |
27 |
|
|
28 |
|
* Thuban/UI/view.py (MapCanvas.OnPaint): Call wxBeginBusyCursor() |
29 |
|
directly to avoid the wxSafeYield() call which generates an |
30 |
|
OnPaint event causing infinite recursion. Don't try to catch |
31 |
|
exception anymore. This was for before there were limits on map |
32 |
|
scaling. |
33 |
|
|
34 |
2003-06-23 Bernhard Herzog <[email protected]> |
2003-06-23 Bernhard Herzog <[email protected]> |
35 |
|
|
36 |
Bug fix for RT #1961: |
Bug fix for RT #1961: |