[QGIS-Developer] building project zzz-db_manager-15-depend.vcxproj - FAILED

2017-10-30 Thread nihcas
Hi, I am try to build qgis master in windows 10 with visual studio 2017 with RelwithDebInfo and getting error while building zzz-db_manager-15-depend. 3>-- Build started: Project: zzz-db_manager-15-depend, Configuration: RelWithDebInfo x64 -- 3>Building Custom Rule D:/qgis-master-source/py

Re: [QGIS-Developer] Increase the size of validateCoordinates box

2017-10-30 Thread nihcas
thanks tom. sorry for late reply. -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscri

Re: [QGIS-Developer] Where can I find the Z-values?

2017-10-30 Thread Saber Razmjooei
You should be able to view the z and m values when in Node Tool. Cheers Saber On 30 Oct 2017 3:14 pm, "Casper Børgesen" wrote: > Hi devs. > > > > I used to be able to sample the z-value of the nearest vertex when using > “identify features” on a feature (identify results -> (Derived)). > > > >

Re: [QGIS-Developer] Crash launching Qgis 2.99.0

2017-10-30 Thread Eugenio Trumpy
>Looks like an issue with some python code. >Try starting without any plugins. > >Matthias Hi Matthias, I tried to launch qgis with --noplugins but I had: https://paste.ubuntu.com/25852320/ which points more or less the same issues of before. Other hints? E. _

[QGIS-Developer] Where can I find the Z-values?

2017-10-30 Thread Casper Børgesen
Hi devs. I used to be able to sample the z-value of the nearest vertex when using "identify features" on a feature (identify results -> (Derived)). Is this functionality gone? Using the GetWKT plugin on the selected feature verifies that the selected feature indeed has z-values. Regards, Casp

Re: [QGIS-Developer] Settings migration from QGIS 2 to 3

2017-10-30 Thread Nathan Woodrow
Ah right. I'm happy with whatever there. On Tue, Oct 31, 2017 at 12:25 AM, Borys Jurgiel wrote: > Dnia wtorek, 31 października 2017 00:19:49 Nathan Woodrow pisze: > > Hey, > > > > > There are over 100 keys there, are we going to migrate them all from > > > > Windows > > to windows, like we did

Re: [QGIS-Developer] Settings migration from QGIS 2 to 3

2017-10-30 Thread Borys Jurgiel
Dnia wtorek, 31 października 2017 00:19:49 Nathan Woodrow pisze: > Hey, > > > There are over 100 keys there, are we going to migrate them all from > > Windows > to windows, like we did with Qgis -> qgis? > > No I don't think we need to do anything for those subgroups, dropping the > Windows plac

Re: [QGIS-Developer] Settings migration from QGIS 2 to 3

2017-10-30 Thread Nathan Woodrow
> the bottom line is that you cannot rely on capitalization because of differences in the platforms, even if by using the "ini" file like we are doing now after Nathan's profile implementation will probably overcome this issue (reason: The Windows registry and INI files use case-insensitive keys).

Re: [QGIS-Developer] Settings migration from QGIS 2 to 3

2017-10-30 Thread Nathan Woodrow
Hey, > There are over 100 keys there, are we going to migrate them all from Windows to windows, like we did with Qgis -> qgis? No I don't think we need to do anything for those subgroups, dropping the Windows placement between version isn't a big deal. The main core things to migrate is stuff th

Re: [QGIS-Developer] Settings migration from QGIS 2 to 3

2017-10-30 Thread Alessandro Pasotti
On Mon, Oct 30, 2017 at 2:15 PM, Borys Jurgiel wrote: > By the way, do we have a standard for the section naming? Now I don't mean > the > enumeration, just other top-level sections, like [PluginInstaller]. Should > I > drop the camel case? > > Sorry for such detailed question, sometimes I'm too

Re: [QGIS-Developer] Settings migration from QGIS 2 to 3

2017-10-30 Thread Borys Jurgiel
By the way, do we have a standard for the section naming? Now I don't mean the enumeration, just other top-level sections, like [PluginInstaller]. Should I drop the camel case? Sorry for such detailed question, sometimes I'm too pedantic ;) Regards, Borys Dnia poniedziałek, 30 października 201

Re: [QGIS-Developer] Settings migration from QGIS 2 to 3

