Re: [Qgis-developer] Plugin reorganization (again)

2011-12-15 Thread Alexander Bruy
2011/12/15 Paolo Cavallini cavall...@faunalia.it: Why not adding a compulsory tag section: raster, vector, database, web, miscellaneous? +1 from me for using tags -- Alexander Bruy ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] Plugin reorganization (again)

2011-12-15 Thread Richard Duivenvoorde
On 2011-12-15 09:55, Alexander Bruy wrote: 2011/12/15 Paolo Cavallini cavall...@faunalia.it: Why not adding a compulsory tag section: raster, vector, database, web, miscellaneous? Great idea! +1 from me for using (from a set of mandatory) tags too Richard

[Qgis-developer] New labeling engine: problems

2011-12-15 Thread luca_manganelli
Hi, I have encountered problems with the new labelling engine. I have a cadastral layer and I set labels over centroid, but the new labeling engine moves them very away from the centroid. See this attachment: http://hub.qgis.org/attachments/4116/label-bug.jpeg If I use the old engine, it

[Qgis-developer] Announcing the release of QGIS 1.7.3

2011-12-15 Thread Werner Macho
Dear QGIS Developers, Users and Supporters! We are pleased to announce that QGIS 1.7.3 is now available. This is a bugfix release over version 1.7.2. A detailed changelog is available on our home page[1]. Binary downloads[2] are already available but some are still making their way to the

[Qgis-developer] My first Qgis plugin - what next?

2011-12-15 Thread Ole Nielsen
Hi all First up, thanks to everyone who helped me get started last week when I tried my hand at writing QGis plugins for the first time. With the help of the community and the nice environment QGis provides, it was a pleasant experience to take these first steps. I wish to give back to the FOSS

Re: [Qgis-developer] quick noob python question

2011-12-15 Thread Germán Carrillo
Hi Duarte, if I understood well, you would like to simulate a click in QGIS buttons. For this you can use the slot trigger() of the available QAction's in the class QgisInteface [1]. For example, if you want to open the Open Project... dialog you can type this in the Python Console (inside QGIS):

Re: [Qgis-developer] Where to put plugins and documents ?

2011-12-15 Thread Alexander Bruy
Hi 2011/12/15 FERRATON Alain (Chef du groupe informatique technique et scientifique, responsable du pôle national d'expertise progiciels géomatiques) - SG/SPSSI/CPII/DOO/ITS alain.ferra...@developpement-durable.gouv.fr: We want to provide two plugins (experimental status). What is the proper

Re: [Qgis-developer] Where to put plugins and documents ?

2011-12-15 Thread Alexander Bruy
Oh sorry forgot to add links 2011/12/15 Alexander Bruy alexander.b...@gmail.com: Hi 2011/12/15 FERRATON Alain (Chef du groupe informatique technique et scientifique, responsable du pôle national d'expertise progiciels géomatiques) - SG/SPSSI/CPII/DOO/ITS

Re: [Qgis-developer] Where to put plugins and documents ?

2011-12-15 Thread Paolo Cavallini
Il 15/12/2011 16:28, Alexander Bruy ha scritto: Is there a recommendation to share the sources (such as http://hub.qgis.org/projects/plugin-builder)? To share plugin sources you can use any SCM service such as GitHub, BitBucket, Google Code etc, or even setup own repo. AFAIK there are no strict

[Qgis-developer] Setting up the dev-tools

2011-12-15 Thread arunthe...@gmail.com
Hello all, I have previously mailed asking for directions regarding the heatmap plugin development. Most people seemed to like the idea of having it to be done using the native C++ over Python. With GPRS as my primary source of internet, somehow I have manged to get the entire repo in my machine

Re: [Qgis-developer] Where to put plugins and documents ?

2011-12-15 Thread Alex Mandel
On 12/15/2011 08:20 AM, Paolo Cavallini wrote: Il 15/12/2011 16:28, Alexander Bruy ha scritto: Is there a recommendation to share the sources (such as http://hub.qgis.org/projects/plugin-builder)? To share plugin sources you can use any SCM service such as GitHub, BitBucket, Google Code etc,

Re: [Qgis-developer] Where to put plugins and documents ?

2011-12-15 Thread MORREALE Jean Roc
Le 15/12/2011 17:20, Paolo Cavallini a écrit : Il 15/12/2011 16:28, Alexander Bruy ha scritto: Is there a recommendation to share the sources (such as http://hub.qgis.org/projects/plugin-builder)? To share plugin sources you can use any SCM service such as GitHub, BitBucket, Google Code etc,

Re: [Qgis-developer] Georeferencer produces wrong (shifted) result

2011-12-15 Thread Agustin Lobo
Giovanni, 2011/12/15 Giovanni Manghi giovanni.man...@gmail.com: But I'm a bit surprised by the little attention that this problem is raising among developers. A correct georeferencing is a critical issue for a GIS. If this bug is confirmed, users should be warned. probably because if the

Re: [Qgis-developer] Plugin reorganization (again)

2011-12-15 Thread Marco Hugentobler
Hi Alexander Comments and opinions are welcome. If there are no objections, I can commit this to master. Looks good to me, +1 for merging. One small thing: The zonal statistics plugin is a mix of vector and raster. However I think it should go the vector menu, because the vector layer is

Re: [Qgis-developer] My first Qgis plugin - what next?

2011-12-15 Thread Tim Sutton
Hi Ole On Thu, Dec 15, 2011 at 12:28 PM, Ole Nielsen ole.moller.niel...@gmail.com wrote: Hi all First up, thanks to everyone who helped me get started last week when I tried my hand at writing QGis plugins for the first time. With the help of the community and the nice environment QGis

Re: [Qgis-developer] Setting up the dev-tools

2011-12-15 Thread Tim Sutton
Hi On Thu, Dec 15, 2011 at 7:30 PM, arunthe...@gmail.com arunthe...@gmail.com wrote: Hello all, I have previously mailed asking for directions regarding the heatmap plugin development. Most people seemed to like the idea of having it to be done using the native C++ over Python. With GPRS as

[Qgis-developer] Is Raster menu hardcoded?

2011-12-15 Thread Robert Szczepanek
In QGIS 1.7.3 Raster menu items are organized in groups (Projection, Conversions, ...). I can't find them in qgis_pl_PL.ts file taken from GIT repo. Is it hardcoded? regards, Robert ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] Plugin reorganization (again)

2011-12-15 Thread Alister Hood
Date: Thu, 15 Dec 2011 08:31:56 +0100 From: Paolo Cavallini cavall...@faunalia.it Subject: Re: [Qgis-developer] Plugin reorganization (again) To: qgis-developer@lists.osgeo.org Message-ID: 4ee9a26c.4090...@faunalia.it Content-Type: text/plain; charset=ISO-8859-1; format=flowed Il

Re: [Qgis-developer] Writing new sip files

2011-12-15 Thread Martin Dobias
On Tue, Dec 13, 2011 at 9:44 PM, Stefan Keller sfkel...@gmail.com wrote: Marco confirmed that currently there exists no Python binding for accessing GPS signals. Class QgsGPSConnection which sends signal 'stateChanged( const QgsGPSInformation info )' as soon as there's something arriving from

Re: [Qgis-developer] Plugin reorganization (again)

2011-12-15 Thread Paolo Cavallini
Il 15/12/2011 21:41, Marco Hugentobler ha scritto: One small thing: The zonal statistics plugin is a mix of vector and raster. However I think it should go the vector menu, because the vector layer is modified (raster is only an input component). I think this is a general problem: how to