Rework Rockbox Utility update version number check.
commit2ee8215c404317883ad0ab2696bc9aaa076ac8d6
authorbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Fri, 11 Jun 2010 19:18:13 +0000 (11 19:18 +0000)
committerbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Fri, 11 Jun 2010 19:18:13 +0000 (11 19:18 +0000)
tree30b44b00a24ccb5c5d4f609d51864540c99ef9c9
parent576c2fc90691d7e51440162c9023566699080c16
Rework Rockbox Utility update version number check.

The version check failed on subrelease versions (as the 1.2.5-1 rebuild done
for Mac) and detected an updated version that is in fact an outdated one.
Rework the comparison completely, move it to the Utils class and display some
more information in the status bar upon update check. Especially keep a notice
in the status bar if an updated version was found.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26788 a1c6a512-1295-4272-9138-f99709370657
rbutil/rbutilqt/base/utils.cpp
rbutil/rbutilqt/base/utils.h
rbutil/rbutilqt/rbutilqt.cpp
rbutil/rbutilqt/rbutilqt.h