summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QPrivateSlotBase: add empty base class optimizationMarc Mutz2021-07-291-1/+1
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-151-0/+14
* tst_qtranslator: Simplify extraction of test dataKai Köhne2021-07-154-45/+5
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-131-0/+2
* CMake: Remove the usage of QT_SOURCE_TREE from testsJoerg Bornemann2021-07-121-2/+0
* QProperty: Downgrade assert in noSelfDependencies to warningFabian Kosmale2021-07-071-0/+9
* Expand a test that QVariant isn't null even when what it wraps isEdward Welbourne2021-06-241-4/+6
* QBindable: Use setter in setValue for QObjectCompatPropertyFabian Kosmale2021-06-171-0/+11
* Universally pass QMetaType by valueUlf Hermann2021-06-171-3/+3
* Apple: Use POSIX IPC instead of System V in sandboxed applicationsTor Arne Vestbø2021-06-161-5/+17
* normalizeTypeFromSignature: Beware of anonymous struct/unionFabian Kosmale2021-06-081-0/+15
* QProperty: Do not involve semi-destroyed QObjects in bindingsFabian Kosmale2021-06-071-0/+30
* JNI: Add calls to get field IDsAssam Boudjelthia2021-06-042-0/+53
* Add a const JNINativeMethod[] overload for registerNativeMethods()Assam Boudjelthia2021-06-021-2/+2
* Simplify storing of notification objectsLars Knoll2021-06-011-0/+32
* QPropertyBinding: Do not reevaluate if not installed on propertyFabian Kosmale2021-05-121-0/+27
* QProperty: Cleanup QPropertyAlias leftoversFabian Kosmale2021-05-111-84/+0
* QMetaMethod: Store method constness in metaobject systemFabian Kosmale2021-05-071-2/+23
* Fix set*Field JNI template callsAssam Boudjelthia2021-05-052-0/+164
* Q(Untyped)Bindable: Print warnings when operations failFabian Kosmale2021-05-031-0/+22
* QJniObject: add callStatic[Object]Method overloads for jmethodIDIvan Solovev2021-05-031-0/+167
* QJniEnvironment: extend APIIvan Solovev2021-05-032-0/+74
* Fix namespace error of std::source_location under C++20Zhang Xiang2021-04-291-1/+11
* Fix QJniObject templates implementationsAssam Boudjelthia2021-04-231-12/+14
* QObjectBindableProperty: Allow signals taking a valueFabian Kosmale2021-04-221-1/+24
* Add QObjectBindableProperyt::notifyFabian Kosmale2021-04-221-0/+45
* QObject: port to new property systemIvan Solovev2021-04-212-2/+12
* QPropertyBinding: Add sticky modeFabian Kosmale2021-04-161-0/+25
* Add support for grouped property changesLars Knoll2021-04-161-3/+74
* Don't emit change notifications more often than requiredLars Knoll2021-04-161-0/+31
* Remove lazy binding evaluationLars Knoll2021-04-161-87/+11
* Replace conversion operator by operator* in QJniEnvironmentAssam Boudjelthia2021-04-141-3/+6
* QBindable: Mark non-modifying methods as constFabian Kosmale2021-04-141-0/+21
* Fix Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS when using the signalIvan Solovev2021-04-031-2/+68
* QObjectCompatProperty: Emit signal in notfiyFabian Kosmale2021-04-011-6/+6
* QObjectCompatProperty: Require explicit notifyFabian Kosmale2021-04-011-7/+8
* Fix some warningsAndreas Buhr2021-03-311-2/+4
* tst_qobject: enable some tests for narrowingGiuseppe D'Angelo2021-03-301-3/+7
* Repair tst_qwineventnotifierAlex Trotsenko2021-03-292-1/+3
* tst_qobject: fix the detection for GCCGiuseppe D'Angelo2021-03-261-4/+14
* Rename QJniEnvironment exceptionCheckAndClear to checkAndClearExceptionsAssam Boudjelthia2021-03-261-3/+3
* Introduce QMetaObject::metaTypeFabian Kosmale2021-03-251-0/+11
* QTypeInfo: Handle T::value_type being equal to TFabian Kosmale2021-03-251-0/+10
* QMetaObjectBuilder: remove unused serialization codeFabian Kosmale2021-03-201-50/+0
* QObject: remove QAbstractDeclarativeData::parentChangedFabian Kosmale2021-03-111-37/+0
* QEventDispatcher(Win): Always honor interrupted status to avoid racesMårten Nordheim2021-03-111-0/+27
* tst_qmetatype: RELOCATABLE -> PRIMITIVE is binary compatibleFabian Kosmale2021-03-051-1/+10
* QMetaType: Store QMetaObject for pointer to const QObject, tooFabian Kosmale2021-02-263-0/+50
* Fix QTimer::setInterval to remove existing bindingsAndreas Buhr2021-02-151-0/+4
* Fix registerNativeMethods for goodAssam Boudjelthia2021-02-113-0/+79