[Qgis-developer] Minimal rotation support (was: Ugly jumping maps while zooming)

2014-12-23 Thread Sandro Santilli
On Tue, Dec 23, 2014 at 09:40:59AM +1100, Nyall Dawson wrote: As it stands right now, what is the use of this feature? It can't be used for presentation (no composer support) nor for analysis or querying use (broken selection and info tools). Without addressing these issues this feature has

Re: [Qgis-developer] Ugly jumping maps while zooming

2014-12-23 Thread Richard Duivenvoorde
On 23-12-14 08:06, Paolo Cavallini wrote: Hi Nyall, Il 22/12/2014 23:47, Nyall Dawson ha scritto: I disagree - while there may be an issue with the difficulty of getting wide testing of pull requests, the solution isn't to allow broken code into master. You're right, we're big boys

Re: [Qgis-developer] Ugly jumping maps while zooming

2014-12-23 Thread Nathan Woodrow
I agree with Paolo, and also see the value of Sandro's argument that developing such functionality in a branch get's much less testing/viewing and is very hard to merge back. Myself I only had a serious look at it when it was in master... Sometimes it's not about other people testing, sometimes

Re: [Qgis-developer] Ugly jumping maps while zooming

2014-12-23 Thread Mathieu Pellerin
To be fair to all, there should probably be an agreed upon understanding on what would need fixing/implementing for the rotation feature to sticik prior to 2.8, and if it can't be achieved by then revert the commits until next dev cycle? I can't be the judge of that, senior devs needed :) On 23

Re: [Qgis-developer] Ugly jumping maps while zooming

2014-12-23 Thread Matthias Kuhn
Hi all, I think we need to distinguish a bit more in several categories of bugs and features. *Regression bugs* These are the bugs that affect previously working functionality. Like the ugly jumping maps while zooming. If something like this happens it's normally tagged as blocker and a good

[Qgis-developer] Compilation qgis2.7.0 with VS2010 and Qt 5.3.2

2014-12-23 Thread Anatoliy Golubev
Hi list! Im trying to compile qgis 2.7.0 with Qt 5.3.2. After applying PR #1743 all compiles fine (except qspatialite), but linking executables failed with errors like this: Link: C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:PROMPT

[Qgis-developer] QGIS Server and external WMS through Proxy

2014-12-23 Thread Luca Manganelli
Hi, I have a external WMS server, that I can access with user/password, but I can access to it only with our proxy server. It seems that I cannot configure QGIS Server to use proxy, is it right? ___ Qgis-developer mailing list

[Qgis-developer] qgis 2.6.1 does not compile - error related to Python

2014-12-23 Thread Sebastian M. Ernst
Hi all, I am running into some odd error related to Python while trying to compile QGIS 2.6.1 from source on Linux-x86 using GCC 4.5.0. I can only guess that I made a mistake of some sort when I compiled and installed Python 2.7.9 in parallel to my Linux distribution's original Python 2.6.5

Re: [Qgis-developer] qgis 2.6.1 does not compile - error related to Python

2014-12-23 Thread Sebastian M. Ernst
Hi all (again), strike my last email. Python sources must be configured with ./configure --enable-shared I re-built Python eventually and a shared object file was generated. Correspondingly, I had to configure qgis with the following command instead: ccmake -D

Re: [Qgis-developer] Error in new Metasearch

2014-12-23 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 19/12/2014 14:45, Tom Kralidis ha scritto: Hi Paolo: FYI we have now merged MetaSearch into QGIS core. Can you try now from there? Hi Tom, just upgraded to nightly; I get the service info, but I cannot get any result from the search. With plain

Re: [Qgis-developer] Ugly jumping maps while zooming

2014-12-23 Thread Sandro Santilli
On Tue, Dec 23, 2014 at 02:12:48PM +0100, Matthias Kuhn wrote: I think we need to distinguish a bit more in several categories of bugs and features. *Regression bugs* These are the bugs that affect previously working functionality. Like the ugly jumping maps while zooming. If something