<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tdepim/libkcal/tests, branch master</title>
<subtitle>TDE personal information management applications
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/tdepim/atom?h=master</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/tdepim/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdepim/'/>
<updated>2026-03-02T13:41:19Z</updated>
<entry>
<title>Fix build of tests</title>
<updated>2026-03-02T13:41:19Z</updated>
<author>
<name>Alexander Golubev</name>
<email>fatzer2@gmail.com</email>
</author>
<published>2026-03-02T13:05:34Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdepim/commit/?id=81daf327b6007d9308720c5638b54f4ca78e9673'/>
<id>urn:sha1:81daf327b6007d9308720c5638b54f4ca78e9673</id>
<content type='text'>
The tests were falling to build due to lack of path to tqt-mt.so.

Signed-off-by: Alexander Golubev &lt;fatzer2@gmail.com&gt;
</content>
</entry>
<entry>
<title>Replace TRUE/FALSE with boolean values true/false</title>
<updated>2025-04-27T07:55:48Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2025-04-27T07:55:48Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdepim/commit/?id=8f878546e0a859e78dfc2c6ff7f08507347a76ea'/>
<id>urn:sha1:8f878546e0a859e78dfc2c6ff7f08507347a76ea</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Replace Q_OBJECT with TQ_OBJECT</title>
<updated>2023-07-20T13:35:23Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-07-20T06:07:09Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdepim/commit/?id=cd4b0ac22608120ad003f575a1640e1ddc7703df'/>
<id>urn:sha1:cd4b0ac22608120ad003f575a1640e1ddc7703df</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>libkcal tests: small improvement to cmake code to avoid having to escape quotes.</title>
<updated>2019-04-01T16:06:35Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2019-03-30T12:17:38Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdepim/commit/?id=309e91d9d69d2fdf3ad1280688e41247621e8388'/>
<id>urn:sha1:309e91d9d69d2fdf3ad1280688e41247621e8388</id>
<content type='text'>
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Disabled libical tests if libical version is less than 1.0.</title>
<updated>2019-03-29T14:04:07Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2019-03-29T14:04:07Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdepim/commit/?id=b1b5ff52bea5c734e3f0d77a0a08aff4037fcc5d'/>
<id>urn:sha1:b1b5ff52bea5c734e3f0d77a0a08aff4037fcc5d</id>
<content type='text'>
On old libical versions, DST change date is wrong and this would fail
some of the tests. This is not a bug in TDE but in old libical libraries.
Starting from libical 1.0, the bug seems to have been fixed.

Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Fixed bug in libkcal related to timezones in DT field.</title>
<updated>2019-03-27T14:27:22Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2019-03-27T14:27:22Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdepim/commit/?id=48af72cbe8a4f0cc22de3e2ceda5db47ca922759'/>
<id>urn:sha1:48af72cbe8a4f0cc22de3e2ceda5db47ca922759</id>
<content type='text'>
Fixed execution of libkcal tests.
This resolves bug 2719.

Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Fixed building of libkcal tests. Some of the tests still fails when</title>
<updated>2019-03-24T12:35:42Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2019-03-24T12:35:42Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdepim/commit/?id=ce47e20ed3f172bb04a2d4055a9326fec1c879b0'/>
<id>urn:sha1:ce47e20ed3f172bb04a2d4055a9326fec1c879b0</id>
<content type='text'>
executed. This relates to bug 2719.
Special thanks to Emanoil Kotsev &lt;deloptes@gmail.com&gt; for providing an
inital patch for the same bug, from which I reused a small section of code.

Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>LIB_QT -&gt; LIB_TQT conversion to align to updated admin module</title>
<updated>2018-09-17T14:19:52Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2018-09-17T14:19:52Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdepim/commit/?id=aa882de2135a84abcb0d8b2b41239ebb24cd385a'/>
<id>urn:sha1:aa882de2135a84abcb0d8b2b41239ebb24cd385a</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Removed unnecessary executable flag. This relates to bug 2153.</title>
<updated>2018-09-03T04:53:47Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2018-09-03T04:53:47Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdepim/commit/?id=4041c4fa0a0a53459ea5afdde9a0e6ba49fff160'/>
<id>urn:sha1:4041c4fa0a0a53459ea5afdde9a0e6ba49fff160</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Additional k =&gt; tde renaming and fixes</title>
<updated>2013-09-03T19:02:00Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2013-09-03T18:02:55Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdepim/commit/?id=533bad2a1503973aaf8186691422c2eda91d02d4'/>
<id>urn:sha1:533bad2a1503973aaf8186691422c2eda91d02d4</id>
<content type='text'>
</content>
</entry>
</feed>
