Re: [Qgis-developer] QGIS 2.16.3 Invert for Singleband pseudocolor still not working

2016-09-27 Thread Nyall Dawson
On 28 Sep 2016 4:46 PM, "Richard Duivenvoorde" wrote: > > On 27-09-16 22:41, C Hamilton wrote: > > Several individuals have mentioned the problem with the Invert not > > working in 2.16.2 when styling a gray scale image with Singleband > > pseudocolor as the render type. I thought it would be fixe

Re: [Qgis-developer] QGIS 2.16.3 Invert for Singleband pseudocolor still not working

2016-09-27 Thread Mathieu Pellerin
There's an open PR that handles this issue here https://github.com/qgis/QGIS/pull/3271 On Sep 28, 2016 13:46, "Richard Duivenvoorde" wrote: > On 27-09-16 22:41, C Hamilton wrote: > > Several individuals have mentioned the problem with the Invert not > > working in 2.16.2 when styling a gray scal

Re: [Qgis-developer] QGIS 2.16.3 Invert for Singleband pseudocolor still not working

2016-09-27 Thread Richard Duivenvoorde
On 27-09-16 22:41, C Hamilton wrote: > Several individuals have mentioned the problem with the Invert not > working in 2.16.2 when styling a gray scale image with Singleband > pseudocolor as the render type. I thought it would be fixed in this > release, but it wasn't so I want to bring it up again

[Qgis-developer] QGIS 2.16.3 Invert for Singleband pseudocolor still not working

2016-09-27 Thread C Hamilton
Several individuals have mentioned the problem with the Invert not working in 2.16.2 when styling a gray scale image with Singleband pseudocolor as the render type. I thought it would be fixed in this release, but it wasn't so I want to bring it up again as this is a problem for me. It works if th

[Qgis-developer] Help with a new processing plugin

2016-09-27 Thread Erik Borke
Hi I'd like to release a script I wrote as a subplugin of processing. The code can be found here: https://github.com/eborke/QGISGraphPlugin My script builds a graph from a vector layer of polygons in the following way: The vertices (or nodes) of the graph are the values taken on by an attribute

Re: [Qgis-developer] Tests: QGIS loadPythonSupport: cannot import future

2016-09-27 Thread David Marteau
Thx, I have missed that doc David > Le 27 sept. 2016 à 17:29, Matthias Kuhn a écrit : > > Hi, > > use pip to install it: > > https://github.com/qgis/QGIS/blob/master/ci/travis/osx/before_install.sh#L41 > > Best > Matthias > > On 09/27/2016 05:21 PM, David Marteau wrote: >> Hi >> >> >> l

Re: [Qgis-developer] Tests: QGIS loadPythonSupport: cannot import future

2016-09-27 Thread Matthias Kuhn
Hi, use pip to install it: https://github.com/qgis/QGIS/blob/master/ci/travis/osx/before_install.sh#L41 Best Matthias On 09/27/2016 05:21 PM, David Marteau wrote: > Hi > > > loadPythonSupport() load utils.py which in turn try to load the 'future' > package: this package is not in the build n

[Qgis-developer] Tests: QGIS loadPythonSupport: cannot import future

2016-09-27 Thread David Marteau
Hi loadPythonSupport() load utils.py which in turn try to load the 'future' package: this package is not in the build nor the install path and so loadPythonSupport fail and python support is deactivated. Any idea ? I'm building on Mac OSX 10.9 (Maverick) Thx David __

[Qgis-developer] QGIS 2 master on Windows: lots of crashes when using the color picker dialog

2016-09-27 Thread Neumann, Andreas
Hi, I noticed that I quite often get crashes in QGIS 2 master when I use the color picker. This is when I open the layer properties, change a style, open the color dialogue, close it with "ok" and crash. It is quite reproducable - happens almost always. I doesn't seem to happen when I use the sam

Re: [Qgis-developer] Equirectangular images PyQt

2016-09-27 Thread Tom Chadwin
Hi Francisco One reason this might not immediately work with a QWebView is that Qt Webkit is an older version of WebKit. If you implement debug tools in it, you can see what console errors you get. They might point you towards using some polyfills, which could get things working, but I don't know,

Re: [Qgis-developer] Test crashes on if providers not found.

2016-09-27 Thread David Marteau
I have found that runtime path was not set correctly on one dependency (libqscintilla) and thus the library was not loaded (image not found), not easy to guess because the tests were just crashing without hints, maybe some more validity tests should be done to prevent dereferencing null pointe

Re: [Qgis-developer] [QGIS Server] Maintain it and create a team

2016-09-27 Thread Nicolas Boisteault
Count on me for testing, documentation and suggestions. I'd prefer to have QGIS Server in core but if it has to become a third party software would it be a good idea to develop it in Python or any other developper-friendly language rather than Qt/C++. This might not possible due to performance

[Qgis-developer] Equirectangular images PyQt

2016-09-27 Thread Francisco José Raga López
Hi, I’m working on a plugin for Qgis, that consists in displaying my spheric images, something similar to this: http://threejs.org/examples/css3d_panorama.html I’ve tried to implement it in html and js and embed it in a qwebview, but it doesn't render correctly. Another option is to implement i

