summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix race conditions in moveToThreadFabian Kosmale2022-05-241-1/+1
* Make all loads of QAtomicPointer QObjectPrivate::threadData explicitMarc Mutz2022-05-201-2/+2
* Optimize reads from QObjectPrivate::threadDataMarc Mutz2022-05-201-2/+2
* Optimize atomics in QObject::moveToThread() [2/2]: de-duplicate loadsMarc Mutz2022-05-181-1/+1
* Optimize atomics in QObject::moveToThread() [1/2]: relax a pointer loadMarc Mutz2022-05-181-1/+1
* Fix data race in QObject::moveToThread()Marc Mutz2022-05-181-1/+1
* Give some TLC to FlaggedDebugSignaturesMarc Mutz2022-05-171-7/+5
* QObject: Turn flaggedSignatures into a thread_local staticMarc Mutz2022-05-171-4/+22
* Use SPDX license identifiersLucie Gérard2022-05-161-40/+4
* QObject: mark two error reporting functions COLDMarc Mutz2022-05-131-0/+2
* QObjectPrivate: rename the internal disconnect() to removeConnection()Thiago Macieira2022-05-061-5/+5
* QObjectPrivate: mark inline functions not meant to be used elsewhereThiago Macieira2022-05-061-5/+5
* QObjectPrivate:Connection:: use NSDMI for the ref countThiago Macieira2022-04-131-4/+2
* QObjectPrivate: deinline a bunch of stuff only used in QtCoreThiago Macieira2022-04-131-0/+224
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-1/+1
* QObject: restore flags printing in dumpObjectTree()Marc Mutz2022-03-191-17/+8
* QObject: give some TLC to dumpRecursive()Marc Mutz2022-03-161-13/+7
* QObject: port setObjectName() to QAnyStringViewMarc Mutz2022-03-151-2/+21
* Extract Method QObjectPrivate::ensureExtraData()Marc Mutz2022-03-151-10/+5
* QProperty: fix threading issuesFabian Kosmale2022-03-101-3/+25
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-081-2/+3
* Core: Remove 'properties' featureKai Köhne2022-02-141-5/+0
* Allow reading QObject::objectName from other threads againAllan Sandfeld Jensen2022-01-131-0/+4
* Fix qobject_cast on partially destroyed QWidget/QWindowGiuseppe D'Angelo2022-01-051-2/+4
* Add QObject::isQuickItemType() for convenienceYuhang Zhao2021-12-231-0/+12
* Long live Q_GADGET_EXPORT!Marc Mutz2021-11-271-3/+30
* Add warning about QCoreApplication deferred deleteMichal Klocek2021-11-011-0/+4
* Doc: Fix \notes in QObjectIvan Tkachenko2021-10-131-3/+3
* Fix compilation with -traceFabian Kosmale2021-10-071-1/+1
* Remove fatuously true or false QT_VERSION checksEdward Welbourne2021-09-231-15/+1
* QObject::connect(): fail to connect to a functor if UniqueConnection is passedGiuseppe D'Angelo2021-08-271-7/+26
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-131-23/+51
* QObject::disconnect: remove dead codeFabian Kosmale2021-06-231-8/+0
* QObject: cleanup the orphaned connection lists on destructionGiuseppe D'Angelo2021-06-171-2/+17
* Fix crash in concurrent disconnectLars Knoll2021-06-171-18/+29
* cleanOrphanedConnectionsImpl: Allow to skip lockingFabian Kosmale2021-06-171-3/+16
* QObject: Fix memory leak in queued_activateFabian Kosmale2021-06-111-12/+34
* QProperty: Do not involve semi-destroyed QObjects in bindingsFabian Kosmale2021-06-071-0/+9
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-4/+4
* QObject: port to new property systemIvan Solovev2021-04-211-6/+24
* CMake: Get rid of the Core_qobject static libraryAlexandru Croitor2021-03-251-1/+0
* QObject: remove QAbstractDeclarativeData::parentChangedFabian Kosmale2021-03-111-3/+0
* Add new special QObjectPrivate::{connect, disconnect} for QMLAndrei Golubev2021-01-181-3/+46
* Fix segmentation fault in QObject::dumpObjectInfoAndreas Buhr2021-01-061-1/+1
* qt_qFindChild(ren)_helper: remove pointless checksGiuseppe D'Angelo2021-01-041-6/+5
* Inline access to the QBindingStorageLars Knoll2020-11-301-18/+0
* Doc: Fix various documentation warningsTopi Reinio2020-11-301-1/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Doc: mention that disconnecting all signals can be dangerousMitch Curtis2020-11-091-0/+6
* Doc: Fix various documentation issues for Qt CoreTopi Reinio2020-10-311-3/+2