summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* QObject: optimize err_ functions for sizeMarc Mutz2025-11-271-10/+25
* QObjectPrivate::connectImpl: remove unnecessary check we've already doneThiago Macieira2025-10-241-1/+1
* QObject: use connectWarning() moreThiago Macieira2025-10-231-18/+19
* QObject: docs: clarify that "window system events" means the event loopAhmad Samir2025-10-151-2/+2
* QObject: use a view instead of allocating a temporary QByteArrayAhmad Samir2025-10-061-3/+3
* QObject: fix Clang -Wshorten-64-to-32 warningsAhmad Samir2025-10-061-7/+7
* QObject: take by QSpan in static helper functionAhmad Samir2025-10-061-3/+3
* QObject: warn about using SLOT macro with non-slot functionsAhmad Samir2025-10-021-2/+28
* QObject: disconnect(): don't normalize signatures unconditionallyAhmad Samir2025-10-021-29/+33
* QObject: disconnect(): rearrange the code for better readabilityAhmad Samir2025-09-301-10/+10
* QObject: disconnect(): optimize finding the index of `method`Ahmad Samir2025-09-301-2/+12
* Revert "QObject: clarify what `method` is in string-based (dis)connect overlo...Ahmad Samir2025-09-261-13/+0
* QMetaObject: Add missing include for QSpanMichael Weghorn2025-09-091-0/+1
* QMetaObjectPrivate: use QSpan instead of passing a length and pointerAhmad Samir2025-09-081-14/+11
* QMetaObjectPrivate: calculate the length of a `const char *` onceAhmad Samir2025-09-081-10/+12
* Implement QObject::isQmlObjectType()Axel Spoerl2025-08-221-0/+12
* QObject: (dis)connect(): normalize/decode the same signatureAhmad Samir2025-08-221-10/+8
* QObject: (dis)connect: check signal/slot prefix code firstAhmad Samir2025-08-221-11/+18
* QObject: (dis)connect(): use clearer names for local variablesAhmad Samir2025-08-221-12/+12
* QObject: clarify what `method` is in string-based (dis)connect overloadsAhmad Samir2025-08-161-0/+13
* QQueuedMetaCallEvent: use sized-free to dealloc args_Aurélien Brooke2025-07-281-4/+3
* QQueuedMetaCallEvent: don't initialize return storage if no argumentsVolker Hilsheimer2025-07-271-2/+4
* QQueuedMetaCallEvent: move allocArgs() call into copyArgValues()Volker Hilsheimer2025-07-241-19/+17
* Fix files under src_corelib_kernel prefixOleksii Zbykovskyi2025-07-241-1/+13
* QQueuedMetaCallEvent: simplify castingVolker Hilsheimer2025-07-221-1/+1
* QMetaCallEvent: clean up qtdeclarative source compatibilityAurélien Brooke2025-07-221-76/+17
* Reduce QVarLengthArray preallocation in queued meta callAurélien Brooke2025-07-211-1/+2
* Doc: Improve guidance on deleteLater() usage in threadsDheerendra Purohit2025-07-121-0/+8
* QMetaCallEvent: avoid heap allocations for small argumentsAurélien Brooke2025-07-111-24/+130
* Replace one-shot uses of QSemaphore with QLatchThiago Macieira2025-06-301-13/+13
* QMetaObject::connect: Fix documentation copy-paste mistakeFabian Kosmale2025-06-301-3/+7
* QObject: make doSetProperty() take lvalue arg by crefMarc Mutz2025-06-271-3/+2
* QObject: Extract Method q_choose_{assign,append} from doSetProperty()Marc Mutz2025-06-271-8/+3
* [docs] QObject: mention the return value change in 6.7Marc Mutz2025-06-231-0/+2
* QMetaCallEvent: remove the QMetaCallEvent::create() functionAurélien Brooke2025-05-261-19/+0
* QMetaObjectPrivate: make decodeMethodSignature() return QByteArrayViewMarc Mutz2025-04-101-5/+5
* QObject::disconnect: warn if a wildcard call disconnects from destroyedVolker Hilsheimer2025-03-241-0/+8
* Doc: Fix incorrect \fn signaturesTopi Reinio2025-03-051-2/+4
* [Doc] QObject: Sync warnings of isSignalConnected() and receivers()Sze Howe Koh2025-02-271-8/+16
* Add a QMetaObject::connect functionPierre-Yves Siret2025-02-141-0/+90
* doc: Fix broken links and incorrect informationDavid Boddie2025-02-101-1/+1
* Qt Timers: disallow setting negative intervalsAhmad Samir2025-02-101-3/+8
* QObjectData: Return const QMetaObject* from dynamicMetaObject() already nowMarc Mutz2025-01-311-2/+2
* QObjectPrivate: encode the version number in the constructor parametersThiago Macieira2025-01-271-3/+1
* Revert "Add categorized logging of delete later machinery"Thiago Macieira2025-01-061-11/+2
* QObjectData: relax accesses to postedEventsThiago Macieira2024-12-051-2/+2
* QPostEventList: use qsizetype to count posted eventsThiago Macieira2024-11-201-2/+2
* QObject: implement the ### Qt7 for dynamicMetaObject()Thiago Macieira2024-11-191-0/+1
* QAdoptedThread: bypass signal notification on an un-observable QObjectThiago Macieira2024-11-141-0/+11
* QArgumentType: store a QMetaType instead of an idThiago Macieira2024-09-301-2/+5