<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libayatana-appindicator/src/app-indicator.c, branch 0.5.1</title>
<subtitle>Ayatana Application Indicators Shared Library
</subtitle>
<id>https://openid.arctica-project.org/libayatana-appindicator/atom?h=0.5.1</id>
<link rel='self' href='https://openid.arctica-project.org/libayatana-appindicator/atom?h=0.5.1'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/'/>
<updated>2017-05-15T09:56:26+00:00</updated>
<entry>
<title>app-indicator: don't append the snap prefix if the icon is saved in a well known readable path</title>
<updated>2017-05-15T09:56:26+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>marco@ubuntu.com</email>
</author>
<published>2017-05-15T09:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/commit/?id=0f55cbb5272547ea7110feb2f29fd999fced306f'/>
<id>urn:sha1:0f55cbb5272547ea7110feb2f29fd999fced306f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>AppIndicator: don't emit label cahanges when guide is still empty</title>
<updated>2017-05-15T09:55:14+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>marco@ubuntu.com</email>
</author>
<published>2017-05-15T09:55:14+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/commit/?id=20e557b031ccb95d4c4d7c0c37187060a87b96cf'/>
<id>urn:sha1:20e557b031ccb95d4c4d7c0c37187060a87b96cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>AppIndicator: fix icon and theme paths when running in $SNAP environment</title>
<updated>2017-05-15T09:52:57+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>marco@ubuntu.com</email>
</author>
<published>2017-05-15T09:52:54+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/commit/?id=5b851ffc2d9360970eac46b031f1b9278b3978a8'/>
<id>urn:sha1:5b851ffc2d9360970eac46b031f1b9278b3978a8</id>
<content type='text'>
 Prepend $SNAP path to icons and theme paths when running in a sandboxed
 environment, this allows to run app indicators without caring about the fact
 they've been designed or compiled to run in a snap world or not. (LP: #1600136)
</content>
</entry>
<entry>
<title>Handle watcher service appearing and disappearing.</title>
<updated>2017-05-15T09:43:35+00:00</updated>
<author>
<name>Alberts Muktupāvels</name>
<email>alberts.muktupavels@gmail.com</email>
</author>
<published>2017-05-15T09:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/commit/?id=17376e1826a2e205f41dca3d5d31ec9834bd8d52'/>
<id>urn:sha1:17376e1826a2e205f41dca3d5d31ec9834bd8d52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fork from Ubuntu's libappindicator project.</title>
<updated>2015-11-10T04:58:57+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-11-09T19:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/commit/?id=def21c26e7c517b3abd8db299b8601742bccbafd'/>
<id>urn:sha1:def21c26e7c517b3abd8db299b8601742bccbafd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scroll-event: change parameter to the right type</title>
<updated>2014-11-10T09:14:07+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2014-11-10T09:14:07+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/commit/?id=ae927bc0823597b6287cb68264be74f90e16385e'/>
<id>urn:sha1:ae927bc0823597b6287cb68264be74f90e16385e</id>
<content type='text'>
The scroll-direction parameter is of type uint, but the annotation says that
it's of Gdk.ScrollDirection. Thus, bindings always see 0 for that parameter.

This commit changes the actual type of the parameter instead of the annotation.
This should be API compatible for C while still maintaining the proper type for
bindings.

</content>
</entry>
<entry>
<title>indicator_desktop_shortcuts_nick_exec is deprecated, use indicator_desktop_shortcuts_nick_exec_with_context instead - fixes the FTBFS</title>
<updated>2013-04-19T12:07:21+00:00</updated>
<author>
<name>Łukasz 'sil2100' Zemczak</name>
<email>lukasz.zemczak@canonical.com</email>
</author>
<published>2013-04-19T12:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/commit/?id=affeefedd11322325835cf446cc83ee047f70d44'/>
<id>urn:sha1:affeefedd11322325835cf446cc83ee047f70d44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>in app_indicator_init(), finish initializing self's fields before calling g_bus_get().</title>
<updated>2013-02-14T19:15:49+00:00</updated>
<author>
<name>John Vert</name>
<email>johnv@valvesoftware.com</email>
</author>
<published>2013-02-14T19:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/commit/?id=6e84cff5605b462764ccf371003ce46701ac3a73'/>
<id>urn:sha1:6e84cff5605b462764ccf371003ce46701ac3a73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix copy-paste error when updating the attention accessible text</title>
<updated>2013-01-29T18:04:26+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2013-01-29T18:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/commit/?id=0793d596ca9934a0270c42876e1201319f515564'/>
<id>urn:sha1:0793d596ca9934a0270c42876e1201319f515564</id>
<content type='text'>
</content>
</entry>
<entry>
<title>If we don't have a title set, use the application name to output the title</title>
<updated>2012-04-16T18:50:43+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-04-16T18:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-appindicator/commit/?id=b894548cd9498d8a96743ca292287c3746d3545e'/>
<id>urn:sha1:b894548cd9498d8a96743ca292287c3746d3545e</id>
<content type='text'>
</content>
</entry>
</feed>
