summaryrefslogtreecommitdiffstats
path: root/src/corelib/platform
Commit message (Expand)AuthorAgeFilesLines
* wasm: Export haveJspi() for dynamic linkingPiotr Wierciński2024-02-291-1/+1
* cmake: Generate Apple privacy manifest files for Qt modulesTor Arne Vestbø2024-02-131-0/+31
* wasm: make EventCallback use addEventListener()Morten Sørvig2024-01-252-33/+30
* wasm: Fix handling of promise pool in WebPromiseManagerPiotr Wiercinski2023-12-281-15/+12
* wasm: move DataTransfer to dom::Lorn Potter2023-12-212-118/+0
* wasm: extend qstdweb to support objectUrls in FileLorn Potter2023-12-212-1/+57
* Android: don't call delegates outside of the ActivityAssam Boudjelthia2023-11-101-2/+1
* Android: add missing extras native methods impls and registrationAssam Boudjelthia2023-11-032-4/+42
* wasm: fix null-argument warningMorten Sørvig2023-10-311-1/+1
* Include what you need: QIODeviceVolker Hilsheimer2023-10-301-0/+1
* Android: don't rely on implicit cast of declared QtJniTypes to jobjectVolker Hilsheimer2023-10-271-1/+1
* wasm: add QIODevices for accessing JS dataMorten Sørvig2023-10-252-0/+174
* Introduce QComObject base classPavel Dubsky2023-10-131-0/+127
* wasm: make haveAsyncify() return true for any asyncifyMorten Sørvig2023-10-022-4/+22
* wasm: fix "'QString' is deprecated" warningsMorten Sørvig2023-09-131-5/+7
* wasm: Drop using deprecated functionPiotr Wiercinski2023-09-121-2/+2
* wasm: make all val() accessors constMorten Sørvig2023-09-072-10/+10
* wasm: rename JsString -> EcmaStringMorten Sørvig2023-08-301-1/+1
* Move runTaskOnMainThread to qstdweb_p.h, use it in WASM dispatcherMikolaj Boc2023-08-251-0/+42
* Core: include mocsMårten Nordheim2023-07-071-0/+2
* permissions: Handle unknown permission statuses gracefullyTor Arne Vestbø2023-06-294-8/+17
* permissions: Handle EKAuthorizationStatusWriteOnly on macOS 14/iOS 17Tor Arne Vestbø2023-06-291-4/+16
* Introduce qstdweb::bindForever stub for submodule updateMikolaj Boc2023-06-151-0/+6
* Fix jsHaveJspi so that it works without Asyncify definedMikolaj Boc2023-06-141-1/+1
* Adapt WASM event dispatcher to use JSPI, if availableMikolaj Boc2023-06-122-1/+11
* Remove FileReader callbacks before assigning new onesMikolaj Boc2023-04-251-3/+6
* wasm: add setting type to BlobLorn Potter2023-04-212-3/+9
* Long live QtFuture::makeReadyVoidFuture() and QtFuture::makeReadyValueFuture()Ivan Solovev2023-04-051-3/+3
* Long live QtFuture::makeReadyRangeFuture()Ivan Solovev2023-04-051-1/+1
* wasm: export qstdweb::readDataTransfer()Morten Sørvig2023-03-171-1/+1
* Fix compilation issues for androidMichal Klocek2023-03-161-0/+1
* Assert on overwriting a previously set EventCallback on wasmMikolaj Boc2023-02-141-0/+2
* permissions: Replace deprecated location permission usage keyTor Arne Vestbø2023-02-081-1/+5
* Use qt_winrtbase_p.h workaround in more placesYuhang Zhao2023-02-071-2/+4
* iOS: Disallow upgrading QLocationPermission::WhenInUse to AlwaysTor Arne Vestbø2023-02-071-6/+14
* iOS: Report PermissionStatus::Denied when detecting accuracy mismatchTor Arne Vestbø2023-02-071-1/+1
* Apple: Detect missing bundle identifier when using location permissionsTor Arne Vestbø2023-02-021-0/+7
* Introduce qt_winrtbase_p.hOliver Wolff2023-01-232-1/+33
* 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