summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qioswindow.mm
Commit message (Expand)AuthorAgeFilesLines
* iOS: Ensure UIApplicationMain is started before QApplication by wrapping main()Tor Arne Vestbø2013-02-271-7/+2
* iOS: Implement QPlatformWindow::setWindowState()Tor Arne Vestbø2013-02-271-0/+18
* iOS: Implement QIOSWindow::setGeometry() and pick up UIView geometry changesTor Arne Vestbø2013-02-271-1/+42
* iOS: Pass QWindow geometry to initWithFrame on window creationTor Arne Vestbø2013-02-271-4/+9
* iOS: send mouse events (from touch events) from EAGLViewRichard Moe Gustavsen2013-02-271-11/+10
* iOS: create top-level UIWindow and UIViewControllerRichard Moe Gustavsen2013-02-271-0/+6
* iOS: Implement QPlatformOpenGLContextTor Arne Vestbø2013-02-271-304/+96
* iOS: Change member variable style to be consistent with Qt's de facto standardTor Arne Vestbø2013-02-271-93/+93
* iOS: copy brute-force port of Qt4 uikit plugin into Qt5.Richard Moe Gustavsen2013-02-261-0/+449