<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/modules, branch archive-integration</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=archive-integration</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=archive-integration'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2013-08-03T13:21:51+00:00</updated>
<entry>
<title>Fix sidebar message counts for real Junk / Trash folders.</title>
<updated>2013-08-03T13:21:51+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-08-03T08:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=20a97f4d617ed15d752c127c4bbe3d1e2e5bbba9'/>
<id>urn:sha1:20a97f4d617ed15d752c127c4bbe3d1e2e5bbba9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug 704861 - Runtime warning in calendar module</title>
<updated>2013-07-29T11:12:38+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-07-29T11:12:38+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=e9c6ceda77ad0849bdd6798285d1fe48334a57f9'/>
<id>urn:sha1:e9c6ceda77ad0849bdd6798285d1fe48334a57f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Miscellaneous cleanups.</title>
<updated>2013-07-28T02:39:37+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-07-28T02:39:37+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8fe17523da287ebf38278da806b4be6b3b838d15'/>
<id>urn:sha1:8fe17523da287ebf38278da806b4be6b3b838d15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add e_web_view_cursor_image_copy().</title>
<updated>2013-07-28T01:24:01+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-07-26T13:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3eda7a50de7059e7898944d74ab1fc7c707e089b'/>
<id>urn:sha1:3eda7a50de7059e7898944d74ab1fc7c707e089b</id>
<content type='text'>
Asynchronously copies the image under the cursor to the clipboard.

This replaces the "cursor-image" property, which attempts to match the
image URI to a subresource from WebKitWebDataSource.  The problem with
that approach is EMailDisplay redirects several URI schemes to its own
custom request handlers which further mutate the URI.  So for example,
a text/html message may use a "cid:" URI to refer to an embedded image,
which EMailDisplay transforms to a "mail:" URI and finally to a "data:"
URI.  The final image URI might not be derivable from the original URI
without retracing the SoupRequest.

The "image-copy" action now calls e_web_view_cursor_image_copy().

This also adds an explicit requirement on gdk-pixbuf-2.0 &gt;= 2.24 for
gdk_pixbuf_new_from_stream_async() / finish().

New functions:

  e_web_view_cursor_image_copy()

Removed functions:

  e_web_view_get_cursor_image()
  e_web_view_set_cursor_image()
</content>
</entry>
<entry>
<title>Rename e_mail_display_set_parts_list().</title>
<updated>2013-07-27T06:16:47+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-07-22T14:08:17+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3f3ae7f2c89484a7e852791d3ead1b1f73f1b817'/>
<id>urn:sha1:3f3ae7f2c89484a7e852791d3ead1b1f73f1b817</id>
<content type='text'>
Rename to e_mail_display_set_part_list().

Function takes an EMailPartList, not an "EMailPartsList".
</content>
</entry>
<entry>
<title>Rename e_mail_display_get_parts_list().</title>
<updated>2013-07-26T12:16:39+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-07-22T14:05:59+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=a8d2cba23a386286ba43266420654e57eb9bc954'/>
<id>urn:sha1:a8d2cba23a386286ba43266420654e57eb9bc954</id>
<content type='text'>
Rename to e_mail_display_get_part_list().

Function returns an EMailPartList, not an "EMailPartsList".
</content>
</entry>
<entry>
<title>ETaskShellView: Disconnect all signal handlers in dispose().</title>
<updated>2013-07-20T13:07:43+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-07-19T21:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=d0ed242a2483fe56dbbd50c42059fd23327d8c49'/>
<id>urn:sha1:d0ed242a2483fe56dbbd50c42059fd23327d8c49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EMemoShellView: Disconnect all signal handlers in dispose().</title>
<updated>2013-07-20T13:07:43+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-07-19T19:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=0ad9e247441b2c21f46fc7d2fdc2b66cea6740fc'/>
<id>urn:sha1:0ad9e247441b2c21f46fc7d2fdc2b66cea6740fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ECalShellView: Disconnect all signal handlers in dispose().</title>
<updated>2013-07-20T13:07:43+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-07-20T13:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3b7efa149ac541e24e6e4ae54bdda4b0ecd6936d'/>
<id>urn:sha1:3b7efa149ac541e24e6e4ae54bdda4b0ecd6936d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug #703153 - Forgotten signal callbacks for freed objects</title>
<updated>2013-07-19T15:43:46+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2013-07-19T15:43:08+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=7a05cf2cf74ceb5c5bb950f42475ab4ff3acba74'/>
<id>urn:sha1:7a05cf2cf74ceb5c5bb950f42475ab4ff3acba74</id>
<content type='text'>
</content>
</entry>
</feed>
