Bug 245302 - Marble needs to automatically detect the system proxy settings
Summary: Marble needs to automatically detect the system proxy settings
Status: REPORTED
Alias: None
Product: marble
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Microsoft Windows Microsoft Windows
: NOR wishlist
Target Milestone: some future version
Assignee: marble-bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-21 12:20 UTC by Phil Hannent
Modified: 2013-10-20 07:59 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Hannent 2010-07-21 12:20:31 UTC
Version:           unspecified
OS:                MS Windows

We distribute Marble 0.8.0 with our software.  One of the sales team was demonstrating Marble in South Africa, however the wikipedia links were not working.  Turns out that the network has a proxy server.  

Whilst they managed to get the software working by setting the proxy settings in Marble, it would be awesome if Marble did the work for them using the systemProxyForQuery function:

QNetworkProxyQuery npq(QUrl("http://www.google.com"));
QList<QNetworkProxy> listOfProxies = QNetworkProxyFactory::systemProxyForQuery(npq);



Reproducible: Didn't try
Comment 1 Torsten Rahn 2010-09-10 16:29:43 UTC
Hi,

sounds like a great idea.

Could you possibly send a patch? Most of our developers are not behind a proxy, so if you could send a patch that works for you that would be ideal. :)