summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios
Commit message (Expand)AuthorAgeFilesLines
* iOS: Make sure we're deleting framebuffers in the right contextTor Arne Vestbø2013-07-051-0/+3
* iOS: bugfix function portraitToPrimary()Richard Moe Gustavsen2013-05-281-1/+1
* iOS: Use right DPI for all iPad Minis, not just the WiFi versionTor Arne Vestbø2013-05-271-1/+1
* iOS: take orientation into account when reporting touch positionsRichard Moe Gustavsen2013-05-271-3/+6
* iOS: don't activate non-toplevel windowsRichard Moe Gustavsen2013-05-241-1/+1
* iOS: fix bug when reporting the screen position of touch eventsRichard Moe Gustavsen2013-05-201-8/+8
* iOS: don't send ended touch events to QPARichard Moe Gustavsen2013-05-072-75/+35
* iOS: Set context and bind FBO before allocating render-buffer storageTor Arne Vestbø2013-05-071-0/+3
* iOS: Don't use -1 as magic value for UIDeviceOrientationFaceUp/DownTor Arne Vestbø2013-04-302-4/+14
* iOS: Don't pretend like our OpenGL context is single-bufferedTor Arne Vestbø2013-04-301-4/+5
* iOS: Simplify context format setupTor Arne Vestbø2013-04-301-9/+5
* iOS: Don't resize backing store twice in beginPaint()Tor Arne Vestbø2013-04-291-1/+0
* iOS: remove setMouse/keyboardGrabEnabled warningRichard Moe Gustavsen2013-04-261-0/+3
* iOS: stack true popup windows ontop of tool windowsRichard Moe Gustavsen2013-04-261-1/+3
* iOS: add convenience functions for getting window typeRichard Moe Gustavsen2013-04-262-2/+5
* iOS: Don't try to set screen orientation before QApplication startupTor Arne Vestbø2013-04-241-0/+4
* iOS: don't delete m_touchDevice, QPA takes ownershipRichard Moe Gustavsen2013-04-222-6/+0
* iOS: use an explicit pointer to qiosViewControllerRichard Moe Gustavsen2013-04-197-7/+17
* iOS: QIOSBackingStore: enable FBO depth and stencil bufferRichard Moe Gustavsen2013-04-191-1/+5
* iOS: Fix build on case sensitive file systemsTor Arne Vestbø2013-04-041-1/+1
* iOS: Handle UIDeviceOrientation vs UIInterfaceOrientationTor Arne Vestbø2013-04-043-3/+3
* QPA/Mac: Fix resources leakingKonstantin Ritt2013-04-032-7/+11
* iOS: Use didFinishLaunchingWithOptions to support iOS < 6.0Tor Arne Vestbø2013-03-191-2/+2
* iOS: Remove debug output noiseRichard Moe Gustavsen2013-02-271-3/+0
* iOS: Add QIOSIntegration::hasCapability functionRichard Moe Gustavsen2013-02-272-0/+14
* iOS: Implement socket notifiers.Morten Johan Sørvig2013-02-272-4/+9
* iOS: Enable autorotate on startup.Morten Johan Sørvig2013-02-271-1/+1
* iOS: Don't crash on landscape mode startupMorten Johan Sørvig2013-02-274-5/+7
* iOS: Set touch point position in screen coords.Morten Johan Sørvig2013-02-273-4/+19
* iOS: Skip flushing child windows in QIOSBackingStoreRichard Moe Gustavsen2013-02-271-0/+7
* iOS: QIOSWindow::setParent()Richard Moe Gustavsen2013-02-272-3/+12
* iOS: implement QIOSWindow::winId()Richard Moe Gustavsen2013-02-273-3/+4
* iOS: Enable retina resolution for stylesMorten Johan Sørvig2013-02-272-0/+6
* iOS: avoid activating modally blocked windowsRichard Moe Gustavsen2013-02-272-1/+19
* iOS: add QIOSWindow::windowLevel() to simplify window stackingRichard Moe Gustavsen2013-02-272-11/+34
* iOS: Implement touch events.Morten Johan Sørvig2013-02-274-11/+118
* iOS: let first responder follow the view of the focus windowRichard Moe Gustavsen2013-02-273-18/+23
* iOS: implement QPlatformWindow::requestActivateWindow()Richard Moe Gustavsen2013-02-272-7/+14
* iOS: raise windows that becomes visibleRichard Moe Gustavsen2013-02-271-1/+9
* iOS: implement QPlatformWindow::raise() and lower()Richard Moe Gustavsen2013-02-272-1/+36
* iOS: Use 72 DPI for font size conversionTor Arne Vestbø2013-02-272-0/+6
* iOS: transfer focus to the window touchedRichard Moe Gustavsen2013-02-271-0/+5
* iOS: Move handling of FBOs to QIOSContext instead of QIOSWindowTor Arne Vestbø2013-02-274-84/+113
* iOS: Don't build qiosviewcontroller.mm into qtmain pluginTor Arne Vestbø2013-02-271-4/+1
* iOS: Move debug background color setting and guard for release buildsTor Arne Vestbø2013-02-272-2/+10
* iOS: Don't init our own base view for the root viewcontrollerTor Arne Vestbø2013-02-271-1/+0
* iOS: Auto-release the UIWindow and root view-controllerTor Arne Vestbø2013-02-271-4/+3
* iOS: Don't check for existing window in QIOSMainWrapperApplicationDelegateTor Arne Vestbø2013-02-271-12/+8
* iOS: Fix style nitpicksTor Arne Vestbø2013-02-271-2/+2
* iOS: make QWindow views hidden by defaultRichard Moe Gustavsen2013-02-271-0/+3