summaryrefslogtreecommitdiffstats
path: root/src/tools/moc/moc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce Q_ENUM and Q_FLAG macrosOlivier Goffart2015-01-131-0/+2
* moc: Don't link to inexistent parent staticMetaObjectGabriel de Dietrich2015-01-131-0/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Introduce a new warning in moc, to notify about duplicated propertiesAleix Pol2014-07-101-0/+7
* Correct grammar of missing Q_OBJECT macro warning.Mitch Curtis2014-06-231-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-171-14/+26
|\
| * moc: Fix parsing of operator<Olivier Goffart2014-02-141-0/+4
| * Make parsing of template arguments more robust.Olivier Goffart2014-02-141-15/+23
* | Fix regression in property handling with enums from gadgetsSimon Hausmann2013-12-241-7/+14
* | Fix erroneous exclusion of classes from related meta objects in mocSimon Hausmann2013-12-121-4/+4
|/
* moc: add -M<key=value> to ease static qml plugin linkingRichard Moe Gustavsen2013-09-131-0/+4
* QMetaMethod and QDBusMetaObject: Give public access to signal methodsCaroline Chao2013-09-091-1/+1
* moc: Avoid non-deterministic output which causes unnecesary rebuildsRobin Burchell2013-06-301-1/+6
* moc: recover bad template parsing.Olivier Goffart2013-05-201-0/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Add support for defining properties from member variables.Gerhard Gappmeier2013-01-191-3/+9
|/
* 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