Re: [Qgis-developer] osgearth/globe - osg plugins?

2011-07-25 Thread Marco Bernasocchi
Hi William, On 07/25/2011 03:11 AM, William Kyngesburye wrote: I finally worked through OSG and osgEarth compilation on OS X and have the Qgis Globe plugin apparently working. Now I'm working on bundling of osg/osgEarth in the application for distribution, and I have a couple questions. Does

Re: [Qgis-developer] QGIS API: add new SRS to DataBase

2011-07-25 Thread Giuseppe Sucameli
Hi Romain, On Mon, Jul 25, 2011 at 6:17 AM, romain romain.riviere@gmail.comwrote: I'd like to allow my plugin's users to be able to create a new SRS ( from a proj4 string or wkt) within the plugin, and save it to QGIS srs DataBAse. You can use the QgsCoordinateReferenceSystem class and

[Qgis-developer] Band issues on raster images

2011-07-25 Thread Quinton Erasmus
I am having trouble getting the names of all the bands. When I return the band names all I get is: Band 1, Band 2, Band 3 etc... My question is thus is Band 1 always the red band and Band 2 always Green (for instance). -- Even though no paper was used during the send of this message, a few

Re: [Qgis-developer] osgearth/globe - osg plugins?

2011-07-25 Thread William Kyngesburye
On Jul 25, 2011, at 3:48 AM, Marco Bernasocchi wrote: Hi William, On 07/25/2011 03:11 AM, William Kyngesburye wrote: I finally worked through OSG and osgEarth compilation on OS X and have the Qgis Globe plugin apparently working. Now I'm working on bundling of osg/osgEarth in the

Re: [Qgis-developer] Re: python plugin and layer properties window

2011-07-25 Thread Marco Hugentobler
Hi Michael Thanks for the notification, the signals are changed now. Regards, Marco Am Montag, 25. Juli 2011, 15.29:33 schrieb Michael Pfeiffer: Hey Marco, is it possible that the signals are inverted? /void QgsComposerView::hideEvent( QHideEvent* e ) { emit( composerViewShow( this )

[Qgis-developer] QGIS

2011-07-25 Thread Akshay Ojha
Hi, I am a complete newbie to QGIS i want to develop C++ plugins in QGIS. I have integrated Qt to ECLIPSE IDE and i want to use QGIS library in it. How can i do it? I installed QGIS on windows using Standalone Installer. Do i need to build it to use its library in ECLIPSE IDE? Any help will be

Re: [Qgis-developer] QGIS

2011-07-25 Thread Paolo Cavallini
Il 25/07/2011 18:12, Akshay Ojha ha scritto: Hi, I am a complete newbie to QGIS i want to develop C++ plugins in QGIS. I have integrated Qt to ECLIPSE IDE and i want to use QGIS library in it. How can i do it? I installed QGIS on windows using Standalone Installer. Do i need to build it

Re: [Qgis-developer] QGIS

2011-07-25 Thread Alexander Bruy
Hi, Did you read Coding and Compilation Guide [1]? You can find useful info about creating plugins in it. Also I suggest you to use Python for plugins. [1] http://download.osgeo.org/qgis/doc/manual/qgis-1.6.0_coding-compilation_guide_en.pdf 2011/7/25 Akshay Ojha akshayojha...@gmail.com: Hi,

[Qgis-developer] Running QGIS from build directory

2011-07-25 Thread Martin Dobias
Hi devs finally I got this done: ability to run QGIS directly from the directory where you build it. No need to run 'make install' everytime as it was necessary before. Now it is possible to run/debug QGIS from your favourite IDE without having to add additional install steps and/or set custom

Re: [Qgis-developer] QGIS API: add new SRS to DataBase

2011-07-25 Thread romain riviere
Thanks ! That's exactly what I needed Romain, * * 2011/7/26 Giuseppe Sucameli sucam...@faunalia.it Hi Romain, On Mon, Jul 25, 2011 at 6:17 AM, romain romain.riviere@gmail.comwrote: I'd like to allow my plugin's users to be able to create a new SRS ( from a proj4 string or wkt)