<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-indicator-sound/src, branch main</title>
<subtitle>Ayatana Indicator Sound Applet</subtitle>
<id>https://openid.arctica-project.org/ayatana-indicator-sound/atom?h=main</id>
<link rel='self' href='https://openid.arctica-project.org/ayatana-indicator-sound/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/'/>
<updated>2024-12-21T21:58:54+00:00</updated>
<entry>
<title>info-notification: Check for server caps continuously</title>
<updated>2024-12-21T21:58:54+00:00</updated>
<author>
<name>Marius Gripsgard</name>
<email>marius@ubports.com</email>
</author>
<published>2024-12-21T14:19:41+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=6f2625bd7702488c30b8895f6a54a10ad4aed8bc'/>
<id>urn:sha1:6f2625bd7702488c30b8895f6a54a10ad4aed8bc</id>
<content type='text'>
As at the time of init this might not be present, or
this might dynamicly change after init.
</content>
</entry>
<entry>
<title>src/service.vala: Allow volume change to unmute pulseaudio</title>
<updated>2024-12-03T12:53:10+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2024-12-03T12:53:10+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=9ff7a9005899297fed9f261c122efc1e0f36d214'/>
<id>urn:sha1:9ff7a9005899297fed9f261c122efc1e0f36d214</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/accounts-service-access.vala: Filter out prefixed users</title>
<updated>2024-08-06T09:39:25+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2024-08-06T09:39:25+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=042dc016193f42766d584a1c4309130553a639ad'/>
<id>urn:sha1:042dc016193f42766d584a1c4309130553a639ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/main.c: Fix type casts</title>
<updated>2024-05-19T15:05:46+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2024-05-19T15:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=202b468afd2ee7ac82584cd5ffd9a10a7a8929a6'/>
<id>urn:sha1:202b468afd2ee7ac82584cd5ffd9a10a7a8929a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/sound-menu.vala: Fix slider precision</title>
<updated>2024-04-04T23:56:51+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2024-04-04T23:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=071b4b9c5f2b6039cb17aaa4f9876ba91d5ac923'/>
<id>urn:sha1:071b4b9c5f2b6039cb17aaa4f9876ba91d5ac923</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use different code path for Lomiri notifications</title>
<updated>2023-11-28T19:33:25+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2023-11-22T20:28:00+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=a87ed3b20459a9f067718e0212306008f2dfdaef'/>
<id>urn:sha1:a87ed3b20459a9f067718e0212306008f2dfdaef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src, tests: fix -Wint-to-pointer-cast and a chance of test crash</title>
<updated>2023-11-28T18:42:23+00:00</updated>
<author>
<name>Ratchanan Srirattanamet</name>
<email>ratchanan@ubports.com</email>
</author>
<published>2023-11-28T17:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=41c2b5c21de5a3774f0bbb54de3999eaccc7de70'/>
<id>urn:sha1:41c2b5c21de5a3774f0bbb54de3999eaccc7de70</id>
<content type='text'>
Turns the constructor of `VolumeControl` and `VolumeWarning` from
`internal` to `protected`. This makes Vala emits C declaration of
constructors, which is required by the test's mocks extending these
classes, in the external header.

Without them, the mocks' C code would then consider them "implicitly
declared", and will assume they return `int` instead of a pointer. If
the returned address happened to be higher than `INT_MAX`, the code will
consider the returned address negative and sign-extend it when casting
to a pointer, corrupting it.

As for "unprivating" these constructors, this is an internal static
library anyway. No libraries or headers are installed from this package.
This change is invisible from outside.
</content>
</entry>
<entry>
<title>Fix AccountsService integration</title>
<updated>2023-11-10T11:31:31+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2023-11-08T16:03:13+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=bd14f03770f218803a3fd41676b4e75f406c4b77'/>
<id>urn:sha1:bd14f03770f218803a3fd41676b4e75f406c4b77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/accounts-service-sound-settings.vala: Whitespace fix</title>
<updated>2023-11-10T11:29:57+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2023-11-10T11:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=ef9ca4812c40886a8b93c4b23a596e200ad1328a'/>
<id>urn:sha1:ef9ca4812c40886a8b93c4b23a596e200ad1328a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/accounts-service-access.vala: Refactor code for easier debugging</title>
<updated>2023-11-10T11:29:51+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2023-11-10T11:16:44+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=45b41bc72a5b14ebf8bd663ff44360c7264f6458'/>
<id>urn:sha1:45b41bc72a5b14ebf8bd663ff44360c7264f6458</id>
<content type='text'>
</content>
</entry>
</feed>
