summaryrefslogtreecommitdiffstats
path: root/src/corelib/platform
Commit message (Expand)AuthorAgeFilesLines
* Streamline reading of js DataTransfer objectMikolaj Boc2023-01-182-3/+132
* QPermission: replace T data<T>() with std::optional<T> value<T>()Marc Mutz2023-01-131-3/+3
* Android: requestPermissionsInternal(): use more makeReadyFuture()Marc Mutz2023-01-051-14/+13
* Android: checkPermission/s(): use makeReadyFuture()Marc Mutz2023-01-041-20/+7
* QAndroidExtras: release mutex earlier in requestPermissionsInternal()Marc Mutz2023-01-041-0/+1
* runOnAndroidMainThread(): optimize shared pointer useMarc Mutz2022-12-261-2/+3
* Fix UB (reference to local variable leaving scope) in runOnAndroidMainThread()Marc Mutz2022-12-231-1/+1
* QAndroidNaticeInterface: replace a pair with a structMarc Mutz2022-12-231-8/+15
* runOnAndroidMainThread(): Use QThreadPool::start() instead of QtConcurrent::r...Marc Mutz2022-12-231-2/+4
* runOnAndroidMainThread(): Don't block QThreadPool::globalInstance() with timo...Marc Mutz2022-12-231-0/+8
* Don't create a QRunnable in QAndroidApplication::runOnAndroidMainThread() w/o...Marc Mutz2022-12-231-4/+4
* Doc: Remove incorrect CMake instructions for QtCore-privateTopi Reinio2022-12-221-0/+14
* Avoid mutual ownership in qstdweb's File::streamMikolaj Boc2022-12-222-37/+55
* Always target the web events at the currentTargetMikolaj Boc2022-12-151-1/+1
* qdarwinpermission_location: disable deprecation warningTimur Pocheptsov2022-12-131-1/+1
* wasm: add native QByteArray conversion functionsMorten Sørvig2022-12-052-0/+21
* Cleanup qtbase to allow LLVM-MinGW use WinRTYuhang Zhao2022-12-031-1/+1
* Use the browser compositor for drawing windows on WASMMikolaj Boc2022-11-261-1/+5
* Always export and link in JSEvents and specialHTMLTargetsMikolaj Boc2022-11-151-0/+16
* Plumb public permission APIs to Android backendTor Arne Vestbø2022-11-092-143/+17
* Add permission API backend for macOS and iOSTimur Pocheptsov2022-11-039-0/+763
* wasm: disable asyncifyMorten Sørvig2022-11-031-0/+8
* Proper clearing of WinRT factory cacheAndreas Buhr2022-10-312-0/+105
* Use the correct way to check for AsyncifyMikolaj Boc2022-10-251-2/+4
* Android: fix include statement for Android Extras classesAssam Boudjelthia2022-10-211-0/+6
* Introduce centralized means of checking for asyncifyMikolaj Boc2022-09-232-0/+8
* wasm: export new Promise functionsLorn Potter2022-09-071-2/+2
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-012-4/+4
* wasm: use uintptr_t for uint32_tLorn Potter2022-08-271-1/+1
* Use the local file APIs to save/load files on WASMMikolaj Boc2022-08-122-2/+9
* Make the promises js-less using a newly introduced thunk poolMikolaj Boc2022-07-072-119/+187
* Create a promise wrapper for C++ and port existing usesMikolaj Boc2022-06-303-1/+305
* Fix typos in docs and commentsKai Köhne2022-06-151-2/+2
* Doc: Document the CorePrivate moduleTopi Reinio2022-06-081-6/+6
* wasm: export a few symbolsLorn Potter2022-06-011-7/+9
* Return specific types for frequently used Java objectsVolker Hilsheimer2022-05-171-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-165-190/+10
* Fix QtAndroidPrivate namespace documentationIvan Solovev2022-05-091-3/+4
* Fix compiler warning from deprecated overloadsVolker Hilsheimer2022-04-262-2/+2
* wasm: fix qstweb::EventCallback destructorMorten Johan Sørvig2022-04-121-2/+5
* wasm: Make sure all qstdweb classes have val()Morten Johan Sørvig2022-04-052-2/+30
* Android: Fix deadlock caused by a race between permissions query and IMJarkko Koivikko2022-04-051-1/+2
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-241-2/+2
* wasm: improve qstdweb::EventCallbackMorten Johan Sørvig2022-02-112-14/+29
* wasm: add Blob and File typeLorn Potter2021-11-302-0/+12
* wasm: Move Blob creation code to qstdwebMorten Johan Sørvig2021-11-272-2/+51
* wasm: Move streamFile() to qstdwebMorten Johan Sørvig2021-11-262-0/+47
* QAndroidActivityResultReceiver: make uniqueActivityRequestCode() lock- and UB...Marc Mutz2021-11-251-5/+6
* QAndroidActivityResultReceiver: avoid double(triple)-lookupMarc Mutz2021-11-201-6/+9
* Do not include qloggingcategory.h in public headersKai Köhne2021-11-161-0/+1