summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiosintegration.mm
Commit message (Expand)AuthorAgeFilesLines
* fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-2/+6
* Add support for Apple tvOSMike Krus2016-05-171-0/+10
* iOS: set StyleHint::StartDragTime to 300Richard Moe Gustavsen2016-05-041-0/+2
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-121-1/+1
|\
| * iOS: fix crash on iOS 8 due to unsupported selectorRichard Moe Gustavsen2016-01-111-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-2/+4
|\|
| * Fixed crash on iOS devices due to unsupported selector.Harald Meyer2016-01-061-2/+4
* | iOS: Implement support for QApplication::beep()Tor Arne Vestbø2015-12-171-0/+9
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
|/
* iOS: Add support for delivering touch pressure on iPhone 6s/6s+ devicesTor Arne Vestbø2015-11-261-3/+7
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+1
|\
| * ios: Do not drop the user-provided default QSurfaceFormatLaszlo Agocs2015-07-251-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-0/+11
|\|
| * ios: Add support for QOpenGLWidget and QQuickWidgetLaszlo Agocs2015-05-071-0/+11
* | qiosintegration: Set PasswordMaskDelayKai Uwe Broulik2015-05-221-0/+4
|/
* iOS: Implement basic QPlatformOffscreenSurface subclassTor Arne Vestbø2015-03-251-1/+15
* iOS: Add platform plugin option to debug window managementTor Arne Vestbø2015-03-161-0/+11
* iOS: Prepare QIOSIntegration for handling plugin optionsTor Arne Vestbø2015-03-121-10/+16
* iOS: Use qFatal when detecting QApplication before UIApplicationMainTor Arne Vestbø2015-03-061-6/+4
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* Add a function for QPA plugins to explicitly destroy QScreensGiulio Camuffo2014-12-231-1/+1
* iOS: fallback to use [UIScreen mainScreen] when [UIScreen screens] failRichard Moe Gustavsen2014-11-261-1/+7
* iOS: Let QScreen manage UIWindow and root view-controllerTor Arne Vestbø2014-07-231-1/+4
* iOS: Detect external screen connections and expose as additional QScreenTor Arne Vestbø2014-07-211-4/+4
* iOS: Add helper for getting the iOS platform integration instanceTor Arne Vestbø2014-07-211-0/+7
* Accessibility iOSFrederik Gladhorn2014-06-061-0/+12
* iOS: Add support for offscreen GL surfaces without using hidden windowsTor Arne Vestbø2014-03-281-0/+7
* iOS: implement clipboardRichard Moe Gustavsen2014-03-061-0/+13
* iOS has native windows but not window managementShawn Rutledge2013-12-161-0/+2
* iOS: Change show() to imply maximize, and showFullScreen() to hide status barTor Arne Vestbø2013-11-221-1/+1
* Fix jerky animations in Qt Quick for iOS.Gunnar Sletta2013-11-141-0/+2
* iOS: Enable threaded OpenGL.Maciej Kujalowicz2013-11-051-0/+3
* iOS: Cleanup, remove unneeded Q_UNUSEDTor Arne Vestbø2013-10-091-1/+0
* iOS: Implement QPlatformServices to handle opening URLsTor Arne Vestbø2013-10-031-0/+10
* iOS: Delete members in platform integrationTor Arne Vestbø2013-10-031-0/+12
* QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-301-1/+1
* iOS: Interleave Qt application main() with iOS startup sequenceTor Arne Vestbø2013-09-131-2/+6
* iOS: Change main-wrapper logic to not require changing the user's mainTor Arne Vestbø2013-09-111-4/+1
* Rename QIOSEventDispatcher to QEventDispatcherCoreFoundationTor Arne Vestbø2013-08-231-2/+2
* iOS: add support for new style hint: SetFocusOnTouchReleaseRichard Moe Gustavsen2013-06-251-0/+2
* iOS: add support for Qt::ApplicationStatesRichard Moe Gustavsen2013-06-251-0/+2
* Move iOS event dispatcher from platform plugin to platform support.Ian Dean2013-06-131-1/+1
* Set current directory to application bundle on startup.Ian Dean2013-05-271-0/+4
* iOS: don't delete m_touchDevice, QPA takes ownershipRichard Moe Gustavsen2013-04-221-5/+0
* iOS: Remove debug output noiseRichard Moe Gustavsen2013-02-271-3/+0
* iOS: Add QIOSIntegration::hasCapability functionRichard Moe Gustavsen2013-02-271-0/+12
* iOS: implement QIOSWindow::winId()Richard Moe Gustavsen2013-02-271-1/+1
* iOS: Implement touch events.Morten Johan Sørvig2013-02-271-0/+11