How to add new plug-in to QGIS

4 messages Options
Embed this post
Permalink
Jeevan Reddy-2

How to add new plug-in to QGIS

Reply Threaded More More options
Print post
Permalink
Hi List,
I am trying to building QGIS in windows.
I want to add a new plugin. Shall I take the recent QGIS.exe or QGIS Source code.
If I need to work with QGIS Source code,  could you please tell me how to download the QGIS Source from SVN.
I am  facing problems to build the QGIS in windows.
Please tell the easy way to create a new plugin.  
How it will create dll file.Give your sourcecode for compilation.

Thanking you in advance,

Best Regards
Jeevan
_______________________________________________
Qgis-developer mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/qgis-developer
Henri De Feraudy

Re: How to add new plug-in to QGIS

Reply Threaded More More options
Print post
Permalink
Hi Jeevan,
  I am perhaps more a newbie than you. In the coming weeks I will hopefully be able to write my own. With the coming hackfest the QGis community will probably be very busy.
Now you havent answered my question about Qt. Are you reasonably familiar with that?
Henri


--- On Tue, 11/3/09, Jeevan Reddy <[hidden email]> wrote:

> From: Jeevan Reddy <[hidden email]>
> Subject: Re: Fw: [Qgis-developer] How to add new plug-in to QGIS
> To: "Henri De Feraudy" <[hidden email]>
> Date: Tuesday, November 3, 2009, 8:20 AM
> Dear Henri,
> Thank you for your reply.
> I am familiar with C++, VC++.
> I want to write a C++ plug-in . I have read the qgis
> documentation.
> I have an idea about cross platform CMake.
>
> Could you please help me out.
>
>
> Thanking you very much,
>
> Regards
> Jeevan
>
> On Tue, Nov 3, 2009 at 12:03 PM,
> Henri De Feraudy <[hidden email]>
> wrote:
>
> A few questions:
>
>   Are you familiar with Qt programming?
>
>   Do you want to write your plugin in C++ or Python?
>
>   Have you read the  coding and compilation guide here:
>
> http://www.qgis.org/en/documentation/manuals.html
>
> Are you using Microsoft Visual C++?
>
> Do you know how to use CMake?
>
> Henri
>
>
>
> --- On Tue, 11/3/09, Jeevan Reddy <[hidden email]>
> wrote:
>
>
>
> > From: Jeevan Reddy <[hidden email]>
>
> > Subject: [Qgis-developer] How to add new plug-in to
> QGIS
>
> > To: [hidden email]
>
> > Date: Tuesday, November 3, 2009, 7:22 AM
>
> > Hi List,
>
> > I am trying to building QGIS in windows.
>
> > I want to add a new plugin. Shall I take the recent
>
> > QGIS.exe or QGIS Source code.
>
> > If I need to work with QGIS Source code,  could you
> please
>
> > tell me how to download the QGIS Source from SVN.
>
> >
>
> >
>
> > I am  facing problems to build the QGIS in windows.
>
> > Please tell the easy way to create a new plugin.  
>
> > How it will create dll file.Give your sourcecode for
>
> > compilation.
>
> >
>
> > Thanking you in advance,
>
> >
>
> > Best Regards
>
> >
>
> >
>
> > Jeevan
>
> >
>
> > -----Inline Attachment Follows-----
>
> >
>
> > _______________________________________________
>
> > Qgis-developer mailing list
>
> > [hidden email]
>
> > http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
> >
>
> _______________________________________________
>
> Qgis-developer mailing list
>
> [hidden email]
>
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
>
>
>
_______________________________________________
Qgis-developer mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/qgis-developer
Florian Hillen

Re: How to add new plug-in to QGIS

Reply Threaded More More options
Print post
Permalink
Hi Jeevan,

maybe my tutorial may help you:
http://www.florianhillen.de/qgis-tutorial-en.html

Best regards,
Florian


