[QGIS-Developer] Let (C)Make run sipify?

2017-06-15 Thread Denis Rouzaud
Dear all I would like to discuss the way we want the sip files to be built in QGIS. Main things to know for those not familiar with recent changes: - A perl scrit takes care of updating the sip files. It is either run manually (sipdiff or sipify_all.sh) or automatically (prepare-commit.sh). A

Re: [QGIS-Developer] Bug with Statist plugin

2017-06-15 Thread Paolo Cavallini
Thanks, tickets added: https://github.com/alexbruy/statist/issues All the best. Il 14/06/2017 18:00, Patrice ha scritto: > There is a bug with the Statist plugin. > > - > > The plugin is broken. Python said: > cannot import name

Re: [QGIS-Developer] Let (C)Make run sipify?

2017-06-15 Thread Sandro Santilli
On Thu, Jun 15, 2017 at 06:19:46AM +, Denis Rouzaud wrote: > To achieves this, I was thinking at letting cmake create the include sip > file lists (core.sip, gui.sip, …) to get a compile error whenever someone > adds a cpp header without its corresponding sip file. I gave it a try and > it

Re: [QGIS-Developer] Postgis loading using COPY instead of INSERTS?

2017-06-15 Thread Régis Haubourg
Hi Nyall, That's great! from a user point of view, the first two main use cases that would benefit of implementing that would be the DB Manager drag and drop loader and the processing postgis loader algorithm. Cheers Régis 2017-06-15 6:00 GMT+02:00 Nyall Dawson : > On 11

[QGIS-Developer] Plugin [1236] ICSM NTv2 Transformer approval notification.

2017-06-15 Thread noreply
Plugin ICSM NTv2 Transformer approval by pcav. The plugin version "[1236] ICSM NTv2 Transformer 0.4 Experimental" is now approved Link: http://plugins.qgis.org/plugins/icsm_ntv2_transformer/ ___ QGIS-Developer mailing list

Re: [QGIS-Developer] Let (C)Make run sipify?

2017-06-15 Thread Denis Rouzaud
Le jeu. 15 juin 2017 à 13:11, Sandro Santilli a écrit : > On Thu, Jun 15, 2017 at 09:00:21AM +, Denis Rouzaud wrote: > > Le jeu. 15 juin 2017 à 10:13, Sandro Santilli a écrit : > > > > > > So rather than a compile error, you should get an automated build of > > >

Re: [QGIS-Developer] Let (C)Make run sipify?

2017-06-15 Thread Sandro Santilli
On Thu, Jun 15, 2017 at 09:00:21AM +, Denis Rouzaud wrote: > Le jeu. 15 juin 2017 à 10:13, Sandro Santilli a écrit : > > > > So rather than a compile error, you should get an automated build of > > the missing files. > > > > Likewise, generated files should not be in the GIT

[QGIS-Developer] Plugin [1230] Vector Tiles Reader approval notification.

2017-06-15 Thread noreply
Plugin Vector Tiles Reader approval by pcav. The plugin version "[1230] Vector Tiles Reader 1.0.1" is now approved Link: http://plugins.qgis.org/plugins/vector_tiles_reader/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Is it possible to have pySerial library in QGIS Python?

2017-06-15 Thread Nariman Hatami
Hello, I'm developing a python plugin that uses the pySerial library. Installing external libraries in the python folder of QGIS is of course not very complicated, especially for a programmer, but I'm not sure that this task would be as obvious for all users. And as you know when an external

Re: [QGIS-Developer] Let (C)Make run sipify?

2017-06-15 Thread Denis Rouzaud
Thanks for the feedback. Le jeu. 15 juin 2017 à 10:13, Sandro Santilli a écrit : > On Thu, Jun 15, 2017 at 06:19:46AM +, Denis Rouzaud wrote: > > > To achieves this, I was thinking at letting cmake create the include sip > > file lists (core.sip, gui.sip, …) to get a compile

Re: [QGIS-Developer] Let (C)Make run sipify?

2017-06-15 Thread Matthias Kuhn
Hi Denis, On 6/15/17 8:19 AM, Denis Rouzaud wrote: > Dear all > > I would like to discuss the way we want the sip files to be built in QGIS. > > Main things to know for those not familiar with recent changes: > - A perl scrit takes care of updating the sip files. It is either run > manually

Re: [QGIS-Developer] Geodesic Measure Tool With Bearing Information

2017-06-15 Thread C Hamilton
That's nice to see someone else with the same ideas and needs. Ultimately what I would like to see happen is for QgsDistanceArea class to be expanded to support these better geodesic algorithms, but also support great circle transforms as well. The advantage of simpler algorithms is their speed