summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
...
* | Blackberry: Change name from QQnxTheme to QBlackberryThemeFabian Bumberger2014-03-074-19/+19
* | BlackBerry: Implement the dark paletteFabian Bumberger2014-03-072-0/+31
* | iOS: implement clipboardRichard Moe Gustavsen2014-03-065-2/+325
* | Cocoa/Platformsupport: move qmacmime from cocoa to platformsupportRichard Moe Gustavsen2014-03-065-936/+2
* | Cocoa: remove old carbon code from qmacmimeRichard Moe Gustavsen2014-03-061-38/+9
* | Cocoa: remove qmacmime includes where not neededRichard Moe Gustavsen2014-03-066-6/+0
* | Cocoa: create QCocoaMimeTypes for Cocoa-only mime-typesRichard Moe Gustavsen2014-03-065-94/+206
* | Fix cursor blink time in WindowsFrederik Gladhorn2014-03-061-1/+1
* | Re-enable drag-and-drop on iOS after bugfixes to QBasicDrag and friendsTor Arne Vestbø2014-03-061-2/+0
* | Update bundled libxcb-xkb version to 1.10Gatis Paeglis2014-03-061-1/+2
* | Avoid polluting debug output in eglfs and linuxfbLaszlo Agocs2014-03-061-0/+4
* | Unify default dpi between eglfs and linuxfbLaszlo Agocs2014-03-061-1/+1
* | Use None instead of GLX_NONEAlbert Astals Cid2014-03-061-1/+1
* | Remove unused and unlinked qdocconf file from src/plugins.Jędrzej Nowacki2014-03-061-25/+0
* | Avoid creating a new QMimeData each time the Android clipboard is usedSamuel Gaist2014-03-062-4/+6
* | Make QFontEngine::type() non-virtualKonstantin Ritt2014-03-054-17/+4
* | Get rid of QFontEngine::name()Konstantin Ritt2014-03-054-15/+0
* | Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-043-6/+7
* | iOS: prevent crash on iOS 5Richard Moe Gustavsen2014-03-041-3/+3
* | xcb: Rename main.cpp to xcbmain.cpphjk2014-03-042-2/+2
* | Support QQuickWidget on Windows.Friedemann Kleint2014-03-044-1/+25
* | Cocoa: Keep child NSWindow alive while it grabs the mouseGabriel de Dietrich2014-03-042-2/+24
* | Cocoa: Use helper class for event handling in native windowsGabriel de Dietrich2014-03-042-106/+169
* | Fix some typosSergio Ahumada2014-03-031-1/+1
* | Introduce a generic QFontEngine::canRender() implementationKonstantin Ritt2014-03-034-55/+0
* | Introduce QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-034-0/+39
* | Unify QFontEngine*::stringToCMap() behaviorKonstantin Ritt2014-03-032-0/+2
* | Unify QFontEngine::getSfntTableData() behavior on all platformsKonstantin Ritt2014-03-022-2/+3
* | Android: avoid crash with toplevel QGLWidgetPaul Olav Tvete2014-03-011-1/+4
* | QNX: Report if GL context is sharedBernd Weimer2014-02-282-8/+11
* | Windows: Fix return value of WM_QUERYENDSESSION for bogus messages.Friedemann Kleint2014-02-281-1/+3
* | Windows: Set source of synthesized mouse events correctly.Friedemann Kleint2014-02-271-8/+8
* | Windows: Add platform plugin parameter for tablet absolute range.Friedemann Kleint2014-02-275-5/+28
* | XCB: update the platformwindows version of Qt::WindowStateJorgen Lind2014-02-271-0/+1
* | Cocoa: Fix popup window positioning.Morten Johan Sørvig2014-02-263-53/+41
* | eglfs: Improve cursors and hotspotsJonathan Liu2014-02-262-21/+21
* | Cocoa: Set geometry for foreign views.Morten Johan Sørvig2014-02-261-0/+3
* | Cocoa: Remove tablet event warnings.Morten Johan Sørvig2014-02-261-8/+3
* | Cocoa: Don't crash at toolbar cleanup time.Morten Johan Sørvig2014-02-261-0/+1
* | Android: Support pregenerated cache in assets file engineEskil Abrahamsen Blomfeldt2014-02-262-24/+107
* | WinRT: Fix backing store for latest ANGLEAndrew Knight2014-02-262-28/+4
* | QNX: Prevent desktop windows from becoming root windowv5.3.0-alpha1Rafael Roquetto2014-02-251-2/+4
* | Windows file dialogs: Use FOS_NOREADONLYRETURN only for mode AcceptSave.Friedemann Kleint2014-02-251-6/+10
* | Cocoa: Prevent "Invalid Drawable" GL warnings.Morten Johan Sørvig2014-02-251-0/+4
* | Cocoa: Clear GL context pointer on deletion.Morten Johan Sørvig2014-02-251-0/+3
* | Cocoa: QImage -> CGImage conversion cleanupMorten Johan Sørvig2014-02-257-113/+42
* | Windows: Clear transient relationship before destroying windows.Friedemann Kleint2014-02-241-4/+29
* | Fix potential null pointer access in qglxKai Koehne2014-02-241-10/+12
* | Make full use of QT_ANDROID_RASTER_IMAGE_DEPTH env variable.BogDan Vatra2014-02-224-6/+7
* | Windows: Use GetForegroundWindow() to check for active windows.Friedemann Kleint2014-02-221-1/+1