summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-291-1/+1
|
* Rename kiobuffer and KHTMLTimothy Pearson2013-01-276-10/+10
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2754-82/+82
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2611-14/+14
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2580-684/+684
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-2433-245/+245
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-221-2/+2
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-203-5/+5
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-3/+3
|
* Silence GNU make warnings.Darrell Anderson2012-12-031-0/+2
|
* Fix FTBFS due to missing LIBXML_LIBSSlávek Banko2012-11-011-1/+1
| | | | Thanks to Francois Andriot
* Fix 'format not a string literal' errorSlávek Banko2012-11-012-3/+3
| | | | Thanks to Francois Andriot
* Branding cleanup: KDE -> TDEDarrell Anderson2012-05-261-1/+1
|
* Branding cleanup: I18N_NOOP KDE -> TDE.Darrell Anderson2012-05-101-1/+1
|
* GCC 4.7 fixes.Darrell Anderson2012-05-061-0/+1
| | | | Thanks to Francois Andriot.
* Fix inadvertent "TQ" changes.Darrell Anderson2012-04-1315-68/+68
|
* Fix typos.Darrell Anderson2012-04-051-2/+2
|
* Fix Makefile.am: ":= -style assignments are not portable" build warning.Darrell Anderson2012-03-251-1/+1
|
* Rename additional members for tqt3Timothy Pearson2012-03-072-2/+2
|
* Rename additional global TQt functionsTimothy Pearson2012-03-014-10/+10
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-17123-131/+131
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-2128-89/+89
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1977-215/+215
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-18149-2785/+2785
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-16171-3073/+3073
| | | | This reverts commit 031454e56009d576589c28757f6c6fcf4884095e.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-15171-3073/+3073
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-1620-30/+30
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-071-1/+1
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-062-6/+6
|
* Additional kde to tde renamingTimothy Pearson2011-11-066-7/+7
|
* Rename kde libraries to tdeTimothy Pearson2011-11-052-2/+2
|
* Fix tellico FTBFS under oneiricv3.5.13tpearson2011-10-172-1/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1259270 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/applications/tellico@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix remaining instances of tqStatus embedded in user visible stringstpearson2011-08-311-4/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Convert accidental instances of STQL to the proper SQLtpearson2011-08-141-7/+7
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1247182 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-10122-225/+225
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1088-394/+394
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix tellico FTBFS under gcc4.6tpearson2011-07-311-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1244229 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-09122-392/+392
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port tellicotpearson2011-07-02387-10186/+10320
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1239054 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix FTBFStpearson2010-11-071-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1194000 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added KDE3 version of Tellicotpearson2010-03-01485-0/+88997
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1097620 283d02a7-25f6-0310-bc7c-ecb5cbfe19da