<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libayatana-indicator/libindicator/indicator-service.c, branch main</title>
<subtitle>Ayatana Indicators Shared Library
</subtitle>
<id>https://isbjoern.arctica-project.org/libayatana-indicator/atom?h=main</id>
<link rel='self' href='https://isbjoern.arctica-project.org/libayatana-indicator/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/libayatana-indicator/'/>
<updated>2015-11-06T15:17:48+00:00</updated>
<entry>
<title>Fork libayatana-indicator from Ubuntu's libindicator shared library.</title>
<updated>2015-11-06T15:17:48+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-11-06T14:46:09+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/libayatana-indicator/commit/?id=9d1b39fa6a02985a613604826997f0d7b969a40d'/>
<id>urn:sha1:9d1b39fa6a02985a613604826997f0d7b969a40d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minor cleanup in the dispose() and finalize() functions</title>
<updated>2013-10-24T02:08:35+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2013-10-24T02:08:35+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/libayatana-indicator/commit/?id=2d8ee13a66a78d2e74a699d0bccc3316fb64aaef'/>
<id>urn:sha1:2d8ee13a66a78d2e74a699d0bccc3316fb64aaef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>When we can't get a handle to the system bus, exit gracefully instead of crashing.</title>
<updated>2013-10-24T02:04:19+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2013-10-24T02:04:19+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/libayatana-indicator/commit/?id=40b4288ef38837a17321d0273c26befe7c8c89b0'/>
<id>urn:sha1:40b4288ef38837a17321d0273c26befe7c8c89b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Copying the name before using it to remove as it seems that the unwatch can cause the name to be free'd in some cases.  Odd, but valgrind can find it</title>
<updated>2012-03-02T16:54:50+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-03-02T16:54:50+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/libayatana-indicator/commit/?id=c3bd07e8e6679bbda00737b81b2397b93ec5a723'/>
<id>urn:sha1:c3bd07e8e6679bbda00737b81b2397b93ec5a723</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixing the libindicator test suite</title>
<updated>2011-07-14T18:08:31+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-07-14T18:08:31+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/libayatana-indicator/commit/?id=a6ea4762672c64f788778f6ee79d73be40587984'/>
<id>urn:sha1:a6ea4762672c64f788778f6ee79d73be40587984</id>
<content type='text'>
</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://isbjoern.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://isbjoern.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://isbjoern.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://isbjoern.arctica-project.org/libayatana-indicator/commit/?id=64c3e2e2ba1ddcaac62e6ec50f414abd51e6b3d9'/>
<id>urn:sha1:64c3e2e2ba1ddcaac62e6ec50f414abd51e6b3d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding in the ability to cancel the connection on short lived objects.</title>
<updated>2011-01-09T19:34:51+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2011-01-09T19:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/libayatana-indicator/commit/?id=2fb32b9285feacdaf9e79a4b4cbbf84555f57491'/>
<id>urn:sha1:2fb32b9285feacdaf9e79a4b4cbbf84555f57491</id>
<content type='text'>
</content>
</entry>
</feed>
