Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-28 | NetworkSettings: add setupApplicationProxy() accessible from QML; proxyPort ↵ | Kitsune Ral | |
is quint16 now setupApplicationProxy(), so that clients in QML could apply changes in proxy settings without going down to C++. quint16, because this is a type actually used by QNetworkProxy. | |||
2017-12-26 | NetworkSettings: store proxy configuration | Kitsune Ral | |
No credentials, just type, host, and port. |