summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | Windows QPA: Optimize code that gets window under pointerAndre de la Rocha2019-05-281-1/+4
| | | | * | Windows QPA: Fix QGuiApplication::topLevelAt() with screen recorder applicationsFriedemann Kleint2019-05-281-0/+6
| | * | | | Windows QPA: Fix clang warnings about repetitive type namesFriedemann Kleint2019-06-1329-96/+96
* | | | | | cmake: implement default qpa plugin behavior for static buildsJean-Michaël Celerier2019-07-0510-0/+10
* | | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-1411-21/+21
|\| | | | |
| * | | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-1111-19/+19
| |\| | | |
| | * | | | Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-102-2/+2
| | * | | | Windows QPA: Fix clang warnings about using typedefFriedemann Kleint2019-05-249-17/+17
| * | | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-0694-621/+1521
| |\| | | |
| * | | | | Bump version to Qt 6Lars Knoll2019-05-141-1/+1
* | | | | | Android: Correct install path for libqtforandroid.soLeander Beernaert2019-06-131-3/+3
* | | | | | Correct install path for QtForAndroid pluginLeander Beernaert2019-06-131-0/+8
* | | | | | Add the Android QPA plugin to the CMake buildSimon Hausmann2019-06-053-3/+95
* | | | | | Add support for private module .pri filesSimon Hausmann2019-06-055-0/+5
* | | | | | Re-generate the CMakeLists.txt and add the prev filesSimon Hausmann2019-06-0518-91/+596
* | | | | | Regenerate cocoa qpa pluginAlexandru Croitor2019-06-052-1/+140
* | | | | | Fix OpenGL vs. GLESv2 linkage, attempt number threeSimon Hausmann2019-06-053-8/+0
* | | | | | Fix static usage requirements for XcbQpaJean-Michaël Celerier2019-06-051-4/+13
* | | | | | cmake: Fix xcb buildAlbert Astals Cid2019-06-041-1/+3
* | | | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-0347-78/+78
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Windows QPA: Replace Q_DISABLE_COPY by Q_DISABLE_COPY_MOVEFriedemann Kleint2019-05-2444-46/+46
| * | | | | Windows QPA: Use nullptr consistentlyFriedemann Kleint2019-05-2813-32/+32
* | | | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-03106-727/+2431
|\| | | | |
| * | | | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-2721-71/+473
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Friedemann Kleint2019-05-2712-53/+399
| | |\ \ \ \
| | | * \ \ \ Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-2712-53/+399
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | QHighDpi: Remove fromNativePixels()/toNativePixels() overloadsMorten Johan Sørvig2019-05-221-1/+1
| | | | * | | QAndroidInputContext: Fix getTextBefore/AfterCursor() in mid. of preeditVova Mshanetskiy2019-05-081-30/+47
| | | | * | | QAndroidInputContext: Fix most "Input method out of sync" warningsVova Mshanetskiy2019-05-131-0/+2
| | | | * | | Windows Accessibility: window should be focusableFrederik Gladhorn2019-05-211-6/+15
| | | | * | | eglfs/openwfd: do not purge QSurfaceFormat fieldsLaszlo Agocs2019-05-081-1/+1
| | | | * | | Windows Accessibility: Add UI Automation Window providerFrederik Gladhorn2019-05-204-0/+249
| | | | * | | Windows QPA: Fix QWheelEvent::buttons() after click on title barAndre de la Rocha2019-05-185-15/+84
| | * | | | | wasm: fix QSGContext warning messageLorn Potter2019-05-211-2/+14
| | |/ / / /
| | * | | | wasm: add Qt Virtual Keyboard supportDongmei Wang2019-05-162-0/+18
| | * | | | WASM: Make wasm_shell.html compatible with CMake configure_fileFredrik Orderud2019-05-211-3/+3
| | * | | | macOS: Better document plain-text code-path in QMacPasteboard::retrieveDataTor Arne Vestbø2019-05-151-7/+6
| | * | | | macOS: Remove broken UTF-16 handling in QMacPasteboard::retrieveDataTor Arne Vestbø2019-05-151-2/+0
| | * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-164-4/+33
| | |\| | |
| | | * | | winrt: Return monospace font for QFontDatabase::systemFont(QFontDatabase::Fix...Oliver Wolff2019-05-152-0/+19
| | | * | | iOS: be more careful about hiding the edit menuRichard Moe Gustavsen2019-05-151-3/+8
| | | * | | QMenu: show shortcuts in context menus by defaultRichard Moe Gustavsen2019-05-151-1/+6
| * | | | | Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-231-6/+0
| * | | | | Windows QPA: Fix RTL window title barsFriedemann Kleint2019-05-227-23/+110
| * | | | | QQnxIntegration: replace a Java-style iterator with an STL-style loopMarc Mutz2019-05-211-4/+3
| * | | | | macOS: Fix usage of deprecated accessibility APIsFrederik Gladhorn2019-05-201-124/+119
| * | | | | macOS accessibility: implement accessibilityLabelFrederik Gladhorn2019-05-161-1/+17
| * | | | | macOS accessibility: Implement NSAccessibilityElementFrederik Gladhorn2019-05-152-4/+13
| * | | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-1524-286/+534
| |\| | | |
| | * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-148-82/+198
| | |\| | |