summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiosintegration.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* iOS: Make fusion style the default style on iOS, not the windows styleTor Arne Vestbø2013-02-271-0/+14
* iOS: add class QIOSInputContext (to handle keyboard)Richard Moe Gustavsen2013-02-271-0/+7
* iOS: Enable the ShowIsFullScreen style-hint so that show() implies fullscreenTor Arne Vestbø2013-02-271-0/+10
* iOS: insert Digia license headersRichard Moe Gustavsen2013-02-271-24/+24
* iOS: Ensure UIApplicationMain is started before QApplication by wrapping main()Tor Arne Vestbø2013-02-271-0/+12
* iOS: Use default createPlatformPixmap implementationMorten Johan Sorvig2013-02-271-8/+0
* iOS: Implement QIOSBackingStore in terms of a QOpenGLPaintDeviceTor Arne Vestbø2013-02-271-0/+1
* iOS: Implement QPlatformOpenGLContextTor Arne Vestbø2013-02-271-1/+12
* iOS: Fix build on case sensitive filesystemsTor Arne Vestbø2013-02-271-1/+1
* iOS: Add ability to get the UIView for a QWindow through QPlatformNativeInter...Tor Arne Vestbø2013-02-271-0/+20
* iOS: Style nitpicking, rename m_fontDb to m_fontDatabaseTor Arne Vestbø2013-02-271-2/+3
* iOS: Keep UIScreen* for current QIOSScreen instead of looking up each timeTor Arne Vestbø2013-02-271-1/+1
* iOS: Add screen like other platform pluginsTor Arne Vestbø2013-02-271-7/+2
* iOS: Get rid of singleton instance accessor in platform pluginTor Arne Vestbø2013-02-271-9/+0
* iOS: Change member variable style to be consistent with Qt's de facto standardTor Arne Vestbø2013-02-271-4/+4
* iOS: copy brute-force port of Qt4 uikit plugin into Qt5.Richard Moe Gustavsen2013-02-261-0/+106