summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix build without features.temporaryfileTasuku Suzuki2017-01-251-1/+8
* Fix mouse extra button mapping on macOSAlexandru Croitor2017-01-241-10/+2
* Ensure a pixel density of at least 1 for Qt::AA_EnableHighDpiScalingJocelyn Turcotte2017-01-234-4/+4
* Windows QPA: Prevent usage of child windows as transient parentFriedemann Kleint2017-01-231-0/+6
* Cocoa: fix bug when left mouse button release event delivered as rightOleg Yadrov2017-01-201-3/+0
* Windows QPA: Call InvalidateRect() in WM_PAINT/GL Software renderingFriedemann Kleint2017-01-191-1/+11
* Cocoa: fix regression preventing windows from showing upOleg Yadrov2017-01-191-1/+1
* Windows QPA: Fix QScreen::grabWindow(0) for non-primary screensFriedemann Kleint2017-01-181-6/+22
* Fix build without feature.tableteventTasuku Suzuki2017-01-151-1/+1
* xcb: Fix colormap memory leakJoni Poikelin2017-01-122-4/+8
* macOS: convey correct mouse coordinates on drag releaseOleg Yadrov2017-01-111-1/+2
* Fix QRect calculation in inputItemRectangleDmitry Chmerev2017-01-111-4/+4
* Windows: Check if the fallback key matches the shift modifier case tooAndy Shaw2017-01-111-1/+2
* Don't build SQL driver plugins if we are not building Qt SQLUlf Hermann2017-01-101-1/+1
* cocoa: Account for getting a keyboard using input methods correctlyAndy Shaw2017-01-101-1/+3
* Remove unreachable codeJesus Fernandez2017-01-101-6/+3
* Accessibility macOS: check for valid interfacesFrederik Gladhorn2017-01-051-5/+5
* Accessibility macOS: fix parentElementFrederik Gladhorn2017-01-051-10/+10
* QOCIDriver: Ensure the where clause is correctly setupAndy Shaw2017-01-051-3/+3
* Win: Account for windows which are WindowTransparentForInputAndy Shaw2017-01-052-18/+14
* xcb: Ignore XI2 LMB mouse events from touch screensAlexander Volkov2016-12-284-14/+21
* windows: use lowercase #includeAndrew Knight2016-12-281-1/+1
* platform plugins: Remove unused former overridersAlexander Volkov2016-12-223-14/+0
* Silence maybe_uninitialized warning with gcc -OgAllan Sandfeld Jensen2016-12-211-1/+1
* Fix build on Windows: winsock2.h requires WIN32_LEAN_AND_MEANThiago Macieira2016-12-173-0/+8
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-1615-35/+160
|\
| * fix directfb build without EGLOswald Buddenhagen2016-12-161-1/+2
| * QCocoMenu: Fix patch b2f78b796b5b73d4Gabriel de Dietrich2016-12-161-1/+1
| * Android: fix (partially) text deletion when the cursor is movedBogDan Vatra2016-12-133-2/+7
| * Android: Add missing overrideAlexander Volkov2016-12-0921-142/+142
| * Android: remove unused variableBogDan Vatra2016-12-092-3/+0
| * QGtk3Dialog: don't crash on WaylandJ-P Nurmi2016-12-091-4/+6
| * winrt: Fix input grabbingMaurice Kalinowski2016-12-084-3/+106
| * Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-081-10/+21
| |\
| * | QCocoaMenu: Don't rely on tags when we can get the actual NSMenuItemGabriel de Dietrich2016-12-081-3/+2
| * | QCocoaMenu: Avoid exception when inserting item already in this menuGabriel de Dietrich2016-12-082-8/+14
| * | Windows QPA: Fix build with MSVC2015 on Windows 7Friedemann Kleint2016-11-301-1/+2
* | | Delete aborted QDragAleksey Lysenko2016-12-151-0/+3
* | | Android: Fix the bearer management plugin when running as a serviceChristian Strømme2016-12-142-13/+12
* | | eglfs/deviceintegration: Ensure eglfs_kms_support is added only onceFriedemann Kleint2016-12-141-2/+2
* | | Make size grip work with high dpi scalingPaul Olav Tvete2016-12-131-1/+1
* | | Plugins: use QStringBuilder moreAnton Kudryavtsev2016-12-124-16/+7
* | | QAndroidPlatformOpenGLContext: fix adopting of existing native contextsLaszlo Agocs2016-12-093-4/+9
* | | Cocoa: Unbreak app activation on macOS SierraMorten Johan Sørvig2016-12-082-10/+18
* | | xcb: Adapt QXcbWindow::startSystemResize() for touch eventsAlexander Volkov2016-12-084-3/+60
* | | eglfs: Add missing overrideAlexander Volkov2016-12-071-1/+1
* | | eglfs: allow forcing an overlay planeLaszlo Agocs2016-12-035-28/+89
* | | eglfs: allow forcing an explicit connector index on DRM/KMSLaszlo Agocs2016-12-031-0/+13
* | | eglfs: improve EGLStream loggingLaszlo Agocs2016-12-031-1/+3
* | | eglfs: make it possible to configure the EGLStream FIFO lengthLaszlo Agocs2016-12-011-3/+20