summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios
Commit message (Expand)AuthorAgeFilesLines
* 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
* iOS: Keep undo/redo widgets enabled on the undo shortcut bar after undoTamás Martinec2021-05-051-1/+14
* iOS: Implement QIOSScreen::logicalBaseDpi()Morten Sørvig2021-05-032-2/+2
* iOS: Protect against a possible crash after the window is deletedAndy Shaw2021-03-292-1/+3
* Include minus sign in ImhFormattedNumbersOnly's available keysEdward Welbourne2021-03-161-3/+1
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-242-4/+4
* iOS: Pass the text to handleExtendedKeyEvent when knownAndy Shaw2021-02-231-4/+7
* macOS: don't let windows that are transparent for input become key windowVolker Hilsheimer2021-02-191-1/+2
* iOS: Disable three-finger-tap editing interaction menu when there's no focus ...Tor Arne Vestbø2021-02-111-0/+13
* iOS: close edit menu upon focus transferRichard Moe Gustavsen2021-02-051-0/+3
* iOS: don't report selection changed if it didn't changeRichard Moe Gustavsen2021-02-041-1/+5
* iOS: hide edit menu if typing on the input panelRichard Moe Gustavsen2021-02-041-4/+8
* iOS: Use new QPlatformInputContext geometry APIMorten Sørvig2021-02-013-25/+22
* iOS: always hide edit menu when showing the magnifier glassRichard Moe Gustavsen2021-02-011-6/+1