summaryrefslogtreecommitdiffstats
path: root/kdevdesigner
Commit message (Collapse)AuthorAgeFilesLines
* Fix various cmake build issuesSlávek Banko2012-11-172-1/+88
| | | | (cherry picked from commit 96f0726b226f4b404c38f998fbdd02cf728ba6e8)
* Fix FTBFSTimothy Pearson2012-11-171-1/+1
| | | | (cherry picked from commit 5bca232c7d53e3bc28dae36b0ccc9dbcbbf01fba)
* Fix FTBFSTimothy Pearson2012-11-171-1/+1
| | | | (cherry picked from commit b58594732f9c6342b36ce7bc1bf9a1a4c3dd810c)
* Fix inadvertent tq changes.Darrell Anderson2012-11-171-1/+1
| | | | (cherry picked from commit c8388916e47a7fdf453c5c83339c362bb016d140)
* Fix inadvertent tqt changes.Darrell Anderson2012-11-171-1/+1
| | | | (cherry picked from commit ffc74f031874e3823f212e40a03cb9f25091cb5f)
* Fix linear alphabet string errorsTimothy Pearson2012-06-231-1/+1
| | | | (cherry picked from commit a60600ad663bcf04672aecc9bb1ec5150bb37d20)
* Rename a few stragglersTimothy Pearson2012-06-231-1/+1
| | | | (cherry picked from commit 2007255ef3c315bc1dae29043caaa40a16699a29)
* Rename obsolete tq methods to standard namesTimothy Pearson2012-06-2325-259/+259
| | | | (cherry picked from commit abcbb684982167791304dc2fe0bc979489506b43)
* Remove additional unneeded tq method conversionsTimothy Pearson2012-06-2348-275/+275
| | | | (cherry picked from commit 7e66d7c3611d907ea28b140281b472bb1c406be6)
* Rename old tq methods that no longer need a unique nameTimothy Pearson2012-06-2372-349/+349
| | | | (cherry picked from commit c3b301575a98e4c3505ad95534d6192b65539dab)
* Fix FTBFSTimothy Pearson2012-06-232-4/+6
| | | | (cherry picked from commit c6fee889e9a4a644560804c7226c5fd6eb475e48)
* 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/kdevelop@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of strings in Trinity that were incorrectly converted to TQ* ↵tpearson2011-09-186-8/+8
| | | | | | | | | 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
* rename the following methods:tpearson2011-08-10112-854/+854
| | | | | | | | 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-1045-444/+444
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-0963-611/+611
| | | | | | | | | | | | 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-073-12/+12
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix remaining kdevelop build problemstpearson2011-06-1712-115/+115
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1237331 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdevelop Qt3 compilationtpearson2011-06-1739-301/+299
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1237312 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdeveloptpearson2011-06-14202-6862/+6980
| | | | | | | 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
* [kdevelop/kdevdesigner] added forgotten AUTOMOC directivesamelian2011-05-101-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1231319 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdevelop] sync with new cmake macrossamelian2011-04-211-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1228608 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Runtime object naming repaired in kdeveloptpearson2011-02-242-106/+106
| | | | | | | NOTE: kdewebdev is still an outstanding issue git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1222477 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of runtime object identification problems which led to an even ↵tpearson2011-02-2418-214/+214
| | | | | | | | | 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] initial cmake supportsamelian2011-01-235-0/+209
| | | | 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-234-27/+27
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1216512 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-0254-140/+140
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1158455 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-31167-10849/+10849
| | | | 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-0610-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-0610-11/+11
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-25434-0/+76909
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da