summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove nodiscard in QPropertyObserverNodeProtector ctorAndrei Golubev2020-10-131-1/+1
* doc: Add brief and group for native type conversionsTor Arne Vestbø2020-10-131-93/+153
* Mark the class QPropertyObserverNodeProtector as [[nodiscard]]Lars Knoll2020-10-131-1/+1
* QObject: simplify part of connection logicFabian Kosmale2020-10-131-16/+3
* qDebug: Avoid implicit QVariant conversionFabian Kosmale2020-10-132-8/+11
* QMetaType: Avoid combination of extern and declspec(__dllexport) on MSVCUlf Hermann2020-10-122-5/+19
* QPropertyBinding: compare QMetaType directlyFabian Kosmale2020-10-121-1/+1
* QPropertyObserver: mark as noexcecptFabian Kosmale2020-10-122-4/+4
* QUntypedPropertyBinding::QUntypedPropertyBinding: use member initializer listFabian Kosmale2020-10-121-1/+1
* QProperty: avoid needless std::function copyingFabian Kosmale2020-10-122-2/+2
* QProperty: make a few helpers constexprFabian Kosmale2020-10-122-2/+2
* Handle notifier list modification during iterationFabian Kosmale2020-10-123-25/+135
* QPropertyChangeHandler: mark as nodiscardFabian Kosmale2020-10-121-1/+1
* Allow getting a const pointer out of a variant containing pointerFawzi Mohamed2020-10-081-0/+7
* Fix compilation on MSVC with /std:c++latestLars Knoll2020-10-081-6/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-079-19/+19
* Cleanup the comparison operators for QVariantLars Knoll2020-10-071-37/+5
* macOS: Remove dead event type MacGLClearDrawableTor Arne Vestbø2020-10-062-2/+0
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-1/+1
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-032-3/+3
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-036-40/+31
* QAppleLogActivity: add a swap() methodGiuseppe D'Angelo2020-10-031-0/+6
* QMacKeyValueObserver: code tidiesGiuseppe D'Angelo2020-10-031-8/+9