summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | iOS: only activate top-level windowsRichard Moe Gustavsen2014-02-141-9/+12
| * | | iOS: activate window on touchesBeganRichard Moe Gustavsen2014-02-141-8/+3
| * | | iOS: don't store reference to focus objectRichard Moe Gustavsen2014-02-142-5/+1
| * | | Android: Add Foreign Window supportChristian Strømme2014-02-146-3/+170
| * | | Android: Fix return value in createSurface()Christian Strømme2014-02-141-1/+1
| * | | QOpenGLWidget and new-style compositing on eglfsLaszlo Agocs2014-02-135-24/+22
| * | | Windows: Destroy tablet support before unregistering window classes.Friedemann Kleint2014-02-131-2/+7
| * | | Force alignment for SSE2 to not crash with mingwKonstantin Ritt2014-02-133-6/+6
| * | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Konstantin Ritt2014-02-137-19/+16
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-127-19/+16
| | |\ \ \
| * | | | | WinRT: move most of GUI event dispatcher logic into coreAndrew Knight2014-02-123-65/+7
| * | | | | Fix crash in MinGW when initializing font databaseKai Koehne2014-02-121-2/+2
| * | | | | Android: default palette taken from the Holo Light themeShawn Rutledge2014-02-122-1/+36
| * | | | | Enabling QQuickWidget and QOpenGLWidgetPaul Olav Tvete2014-02-125-5/+38
| * | | | | Cocoa: Bring back two-class native window systemGabriel de Dietrich2014-02-123-73/+154
| |/ / / /
| * | | | Implement native message box for WinRTMaurice Kalinowski2014-02-127-0/+447
| * | | | Windows: Fix potential crash in font database when family name is empty.Friedemann Kleint2014-02-112-2/+2
| * | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-1121-47/+158
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-0721-47/+158
| | |\ \ \ \
| * | | | | | kms: Adapt to initialize() patternLaszlo Agocs2014-02-112-22/+29
| * | | | | | Windows: Fix return value of WM_QUERYENDSESSION.Friedemann Kleint2014-02-101-1/+2
| * | | | | | Cocoa: Add setNSToolbar(QWindow *, NSToolBar *)Morten Johan Sørvig2014-02-106-0/+70
| * | | | | | Cocoa: Neuter -[QNSView cancelOperation:] for normal windowsGabriel de Dietrich2014-02-101-0/+6
| * | | | | | Do not set input focus if WM supports _NET_ACTIVE_WINDOWMartin Gräßlin2014-02-091-2/+3
| * | | | | | Make xcb compile with X-less EGL implementationsLaszlo Agocs2014-02-091-1/+1
| * | | | | | Cocoa: Simplify native view access.Morten Johan Sørvig2014-02-084-7/+20
| * | | | | | Cocoa: Remove duplicate enum.Morten Johan Sørvig2014-02-081-5/+1
| * | | | | | eglfs: Put Linux-specific includes within Q_OS_LINUX guards.Raphael Kubo da Costa2014-02-081-0/+2
| * | | | | | Windows: Post drag events for the window on which the drop site was registered.Friedemann Kleint2014-02-082-18/+6
| * | | | | | Windows: Refactor code registering/unregistering drop sites.Friedemann Kleint2014-02-082-36/+43
| * | | | | | Support --option in addition to -option for all builtin Qt commandline options.David Faure2014-02-081-12/+9
| * | | | | | Cocoa: Option handling.Morten Johan Sørvig2014-02-083-2/+47
| * | | | | | Windows file dialog: Clean up thread manually.Friedemann Kleint2014-02-072-4/+29
| * | | | | | Windows: Fix broken debug statement in qwindowsglcontext.cpp.Friedemann Kleint2014-02-071-1/+1
| * | | | | | Refactor and remove dead code, add property caching.Lorn Potter2014-02-077-2013/+606
| * | | | | | QPA: Introduce QPlatformWindow::normalGeometry().Friedemann Kleint2014-02-072-4/+26
| * | | | | | Force surface repaint after is (re)created.BogDan Vatra2014-02-071-0/+1