summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios
Commit message (Expand)AuthorAgeFilesLines
* QMacMime API cleanup: use uti instead of flavorVolker Hilsheimer2022-11-071-2/+2
* Standardize QMacMime and QWindowsMimeVolker Hilsheimer2022-11-071-2/+2
* macOS: Make QMacMime's handler scope type-safeVolker Hilsheimer2022-11-071-3/+3
* Rename QMacInternalPasteboardMime to QMacMimeVolker Hilsheimer2022-11-072-6/+5
* Refactor: split QMacMime registry and virtual interfaceVolker Hilsheimer2022-11-032-5/+7
* QIOSMessageDialog::exec - work around 'windowsless' execTimur Pocheptsov2022-10-191-0/+20
* QIosScreen: retain the right windowTimur Pocheptsov2022-10-181-1/+1
* QIosTextResponder: stop using deprecated constants and typeTimur Pocheptsov2022-10-171-4/+4
* QIosMenu - do not check -undo: and -redo: selectorsTimur Pocheptsov2022-10-171-2/+2
* QIOSTheme: Set appearance based on UIScreen if no windows created yetDoris Verria2022-10-102-6/+19
* 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