Re: [Evolution-hackers] New plugin: reply with template

2008-06-08 Thread Diego Escalante Urrelo
On 6/8/08, Bharath Acharya <[EMAIL PROTECTED]> wrote:
> Hello,
>
>  Nice plugin. I too had done some work on this one. I'll be merging my
>  changes to your plugin and then we could commit it to trunk. Thanks.
>

Awesome, keep me updated :).
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] New plugin: reply with template

2008-06-08 Thread Bharath Acharya
Hello,

Nice plugin. I too had done some work on this one. I'll be merging my
changes to your plugin and then we could commit it to trunk. Thanks.

Regards,
--Bharath

On Wed, 2008-06-04 at 21:07 -0500, Diego Escalante Urrelo wrote:
> Hi evo hackers!
> 
> I spent the last few days hacking a plugin to reply messages with
> predefined replies, templates in my faulty english.
> 
> I don't know what would be the ideal steps to follow now, should I try
> to get it inside Evolution I guess? So far I have seen that I need to
> anyway, given that it requires full evo source to build.
> 
> I didn't want to import it in GNOME's svn because I think I should get
> it into Evolution rather than an independent module in svn, I
> published it here:
>   https://launchpad.net/evolution-templates-plugin
> 
> Code is here:
>   http://bazaar.launchpad.net/~diegoe/evolution-templates-plugin/trunk/files
> 
> And I uploaded a .deb for Ubuntu hardy, i386 here:
>   
> http://www.gnome.org/~diegoe/stuff/evolution-plugins-templates_20080604-2_i386.deb
> md5: a39118cd944032cbb844560b2a37b704
> 
> I'm anxious to get comments about it :).
> 
> greetings!
> 
> Diego
> ___
> Evolution-hackers mailing list
> Evolution-hackers@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-hackers

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] New plugin: reply with template

2008-06-04 Thread Matthew Barnes
On Wed, 2008-06-04 at 21:07 -0500, Diego Escalante Urrelo wrote:
> I spent the last few days hacking a plugin to reply messages with
> predefined replies, templates in my faulty english.

Sounds like a useful plugin and the code looks well written.

I'd suggest adopting your plugin to the new composer in Evolution 2.23,
which no longer uses Bonobo.  Instead, you can extend menus and toolbar
by way of GtkUIManager.

A new EPlugin hook called EPluginUI replaces EMenu and EPopup for
classes that use GtkUIManager.  Bug #525241 [1] introduces EPluginUI and
gives a short walkthrough of how we adapted the "Face" plugin to use it.

I wrote EPluginUI, and I'd be happy to answer any questions about it.

Matthew Barnes


[1] http://bugzilla.gnome.org/show_bug.cgi?id=525241

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers