summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add a note about where to declare the streaming operatorsLars Knoll2020-12-011-1/+2
* Fix documentation of QMetaType::TypeFlagAndreas Buhr2020-12-011-1/+1
* QMetaProperty: Enable constructing only DataFabian Kosmale2020-12-012-3/+13
* Simplify the safeguarding logic in notify()Lars Knoll2020-11-303-118/+80
* Inline the fast path for removeBinding()Lars Knoll2020-11-302-10/+17
* Smaller cleanup in QBindingStorageLars Knoll2020-11-301-11/+11
* Inline the fast path of a few methodsLars Knoll2020-11-303-18/+37
* Remove ExtraBit and FlagMask from QPropertyBindingDataLars Knoll2020-11-303-22/+11
* Inline the QPropertyBindingPrivatePtr destructorLars Knoll2020-11-302-4/+8
* Optimize code in QTaggedPointerLars Knoll2020-11-301-1/+1
* Inline access to the QBindingStorageLars Knoll2020-11-307-40/+44
* Doc: Fix various documentation warningsTopi Reinio2020-11-301-1/+1
* QMetaObjectPrivate: Add firstMethodFabian Kosmale2020-11-302-0/+19
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-304-26/+59
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-3010-20/+20
* QMetaProperty::typeName: use name from metatypeFabian Kosmale2020-11-302-7/+11
* QMetaObjectBuilder: remove relocatable data supportFabian Kosmale2020-11-302-82/+9
* QMetaPropertyBuilder: carry metatypeFabian Kosmale2020-11-302-3/+14
* QEventDispatcherWin32Private: Get rid of TimerInfo struct listMaks Naumov2020-11-262-30/+20
* Return subclass type from overrides of QEvent::cloneVolker Hilsheimer2020-11-231-4/+4
* QMetaType: Track whether type is QML list typeFabian Kosmale2020-11-232-0/+6
* Delete move constructor and move-assignment for QEventVolker Hilsheimer2020-11-201-1/+3
* QCoreApplication: add doc to discourage use of processEventsThiago Macieira2020-11-201-4/+8
* QCoreApplication: add more information to processEvents() docsThiago Macieira2020-11-201-0/+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