summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiosscreen.mm
Commit message (Expand)AuthorAgeFilesLines
* Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-5/+5
* Remove codepaths and checks for unsupported Apple platformsTor Arne Vestbø2018-08-311-6/+1
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-13/+20
|\
| * iOS: Guard all uses of APIs not available in application extensionsTor Arne Vestbø2018-06-051-13/+20
* | Provide QPlatformWindow::hasPendingUpdateRequest() helper functionTor Arne Vestbø2018-04-171-5/+4
* | Move delivery of update requests into QPlatformWindowTor Arne Vestbø2018-03-291-3/+8
* | Clean up our Objective-C usageJake Petroules2018-02-201-8/+6
|/
* Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-6/+65
|\
| * iOS: Don't send all touch events asyncTor Arne Vestbø2017-12-221-1/+1
| * iOS: Implement QIOSScreen::refreshRate to account for 120Hz displaysTor Arne Vestbø2017-12-111-0/+10
| * iOS: Try to detect and deal with delayed touch delivery due to gesturesTor Arne Vestbø2017-12-061-1/+21
| * iOS: Implement QPlatformScreen::name for easier debuggingTor Arne Vestbø2017-12-061-0/+10
| * iOS: Compute screen available geometry based on safe area insetsTor Arne Vestbø2017-11-301-5/+24
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-051-15/+21
|\|
| * iOS: Don't treat AppleTV as an iDevice when resolving physical DPITor Arne Vestbø2017-11-291-2/+2
| * iOS: Update screen metrics (physical DPI) for the latest set of devicesTor Arne Vestbø2017-11-291-13/+19
* | Remove obsolete version checksJake Petroules2017-09-251-23/+9
|/
* Remove compatibility code paths for macOS < 10.10 and iOS < 8.0Jake Petroules2017-01-091-3/+4
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-2/+2
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-2/+2
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-171-2/+2
| | |\
| | | * iOS: Report correct physical DPI for iPhone 7 PlusTor Arne Vestbø2016-10-141-2/+2
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-211-0/+35
|\| | |
| * | | Fix namespaced build on iOSJake Petroules2016-09-201-0/+2
| * | | iOS: Implement support for QScreen::grabWindow()Tor Arne Vestbø2016-09-181-0/+33
* | | | Replace usages of QSysInfo with QOperatingSystemVersionJake Petroules2016-09-201-3/+4
|/ / /
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-06-211-0/+58
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-0/+58
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-0/+58
| | |\|
| | | * uikit: Deliver update requests via CADisplayLink callbackTor Arne Vestbø2016-06-171-0/+58
* | | | Restore use of ifdef for TVOSMike Krus2016-06-201-2/+5
|/ / /
* | | uikit: Remove use of ifdef when resolving available screen geometryTor Arne Vestbø2016-06-141-5/+2
* | | darwin: Add Foundation conversion functions for QRect/QRectFTor Arne Vestbø2016-06-101-4/+4
* | | Add support for Apple tvOSMike Krus2016-05-171-1/+15
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-6/+21
|\|
| * iOS: Report correct physicalSize and physicalDotsPerInch for iPhone6+Tor Arne Vestbø2016-05-021-6/+21
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* iOS: Update pixel density (PPI) logic to detect new iOS devicesTor Arne Vestbø2015-11-191-10/+15
* iOS: Clean up style in Objective-C message signaturesTor Arne Vestbø2015-05-241-4/+4
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* iOS: Guard QIOSScreen against notifying Qt about changes to deleted QScreensTor Arne Vestbø2015-02-021-6/+14
* iOS: Limit auto-rotation to device screen (excludes external screens)Tor Arne Vestbø2015-01-241-20/+22
* iOS: Associate UIScreen and show UIWindow on initial QWindow mappingTor Arne Vestbø2015-01-231-6/+0
* iOS: Base [QIOSViewController shouldAutorotate] on the locked orientationTor Arne Vestbø2015-01-231-5/+4
* iOS: Decouple screen geometry calculations from UIWindow geometryTor Arne Vestbø2015-01-231-11/+20
* iOS: Only use [UIDevice orientation] for the main/device screenTor Arne Vestbø2015-01-231-0/+4
* iOS: Make screen orientation reporting more consistentTor Arne Vestbø2015-01-221-11/+18
* iOS: Fall back to statusbar orientation for initial QScreen::orientation()Tor Arne Vestbø2015-01-211-3/+13
* iOS: Use QPlatformIntegration::destroyScreen() instead of manual deleteTor Arne Vestbø2015-01-211-1/+2