summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* 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
* iOS: insert Digia license headersRichard Moe Gustavsen2013-02-276-146/+144
* iOS: Set PLUGIN_TYPE = platforms before loading(qt_plugins)Tor Arne Vestbø2013-02-272-6/+2
* iOS: Ensure UIApplicationMain is started before QApplication by wrapping main()Tor Arne Vestbø2013-02-2710-71/+166
* iOS: Implement QPlatformWindow::setWindowState()Tor Arne Vestbø2013-02-272-0/+20
* iOS: Implement QIOSWindow::setGeometry() and pick up UIView geometry changesTor Arne Vestbø2013-02-272-1/+43
* iOS: Implement QPlatformScreen::availableGeometry()Tor Arne Vestbø2013-02-272-2/+7
* iOS: Use default createPlatformPixmap implementationMorten Johan Sorvig2013-02-272-9/+0
* iOS: Add Q_IMPORT_PLUGIN(QIOSIntegrationPlugin) into the plugin itselfRichard Moe Gustavsen2013-02-271-1/+1
* iOS: Pass QWindow geometry to initWithFrame on window creationTor Arne Vestbø2013-02-271-4/+9
* iOS: Set background color of UIWindow and root UIView to burn your eyesTor Arne Vestbø2013-02-271-2/+4
* iOS: Unset EAGL context if it's current when destroying QIOSContextTor Arne Vestbø2013-02-271-0/+3
* iOS: support stand-alone qApp->processEvents callsRichard Moe Gustavsen2013-02-271-2/+7
* iOS: send mouse events (from touch events) from EAGLViewRichard Moe Gustavsen2013-02-272-11/+13
* iOS: implement QEventLoop support in the event dispatcherRichard Moe Gustavsen2013-02-272-2/+8
* iOS: create top-level UIWindow and UIViewControllerRichard Moe Gustavsen2013-02-272-0/+24
* iOS: Implement QIOSBackingStore in terms of a QOpenGLPaintDeviceTor Arne Vestbø2013-02-274-119/+89
* iOS: Implement QPlatformOpenGLContextTor Arne Vestbø2013-02-278-376/+343
* iOS: support killing timersRichard Moe Gustavsen2013-02-271-12/+42
* iOS: call UIApplicationMain from event dispatcher, and add application delegateRichard Moe Gustavsen2013-02-274-38/+165
* iOS: Flesh out initial QPlatformScreen implementationTor Arne Vestbø2013-02-272-57/+61
* iOS: Fix build on case sensitive filesystemsTor Arne Vestbø2013-02-271-1/+1
* iOS: QIOSEventDispatcher: implement timer supportRichard Moe Gustavsen2013-02-272-19/+132
* iOS: QIOSEventDispatcher: add runloop source for processing eventsRichard Moe Gustavsen2013-02-272-7/+63
* iOS: Add ability to get the UIView for a QWindow through QPlatformNativeInter...Tor Arne Vestbø2013-02-272-1/+25
* iOS: Style nitpicking, rename m_fontDb to m_fontDatabaseTor Arne Vestbø2013-02-272-3/+4
* iOS: Keep UIScreen* for current QIOSScreen instead of looking up each timeTor Arne Vestbø2013-02-273-10/+11
* iOS: Add screen like other platform pluginsTor Arne Vestbø2013-02-272-10/+3