<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libayatana-indicator/libindicator/indicator-object.h, branch main</title>
<subtitle>Ayatana Indicators Shared Library
</subtitle>
<id>https://openid.arctica-project.org/libayatana-indicator/atom?h=main</id>
<link rel='self' href='https://openid.arctica-project.org/libayatana-indicator/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://openid.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://openid.arctica-project.org/libayatana-indicator/commit/?id=9d1b39fa6a02985a613604826997f0d7b969a40d'/>
<id>urn:sha1:9d1b39fa6a02985a613604826997f0d7b969a40d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>IndicatorObject: add parent_window parameter to IndicatorEntry</title>
<updated>2014-02-13T16:18:53+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2014-02-13T16:18:53+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=9affd1f62c4813c0b9e055f7ca5062cab7f46437'/>
<id>urn:sha1:9affd1f62c4813c0b9e055f7ca5062cab7f46437</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow indicators to tell the panel where they want to appear</title>
<updated>2013-06-28T18:30:33+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2013-06-28T18:30:33+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=e744e385675fb948ffd888668c22ea93c706e1fa'/>
<id>urn:sha1:e744e385675fb948ffd888668c22ea93c706e1fa</id>
<content type='text'>
Only implemented in IndicatorNg right now, which gets that information from the
indicator file.

</content>
</entry>
<entry>
<title>indicator-ng: try to restart the service when it crashes</title>
<updated>2013-02-06T20:37:38+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2013-02-06T20:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=f9f86fbfa558e83d8591fbec43e95dcb5cc34584'/>
<id>urn:sha1:f9f86fbfa558e83d8591fbec43e95dcb5cc34584</id>
<content type='text'>
This uses a (slightly) awkward heuristic: when the well-known name vanishes
from the session bus, it only restarts the service when it didn't explicitly
hide the indicator before.

</content>
</entry>
<entry>
<title>Removing unenforcable consts</title>
<updated>2012-02-22T18:18:01+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-02-22T18:18:01+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=975ee36fd391d7b9c75289dc306267b5acbd3882'/>
<id>urn:sha1:975ee36fd391d7b9c75289dc306267b5acbd3882</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add visibility concept to the default indicator object</title>
<updated>2012-01-23T23:00:29+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-01-23T23:00:29+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=23e99955bb62b93be875f8bf1d40852320d17f0e'/>
<id>urn:sha1:23e99955bb62b93be875f8bf1d40852320d17f0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>"bzr merge lp:indicator" + conflict resolution in tests suite</title>
<updated>2012-01-23T14:55:12+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-01-23T14:55:12+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=95daf102dac37a69686f8a86bf7fe47cd442c7d6'/>
<id>urn:sha1:95daf102dac37a69686f8a86bf7fe47cd442c7d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>another iteration of the indicator-object visibility support patch, incorporating ideas from discussion with ted</title>
<updated>2012-01-23T11:39:50+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-01-23T11:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=4f4190f71f8495e5bcf6779d73157931572e42ac'/>
<id>urn:sha1:4f4190f71f8495e5bcf6779d73157931572e42ac</id>
<content type='text'>
 - some functions were public when they should have been private
 - the hide/show handler is now a virtual function &amp; is documented in indicator-object.h
 - added unit tests
 - the GSettings monitor has been removed

</content>
</entry>
<entry>
<title>Adding a parent object pointer to the entry</title>
<updated>2012-01-19T17:44:37+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-01-19T17:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=8a739e176e44cfff995711606c224caa9a1920b8'/>
<id>urn:sha1:8a739e176e44cfff995711606c224caa9a1920b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding an activate window function, that can also be virtual! </title>
<updated>2012-01-13T14:01:01+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-01-13T14:01:01+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=2bb19db591c96af488d90ec184ea458230a2c471'/>
<id>urn:sha1:2bb19db591c96af488d90ec184ea458230a2c471</id>
<content type='text'>
</content>
</entry>
</feed>
