summaryrefslogtreecommitdiffstats
path: root/kalarm/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fixed KAlarm building warnings. Minor style patch up. Fixed possible error ↵Michele Calgaro2015-08-075-10/+9
| | | | | | in treating deferred evens (see kalarm/alarmevent.cpp:1739). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename KABC namespaceTimothy Pearson2013-02-201-2/+2
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-158-12/+12
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-141-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-1/+1
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-252-6/+6
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-247-18/+18
|
* Fix FTBFSTimothy Pearson2012-06-231-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1718-22/+22
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-212-10/+10
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-193-8/+8
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1814-47/+47
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1615-60/+60
| | | | This reverts commit 3ca10fd9a2dc631429d3b5d5c5e42a7d211d5a12.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1515-60/+60
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-162-2/+2
|
* Additional kde to tde renamingTimothy Pearson2011-11-062-2/+2
|
* Rename kde libraries to tdeTimothy Pearson2011-11-054-5/+5
|
* rename the following methods:tpearson2011-08-1033-152/+152
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-108-13/+13
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-091-1/+1
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename incorrect instances of tqrepaint[...] to repaint[...]tpearson2011-07-072-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Qt3 compilation of kdepimtpearson2011-04-158-8/+8
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227976 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enable kdepim compilation under Qt4tpearson2011-04-1418-39/+39
| | | | | | | | This will likely break Qt3 compilation temporarily, which is an unintended side effect. A third and final kdepim commit will repair Qt3 compilation shortly. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227946 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Initial conversion of kdepim to TQttpearson2011-04-1341-280/+302
| | | | | | | | | 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
* [kdepim] added cmake support for korn; added include path to libkdepim where ↵samelian2011-03-071-0/+1
| | | | | | is needed git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1223999 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdepim]: initial cmake support for following subpackages: akregator, ↵samelian2011-03-051-0/+32
| | | | | | certmanager, kaddressbook, kalarm, kioslaves, kmail, ktnef, libemailfunctions, libkcal, libkdenetwork, libkdepim, libkmime, libkpgp, libkpimidentities, libksieve, mimelib git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1223912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of runtime object identification problems which led to an even ↵tpearson2011-02-243-4/+4
| | | | | | | | | larger array of minor glitches NOTE: kdevelop and kdewebdev still need to be fully repaired git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1222475 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Moved kpilot from kdepim to applications, as the core Trinity libraries ↵tpearson2011-02-1620-61/+61
| | | | | | should not contain hardware-dependent software git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-023-3/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1158452 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-3141-761/+761
| | | | 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-2542-0/+6633
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da