<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libayatana-common/tests/CMakeLists.txt, branch main</title>
<subtitle>Ayatana Indicator Common Shared Library
</subtitle>
<id>https://openid.arctica-project.org/libayatana-common/atom?h=main</id>
<link rel='self' href='https://openid.arctica-project.org/libayatana-common/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/'/>
<updated>2021-12-09T11:50:31+00:00</updated>
<entry>
<title>Add ENABLE_LOMIRI_FEATURES switch</title>
<updated>2021-12-09T11:50:31+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-12-06T09:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/commit/?id=078be8ba2186cf095a2f4c162665a4a265cab3d6'/>
<id>urn:sha1:078be8ba2186cf095a2f4c162665a4a265cab3d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whitespace fix</title>
<updated>2021-12-09T11:24:48+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-12-09T11:24:48+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/commit/?id=36720717ccec1b136f958e5352ec4e002887e697'/>
<id>urn:sha1:36720717ccec1b136f958e5352ec4e002887e697</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GIR and Vala bindings: Properly detect GObjectIntrospection and Vala and disable GIR and Vala if not found.</title>
<updated>2021-09-02T11:21:07+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2021-08-28T14:15:23+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/commit/?id=7cb304774fdeef0b2a674aaa54d394872512335a'/>
<id>urn:sha1:7cb304774fdeef0b2a674aaa54d394872512335a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/CMakeLists.txt: Add missing ${URL_DISPATCHER_LIBRARIES} to target_link_libraries().</title>
<updated>2021-08-28T18:50:35+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2021-08-28T18:24:23+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/commit/?id=d9628fb37e7ca3961acfdce84e34e6f60994f208'/>
<id>urn:sha1:d9628fb37e7ca3961acfdce84e34e6f60994f208</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Vala Bindings</title>
<updated>2021-08-18T00:01:01+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-08-16T23:59:27+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/commit/?id=c7320dab38cb2dda29226eab2c8705b5a132ac87'/>
<id>urn:sha1:c7320dab38cb2dda29226eab2c8705b5a132ac87</id>
<content type='text'>
- src/utils.h: Replace defined strings with static const chars
- src/CMakeLists.txt: Add .gir and .vapi generation code
- tetsts/CMakeLists.txt: Compile tst_utils_vala + add as test
- CMakeLists.txt: Add tst_utils_vala to tests + add modules from cmake/
- cmake/FindGObjectIntrospection.cmake: Add file
- cmake/FindVala.cmake.cmake: Add file
- .build.yml: Add libgirepository1.0-dev, gobject-introspection, valac dependencies

fixes https://github.com/AyatanaIndicators/libayatana-common/issues/22
</content>
</entry>
<entry>
<title>tests/CMakeLists.txt: Drop -no-pie from CXX_FLAGS and add it as a target link option.</title>
<updated>2021-08-05T05:54:36+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2021-08-04T10:34:27+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/commit/?id=84d2a71f5c8c5efddb86ab311e1ab0ac5a7e910e'/>
<id>urn:sha1:84d2a71f5c8c5efddb86ab311e1ab0ac5a7e910e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Skip elipsizing if max characters are 0</title>
<updated>2021-06-21T00:33:06+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-06-16T20:54:43+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/commit/?id=33cd95e61dcb5947e7671a8eb21d67014376495e'/>
<id>urn:sha1:33cd95e61dcb5947e7671a8eb21d67014376495e</id>
<content type='text'>
- data/org.ayatana.common.gschema.xml.in: Set min value to 0 + update description
- src/utils.c: Include hadling max allowed length of 0
- tests/CMakeLists.txt: Compile schema locally for testing
- tests/tst_utils.cpp: Include handling max allowed length of 0
- po/ayatana-common.pot: Update translation strings
- po/*.po: Update translation strings

fixes https://github.com/AyatanaIndicators/libayatana-common/issues/29
</content>
</entry>
<entry>
<title>Add ability to ellipsize dynamic menu item lengths.</title>
<updated>2021-06-16T06:26:44+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-06-14T21:08:17+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/commit/?id=9be11d94c663ea66cd41a9364a78531537ae405e'/>
<id>urn:sha1:9be11d94c663ea66cd41a9364a78531537ae405e</id>
<content type='text'>
 Plus making the maximum length of non-ellipsized strings configurable
 via GSettings.

 - data/org.ayatana.common.gschema.xml.in: Add file.
 - data/CMakeLists.txt: Add file.
 - CMakeLists.txt: Add gio-2.0 dependency + 'data' build folder.
 - src/utils.*: Add ayatana_common_utils_elipsize function + include
   glib-object.h and gio.h
 - tests/tst_utils.cpp: Add StringFunctionsTest.
 - tests/CMakeLists.txt: Add GLIB_LIBRARIES to target.
</content>
</entry>
<entry>
<title>tests/CMakeLists.txt: Build unit tests with --no-pie CXXFLAG.</title>
<updated>2021-04-29T08:12:04+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2021-04-29T07:01:42+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/commit/?id=2484d58fc929919e5a228123afed8ddf85e82674'/>
<id>urn:sha1:2484d58fc929919e5a228123afed8ddf85e82674</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "tests/: Don't run Lomiri related unit test, if library hasn't been bu…"</title>
<updated>2021-02-03T13:50:34+00:00</updated>
<author>
<name>Marius Gripsgard</name>
<email>marius@ubports.com</email>
</author>
<published>2021-02-03T13:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/commit/?id=bc3517bb367cd789e75f788757367d2b468f1ba6'/>
<id>urn:sha1:bc3517bb367cd789e75f788757367d2b468f1ba6</id>
<content type='text'>
</content>
</entry>
</feed>
