summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* name our glib event sources to ease debuggingAndreas Buhr2020-10-221-9/+13
* QEvent copy constructor: copy the type flags tooShawn Rutledge2020-10-211-6/+3
* Use qmetaobject_p.h's MetaObjectFlag in QMetaObjectBuilderEdward Welbourne2020-10-203-13/+7
* QAssociativeIterable: Unwrap variants on value()Ulf Hermann2020-10-191-2/+12
* QAssociativeIterable: Add methods to add/remove keys and valuesUlf Hermann2020-10-192-0/+60
* QMetaContainer: Consistently coerce typesUlf Hermann2020-10-199-97/+86
* QProperty: Add value() and setValue() to QBindableUlf Hermann2020-10-191-0/+14
* Core: Make the metacontainer interfaces constexprUlf Hermann2020-10-181-33/+23
* Make most of QMetaTypeInterface constexprUlf Hermann2020-10-187-68/+86
* Refactor QMutexLocker to be able to handle recursive mutexesLars Knoll2020-10-172-4/+4
* QMetaType: Silence float comparison warnings in QEqualityOperatorForTypeUlf Hermann2020-10-161-0/+3
* Fix "variable set but unused" in qvariant.cppUlf Hermann2020-10-161-1/+1
* QVariant::compare: handle numerical values and pointers as documentedv6.0.0-beta1Fabian Kosmale2020-10-151-9/+80
* Fix compile time type normalization codeLars Knoll2020-10-141-81/+146
* QMetaType: fix warning messageFabian Kosmale2020-10-141-1/+1
* Long live Q_IMPLICIT!Giuseppe D'Angelo2020-10-141-3/+3