[Qgis-developer] Will not run on Windows Server 2008 r2

2016-01-30 Thread Steven Hirsch
Hi, The folks on qgis-users suggested that I ask for help here. For whatever reason, I am unable to run QGIS on a VM we use at work. As far as I'm aware, it's an absolutely vanilla Windows Server 2008 r2 system and I have 'Administrator' rights to the guest. I have tried the latest 2.12

Re: [Qgis-developer] WKB support is only little-endian?

2016-01-30 Thread David Adler
I looked into this and tried to fix it although it still didn't work. The basic problem is in QgsGeometryFactory::geomFromWkb which has the logic: //find out type (bytes 2-5) int type; memcpy( , wkb + 1, sizeof( int ) ); QgsAbstractGeometryV2* geom = nullptr; geom = geomFromWkbType(

Re: [Qgis-developer] QGIS scripts on Windows

2016-01-30 Thread Jürgen E . Fischer
Hi David, On Sat, 30. Jan 2016 at 11:15:17 -0500, David Adler wrote: > prepare-commit.sh fails to find astyle.sh because it appends to the > path "E:/qgis-db2-dev/scripts" instead of > "/cygdrive/e/qgisdb2-dev/scripts" Are you using cygwin's git? Looks like it's something else. > astyle.sh

[Qgis-developer] QGIS scripts on Windows

2016-01-30 Thread David Adler
Should scripts like prepare-commit.sh and astyle.sh run on Windows in a cygwin window? Is there any documentation on parameters for these scripts? prepare-commit.sh fails to find astyle.sh because it appends to the path "E:/qgis-db2-dev/scripts" instead of "/cygdrive/e/qgisdb2-dev/scripts" I

Re: [Qgis-developer] Simplify provider side

2016-01-30 Thread Paolo Cavallini
binOTbpwC16_0.bin Description: PGP/MIME version identification encrypted.asc Description: OpenPGP encrypted message ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Simplify provider side

2016-01-30 Thread Paolo Cavallini
Il 29/01/2016 23:41, A Huarte ha scritto: > But it could be implemented easy beacuse of it is entirely similar like > the Postgre provider does with the ST_Simplify function. > > I propose to test a new pull: > https://github.com/qgis/QGIS/pull/2738 Thanks a lot Alvaro! All the best. -- Paolo

[Qgis-developer] Move selection actions to Edit menu?

2016-01-30 Thread Nyall Dawson
Hi all, What's everyone's thoughts on this? I think the Selection actions (select none, invert, select all, etc) should be located under the "Edit" menu, instead of the "View" menu. It seems to me that this is much more common behaviour, and a more sensible location for these actions. Nyall

Re: [Qgis-developer] Visual changelog for 2.14

2016-01-30 Thread Nyall Dawson
On 27 January 2016 at 20:53, Richard Duivenvoorde wrote: > On 27-01-16 10:17, kimaidou wrote: >> Hi all, >> >> I have tested with a previously created account, ie with login >> "kimaidou", and it seems my account has been disabled. The message is >> "It seems your account has

Re: [Qgis-developer] [QGIS-UX] Move selection actions to Edit menu?

2016-01-30 Thread Michael Kirk
Agree. On Sat, Jan 30, 2016 at 4:22 PM Nyall Dawson wrote: > Hi all, > > What's everyone's thoughts on this? I think the Selection actions > (select none, invert, select all, etc) should be located under the > "Edit" menu, instead of the "View" menu. > > It seems to me