<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-empathy/nautilus-sendto-plugin, branch archive-integration</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-empathy/'/>
<entry>
<title>Use the telepathy-account-widgets submodule instead of the internal copy</title>
<updated>2013-08-20T11:11:11+00:00</updated>
<author>
<name>Marco Barisione</name>
<email>marco.barisione@collabora.co.uk</email>
</author>
<published>2013-05-20T13:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-empathy/commit/?id=3d1021753d01d973c929c8758b11a147498377cc'/>
<id>3d1021753d01d973c929c8758b11a147498377cc</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=699492
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=699492
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up #include directives in source files</title>
<updated>2013-04-01T21:40:43+00:00</updated>
<author>
<name>Emanuele Aina</name>
<email>emanuele.aina@collabora.com</email>
</author>
<published>2013-04-01T21:21:09+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-empathy/commit/?id=0ad138fa1c21e7f58b617fe34506ee3dc3bdc695'/>
<id>0ad138fa1c21e7f58b617fe34506ee3dc3bdc695</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=697076
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=697076
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a flat namespace for internal includes</title>
<updated>2013-04-01T10:23:44+00:00</updated>
<author>
<name>Emanuele Aina</name>
<email>emanuele.aina@collabora.com</email>
</author>
<published>2013-03-28T11:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-empathy/commit/?id=15460fa9ae4e6a19e8b6e971014deb50746d90ee'/>
<id>15460fa9ae4e6a19e8b6e971014deb50746d90ee</id>
<content type='text'>
Directly add the libempathy, libempathy-gtk and extensions directories
to the include search path. This decouples header inclusions from their
location and helps when reorganizing the source files layout.

https://bugzilla.gnome.org/show_bug.cgi?id=696950
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Directly add the libempathy, libempathy-gtk and extensions directories
to the include search path. This decouples header inclusions from their
location and helps when reorganizing the source files layout.

https://bugzilla.gnome.org/show_bug.cgi?id=696950
</pre>
</div>
</content>
</entry>
<entry>
<title>Use double quotes for all internal headers</title>
<updated>2013-04-01T09:50:29+00:00</updated>
<author>
<name>Emanuele Aina</name>
<email>emanuele.aina@collabora.com</email>
</author>
<published>2013-03-28T11:15:33+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-empathy/commit/?id=2ea4af7e920798004db89ce4ab4f768b65dd2a20'/>
<id>2ea4af7e920798004db89ce4ab4f768b65dd2a20</id>
<content type='text'>
This makes a bit more obvious which headers come from public libraries
and which ones come from uninstalled utility libraries.

https://bugzilla.gnome.org/show_bug.cgi?id=696950
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes a bit more obvious which headers come from public libraries
and which ones come from uninstalled utility libraries.

https://bugzilla.gnome.org/show_bug.cgi?id=696950
</pre>
</div>
</content>
</entry>
<entry>
<title>[nst] Link against libempathy</title>
<updated>2012-10-07T09:23:05+00:00</updated>
<author>
<name>Sjoerd Simons</name>
<email>sjoerd@luon.net</email>
</author>
<published>2012-10-07T09:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-empathy/commit/?id=f5486dce8dbb842ad9edfcd89db6573f9f308ab8'/>
<id>f5486dce8dbb842ad9edfcd89db6573f9f308ab8</id>
<content type='text'>
As the nautilus-sendto-plugin uses functions from libempathy it should
link directly against it otherwise the build fails when using
-Wl,--as-needed:

.libs/empathy-nautilus-sendto.o: In function
`dup_contact_from_individual':
/tmp/buildd/empathy-3.6.0.1/nautilus-sendto-plugin/empathy-nautilus-sendto.c:73:
undefined reference to `empathy_contact_dup_best_for_action'
/tmp/buildd/empathy-3.6.0.1/nautilus-sendto-plugin/empathy-nautilus-sendto.c:78:
undefined reference to `empathy_contact_can_do_action'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As the nautilus-sendto-plugin uses functions from libempathy it should
link directly against it otherwise the build fails when using
-Wl,--as-needed:

.libs/empathy-nautilus-sendto.o: In function
`dup_contact_from_individual':
/tmp/buildd/empathy-3.6.0.1/nautilus-sendto-plugin/empathy-nautilus-sendto.c:73:
undefined reference to `empathy_contact_dup_best_for_action'
/tmp/buildd/empathy-3.6.0.1/nautilus-sendto-plugin/empathy-nautilus-sendto.c:78:
undefined reference to `empathy_contact_can_do_action'
</pre>
</div>
</content>
</entry>
<entry>
<title>include telepathy-glib.h</title>
<updated>2012-09-17T08:12:54+00:00</updated>
<author>
<name>Guillaume Desmottes</name>
<email>guillaume.desmottes@collabora.co.uk</email>
</author>
<published>2012-09-14T13:52:54+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-empathy/commit/?id=f9a38137925ff6f712afe21961614a1efb3b35ea'/>
<id>f9a38137925ff6f712afe21961614a1efb3b35ea</id>
<content type='text'>
tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to
reduce the delta with the future stable branch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to
reduce the delta with the future stable branch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed the manager from the view, relying only on the model</title>
<updated>2012-08-06T09:02:19+00:00</updated>
<author>
<name>Laurent Contzen</name>
<email>lcontzen@gmail.com</email>
</author>
<published>2012-08-04T12:38:25+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-empathy/commit/?id=b3c361fdca7f6a0bb2a63e676cd0a5d488261127'/>
<id>b3c361fdca7f6a0bb2a63e676cd0a5d488261127</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>empathy-roster-view: start using empathy-roster-model</title>
<updated>2012-07-23T07:48:42+00:00</updated>
<author>
<name>Laurent Contzen</name>
<email>lcontzen@gmail.com</email>
</author>
<published>2012-07-04T09:59:15+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-empathy/commit/?id=87511314e60d6a9c67caaed5d5fd2e3f2f3657c8'/>
<id>87511314e60d6a9c67caaed5d5fd2e3f2f3657c8</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=680302
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=680302
</pre>
</div>
</content>
</entry>
<entry>
<title>empathy-nautilus-sendto now uses a RosterView instead of EmpathyContactChooser</title>
<updated>2012-06-27T14:56:27+00:00</updated>
<author>
<name>Laurent Contzen</name>
<email>lcontzen@gmail.com</email>
</author>
<published>2012-06-25T14:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-empathy/commit/?id=539cd8f46f384fd209f6f87aa1e1add2d8197436'/>
<id>539cd8f46f384fd209f6f87aa1e1add2d8197436</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=678875
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=678875
</pre>
</div>
</content>
</entry>
<entry>
<title>build nautilus-sendto plugin with ERROR_CFLAGS</title>
<updated>2012-06-27T13:37:08+00:00</updated>
<author>
<name>Guillaume Desmottes</name>
<email>guillaume.desmottes@collabora.co.uk</email>
</author>
<published>2012-06-27T13:37:08+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-empathy/commit/?id=a4f0fc24f06f82f4792836e8e37c5d9d97e92f07'/>
<id>a4f0fc24f06f82f4792836e8e37c5d9d97e92f07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
