Re: [QGIS-Developer] Python 3 support woes on master/OS X

2017-12-06 Thread Vincent Habchi
Matthias, okay seems to be a bug in Macports. Sipconfig returns a wrong default path, and thus compilation fails. Sorry for the noise, Viel Spaß! Vincent ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Python 3 support woes on master/OS X

2017-12-06 Thread Vincent Habchi
Matthias, > are you sure sip-3.6 is the version? sip-4.0 was released in 2004 and we > are now at 4.19.6. Yeah, I mean, on Macports, you can have more than one Python version installed, so everything get tagged according to the Python version it’s attached to. sip-3.6 simply means that it’s

Re: [QGIS-Developer] Python 3 support woes on master/OS X

2017-12-06 Thread Matthias Kuhn
Hi Vincent, are you sure sip-3.6 is the version? sip-4.0 was released in 2004 and we are now at 4.19.6. Matthias On 12/06/2017 08:38 PM, Vincent Habchi wrote: > Matthias, > > Okay, I’ve got Python plugged in now. > > However, the compilation fails because sip-3.6 lacks a -I spec in command >

Re: [QGIS-Developer] Python 3 support woes on master/OS X

2017-12-06 Thread Vincent Habchi
Matthias, Okay, I’ve got Python plugged in now. However, the compilation fails because sip-3.6 lacks a -I spec in command line (it doesn’t find the PyQt5 modules). Is there a way to specify it as a cmake parameter or do I have to patch the CMakeLists.txt? Vielen Dank im voraus! Vincent

Re: [QGIS-Developer] QGIS 3D and Globe plugin

2017-12-06 Thread Borys Jurgiel
Coming back to your question, Saber... It's no pleasure to drop stuff someone spent a lot of time on, but yes, personally +1 for going on. Is anybody here using Globe at all? Cheers, Borys On środa, 6 grudnia 2017 13:14:25 CET Saber Razmjooei wrote: > Dear Devs, > > With QGIS 3D is

Re: [QGIS-Developer] Python 3 support woes on master/OS X

2017-12-06 Thread Vincent Habchi
Hallo Matthias! > Some other CMake variables to check > > - WITH_BINDINGS > > - PYTHON_LIBRARY > > ... and check if pyqt development libraries are available Oops. WITH_BINDINGS should be ON? > > Good luck! Ja, ich brauche das. Viel Dank dafür! :P Thanks! Vincent

Re: [QGIS-Developer] How to build QGIS 2.99 with 3D?

2017-12-06 Thread Yves Jacolin
Another way to try QGIS 3D: docker run --rm -ti -e DISPLAY=unix${DISPLAY} -v /tmp/.X11-unix:/tmp/.X11-unix -v ${HOME}:${HOME} camptocamp/qgis-server:3 /usr/local/bin/start-client.sh You can add "--add-host osm.tatras:172.18.0.1" to create an host to your local system or so. Y. Le 06/12/2017 à

Re: [QGIS-Developer] Python 3 support woes on master/OS X

2017-12-06 Thread Matthias Kuhn
Hi Vincent, Welcome! Some other CMake variables to check - WITH_BINDINGS - PYTHON_LIBRARY ... and check if pyqt development libraries are available Good luck! Matthias On 12/06/2017 05:27 PM, Vincent Habchi wrote: > Guys, > > sorry to butt in this list, but I was officially invited to by

[QGIS-Developer] Python 3 support woes on master/OS X

2017-12-06 Thread Vincent Habchi
Guys, sorry to butt in this list, but I was officially invited to by Giovanni Manghi (yeah, I’m a snitch. Boo!). Anyways, here is my riddle: I’ve written a Portfile to plug QGIS3 into the Portfile packaging system for OS X. Fine. It builds and works, even the 3D! Big self-satisfaction

Re: [QGIS-Developer] QGIS3 Python processing plugins

2017-12-06 Thread Tom Chadwin
Ah, thanks, Matteo! That's precisely what I need. Tom - Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html ___ QGIS-Developer mailing list

[QGIS-Developer] Plugin [1338] Select by radius plus approval notification.

2017-12-06 Thread noreply
Plugin Select by radius plus approval by sabb. The plugin version "[1338] Select by radius plus 0.3" is now approved Link: http://plugins.qgis.org/plugins/qgis-select-by-radius-plus-plugin/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org

Re: [QGIS-Developer] How to build QGIS 2.99 with 3D?

2017-12-06 Thread Matthias Kuhn
On 12/06/2017 03:20 PM, Ben Hur Pintor wrote: > @Saber > > I had the same issue with python and Qt 5.9. I ended up with 2 > build directories: one for Qt 5.x (comes with your system) and one > for Qt 5.9.  > > > I haven't done this yet. Will try it. Thanks! I do hope this is just a >

Re: [QGIS-Developer] QGIS3 Python processing plugins

2017-12-06 Thread Andreas Neumann
Hi Matteo, The DataPlotly plugin is really cool. It is one outstanding plugin and a very welcome extension to the QGIS/FOSSGIS eco system. It is cool that you explore the combination with processing models. Question: do you plan integration with the new layouts, once the work from Nyall is

