summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Fix documentation warnings for QJni* classesTopi Reinio2021-05-054-42/+18
* Fix set*Field JNI template callsAssam Boudjelthia2021-05-051-6/+6
* Add new app permissions API under QCoreApplicationAssam Boudjelthia2021-05-058-4/+679
* Tweak naming of QT_OVERLOADED_MACRO variantsTor Arne Vestbø2021-05-043-16/+16
* QUntypedBindable: Allow controlled access to internalsFabian Kosmale2021-05-042-0/+14
* Add QUntypedBindable::metaType functionFabian Kosmale2021-05-032-4/+31
* Q(Untyped)Bindable: Print warnings when operations failFabian Kosmale2021-05-032-6/+75
* QJniObject: add callStatic[Object]Method overloads for jmethodIDIvan Solovev2021-05-032-0/+80
* QJniEnvironment: extend APIIvan Solovev2021-05-032-5/+73
* QCoreApplication::applicationFilePath: add ELF auxval supportThiago Macieira2021-05-021-4/+21
* QCoreApplication::applicationFilePath: remove redundant cleanPathThiago Macieira2021-04-301-2/+0
* QCoreApplication::applicationFilePath: don't check for existence twiceThiago Macieira2021-04-291-17/+7
* QCoreApplication::applicationFilePath: simplify by merging some codeThiago Macieira2021-04-291-16/+14
* QCoreApplication::applicationDirPath/Linux: use /proc/selfThiago Macieira2021-04-291-1/+1
* Fix namespace error of std::source_location under C++20Zhang Xiang2021-04-291-2/+6
* Fix build error on iOS with the configure option -qtnamespaceLars Schmertmann2021-04-262-3/+9
* fix: The QtStartUpFunction function may be called repeatedlyJiDe Zhang2021-04-231-1/+9
* Fix QJniObject templates implementationsAssam Boudjelthia2021-04-233-681/+708
* QObjectBindableProperty: Allow signals taking a valueFabian Kosmale2021-04-222-4/+17
* Add QObjectBindableProperyt::notifyFabian Kosmale2021-04-222-7/+15
* qobject_p.h: Do not use plain emitFabian Kosmale2021-04-221-1/+1
* QObject: port to new property systemIvan Solovev2021-04-213-11/+54
* Work around MSVC compilation issueFabian Kosmale2021-04-201-1/+5
* Merge integration refs/builds/qtci/dev/1618599897Qt CI Bot2021-04-162-0/+11
|\
| * QPropertyBinding: Add sticky modeFabian Kosmale2021-04-162-0/+11
* | Merge integration refs/builds/qtci/dev/1618592683Qt CI Bot2021-04-161-1/+1
|\ \ | |/ |/|
| * Make the documented API visible to qdocVolker Hilsheimer2021-04-161-1/+1
* | Add support for grouped property changesLars Knoll2021-04-164-45/+298
* | Don't emit change notifications more often than requiredLars Knoll2021-04-162-12/+68
* | Address thread safety issues in QProperty classesFabian Kosmale2021-04-163-6/+20
* | Remove lazy binding evaluationLars Knoll2021-04-165-153/+63
* | Add documentation links for some JNI entitiesAssam Boudjelthia2021-04-162-3/+5
* | Port example away from deprecated QVariant APIVolker Hilsheimer2021-04-161-1/+1
|/
* Replace conversion operator by operator* in QJniEnvironmentAssam Boudjelthia2021-04-143-62/+72
* QBindable: Mark non-modifying methods as constFabian Kosmale2021-04-141-5/+5
* QCoreApplication: improve docs on exit() and quit() thread-safetyThiago Macieira2021-04-091-1/+14
* QCoreApplication::exit: make it a slotThiago Macieira2021-04-091-1/+1
* Do not notify about property changes if the value hasn't changedSona Kurazyan2021-04-071-2/+6
* Fix return type of QMetaType::sizeOf in documentationVolker Hilsheimer2021-04-071-1/+1
* Document meta-object revision 10Fabian Kosmale2021-04-061-0/+1
* Fix Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS when using the signalIvan Solovev2021-04-031-4/+4
* QObjectCompatProperty: Reintroduce operator=Fabian Kosmale2021-04-011-0/+6
* QObjectCompatProperty: Emit signal in notfiyFabian Kosmale2021-04-012-12/+49
* QObjectCompatProperty: Require explicit notifyFabian Kosmale2021-04-012-11/+3
* QWinEventNotifier: migrate to new thread pool APIAlex Trotsenko2021-03-312-38/+47
* Remove outdated commentAndreas Buhr2021-03-292-5/+5
* Merge integration refs/builds/qtci/dev/1616760368Qt CI Bot2021-03-261-2/+5
|\