summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add QVariantRef, QVariantPointer, QVariantConstPointerUlf Hermann2020-09-142-0/+158
* Plumb application quit through platform pluginTor Arne Vestbø2020-09-142-3/+12
* Use universal C++20 bit operations when availableAllan Sandfeld Jensen2020-09-131-2/+10
* Restore qWait() implementationLars Knoll2020-09-132-4/+21
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-124-4/+2
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-1/+1
* Remap QMetaType ids to create more space for builtin typesLars Knoll2020-09-122-54/+90
* Partially revert "Inline QTest::qSleep()"Lars Knoll2020-09-122-1/+32
* QMetaContainer: Add function to erase ranges from sequencesUlf Hermann2020-09-122-0/+43
* Make QMetaSequence's d_ptr constUlf Hermann2020-09-121-1/+1
* Provide methods for adding values to a sequential iterableUlf Hermann2020-09-124-75/+321
* QMetaContainer: Add an "input" iterator capabilityUlf Hermann2020-09-122-3/+24
* Rename QMetaSequence's "elements" to "values"Ulf Hermann2020-09-113-176/+176