summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-031-2/+2
* Add a QVariant::compare() methodLars Knoll2020-10-012-0/+29
* Fix ChangeHandler notification for eager propertiesFabian Kosmale2020-09-302-9/+18
* QVariant: Change metatype in convert() even on failureFabian Kosmale2020-09-301-1/+1
* QObject: use more categorized loggingGiuseppe D'Angelo2020-09-291-33/+34
* Disable moving of QPropertyLars Knoll2020-09-294-52/+21
* QProperty: fix QBindingStoragePrivate::reallocate related codeFabian Kosmale2020-09-292-1/+5
* Prevent endless markDirtyAndNotifyObservers <-> notify loopFabian Kosmale2020-09-282-2/+17
* Remove QNX/Blackberry-related qpps* files from corelib/kernel/Edward Welbourne2020-09-267-1768/+0
* Fix qdoc warning from QMetaObjectVolker Hilsheimer2020-09-261-1/+1
* Remove traces of QObject::trUtf8 from documentationVolker Hilsheimer2020-09-251-8/+6
* Fix qdoc warning and typo in QMetaSequenceVolker Hilsheimer2020-09-251-2/+2
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-252-12/+12