summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* QMetaObject: Compare threadIds when checking receiver threadMike Achtelik2020-06-251-9/+16
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-1/+1
* QMetaMethod: implement returnType via returnMetaTypeFabian Kosmale2020-06-181-3/+1
* Add some support to flag alias propertiesLars Knoll2020-06-111-0/+14
* Get rid of the obsolete isEditable flag for propertiesLars Knoll2020-06-111-21/+0
* Further metaobject cleanupsFabian Kosmale2020-06-111-32/+34
* Cleanup QMetaClassInfoLars Knoll2020-06-111-3/+3
* Cleanups in QMetaPropertyFabian Kosmale2020-06-111-132/+86
* Qt6: remove support for property flags being functionsLars Knoll2020-06-111-44/+14
* Clean up QMetaEnum codeLars Knoll2020-06-111-56/+35
* QMetaMethod: clean up offset handlingLars Knoll2020-06-111-39/+60
* Port QMetaObject away from QStringRefLars Knoll2020-06-101-3/+3
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-021-25/+55
* Cosmetic whitespace / indentationIvan Tkachenko2020-05-291-32/+43
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-0/+2
|\
| * Warn that the EDITABLE flag for property declarations is deprecatedLars Knoll2020-04-021-0/+2
* | Add support for exposing public QProperty members in the meta-object systemSimon Hausmann2020-03-181-0/+15
* | 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
|/