summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable' into devSergio Ahumada2013-09-217-15/+161
|\
| * 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
| * accessible: fix if (!foo != const) constructMarc Mutz2013-09-161-1/+1
| * 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 missing implementation in QAccessibleTabBar::indexOfChildJan Arve Saether2013-09-201-2/+10
* | WinRT: Basic global supportAndrew Knight2013-09-201-1/+1
* | 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
* | Make Accessibility publicFrederik Gladhorn2013-09-197-13/+6
* | Split QQnxWindow into QQnxEglWindow and QQnxRasterWindowFabian Bumberger2013-09-1811-475/+718
* | Include hidden headers in trees and tables consistentlyJan Arve Saether2013-09-182-3/+28
* | 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
* | Bring back Qt4 X11 session management functionality.Teo Mrnjavac2013-09-135-0/+622
* | eglfs: Set swap interval only when there is a context availableLaszlo Agocs2013-09-133-12/+22
* | eglfs: Handle desktop and multiple windows gracefullyLaszlo Agocs2013-09-131-1/+7
* | eglfs: Avoid glUniform calls with wrong type when drawing the cursorLaszlo Agocs2013-09-131-1/+1
* | Warn if OpenType support missing for script of interestKonstantin Ritt2013-09-131-1/+1
* | Decrease code duplication in QFontDatabase-sKonstantin Ritt2013-09-131-15/+4
* | QXcbSystemTrayTracker::trayWindow compiles if Q_XCB_DEBUG is onShawn Rutledge2013-09-121-1/+1
* | QNX: Prevent rendering when app is minimizedBernd Weimer2013-09-123-1/+20
* | Android: Make font size compatible with Qt for iOSPaul Olav Tvete2013-09-123-2/+7
* | Windows: Fix/Improve closing of native file dialogs.Friedemann Kleint2013-09-111-11/+65
* | iOS: Change main-wrapper logic to not require changing the user's mainTor Arne Vestbø2013-09-115-75/+4
* | iOS: Guard against this and self being deleted when using dispatch_asyncTor Arne Vestbø2013-09-112-8/+18