summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Windows RT and Windows Phone QPAAndrew Knight2013-10-0225-1/+3537
* Fix clang build for libc++Donald Carr2013-10-021-0/+1
* Merge branch 'stable' into devSergio Ahumada2013-09-2712-16/+68
|\
| * Cocoa: Allow widgets to receive events event when no app is runningGabriel de Dietrich2013-09-262-2/+11
| * QCocoaBackingStore: Initialize non-opaque images with transparent colorGabriel de Dietrich2013-09-261-0/+2
| * [QNSView viewWillMoveToWindow:] remove observer from previous windowShawn Rutledge2013-09-261-2/+2
| * Mac: QWizard default background pixmap works againLiang Qi2013-09-262-0/+32
| * Fix QT_NO_PRINTER build on MacVitalii Shastun2013-09-264-2/+10
| * Correct the detection of Windows-generated mouse eventsLaszlo Agocs2013-09-261-2/+4
| * QCocoaApplicationDelegate: Play nice with the user's application delegateGabriel de Dietrich2013-09-251-7/+6
| * Android: remove environment variable warnings at app startup.Yoann Lopes2013-09-251-1/+1
* | add WinRT event dispatcherOliver Wolff2013-09-262-6/+19
|/
* Cocoa: Use internal style mask to disable resizing popup parentsGabriel de Dietrich2013-09-242-5/+10
* iOS: bugfix touch events to also work in inverted portrait/landscapeRichard Moe Gustavsen2013-09-241-11/+5
* Remove some qBinaryFind usages from the Cocoa helpersGiuseppe D'Angelo2013-09-241-4/+4
* Fix a c&p bug in the IA2 bridge when returning the row descriptionJan Arve Saether2013-09-231-1/+1
* qios: always auto rotate as specified in Info.plistRichard Moe Gustavsen2013-09-231-8/+3
* Merge branch 'stable' into devSergio Ahumada2013-09-216-14/+160
|\
| * Fix timing issue in incremental data retrieval mechanismGatis Paeglis2013-09-192-5/+13
| * Implement INCR property mechanism for large data transfers [XCB]Gatis Paeglis2013-09-193-4/+138
| * Keep Cocoa screen list in sync on screen connect.Morten Johan Sørvig2013-09-172-1/+9
| * xcb: QWindow never uses XCB_GRAVITY_CENTERShawn Rutledge2013-09-161-4/+0
| * Revert recent attempt to fix Invalid Drawable error on Mac.Chris Meyer2013-09-132-7/+3
* | Port of Qt 4's Windows session managementSamuel Gaist2013-09-218-3/+308
* | iOS: Compare similar types when setting up QPlatformScreenTor Arne Vestbø2013-09-211-1/+1
* | eglfs: Unify the native resource gettersLaszlo Agocs2013-09-213-18/+58
* | Added support for cover windows on BlackBerry platformBernd Weimer2013-09-2010-29/+256
* | Build X11 session management only if dependencies are foundTeo Mrnjavac2013-09-203-2/+3
* | Android: Use the new QJNI api in our QLocale implementation.Christian Strømme2013-09-201-11/+9
* | Add a WindowManagement capability to QPlatformIntegrationLaszlo Agocs2013-09-201-0/+1
* | eglfs: Support multiple raster windowsLaszlo Agocs2013-09-2012-155/+386
* | Revert "Fix Invalid Drawable error when using createWindowContainer on Mac."Gunnar Sletta2013-09-202-7/+3
* | Fix android after Eglfs binary compatibility breakPaul Olav Tvete2013-09-201-2/+3
* | Android: handle inverted orientationsPaul Olav Tvete2013-09-2010-11/+92
* | Split QQnxWindow into QQnxEglWindow and QQnxRasterWindowFabian Bumberger2013-09-1811-475/+718
* | Use egl.prf in xcb instead of hardcoding -lEGLLaszlo Agocs2013-09-171-1/+1
* | eglfs: Do not leak the QOpenGLShaderProgram instanceLaszlo Agocs2013-09-171-0/+1
* | eglfs: Sanitize the X11 hooksLaszlo Agocs2013-09-174-40/+121
* | Export x11 screen of the QXcbConnection to the native interfaceMartin Gräßlin2013-09-172-2/+16
* | Remove mentioning of 5.0 Alpha from QPA ReadmeKai Koehne2013-09-171-6/+4
* | Remove useless code setting but not using variablesThiago Macieira2013-09-171-3/+0
* | Don't send posted events from QWindowSystemInterface::sendWindowSystemEventsTor Arne Vestbø2013-09-164-8/+7
* | remove unnecessary beginPaint and endPaint overridesShawn Rutledge2013-09-1612-38/+2
* | Drop leftovers after 02651060b6ce5b16b06721378a239a6d2bd9f528Konstantin Ritt2013-09-141-6/+0
* | Merge branch 'stable' into devSergio Ahumada2013-09-138-6/+29
|\|
| * QNX: new signals for foreign windows creation/closingMyoungSeok Song2013-09-132-1/+8
| * QNX: add nativeResourceForScreenMyoungSeok Song2013-09-122-0/+9
| * Windows: Fix window opacity for non-translucent windows.Friedemann Kleint2013-09-122-2/+5
| * Fix Invalid Drawable error when using createWindowContainer on Mac.Chris Meyer2013-09-102-3/+7
* | iOS: Interleave Qt application main() with iOS startup sequenceTor Arne Vestbø2013-09-135-32/+558