summaryrefslogtreecommitdiffstats
path: root/src/tools/moc/generator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license header from Nokia to DigiaSergio Ahumada2012-11-261-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-22/+22
* Fix moc generating invalid code for slots with reference types as argument.Volker Krause2012-09-021-2/+2
* Fix static plugins for classes in namespaces.Friedemann Kleint2012-08-301-1/+2
* Use qualified name for QT_MOC_EXPORT_PLUGIN()Lukas Geyer2012-08-291-1/+1
* Add automatic metatype registration for invokable methods.Stephen Kelly2012-08-281-1/+51
* Add automatic metatype registration for Q_PROPERTY types.Stephen Kelly2012-08-281-3/+88
* Simplify the moc code related to private signals a bit.Stephen Kelly2012-07-131-9/+18
* Create a way to inform moc about private signals.Stephen Kelly2012-07-131-7/+30
* Encapsulate the dynamic meta object pointerAaron Kennedy2012-05-181-1/+1
* Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-251-21/+9
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-2/+8
|\
| * moc: fix compilation of signals returning pointers.Olivier Goffart2012-04-131-2/+8
* | Introduce initializer macros for QString- and QByteArrayDataJoão Abecasis2012-04-041-3/+3
* | Ensure that moc doesn't resolve the qreal meta-type idKent Hansen2012-03-181-23/+27
* | Fix comparison type warning.Stephen Kelly2012-03-161-1/+1
* | Introduce QMetaType::UnknownType.Jędrzej Nowacki2012-03-021-9/+11
* | Long live Qt5 meta-object method/property descriptorsKent Hansen2012-02-291-60/+123
* | Change the representation of meta-object string dataKent Hansen2012-02-291-72/+180
|/
* moc: Only generate IndexOfMethod for signals.Olivier Goffart2012-02-281-4/+8
* moc: Fix loading of plugins in release mode.Friedemann Kleint2012-02-211-26/+40
* Small moc cleanup: Pass lists by const referenceKent Hansen2012-02-201-2/+2
* moc: Get rid of implicit conversions to const char *Kent Hansen2012-02-201-10/+8
* Minuscule moc cleanup: Don't declare i in function scopeKent Hansen2012-02-201-5/+3
* Qt 5 plugin system: Fix handling of namespaced plugin classes.Friedemann Kleint2012-02-171-0/+4
* Don't hardcode the number 14 in meta-object generatorsKent Hansen2012-02-161-1/+1
* Implement new plugin mechanismLars Knoll2012-02-151-0/+48
* Bring qmetaobjectbuilder in sync with mocKent Hansen2012-02-031-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Get rid of checks for Qt3 typesKent Hansen2012-01-291-9/+0
* moc: Use QMetaType::QVariant as the type for QVariantKent Hansen2012-01-251-2/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Remove the Q_NO_DATA_RELOCATION hackOlivier Goffart2012-01-131-13/+0
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* 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-151-301/+0
* moc: support mapping pointers to member functions to indexesOlivier Goffart2011-11-141-0/+29
* moc: support c++11 style enumsOlivier Goffart2011-10-291-4/+6
* 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/+1333