[Qgis-developer] Plugin Installer

Barry Rowlingson b.rowlingson at lancaster.ac.uk
Mon Jul 21 14:00:16 EDT 2008


2008/7/21 Tim Sutton <tim at linfiniti.com>:
> Hi
>
> I added global proxy support in qgis options dialog for 0.11 - does
> this not work for plugins too? In theory it should...
>

 The plugin installer builds its own QHttp object, so it's not using
the QgsHttpTransaction stuff in the core that I guess you are talking
about. Hence the proxy isn't set. QHttp needs the proxy set for each
QHttp object, there's no global settings (as far as I can see).

 I suppose if the QgsHttpTransaction stuff is exposed to python then
that would be the way to go for asynchronous http transfers.

 I've only got 0.10.0 at the moment so can't test it anyway :)

Barry


More information about the Qgis-developer mailing list