Re: [Qgis-developer] PyDev debug breakpoints

2017-01-02 Thread Luigi Pirelli
did you check if you are pointing the same pydevd installation from qgis to aptana/pydev installation? check in the qgis python console the path used to load the pydevd module e.g. >>> import pydevd >>> pydevd Luigi Pirelli

[Qgis-developer] Travis: The job exceeded the maximum time limit for jobs, and has been terminated.

2017-01-02 Thread René-Luc Dhont
Hi Devs, I would like to merge a PR https://github.com/qgis/QGIS/pull/3897 but Travis cannot ccomplete the tests. Would it be simple to fix travis ? Regards, René-Luc ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://l

[Qgis-developer] Z or M styling in QGIS

2017-01-02 Thread Régis Haubourg
Hi folks, I wish you all a happy new year and best wishes for a winning QGIS3 release! While working with Z value improvements in QGIS (see [0] ), It became clear that we have some room for 3D - 4D styling. I already have gathered some existing solutions for that: - Use Matplotlib / plotly ext

Re: [Qgis-developer] PyDev debug breakpoints

2017-01-02 Thread krwoloq
Yeah it is pointing to the same installation (the only one). However import pydevd from the console does not work (no module pydevd). But the same setup is with the other (newer) installation - i cannot import pydevd through the console, but the remote debug configuration points to the right pydevd

Re: [Qgis-developer] Z or M styling in QGIS

2017-01-02 Thread Nyall Dawson
On 3 January 2017 at 02:48, Régis Haubourg wrote: > Hi folks, > I wish you all a happy new year and best wishes for a winning QGIS3 release! > > While working with Z value improvements in QGIS (see [0] ), It became clear > that we have some room for 3D - 4D styling. > > I already have gathered som