1 |
|
2003-07-01 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/renderer.py (ExportRenderer.render_legend): |
4 |
|
Reverse List of layers to render in same order as in desktop legend. |
5 |
|
|
6 |
|
2003-06-30 Jonathan Coles <[email protected]> |
7 |
|
|
8 |
|
* Thuban/version.py: SQLite/PySQLite version dependencies |
9 |
|
were too high. |
10 |
|
|
11 |
|
2003-06-30 Jonathan Coles <[email protected]> |
12 |
|
|
13 |
|
* Thuban/version.py: Update version to 0.8.1 |
14 |
|
|
15 |
|
* MANIFEST.in: Added Projections so that default.proj is |
16 |
|
included. |
17 |
|
|
18 |
|
2003-06-26 Jonathan Coles <[email protected]> |
19 |
|
|
20 |
|
New About box with lots more information including library |
21 |
|
versions and credits. More/better version checking before |
22 |
|
Thuban starts. |
23 |
|
|
24 |
|
* Thuban/UI/about.py: New. New About box that displays |
25 |
|
library version information and credits. |
26 |
|
|
27 |
|
* Thuban/version.py: Added new 'versions' dictionary which |
28 |
|
contains the verions of various libraries which are checked |
29 |
|
when the module loads. |
30 |
|
(verify_versions): Check all version numbers and returns |
31 |
|
a list of errors. |
32 |
|
|
33 |
|
* Thuban/UI/classifier.py (Classifier.__EnableButtons): |
34 |
|
Reset the status of the buttons as the situation warrants, |
35 |
|
but in a better more reliable way by not relying on the |
36 |
|
current status to determine what needs to change. |
37 |
|
|
38 |
|
* Thuban/UI/main.py (wxCHECK_VERSION): Removed. Not needed. |
39 |
|
(verify_versions): Remove most of the code since it is |
40 |
|
now in Thuban.version.verify_versions.o |
41 |
|
|
42 |
|
* Thuban/UI/mainwindow.py (MainWindow.About): Call new |
43 |
|
About box in Thuban.UI.about. |
44 |
|
|
45 |
|
* extensions/thuban/gdalwarp.cpp (get_gdal_version): New. |
46 |
|
Returns the version of gdal library being used as a string. |
47 |
|
|
48 |
|
* extensions/thuban/wxproj.cpp (check_version, check_version_gtk): |
49 |
|
Removed. |
50 |
|
(get_proj_version): Return the version of PROJ that the file |
51 |
|
was compiled with. |
52 |
|
(get_gtk_version): Return th version of GTK that the file |
53 |
|
was compiled with. |
54 |
|
|
55 |
|
2003-06-25 Jonathan Coles <[email protected]> |
56 |
|
|
57 |
|
* Thuban/UI/classifier.py (Classifier.EditSymbol): The parent |
58 |
|
of the SelectPropertiesDialog should be self so the window |
59 |
|
appears on top. |
60 |
|
(ClassGroupPropertiesCtrl.DoEdit): The parent |
61 |
|
of the SelectPropertiesDialog should be self so the window |
62 |
|
appears on top. |
63 |
|
|
64 |
|
* Thuban/UI/resource.py: Cleaned up how we determine file |
65 |
|
extensions. |
66 |
|
(GetImageResource): Return an wxImage from our Resources. |
67 |
|
|
68 |
|
2003-06-24 Jonathan Coles <[email protected]> |
69 |
|
|
70 |
|
* Thuban/UI/renderer.py (ExportRenderer.render_legend): |
71 |
|
Check that a layer has a classification before trying |
72 |
|
to get it. Raster layers don't have classifications. |
73 |
|
|
74 |
|
2003-06-23 Jonathan Coles <[email protected]> |
75 |
|
|
76 |
|
* setup.py: Add Resources/XML to resource list. |
77 |
|
|
78 |
|
2003-06-23 Jonathan Coles <[email protected]> |
79 |
|
|
80 |
|
* setup.cfg: Fix copyright dates |
81 |
|
|
82 |
|
2003-06-23 Jonathan Coles <[email protected]> |
83 |
|
|
84 |
|
* MANIFEST.in: Update with Resources/XML |
85 |
|
|
86 |
|
* setup.py: Don't include Locale resources yet as we don't |
87 |
|
have any and it causes problems building the distribution |
88 |
|
for Windows. Update version to 0.8.0. |
89 |
|
|
90 |
|
* Doc/thuban.dtd: Removed since it is now in Resources/XML. |
91 |
|
|
92 |
|
* Thuban/UI/mainwindow.py: Add blank line at the end because |
93 |
|
file was not being read correctly building the Windows |
94 |
|
distribution. |
95 |
|
|
96 |
2003-06-23 Jonathan Coles <[email protected]> |
2003-06-23 Jonathan Coles <[email protected]> |
97 |
|
|
98 |
* Thuban/UI/mainwindow.py (MainWindow.About): Fix text. |
* Thuban/UI/mainwindow.py (MainWindow.About): Fix text. |