summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Make QPointer comparisons hidden friendsAllan Sandfeld Jensen2020-10-231-40/+22
* qWaitFor: check predicate before sleepingMorten Johan Sørvig2020-10-221-4/+3
* Fix documentation for QIterable and related classesVolker Hilsheimer2020-10-231-81/+80
* Fix documentation for hidden friend operatorsVolker Hilsheimer2020-10-233-54/+21
* Make QEvent::setAccepted() virtual; set QEventPoints state the sameShawn Rutledge2020-10-222-1/+5