Re: [QGIS-Developer] connecting to QgsNetworkAccessManagers signals

2019-01-22 Thread Tim Sutton
Hi Big thanks from me too! Tim Sutton Co-founder of Kartoza Ex-QGIS project chairman > On 21 Jan 2019, at 11:04, Tom Chadwin wrote: > > I just wanted to say a big thanks to Richard et al for this - I've very much > needed it in the past, and this would have made my life a whole lot

Re: [QGIS-Developer] connecting to QgsNetworkAccessManagers signals

2019-01-21 Thread Tom Chadwin
I just wanted to say a big thanks to Richard et al for this - I've very much needed it in the past, and this would have made my life a whole lot easier. No more external HTTP debuggers. Tom - Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon -- Sent from:

Re: [QGIS-Developer] connecting to QgsNetworkAccessManagers signals

2019-01-20 Thread Richard Duivenvoorde
On 1/21/19 1:38 AM, Nyall Dawson wrote: >> -1- now the plugin creates html-links in the Log Messages Panel, and >> they are rendered as links, but you cannot CLICK them and open them in a >> browser. I was hoping to be able to test the links by just clicking on >> them. Anybody a clue? > >

Re: [QGIS-Developer] connecting to QgsNetworkAccessManagers signals

2019-01-20 Thread Nyall Dawson
On Sun, 20 Jan 2019 at 05:46, Richard Duivenvoorde wrote: > > On 1/19/19 5:22 PM, Alessandro Pasotti wrote: > > Nice plugin though! > > > > Try this: https://termbin.com/3y60 > > Hi Alessandro, > > THANKS > > Works flawlessly! > > Now you see all

Re: [QGIS-Developer] connecting to QgsNetworkAccessManagers signals

2019-01-19 Thread Richard Duivenvoorde
On 1/19/19 5:22 PM, Alessandro Pasotti wrote: > Nice plugin though! > > Try this: https://termbin.com/3y60 Hi Alessandro, THANKS Works flawlessly! Now you see all WMS/WFS/WMTS/WCS/Locator/version.txt/plugins.xml/plugins itself etc etc http requests that QGIS fires to the servers! Much

Re: [QGIS-Developer] connecting to QgsNetworkAccessManagers signals

2019-01-19 Thread Alessandro Pasotti
Nice plugin though! Try this: https://termbin.com/3y60 On Sat, Jan 19, 2019 at 3:51 PM Richard Duivenvoorde wrote: > On 1/18/19 10:56 PM, Nyall Dawson wrote: > > On Fri, 18 Jan 2019 at 21:19, Richard Duivenvoorde > wrote: > >> > >> On 1/18/19 12:13 PM, Alessandro Pasotti wrote: > >> > >>> I

Re: [QGIS-Developer] connecting to QgsNetworkAccessManagers signals

2019-01-19 Thread Richard Duivenvoorde
On 1/18/19 10:56 PM, Nyall Dawson wrote: > On Fri, 18 Jan 2019 at 21:19, Richard Duivenvoorde > wrote: >> >> On 1/18/19 12:13 PM, Alessandro Pasotti wrote: >> >>> I didn't look at the code but maybe it's because the NAM instance is >>> per-thread and WMS/WFS downloaders run within threads. >> >>

Re: [QGIS-Developer] connecting to QgsNetworkAccessManagers signals

2019-01-18 Thread Nyall Dawson
On Fri, 18 Jan 2019 at 21:19, Richard Duivenvoorde wrote: > > On 1/18/19 12:13 PM, Alessandro Pasotti wrote: > > > I didn't look at the code but maybe it's because the NAM instance is > > per-thread and WMS/WFS downloaders run within threads. > > Yeah, that is what I'm afraid of... > I just do

Re: [QGIS-Developer] connecting to QgsNetworkAccessManagers signals

2019-01-18 Thread Alessandro Pasotti
On Fri, Jan 18, 2019 at 12:10 PM Richard Duivenvoorde wrote: > Hi Devs, > > I'm doing a simple small proof of concept of a minimal plugin which > connects to the QgsNetworkAccesManager.instance()'s signals to log the > requests that are fired and show them in de message panel. > >