<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-indicator-sound/tests, 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-05-19T15:06:36+00:00</updated>
<entry>
<title>tests/CMakeLists.txt: Silence some more Vala warnings</title>
<updated>2024-05-19T15:06:36+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2024-05-19T15:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=695faa485b170272d3a9a474f7377abee63739cb'/>
<id>urn:sha1:695faa485b170272d3a9a474f7377abee63739cb</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>Drop custom notification hints</title>
<updated>2023-09-09T06:27:33+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2023-09-09T06:27:33+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=cf943b8c9564a0cc8d215a7bc76a147bdd027aaf'/>
<id>urn:sha1:cf943b8c9564a0cc8d215a7bc76a147bdd027aaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/, tests/: update references to renamed notification hints</title>
<updated>2023-01-17T10:52:54+00:00</updated>
<author>
<name>Ratchanan Srirattanamet</name>
<email>ratchanan@ubports.com</email>
</author>
<published>2023-01-17T10:52:54+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=456cbf253801b2d7536d790a034c9b44d910a5a9'/>
<id>urn:sha1:456cbf253801b2d7536d790a034c9b44d910a5a9</id>
<content type='text'>
More notification hints have been renamed. So update to follow it.

- x-canonical-private-synchronous -&gt; x-lomiri-private-synchronous
- x-canonical-private-icon-only -&gt; x-lomiri-private-icon-only
- x-canonical-truncation -&gt; x-lomiri-truncation (which Lomiri has
  compatibility with the former name, so keep in the mocked
  capabilities)
</content>
</entry>
<entry>
<title>tests/CMakeLists.txt Add TEST_INCLUDE_DIRS to include-directories</title>
<updated>2022-06-13T08:10:27+00:00</updated>
<author>
<name>Sergey Chupligin</name>
<email>neochapay@gmail.com</email>
</author>
<published>2022-06-08T11:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=6f81698b380df6494400b6d524b232d4e4e78bc8'/>
<id>urn:sha1:6f81698b380df6494400b6d524b232d4e4e78bc8</id>
<content type='text'>
Fixes: https://github.com/AyatanaIndicators/ayatana-indicator-sound/issues/80
</content>
</entry>
<entry>
<title>release 22.2.0</title>
<updated>2022-02-18T10:59:50+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2022-02-18T10:59:49+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=cf2029ce4f96c14bf4bf711fd971983201a7be00'/>
<id>urn:sha1:cf2029ce4f96c14bf4bf711fd971983201a7be00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build warnings</title>
<updated>2022-02-18T07:25:19+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-02-17T23:35:47+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=e112ae970b0719de8158fdc1deb281e2ee098390'/>
<id>urn:sha1:e112ae970b0719de8158fdc1deb281e2ee098390</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whitespace fix</title>
<updated>2022-02-18T07:25:19+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-02-17T23:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=412bb6e3c6de84096722ca93be7c36733f0c189b'/>
<id>urn:sha1:412bb6e3c6de84096722ca93be7c36733f0c189b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up compilation flags</title>
<updated>2022-02-17T22:43:05+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-02-17T22:24:26+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-sound/commit/?id=901192f9fd427f19d5fe02a48d22fd306d62ab07'/>
<id>urn:sha1:901192f9fd427f19d5fe02a48d22fd306d62ab07</id>
<content type='text'>
</content>
</entry>
</feed>
