summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-131-6/+2
|\
| * iOS: Account for UITextInteraction when building against 12.x or lowerAndy Shaw2019-11-071-6/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-062-5/+14
|\|
| * Revert "iOS: Account for when the older SDK is used when building"v5.13.2Andy Shaw2019-10-252-5/+2
| * iOS: Account for when the older SDK is used when buildingAndy Shaw2019-10-172-2/+5
| * iOS: Remove assert when doing GL rendering in the backgroundTor Arne Vestbø2019-10-091-5/+2
| * iOS: Prevent UIKit from adding UITextInteraction to our viewTor Arne Vestbø2019-10-041-0/+12
* | Export lcEventDispatcher in private namespaceTor Arne Vestbø2019-10-031-0/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-1/+1
|\|
| * iOS: Fix NSUInteger vs NSInteger comparison warningTor Arne Vestbø2019-08-201-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-0/+8
|\|
| * iOS Accessibility: implement accessibilityElements and check indexingFrederik Gladhorn2019-05-211-0/+8
* | Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-101-1/+1
|/
* iOS: be more careful about hiding the edit menuRichard Moe Gustavsen2019-05-151-3/+8
* Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-193-11/+7
* iOS: Fix broken application background trackingTor Arne Vestbø2019-03-091-1/+2
* iOS: add support for custom buttons in native MessageDialog helperUlf Hermann2018-09-292-1/+20
* Remove codepaths and checks for unsupported Apple platformsTor Arne Vestbø2018-08-314-49/+23
* Make QEventDispatcherCoreFoundaton work on secondary threadsMorten Johan Sørvig2018-08-091-2/+3
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-0212-30/+88
|\
| * iOS: Guard all uses of APIs not available in application extensionsTor Arne Vestbø2018-06-0512-30/+88
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-6/+21
|\|
| * iOS: Handle application state for application extensionsTor Arne Vestbø2018-05-301-6/+21
| * iOS: Send window-system event also when embedded in native iOS appTor Arne Vestbø2018-05-293-32/+50
| * iOS: Don't assume our UIWindow is a QUIWindowTor Arne Vestbø2018-05-291-1/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-207-34/+57
|\|
| * iOS: Use the non deprecated application:openURL functionAndy Shaw2018-04-181-3/+2
| * iOS: Trigger manual layout of root view controller when coming out of backgroundTor Arne Vestbø2018-04-186-31/+55
* | Provide QPlatformWindow::hasPendingUpdateRequest() helper functionTor Arne Vestbø2018-04-171-5/+4
* | iOS: Don't assume our UIWindow is a QUIWindowTor Arne Vestbø2018-04-171-1/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-111-1/+1
|\|
| * iOS: Remove sending of duplicate touch events after broken mergeTor Arne Vestbø2018-04-101-1/+1
* | iOS: Send window-system event also when embedded in native iOS appTor Arne Vestbø2018-04-103-33/+51
* | Move delivery of update requests into QPlatformWindowTor Arne Vestbø2018-03-291-3/+8
* | Allow log messages to be grouped by activity on Apple OSesTor Arne Vestbø2018-03-151-2/+30
* | Clean up our Objective-C usageJake Petroules2018-02-2020-217/+193
|/
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-153-12/+40
|\
| * iOS: Simplify logging of QUIView/QIOSWindowTor Arne Vestbø2018-02-053-12/+40
* | Modernize logging in CoreFoundation and iOS event dispatchersTor Arne Vestbø2018-02-051-20/+19
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-041-0/+2
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-0/+2
| |\
| | * Fix the iOS/tvOS platform plugin build on tvOSJake Petroules2018-01-041-0/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-0215-121/+351
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-3013-93/+312
| |\|
| | * iOS: Don't send all touch events asyncTor Arne Vestbø2017-12-221-1/+1
| | * Teach QPlatformWindow about safe area margins and implement for iOSTor Arne Vestbø2017-12-133-0/+48
| | * iOS: Ensure that the cursor rect doesn't trigger an inverted scrollTor Arne Vestbø2017-12-111-10/+14
| | * iOS: Implement QIOSScreen::refreshRate to account for 120Hz displaysTor Arne Vestbø2017-12-112-0/+11
| | * iOS: Harden logic for when it's safe to use the graphics hardwareTor Arne Vestbø2017-12-073-10/+59
| | * iOS: Ignore view layouts while in the backgroundTor Arne Vestbø2017-12-062-0/+21