<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Raphaël Slinckx &#187; collabora</title>
	<atom:link href="http://raphael.slinckx.net/blog/tag/collabora/feed" rel="self" type="application/rss+xml" />
	<link>http://raphael.slinckx.net/blog</link>
	<description>a.k.a kikidonk — Scabreusement Hype</description>
	<lastBuildDate>Tue, 22 Apr 2008 12:35:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Megaphone Applet</title>
		<link>http://raphael.slinckx.net/blog/2007-08-09/megaphone-applet</link>
		<comments>http://raphael.slinckx.net/blog/2007-08-09/megaphone-applet#comments</comments>
		<pubDate>Wed, 08 Aug 2007 22:37:36 +0000</pubDate>
		<dc:creator>Raphaël Slinckx</dc:creator>
				<category><![CDATA[Planet Gnome]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[collabora]]></category>
		<category><![CDATA[empathy]]></category>
		<category><![CDATA[guadec]]></category>
		<category><![CDATA[megaphone]]></category>
		<category><![CDATA[telepathy]]></category>

		<guid isPermaLink="false">http://raphael.slinckx.net/blog/2007-08-09/megaphone-applet</guid>
		<description><![CDATA[Today, I finished hacking together a &#8216;person&#8217; applet, using &#8211; of course &#8211; Telepathy and the excellent Empathy&#8217;s libraries created by Xavier Claessens. While I&#8217;m at it, you can read more on telepathy and empathy in my GUADEC 2007 talk (also see my pictures on flickr). Here&#8217;s what it looks like: The right-hand panel contains [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I finished hacking together a &#8216;person&#8217; applet, using &#8211; of course &#8211; <a href="http://telepathy.freedesktop.org">Telepathy</a> and the excellent <a href="http://live.gnome.org/Empathy">Empathy&#8217;s</a> libraries created by <a href="http://blogs.gnome.org/xclaesse">Xavier Claessens</a>.</p>
<p class="screenshot"> <img src="http://farm2.static.flickr.com/1239/975798027_453a144a91.jpg" alt="Xavier Claessens" /></p>
<p>While I&#8217;m at it, you can read more on telepathy and empathy in my <a href="http://raphael.slinckx.net/files/telepathy-guadec-2007.pdf">GUADEC 2007 talk</a> (also see my <a href="http://www.flickr.com/photos/kikidonk/sets/72157601197163101/">pictures on flickr</a>).</p>
<p>Here&#8217;s what it looks like:</p>
<p class="screenshot"> <img src="http://raphael.slinckx.net/images/megaphone-applet-1.png" alt="Megaphone Applet screenshot" /></p>
<p>The right-hand panel contains a number of megaphone applet instances, one for each contact I often talk to. If I click on the avatar (or the generic contact icon) it creates a text chat. The beauty of Telepathy is that the text chat will be handled by my favorite text chatting application, in this case Empathy itself, but it could be konqueror or whatever other program capable of handling text chats.</p>
<p>The first time the applet is added, you can choose a contact to be displayed. The contact chooser re-uses the empathy contact list as found in libempathy-gtk. Simply find your contact in the list, click ok and you&#8217;re set.</p>
<p>The applet also offers an &#8216;Information&#8217; dialog, taken again from libempathy-gtk that allows you to view and edit the contact vcard, and edit the groups to which it belongs.</p>
<p>And amazingly, the applet only has 570 lines of C code and that includes the gobject and applet boilerplate&#8230;</p>
<p>In completely unrelated and old news, we got our <a href="http://www.vuntz.net/journal/2007/07/20/442-guadec-telegram-2">traditional gourmet restaurant</a> with vincent, xavier and cédric at Birmingham. Delightful!</p>
<p class="screenshot"> <img src="http://farm2.static.flickr.com/1421/976814806_2da149c868.jpg" alt="Gourmet Restaurant" /></p>
<p>Vincent certainly seems to enjoy the moment !</p>
]]></content:encoded>
			<wfw:commentRss>http://raphael.slinckx.net/blog/2007-08-09/megaphone-applet/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>DBus Testing Framework</title>
		<link>http://raphael.slinckx.net/blog/2006-03-06/dbus-testing-framework</link>
		<comments>http://raphael.slinckx.net/blog/2006-03-06/dbus-testing-framework#comments</comments>
		<pubDate>Mon, 06 Mar 2006 00:18:44 +0000</pubDate>
		<dc:creator>Raphaël Slinckx</dc:creator>
				<category><![CDATA[Planet Gnome]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[collabora]]></category>
		<category><![CDATA[dbus]]></category>
		<category><![CDATA[telepathy]]></category>

		<guid isPermaLink="false">http://raphael.slinckx.net/blog/2006-03-06/dbus-testing-framework</guid>
		<description><![CDATA[Hello dbus coders out here, i&#8217;m pleased to announce the first release of a dbus testing framework. What is it ? You may know that testing dbus services or debugging dbus clients is not always easy since it involves creating services and wiring up things you don&#8217;t really want to do in a test script. [...]]]></description>
			<content:encoded><![CDATA[<p>Hello dbus coders out here, i&#8217;m pleased to announce the first release of a dbus testing framework.</p>
<h3>What is it ?</h3>
<p>You may know that testing dbus services or debugging dbus clients is not always easy since it involves creating services and wiring up things you don&#8217;t really want to do in a test script.</p>
<p>This framework (quite a buzzword) allows you to easily setup and run dbus services and clients in a linear python script.</p>
<p>Originally written for the <a href="http://telepathy.freedesktop.org">telepathy framework</a> (a inter process communication framework aiming to bring conversation as first-class desktop citizen) (don&#8217;t laugh rob), an heavy consumer of dbus stuff, and sponsored by <a href="http://projects.collabora.co.uk">Collabora</a>.</p>
<h3>Libnotify Sample</h3>
<p>Just to have a teaser, here is a libnotify test sample, it opens a notification bubble and then close it and checks that the closing reason and id is correct:</p>
<pre>self["notif"] = ("org.freedesktop.Notifications",
"/org/freedesktop/Notifications",
"org.freedesktop.Notifications")

id = self["notif"]["Notify"].call("notifname", 0, "", "title", "content",[],{}, 0)

self["notif"]["NotificationClosed"].listen()
self["notif"]["CloseNotification"].call(id)
results = self["notif"]["NotificationClosed"].wait()

assert results[0] == id</pre>
<h3>Documentation and download</h3>
<p>You can access the <a href="http://raphael.slinckx.net/dbustesting.php">full explanation and tutorial and documentation on this page</a>. For the moment the framework is a single <a href="http://raphael.slinckx.net/files/dbustesting.py">python file available here</a> and you can download the <a href="http://raphael.slinckx.net/files/dbustesting-sample.py">sample tests file</a> to get an idea of what kind of scripts can be written.</p>
]]></content:encoded>
			<wfw:commentRss>http://raphael.slinckx.net/blog/2006-03-06/dbus-testing-framework/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