Re: [Qgis-developer] [Qgis-tr] Translation of QGIS Processing algorithm parameters

2016-09-27 Thread Germán Carrillo
Hi Victor, do you have any clue on how to translate SAGA algorithm parameters displayed in Processing GUIs? Regards, Germán 2016-09-14 10:14 GMT-05:00 DelazJ : > (Forwarding to QGIS-Developer) > > Hi, > Germán, I neither can find any of these strings. > > Devs, is that normal to not have texts

Re: [Qgis-developer] Test crashes on if providers not found.

2016-09-27 Thread Nyall Dawson
On 27 September 2016 at 23:07, David Marteau wrote: > Hi, > > > I'm trying to run tests on OSX 10.9.5 (Maverick), by running the following > >> sudo make install >> make test I'm not sure if "make test" works with QGIS. The usual approach is to switch to your build folder and then run "ctest". N

[Qgis-developer] Test crashes on if providers not found.

2016-09-27 Thread David Marteau
Hi, I'm trying to run tests on OSX 10.9.5 (Maverick), by running the following > sudo make install > make test I have the following warning "!!! prefix path was requested, but it is not valid - we do not run from installed path !!!" then all tests involving loading a provider are crashing. I

Re: [Qgis-developer] Adding WMS from Metasearch: GetCapabilities does not work

2016-09-27 Thread Tom Kralidis
Hi Paolo: On Tue, 20 Sep 2016, Paolo Cavallini wrote: Date: Tue, 20 Sep 2016 09:14:05 +0200 From: Paolo Cavallini To: qgis-developer Subject: [Qgis-developer] Adding WMS from Metasearch: GetCapabilities does not work Hi all, when adding a newly discovered WMS/WMTS layer from Metasearch

Re: [Qgis-developer] Testing plugins against QGIS3 with Travis

2016-09-27 Thread Matthias Kuhn
On 09/27/2016 12:46 PM, Sandro Santilli wrote: > On Tue, Sep 27, 2016 at 12:23:39PM +0200, Matthias Kuhn wrote: >> On 09/27/2016 11:49 AM, Sandro Santilli wrote: >>> On Tue, Sep 27, 2016 at 11:25:00AM +0200, Alessandro Pasotti wrote: >>> QGIS is already built into the docker images and you don

Re: [Qgis-developer] Testing plugins against QGIS3 with Travis

2016-09-27 Thread Alessandro Pasotti
On Tue, Sep 27, 2016 at 12:46 PM, Sandro Santilli wrote: > On Tue, Sep 27, 2016 at 12:23:39PM +0200, Matthias Kuhn wrote: > > On 09/27/2016 11:49 AM, Sandro Santilli wrote: > > > On Tue, Sep 27, 2016 at 11:25:00AM +0200, Alessandro Pasotti wrote: > > > > > >> QGIS is already built into the docker

Re: [Qgis-developer] Testing plugins against QGIS3 with Travis

2016-09-27 Thread Sandro Santilli
On Tue, Sep 27, 2016 at 12:23:39PM +0200, Matthias Kuhn wrote: > On 09/27/2016 11:49 AM, Sandro Santilli wrote: > > On Tue, Sep 27, 2016 at 11:25:00AM +0200, Alessandro Pasotti wrote: > > > >> QGIS is already built into the docker images and you don't need to buld it > >> in a travis job (it would

Re: [Qgis-developer] Testing plugins against QGIS3 with Travis

2016-09-27 Thread Matthias Kuhn
On 09/27/2016 11:49 AM, Sandro Santilli wrote: > On Tue, Sep 27, 2016 at 11:25:00AM +0200, Alessandro Pasotti wrote: > >> QGIS is already built into the docker images and you don't need to buld it >> in a travis job (it would take too long) but yes, the docker pull operation >> could take a while.

Re: [Qgis-developer] Testing plugins against QGIS3 with Travis

2016-09-27 Thread Jürgen E . Fischer
Hi Tom, On Tue, 27. Sep 2016 at 02:21:04 -0700, Tom Chadwin wrote: > @Juergen Ah, so this is not possible? Thank you for clarifying - though I > don't think the error I pasted above indicates that problem. Never mind. It does. You try to install trusty packages - but there are none - as there is

Re: [Qgis-developer] Testing plugins against QGIS3 with Travis

2016-09-27 Thread Sandro Santilli
On Tue, Sep 27, 2016 at 11:25:00AM +0200, Alessandro Pasotti wrote: > QGIS is already built into the docker images and you don't need to buld it > in a travis job (it would take too long) but yes, the docker pull operation > could take a while. Do Travis agent not cache downloaded docker images ?

[Qgis-developer] Code complexity survey

2016-09-27 Thread Vard Antinyan
Dear qgis developers, We have undertaken a task to assess code complexity triggers and generate recommendations for developing understandable code. Our intension is to share the results with you, developers, so everyone can learn the triggers behind complex software. We need your help for

Re: [Qgis-developer] Testing plugins against QGIS3 with Travis

2016-09-27 Thread Tom Chadwin
OK, thanks again for correcting my misunderstandings. I'll see if I can get something running. Sounds extremely hopeful and positive. - Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Testing-plugins-against-Q

Re: [Qgis-developer] Testing plugins against QGIS3 with Travis

2016-09-27 Thread Matthias Kuhn
Let me try that again https://lists.osgeo.org/pipermail/qgis-developer/2016-September/044827.html ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.o

Re: [Qgis-developer] Testing plugins against QGIS3 with Travis

2016-09-27 Thread Matthias Kuhn
Hi Tom, I'd love to get this up and running as well. The best bet would probably be to speed up this topic: https://lists.osgeo.org/pipermail/qgis-developer/2016-September/thread.html Matthias ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.

Re: [Qgis-developer] Testing plugins against QGIS3 with Travis

2016-09-27 Thread Alessandro Pasotti
On Tue, Sep 27, 2016 at 11:21 AM, Tom Chadwin wrote: > @Juergen Ah, so this is not possible? Thank you for clarifying - though I > don't think the error I pasted above indicates that problem. Never mind. > > That means that the bet way to achieve this is probably...: > > @Ale I can see that that

Re: [Qgis-developer] Testing plugins against QGIS3 with Travis

2016-09-27 Thread Tom Chadwin
@Juergen Ah, so this is not possible? Thank you for clarifying - though I don't think the error I pasted above indicates that problem. Never mind. That means that the bet way to achieve this is probably...: @Ale I can see that that would achieve what I need. I only have two issues with this appro

Re: [Qgis-developer] Testing plugins against QGIS3 with Travis

2016-09-27 Thread Alessandro Pasotti
On Mon, Sep 26, 2016 at 9:42 PM, Tom Chadwin wrote: > I hope the subject is clear. Is it feasible yet to set up Travis to test > plugins against QGIS3 master? My .travis.yml currently has: > > dist: trusty > > env: > - QGIS_REPO=http://qgis.org/debian-ltr > - QGIS_REPO=http://qgis.org/debian

Re: [Qgis-developer] qgis kartoza docker images, use configpath option?

2016-09-27 Thread Luigi Pirelli
correct... but IMHO would be better more flexible in the sense of check the existence of the env var in startup.sh and set the value of trhe env var just as -e parameter in the docker run => in this way you can have different container (desktop) on different configurations. You have to build your

Re: [Qgis-developer] QGIS Server 3.0 roadmap

2016-09-27 Thread René-Luc Dhont
Le 27/09/2016 à 09:33, Luca Manganelli a écrit : On Tue, Sep 27, 2016 at 9:30 AM, René-Luc Dhont wrote: This has been already fixed: * firstly layer has been cached to avoid reloading it * the layer description stored Extent and used it Fixed in which QGIS version? We are using the 2.14 versi

Re: [Qgis-developer] QGIS Server 3.0 roadmap

2016-09-27 Thread René-Luc Dhont
Hi Régis and Luca, The other point, unique's id, is due to the fact that QGIS and QGIS Server does not truth the QGIS Layer Description and verifying the unicity of ids. So to avoid id, the layer has to be added with 'estimated metadata'. If a PostGIS layer has not been opened with this option

Re: [Qgis-developer] QGIS Server 3.0 roadmap

2016-09-27 Thread Luca Manganelli
On Tue, Sep 27, 2016 at 9:30 AM, René-Luc Dhont wrote: > This has been already fixed: > * firstly layer has been cached to avoid reloading it > * the layer description stored Extent and used it Fixed in which QGIS version? We are using the 2.14 version > The problem you point is the way Layer is

Re: [Qgis-developer] QGIS Server 3.0 roadmap

2016-09-27 Thread René-Luc Dhont
Hi Luca Le 27/09/2016 à 09:25, Luca Manganelli a écrit : On Tue, Sep 27, 2016 at 9:19 AM, Nyall Dawson wrote: As I mentioned over on the 3.0 api tracker, the biggest issue I see is the way server loads projects and messes with the layer registry. I understand this was probably a design decisi

Re: [Qgis-developer] QGIS Server 3.0 roadmap

2016-09-27 Thread Régis Haubourg
Le mardi 27 septembre 2016 à 09:25 +0200, Luca Manganelli a écrit : > way in which qgis server does the same PostGis > query (for extent or bounding box?) all times for each layer. It woud > be useful to store these informations on the project file, to optimize > times, with a configuration option

Re: [Qgis-developer] QGIS Server 3.0 roadmap

2016-09-27 Thread Luca Manganelli
On Tue, Sep 27, 2016 at 9:19 AM, Nyall Dawson wrote: > As I mentioned over on the 3.0 api tracker, the biggest issue I see is > the way server loads projects and messes with the layer registry. I > understand this was probably a design decision made due to api > constraints, but now we've got the

Re: [Qgis-developer] QGIS Server 3.0 roadmap

2016-09-27 Thread Nyall Dawson
On 25 September 2016 at 18:06, Alessandro Pasotti wrote: > Hi, > > I'm glad that Matthias's semi-serious threats to remove the server from > source tree and Nyall's complaints have shaken the souls of the server > people! Apologies if I've caused any offence here - I was trying to give constructi