<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/smime/gui, 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-10T09:12:19+00:00</updated>
<entry>
<title>Remove usages of deprecated gtk_widget_ensure_style()</title>
<updated>2014-07-10T09:12:19+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2014-07-10T09:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3c6f0c119aed61e7791cf5031b982ee270130611'/>
<id>urn:sha1:3c6f0c119aed61e7791cf5031b982ee270130611</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug 543572 - Display more information in a certificate selector</title>
<updated>2014-06-30T09:44:24+00:00</updated>
<author>
<name>Christian Schaarschmidt</name>
<email>schaarsc@gmx.de</email>
</author>
<published>2014-06-30T09:44:24+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=d252985f6fa1448283ab0f8be6508aff654af402'/>
<id>urn:sha1:d252985f6fa1448283ab0f8be6508aff654af402</id>
<content type='text'>
</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>Stop using deprecated gtk-stock items</title>
<updated>2014-02-12T19:47:07+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2014-02-12T19:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b48e21d9aa7eb16e559739b71b9d08f90dfa92be'/>
<id>urn:sha1:b48e21d9aa7eb16e559739b71b9d08f90dfa92be</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>Use GcrCertificateWidget to view certificates.</title>
<updated>2013-09-24T20:33:11+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-09-24T17:53:49+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=a2117429406dd3fb2b92c23ab6d31339696d5f6d'/>
<id>urn:sha1:a2117429406dd3fb2b92c23ab6d31339696d5f6d</id>
<content type='text'>
e_cert_manager_new_certificate_viewer() now builds a simple GtkDialog
with a GcrCertificateWidget showing details about the given ECert.
</content>
</entry>
<entry>
<title>Miscellaneous cleanups.</title>
<updated>2013-09-07T23:08:54+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-09-07T16:31:19+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3da4948c0fc1f2c21b163f0ec456b2d99c881258'/>
<id>urn:sha1:3da4948c0fc1f2c21b163f0ec456b2d99c881258</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug #705814 - Crash in certificate_viewer_new()</title>
<updated>2013-08-12T07:06:55+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2013-08-12T07:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=9b44f89c94e9d1555a529508bf86f7a3dae713f5'/>
<id>urn:sha1:9b44f89c94e9d1555a529508bf86f7a3dae713f5</id>
<content type='text'>
</content>
</entry>
</feed>
