summaryrefslogtreecommitdiffstats
path: root/src/tools/moc/moc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the timestamp info in genarated filesLiang Qi2012-12-151-5/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Generate includes for Qt containers used as auto-metatypes.Stephen Kelly2012-09-031-0/+42
* Add automatic metatype registration for Q_PROPERTY types.Stephen Kelly2012-08-281-1/+1
* moc: parse classes that use Q_DECL_FINAL|final|sealedMarc Mutz2012-08-261-1/+11
* Search the include paths for json files containing plugin infoLars Knoll2012-07-311-0/+12
* Simplify the moc code related to private signals a bit.Stephen Kelly2012-07-131-1/+3
* Create a way to inform moc about private signals.Stephen Kelly2012-07-131-0/+4
* Revert "Allow moc to handle symbols that have been redefined."Matthew Vogt2012-07-041-108/+1
* It should be a moc error for the specified file to not exist.Stephen Kelly2012-06-141-1/+1
* Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-2/+108
|\
| * Allow moc to handle symbols that have been redefined.Matthew Vogt2012-02-271-2/+108
* | Introduce QMetaType::UnknownType.Jędrzej Nowacki2012-03-021-3/+1
* | Long live Qt5 meta-object method/property descriptorsKent Hansen2012-02-291-4/+1
* | Change the representation of meta-object string dataKent Hansen2012-02-291-0/+1
|/
* moc: Get rid of implicit conversions to const char *Kent Hansen2012-02-201-5/+6
* Implement new plugin mechanismLars Knoll2012-02-151-0/+52
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Finish removing Qt3 supportBradley T. Hughes2011-12-231-2/+0
* moc: Remove code that generate QMetaObject.Olivier Goffart2011-11-151-11/+0
* moc: fix Q_INVOKABLE returning referencesOlivier Goffart2011-11-151-1/+4
* moc: support mapping pointers to member functions to indexesOlivier Goffart2011-11-141-1/+5
* moc: support c++11 style enumsOlivier Goffart2011-10-291-0/+7
* 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
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1453