<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/modules/composer-autosave, branch master</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=master</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2014-07-17T10:46:38+00:00</updated>
<entry>
<title>Add missing chain-up-s to parent's constructed() method</title>
<updated>2014-07-17T10:46:38+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2014-07-17T10:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=bcc3a1c7e641830622690116907c02b7f89183d7'/>
<id>urn:sha1:bcc3a1c7e641830622690116907c02b7f89183d7</id>
<content type='text'>
Plus a little code cleanup for easier grepping.
</content>
</entry>
<entry>
<title>Bug 540362: [webkit-composer] Use webkit for composer</title>
<updated>2014-06-09T14:32:25+00:00</updated>
<author>
<name>Tomas Popela</name>
<email>tpopela@redhat.com</email>
</author>
<published>2014-06-09T14:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8650fb139a9143f04615de74ff569bce3e0c4ce3'/>
<id>urn:sha1:8650fb139a9143f04615de74ff569bce3e0c4ce3</id>
<content type='text'>
Merge wip/webkit-composer branch into master.
</content>
</entry>
<entry>
<title>Ignore false GObject property change notifications</title>
<updated>2014-06-04T17:46:25+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2014-06-04T17:46:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=2f3fbdd6c6ff42a6c71ebe1d1d78108affe59d0f'/>
<id>urn:sha1:2f3fbdd6c6ff42a6c71ebe1d1d78108affe59d0f</id>
<content type='text'>
This is related to bug 698275, which did not cover all cases.
The problem here is that the dconf can in certain situation claim
that everything changed (path "/" changed), which GSettingsBinding
propagates to a GObject property unconditionally and GObject's
property setter (g_object_set_property()) also notifies about
the property change unconditionally, despite the real descendant
property setter properly checks for the value change. After all
these false notifications a callback on "notify" signal is called
and possibly an expensive operation is run.

Checking whether the value really changed helps in performance, for
which were added new e-util functions:
   e_signal_connect_notify()
   e_signal_connect_notify_after()
   e_signal_connect_notify_swapped()
   e_signal_connect_notify_object()
which have the same prototype as their GLib counterparts, but they allow
only "notify::..." signals and they test whether the value really changed
before they call the registered callback.
</content>
</entry>
<entry>
<title>Add an --enable-code-coverage configure option to enable gcov support</title>
<updated>2014-03-25T11:04:58+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2014-03-25T11:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8692b1cb72654888f0dab31843bdf05d3ac2a888'/>
<id>urn:sha1:8692b1cb72654888f0dab31843bdf05d3ac2a888</id>
<content type='text'>
When enabled, this will compile all libraries/binaries with the necessary
gcc and ld flags to enable code coverage support using gcov.
</content>
</entry>
<entry>
<title>Fix return values in a few functions</title>
<updated>2014-01-21T19:10:47+00:00</updated>
<author>
<name>Kjartan Maraas</name>
<email>kmaraas@gnome.org</email>
</author>
<published>2013-10-30T17:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=51b3d7a000b3c5ff9ebadaaf6ea42857b888c483'/>
<id>urn:sha1:51b3d7a000b3c5ff9ebadaaf6ea42857b888c483</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug 721545 - License text contains obsolete FSF postal address</title>
<updated>2014-01-07T21:05:51+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2014-01-07T19:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b21733d06715597b189c4271a2e9d625f5fc2345'/>
<id>urn:sha1:b21733d06715597b189c4271a2e9d625f5fc2345</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug 712668 - Disable message recovery after initial scan</title>
<updated>2013-11-25T20:38:30+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-11-25T20:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=66923efa0ce1cb1d00440010b461ad463a200186'/>
<id>urn:sha1:66923efa0ce1cb1d00440010b461ad463a200186</id>
<content type='text'>
This prevents Evolution from prompting to restore what it thinks are
orphaned messages during an Evolution session.  This is triggered by
a shell window emitting another "map-event" signal for some reason.

Some GNOME Shell users have reported seeing this.
</content>
</entry>
<entry>
<title>composer-autosave: Miscellaneous cleanups.</title>
<updated>2013-11-25T20:38:30+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-11-25T17:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=2a69370d81d5adf74450ef19b36d9e7e400ff4d5'/>
<id>urn:sha1:2a69370d81d5adf74450ef19b36d9e7e400ff4d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug 710797 - Name all the timeouts added with g_timeout_add()</title>
<updated>2013-10-29T19:22:35+00:00</updated>
<author>
<name>Bastien Nocera</name>
<email>hadess@hadess.net</email>
</author>
<published>2013-10-29T18:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=bc0d5d40ed39c92dcdf62ae891a2e99c25237d74'/>
<id>urn:sha1:bc0d5d40ed39c92dcdf62ae891a2e99c25237d74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename libcomposer to libevolution-mail-composer.</title>
<updated>2013-05-28T13:56:30+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-05-28T01:35:13+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=9bfe38c419c7b864b4e1a5f4f2b50416a1e08e41'/>
<id>urn:sha1:9bfe38c419c7b864b4e1a5f4f2b50416a1e08e41</id>
<content type='text'>
To make Evolution's shared libraries more consistent.

Also add an evolution-mail-composer documentation module.
</content>
</entry>
</feed>
