1 |
|
2003-06-26 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
New About box with lots more information including library |
4 |
|
versions and credits. More/better version checking before |
5 |
|
Thuban starts. |
6 |
|
|
7 |
|
* Thuban/UI/about.py: New. New About box that displays |
8 |
|
library version information and credits. |
9 |
|
|
10 |
|
* Thuban/version.py: Added new 'versions' dictionary which |
11 |
|
contains the verions of various libraries which are checked |
12 |
|
when the module loads. |
13 |
|
(verify_versions): Check all version numbers and returns |
14 |
|
a list of errors. |
15 |
|
|
16 |
|
* Thuban/UI/classifier.py (Classifier.__EnableButtons): |
17 |
|
Reset the status of the buttons as the situation warrants, |
18 |
|
but in a better more reliable way by not relying on the |
19 |
|
current status to determine what needs to change. |
20 |
|
|
21 |
|
* Thuban/UI/main.py (wxCHECK_VERSION): Removed. Not needed. |
22 |
|
(verify_versions): Remove most of the code since it is |
23 |
|
now in Thuban.version.verify_versions.o |
24 |
|
|
25 |
|
* Thuban/UI/mainwindow.py (MainWindow.About): Call new |
26 |
|
About box in Thuban.UI.about. |
27 |
|
|
28 |
|
* extensions/thuban/gdalwarp.cpp (get_gdal_version): New. |
29 |
|
Returns the version of gdal library being used as a string. |
30 |
|
|
31 |
|
* extensions/thuban/wxproj.cpp (check_version, check_version_gtk): |
32 |
|
Removed. |
33 |
|
(get_proj_version): Return the version of PROJ that the file |
34 |
|
was compiled with. |
35 |
|
(get_gtk_version): Return th version of GTK that the file |
36 |
|
was compiled with. |
37 |
|
|
38 |
2003-06-25 Jonathan Coles <[email protected]> |
2003-06-25 Jonathan Coles <[email protected]> |
39 |
|
|
40 |
* Thuban/UI/classifier.py (Classifier.EditSymbol): The parent |
* Thuban/UI/classifier.py (Classifier.EditSymbol): The parent |