summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some qdoc warnings in QMetaType and QVariantVolker Hilsheimer2020-09-242-50/+33
* Fix qdoc warning: use correct parameter type in QVariant c'torVolker Hilsheimer2020-09-231-2/+2
* QMetaPropertyBuilder: support bindable flagFabian Kosmale2020-09-232-0/+23
* Apply some code cosmetics to iterablesUlf Hermann2020-09-222-6/+6
* Fix some qdoc warnings: function parameter namesVolker Hilsheimer2020-09-221-3/+3
* Fix various qdoc warningsVolker Hilsheimer2020-09-222-5/+5
* Remove default ctor for QIterableUlf Hermann2020-09-224-6/+10
* Fix some qdoc warnings: typos and qdoc syntaxVolker Hilsheimer2020-09-221-3/+3
* Fix a bug when streaming QVariants containing a QRegExpLars Knoll2020-09-211-4/+3
* Cleanup API of QMimeDataLars Knoll2020-09-212-30/+30
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-2112-16/+15
* QMetaType: Allow registration of mutable views and register iterablesUlf Hermann2020-09-195-104/+517
* Extend QSequentialIterable and add QAssociativeIterableUlf Hermann2020-09-1913-1014/+1985
* Un-export QVariantRef and QVariantPointerUlf Hermann2020-09-191-2/+2
* QWinEventNotifier: reinterpret 'int signaledCount' as a 'bool signaled'Alex Trotsenko2020-09-183-5/+5
* QEventDispatcherWin32: remove unused memberAlex Trotsenko2020-09-172-3/+1
* QEventDispatcherWin32: create internal window on constructionAlex Trotsenko2020-09-162-39/+12
* Add a QMetaAssociationUlf Hermann2020-09-152-295/+882
* Only include <bit> if using post C++17Allan Sandfeld Jensen2020-09-151-1/+1
* QObjectBindableProperty: Fix QDoc-specific typo in headerTopi Reinio2020-09-151-1/+1