summaryrefslogtreecommitdiffstats
path: root/src/tools/moc
Commit message (Expand)AuthorAgeFilesLines
* Initialize the return value of signalsOlivier Goffart2011-11-291-1/+1
* Add support to moc for registering non-local enums via Q_ENUMS.Glenn Watson2011-11-271-0/+15
* moc: Remove code that generate QMetaObject.Olivier Goffart2011-11-154-320/+0
* moc: fix Q_INVOKABLE returning referencesOlivier Goffart2011-11-151-1/+4
* moc: support mapping pointers to member functions to indexesOlivier Goffart2011-11-143-2/+39
* Fix parsing of #if defined expressionOlivier Goffart2011-11-111-2/+3
* moc: support c++11 style enumsOlivier Goffart2011-10-293-4/+15
* Move the implementation of normalizeTypeInternal()Bradley T. Hughes2011-10-271-1/+1
* Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-09-121-2/+2
* added -b<file> option to moc to support additional include filesKeno Fischer2011-09-071-3/+18
* simplify relative path generationOswald Buddenhagen2011-06-221-28/+1
* Moved common module profiles to be feature profiles.axis2011-06-051-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2421-360/+360
* Initial import from the monolithic Qt.Qt by Nokia2011-04-2724-0/+7825