summaryrefslogtreecommitdiffstats
path: root/kommander
Commit message (Collapse)AuthorAgeFilesLines
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-257-16/+16
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-2431-85/+85
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-227-13/+13
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-206-7/+7
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-194-9/+9
|
* Fix FTBFSTimothy Pearson2012-11-171-1/+1
|
* Fix a number of unconnected signals and slotsTimothy Pearson2012-11-172-13/+13
|
* Fix 'format not a string literal' error.Darrell Anderson2012-11-021-1/+1
| | | | Thanks to Serghei Amelian.
* Fix FTBFS on TQt3Timothy Pearson2012-10-304-16/+16
|
* Fix inadvertent tqt changes.Darrell Anderson2012-10-212-2/+2
|
* Update TQt3 property/enum macrosTimothy Pearson2012-10-207-9/+9
|
* Fix QString -> TQString.Darrell Anderson2012-09-167-28/+28
|
* Update autotools for new DSO linkage styleSlávek Banko2012-08-062-2/+2
| | | | Thanks to Francois Andriot for the patch
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-083-4/+4
|
* Branding cleanup: *.desktop filesDarrell Anderson2012-05-281-1/+0
|
* Branding cleanup: KDE -> TDEDarrell Anderson2012-05-261-1/+1
|
* Branding cleanup: I18N_NOOP KDE -> TDE.Darrell Anderson2012-05-101-1/+1
|
* Fix inadvertent "TQ" changes.Darrell Anderson2012-04-134-4/+4
|
* Rename additional members for tqt3Timothy Pearson2012-03-071-4/+4
|
* Rename additional global TQt functionsTimothy Pearson2012-03-0114-85/+85
|
* Rename kde-config to tde-configTimothy Pearson2012-02-261-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1779-123/+123
|
* Part 1 of 2 of kdm renameTimothy Pearson2012-01-221-1/+1
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-2130-272/+272
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1974-347/+347
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1886-338/+338
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-16137-979/+979
| | | | This reverts commit 2b0e1de2ffcca7bb93f1fd8ddd32f74041d0d076.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-15137-979/+979
|
* Rename KDEHOME and KDEDIRTimothy Pearson2011-12-071-1/+1
|
* Fix FTBFS on armelTimothy Pearson2011-11-221-3/+3
|
* Fix FTBFS on armelTimothy Pearson2011-11-212-1/+2
|
* Fix FTBFSTimothy Pearson2011-11-201-5/+5
|
* Finish rename from prior commitTimothy Pearson2011-11-163-0/+0
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-1699-228/+228
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-067-8/+8
|
* Additional kde to tde renamingTimothy Pearson2011-11-067-8/+8
|
* Fix kdewebdev FTBFS under oneiricv3.5.13tpearson2011-10-122-2/+2
| | | | | | | Quanta lvalue gcc error patch provided by "/dev/ammo42" git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1258664 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Link most Trinity DSOs against the most common kdelibs libraries to ↵tpearson2011-10-104-4/+4
| | | | | | compensate for linking changes in modern distributions such as Ubuntu Oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of strings in Trinity that were incorrectly converted to TQ* ↵tpearson2011-09-181-1/+1
| | | | | | | | | from Q* This fixes the Kopete MSN protocol among other things git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1254372 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/kdewebdev@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-10106-703/+703
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1061-415/+415
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-09103-519/+519
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename incorrect instances of tqrepaint[...] to repaint[...]tpearson2011-07-073-12/+12
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdewebdev FTBFS under Qt3tpearson2011-06-1722-380/+380
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1237074 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdewebdevtpearson2011-06-16270-4650/+4802
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1237029 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Runtime object naming repaired in kdewebdevtpearson2011-02-2420-401/+401
| | | | | | | NOTE: runtime object naming still needs to be checked for stray "Q*" strings git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1222551 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of runtime object identification problems which led to an even ↵tpearson2011-02-241-5/+5
| | | | | | | | | 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/kdewebdev@1222475 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-0260-148/+148
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1158456 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-31200-9622/+9622
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1157656 283d02a7-25f6-0310-bc7c-ecb5cbfe19da