summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove remaining ### Qt 6 comment in qcoreevent.hShawn Rutledge2020-09-011-1/+1
* Doc fix: functions may actually have fewer arguments than the signalAndreas Hartmetz2020-09-011-6/+4
* Doc fix: disconnect with receiver also works for context objectsAndreas Hartmetz2020-09-011-2/+3
* Add a QMetaSequence interfaceUlf Hermann2020-09-013-0/+1293
* Take the right lock before using a connection's receiverGiuseppe D'Angelo2020-09-011-1/+1
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-311-1/+0
* Deprecate and remove all uses of AA_UseHighDpiPixmapsTor Arne Vestbø2020-08-311-2/+1
* Fix alignment of QVariant::Private::data on 32bit systemsLars Knoll2020-08-301-2/+3
* Move the data for QTimer into the d-pointerLars Knoll2020-08-292-36/+75
* Fix comparison of QVariants that contain pointers to QObjectsLars Knoll2020-08-291-0/+26
* Add const to some methodsLars Knoll2020-08-283-8/+8
* Make QTranslator::load() insist that its return value be checkedEdward Welbourne2020-08-281-11/+12
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-281-1/+0
* qmetatype.h: Rename ValueTypeIsMetaType to SequentialValueTypeIsMetaTypeUlf Hermann2020-08-281-5/+5
* Improve connect: Use existing metatypes if possibleFabian Kosmale2020-08-283-15/+38
* Remove the alignas() from QVariant::PrivateLars Knoll2020-08-262-4/+5
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-261-2/+0
* Synchronize QEventDispatcherWin32::processEvents() with QCoreApplicationAlex Trotsenko2020-08-261-1/+3
* Cleanup QTypeInfoLars Knoll2020-08-261-1/+1
* Introduce QEvent::isPointerEvent()Shawn Rutledge2020-08-252-3/+24
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-242-0/+24
* Rename QSequentialIterable::refUlf Hermann2020-08-242-17/+17
* Remove private QSequentialIterable begin/end methodsUlf Hermann2020-08-242-14/+2
* Make the canConvertMetaObject method safeLars Knoll2020-08-241-3/+4
* Remove QVariant(QDataStream) constructorLars Knoll2020-08-242-15/+0
* Use QMetaType in QMetaCallEventLars Knoll2020-08-243-16/+16
* Pass QMetaType by valueLars Knoll2020-08-247-18/+17