Re: [Qgis-developer] QGIS-Website issues

2015-06-01 Thread Richard Duivenvoorde
On 01-06-15 12:56, DelazJ wrote: Hello all, As the links at the bottom of QGIS website pages that help to report and fix issues seem to work well (I personally have already used them with success), is it intended to add them at the bottom of QGIS Documentation pages too? Yep. Will do that.

Re: [Qgis-developer] QGIS-Website issues

2015-06-01 Thread DelazJ
Hello all, As the links at the bottom of QGIS website pages that help to report and fix issues seem to work well (I personally have already used them with success), is it intended to add them at the bottom of QGIS Documentation pages too? 2015-04-09 14:06 GMT+02:00 Alexandre Neto

Re: [Qgis-developer] Data-defined symbol size is not backwards compatible to 2.8.2

2015-06-01 Thread Andreas Neumann
Hi, Regarding data-defined symbol size: I noticed that some of my old 2.8x projects display different in QGIS master - the symbols that have a data-defined size with a very simple CASE WHEN rule display much bigger in QGIS master than in the 2.8x branch. So I wonder, what exactly has changed

Re: [Qgis-developer] editing in QGIS a WFST from QGIS server

2015-06-01 Thread Régis Haubourg
Nothing in qgis server logs when trying to commit transactions.. I set log level to 0 and can see every OGC request, but not transactions. Any idea? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/editing-in-QGIS-a-WFST-from-QGIS-server-tp5207744p5208502.html Sent from the

Re: [Qgis-developer] editing in QGIS a WFST from QGIS server

2015-06-01 Thread Régis Haubourg
Hi, I could not test SQLITE, maybe debian's package is not default compiled with it. I triple checked postgis rights.. that should do.. I will try to activate qgis server logs Régis -- View this message in context:

Re: [Qgis-developer] Data-defined symbol size is not backwards compatible to 2.8.2

2015-06-01 Thread Régis Haubourg
Hi, here are the ideas behind this work, Nyall (code reviewer) and Vincent (author) could explain implentation choices more than me (funder): - get a more consistent UI with data defined widgets, and not advanced fields. That way, size is in one place only. - offer an assistant on size varying

[Qgis-developer] Failing tests

2015-06-01 Thread Matthias Kuhn
Hi, For more than a week already we have failing tests on master https://travis-ci.org/qgis/QGIS/builds This basically renders the whole test suite a lot less usable. Some examples/thoughts: * Every pull request fails tests [1] I often look at the test results to check if it's even worth

Re: [Qgis-developer] Data-defined symbol size is not backwards compatible to 2.8.2

2015-06-01 Thread Anita Graser
Hi Régis, On Mon, Jun 1, 2015 at 8:05 PM, Régis Haubourg regis.haubo...@eau-adour-garonne.fr wrote: - offer an assistant on size varying common expression. You will find it at the bottom of the drop down widget. It computes max value from field or expression and allows normal user to do what

Re: [Qgis-developer] Failing tests

2015-06-01 Thread Nathan Woodrow
I'm currently looking at how to fix PyQgsAppStartup but at the moment I'm not sure why it is failing given that it works on the command line normally. On Tue, 2 Jun 2015 at 11:33 Tim Sutton t...@kartoza.com wrote: Hi On 02 Jun 2015, at 02:24, Matthias Kuhn matth...@opengis.ch wrote: Hi,

Re: [Qgis-developer] Failing tests

2015-06-01 Thread Nyall Dawson
On 2 June 2015 at 05:24, Matthias Kuhn matth...@opengis.ch wrote: I am a hippy. I don't like rules and policies. I am not in favor of a very strong policy concerning the tests. Common sense should be valued more than rules. Policies like every new feature has to come with a test are no good

Re: [Qgis-developer] Failing tests

2015-06-01 Thread Tim Sutton
Hi On 02 Jun 2015, at 02:24, Matthias Kuhn matth...@opengis.ch wrote: Hi, For more than a week already we have failing tests on master https://travis-ci.org/qgis/QGIS/builds This basically renders the whole test suite a lot less usable. Some examples/thoughts: * Every pull