summaryrefslogtreecommitdiffstats
path: root/noatun-plugins
Commit message (Collapse)AuthorAgeFilesLines
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-042-6/+6
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0113-20/+20
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0117-82/+82
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-315-6/+6
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-2912-12/+12
|
* Rename kiobuffer and KHTMLTimothy Pearson2013-01-273-3/+3
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2729-36/+36
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-266-6/+6
|
* Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, ↵Timothy Pearson2013-01-253-17/+17
| | | | and KBuffer to avoid conflicts with KDE4
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2522-78/+78
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-2428-99/+99
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-224-5/+5
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-203-4/+4
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-1/+1
|
* Fix inadvertent tq changes.Darrell Anderson2012-10-211-2/+2
|
* Fix inadvertent tq changes.Darrell Anderson2012-10-211-1/+1
|
* Fix inadvertent "TQ" changes.Darrell Anderson2012-04-124-7/+7
|
* Rename additional members for tqt3Timothy Pearson2012-03-071-1/+1
|
* Rename additional global functions and variables for tqt3Timothy Pearson2012-03-021-2/+2
|
* Rename additional global TQt functionsTimothy Pearson2012-03-011-1/+1
|
* Update automake files to use tde instead of kdeTimothy Pearson2012-02-2116-16/+16
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1735-50/+50
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-219-39/+39
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1915-36/+36
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1811-16/+16
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1630-106/+106
| | | | This reverts commit ca82971624269719d487c6f7980d7237f9420036.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1530-106/+106
|
* Rename KDEHOME and KDEDIRTimothy Pearson2011-12-071-2/+2
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-164-6/+6
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-073-4/+4
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-064-7/+7
|
* Additional kde to tde renamingTimothy Pearson2011-11-064-4/+4
|
* Link most Trinity DSOs against the most common kdelibs libraries to ↵tpearson2011-10-103-3/+3
| | | | | | compensate for linking changes in modern distributions such as Ubuntu Oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Convert remaining references to kde3 (e.g. in paths) to trinitytpearson2011-08-211-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1041-159/+159
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1018-67/+67
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-097-26/+26
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename incorrect instances of tqrepaint[...] to repaint[...]tpearson2011-07-071-3/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdeaddonstpearson2011-06-18103-544/+608
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1237404 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-0212-19/+19
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1158415 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-3192-1398/+1398
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1157634 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-25199-0/+39226
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da