Re: [QGIS-Developer] How to build QGIS 2.99 with 3D?

2017-12-06 Thread Ben Hur Pintor
@Saber I had the same issue with python and Qt 5.9. I ended up with 2 build > directories: one for Qt 5.x (comes with your system) and one for Qt 5.9. > I haven't done this yet. Will try it. Thanks! I do hope this is just a problem with my system or some lacking dependency that I don't know of,

Re: [QGIS-Developer] Clear log messages panel?

2017-12-06 Thread Jürgen E . Fischer
Hi, On Wed, 06. Dec 2017 at 11:50:07 +0100, Jürgen E. Fischer wrote: > maybe instead of preventing to close the last, we should make close clean it. 'fixed' Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13

Re: [QGIS-Developer] How to build QGIS 2.99 with 3D?

2017-12-06 Thread Matthias Kuhn
Did you also build PyQt for the custom installed Qt 5.9? Matthias On 12/06/2017 02:51 PM, Saber Razmjooei wrote: > Hi Ben, > > I had the same issue with python and Qt 5.9. I ended up with 2 build > directories: one for Qt 5.x (comes with your system) and one for Qt 5.9.  > > Regards > Saber > >

Re: [QGIS-Developer] How to build QGIS 2.99 with 3D?

2017-12-06 Thread Saber Razmjooei
Hi Ben, I had the same issue with python and Qt 5.9. I ended up with 2 build directories: one for Qt 5.x (comes with your system) and one for Qt 5.9. Regards Saber On 6 December 2017 at 13:41, Ben Hur Pintor wrote: > Hi! Sorry if I'm late to the party but I've regularly

Re: [QGIS-Developer] How to build QGIS 2.99 with 3D?

2017-12-06 Thread Ben Hur Pintor
Hi! Sorry if I'm late to the party but I've regularly been able to build 2.99 with 3D support using the instructions from (a) https://github.com/qgis/QGIS/blob/master/INSTALL supplemented by (b) https://www.lutraconsulting.co.uk/blog/2017/08/06/qgis3d-build/ on my Xubuntu 16.04 machine. I didn't

Re: [QGIS-Developer] QGIS3 Python processing plugins

2017-12-06 Thread matteo
Hi Tom, thanks to Nyall I made some experiment with DataPlotly plugin. You can have a look at the code here: https://github.com/ghtmtt/DataPlotly/tree/processing and especially here: https://github.com/ghtmtt/DataPlotly/tree/processing/dataplotly_processing Hoping this helps! Cheers Matteo

[QGIS-Developer] QGIS 3D and Globe plugin

2017-12-06 Thread Saber Razmjooei
Dear Devs, With QGIS 3D is becoming more and more stable and usable, do you think it is a sensible idea to remove the Globe plugin from the core? I remember a discussion earlier this year about reducing the number of core plugins. Regards Saber -- Saber Razmjooei www.lutraconsulting.co.uk

Re: [QGIS-Developer] Clear log messages panel?

2017-12-06 Thread Raymond Nijssen
Ah, thanks Jurgen! I thought I found the opposite yesterday.. Still a clear button would be cooler, but I can live with workaround. :) Thank you all, Raymond On 06-12-17 12:08, Etienne Trimaille wrote: I can confirm. If I close one tab, it will come back empty when new messages are coming.

[QGIS-Developer] QGIS3 Python processing plugins

2017-12-06 Thread Tom Chadwin
Morning all I have to migrate my plugin to the new processing API, and I'm having difficulty understanding some errors during the process. Does someone have a simple example of adding a provider and algorithm with the new API? For what it's worth, the current error is: Traceback (most recent call

Re: [QGIS-Developer] Clear log messages panel?

2017-12-06 Thread Etienne Trimaille
I can confirm. If I close one tab, it will come back empty when new messages are coming. 2017-12-06 11:50 GMT+01:00 Jürgen E. Fischer : > Hi, > > On Wed, 06. Dec 2017 at 03:38:50 -0700, Tom Chadwin wrote: > > Another big +1 from me. The log is hard to read as it is, so clearing >

Re: [QGIS-Developer] Clear log messages panel?

2017-12-06 Thread Jürgen E . Fischer
Hi, On Wed, 06. Dec 2017 at 03:38:50 -0700, Tom Chadwin wrote: > Another big +1 from me. The log is hard to read as it is, so clearing before > an expected message would help a great deal. You can close any tab - except for the last left - and it'll reappear clean once another message arrives.

Re: [QGIS-Developer] Clear log messages panel?

2017-12-06 Thread Tom Chadwin
Another big +1 from me. The log is hard to read as it is, so clearing before an expected message would help a great deal. Thanks Tom - Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html

Re: [QGIS-Developer] Clear log messages panel?

2017-12-06 Thread Tim Sutton
Hi We don’t have and +1 to see it added some time - I also some times wish for this… Regards Tim > On 05 Dec 2017, at 17:26, Raymond Nijssen wrote: > > Is there a way to erase all messages from a Log Messages Panel? I tried > closing it, but when it reopens with a