<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-indicator-sound, branch personal/peat-psuwit/protected-superclass</title>
<subtitle>Ayatana Indicator Sound Applet</subtitle>
<id>https://openid.arctica-project.org/ayatana-indicator-sound/atom?h=personal%2Fpeat-psuwit%2Fprotected-superclass</id>
<link rel='self' href='https://openid.arctica-project.org/ayatana-indicator-sound/atom?h=personal%2Fpeat-psuwit%2Fprotected-superclass'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/'/>
<updated>2023-11-28T18:42:23+00:00</updated>
<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>release 23.10.2</title>
<updated>2023-11-10T12:32:47+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-11-10T12:32:47+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=b153ce4da15f9ff3dc7f1bd5bd798a402d444f4b'/>
<id>urn:sha1:b153ce4da15f9ff3dc7f1bd5bd798a402d444f4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'tari01-pr/fix-accountsservice'</title>
<updated>2023-11-10T12:31:13+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-11-10T12:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=048b9456f46b8b9bad71014e0b3fba307027fbd4'/>
<id>urn:sha1:048b9456f46b8b9bad71014e0b3fba307027fbd4</id>
<content type='text'>
Attributes GH PR #97: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/97
</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>data/org.ayatana.indicator.sound.AccountsService.xml: Add Volume and Muted properties</title>
<updated>2023-11-10T11:29:57+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2023-11-08T16:01:36+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=c4825f9ee389b32a9381be6106977870a963561c'/>
<id>urn:sha1:c4825f9ee389b32a9381be6106977870a963561c</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>
<entry>
<title>release 23.10.1</title>
<updated>2023-11-06T16:09:55+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-11-06T16:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=76499b4a6a3fb2227d8945bc88842725bf3a8cf5'/>
<id>urn:sha1:76499b4a6a3fb2227d8945bc88842725bf3a8cf5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'tari01-pr/notification-orca-greeter'</title>
<updated>2023-11-04T14:11:12+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-11-04T14:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=1fb937272d73f75ba13727680bdaea68c7fd3c7b'/>
<id>urn:sha1:1fb937272d73f75ba13727680bdaea68c7fd3c7b</id>
<content type='text'>
Attributes GH PR #96: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/96
</content>
</entry>
<entry>
<title>src/info-notification.vala: Display percentage in the greeter when Orca is enabled</title>
<updated>2023-11-04T13:26:52+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2023-11-04T13:26:52+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=2b3531fd37fd14d0ef9d0ecee03ad124092bdbc9'/>
<id>urn:sha1:2b3531fd37fd14d0ef9d0ecee03ad124092bdbc9</id>
<content type='text'>
</content>
</entry>
</feed>
