summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiosintegration.mm
Commit message (Expand)AuthorAgeFilesLines
...
* 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