<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libayatana-appindicator, branch 0.0.18</title>
<subtitle>Ayatana Application Indicators Shared Library
</subtitle>
<id>https://openid.arctica-project.org/libayatana-appindicator/atom?h=0.0.18</id>
<link rel='self' href='https://openid.arctica-project.org/libayatana-appindicator/atom?h=0.0.18'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/'/>
<updated>2010-03-25T16:52:35+00:00</updated>
<entry>
<title>0.0.18</title>
<updated>2010-03-25T16:52:35+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2010-03-25T16:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/commit/?id=9919c5e4bcbbcb1ea533b45e5e1aa12e03dae41a'/>
<id>urn:sha1:9919c5e4bcbbcb1ea533b45e5e1aa12e03dae41a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixing tests to use GTK for icon theme fixes.</title>
<updated>2010-03-25T16:52:24+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2010-03-25T16:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/commit/?id=b4e1960a63155f595b51338166aa6810ed9f78b6'/>
<id>urn:sha1:b4e1960a63155f595b51338166aa6810ed9f78b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixing icon changing with fallbacks.</title>
<updated>2010-03-25T16:31:06+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2010-03-25T16:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/commit/?id=275909f841eea51625bbe418899a3acd5b47bdbf'/>
<id>urn:sha1:275909f841eea51625bbe418899a3acd5b47bdbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove g_object_ref_sink call from status_icon_changes</title>
<updated>2010-03-25T15:29:28+00:00</updated>
<author>
<name>Krzysztof Klimonda</name>
<email>kklimonda@syntaxhighlighted.com</email>
</author>
<published>2010-03-25T15:29:28+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/commit/?id=26a1f2691a9086347b76002edb4304728f481f0c'/>
<id>urn:sha1:26a1f2691a9086347b76002edb4304728f481f0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to track toggle changes in actions.</title>
<updated>2010-03-23T19:18:14+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2010-03-23T19:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/commit/?id=105b2a0cee523d8900bbd2394646e2c1a6db1203'/>
<id>urn:sha1:105b2a0cee523d8900bbd2394646e2c1a6db1203</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use app_indicator_get_icon/app_indicator_get_attention_icon methods to get</title>
<updated>2010-03-22T17:07:32+00:00</updated>
<author>
<name>Krzysztof Klimonda</name>
<email>kklimonda@syntaxhighlighted.com</email>
</author>
<published>2010-03-22T17:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/commit/?id=85400dc1f4b95227f9160b96e30841e1e90ee60a'/>
<id>urn:sha1:85400dc1f4b95227f9160b96e30841e1e90ee60a</id>
<content type='text'>
the right icon.

</content>
</entry>
<entry>
<title>Move g_signal_connect for the theme-changed signal to app_indicator_init ()</title>
<updated>2010-03-22T16:53:02+00:00</updated>
<author>
<name>Krzysztof Klimonda</name>
<email>kklimonda@syntaxhighlighted.com</email>
</author>
<published>2010-03-22T16:53:02+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/commit/?id=c80fe4d00d01c4498771c79419aa3c54567a1eec'/>
<id>urn:sha1:c80fe4d00d01c4498771c79419aa3c54567a1eec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't use indicator_image_helper ()</title>
<updated>2010-03-22T16:41:35+00:00</updated>
<author>
<name>Krzysztof Klimonda</name>
<email>kklimonda@syntaxhighlighted.com</email>
</author>
<published>2010-03-22T16:41:35+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/commit/?id=16a9a730a4001585e87dc3c680081fd8b205b9a2'/>
<id>urn:sha1:16a9a730a4001585e87dc3c680081fd8b205b9a2</id>
<content type='text'>
Remove indicator_image_helper () call and use
g_themed_icon_new_with_default_fallbacks () directly. We don't need the
logic embedded in indicator_image_helper () for the GtkStatusIcon as it takes
care of changing icon size for us.

</content>
</entry>
<entry>
<title>Fix the missing icon on theme change if old icon has different name</title>
<updated>2010-03-19T23:55:03+00:00</updated>
<author>
<name>Krzysztof Klimonda</name>
<email>kklimonda@laptop</email>
</author>
<published>2010-03-19T23:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/commit/?id=b531c560bb046c359598a07a08cfaeaa973090c2'/>
<id>urn:sha1:b531c560bb046c359598a07a08cfaeaa973090c2</id>
<content type='text'>
Some applications (like Transmission) use different icon name for
Notification Area to display monochrome icon. To make sure that
the icon we display exists after user changes theme use
indicator_image_helper () from libindicator to keep track of the icon.

</content>
</entry>
<entry>
<title>Make sure the state of GtkCheckMenuItems and GtkRadioMenuItems gets updated even when they're changed via their actions.</title>
<updated>2010-03-19T21:46:41+00:00</updated>
<author>
<name>Sense Hofstede</name>
<email>qense@ubuntu.com</email>
</author>
<published>2010-03-19T21:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/commit/?id=c18de95916fe86c4a5317275da7d905fd81d666c'/>
<id>urn:sha1:c18de95916fe86c4a5317275da7d905fd81d666c</id>
<content type='text'>
</content>
</entry>
</feed>
