summaryrefslogtreecommitdiffstats
path: root/noatun
Commit message (Collapse)AuthorAgeFilesLines
* Fix inadvertent tq changes.Darrell Anderson2012-11-102-3/+3
| | | | (cherry picked from commit 7599bd501c6411a70c373e2b34ebd00e706d19b6)
* Update autotools for new DSO linkage styleSlávek Banko2012-08-053-4/+4
| | | | | Thanks to Francois Andriot for the patch (cherry picked from commit 023e7b38d9438a4262e6b46d9dbb9345597359a5)
* Fix inadvertent "TQ" changes.Darrell Anderson2012-06-035-10/+10
| | | | (cherry picked from commit 017d437099d1f1d6a68e145eca4a507e8ab65d9e)
* Rename obsolete tq methods to standard namesTimothy Pearson2012-06-038-38/+38
| | | | (cherry picked from commit d4ad38145541b8aabb0623e9a81d72f4d4310c90)
* Remove additional unneeded tq method conversionsTimothy Pearson2012-06-0337-125/+125
| | | | (cherry picked from commit dc07846059a60d069687585cc72ff501a2096296)
* Rename old tq methods that no longer need a unique nameTimothy Pearson2012-06-0334-112/+112
| | | | (cherry picked from commit 3c299dfe48c0060272c2966fff599b3b417e2ee4)
* Fix kdemultimedia FTBFS on Fedora 15v3.5.13tpearson2011-10-281-1/+1
| | | | | | | Thanks to François Androit for the patch! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1261196 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* 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/kdemultimedia@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix remaining instances of tqStatus embedded in user visible stringstpearson2011-08-311-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1090-425/+425
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1040-165/+165
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-0910-17/+17
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename incorrect instances of tqrepaint[...] to repaint[...]tpearson2011-07-071-5/+5
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename all instances of "tqgeometry" (including quotes) to the more-correct ↵tpearson2011-06-145-5/+5
| | | | | | "geometry" string git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1236712 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdemultimedia Qt3 FTBFStpearson2011-06-121-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1236199 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdemultimediatpearson2011-06-11178-1388/+1469
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1236079 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of runtime object identification problems which led to an even ↵tpearson2011-02-241-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/kdemultimedia@1222475 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-0225-46/+46
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1158448 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-31175-3355/+3355
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed remaining GPL address zip codestpearson2010-01-067-7/+7
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1070598 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Updated obsolete GPL license addresses to current GPL addresstpearson2010-01-0611-15/+15
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * libtunepimp updatestpearson2009-12-151-1/+3
| | | | | | | | | * kmix fixes * noatun automake patch * juk configuration dialog enhancements * hide aRTS menu entries git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1062736 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-25556-0/+44045
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da