Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show used GDAL version in About dialog #12864

Closed
qgib opened this issue Jun 12, 2010 · 2 comments
Closed

Show used GDAL version in About dialog #12864

qgib opened this issue Jun 12, 2010 · 2 comments

Comments

@qgib
Copy link
Contributor

qgib commented Jun 12, 2010

Author Name: Alexander Bruy (@alexbruy)
Original Redmine Issue: 2804

Redmine category:python_plugins
Assignee: Giuseppe Sucameli


Some users may have several GDAL installed, so it is usefull to show version of GDAL used by GDAL Tools plugin. Proposed patch add this info in About dialog. Also it fixes conversion GDAL version in string.


@qgib
Copy link
Contributor Author

qgib commented Jun 12, 2010

Author Name: Giuseppe Sucameli (@brushtyler)


Replying to "alexbruy":/issues/show/2804:

Some users may have several GDAL installed, so it is usefull to show version of GDAL used by GDAL Tools plugin. Proposed patch add this info in About dialog. Also it fixes conversion GDAL version in string.
Sure, it's a great idea!

However I think we shouldn't pass the Gdal version as parameter to the doAbout dialog.
About dialog can retrieve it using the [[GdalTools]]_utils module, so we maintain the same interface for all tools.

In the attached patch there is also a cleanup converting GDAL version in string. If we want to use strings, we must use these everywhere in the Version class, otherwise the comparison may fail. e.g. ('2', 0) is not equal to ('2', '0')


  • status_id was changed from Open to In Progress

@qgib
Copy link
Contributor Author

qgib commented Jun 13, 2010

Author Name: Giuseppe Sucameli (@brushtyler)


Fixed (a87414c (SVN r13726))


  • resolution was configured as fixed
  • status_id was changed from In Progress to Closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant