Re: [Qgis-developer] QGIS 2 64bits, is it stable ?

2013-10-03 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 03/10/2013 21:19, Vincent Picavet ha scritto: > And another +1. It's time to focus on code quality to reduce bugs and sure, we all agree on this. > maintainance costs, for which it is always difficult to find funding. > We need more unit test, m

Re: [Qgis-developer] QGIS 2 64bits, is it stable ?

2013-10-03 Thread Vincent Picavet
Hello, Le jeudi 3 octobre 2013 13:13:10, Sandro Santilli a écrit : > On Thu, Oct 03, 2013 at 12:00:05PM +0100, Jonathan Moules wrote: > > Assuming it's not already done, I'd suggest that requiring Unit Tests for > > all new features should be mandatory for a Pull Request/patch to be > > accepted i

[Qgis-developer] PyQGIS : QgsMapRender does not project layers

2013-10-03 Thread rldhont
Hi all, I encounter some difficulties with QGIS 2. I have some code which rendering well layers in a PNg image, but now it does not project layers : # create renderer render = QgsMapRenderer() # set output size render.setOutputSize(img.size(), img.logicalDpiX()) outputCr

Re: [Qgis-developer] qgis master compile error on ubuntu 10.04

2013-10-03 Thread Marco Bernasocchi
which is the error after a make clean? Marco Bernasocchi (mobile) http://opengis.ch On 3 Oct 2013 16:58, "Ziegler Stefan" wrote: > Yes. Some sip version problem? > > ** ** > > I can run make four times with errors and the fifth time it compiles > without errors. But then I get an error on q

Re: [Qgis-developer] qgis master compile error on ubuntu 10.04

2013-10-03 Thread Marco Bernasocchi
yes, that is because each run you pass a sip error and the generated file is still partly done. eventually you generate enough times and the compilation goes through. or something like that. Marco Bernasocchi (mobile) http://opengis.ch On 3 Oct 2013 16:58, "Ziegler Stefan" wrote: > Yes. Some si

Re: [Qgis-developer] qgis master compile error on ubuntu 10.04

2013-10-03 Thread Marco Bernasocchi
thats all you get as error? ciao Marco Bernasocchi (mobile) http://opengis.ch On 3 Oct 2013 15:48, "Ziegler Stefan" wrote: > Hi > > Now I get some errors in the gui part: > > [ 55%] Generating gui/sipguipart0.cpp, gui/sipguipart1.cpp, > gui/sipguipart2.cpp, gui/sipguipart3.cpp > > sip: /home/ste

Re: [Qgis-developer] qgis master compile error on ubuntu 10.04

2013-10-03 Thread Ziegler Stefan
Yes. Some sip version problem? I can run make four times with errors and the fifth time it compiles without errors. But then I get an error on qgis startup that pyqgis will be disabled. Regards Stefan Von: Marco Bernasocchi [mailto:ma...@bernawebdesign.ch] Gesendet: Donnerstag, 3. Oktober 2013

Re: [Qgis-developer] qgis master compile error on ubuntu 10.04

