summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prepare QSequentialIterable for non-const operationUlf Hermann2020-09-112-12/+66
* QVariant: guard usage of fromType.metaObject()Richard Moe Gustavsen2020-09-111-1/+1
* Inline QMetaObject::cast(QObject *), as requested by ### Qt 6 commentEdward Welbourne2020-09-102-8/+5
* Remove spurious const from QVariant::convert()'s first parameterEdward Welbourne2020-09-102-4/+4
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-103-7/+7
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-071-9/+22
* Use C++17 [[maybe_unused]]Allan Sandfeld Jensen2020-09-062-3/+3
* Inline QTest::qSleep()Lars Knoll2020-09-062-38/+6
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-0611-79/+3
* QMetaType: optimize comparisonFabian Kosmale2020-09-051-1/+1
* Remove some comments that are no longer relevantEdward Welbourne2020-09-051-1/+0
* Fix compiler warning from unused private field in QSequentialIterableVolker Hilsheimer2020-09-051-0/+1
* Remove obsolete native client platformMorten Johan Sørvig2020-09-037-266/+5
* Reimplement QSequentialIterable using QMetaSequenceUlf Hermann2020-09-037-598/+527
* QVariant: Fix conversion codeFabian Kosmale2020-09-021-2/+11
* Fix QPropertyAlias to work with all kinds of propertiesLars Knoll2020-09-021-132/+126
* Add setter/getter support in QBindableInterfaceLars Knoll2020-09-021-0/+11
* Make bindings introspectable through mocLars Knoll2020-09-025-30/+97
* Add QObjectCompatPropertyLars Knoll2020-09-023-52/+243
* Add support for computed propertiesLars Knoll2020-09-021-0/+76
* Pass a pointer to the property data into the method evaluating a bindingLars Knoll2020-09-024-12/+16
* Add support for bindable properties to QObjectLars Knoll2020-09-023-0/+433
* Always allow setting a null binding on a propertyLars Knoll2020-09-021-1/+1
* Cleanup QBindingPrivateLars Knoll2020-09-023-37/+34
* Add a QBindingStorage classLars Knoll2020-09-026-9/+234
* Ground work for bindable properties in QObjectLars Knoll2020-09-021-0/+116
* Remove operators allowing assignment of a binding to a propertyLars Knoll2020-09-021-24/+9