summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios
Commit message (Expand)AuthorAgeFilesLines
* QIosFileDialog - properly handle QUrl for assets-libraryTimur Pocheptsov2023-02-151-3/+7
* iOS: Don't assume screens will not be connected before QIOSIntegrationTor Arne Vestbø2022-12-161-2/+2
* iOS a11y: Ensure parent elements are stacked below their childrenTor Arne Vestbø2022-12-161-1/+3
* iOS plugin: Add support for wheel eventsDoris Verria2022-10-201-0/+81
* QIosTextResponder: stop using deprecated constants and typeTimur Pocheptsov2022-10-191-4/+4
* QIosScreen: retain the right windowTimur Pocheptsov2022-10-191-1/+1
* QIOSMessageDialog::exec - work around 'windowsless' execTimur Pocheptsov2022-10-191-0/+20
* QIosMenu - do not check -undo: and -redo: selectorsTimur Pocheptsov2022-10-171-2/+2
* iOS: send control keys to Qt, even if IM is enabledRichard Moe Gustavsen2022-09-241-22/+31
* iOS, input panel: be more careful before enabling QIOSKeyboardListenerRichard Moe Gustavsen2022-09-231-2/+2
* iOS: use NSProcessInfo to resolve timestamps in simulator buildsRichard Moe Gustavsen2022-08-241-5/+31
* Rename QPlatformFontDatabase::handleAvailableFontsChanged()Tor Arne Vestbø2022-08-171-1/+1
* Remove unneeded @available check for macOS <= 10.14 and iOS <= 13Tor Arne Vestbø2022-08-154-40/+22
* darwin: Remove unneeded SDK version checks for older versionsTor Arne Vestbø2022-08-151-4/+0
* iOS: ensure we close inputpanel after clearing focusobjectRichard Moe Gustavsen2022-08-081-0/+9
* Fix several more improperly placed #include mocThiago Macieira2022-08-044-8/+8
* iOS: Send touch events asynchronously to avoid deadlocking UIKit event loopTor Arne Vestbø2022-07-011-2/+10
* Fix typos in docs and commentsKai Köhne2022-06-156-11/+11
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-157-7/+7
* qiostheme: Don't determine the appearance mode from the keyWindowDoris Verria2022-06-031-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-1655-2090/+110
* QIOSTextResponder: recreate responder upon resetRichard Moe Gustavsen2022-05-101-3/+16
* Plugins: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-043-4/+4
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-047-19/+31
* QIOSTextResponder: restore reset/commit logicRichard Moe Gustavsen2022-04-282-0/+14
* Send ThemeChange event to all windows when system theme changesTor Arne Vestbø2022-04-221-1/+1
* iOS: Handle changes in user font preferences by invalidating font databaseTor Arne Vestbø2022-03-302-0/+9
* CoreText: Make population of theme fonts explicitTor Arne Vestbø2022-03-301-1/+1
* Implement QPlatformTheme::appearance() for iOSDoris Verria2022-03-292-0/+15
* iOS A11Y: Do not add children of invisible parentMike Achtelik2022-03-281-1/+1
* iOS A11Y: Set more accessibilityTraitsMike Achtelik2022-03-251-0/+11
* CoreText: Maintain theme fonts in the font database instead of themesTor Arne Vestbø2022-03-232-9/+3
* Misc: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-115-161/+5
* QIOSFileDialog/QIOSDocumentPickerController - handle dismissed view controllerTimur Pocheptsov2022-03-052-1/+18
* QAbstractFileEngine: Add permission argument to open()Ievgenii Meshcheriakov2021-12-042-2/+5
* QIOSTextInputOverlay: listen for selection changes, also for Qt::ImReadOnlyRichard Moe Gustavsen2021-11-111-4/+28
* QIOSInputContext: use QIOSResponder when the focus object is Qt::ImReadOnlyRichard Moe Gustavsen2021-11-111-4/+11
* QIOSTextInputResponder: factor out the "read-only" part to a QIOSTextResponde...Richard Moe Gustavsen2021-11-115-136/+223
* iOS: Hide UIWindow before restoring mirror modeTor Arne Vestbø2021-11-041-1/+1
* iOS: Defer restoring screen mirroring until next runloop passTor Arne Vestbø2021-11-041-3/+7
* iOS: Don't try to initialize a11y for views that have no platform windowTor Arne Vestbø2021-11-041-0/+5
* QAbstractFileEngine: Remove useless method overridesIevgenii Meshcheriakov2021-11-032-6/+0
* QFactoryLoader: continue the port from JSON to CBORThiago Macieira2021-10-202-2/+4
* Use qmath.h's conversions between degrees and radiansEdward Welbourne2021-09-101-3/+4
* Adapt the implementation of QDesktopService on iOS to AndroidLars Schmertmann2021-09-101-6/+4
* CMake: Fix plugin target names to end in Plugin suffixAlexandru Croitor2021-08-121-2/+3
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-062-2/+2
* Shift iOS a11y translations into C++ fileMike Achtelik2021-08-044-1/+122
* iOS: cleanup connection when a screen disconnectsRichard Moe Gustavsen2021-06-161-1/+3