2013-10-03 Thread Ziegler Stefan
Hi Now I get some errors in the gui part: [ 55%] Generating gui/sipguipart0.cpp, gui/sipguipart1.cpp, gui/sipguipart2.cpp, gui/sipguipart3.cpp sip: /home/stefan/Develop/src/qgis_master/python/gui/gui.sip:1: syntax error make[2]: *** [python/gui/sipguipart0.cpp] Error 1 make[1]: *** [python/CMak

Re: [Qgis-developer] [Qgis-user] QGIS 2.0 in Portable App

2013-10-03 Thread Jonathan Moules
This is probably better placed on the developer list (cc'd). However I believe I read a message on there suggesting it was being ported over. Jonathan On 3 October 2013 04:01, maning sambale wrote: > Has anyone tried using QGIS 2.0 in USB Portable App [0]? > There are instructions and build w

Re: [Qgis-developer] Oracle connection dialog broken in 64 bit 2.0.1-2 ?

2013-10-03 Thread Jonathan Moules
Hi Régis, Windows x64 2.0.1-2 install here - the Oracle dialog works fine. I didn't use the OSGEO installer but instead used the standalone one. Worth trying that? Cheers, Jonathan On 2 October 2013 08:47, Régis Haubourg wrote: > Hi, > Oracle connection dialog does not show in 64 bits version

Re: [Qgis-developer] Adding a WMS layer in QGIS 2.0 (python)

2013-10-03 Thread Luca Manganelli
On Wed, Oct 2, 2013 at 6:10 PM, Enzo Ciarmoli wrote: > ** > QgsRasterLayer constructor has changed, now it accept four arguments, the > first is the uri string. > > To construct the uri string you must know what layers you want. > > You could try this: > > desired_layer = 'abcdefg' > uri = 'crs=E

Re: [Qgis-developer] QGIS 2 64bits, is it stable ?

2013-10-03 Thread Sandro Santilli
On Thu, Oct 03, 2013 at 12:00:05PM +0100, Jonathan Moules wrote: > Assuming it's not already done, I'd suggest that requiring Unit Tests for > all new features should be mandatory for a Pull Request/patch to be > accepted into QGIS. In the long term that would hopefully help alleviate > the signifi

Re: [Qgis-developer] QGIS 2 64bits, is it stable ?

2013-10-03 Thread Jonathan Moules
Assuming it's not already done, I'd suggest that requiring Unit Tests for all new features should be mandatory for a Pull Request/patch to be accepted into QGIS. In the long term that would hopefully help alleviate the significant number of regressions that we're seeing in 2.0. Jonathan On 3 Octo

Re: [Qgis-developer] QGIS 2 64bits, is it stable ?

2013-10-03 Thread Régis Haubourg
Hi Matthias. agreed. How to fund, this is the question. I have budget (at least at the moment). I haven't been able to spend it completly in 2.0 release sprint because all goes too fast for classical contract, where I'm constrained to pay for a specific work (debug or feature). Please be warned

Re: [Qgis-developer] QGIS 2 64bits, is it stable ?

2013-10-03 Thread Matthias Kuhn
Hi René-Luc, hi all, I don't know about these specific problems, but I can well imagine, that there are some flaws hidden in all the new features introduced, since 2.0 marks a huge step forward in terms of functionality. Recently there has been a discussion around the topic of managing a stable r

Re: [Qgis-developer] Vector styled by joined attributes

2013-10-03 Thread Radim Blazek
On Thu, Oct 3, 2013 at 10:04 AM, Marco Hugentobler wrote: > Hi Radim > >> vector layer styles (categorized, graduated) based on attributes from >> joined table are expected to work in master? > > Yes, it's intended to work. Sounds like a bug then. I have created http://hub.qgis.org/issues/8757 T

Re: [Qgis-developer] Vector styled by joined attributes

2013-10-03 Thread Andreas Neumann
Hi, There are tons of problems with joined tables. Would be a useful goal to fix these issues within QGIS 2.1. As an example one cannot edit layers anymore once they are joined (not even the geometry of the original table). In addition one cannot filter the layer anymore once they are joined

[Qgis-developer] qgis master compile error on ubuntu 10.04

2013-10-03 Thread Ziegler Stefan
Hi I get an compile error on Ubuntu 10.04: [ 31%] Generating analysis/network/sipnetworkanalysispart0.cpp, analysis/network/sipnetworkanalysispart1.cpp, analysis/network/sipnetworkanalysispart2.cpp, analysis/network/sipnetworkanalysispart3.cpp [ 31%] sip: /home/stefan/Develop/src/qgis_master

Re: [Qgis-developer] Vector styled by joined attributes

2013-10-03 Thread Marco Hugentobler
Hi Radim vector layer styles (categorized, graduated) based on attributes from joined table are expected to work in master? Yes, it's intended to work. Sounds like a bug then. Regards, Marco On 02.10.2013 17:58, Radim Blazek wrote: Hi, vector layer styles (categorized, graduated) based on a