2017-10-30 Thread Borys Jurgiel
Hi, I was updating and migrating plugin installer's settings when Alessandro suggested to create a new QgsSettings::Section::Windows enum value for all the window geometries, currently placed in the [Windows] section (capitalized) [1] There are over 100 keys there, are we going to migrate them

Re: [QGIS-Developer] QGIS 3 API - QgsVertexMarker and QgsRubberBand Inconsistency

2017-10-30 Thread Theuns Heydenrych
Just a quick question. Is QgsGeometry::asPolyline() and QgsGeometry::asPoint() also going to change to return QgsPoint? Regards Theuns Heydenrych On Thu, 26 Oct 2017 at 00:06 Nyall Dawson wrote: > On 26 October 2017 at 05:30, C Hamilton wrote: > > I just found that an API changed made a break

Re: [QGIS-Developer] Feature freeze: Paid developer activities for QGIS 3.0

2017-10-30 Thread Tom Chadwin
Hello all This point has been raised in the other "PR queue/feature freeze thread", but I wanted to make sure it's here in this one, too: I strongly favour honouring the feature freeze and pushing further merges to 3.2. BUT, we do need to evaluate whether an exception needs to be made for any API-

Re: [QGIS-Developer] Can't build with GRASS currently

2017-10-30 Thread Matthias Kuhn
Thanks Andreas Should be fixed, sorry for the trouble Matthias On 10/30/2017 11:47 AM, Andreas Neumann wrote: > Hi, > > I currently have to disable GRASS in order to build QGIS master. > > Seems like the very recent API changes from Matthias triggered the issue: > > -- >

[QGIS-Developer] Can't build with GRASS currently

2017-10-30 Thread Andreas Neumann
Hi, I currently have to disable GRASS in order to build QGIS master. Seems like the very recent API changes from Matthias triggered the issue: -- ../src/providers/grass/qgis.v.in.cpp: In function ‘int main(int, char**)’: ../src/providers/grass/qgis.v.in.cpp:282:9: error: ‘Q

Re: [QGIS-Developer] Speed up building time after git checkout

2017-10-30 Thread Régis Haubourg
Huh thanks Nathan, I realize that ccache was not installed even if I had created the symlinks described in the INSTALL guide. I pushed a PR https://github.com/qgis/QGIS/pull/5496 Cheers, Régis 2017-10-29 1:27 GMT+02:00 Nathan Woodrow : > Using ccache? That normally cuts down build times. > > On

Re: [QGIS-Developer] Crash launching Qgis 2.99.0

2017-10-30 Thread Matthias Kuhn
Hi, Looks like an issue with some python code. Try starting without any plugins. Matthias On 10/30/2017 11:04 AM, Eugenio Trumpy wrote: > Hi all, > > > I have just compiled QGIS master in my Ubuntu 17.10. > > Once I run qgis I have a core dump: > > > https://paste.ubuntu.com/25850822/ > >

[QGIS-Developer] Crash launching Qgis 2.99.0

2017-10-30 Thread Eugenio Trumpy
Hi all, I have just compiled QGIS master in my Ubuntu 17.10. Once I run qgis I have a core dump: https://paste.ubuntu.com/25850822/ any hints on this regards? Eugenio ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https

Re: [QGIS-Developer] QGIS Meeting #20 : 20-25 February 2018, Madeira

2017-10-30 Thread Andreas Neumann
Hi Peter, The correct dates are: Wed, 21 to Sun 25th of February. I just corrected the Wiki. Andreas On 2017-10-30 08:20, Peter Petrik wrote: > Hi, > > I am confused with the dates. In the mail, we have 21 to 25 Feb, but > https://github.com/qgis/QGIS/wiki/DeveloperMeetingMadeira2018 st

Re: [QGIS-Developer] QGIS Meeting #20 : 20-25 February 2018, Madeira

2017-10-30 Thread Peter Petrik
Hi, I am confused with the dates. In the mail, we have 21 to 25 Feb, but https://github.com/qgis/QGIS/wiki/DeveloperMeetingMadeira2018 states 21 to 25 of March, 2018... Regards, Peter On Mon, Oct 30, 2017 at 7:04 AM, Tim Sutton wrote: > Hi > > On 30 Oct 2017, at 01:13, Giovanni Manghi > wrot