Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Rohan McGovern | 2011-03-10 | 1 | -1/+1 |
| | | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3) | ||||
* | tst_qnetworkProxyFactory: fix debug output. | Martin Petersson | 2011-02-24 | 1 | -2/+2 |
| | | | | Reviewed-by: Markus Goetz | ||||
* | fixed CI gate flagged spelling error: occured -> occurred | Jeremy Katz | 2011-01-16 | 1 | -1/+1 |
| | |||||
* | file rename | Jeremy Katz | 2011-01-14 | 1 | -100/+0 |
| | |||||
* | various fixes to deal with CI gate failures | Jeremy Katz | 2011-01-14 | 2 | -1/+101 |
| | |||||
* | Fix system proxy test: QNetworkProxyFactory::systemProxyForQuery() is static | Jeremy Katz | 2011-01-13 | 2 | -3/+2 |
| | | | | | | | The test failed to build because QNetworkProxyFactory can't be instantiated (pure virtual member queryProxy()), but doing so isn't necessary. The test has also been removed from the network tests because it relies on a static configuration, but can not guarantee that the configuration exists. | ||||
* | QNetworkProxyFactory::systemProxyForQuery() for Symbian | Jyrki Jaakkola | 2011-01-12 | 3 | -0/+113 |