Re: [Qgis-developer] new ubuntu compile problem

2011-05-02 Thread Martin Dobias
Hi Marco On Sun, May 1, 2011 at 10:22 PM, Marco Bernasocchi ma...@bernawebdesign.ch wrote: thanks MArtin, that did the job... i had done a make clean but was obviously not enough ... Now I still get the sip error below, i can't remember how i solved it last time... Couldn't load PyQGIS.

Re: [Qgis-developer] new ubuntu compile problem

2011-05-02 Thread Marco Bernasocchi
Hi martin, On 2 May 2011 11:34, Martin Dobias wonder...@gmail.com wrote: Hi Marco On Sun, May 1, 2011 at 10:22 PM, Marco Bernasocchi ma...@bernawebdesign.ch wrote: thanks MArtin, that did the job... i had done a make clean but was obviously not enough ... Now I still get the sip error

Re: [Qgis-developer] new ubuntu compile problem

2011-05-02 Thread Martin Dobias
On Mon, May 2, 2011 at 11:40 AM, Marco Bernasocchi ma...@bernawebdesign.ch wrote: I would expect that you have maybe an incompatible version of sip generator and sip python module or something similar. Not sure though about the cause. I look into it tonite. But i guessed a similar cause. Is

[Qgis-developer] QgsRubberBand 1px shift

2011-05-02 Thread Radim Blazek
Hi, I am observing QgsRubberBand 1px shift with GRASS region. You can verify comparing a layer with full region extent (e.g. r.mapcalc test=1 or v.in.region output=test) with current region. After a long QGIS code inspection I have discovered quite strange piece of code in QT:

[Qgis-developer] Re: something went terribly wrong with reprojected rasters in the last 72 hours

2011-05-02 Thread Radim Blazek
The patch is simple, we have to wait for new repository --- src/core/qgsrasterprojector.cpp (revision 15861) +++ src/core/qgsrasterprojector.cpp (working copy) @@ -130,7 +130,7 @@ mSrcExtent = QgsRectangle( myPoint.x(), myPoint.y(), myPoint.x(), myPoint.y() ); for ( int i = 0; i

Re: [Qgis-developer] QgsRubberBand 1px shift

2011-05-02 Thread Radim Blazek
On Mon, May 2, 2011 at 3:04 PM, Martin Dobias wonder...@gmail.com wrote: // use the same rounding as in qrasterizer.cpp (6 bit fixed point) static const qreal aliasedCoordinateDelta = 0.5 - 0.015625; As far as I understand this, Qt treats pixels to be squares (x,y) to (x+1,y+1), where x and y

[Qgis-developer] Git repo available for testing

2011-05-02 Thread Tim Sutton
If you are interested in the git migration, you can test and play around with it here: http://github.com/qgis/Quantum-GIS You can go ahead and fork it and see if everything works ok for you. If we encounter any major issues, we may need to trash and repopulate it so please don't consider it

[Qgis-developer] Python errors

2011-05-02 Thread Paolo Cavallini
Hi all. Just got an error after updating: === ImportError: numpy.core.multiarray failed to import Versione Python: 2.7.1+ (default, Apr 20 2011, 11:05:50) [GCC 4.5.2] Versione di QGIS: 1.7.0-Wroclaw Wroclaw, 15861M Percorso Python: ['/usr/share/qgis/python', '/home/paolo/.qgis/python',

Re: [Qgis-developer] Git repo available for testing

2011-05-02 Thread Martin Dobias
Hi Tim On Mon, May 2, 2011 at 5:16 PM, Tim Sutton li...@linfiniti.com wrote: If you are interested in the git migration, you can test and play around with it here: http://github.com/qgis/Quantum-GIS You can go ahead and fork it and see if everything works ok for you. If we encounter any

Re: [Qgis-developer] new ubuntu compile problem

2011-05-02 Thread Mayeul Kauffmann
Hi Marco, Myself I migrated to Ubuntu 10.10 and I had the python issue when building r15676 last Saturday but Martin hint (completely remove your build directory) solved the problem for me. My /etc/apt/sources.list contains the following: deb http://qgis.org/debian-nightly natty main deb-src

Re: [Qgis-developer] Git repo available for testing

2011-05-02 Thread Tim Sutton
Hi On Mon, May 2, 2011 at 6:22 PM, Martin Dobias wonder...@gmail.com wrote: Hi Tim On Mon, May 2, 2011 at 5:16 PM, Tim Sutton li...@linfiniti.com wrote: If you are interested in the git migration, you can test and play around with it here: http://github.com/qgis/Quantum-GIS You can go

Re: [Qgis-developer] Git repo available for testing

2011-05-02 Thread Charlie Sharpsteen
On Mon, May 2, 2011 at 9:22 AM, Martin Dobias wonder...@gmail.com wrote: great stuff :-) The repository reads 59 branches and 82 tags. In my opinion we should: - remove all ancient tags not related to releases - like root-before-SDTS-branch - change all release branches to tags - remove

[Qgis-developer] speed issues - using compressed imagery as background for digitizing

2011-05-02 Thread karsten vennemann
Hi All, I have been working with a client that previously has been using ArcGIS for digitizing areas in the field on tablet laptops. Due to some frustrations with ArcGIS and ArcPad we went ahead and implemented a simple python plug-in that is based on the stream digitizing python plug-in, but

Re: [Qgis-developer] Attribute data update of a shape file

2011-05-02 Thread maaza mekuria
Thank you Jurgen for the valuable information. I would not have been able to get my plugin to do the update I need to have it with out your kindness. Is there anywhere such items are explained? Is that part of the api doc through inheritance? If so I would try to look into it more and do my

Re: [Qgis-developer] new ubuntu compile problem

2011-05-02 Thread Luiz Motta
Marco, I just upgraded to ubuntu 11.04 and had the same problem about SIP(Couldn't load PyQGIS) I am running perfectly QGIS, to this i follow this steps: 1) Remove all files and directories in 'build' directory 2) Inside 'build' directory: 2.1) Set the makefile: sudo ccmake .. 2.2) Make