summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* MetaObject: store the QMetaType of the propertiesOlivier Goffart2020-02-251-116/+38
* Normalize types at compile timeOlivier Goffart2020-02-201-11/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-8/+23
|\
| * Doc: Replace some usages of 0/zero/null with \nullptrSze Howe Koh2020-01-271-2/+2
| * Introduce Q_PROPERTY attribute REQUIREDFabian Kosmale2020-01-231-0/+15
| * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-6/+6
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-40/+40
|\|
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-40/+40
* | Change representation of string data in the meta objectLars Knoll2019-12-081-14/+19
* | Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-081-1/+1
* | Introduce QArrayData::allocatedCapacity() and use it instead of d->allocThiago Macieira2019-12-071-1/+1
* | Replace QArrayData::capacityReserved with a full flags fieldThiago Macieira2019-12-071-1/+0
* | Use Q_NAMESPACE for the Qt namespace, and remove the old moc hack to support itOlivier Goffart2019-12-061-1/+1
* | Make QList an alias to QVectorLars Knoll2019-10-301-1/+3
* | Add support for slots to receive the raw void ** arguments arrayLars Knoll2019-10-071-0/+15
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-0/+7
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-221-0/+7
| |\
| | * Point out that dynamically modified meta objects are not threadsafeVolker Hilsheimer2019-08-211-0/+7
* | | Inline QMetaObjectPrivate::signalOffset()Lars Knoll2019-08-131-8/+1
* | | Refactor memory allocation for arguments of QMetaCallEventsVolker Hilsheimer2019-08-101-28/+10
* | | Qt6: Fix uninitialized meta objects on WindowsThiago Macieira2019-07-161-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-111-0/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-101-0/+6
| |\|
| | * Fix QMetaObject::newInstance on non-QObject meta objectMilian Wolff2019-04-091-0/+6
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-041-3/+3
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-051-2/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-041-2/+2
| | |\|
| | | * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-021-2/+2
| * | | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-1/+1
| |/ /
* / / Add QMetaProperty::relativePropertyIndex()Simon Hausmann2019-04-041-0/+12
|/ /
* | QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-181-1/+1
* | QtCore: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-6/+6
* | Minor optimizationLars Knoll2019-01-071-2/+4
|/
* Doc: mark QMetaObject::invokeMethod overloads as threadsafeThiago Macieira2018-12-181-0/+7
* QMetaEnum: fix UBAnton Kudryavtsev2018-10-171-2/+6
* Create empty list only if it's needed in QMetaMethod::parameterNamesAnton Kudryavtsev2018-10-171-2/+1
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-18/+2
* Fix binary compatibility with old generated moc filesOlivier Goffart2018-09-151-1/+2
* Modernize the "thread" featureUlf Hermann2018-08-171-5/+7
* Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-111-22/+70
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-0/+6
|\
| * QMetaObject::invokeMethod: don't leak the slot objectThiago Macieira2018-01-141-0/+6
* | doc: Correct remaining qdoc warnings in qmetaobject.cppMartin Smith2018-01-041-3/+3
* | doc: Change invokeMethod() comments to work with clangMartin Smith2017-12-081-34/+10
* | doc: Fix three "Cannot tie" errorsMartin Smith2017-12-021-1/+1
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
|/
* moc: Allow NOTIFY signals defined in parent classesAlbert Astals Cid2017-05-231-1/+15
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-5/+7
|\
| * Fix QMetaMethod::invoke and automatic type registrationOlivier Goffart2017-04-221-5/+7
* | Add QMetaObject::invokeMethod() overloads for function pointersBenjamin Terrier2017-04-021-0/+83
|/