summaryrefslogtreecommitdiffstats
path: root/languages/cpp
Commit message (Collapse)AuthorAgeFilesLines
* Automatically update admin submodule and copy sustem libtool files before ↵Timothy Pearson2012-11-1718-22/+22
| | | | | | | | | first build Fix FTBFS in many TDE sample projects Place TDE sample projects in a TDE category instead of a KDE category (part of the original commit) (cherry picked from commit 93907d7e7a2741818d4b5e1c3ea645f784f7347e)
* Fix inadvertent tq changes.Darrell Anderson2012-11-173-6/+6
| | | | (cherry picked from commit c8388916e47a7fdf453c5c83339c362bb016d140)
* Fix inadvertent tqt changes.Darrell Anderson2012-11-1719-42/+42
| | | | (cherry picked from commit 3d1c7581ff395fc373ca4b8bd8f65b540b37b12f)
* Fix inadvertent tqt changes.Darrell Anderson2012-11-174-6/+6
| | | | (cherry picked from commit ffc74f031874e3823f212e40a03cb9f25091cb5f)
* GCC 4.7 fix.Darrell Anderson2012-06-231-4/+4
| | | | | | This partially resolves bug report 958. Thanks to Francois Andriot. (cherry picked from commit b5a7ac1003316592cdfc7a37d90c64c4c91d4745)
* Fix inadvertent "TQ" changes.Darrell Anderson2012-06-232-2/+2
| | | | (cherry picked from commit b5528c18eb8080cdf8aad4e0357e337b3d8a5f96)
* Rename a few stragglersTimothy Pearson2012-06-232-24/+24
| | | | (cherry picked from commit 2007255ef3c315bc1dae29043caaa40a16699a29)
* Rename obsolete tq methods to standard namesTimothy Pearson2012-06-2322-71/+71
| | | | (cherry picked from commit abcbb684982167791304dc2fe0bc979489506b43)
* Remove additional unneeded tq method conversionsTimothy Pearson2012-06-2350-270/+270
| | | | (cherry picked from commit 7e66d7c3611d907ea28b140281b472bb1c406be6)
* Rename old tq methods that no longer need a unique nameTimothy Pearson2012-06-2351-178/+178
| | | | (cherry picked from commit c3b301575a98e4c3505ad95534d6192b65539dab)
* Fix FTBFS on armelTimothy Pearson2012-06-231-0/+3
| | | | (cherry picked from commit 45acb7c6b079416aa26769b78669939d51eb8716)
* Fix FTBFS on armelTimothy Pearson2012-06-231-0/+2
| | | | (cherry picked from commit 2470d38df53e34a03e5d3ff8c9b7c2eed2949074)
* Fix FTBFSTimothy Pearson2012-06-234-6/+15
| | | | (cherry picked from commit c6fee889e9a4a644560804c7226c5fd6eb475e48)
* Fix a number of strings in Trinity that were incorrectly converted to TQ* ↵tpearson2011-09-186-9/+9
| | | | | | | | | from Q* This fixes the Kopete MSN protocol among other things git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix remaining instances of tqStatus embedded in user visible stringstpearson2011-08-311-6/+6
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of accidental tqStatus string conversionstpearson2011-08-271-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Convert remaining references to kde3 (e.g. in paths) to trinitytpearson2011-08-212-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a couple of kdevelop signal/slot errorstpearson2011-08-162-1/+6
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1247625 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-10158-569/+569
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1087-451/+451
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix missing Q_OBJECT macrostpearson2011-08-052-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1245170 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-0964-140/+140
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@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/kdevelop@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdevelop Qt3 compilationtpearson2011-06-1711-58/+58
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1237312 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdeveloptpearson2011-06-14337-2742/+2828
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1236710 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of runtime object identification problems which led to an even ↵tpearson2011-02-241-1/+1
| | | | | | | | | 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/kdevelop@1222475 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdevelop] fixed gcc-4.5 incompatibilitiessamelian2011-02-181-3/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1221512 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdevelop] initial cmake supportsamelian2011-01-2375-10/+2084
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1216516 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdevelop] compatibility with QT_NO_ASCII_CAST and automocsamelian2011-01-231-0/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1216512 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdevelop] rename CMakeLists.txt to avoid conflicts with cmake build systemsamelian2011-01-224-0/+0
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1216313 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdevelop] rename CMakeLists.txt to avoid conflicts with cmake build systemsamelian2011-01-221-0/+0
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1216307 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-0239-61/+61
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1158455 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-31272-5940/+5940
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1157658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed remaining GPL address zip codestpearson2010-01-0611-11/+11
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1070598 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Updated obsolete GPL license addresses to current GPL addresstpearson2010-01-0619-27/+27
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Fixed gcc4.4 compilation issuestpearson2009-12-141-13/+1
| | | | | | * Repaired malfunctioning debug configuration dialog that prevented execution of gdb git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1062175 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-251053-0/+101413
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da