[QGIS-Developer] PSA: Use of Hotspot to find performance bottlenecks

2018-06-07 Thread Nyall Dawson
Hi all, Thought I'd give a bit of a "heads-up" regarding a tool I've been using a lot recently to find performance bottlenecks in QGIS code. The tool is hotspot - https://github.com/KDAB/hotspot . It's a graphical frontend to the kernel perf tool (so linux only). What makes it really easy to use

[QGIS-Developer] RES: RES: Highlighting selected vertex in vertex editor

2018-06-07 Thread Jorge Almerio
Now I understand, selecting rows on table it selects the respective node on canvas. But selecting the node on canvas it does not select it on table. Sorry for the noise. Cheers, Jorge -Mensagem original- De: matteo [mailto:matteo.ghe...@gmail.com] Enviada em: quinta-feira, 7 de junho

Re: [QGIS-Developer] QgsAuthConfigSelect use

2018-06-07 Thread Richard Duivenvoorde
Hi Alessandro, Thanks for the answers! Inline my comments: On 07-06-18 11:51, Alessandro Pasotti wrote: > I'm not sure I understand what you are asking: the ("Basic") string is > the authentication type (that comes to the authentication plugin that > the configuration is using)  and it is a

Re: [QGIS-Developer] RES: Highlighting selected vertex in vertex editor

2018-06-07 Thread matteo
> Do you mean this https://issues.qgis.org/issues/17806? exactly! Thanks Harrissou Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe:

Re: [QGIS-Developer] RES: Highlighting selected vertex in vertex editor

2018-06-07 Thread DelazJ
Hi Matteo Do you mean this https://issues.qgis.org/issues/17806? 2018-06-07 14:41 GMT+02:00 matteo : > Hi Jorge, > > yes exactly. But in the vertex table, if you click on one or many rows > the corresponding vertex are not highlighted in the map like it is for 2.x > > Cheers > > Matteo >

Re: [QGIS-Developer] RES: Highlighting selected vertex in vertex editor

2018-06-07 Thread matteo
Hi Jorge, yes exactly. But in the vertex table, if you click on one or many rows the corresponding vertex are not highlighted in the map like it is for 2.x Cheers Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] RES: Highlighting selected vertex in vertex editor

2018-06-07 Thread Jorge Almerio
Hi Matteo, You can right click on the feature line and choose "Vertex editor" to show the Vertex editor table. Cheers Jorge Almerio -Mensagem original- De: QGIS-Developer [mailto:qgis-developer-boun...@lists.osgeo.org] Em nome de matteo Enviada em: quinta-feira, 7 de junho de 2018

[QGIS-Developer] Highlighting selected vertex in vertex editor

2018-06-07 Thread matteo
Hi all, in the vertex editor of QGIS 2.x when a line of the table id selected the corresponding vertex is highlighted in the map. In QGIS 3 it seems that this super useful feature is not there anymore. I just wanted to report this ;) Cheers Matteo

Re: [QGIS-Developer] QgsAuthConfigSelect use

2018-06-07 Thread Alessandro Pasotti
On Tue, Jun 5, 2018 at 2:46 PM, Richard Duivenvoorde wrote: > Hi Devs, > > I'm using the QgsAuthConfigSelect-widget, to create 'configs' (with url, > id, username, password (basic auth)) etc. > > It works great!! I could even incorporate it in my dialog! > that's exactly what it was designed