[Qgis-developer] QGIS Server sending UPDATE... WHERE NULL to postgis in a WFS layer

2016-01-29 Thread jaitor
Hi, I am running a Windows Server 2012 server. PostgreSQL 9.3.5, 64-bit POSTGIS 2.1.3 QGIS Server 2.6.1-2 QGIS Desktop 2.8.3 and 2.12 I am using a Microsoft Surface Pro 4 tablet using QGIS Desktop 2.12 to edit some layers stored in the Postgresql database. The layers in the tablet are WFS layers

[Qgis-developer] Plugin [748] Load QSS - UI themes approval notification.

2016-01-29 Thread noreply
Plugin Load QSS - UI themes approval by pcav. The plugin version "[748] Load QSS - UI themes 1.3.7" is now approved Link: http://plugins.qgis.org/plugins/LoadQSS/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info:

Re: [Qgis-developer] QGIS indexing data when editing

2016-01-29 Thread Nicolas Rochard
Thanks for these information. As I need to review 2.5D render, I will also look at this improvement and do a feedback. Thanks a lot Best, Nicolas Rochard Administrateur SIG Agence de développement et d'urbanisme du Grand Amiénois tel. 03 22 22 31 68 http://www.aduga.org Le 28/01/2016 18:21,

[Qgis-developer] QuickMapServices plugin

2016-01-29 Thread Paolo Cavallini
Hi all, I'm using the QMS plugin quite regularly now. Generally it works quite well, but I noticed that after a while the rendering get slower. Has anyone noticed the same? Any explanation/workaround/solution? Thanks. -- Paolo Cavallini - www.faunalia.eu QGIS & PostGIS courses:

[Qgis-developer] Simplify provider side

2016-01-29 Thread Paolo Cavallini
Hi all, how can I know for which providers does the feature simplification work server side? AFAIK PostGIS uses it, but what about other DBs, namely Oracle? All the best. -- Paolo Cavallini - www.faunalia.eu QGIS & PostGIS courses: http://www.faunalia.eu/training.html

Re: [Qgis-developer] New GRASS plugin: a test drive

2016-01-29 Thread Alexandre Neto
I'm updating the Users Manual Figures. In my current installation of QGIS master the GRASS Toolbar only features 2 Icons. Is this expected? I can only see Open grass tools and Display current GRASS region Icons. We used to have Open Mapset, Close Mapset, New Mapset and GRASS options as well.

Re: [Qgis-developer] Finding out cause of Travis compile warning failure?

2016-01-29 Thread Daan Goedkoop
Never mind, I've found it already! The Travis log does contain a link to the compile log. Op 29 jan. 2016 19:33 schreef "Daan Goedkoop" : > Hello all, > > I have a pull request that fails the ci-check because of 2 compile > warnings. > > I don't see the actual warnings anywhere

Re: [Qgis-developer] QGIS nightly not updating - Ubuntu 15.10?

2016-01-29 Thread Jürgen E . Fischer
Hi Frank, On Thu, 28. Jan 2016 at 10:58:07 +0200, Frank Sokolic wrote: > Thanks, I'll have a look at that. I haven't been compiling QGIS > myself but will try doing that with the downgraded version of cmake. BTW the failure on amd64 doesn't block the inclusion of the good i386 build anymore -

Re: [Qgis-developer] DB2 Provider for QGIS

2016-01-29 Thread Nyall Dawson
On 30 January 2016 at 10:00, David Adler wrote: > As a novice GitHub user, I didn't realize that clicking on the Pull Request > button was going to start automated testing of our draft code and send out > notifications to many people connected with QGIS/Master. I was

Re: [Qgis-developer] Simplify provider side

2016-01-29 Thread A Huarte
Hi, it is true, now only it is implementd in the postgres provider. 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 Best regardsAlvaro De:

[Qgis-developer] DB2 Provider for QGIS

2016-01-29 Thread David Adler
As a novice GitHub user, I didn't realize that clicking on the Pull Request button was going to start automated testing of our draft code and send out notifications to many people connected with QGIS/Master. I was just hoping to synchronize my fork with QGIS/Master which appears to be a

[Qgis-developer] Finding out cause of Travis compile warning failure?

2016-01-29 Thread Daan Goedkoop
Hello all, I have a pull request that fails the ci-check because of 2 compile warnings. I don't see the actual warnings anywhere in the Travis log, and when I compile locally with clang, I get quite a lot more warnings than just 2, but none of them related to my changes. How can I find out what

Re: [Qgis-developer] Simplify provider side

2016-01-29 Thread Jürgen E . Fischer
Hi Paolo, On Fri, 29. Jan 2016 at 17:35:58 +0100, Paolo Cavallini wrote: > how can I know for which providers does the feature simplification work > server side? AFAIK PostGIS uses it, but what about other DBs, namely Oracle? The oracle provider doesn't. Jürgen -- Jürgen E. Fischer

[Qgis-developer] AttributeError on Plugin Upgrade

2016-01-29 Thread Spencer Gardner
I have a custom repo and a custom plugin that I'm developing for QGIS. I recently updated the plugin in the repo to a new version and tried to upgrade on my local QGIS install. When I did so, I received the following error: AttributeError: 'module' object has no attribute 'classFactory'