summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios
Commit message (Expand)AuthorAgeFilesLines
* QIOSTheme: Get the appearance mode from the UIWindow's traitCollectionDoris Verria2022-09-291-1/+1
* 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
* Replace QPlatformTheme::Appearance by Qt:AppearanceAxel Spoerl2022-09-202-5/+5
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-233-3/+3
* iOS: use NSProcessInfo to resolve timestamps in simulator buildsRichard Moe Gustavsen2022-08-181-5/+31
* Rename QPlatformFontDatabase::handleAvailableFontsChanged()Tor Arne Vestbø2022-08-161-1/+1
* iOS: ensure we close inputpanel after clearing focusobjectRichard Moe Gustavsen2022-08-081-0/+9
* Remove unneeded @available check for macOS <= 10.14 and iOS <= 13Tor Arne Vestbø2022-08-054-40/+22
* darwin: Remove unneeded SDK version checks for older versionsTor Arne Vestbø2022-08-051-8/+0
* Fix several more improperly placed #include mocThiago Macieira2022-08-044-8/+8
* Add license headers to cmake filesLucie Gérard2022-08-033-0/+9
* iOS plugin: Add support for wheel eventsDoris Verria2022-07-051-0/+81
* 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
* iOS: Accessibility: Set the correct traits for EditableTextAndy Shaw2021-05-141-1/+9
* iOS: Accessibility: Don't cut off the last character from the text valueAndy Shaw2021-05-071-2/+1