summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Windows: Open GL blacklist - Disable GMA 3150Friedemann Kleint2015-10-191-1/+13
* Fix cocoa plugin build with OS X 10.8 SDKSamuel Gaist2015-10-181-4/+8
* Move QEventDispatcherCoreFoundation to QtCoreMorten Johan Sørvig2015-10-162-2/+2
* Cocoa integration - fix Qt::WindowFullscreenButtonHintTimur Pocheptsov2015-10-161-2/+5
* WinRT: Initialize platform servicesMaurice Kalinowski2015-10-161-0/+2
* Android: Ensure all global objects are destructedBogDan Vatra2015-10-151-1/+2
* xcb: Use XShape for DnD when a compositing manager is not runningAlexander Volkov2015-10-146-25/+87
* Add default argument to QPlatformWindow::isEmbedded()Tor Arne Vestbø2015-10-143-4/+4
* Avoid triggering OpenGL initialization for RasterSurfaceJohn Lindgren2015-10-141-1/+2
* Windows: Open GL blacklist - Add add intel hd graphics 3000 devicesTim Blechmann2015-10-141-1/+13
* Separate KMS and GBM testsLaszlo Agocs2015-10-141-1/+1
* Add support for the Jetson TK1 Pro using EGLDeviceLaszlo Agocs2015-10-146-0/+675
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-142-12/+4
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-132-12/+4
| |\
| | * Merge remote-tracking branch 'origin/5.5.1' into 5.5Liang Qi2015-10-132-11/+3
| | |\
| | | * Revert "Fix the spurious socket notifications on OS X"Alex Trotsenko2015-10-061-7/+4
| | | * Fix the spurious socket notifications on OS XAlex Trotsenko2015-10-021-4/+7
| | | * ANGLE: Fix Windows Store D3D Trim and Level 9 requirementsAndrew Knight2015-09-291-1/+1
| | | * Revert "Cocoa: correct QDesktopWidget::availableGeometry()"Liang Qi2015-09-151-10/+2
| | * | Offscreen: Protect against the QT_NO_CURSOR define for changeCursorAndy Shaw2015-10-111-2/+2
* | | | eglfs: Handle custom platform window implementations betterLaszlo Agocs2015-10-146-27/+53
* | | | Make the CoreFoundation event dispatcher depend on QtCore onlyMorten Johan Sørvig2015-10-132-0/+22
|/ / /
* | | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-1312-22/+22
* | | WinRT: Fix native MessageBox not closingMaurice Kalinowski2015-10-131-39/+39
* | | OS X: Forward key events to popup window if presentTor Arne Vestbø2015-10-121-3/+8
* | | DirectFB: Use correct pixel format for Texture Glyph CacheAndy Nichols2015-10-121-1/+1
* | | xcb: Fix DnD for separate X screensAlexander Volkov2015-10-097-53/+53
* | | xcb: Add support for Qt::WA_ShowWithoutActivatingAlexander Volkov2015-10-081-2/+15
* | | Move shortcut handling back into QPA and simplify deliveryTor Arne Vestbø2015-10-071-4/+2
* | | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-0214-42/+284
|\| |
| * | Cocoa: Support Qt::WindowTransparentForInputMorten Johan Sørvig2015-09-241-0/+3
| * | Cocoa integration - make tool window resizable againTimur Pocheptsov2015-09-211-5/+2
| * | Fix compilation with QT_NO_[DEBUG|WARNING]_OUTPUTKai Koehne2015-09-211-2/+2
| |/
| * QCocoaMenu: Manually reposition popupsGabriel de Dietrich2015-09-111-10/+31
| * iOS: silence compiler warning about unimplemented 'selectionRectsForRange'Richard Moe Gustavsen2015-09-101-0/+9
| * Cocoa: correct QDesktopWidget::availableGeometry()Liang Qi2015-09-071-2/+10
| * Fix default hotspot of a hidpi QCursorKari Pihkala2015-09-061-1/+1
| * iOS: filter responder actions from menu syncRichard Moe Gustavsen2015-09-041-1/+1
| * iOS: compose key events from QKeySequencesRichard Moe Gustavsen2015-09-041-10/+18
| * Make tooltips transparent for mouse events.Alexander Soplyakov2015-09-021-2/+6
| * iOS: handle all directions when calculating positionFromPositionRichard Moe Gustavsen2015-09-011-1/+11
| * iOS: filter first responder actions from edit menuRichard Moe Gustavsen2015-09-012-1/+32
| * iOS: store shortcut sequence in menu itemRichard Moe Gustavsen2015-09-012-1/+7
| * iOS: add undo/redo supportRichard Moe Gustavsen2015-09-011-0/+53
| * iOS: listen for standard text edit shortcutsRichard Moe Gustavsen2015-09-011-0/+18
| * iOS: send arrow keys to Qt to handle cursor movementRichard Moe Gustavsen2015-09-012-0/+67
| * iOS: send key events through QPARichard Moe Gustavsen2015-09-011-7/+5
| * Ensure sendPostedEvents() can be called independentlyJan Arve Saether2015-09-011-1/+3
| * iOS: Make setFrame in desktop view take superview transforms into accountTor Arne Vestbø2015-08-281-1/+8
| * windows: Avoid __eglMustCast... in EGLLaszlo Agocs2015-08-272-2/+2