| Summary: | Marble needs to automatically detect the system proxy settings | ||
|---|---|---|---|
| Product: | [Applications] marble | Reporter: | Phil Hannent <phil> |
| Component: | general | Assignee: | marble-bugs |
| Status: | REPORTED --- | ||
| Severity: | wishlist | CC: | nienhueser, rahn |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | some future version | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
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. :) |
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