summaryrefslogtreecommitdiffstats
path: root/buildtools/qmake
Commit message (Collapse)AuthorAgeFilesLines
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-236-88/+30
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a213def8e9bf36d3554373e623a8e84ef46ad960)
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-07-012-5/+5
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 634dbebd29d7d8bcdbce968ec11363df73a598d6)
* Fix FTBFS with GCC6Slávek Banko2016-09-031-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 193843b0279cfc3341c7cf4086efff78d097aba7)
* Fix exec icon location and bring it into XDG complianceTimothy Pearson2014-10-222-4/+4
|
* Repair mimetype icon usage, part 1. The following are not fully verified in ↵Timothy Pearson2014-10-221-3/+3
| | | | source as of this commit due to ubiquity: info, unknown
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-221-2/+2
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-131-16/+16
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-112-2/+2
| | | | match XDG specifications
* Revert "Finish renaming tdevelop components"Michele Calgaro2014-05-258-46/+46
| | | | This reverts commit 722ce1efbac31c61b1d4b13f7e075c9f311e3e73.
* Finish renaming tdevelop componentsDarrell Anderson2014-03-028-46/+46
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-035-5/+5
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-158-12/+12
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-142-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-3/+3
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-019-11/+11
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0112-42/+42
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-275-8/+8
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-262-2/+2
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-252-4/+4
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-244-21/+21
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-201-2/+2
|
* Fix inadvertent tq changes.Darrell Anderson2012-10-211-1/+1
|
* Fix inadvertent tqt changes.Darrell Anderson2012-10-211-6/+6
|
* Fix inadvertent tqt changes.Darrell Anderson2012-10-211-8/+8
|
* Fix QString -> TQString.Darrell Anderson2012-09-161-57/+57
|
* Fix help files, kdevelop->tdevelop branding, fix startup.Darrell Anderson2012-07-041-2/+2
|
* Branding: KDevelop -> TDevelop, fix menuDarrell Anderson2012-06-082-18/+18
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-082-2/+2
|
* Revert patch pushed in GIT hash 2b84a5e. The patch is good but pushedDarrell Anderson2012-06-072-18/+18
| | | | prematurely --- needing another patch set not yet pushed to GIT.
* Branding cleanup: menu, desktop, and docbook files.Darrell Anderson2012-06-072-18/+18
|
* Rename additional global TQt functionsTimothy Pearson2012-03-011-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-177-7/+7
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-213-29/+29
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-195-34/+34
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-188-79/+79
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-169-143/+143
| | | | This reverts commit b6ba5d642f3fc7d320e3d6f4650eb259a3a52b04.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-159-143/+143
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-168-24/+24
|
* Fix a number of strings in Trinity that were incorrectly converted to TQ* ↵tpearson2011-09-184-13/+13
| | | | | | | | | 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-1021-94/+94
| | | | | | | | 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-1019-242/+242
| | | | | | | | | 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-097-11/+11
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdevelop Qt3 compilationtpearson2011-06-1710-161/+162
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1237312 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdeveloptpearson2011-06-1430-1087/+1094
| | | | | | | 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] initial cmake supportsamelian2011-01-231-0/+53
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1216516 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-021-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1158455 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-3124-1375/+1375
| | | | 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-062-2/+2
| | | | 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-062-2/+2
| | | | 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-2536-0/+14273
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da