summaryrefslogtreecommitdiffstats
path: root/libkcal/tests
Commit message (Collapse)AuthorAgeFilesLines
* libkcal tests: small improvement to cmake code to avoid having to escape quotes.Slávek Banko2019-04-011-2/+2
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 309e91d9d69d2fdf3ad1280688e41247621e8388)
* Disabled libical tests if libical version is less than 1.0.Michele Calgaro2019-04-011-0/+6
| | | | | | | | | 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 <michele.calgaro@yahoo.it> (cherry picked from commit b1b5ff52bea5c734e3f0d77a0a08aff4037fcc5d)
* Fixed bug in libkcal related to timezones in DT field.Michele Calgaro2019-04-0111-55/+57
| | | | | | | | Fixed execution of libkcal tests. This resolves bug 2719. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 48af72cbe8a4f0cc22de3e2ceda5db47ca922759)
* Fixed building of libkcal tests. Some of the tests still fails whenMichele Calgaro2019-04-018-26/+88
| | | | | | | | | executed. This relates to bug 2719. Special thanks to Emanoil Kotsev <deloptes@gmail.com> for providing an inital patch for the same bug, from which I reused a small section of code. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ce47e20ed3f172bb04a2d4055a9326fec1c879b0)
* Removed unnecessary executable flag. This relates to bug 2153.Michele Calgaro2018-09-031-0/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4041c4fa0a0a53459ea5afdde9a0e6ba49fff160)
* Additional k => tde renaming and fixesSlávek Banko2013-09-031-14/+14
|
* Fix incorrect characters.Darrell Anderson2013-05-231-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-157-7/+7
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1411-31/+31
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-0610-20/+20
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-011-2/+2
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-272-4/+4
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-262-16/+16
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-252-6/+6
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-229-9/+9
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-2011-14/+14
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-1911-31/+31
|
* Fix references to user profile directory.Darrell Anderson2012-11-041-1/+1
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-0812-25/+25
|
* Rename straggling environment variables KDE->TDE.Darrell Anderson2012-03-071-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-171-1/+1
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-189-23/+23
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-169-23/+23
| | | | This reverts commit 3ca10fd9a2dc631429d3b5d5c5e42a7d211d5a12.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-159-23/+23
|
* Rename KDEHOME and KDEDIRTimothy Pearson2011-12-072-3/+3
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-061-14/+14
|
* Additional kde to tde renamingTimothy Pearson2011-11-061-14/+14
|
* Link most Trinity DSOs against the most common kdelibs libraries to ↵v3.5.13tpearson2011-10-101-14/+14
| | | | | | compensate for linking changes in modern distributions such as Ubuntu Oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix remaining instances of tqStatus embedded in user visible stringstpearson2011-08-311-3/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Initial conversion of kdepim to TQttpearson2011-04-137-18/+19
| | | | | | | | | This will probably require some tweaking before it will build under Qt4, however Qt3 builds are OK. Any alterations this commit makes to kdepim behaviour under Qt3 are unintentional and should be fixed. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227832 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Moved kpilot from kdepim to applications, as the core Trinity libraries ↵tpearson2011-02-169-14/+14
| | | | | | should not contain hardware-dependent software git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Massive set of changes to bring in all fixes and enhancements from the ↵tpearson2010-09-0116-18/+263
| | | | | | | | | | | Enterprise PIM branch * Ensured that the Trinity changes were applied on top of those enhancements, and any redundancy removed * Added journal read support to the CalDAV resource * Fixed CalDAV resource to use events URL for tasks and journals when separate URL checkbox unchecked git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1170461 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-3114-103/+103
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-25723-0/+80176
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da