<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libayatana-indicator/libindicator, branch 0.3.91-0ubuntu1</title>
<subtitle>Ayatana Indicators Shared Library
</subtitle>
<id>https://cgit.arctica-project.org/libayatana-indicator/atom?h=0.3.91-0ubuntu1</id>
<link rel='self' href='https://cgit.arctica-project.org/libayatana-indicator/atom?h=0.3.91-0ubuntu1'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-indicator/'/>
<updated>2011-07-12T19:35:40+00:00</updated>
<entry>
<title>* Upstream Merge</title>
<updated>2011-07-12T19:35:40+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-07-12T19:35:40+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-indicator/commit/?id=45d7404d935971df085f81906ae8463f88aa79b0'/>
<id>urn:sha1:45d7404d935971df085f81906ae8463f88aa79b0</id>
<content type='text'>
  * Watching new services when the name switches
</content>
</entry>
<entry>
<title>Watching when we do name switches</title>
<updated>2011-07-12T19:34:50+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-07-12T19:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-indicator/commit/?id=2e66ca5c013f2f37fc274c9d02b714fe6d21928e'/>
<id>urn:sha1:2e66ca5c013f2f37fc274c9d02b714fe6d21928e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding a replace mode for testing indicator services</title>
<updated>2011-07-12T15:56:46+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-07-12T15:56:46+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-indicator/commit/?id=37c5aa9d9a4fd9f56c34ccdba3efe4e76259fb96'/>
<id>urn:sha1:37c5aa9d9a4fd9f56c34ccdba3efe4e76259fb96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>  * Fixing watchers hashtable to detect when we have none</title>
<updated>2011-07-12T15:55:10+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-07-12T15:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-indicator/commit/?id=522f3c07a04ba5a18c830db28054e93c5c7d4d38'/>
<id>urn:sha1:522f3c07a04ba5a18c830db28054e93c5c7d4d38</id>
<content type='text'>
  * Fix testing so no tests are XFAIL anymore
</content>
</entry>
<entry>
<title>* Upstream Merge</title>
<updated>2011-07-12T15:54:18+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-07-12T15:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-indicator/commit/?id=3d6738fd9d121eb66fcaa1fd57f78dd9b4db378b'/>
<id>urn:sha1:3d6738fd9d121eb66fcaa1fd57f78dd9b4db378b</id>
<content type='text'>
  * Fix signals with NULL entries in the loader
  * Adding a comment for setting up debugging options
  * Adding annotations for GIR files
</content>
</entry>
<entry>
<title>Adding in the shutdown function</title>
<updated>2011-07-12T15:46:35+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-07-12T15:46:35+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-indicator/commit/?id=1838bfc6981fec3b0131e28cdbddb9cb4e4b0ec8'/>
<id>urn:sha1:1838bfc6981fec3b0131e28cdbddb9cb4e4b0ec8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In replace mode we need to ask the other guy to shutdown and still wait for the name a bit.</title>
<updated>2011-07-12T15:43:45+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-07-12T15:43:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-indicator/commit/?id=5de36e3edb6286f9768ac6aa3c96616b6522efe3'/>
<id>urn:sha1:5de36e3edb6286f9768ac6aa3c96616b6522efe3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding in a property for being in replace mode</title>
<updated>2011-07-12T15:14:12+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-07-12T15:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-indicator/commit/?id=b412bfe918592d1986743e52d967205395788da3'/>
<id>urn:sha1:b412bfe918592d1986743e52d967205395788da3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleaning up removal of watchers as the string was getting free'd before it could get used to remove the entry from the hashtable.  Now using a destroy function as that is possible with GDBus but wasn't with dbus-glib</title>
<updated>2011-07-11T22:01:12+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-07-11T22:01:12+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-indicator/commit/?id=64c3e2e2ba1ddcaac62e6ec50f414abd51e6b3d9'/>
<id>urn:sha1:64c3e2e2ba1ddcaac62e6ec50f414abd51e6b3d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the PC file instead of replace it</title>
<updated>2011-07-11T21:06:10+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-07-11T21:06:10+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/libayatana-indicator/commit/?id=0c3a68569683c34c08ae9bf8183bcd360c175fb7'/>
<id>urn:sha1:0c3a68569683c34c08ae9bf8183bcd360c175fb7</id>
<content type='text'>
</content>
</entry>
</feed>
