Re: [Evolution-hackers] 2.23.3.1 no delete shortcut?

2008-06-04 Thread Daniel Gryniewicz
Done, thanks.

Dan

(http://bugzilla.gnome.org/show_bug.cgi?id=536591)

On Wed, 2008-06-04 at 10:21 +0530, Srinivasa Ragavan wrote:
 File a bug and CC me. I'll make sure that there are no regressions in
 it.
 
 -Srini.
 On Tue, 2008-06-03 at 11:51 -0400, Daniel Gryniewicz wrote:
  Yep, that's it.  Reverting 35570 fixes the problem, and makes ctrl-d
  delete messages again.
  
  Dan
  
  On Tue, 2008-06-03 at 11:23 +0530, Srinivasa Ragavan wrote:
   But that was added to keybindings section, which was only my commit.
   
   -Srini.
   On Mon, 2008-06-02 at 23:27 -0400, Daniel Gryniewicz wrote:
I'm guessing it was revision 35571, which removed
accel=*Control*d
from ui/evolution-mail-message.xml entirely.  This is just a guess, tho.

Dan

On Tue, 2008-06-03 at 08:32 +0530, Srinivasa Ragavan wrote:
 No, It shouldn't. Did I broke something? I definitely hacked some code
 around delete, but sure that it worked well.
 
 -Srini
 On Mon, 2008-06-02 at 21:56 -0400, Daniel Gryniewicz wrote:
  Is it my imagination, or does 2.23.3.1 not have any keyboard 
  shortcut
  for delete?  Ctrl-D seems to open a save dialog now, rather than 
  delete.
  
 
  Dan
  
  ___
  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


[Evolution-hackers] New plugin: reply with template

2008-06-04 Thread Diego Escalante Urrelo
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


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