Re: [Qgis-developer] plugin for QGIS3 test

2016-10-31 Thread gordon
How does one change 2.99 to 3.00 in the development version obtained from GitHub because obviously there is a big break between 2.xx and 3.xx? I believe the 3.00 version necessary for plugin development with Python 3.5.2 and Qt5.7. Or is that a mis-impression? Something that only happens

[Qgis-developer] QEP #77 accepted - please use new style connect in master

2016-10-31 Thread Nyall Dawson
Hi all, Just a heads-up that QEP #77 - "Require use of new style Qt connections for newly added signals/slots" has been accepted. This means that ALL newly introduced signals and slots MUST use the new c++11/qt5 style connection syntax. You can read more about this requirement at the QEP:

Re: [Qgis-developer] plugin for QGIS3 test

2016-10-31 Thread Nyall Dawson
On 1 November 2016 at 07:37, Richard Duivenvoorde wrote: > Hi (plugin-) devs, > > after upgrading my QGIS 2.18 plugin, I thought to try what I had to do > to make it a QGIS3 version. > > - running scripts/2to3 on the plugin > - tweaking and fixing untill it worked :-) > > it

[Qgis-developer] plugin for QGIS3 test

2016-10-31 Thread Richard Duivenvoorde
Hi (plugin-) devs, after upgrading my QGIS 2.18 plugin, I thought to try what I had to do to make it a QGIS3 version. - running scripts/2to3 on the plugin - tweaking and fixing untill it worked :-) it was more work then I hoped, but after setting qgisMinimumVersion=2.99 qgisMaximumVersion=3.0

Re: [Qgis-developer] QGIS setup with Qt 5 on mac

2016-10-31 Thread Matthias Kuhn
Hi Diane and welcome aboard, I also didn't manage to compile master on osx yet. Some more information can be found here also: https://github.com/OSGeo/homebrew-osgeo4mac/pull/146#issuecomment-254011621 I think most of the dependencies should meanwhile be available on homebrew (but not sure).

Re: [Qgis-developer] QGIS setup with Qt 5 on mac

2016-10-31 Thread David Marteau
Hi I will speak with my own experience using and compiling Qgis on Mac (El capitan and Maverick): First I use Macport: MacPort use clang/libc++ by default (at least with XCode 5.3 on Maverick, 7.3 on El capitan) so this should solve one of your problems. I have installed qt5 from MacPort

Re: [Qgis-developer] Combo boxes for raster bands

2016-10-31 Thread Denis Rouzaud
Hi, As far as I know there is no such thing planned. The plugin should still be working with 2.x versions. Otherwise, there might be a developer willing to provide this in 3.x ? Best regards, Denis On 10/27/2016 02:31 PM, EFTAS Fabian Wilske wrote: > Hello, > > in my plugin I successfully

[Qgis-developer] QGIS setup with Qt 5 on mac

2016-10-31 Thread Diane Perez
Dear QGIS developers, First of all, thank you very much for the great job, I have been a very happy user for years ! I would like to contribute now to the development, but I found myself stuck at the installation of dependencies. According to the instructions of the INSTALL file provided with

Re: [Qgis-developer] Visualisation of relations

2016-10-31 Thread Patrick Valsecchi
OK, I've created a PR for auto-detecting N-1 relations and pick the RelationReference widget for the foreign key fields. https://github.com/qgis/QGIS/pull/3699 For the deep relations UX problem, I really don't know. Do we have UX experts among the QGIS devs? Thanks. On Mon, Oct 31, 2016 at 1:51

Re: [Qgis-developer] Visualisation of relations

2016-10-31 Thread Matthias Kuhn
On 10/31/2016 01:26 PM, Patrick Valsecchi wrote: > Matthias, > > Hummm... I don't know about the tabs. Initially I was thinking it would > be a good idea, then I tried to imagine how it would look like for > linked layers within linked layers. We would have two choices: > > * Have QTabWidget

Re: [Qgis-developer] Documentation proposals - Was: Discussion on the QGIS grant proposals

2016-10-31 Thread DelazJ
Hi, I'd like to resurrect this discussion, particularly about the PyCookbook doc part. It'd be nice if someone more aware of what's worth putting in the PyQGIS doc can go through the issues reports in the doc repository and tag the issues accordingly. Currently tickets are automatically created

Re: [Qgis-developer] Visualisation of relations

2016-10-31 Thread Patrick Valsecchi
Matthias, Hummm... I don't know about the tabs. Initially I was thinking it would be a good idea, then I tried to imagine how it would look like for linked layers within linked layers. We would have two choices: - Have QTabWidget within QTabWidget: tabs within tabs is a UX nightmare -

Re: [Qgis-developer] New Geometry checker: frequent, unpredictable crashes

2016-10-31 Thread geodrinx
Inviato da iPhone > Il giorno 31 ott 2016, alle ore 08:57, Paolo Cavallini > ha scritto: > > Hi all, > during a recent course, we got what seemed random crashes in Geometry > chacker, difficult to replicate reliably. Is this a know issue? Can I > help tracking it down?

Re: [Qgis-developer] Visualisation of relations

2016-10-31 Thread Matthias Kuhn
Hi Patrick, for the side that contains the foreign key, there is the "relation reference" widget which has a configuration option "show embedded form" (I haven't used it in years and a quick check on it didn't work, so maybe it needs fixing). Agreed, collapsed by default makes sense for huge

Re: [Qgis-developer] Visualisation of relations

2016-10-31 Thread Patrick Valsecchi
Hi Matthias, My screenshot shows only 1:N links. N:1 links are not supported. By N:1, I mean the relations from the side that contains the foreign key. If I open the form for the "appart" layer, it doesn't show the linked "maison". Yes, the collapsed state is remembered, but the default should

Re: [Qgis-developer] Processing test coverage

2016-10-31 Thread Paolo Cavallini
Il 24/10/2016 17:38, Paolo Cavallini ha scritto: > Il 23/10/2016 19:15, Paolo Cavallini ha scritto: >> Il 23/10/2016 19:07, Matthias Kuhn ha scritto: >>> Something like this? >>> >>> https://github.com/qgis/QGIS/blob/master/python/plugins/processing/tests/README.md >> >> Thanks Matthias. IMHO

[Qgis-developer] New Geometry checker: frequent, unpredictable crashes

2016-10-31 Thread Paolo Cavallini
Hi all, during a recent course, we got what seemed random crashes in Geometry chacker, difficult to replicate reliably. Is this a know issue? Can I help tracking it down? All the best, and thanks. -- Paolo Cavallini - www.faunalia.eu QGIS & PostGIS courses: http://www.faunalia.eu/training.html