summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | iOS: Get rid of singleton instance accessor in platform pluginTor Arne Vestbø2013-02-272-11/+0
| * | iOS: Change member variable style to be consistent with Qt's de facto standardTor Arne Vestbø2013-02-277-122/+122
| * | iOS: Don't add to OBJECTIVE_HEADERS, there's no such thingTor Arne Vestbø2013-02-271-1/+1
| * | iOS: Add missing QuartzCore dependency to platform pluginTor Arne Vestbø2013-02-271-1/+1
| * | iOS: Don't link ios platform plugin to CocoaTor Arne Vestbø2013-02-271-1/+1
| * | iOS: Build platform plugin like other platform pluginsTor Arne Vestbø2013-02-271-4/+3
| * | iOS: Build ios platform plugin when appropriateTor Arne Vestbø2013-02-271-1/+4
| * | iOS: fix build issue, dont link against cocoaRichard Moe Gustavsen2013-02-262-2/+2
| * | iOS: copy brute-force port of Qt4 uikit plugin into Qt5.Richard Moe Gustavsen2013-02-2614-0/+1601
| * | Don't link QtPlatformSupport to CoreFoundation or CarbonTor Arne Vestbø2013-02-221-1/+1
* | | BlackBerry: handle window state navigator eventsRafael Roquetto2013-02-286-7/+67
* | | EGLFS: Enablers for Android pluginEskil Abrahamsen Blomfeldt2013-02-287-51/+78
* | | Cocoa: Remove qt_mac_toCGImage warningsGabriel de Dietrich2013-02-271-2/+4
* | | Fix some warnings that have crept up since I last fixed warningsThiago Macieira2013-02-271-1/+1
* | | EGLFS: Replace the global static 'hooks' variable with a functionThiago Macieira2013-02-266-24/+25
* | | Rename the SQL driver header files to _p.h (make private)Thiago Macieira2013-02-269-9/+9
* | | Windows native dialogs: Handle libraries.Friedemann Kleint2013-02-251-5/+114
* | | Fix primary screen selection.Alain Boyer2013-02-251-1/+1
* | | Make toplevel transparent windows work on Mac OS XGunnar Sletta2013-02-235-4/+32
* | | Pass the surface format to qglx_surfaceFormatFromGLXFBConfigGiuseppe D'Angelo2013-02-232-3/+3
* | | Enforce OpenGL context creation under WindowsGiuseppe D'Angelo2013-02-231-3/+11
* | | Enforce OpenGL context creation under XCBGiuseppe D'Angelo2013-02-231-3/+8
* | | Enforce OpenGL context creation under CocoaGiuseppe D'Angelo2013-02-231-2/+10
|/ /