summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whitespace cleanup in corelib/kernelAllan Sandfeld Jensen2020-10-241-90/+90
* QObject: use more categorized loggingGiuseppe D'Angelo2020-09-291-33/+34
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-101-1/+1
* Add a QBindingStorage classLars Knoll2020-09-021-0/+22
* QObject: add a single shot connection flagGiuseppe D'Angelo2020-09-011-39/+76
* Doc fix: functions may actually have fewer arguments than the signalAndreas Hartmetz2020-09-011-6/+4
* Doc fix: disconnect with receiver also works for context objectsAndreas Hartmetz2020-09-011-2/+3
* Take the right lock before using a connection's receiverGiuseppe D'Angelo2020-09-011-1/+1
* Improve connect: Use existing metatypes if possibleFabian Kosmale2020-08-281-15/+16
* Use QMetaType in QMetaCallEventLars Knoll2020-08-241-8/+8
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-4/+4
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-27/+0
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-2/+2
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-241-32/+0
* QMetaMethod: clean up offset handlingLars Knoll2020-06-111-3/+3
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-021-2/+2
* Fix most obvious typos in doc commentsIvan Tkachenko2020-05-281-15/+15
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-271-0/+16
|\
| * Documentation: Add examples for Q_NAMESPACE(_EXPORT)Friedemann Kleint2020-04-221-0/+16
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-5/+4
|\|
| * Docs: show more relevant and correct way of using Q_FLAGVolker Hilsheimer2020-04-161-5/+4
* | Remove QRegExp based functionality from QObjectLars Knoll2020-04-151-53/+0