summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Inline the fast path for removeBinding()Lars Knoll2020-11-272-10/+17
* Smaller cleanup in QBindingStorageLars Knoll2020-11-271-11/+11
* Inline the fast path of a few methodsLars Knoll2020-11-273-18/+37
* Inline the QPropertyBindingPrivatePtr destructorLars Knoll2020-11-272-4/+8
* Inline access to the QBindingStorageLars Knoll2020-11-277-40/+44
* Simplify the safeguarding logic in notify()Lars Knoll2020-11-273-118/+80
* Remove ExtraBit and FlagMask from QPropertyBindingDataLars Knoll2020-11-273-22/+11
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-254-26/+59
* Return subclass type from overrides of QEvent::cloneVolker Hilsheimer2020-11-241-4/+4
* QMetaType: Track whether type is QML list typeFabian Kosmale2020-11-242-0/+6
* Delete move constructor and move-assignment for QEventVolker Hilsheimer2020-11-211-1/+3
* Make QMetaTypeInterface constexpr on WindowsLars Knoll2020-11-191-44/+40
* Disable copying and assigning of QEventVolker Hilsheimer2020-11-192-4/+12
* Allow cloning of event objectsVolker Hilsheimer2020-11-172-0/+15
* Adjust code format, add space after 'if'Zhang Sheng2020-11-163-3/+3
* Drop the d-pointer of QEventVolker Hilsheimer2020-11-122-7/+4
* Clean up and pack data members of QEvent classesVolker Hilsheimer2020-11-122-38/+23
* Purge QCoreApplicationPrivate::cloneEvent and overridesVolker Hilsheimer2020-11-122-20/+0
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-121-1/+1
* Fix QGraphicsView's abuse of QEvent's d-pointer in Leave event handlingVolker Hilsheimer2020-11-112-0/+2
* Rename remaining QEvent variables to m_ convention; init m_reservedShawn Rutledge2020-11-105-23/+25
* QWinEventNotifier: unlink from event dispatcherAlex Trotsenko2020-11-106-178/+34
* Replace ushort -> quint16 in event classesShawn Rutledge2020-11-101-8/+8
* Doc: mention that disconnecting all signals can be dangerousMitch Curtis2020-11-091-0/+6
* Correct processEvents documentationAndreas Buhr2020-11-082-4/+4
* QProperty: Mark metaType as unused in else branch of createFor()Ulf Hermann2020-11-071-0/+1
* Introduce QEvent::isSinglePointEvent()Shawn Rutledge2020-11-072-3/+25
* Clean up container metatype declarations in QMetaTypeLars Knoll2020-11-031-12/+0
* Clean up qcontainerfwd.hLars Knoll2020-11-031-10/+0
* QProperty: Fix notification logic for eager propertiesFabian Kosmale2020-11-032-4/+9
* Remove std::function from QProperty interfaceFabian Kosmale2020-11-034-54/+219
* Rename QContainerTraits namespace to QContainerInfoLars Knoll2020-11-031-133/+133
* Standardize metaType stuff in QMetaProperty and QVariantDavid Skoland2020-11-033-3/+14
* Resolve corelib's remaining ### Qt 6 commentsEdward Welbourne2020-11-022-4/+3
* Doc: Fix various documentation issues for Qt CoreTopi Reinio2020-10-317-15/+13
* Doc: Fix documentation warnings for QIterable and related classesTopi Reinio2020-10-293-25/+38
* MinGW: Fix assert in QCoreApplication::arguments() when passing globsTor Arne Vestbø2020-10-291-24/+39
* QMetaMethod: Make comparison operators hidden friendsVolker Hilsheimer2020-10-292-11/+6
* Always return initialized data from QBindable::valueVolker Hilsheimer2020-10-281-3/+5
* Revert "QObject: simplify part of connection logic"Fabian Kosmale2020-10-271-3/+16
* Make QElapsedTimer comparison operators hidden friendsVolker Hilsheimer2020-10-273-20/+20
* Document QVariant::data/constDataVolker Hilsheimer2020-10-261-2/+12
* Whitespace cleanup in corelib/kernelAllan Sandfeld Jensen2020-10-2437-344/+359
* Fix documentation warningsVolker Hilsheimer2020-10-241-35/+23
* Fix documentation for QVariantRef and QVariantPointerVolker Hilsheimer2020-10-231-10/+10
* Doc: Fix documentation warnings for QProperty and related classesTopi Reinio2020-10-231-128/+43
* Deprecate QVariant::TypeLars Knoll2020-10-234-93/+120
* Do not store non relocatable types in QVariants internal storageLars Knoll2020-10-232-4/+7
* Make some QMetaType members constexpr and inlineLars Knoll2020-10-232-35/+35
* Rename the QMetaType::MovableType flag to RelocatableTypeLars Knoll2020-10-232-3/+7