[Evolution-hackers] Out of tree plugins

2005-04-07 Thread Thomas Cataldo
Hi, I'm trying to create a plugin that adds a popup menu to an e-cal source. The -dev from my distribution (debian) does not include e-cal-popup.h. I rebuilt it with --enable-plugins=base but then I realized that those headers are not install by the standard evo build process. So right now the

Re: [Evolution-hackers] Out of tree plugins

2005-04-07 Thread JP Rosevear
On Thu, 2005-04-07 at 11:11 +0200, Thomas Cataldo wrote: Hi, I'm trying to create a plugin that adds a popup menu to an e-cal source. The -dev from my distribution (debian) does not include e-cal-popup.h. I rebuilt it with --enable-plugins=base but then I realized that those headers are

Re: [Evolution-hackers] Out of tree plugins

2005-04-07 Thread Thomas Cataldo
On Thu, 2005-04-07 at 08:57 -0400, JP Rosevear wrote: On Thu, 2005-04-07 at 11:11 +0200, Thomas Cataldo wrote: Hi, I'm trying to create a plugin that adds a popup menu to an e-cal source. The -dev from my distribution (debian) does not include e-cal-popup.h. I rebuilt it with

Re: [Evolution-hackers] Out of tree plugins

2005-04-07 Thread Rodney Dawes
You can copy the necessary uninstalled header files to your plug-in's source tree for the time being I think. AFAIK, the popup bits are the biggest problem here, because you need to get at the object data for the callback. I did this for my (still incomplete) Vonage voip calling plug-in. -- dobey

Re: [Evolution-hackers] Out of tree plugins

2005-04-07 Thread JP Rosevear
On Thu, 2005-04-07 at 16:29 +0200, Thomas Cataldo wrote: On Thu, 2005-04-07 at 08:57 -0400, JP Rosevear wrote: On Thu, 2005-04-07 at 11:11 +0200, Thomas Cataldo wrote: Hi, I'm trying to create a plugin that adds a popup menu to an e-cal source. The -dev from my distribution

Re: [Evolution-hackers] Out of tree plugins

2005-04-07 Thread Not Zed
Am I missing something ? You are not, we are working towards this for 2.4 however. And would you accept patches to install some of the plugin headers ? Notzed would have to answer for sure, but in general yes we'd probably take these. Yes in general we would accept these.