summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * iOS: clean-up header includesRichard Moe Gustavsen2013-02-272-4/+2
| * iOS: activate next window when active window hidesRichard Moe Gustavsen2013-02-271-1/+15
| * iOS: add UIView category to get the QWindow it representsRichard Moe Gustavsen2013-02-272-0/+15
| * iOS: make EAGLView private in QIOSWindowRichard Moe Gustavsen2013-02-272-28/+25
| * iOS: add convenience function to get to the root QIOSViewControllerRichard Moe Gustavsen2013-02-274-3/+15
| * iOS: bugfix portraitToPrimary global functionRichard Moe Gustavsen2013-02-271-3/+3
| * iOS: update primary orientation when the rotation startsRichard Moe Gustavsen2013-02-271-3/+3
| * iOS: report changes to keyboard rect back to QtRichard Moe Gustavsen2013-02-275-5/+25
| * iOS: add global function 'isQtApplication'Richard Moe Gustavsen2013-02-274-2/+16
| * iOS: refactor general convenience functions into new file 'qiosglobal'Richard Moe Gustavsen2013-02-277-63/+170
| * iOS: remove warning from unused function in QIOSEventDispatcherRichard Moe Gustavsen2013-02-271-1/+1
| * iOS: Retina display support.Morten Johan Sorvig2013-02-275-7/+41
| * iOS: let QIOSScreen use correct orientation at startupRichard Moe Gustavsen2013-02-271-0/+7
| * iOS: refactor QIOSOrientationListener into QIOSScreenRichard Moe Gustavsen2013-02-277-203/+96
| * iOS: let QIOSScreen change geometry according to interface rotationTor Arne Vestbø2013-02-275-5/+45
| * iOS: Make default system font HelveticaTor Arne Vestbø2013-02-272-0/+29
| * iOS: Make fusion style the default style on iOS, not the windows styleTor Arne Vestbø2013-02-275-2/+152
| * iOS: add class QIOSInputContext (to handle keyboard)Richard Moe Gustavsen2013-02-275-2/+216
| * iOS: implement in QIOSWindow::setVisibleRichard Moe Gustavsen2013-02-272-0/+7
| * iOS: remove the view from the view hierarchy upon destructionRichard Moe Gustavsen2013-02-271-0/+1
| * iOS: Remove unnecessary const-trickery when passing QIOSContext to the windowTor Arne Vestbø2013-02-271-2/+2
| * iOS: Enable auto-rotation if no orientation update-mask has been setTor Arne Vestbø2013-02-271-2/+11
| * iOS: Update GL render buffers when the accociated window is resizedTor Arne Vestbø2013-02-274-43/+66
| * iOS: Keep QIOSBackingStore's paint device size in sync with the windowTor Arne Vestbø2013-02-271-5/+11
| * iOS: Create QIOSBackingStore paint device lazily in paintDevice()Tor Arne Vestbø2013-02-271-2/+3
| * iOS: update QPlatformWindow::geometry() when UIView changes sizeRichard Moe Gustavsen2013-02-272-3/+7
| * iOS: let fullscreen geometry take orientation into accountRichard Moe Gustavsen2013-02-271-3/+6
| * iOS: when in fullscreen, autoresize the view when the device rotatesRichard Moe Gustavsen2013-02-271-0/+2
| * iOS: one 'transform' warning per window is sufficientRichard Moe Gustavsen2013-02-271-5/+0
| * iOS: when in fullscreen, dont respond to geometry changesRichard Moe Gustavsen2013-02-272-21/+14
| * iOS: Enable the ShowIsFullScreen style-hint so that show() implies fullscreenTor Arne Vestbø2013-02-272-0/+12
| * iOS: Set initial window state on window creationTor Arne Vestbø2013-02-271-0/+2
| * iOS: Remove requestWindowOrientation from QIOSWindowTor Arne Vestbø2013-02-274-44/+2
| * iOS: Don't recreate paint device on beginPaint()Morten Johan Sørvig2013-02-271-3/+3
| * iOS: use 'self' rather than 'super' pointer in initWithQIOSWindowRichard Moe Gustavsen2013-02-271-1/+1
| * iOS: implement requestWindowOrientationRichard Moe Gustavsen2013-02-274-4/+48
| * iOS: handle content orientation feedback from applicationRichard Moe Gustavsen2013-02-272-0/+10
| * iOS: add QIOSViewControllerRichard Moe Gustavsen2013-02-275-2/+114
| * iOS: add function convertToUIOrientationRichard Moe Gustavsen2013-02-272-0/+23
| * iOS: let QIOSScreen start/stop listening for device orientationRichard Moe Gustavsen2013-02-272-0/+34
| * iOS: add QIOSOrientationListenerRichard Moe Gustavsen2013-02-273-0/+175