> Hi Jeevan,
>   I am perhaps more a newbie than you. In the coming weeks I will
> hopefully be able to write my own. With the coming hackfest the QGis
> community will probably be very busy.
> Now you havent answered my question about Qt. Are you reasonably familiar
> with that?
> Henri
>
>
> --- On Tue, 11/3/09, Jeevan Reddy <[hidden email]> wrote:
>
>> From: Jeevan Reddy <[hidden email]>
>> Subject: Re: Fw: [Qgis-developer] How to add new plug-in to QGIS
>> To: "Henri De Feraudy" <[hidden email]>
>> Date: Tuesday, November 3, 2009, 8:20 AM
>> Dear Henri,
>> Thank you for your reply.
>> I am familiar with C++, VC++.
>> I want to write a C++ plug-in . I have read the qgis
>> documentation.
>> I have an idea about cross platform CMake.
>>
>> Could you please help me out.
>>
>>
>> Thanking you very much,
>>
>> Regards
>> Jeevan
>>
>> On Tue, Nov 3, 2009 at 12:03 PM,
>> Henri De Feraudy <[hidden email]>
>> wrote:
>>
>> A few questions:
>>
>>   Are you familiar with Qt programming?
>>
>>   Do you want to write your plugin in C++ or Python?
>>
>>   Have you read the  coding and compilation guide here:
>>
>> http://www.qgis.org/en/documentation/manuals.html
>>
>> Are you using Microsoft Visual C++?
>>
>> Do you know how to use CMake?
>>
>> Henri
>>
>>
>>
>> --- On Tue, 11/3/09, Jeevan Reddy <[hidden email]>
>> wrote:
>>
>>
>>
>> > From: Jeevan Reddy <[hidden email]>
>>
>> > Subject: [Qgis-developer] How to add new plug-in to
>> QGIS
>>
>> > To: [hidden email]
>>
>> > Date: Tuesday, November 3, 2009, 7:22 AM
>>
>> > Hi List,
>>
>> > I am trying to building QGIS in windows.
>>
>> > I want to add a new plugin. Shall I take the recent
>>
>> > QGIS.exe or QGIS Source code.
>>
>> > If I need to work with QGIS Source code,  could you
>> please
>>
>> > tell me how to download the QGIS Source from SVN.
>>
>> >
>>
>> >
>>
>> > I am  facing problems to build the QGIS in windows.
>>
>> > Please tell the easy way to create a new plugin.  
>>
>> > How it will create dll file.Give your sourcecode for
>>
>> > compilation.
>>
>> >
>>
>> > Thanking you in advance,
>>
>> >
>>
>> > Best Regards
>>
>> >
>>
>> >
>>
>> > Jeevan
>>
>> >
>>
>> > -----Inline Attachment Follows-----
>>
>> >
>>
>> > _______________________________________________
>>
>> > Qgis-developer mailing list
>>
>> > [hidden email]
>>
>> > http://lists.osgeo.org/mailman/listinfo/qgis-developer
>>
>> >
>>
>> _______________________________________________
>>
>> Qgis-developer mailing list
>>
>> [hidden email]
>>
>> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>>
>>
>>
>>
> _______________________________________________
> Qgis-developer mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
>

_______________________________________________
Qgis-developer mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/qgis-developer
Henri De Feraudy

Re: How to add new plug-in to QGIS

Reply Threaded More More options
Print post
Permalink
In reply to this post by Jeevan Reddy-2
Florian,
  This tutorial looks very helpful indeed.
  Have you managed to get the first application that Tim Sutton described in his tutorials? It uses the QGis libraries to make a little Widget which loads a layer of points.
regards
Henri


--- On Tue, 11/3/09, Florian Hillen <[hidden email]> wrote:

