summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPrintEngine - Remove Windows use of port and driverJohn Layt2014-02-261-3/+1
* 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
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-221-2/+2
* Start the chronometer.BogDan Vatra2014-02-211-0/+1
* Sort include headersBogDan Vatra2014-02-211-7/+6
* Avoid using GLX Pbuffers on CatalystLaszlo Agocs2014-02-211-1/+12
* Fix paint artifacts.BogDan Vatra2014-02-213-32/+31
* Windows: Ensure clipboard is flushed out before QGuiApplication is destroyed.Friedemann Kleint2014-02-202-1/+18
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-193-4/+4
* Merge remote-tracking branch 'origin/dev' into stableOswald Buddenhagen2014-02-19286-8332/+14944
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-184-5/+1
| |\
| * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-171-0/+4
| |\ \
| * | | [QNX] Don't deactivate windows focusFabian Bumberger2014-02-162-6/+24
| * | | Refactor the handling of the navigator swipe down eventFabian Bumberger2014-02-166-9/+37
| * | | Android: Add enablers for listening to activity resultsEskil Abrahamsen Blomfeldt2014-02-151-1/+11
| * | | Consolidate StandardButton, ButtonRole and related static functionsShawn Rutledge2014-02-155-15/+15
| * | | iOS: correctly report Landscape or InvertedLandscape screen orientation.Yoann Lopes2014-02-141-4/+4
| * | | Dynamic GL switch on WindowsLaszlo Agocs2014-02-146-59/+86
| * | | QNX: Add support for lgmonBernd Weimer2014-02-148-10/+156