summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-13108-612/+982
|\
| * 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
| * xcb: Remove unused QXcbGlIntegrationFactory::keys()Alexander Volkov2016-12-012-24/+0
| * xcb: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-0123-173/+173
| * winrt: Add missing overrideAlexander Volkov2016-11-3010-31/+31
| * winrt: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-11-3010-73/+73
| * QNX: Add missing overrideAlexander Volkov2016-11-2919-97/+97
| * Android: Use override instead of Q_DECL_OVERRIDEAlexander Volkov2016-11-293-8/+8
| * Android: Add missing overrideAlexander Volkov2016-11-2921-142/+142
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-252-1/+4
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-254-4/+10
| | |\
| | | * Windows QPA: Do not send key events for mouse-synthesized app commandsFriedemann Kleint2016-11-231-0/+3
| | | * If there are no available sizes, then fallback to the requested sizeAndy Shaw2016-11-233-4/+7
| * | | Document third-party code in Cocoa QPA pluginKai Koehne2016-11-252-0/+42
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-243-4/+4
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-233-4/+4
| | |\|
| | | * eglfs: Avoid unexpectedly flushing QPA input eventsLaszlo Agocs2016-11-222-2/+2
| | | * eglfs: fix eglfs_mali compile for odroid-maliPeter Seiderer2016-11-191-2/+2
| * | | Register fonts with preferred names on WindowsAllan Sandfeld Jensen2016-11-231-1/+1
| * | | Windows QPA: Detect Windows 10 tablet modeFriedemann Kleint2016-11-225-1/+231
* | | | Windows: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-0822-223/+223
* | | | eglfs: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-0731-154/+154
* | | | Windows QPA plugin: Use member initializationFriedemann Kleint2016-11-3029-224/+120
* | | | eglfs: Add device integration for Qt Simulator for Embedded LinuxAndy Nichols2016-11-258-0/+559
* | | | qwindowsnativeinterface.cpp: Add missing enumeration OpenVGSurfaceFriedemann Kleint2016-11-251-0/+1
* | | | linuxfb: add experimental support for DRM dumb buffersLaszlo Agocs2016-11-246-9/+505
* | | | Add an OpenGL program binary disk cacheLaszlo Agocs2016-11-241-2/+2
* | | | macOS: Remove unused method QCocoaWindow::parentCocoaWindow()Tor Arne Vestbø2016-11-232-10/+0
* | | | Windows QPA: Use new EnableNonClientDpiScaling() for Windows decorationFriedemann Kleint2016-11-223-1/+44
* | | | macOS: Prevent stale references to NSScreen during screen removalTor Arne Vestbø2016-11-221-0/+2
* | | | Windows QPA: Reimplement calculation of window framesFriedemann Kleint2016-11-184-28/+74
* | | | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2016-11-1836-874/+329
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-1736-874/+329
| |\| | |
| | * | | QCocoaMenu: Force NSMenuValidation when syncing itemsGabriel de Dietrich2016-11-161-4/+13
| | * | | winrt: Do not shadow variableMaurice Kalinowski2016-11-161-4/+4
| | * | | winrt: move to range based loopMaurice Kalinowski2016-11-161-7/+9
| | * | | winrt: Fix ill-constructed loopMaurice Kalinowski2016-11-161-1/+1
| | * | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-1618-56/+117
| | |\ \ \
| | | * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-1618-56/+117
| | | |\| |
| | | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-1517-58/+118
| | | | |\|
| | | | | * Cocoa: Make dictation via speech recognition workMorten Johan Sørvig2016-11-141-3/+1
| | | | | * QClipboard: Fix emitting changed() in XCBPalo Kisa2016-11-141-2/+4