summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete
Commit message (Collapse)AuthorAgeFilesLines
* Rename kioslavesTimothy Pearson2013-01-271-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2722-28/+28
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2621-43/+43
|
* Fix FTBFS resulting from KCModule renameTimothy Pearson2013-01-251-1/+1
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2525-93/+93
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-2420-56/+56
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-2215-21/+21
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-208-13/+13
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-193-7/+7
|
* Fix references to user profile directory.Darrell Anderson2012-11-041-1/+1
|
* Fix various cmake build issuesSlávek Banko2012-10-262-2/+2
|
* Fix inadvertent tq changes.Darrell Anderson2012-10-215-10/+10
|
* Fix inadvertent tq changes.Darrell Anderson2012-10-2111-21/+21
|
* Update TQt3 property/enum macrosTimothy Pearson2012-10-204-4/+4
|
* Fix FTBFSTimothy Pearson2012-08-083-2/+28
|
* Use libv4l if available, otherwise check for v4l1 headersTimothy Pearson2012-07-265-11/+7
|
* Branding: KDE->TDEDarrell Anderson2012-06-271-3/+3
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-086-19/+19
|
* Branding cleanup: KDE -> TDEDarrell Anderson2012-05-261-2/+2
|
* Rename additional global functions and variables for tqt3Timothy Pearson2012-03-023-37/+37
|
* Rename additional global TQt functionsTimothy Pearson2012-03-011-2/+2
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1758-64/+64
|
* Fix up desktop file type specifiers for tqt3Timothy Pearson2012-02-121-1/+1
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-219-51/+51
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1934-106/+106
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1881-797/+797
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1692-951/+951
| | | | This reverts commit 808e453c56036211f57482ed847d54aca01bba68.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1592-951/+951
|
* Rename KDEHOME and KDEDIRTimothy Pearson2011-12-073-3/+3
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-1618-20/+20
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-073-3/+3
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-063-4/+4
|
* Additional kde to tde renamingTimothy Pearson2011-11-065-7/+7
|
* Rename kde libraries to tdeTimothy Pearson2011-11-052-2/+2
|
* Link most Trinity DSOs against the most common kdelibs libraries to ↵tpearson2011-10-101-1/+1
| | | | | | compensate for linking changes in modern distributions such as Ubuntu Oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdenetwork FTBFStpearson2011-08-311-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1250388 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix remaining instances of tqStatus embedded in user visible stringstpearson2011-08-312-3/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of accidental tqStatus string conversionstpearson2011-08-272-3/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1099-377/+377
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1029-112/+112
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Use libv4l1-videodev.h when available in kdenetworktpearson2011-07-292-0/+25
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1243951 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-0922-60/+60
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename incorrect instances of tqrepaint[...] to repaint[...]tpearson2011-07-071-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdenetworktpearson2011-06-22171-1885/+1952
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdenetwork/kopete] added cmake supportsamelian2011-05-227-8/+222
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1233119 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Part 2/2 of Chakra patchestpearson2010-09-077-29/+429
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1172713 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-0224-32/+32
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1158449 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-31176-3808/+3808
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1157648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Updated obsolete GPL license addresses to current GPL addresstpearson2010-01-0614-28/+28
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Update to Trinity 3.5.11tpearson2009-12-132-0/+13
| | | | | | Will need to watch for commit warnings and rebuild test git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1061808 283d02a7-25f6-0310-bc7c-ecb5cbfe19da