<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-indicator-display/tests, branch 22.2.1</title>
<subtitle>Ayatana Indicator Display Service
</subtitle>
<id>https://cgit.arctica-project.org/ayatana-indicator-display/atom?h=22.2.1</id>
<link rel='self' href='https://cgit.arctica-project.org/ayatana-indicator-display/atom?h=22.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-display/'/>
<updated>2022-06-30T16:57:10+00:00</updated>
<entry>
<title>tests/utils/qmain.cpp: Add missing include for libintl.h</title>
<updated>2022-06-30T16:57:10+00:00</updated>
<author>
<name>Jami Kettunen</name>
<email>jami.kettunen@protonmail.com</email>
</author>
<published>2022-06-30T16:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-display/commit/?id=c61be8793b24365789a84d5d9b4d2c9ff33884e7'/>
<id>urn:sha1:c61be8793b24365789a84d5d9b4d2c9ff33884e7</id>
<content type='text'>
Fixes the following build error under musl libc:

  ../../../tests/utils/qmain.cpp: In function 'int main(int, char**)':
  ../../../tests/utils/qmain.cpp:47:5: error: 'bindtextdomain' was not declared in this scope
     47 |     bindtextdomain(GETTEXT_PACKAGE, LOCALEDIR);
        |     ^~~~~~~~~~~~~~
  ../../../tests/utils/qmain.cpp:48:5: error: 'textdomain' was not declared in this scope
     48 |     textdomain(GETTEXT_PACKAGE);
        |     ^~~~~~~~~~
</content>
</entry>
<entry>
<title>tests/unit: fix cmake custom command race condition</title>
<updated>2022-03-07T18:35:56+00:00</updated>
<author>
<name>Ratchanan Srirattanamet</name>
<email>ratchanan@ubports.com</email>
</author>
<published>2022-03-07T18:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-display/commit/?id=036b96b43f42bb7174e87973a5fb6348a512abca'/>
<id>urn:sha1:036b96b43f42bb7174e87973a5fb6348a512abca</id>
<content type='text'>
CMake's documentation says [1]:

&gt; Do not list the output in more than one independent target that may
&gt; build in parallel or the two instances of the rule may conflict
&gt; (instead use the add_custom_target() command to drive the command and
&gt; make the other targets depend on that one).

Because gschemas.compiled will be referenced multiple times
independently, a level of redirection is needed to prevent CMake from
generating the rule for the file multiple times.

This is encountered in ayatana-indicator-power as well, and fixed in a
similar way [2].

[1] https://cmake.org/cmake/help/latest/command/add_custom_command.html#generating-files
[2] https://github.com/AyatanaIndicators/ayatana-indicator-power/commit/9a90f932e51db486b166dd38f00e4186e40a1aee
</content>
</entry>
<entry>
<title>tests/integration/usb-manager-test.cpp: Remove unneded lambda capture</title>
<updated>2022-01-12T17:19:19+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-01-12T17:19:19+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-display/commit/?id=502ff9200cedb7d28e922858a3f62a9a8dc6a19b'/>
<id>urn:sha1:502ff9200cedb7d28e922858a3f62a9a8dc6a19b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/utils/CMakeLists.txt: Fix qt5_use_modules warning</title>
<updated>2021-12-08T12:28:36+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-12-07T10:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-display/commit/?id=ced7420e2765fbf7b4822c73c7b9fd3bf6950694'/>
<id>urn:sha1:ced7420e2765fbf7b4822c73c7b9fd3bf6950694</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GSettings: Use org.ayatana.display.gschema.xml for non-Lomiri sessions and unit tests.</title>
<updated>2021-11-19T08:34:25+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2021-11-19T08:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-display/commit/?id=f59500bfe360dce317af6b3c24c9a71206e9011a'/>
<id>urn:sha1:f59500bfe360dce317af6b3c24c9a71206e9011a</id>
<content type='text'>
 Additionally, internationalize the org.ayatana.display GSettings schema.

 Fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/39
</content>
</entry>
<entry>
<title>Rename Lomiri-specific properties to x-lomiri</title>
<updated>2021-11-09T00:54:47+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-11-09T00:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-display/commit/?id=e61cc79af79d6d09cc61a0d987f38831dff8d300'/>
<id>urn:sha1:e61cc79af79d6d09cc61a0d987f38831dff8d300</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename com.ubuntu.touch.system to com.lomiri.touch.system</title>
<updated>2021-11-01T07:20:06+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-10-28T15:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-display/commit/?id=2626734c7e1f8060dd8b55dc25480d47758e369d'/>
<id>urn:sha1:2626734c7e1f8060dd8b55dc25480d47758e369d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Raname x-canonical properties to x-ayatana</title>
<updated>2021-10-27T16:10:32+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-10-27T14:20:10+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-display/commit/?id=2cefc0f4f3c12a3956b8e8383ddbc8838d21cff5'/>
<id>urn:sha1:2cefc0f4f3c12a3956b8e8383ddbc8838d21cff5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/CMakeFiles.txt: Suppress constParameter cppcheck</title>
<updated>2021-10-25T14:50:23+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-10-23T21:56:14+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-display/commit/?id=215bf8fbfebdbedd4431fdda92f1320be6601563'/>
<id>urn:sha1:215bf8fbfebdbedd4431fdda92f1320be6601563</id>
<content type='text'>
- Making the problematic parts "const" produce even more warnings, so I'm considering this a false positive and disabling it
</content>
</entry>
<entry>
<title>tests/integration/usb-manager-test.cpp: Fix cppcheck test in Ubuntu 20.04. Mark unused adbd_server and usb_manager as such.</title>
<updated>2021-08-29T22:37:05+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2021-08-29T10:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-display/commit/?id=3792e339c547c89b45bc0a8d17e97cc29320c213'/>
<id>urn:sha1:3792e339c547c89b45bc0a8d17e97cc29320c213</id>
<content type='text'>
</content>
</entry>
</feed>
