[QGIS-Developer] Plugin [1235] View Attributes approval notification.

2017-05-09 Thread noreply
Plugin View Attributes approval by pcav. The plugin version "[1235] View Attributes 0.1b Experimental" is now approved Link: http://plugins.qgis.org/plugins/viewAttributes/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Plugin [1235] View Attributes approval notification.

2017-05-09 Thread noreply
Plugin View Attributes approval by pcav. The plugin version "[1235] View Attributes 0.1c Experimental" is now approved Link: http://plugins.qgis.org/plugins/viewAttributes/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Plugin [740] qgis2web approval notification.

2017-05-09 Thread noreply
Plugin qgis2web approval by pcav. The plugin version "[740] qgis2web 2.17.0" is now approved Link: http://plugins.qgis.org/plugins/qgis2web/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Handling different GDAL versions in PyQGIS

2017-05-09 Thread Tom Chadwin
Hello all An issue I face is different users' different GDAL versions meaning making Processing GDAL calls in a plugin difficult, as you have to get the arguments right: https://github.com/tomchadwin/qgis2web/blob/v2.17.0/utils.py#L314 I've got these different argument lists wrapped in try:

Re: [QGIS-Developer] Troubles with Python init script for forms

2017-05-09 Thread Neumann, Andreas
Hi, Problem solved. I forgot to specify the "Function Name" in the widget. After doing that, it works fine. On the other issue: it seems like it "autoloads" the code every time I did some changes in the code. So that seems to work well either. Andreas On 2017-05-08 17:40, Neumann, Andreas

Re: [QGIS-Developer] [Qgis-developer] Processing toolbox SAGA not working

2017-05-09 Thread roy roy
Thanks for the helpful info Giovanni! Il 04/05/2017 21:40, Giovanni Manghi ha scritto: > Hi, > > > >> i'm experiencing problems with saga >> >> in processing toolbox, SAGA modules they do >> >> not work, it seems like SAGA have been updated (2.3.1) >> >> but processing is not longer compatible

[QGIS-Developer] [attributetable] #15803 "Sort on Top" regression or feature ?

2017-05-09 Thread Luigi Pirelli
Hi devs ***In short: The sortOrder value in QgsProject section: can be any value for some reason (e.g. flexibility for the future) or it is a bug? I would ask to especially to Nyall that git blames is the author of this section:

[QGIS-Developer] Plugin [1213] BoundingBox approval notification.

2017-05-09 Thread noreply
Plugin BoundingBox approval by pcav. The plugin version "[1213] BoundingBox 1.1" is now approved Link: http://plugins.qgis.org/plugins/BoundingBox/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] What are best graph possibilities in QGIS

2017-05-09 Thread Luigi Pirelli
from your land (but UE financed) you can also explore this python lib to prepare graphs (depepnding on dataset size) http://vaex.astro.rug.nl/ Luigi Pirelli ** * Boundless QGIS Support/Development:

Re: [QGIS-Developer] What are best graph possibilities in QGIS

2017-05-09 Thread Paolo Cavallini
Il 09/05/2017 12:44, Martin Dobias ha scritto: > Aprart from the libraries mentioned above, I believe for a future > proof code (QGIS >= 3) the choice should be the Qt Charts library. It > used to be distributed separately under commercial license, but since > Qt 5.8 (IIRC) it is included in

Re: [QGIS-Developer] What are best graph possibilities in QGIS

2017-05-09 Thread Richard Duivenvoorde
On 09-05-17 12:44, Martin Dobias wrote: > Hi Richard > > On Mon, May 8, 2017 at 10:47 PM, Richard Duivenvoorde > wrote: >> >> Do 'we' (as the community) have a stand in this? >> Is one option more future proof (for QGIS) then others? > > Aprart from the libraries mentioned

Re: [QGIS-Developer] What are best graph possibilities in QGIS

2017-05-09 Thread Martin Dobias
Hi Richard On Mon, May 8, 2017 at 10:47 PM, Richard Duivenvoorde wrote: > > Do 'we' (as the community) have a stand in this? > Is one option more future proof (for QGIS) then others? Aprart from the libraries mentioned above, I believe for a future proof code (QGIS >= 3)

Re: [QGIS-Developer] What are best graph possibilities in QGIS

2017-05-09 Thread G. Allegri
I agree that (Py)QtChart is the way to go. Recently I did some proof of concepts starting from this simple example: https://github.com/PierreRaybaut/plotpy/wiki/Using-Qt-Charts-(PyQtChart)-to-plot-curves-efficiently-in-Python ! giovanni Il 9 mag 2017 12:52, "Richard Duivenvoorde"

[QGIS-Developer] GPS Stream Plugin Crashing QGIS

2017-05-09 Thread Joshua Quesenberry
Greetings Everyone, I'm playing around with a plugin that's supposed to receive GPS Data over a TCP socket and then once a new point is received the Vector Memory/Scratch Layer has all features removed and a new Point feature added. I have a worker thread running that processes the incoming