<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-indicator-display/tests/unit, branch 23.10.0</title>
<subtitle>Ayatana Indicator Display Service
</subtitle>
<id>https://cgit.arctica-project.org/ayatana-indicator-display/atom?h=23.10.0</id>
<link rel='self' href='https://cgit.arctica-project.org/ayatana-indicator-display/atom?h=23.10.0'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-display/'/>
<updated>2023-10-09T16:41:46+00:00</updated>
<entry>
<title>Rename indicator class and service source files</title>
<updated>2023-10-09T16:41:46+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2023-10-09T16:41:46+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-display/commit/?id=132a445a9eb633d611f18f27f2f8e5742aa537f3'/>
<id>urn:sha1:132a445a9eb633d611f18f27f2f8e5742aa537f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove orphan notify-osd remnants</title>
<updated>2023-09-10T20:28:15+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2023-09-10T06:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-display/commit/?id=acdf1661bd1756f1efac0e5467c5586abedb40d6'/>
<id>urn:sha1:acdf1661bd1756f1efac0e5467c5586abedb40d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Skip geoclue calls during the rotation lock test</title>
<updated>2023-02-04T22:43:05+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2023-02-02T10:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-display/commit/?id=94df80b301c1fb40c3f5403844912ff6c22e4e2f'/>
<id>urn:sha1:94df80b301c1fb40c3f5403844912ff6c22e4e2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix failing cppcheck</title>
<updated>2022-10-02T10:39:26+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-09-25T16:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-display/commit/?id=03a692c88fd086d8bb2ad3fa4dbddb898bfd9bff'/>
<id>urn:sha1:03a692c88fd086d8bb2ad3fa4dbddb898bfd9bff</id>
<content type='text'>
fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/58
</content>
</entry>
<entry>
<title>data/: Rename org.ayatana.display.gschema.xml.in to org.ayatana.indicator.display.gschema.xml. Fix and simplify translations of .gschema.xml strings with it.</title>
<updated>2022-09-08T20:56:36+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2022-09-08T20:53:21+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-display/commit/?id=b3a400f6db9a97b982915af2a9b4a3aacdf72c29'/>
<id>urn:sha1:b3a400f6db9a97b982915af2a9b4a3aacdf72c29</id>
<content type='text'>
</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>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>
</feed>
