summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Remove old Android code that have now has alternative public APIsAssam Boudjelthia2021-06-114-2900/+3
* JNI: check if clazz is null before doing a jni callAssam Boudjelthia2021-06-101-8/+16
* JNI: state that findClass() returns a global refAssam Boudjelthia2021-06-101-11/+13
* Doc: Fix QVariant documentationKai Köhne2021-06-091-52/+51
* Revert "QMetaType: Don't normalize name which should already be normalized"Fabian Kosmale2021-06-091-2/+3
* QMetaType: Don't normalize name which should already be normalizedFabian Kosmale2021-06-081-3/+2
* normalizeTypeFromSignature: Beware of anonymous struct/unionFabian Kosmale2021-06-081-2/+11
* Android: Use the new runOnAndroidMainThread() callAssam Boudjelthia2021-06-072-3/+3
* Doc: QtCore: Fix more documentation warningsTopi Reinio2021-06-072-5/+7
* QProperty: Fix source_location feature testingFabian Kosmale2021-06-071-2/+10
* QMetaType: Avoid instantiating QMetaType in Q_DECLARE_METATYPEFabian Kosmale2021-06-071-12/+8
* QProperty: Do not involve semi-destroyed QObjects in bindingsFabian Kosmale2021-06-074-0/+19
* Avoid unnecessary work when linking observersUlf Hermann2021-06-051-1/+1
* QProperty: Refresh the observers after evaluating bindingsUlf Hermann2021-06-041-8/+13
* JNI: Add calls to get field IDsAssam Boudjelthia2021-06-042-0/+47
* Fix system locale for IntegrityJanne Koskinen2021-06-021-1/+7
* Add a const JNINativeMethod[] overload for registerNativeMethods()Assam Boudjelthia2021-06-022-6/+46
* Simplify storing of notification objectsLars Knoll2021-06-013-7/+159
* Doc: QtCore: Fix documentation issuesTopi Reinio2021-06-012-33/+8
* Q_DECLARE_METATYPE: Do not re-register typesFabian Kosmale2021-05-311-7/+20
* Fix qdoc warningsVolker Hilsheimer2021-05-271-1/+1
* Android: Add runOnMainAndroidThread() under QNativeInterfaceAssam Boudjelthia2021-05-263-0/+26
* Android: fix missing includeMårten Nordheim2021-05-261-0/+1
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-264-16/+16
* gcc 11: Adjust pragma warning placementFabian Kosmale2021-05-252-0/+16
* Use __has_* instead QT_HAS_*JiDe Zhang2021-05-211-1/+1
* Document that QProperty::subscribe might get executed deferredAndreas Buhr2021-05-201-6/+13
* Type erase native interfaces via string instead of typeidTor Arne Vestbø2021-05-201-2/+2
* Don't throw an exception on platforms with no permission APIAssam Boudjelthia2021-05-201-8/+21
* QEventDispatcherCF: avoid QFlags->int implicit castsGiuseppe D'Angelo2021-05-182-2/+2
* Make the exit() methods in QEventLoop and QThread be slotsThiago Macieira2021-05-171-1/+1
* Add isValid() call to QJniEnvironmentAssam Boudjelthia2021-05-172-0/+11
* QMetaContainer: code tidiesGiuseppe D'Angelo2021-05-171-4/+4
* Event dispatchers: code tidiesGiuseppe D'Angelo2021-05-162-2/+2
* QMetaObjectBuilder: replace an int with QFlagsGiuseppe D'Angelo2021-05-131-3/+3
* Add tests for QAndroidApplication's sdkVersion and activityAssam Boudjelthia2021-05-131-4/+4
* Rejig native interface plumbingTor Arne Vestbø2021-05-123-1/+11
* QPropertyBinding: Do not reevaluate if not installed on propertyFabian Kosmale2021-05-121-0/+1
* fix build for no feature futureLorn Potter2021-05-123-8/+12
* QProperty: Cleanup QPropertyAlias leftoversFabian Kosmale2021-05-113-21/+4
* Add hideSplashScreen() back temporarily to qjnihelpers_pAssam Boudjelthia2021-05-102-0/+10
* Move QNativeInterface helpers to their own header fileTor Arne Vestbø2021-05-101-0/+1
* Add objectClass() and className() for QJniObjectAssam Boudjelthia2021-05-083-9/+37
* Simplify setAndroidSdkVersion in qjnihelpersAssam Boudjelthia2021-05-081-15/+3
* Move hideSplashScreen() from qjnihelpers_p to QNativeInterfaceAssam Boudjelthia2021-05-083-11/+1
* Remove unused functions in qjnihelpersAssam Boudjelthia2021-05-082-38/+0
* QMetaMethod: Store method constness in metaobject systemFabian Kosmale2021-05-075-1/+47
* Move JNI_OnLoad implementation to qjnihelpersAssam Boudjelthia2021-05-062-79/+36
* Add sdkVersion() to QNativeInterface::QAndroidApplicationAssam Boudjelthia2021-05-061-0/+1
* Silence MSVC warning about int/size_t mismatchVolker Hilsheimer2021-05-061-2/+2