summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiosscreen.mm
Commit message (Expand)AuthorAgeFilesLines
* iOS: Decouple UIWindow management from QIOSScreenTor Arne Vestbø2024-04-191-23/+2
* iOS: Don't report UIDevice.currentDevice.orientation through QScreenTor Arne Vestbø2024-04-181-75/+7
* iOS: Remove plumbing for QWindow::reportContentOrientationChangeTor Arne Vestbø2024-04-181-25/+0
* iOS: Move QUIWindow implementation out of qiosscreen.mmTor Arne Vestbø2024-04-181-45/+1
* iOS: Handle geometry of maximized windows outside of QIOSScreenTor Arne Vestbø2024-04-181-26/+6
* iOS: Reduce dependency on screen's UIWindow in QIOSScreen::grabWindowTor Arne Vestbø2024-04-181-6/+6
* Add preliminary support for Qt for visionOSTor Arne Vestbø2024-04-181-9/+45
* iOS: Don't apply UIWindow safeAreInsets to available geometry on visionOSTor Arne Vestbø2024-03-201-5/+20
* iOS: Compute screen available geometry without UIScreen.applicationFrameTor Arne Vestbø2024-03-201-22/+9
* iOS: Remove NSView.safeAreaInsets wrapperTor Arne Vestbø2024-03-191-1/+1
* iOS: Guard traitCollectionDidChange against lack of QGuiApplicationTor Arne Vestbø2024-02-051-0/+3
* Mark ios plugin as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-081-0/+2
* Ignore removed/changed screens if no QIOSIntegration instance existsJan Moeller2023-04-181-0/+6
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-131-4/+4
* iOS: Don't assume screens will not be connected before QIOSIntegrationTor Arne Vestbø2022-12-161-2/+2
* QIosScreen: retain the right windowTimur Pocheptsov2022-10-181-1/+1
* QIOSTheme: Set appearance based on UIScreen if no windows created yetDoris Verria2022-10-101-1/+10
* Remove unneeded @available check for macOS <= 10.14 and iOS <= 13Tor Arne Vestbø2022-08-051-6/+4
* Fix several more improperly placed #include mocThiago Macieira2022-08-041-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-6/+6
* Send ThemeChange event to all windows when system theme changesTor Arne Vestbø2022-04-221-1/+1
* iOS: Implement QIOSScreen::logicalBaseDpi()Morten Sørvig2021-05-031-1/+1
* Change QString::fromLatin1 and friends to use QByteArrayViewLars Knoll2020-10-051-1/+1
* Fix -Wunguarded-availability-new for userInterfaceStyleAndré Klitzing2020-09-141-4/+6
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-1/+1
* Remove QScreen::orientationUpdateMaskShawn Rutledge2020-05-071-11/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-0/+13
|\
| * iOS: Pick up theme palette from system colorsTor Arne Vestbø2020-04-301-0/+13
* | Initial cleanup of qevent.h for Qt6Allan Sandfeld Jensen2020-03-051-0/+1
|/
* 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
| |\