summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Remove the QFactoryInterface dependency from platform pluginsLars Knoll2012-06-0811-79/+0
* Windows: Store only full-size DC's obtained by BeginPaint.Friedemann Kleint2012-06-072-8/+13
* QNX: Take nativeOrientation into account for QNX device orientationsSean Harmer2012-06-061-10/+25
* Fixed compile error in eglfs plugin due to narrowing conversion.Samuel Rødal2012-06-061-4/+8
* Cocoa: do not send multiple window activation eventsBradley T. Hughes2012-06-061-2/+9
* Cocoa: Fix QCocoaBackingStore::flush on 10.8Morten Sorvig2012-06-061-1/+11
* Do not set an action on native submenu items on MacPasi Matilainen2012-06-061-1/+2
* eglfs refactor: Query screen and format info from hooksGirish Ramakrishnan2012-06-054-42/+42
* eglfs refactor: Move egl initialization to the integrationGirish Ramakrishnan2012-06-054-42/+44
* Verify the surfaceType before activating the GL contextHolger Hans Peter Freyther2012-06-056-1/+12
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-1/+2
* QNX: Implement QQnxScreen::nativeOrientation()Kevin Ottens2012-06-052-0/+11
* directfb: Compile with C++11 support enabledBradley T. Hughes2012-06-051-2/+2
* The QFontEngineFT files are not built into QtGui anymore.Thiago Macieira2012-06-051-3/+1
* eglfs: Create mouse, keyboard and touch handlers by defaultGirish Ramakrishnan2012-06-022-2/+15
* Implement QXcbWindow::setWindowIconCorentin Jabot2012-06-024-0/+49
* eglfs: implement hardware cursor for the raspberry-piGirish Ramakrishnan2012-06-017-41/+80
* eglfs: allow cursor to be created without a contextGirish Ramakrishnan2012-05-313-22/+39
* Remove QCursor::handleGirish Ramakrishnan2012-05-311-1/+1
* Windows: Add ANGLE support.Friedemann Kleint2012-05-317-9/+360
* directfb: Allocate a special surface for OpenGLHolger Hans Peter Freyther2012-05-302-1/+34
* KMS platform plugin: Introduce default cursor for better usability.Samuel Rødal2012-05-301-0/+8
* eglfs: keep context active only during flushGirish Ramakrishnan2012-05-301-2/+4
* Add minimalegl QPA platform pluginGirish Ramakrishnan2012-05-3012-0/+929
* directfb: Allow a window subclass to allocate a different kind of surfaceHolger Hans Peter Freyther2012-05-304-16/+21
* Fix compile error in eglconvenienceGirish Ramakrishnan2012-05-301-2/+1
* directfb: description.surface_caps was already assigned conditionallyHolger Hans Peter Freyther2012-05-301-1/+0
* Make popup windows show on the correct desktop.Morten Johan Sorvig2012-05-301-0/+7
* Fixed KMS y-invertedness.Samuel Rødal2012-05-2912-447/+177
* QtPrintSupport - Add QPrinterInfo api for more printer detailsJohn Layt2012-05-291-0/+6
* eglfs: Don't update screen for non mouse-move eventsGirish Ramakrishnan2012-05-291-0/+2
* Add q_printEglConfig to qeglconvenienceGirish Ramakrishnan2012-05-291-43/+1
* eglfs: remove support for widget rendering using opengl paint engineGirish Ramakrishnan2012-05-292-26/+0
* eglfs: release shader program after useGirish Ramakrishnan2012-05-291-1/+1
* eglfs: rename QEglIntegration to QEglFSIntegrationGirish Ramakrishnan2012-05-292-6/+6
* QApplication::activeWindow is replaced by QApplication::focusWindowThiago Macieira2012-05-291-1/+1
* Windows QPA plugin: Add \internal to class documentation.Friedemann Kleint2012-05-2922-7/+56
* Qt 5 to-do in QXcbKeyboardGatis Paeglis2012-05-261-2/+2
* QNX: Adding native file dialog support for BlackberrySean Harmer2012-05-269-6/+487
* Fix xcb plugin compilation for -qconfig largeTasuku Suzuki2012-05-2611-1/+65
* XCB/EGL: Free display.Friedemann Kleint2012-05-251-0/+5
* Fix warnings about unused variables.Friedemann Kleint2012-05-251-1/+1
* eglfs: use GL API directly in QEglFSCursorGirish Ramakrishnan2012-05-252-12/+53
* QNX: Rationalise the usage of qDebug() to remove lots of #ifdef'sSean Harmer2012-05-2522-716/+374
* Windows: Fix verbose debug outputMiikka Heikkinen2012-05-241-1/+1
* QPA: Refactor QFileDialogPrivate::qt_clean_filter_list for QPASean Harmer2012-05-241-2/+2
* QNX: Recreate EGL surface when the window geometry changesKevin Ottens2012-05-241-0/+16
* QNX: Make sure calls to (create/destroy)Surface are symmetricKevin Ottens2012-05-242-3/+3
* QNX: Advertise geometry changes to Qt event systemKevin Ottens2012-05-241-0/+2
* QNX: Force windows resizing when the screen orientation changesKevin Ottens2012-05-241-0/+1