<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libayatana-indicator/src, branch release-builds</title>
<subtitle>Ayatana Indicators Shared Library
</subtitle>
<id>https://openid.arctica-project.org/libayatana-indicator/atom?h=release-builds</id>
<link rel='self' href='https://openid.arctica-project.org/libayatana-indicator/atom?h=release-builds'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/'/>
<updated>2023-09-05T17:17:19+00:00</updated>
<entry>
<title>cmake: Install library as library</title>
<updated>2023-09-05T17:17:19+00:00</updated>
<author>
<name>Till Maas</name>
<email>opensource@till.name</email>
</author>
<published>2023-09-05T17:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=05e43688092836e81fdb524963d79260cfa0a7c8'/>
<id>urn:sha1:05e43688092836e81fdb524963d79260cfa0a7c8</id>
<content type='text'>
Fedora needs libraries to be executable to extract debug information.
Debian does not. The cmake TARGETS installation takes care of this,
therefore use it.
</content>
</entry>
<entry>
<title>src/indicator-service.c: Fix Robert's lastname in license header.</title>
<updated>2022-10-25T22:21:27+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2022-10-25T22:21:27+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=bae7a9c9353c8cc71dc4c304a8220432c9e2e43a'/>
<id>urn:sha1:bae7a9c9353c8cc71dc4c304a8220432c9e2e43a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/indicator-ng.c: Do not show tooltip on labels while the menu is open</title>
<updated>2022-10-04T02:26:58+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-10-04T02:26:58+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=3ae6943c22cf464dcc87e8055d637a6ca1b10e4f'/>
<id>urn:sha1:3ae6943c22cf464dcc87e8055d637a6ca1b10e4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/indicator-ng.c: Add tooltip support</title>
<updated>2022-07-15T21:20:47+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-07-13T01:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=c065f45a0ba3134e95ffef7a0113346f55ccd1c5'/>
<id>urn:sha1:c065f45a0ba3134e95ffef7a0113346f55ccd1c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/indicator-service.c: Make failure to connect to the session DBus fatal</title>
<updated>2022-07-12T23:03:27+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-07-12T23:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=3db4f035f8d755e4032e8253650ad6b983ec583c'/>
<id>urn:sha1:3db4f035f8d755e4032e8253650ad6b983ec583c</id>
<content type='text'>
fixes https://github.com/AyatanaIndicators/libayatana-indicator/issues/64
</content>
</entry>
<entry>
<title>Whitespace fix</title>
<updated>2022-07-12T23:03:01+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-07-12T23:03:01+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=755ee95aac94a55b6caa91cba4e89b21aa3c1043'/>
<id>urn:sha1:755ee95aac94a55b6caa91cba4e89b21aa3c1043</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up compilation flags</title>
<updated>2022-02-17T15:01:23+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-02-17T15:01:23+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=4b442de3f5fbb524dae7857dcc04afe020538f95'/>
<id>urn:sha1:4b442de3f5fbb524dae7857dcc04afe020538f95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/{CMakeLists.txt,indicator.symbols}: Don't export private symbols. Immitate symbol exports as previously done with libtool.</title>
<updated>2021-11-18T12:08:33+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2021-11-18T12:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=7cfded894f91b82fa2ecf7e13c3a871b1c4b641b'/>
<id>urn:sha1:7cfded894f91b82fa2ecf7e13c3a871b1c4b641b</id>
<content type='text'>
 Fixes https://github.com/AyatanaIndicators/libayatana-indicator/issues/59
</content>
</entry>
<entry>
<title>src/indicator-ng.c: Make sure old menu item name is not NULL before comparison</title>
<updated>2021-11-10T12:32:32+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-11-05T09:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=40e310ba6872a0ddc29f5ff3ba9cc805c60ed4a9'/>
<id>urn:sha1:40e310ba6872a0ddc29f5ff3ba9cc805c60ed4a9</id>
<content type='text'>
 Fixes https://github.com/AyatanaIndicators/libayatana-indicator/issues/60
</content>
</entry>
<entry>
<title>Scale icons when loading from filename</title>
<updated>2021-10-21T19:45:02+00:00</updated>
<author>
<name>Dani Llewellyn</name>
<email>diddledani@ubuntu.com</email>
</author>
<published>2021-10-15T12:24:50+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=7e02a15a27dcec0806c2d30db8ec2960483e8c3a'/>
<id>urn:sha1:7e02a15a27dcec0806c2d30db8ec2960483e8c3a</id>
<content type='text'>
When loading an icon from a filename, not a stock icon name, we need to
scale the pixbuf manually because gtk_image_set_pixel_size only works on
named icons from the theme that have multiple sizes available.

Signed-off-by: Dani Llewellyn &lt;diddledani@ubuntu.com&gt;
</content>
</entry>
</feed>
