Warn when selecting system proxy settings with invalid values.
commit00acc50e65e195911e05e09deb61c267ee4e7206
authorbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Fri, 2 Apr 2010 10:59:38 +0000 (2 10:59 +0000)
committerbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Fri, 2 Apr 2010 10:59:38 +0000 (2 10:59 +0000)
tree41d9673b8e698296fc8752c01aab90644008ca0e
parent3ac38031c0f469583100eb6f4e460deeb4c1ed90
Warn when selecting system proxy settings with invalid values.

Rockbox Utility doesn't support "proxy auto-config" (aka PAC) for system proxy
settings. This can result in users selecting system proxy and expecting it to
work even if their system uses PAC. While the configuration dialog displays the
proxy setting values retrieved from the system this is not totally obvious. Add
a message telling if the retrieved system proxy values are not useable. For now
this only checks if a proxy host and port are set which should catch the usual
cases when PAC is used.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25435 a1c6a512-1295-4272-9138-f99709370657
rbutil/rbutilqt/configure.cpp