summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiosintegration.mm
Commit message (Expand)AuthorAgeFilesLines
* Add preliminary support for Qt for visionOSTor Arne Vestbø8 days1-8/+11
* iOS: Add support for foreign windowsTor Arne Vestbø2023-08-181-0/+7
* Mark ios plugin as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-081-0/+2
* iOS: Fix build with -no-openglTor Arne Vestbø2023-02-011-3/+10
* Add QGuiApplication API to set a number-badge in the Dock/task barTor Arne Vestbø2022-12-021-0/+5
* Reintroduce converter APIs for supporting native clipboard formatsVolker Hilsheimer2022-11-161-1/+1
* Rename QMacInternalPasteboardMime to QMacMimeVolker Hilsheimer2022-11-071-0/+1
* Refactor: split QMacMime registry and virtual interfaceVolker Hilsheimer2022-11-031-2/+3
* Fix several more improperly placed #include mocThiago Macieira2022-08-041-2/+2
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Plugins: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-041-2/+2
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-1/+3
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-111-3/+2
* QFactoryLoader: continue the port from JSON to CBORThiago Macieira2021-10-201-1/+2
* Register QPlatformBackingStoreOpenGLSupport when neededTor Arne Vestbø2020-07-291-4/+0
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-7/+7
* Move QPlatformBackingStoreOpenGLSupport handling out of platform pluginsTor Arne Vestbø2020-05-291-5/+1
* Move QtPlatformCompositorSupport into QtOpenGLTor Arne Vestbø2020-05-281-1/+1
* Move CoreText font engine/database to QtGuiTor Arne Vestbø2020-05-271-1/+1
* Move QMacInternalPasteboardMime to QtGuiTor Arne Vestbø2020-05-211-1/+1
* Initial cleanup of qevent.h for Qt6Allan Sandfeld Jensen2020-03-051-0/+1
* Move backing store OpenGL support to the platformcompositor moduleJohan Klokkhammer Helsing2020-02-031-1/+9
* Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-2/+2
* Remove codepaths and checks for unsupported Apple platformsTor Arne Vestbø2018-08-311-4/+2
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-1/+1
|\
| * iOS: Guard all uses of APIs not available in application extensionsTor Arne Vestbø2018-06-051-1/+1
| * iOS: Send window-system event also when embedded in native iOS appTor Arne Vestbø2018-05-291-4/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-201-0/+3
|\|
| * iOS: Trigger manual layout of root view controller when coming out of backgroundTor Arne Vestbø2018-04-181-0/+3
* | iOS: Send window-system event also when embedded in native iOS appTor Arne Vestbø2018-04-101-4/+1
* | Clean up our Objective-C usageJake Petroules2018-02-201-1/+1
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-15/+0
|\
| * iOS: Use environment variables for debug flags instead of QObject propertiesTor Arne Vestbø2017-11-281-11/+0
| * iOS: Remove forced Qt::AA_ShareOpenGLContextsTor Arne Vestbø2017-11-211-4/+0
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-1/+1
|\|
| * Clean up OS version checks for Apple platformsJake Petroules2017-09-291-1/+1
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
* | iOS: disable Apple Pencil support if configure -no-feature-tableteventShawn Rutledge2017-09-151-0/+2
* | Add Apple Pencil support on iOSShawn Rutledge2017-09-141-0/+1
|/
* iOS: Remove support for OpenGL-backed QBackingStoreTor Arne Vestbø2017-08-241-5/+0
* macOS: Split out font engine creation from QCoreTextFontDatabaseTor Arne Vestbø2017-04-041-1/+3
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-3/+11
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+8
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-0/+8
| | |\
| | | * iOS: refactor usage of photos into optional pluginRichard Moe Gustavsen2016-10-261-0/+8
| * | | iOS: ensure we return a non-null clipboardRichard Moe Gustavsen2016-10-281-1/+1
| * | | port to modularized platformsupport librariesOswald Buddenhagen2016-10-151-2/+2
* | | | Replace usages of QSysInfo with QOperatingSystemVersionJake Petroules2016-09-201-1/+2
|/ / /
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-2/+6