summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move QPropertyObserver further up in the header fileLars Knoll2020-09-022-119/+114
* Introduce a common base class for all QProperty typesLars Knoll2020-09-024-70/+139
* Remove QNotifiedProperty and Q_PRIVATE_QPROPERTYLars Knoll2020-09-023-468/+0
* Cleanups: Rename some classesLars Knoll2020-09-024-64/+64
* Get rid of QPropertyValueStorageLars Knoll2020-09-022-90/+72
* Remove the special handling of QProperty<bool>Lars Knoll2020-09-023-52/+5
* Add operator-> and operator*() to QPropertyFabian Kosmale2020-09-022-13/+31
* Reduce some code duplicationLars Knoll2020-09-021-41/+2
* Generalize some methods taking a QProperty<>Lars Knoll2020-09-023-37/+23
* QObject: add a single shot connection flagGiuseppe D'Angelo2020-09-012-41/+80