summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Improve guidance on deleteLater() usage in threadsDheerendra Purohit18 hours1-0/+8
* QMetaCallEvent: avoid heap allocations for small argumentsAurélien Brooke36 hours1-24/+130
* Replace one-shot uses of QSemaphore with QLatchThiago Macieira13 days1-13/+13
* QMetaObject::connect: Fix documentation copy-paste mistakeFabian Kosmale13 days1-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
* QObject: disconnect - document behavior with queued connectionsTim Blechmann2024-09-171-0/+4
* QObject: fix API docsAhmad Samir2024-09-021-1/+1
* QObject: use Qt::TimerId in the code snippets and API docsAhmad Samir2024-08-311-1/+1
* Doc: fix warnings from links by fully qualifying the targetVolker Hilsheimer2024-07-111-3/+2
* Document in a test that mixing connect/disconnect syntax doesn't workVolker Hilsheimer2024-07-031-1/+14
* Straighten out various logging categoriesUlf Hermann2024-06-191-2/+2
* Docs: Update the obsolete requirements for Q_OBJECT and Q_GADGETAlexei Cazacov2024-05-301-20/+21
* QTimer/QObject::startTimer: improve the detection of overflowThiago Macieira2024-04-271-0/+2
* QObjectPrivate: fix data race on ConnectionData contentsDavid Faure2024-03-191-16/+24
* Remove QObjectPrivate::isSender/senderList, no longer usedDavid Faure2024-03-141-34/+0
* QAbstractEventDispatcher: port timer uses to the V2 APIThiago Macieira2024-03-131-6/+5
* QObject: fix a documentation note in the destructorGiuseppe D'Angelo2024-03-081-2/+2
* Mention QChronoTimer in API docsAhmad Samir2024-03-031-12/+14
* Timers: add Qt::TimerId enum classAhmad Samir2024-03-031-7/+22
* Doc: Further replace 'Qt Designer' with 'Qt Widgets Designer'Kai Köhne2024-02-291-2/+2
* QSingleShotTimer: use nanoseconds precisionAhmad Samir2024-02-231-4/+9
* Documentation: Rename 'Qt Designer' to 'Qt Widgets Designer'Friedemann Kleint2024-02-191-1/+1
* Add virtual QObjectPrivate::writeToDebugStreamVolker Hilsheimer2024-02-101-4/+12
* QObject: Let moveToThread return succcess stateChristian Ehrlicher2024-01-241-9/+10
* QObject: de-pessimize installEventFilter()Marc Mutz2024-01-151-3/+3
* QObject: Optimize removeEventFilterJarek Kobus2024-01-151-3/+5
* QObject: clarify docs wrt. member access following Q_OBJECT and coAhmad Samir2024-01-141-0/+11
* QObject: Make it clear we don't install duplicated event filtersJarek Kobus2024-01-111-0/+3
* Add categorized logging of delete later machineryTor Arne Vestbø2023-12-211-2/+11
* Doc: Use Qml DefaultProperty as example for Q_CLASSINFOKai Köhne2023-12-201-6/+9
* Doc: Fix documentation issues for Qt CoreTopi Reinio2023-12-191-1/+1
* Move QDeferredDeleteEvent loop level/scope handling into deleteLater()Tor Arne Vestbø2023-12-191-13/+42