1 |
|
2003-06-25 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/classifier.py (Classifier.EditSymbol): The parent |
4 |
|
of the SelectPropertiesDialog should be self so the window |
5 |
|
appears on top. |
6 |
|
(ClassGroupPropertiesCtrl.DoEdit): The parent |
7 |
|
of the SelectPropertiesDialog should be self so the window |
8 |
|
appears on top. |
9 |
|
|
10 |
|
* Thuban/UI/resource.py: Cleaned up how we determine file |
11 |
|
extensions. |
12 |
|
(GetImageResource): Return an wxImage from our Resources. |
13 |
|
|
14 |
|
2003-06-24 Jonathan Coles <[email protected]> |
15 |
|
|
16 |
|
* Thuban/UI/renderer.py (ExportRenderer.render_legend): |
17 |
|
Check that a layer has a classification before trying |
18 |
|
to get it. Raster layers don't have classifications. |
19 |
|
|
20 |
|
2003-06-23 Jonathan Coles <[email protected]> |
21 |
|
|
22 |
|
* setup.py: Add Resources/XML to resource list. |
23 |
|
|
24 |
|
2003-06-23 Jonathan Coles <[email protected]> |
25 |
|
|
26 |
|
* setup.cfg: Fix copyright dates |
27 |
|
|
28 |
|
2003-06-23 Jonathan Coles <[email protected]> |
29 |
|
|
30 |
|
* MANIFEST.in: Update with Resources/XML |
31 |
|
|
32 |
|
* setup.py: Don't include Locale resources yet as we don't |
33 |
|
have any and it causes problems building the distribution |
34 |
|
for Windows. Update version to 0.8.0. |
35 |
|
|
36 |
|
* Doc/thuban.dtd: Removed since it is now in Resources/XML. |
37 |
|
|
38 |
|
* Thuban/UI/mainwindow.py: Add blank line at the end because |
39 |
|
file was not being read correctly building the Windows |
40 |
|
distribution. |
41 |
|
|
42 |
|
2003-06-23 Jonathan Coles <[email protected]> |
43 |
|
|
44 |
|
* Thuban/UI/mainwindow.py (MainWindow.About): Fix text. |
45 |
|
|
46 |
|
* Thuban/version.py: Temporarily update longversion for |
47 |
|
the 0.8 release so that it doesn't have the cvs revision. |
48 |
|
|
49 |
|
2003-06-23 Jonathan Coles <[email protected]> |
50 |
|
|
51 |
|
* Thuban/UI/common.py (ThubanBeginBusyCursor): Call wxSafeYield |
52 |
|
to make sure that we don't create reentrant possibilities with |
53 |
|
wxYield. |
54 |
|
|
55 |
|
* Thuban/UI/view.py (MapCanvas.OnPaint): Call wxBeginBusyCursor() |
56 |
|
directly to avoid the wxSafeYield() call which generates an |
57 |
|
OnPaint event causing infinite recursion. Don't try to catch |
58 |
|
exception anymore. This was for before there were limits on map |
59 |
|
scaling. |
60 |
|
|
61 |
|
2003-06-23 Bernhard Herzog <[email protected]> |
62 |
|
|
63 |
|
Bug fix for RT #1961: |
64 |
|
|
65 |
|
* Thuban/Model/load.py (SessionLoader.start_derivedshapesource): |
66 |
|
Register DerivedShapestores with the session |
67 |
|
|
68 |
|
* Thuban/Model/session.py (Session.Tables): Make sure each table |
69 |
|
is only listed once. |
70 |
|
|
71 |
|
* test/test_load.py (TestJoinedTable.test): Add check_format call. |
72 |
|
Update file contents to match the one written out. |
73 |
|
|
74 |
2003-06-20 Bernhard Herzog <[email protected]> |
2003-06-20 Bernhard Herzog <[email protected]> |
75 |
|
|
76 |
* test/xmlsupport.py (SaxEventLister.startElementNS) |
* test/xmlsupport.py (SaxEventLister.startElementNS) |