summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* QMetaMethod: document that fromSignal(nullptr) is okMarc Mutz2024-03-211-1/+1
* QMetaObject: consistently use QByteArray(View) in the implementationIvan Solovev2024-02-161-9/+9
* QMetaObject: clean up includesAhmad Samir2024-02-011-11/+8
* QMetaObject: revert adding QMetaObject::indexOfEnumerator(QBAV)Ahmad Samir2024-01-301-8/+9
* moc/QMetaProperty: Remove limitation on non-own-class notify signalsFabian Kosmale2024-01-261-14/+17
* Doc: Fix documentation issues for Qt CoreTopi Reinio2023-12-191-1/+1
* Doc: Remove references to Qt 4 in Qt 5.0 in Qt Core documentationKai Köhne2023-12-181-3/+2
* QMetaEnum: let key(s)ToValue match fully-qualified unscoped enumeratorsAhmad Samir2023-11-261-2/+30
* Doc: Fix template information for QMetaEnum::fromTypeLuca Di Sera2023-11-181-1/+1
* QMetaEnum: refactor keysToValueAhmad Samir2023-10-311-1/+50
* QMetaProperty: simplify codeAhmad Samir2023-10-311-23/+16
* QMetaEnum: de-duplicate some codeAhmad Samir2023-10-271-25/+16
* QMetaObject: change typeNameFromTypeInfo() to return a QBAVAhmad Samir2023-10-271-22/+14
* QMetaObject: add indexOfEnumerator(QBAV) overloadAhmad Samir2023-10-271-17/+17
* QMetaObject: change static objectClassName() to return a QBAVAhmad Samir2023-10-271-13/+12
* Fix documentation of QMetaClassInfoFriedemann Kleint2023-10-091-2/+5
* Doc: Improve documentation for QMetaEnum::metaType()Kai Köhne2023-09-211-4/+3
* Doc: fix name of return argument in prototypeVolker Hilsheimer2023-09-151-2/+2
* invokeMethod: enable passing parameters to overload taking functorsMårten Nordheim2023-08-241-6/+42
* Make qReturnArg return a type templated with the return typeMårten Nordheim2023-08-241-20/+22
* QMetaObject: port invokeMethodImpl() from QScopeGuard to SlotObjUniquePtrMarc Mutz2023-07-211-4/+5
* invokeMethod: replace a local RAII struct with qScopeGuardMårten Nordheim2023-07-011-5/+1
* Simplify invokeMethod implementations using QSlotObject helpersVolker Hilsheimer2023-05-041-16/+4
* QMetaProperty: add writeOnGadget() overload taking rvalue QVariantMarc Mutz2023-05-021-0/+10
* QMetaProperty: add write() overload taking rvalue QVariantMarc Mutz2023-04-281-4/+16
* Doc: Fix return value for Q_ARG and Q_RETURN_ARGAndreas Eliasson2023-04-271-6/+7
* moc: Record types of enumerationsUlf Hermann2023-03-311-4/+56
* QMetaObject: Drop hand-optimization of strcmpUlf Hermann2023-03-061-3/+3
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-2/+2
* QMetaObject: Fix version check for deprecated methodsFabian Kosmale2023-02-071-0/+2
* moc: Allow calling ctors on pre-allocated dataUlf Hermann2023-02-021-0/+1
* MetaObject: Apply some cosmeticsUlf Hermann2023-01-311-2/+6
* QMetaObject/Doc: document the variadic invoke{,Method} and newInstanceThiago Macieira2022-09-011-78/+214
* QMetaObject: pass the QMetaTypes in variadic invoke/newInstanceThiago Macieira2022-09-011-24/+74
* QMetaObject: add a new, variadic invoke/invokeMethod/newInstanceThiago Macieira2022-08-301-28/+70
* QMetaObject: fix the consistency check for forward-declared builtinsThiago Macieira2022-08-261-7/+22
* QMetaObject: export the invokeImpl inner methodThiago Macieira2022-08-191-27/+2
* Remove assertion from ownMethodIndex that breaks testsSami Shalayel2022-08-101-4/+3
* qmetaobject: Fix sign-compare warningFabian Kosmale2022-08-031-1/+1
* QMetaObject: fix check for void's metatype in metaType()Thiago Macieira2022-08-011-1/+2
* QMetaObject: fix calling overloaded functions & constructorsThiago Macieira2022-08-011-1/+3
* QMetaObject: improve methodMatch() to include the stored metatypesThiago Macieira2022-08-011-3/+49
* QMetaObject: move QMetaMethodPrivate into an unnamed namespaceThiago Macieira2022-07-281-0/+2
* QMetaObject: simplify printMethodNotFoundWarning() a littleThiago Macieira2022-07-281-9/+6
* QMetaObject: merge the findMethodCandidates() into the warning functionThiago Macieira2022-07-281-18/+8
* QMetaObject: move the warning from invokeMethod() to a new functionThiago Macieira2022-07-281-20/+24
* QMetaObject: rewrite newInstance()Thiago Macieira2022-07-281-38/+57
* QMetaObject: rewrite invokeMethod()Thiago Macieira2022-07-281-27/+42
* QMetaObject: rewrite QMetaMethod::invokeThiago Macieira2022-07-281-63/+141
* Fix build with the disabled 'translation' featureAlexey Edelev2022-07-151-1/+1