[Evolution-hackers] WebKit branch is ready

2012-03-28 Thread Daniel Vratil
Hello everyone!

WebKitGtk+ 1.8.0 with the important patch has been released last night, and so 
everything is in place now and I'm ready to break^W merge to master. The branch 
has been rebased two days ago, I will only bump the webkit dependency version 
later today.

I hereby ask you guys for review and approval for the merge. 

I'd suggest creating 4 or 5 new commits directly in master instead of actual 
git merge to avoid polluting master history with nearly 200 commits of my 
furious development :)

Cheers,

Dan
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] WebKit branch is ready

2012-03-28 Thread Matthew Barnes
On Wed, 2012-03-28 at 06:43 -0400, Daniel Vratil wrote: 
 WebKitGtk+ 1.8.0 with the important patch has been released last night,
 and so everything is in place now and I'm ready to break^W merge to
 master. The branch has been rebased two days ago, I will only bump the
 webkit dependency version later today.
 
 I hereby ask you guys for review and approval for the merge. 

Awesome!  I'm eager to try it out.

Also, do you have a blog?  Is it syndicated on Planet GNOME?  If not I
can do it, but people need to know about this and your upcoming plans
for the composer, and subsequently killing off GtkHtml once and for all.
The community has been waiting for this for years!


 I'd suggest creating 4 or 5 new commits directly in master instead of
 actual git merge to avoid polluting master history with nearly 200
 commits of my furious development :)

I'd suggest running git rebase -i HEAD~200 (or however many) on your
branch and squash the commits down yourself, and then merge the result.

Matthew Barnes


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Archive button - new feature

2012-03-28 Thread David Roguin
On Thu, Mar 22, 2012 at 5:31 PM, Matthew Barnes mbar...@redhat.com wrote:
 On Thu, 2012-03-22 at 17:17 -0300, David Roguin wrote:
 Yes, it will only show for gmail accounts. On a second thought it
 could provide a shortcut to move the emails to any specific (user
 choosen) folder

 I'm in favor of making it a generic move message to pre-defined folder
 action, automatically configured as All Mail for GMail/IMAP accounts.

 Choosing the designated archive folder would fit nicely in the
 Special Folders section of the Account Editor window, perhaps with a
 check box for users who prefer not to manage their mail like that.

Ok, it sounds great.
I have one question then, I was coding this functionality as an
extension, is it possible to add the archive folder option into the
special folders section with an extension?

-- 
David
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Archive button - new feature

2012-03-28 Thread Matthew Barnes
On Wed, 2012-03-28 at 12:17 -0300, David Roguin wrote:
 Ok, it sounds great.
 I have one question then, I was coding this functionality as an
 extension, is it possible to add the archive folder option into the
 special folders section with an extension?

At present, no.  But I've completely rewritten the account editor on a
branch I'm hoping to merge during 3.5, and I can easily add a hook for
adding your button from an extension.

What you'll wind up doing is writing another EExtension subclass that
targets this class, which is not yet in 'master' branch:

http://git.gnome.org/browse/evolution/tree/mail/e-mail-config-defaults-page.h?h=account-mgmt

Then I'll add a new function to that class for you to call to append a
new button.  Not sure exactly what it will look like yet.

Matthew Barnes


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers