summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tweak QObject::deleteLater() documentation a bitTor Arne Vestbø2023-12-191-4/+0
* Document how to process deferred deletes in a plugin-scenarioTor Arne Vestbø2023-12-191-0/+15
* Doc: Remove references to Qt 4 in Qt 5.0 in Qt Core documentationKai Köhne2023-12-181-5/+4
* Debounce QDeferredDeleteEvents in QObject::deleteLater()Tor Arne Vestbø2023-12-151-0/+18
* Remove qDeleteInEventHandlerTor Arne Vestbø2023-12-141-6/+1
* QObject: allow calling findChild() without a nameRym Bouabid2023-11-221-0/+18
* QObject: port findChild/ren() to QAnyStringViewRym Bouabid2023-11-221-33/+19
* Doc: Fix template information for QObject::findChildrenLuca Di Sera2023-11-181-1/+1
* Doc: Improve documentation for QObject::findChildRym Bouabid2023-11-171-5/+6
* QObject: do not copy a ConnectionList objectGiuseppe D'Angelo2023-09-141-1/+1
* Remove redundant QPair includesAhmad Samir2023-09-061-1/+0
* Implement QSignalBlocker::dismiss()Axel Spoerl2023-08-311-0/+8
* Allow QObjects to opt in to receiving ParentAboutToChange/ParentChangeTor Arne Vestbø2023-08-301-0/+15
* QObject: Do not register an observer when writing objectName propertyUlf Hermann2023-08-211-2/+2
* QObject: replace _q_reregisterTimers with a lambdaAhmad Samir2023-07-311-15/+7
* Port QObjectPrivate::connect() to SlotObjUniquePtr internallyMarc Mutz2023-07-211-5/+4
* Port QObjectPrivate::connectImpl() to SlotObjUniquePtr internallyMarc Mutz2023-07-211-12/+4
* Port QObject::connectImpl() to SlotObjUniquePtr internallyMarc Mutz2023-07-211-5/+3
* QMetaCallEvent: add ctors and create() overloads taking SlotObjUniquePtrMarc Mutz2023-07-211-2/+33
* QTimerInfoList: refactor unregisterTimers()Ahmad Samir2023-07-191-1/+4
* QMetaCallEvent::create: extract template-argument-independent codeMarc Mutz2023-07-191-0/+19
* Port SlotObjectGuard to SlotObjUniquePtrMarc Mutz2023-07-191-7/+4
* QSlotObjectBase: add Deleter and typedef for a unique_ptr using itMarc Mutz2023-07-191-4/+2
* SlotObjectGuard: mark ctor nodiscardMarc Mutz2023-07-181-1/+1
* Move plug and paint example to manual testTor Arne Vestbø2023-06-301-11/+1
* QT_NO_CONTEXTLESS_CONNECT: docs tidiesGiuseppe D'Angelo2023-06-251-1/+1
* QObject: introduce QT_NO_CONTEXTLESS_CONNECTGiuseppe D'Angelo2023-06-241-0/+27
* QBindable: Fix out-of-bound access in non-bindable property support codeFabian Kosmale2023-06-201-1/+3
* RIP QBasicMutexLockerMarc Mutz2023-06-161-12/+12
* Fix sending deferred delete events when posted before outermost loopMikolaj Boc2023-06-091-0/+1
* QObject: add setProperty() overload taking rvalue QVariantMarc Mutz2023-05-311-4/+20