> From: Florian Hillen <[hidden email]>
> Subject: Re: [Qgis-developer] How to add new plug-in to QGIS
> To: [hidden email]
> Date: Tuesday, November 3, 2009, 11:00 AM
> Hi Jeevan,
>
> maybe my tutorial may help you:
> http://www.florianhillen.de/qgis-tutorial-en.html
>
> Best regards,
> Florian
>
>
> > Hi Jeevan,
> >   I am perhaps more a newbie than you.
> In the coming weeks I will
> > hopefully be able to write my own. With the coming
> hackfest the QGis
> > community will probably be very busy.
> > Now you havent answered my question about Qt. Are you
> reasonably familiar
> > with that?
> > Henri
> >
> >
> > --- On Tue, 11/3/09, Jeevan Reddy <[hidden email]>
> wrote:
> >
> >> From: Jeevan Reddy <[hidden email]>
> >> Subject: Re: Fw: [Qgis-developer] How to add new
> plug-in to QGIS
> >> To: "Henri De Feraudy" <[hidden email]>
> >> Date: Tuesday, November 3, 2009, 8:20 AM
> >> Dear Henri,
> >> Thank you for your reply.
> >> I am familiar with C++, VC++.
> >> I want to write a C++ plug-in . I have read the
> qgis
> >> documentation.
> >> I have an idea about cross platform CMake.
> >>
> >> Could you please help me out.
> >>
> >>
> >> Thanking you very much,
> >>
> >> Regards
> >> Jeevan
> >>
> >> On Tue, Nov 3, 2009 at 12:03 PM,
> >> Henri De Feraudy <[hidden email]>
> >> wrote:
> >>
> >> A few questions:
> >>
> >>   Are you familiar with Qt programming?
> >>
> >>   Do you want to write your plugin in C++ or
> Python?
> >>
> >>   Have you read the  coding and compilation
> guide here:
> >>
> >> http://www.qgis.org/en/documentation/manuals.html
> >>
> >> Are you using Microsoft Visual C++?
> >>
> >> Do you know how to use CMake?
> >>
> >> Henri
> >>
> >>
> >>
> >> --- On Tue, 11/3/09, Jeevan Reddy <[hidden email]>
> >> wrote:
> >>
> >>
> >>
> >> > From: Jeevan Reddy <[hidden email]>
> >>
> >> > Subject: [Qgis-developer] How to add new
> plug-in to
> >> QGIS
> >>
> >> > To: [hidden email]
> >>
> >> > Date: Tuesday, November 3, 2009, 7:22 AM
> >>
> >> > Hi List,
> >>
> >> > I am trying to building QGIS in windows.
> >>
> >> > I want to add a new plugin. Shall I take the
> recent
> >>
> >> > QGIS.exe or QGIS Source code.
> >>
> >> > If I need to work with QGIS Source code, 
> could you
> >> please
> >>
> >> > tell me how to download the QGIS Source from
> SVN.
> >>
> >> >
> >>
> >> >
> >>
> >> > I am  facing problems to build the QGIS in
> windows.
> >>
> >> > Please tell the easy way to create a new
> plugin.  
> >>
> >> > How it will create dll file.Give your
> sourcecode for
> >>
> >> > compilation.
> >>
> >> >
> >>
> >> > Thanking you in advance,
> >>
> >> >
> >>
> >> > Best Regards
> >>
> >> >
> >>
> >> >
> >>
> >> > Jeevan
> >>
> >> >
> >>
> >> > -----Inline Attachment Follows-----
> >>
> >> >
> >>
> >> >
> _______________________________________________
> >>
> >> > Qgis-developer mailing list
> >>
> >> > [hidden email]
> >>
> >> > http://lists.osgeo.org/mailman/listinfo/qgis-developer
> >>
> >> >
> >>
> >> _______________________________________________
> >>
> >> Qgis-developer mailing list
> >>
> >> [hidden email]
> >>
> >> http://lists.osgeo.org/mailman/listinfo/qgis-developer
> >>
> >>
> >>
> >>
> > _______________________________________________
> > Qgis-developer mailing list
> > [hidden email]
> > http://lists.osgeo.org/mailman/listinfo/qgis-developer
> >
> >
>
> _______________________________________________
> Qgis-developer mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
_______________________________________________
Qgis-developer mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/qgis-developer