summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-0624-444/+439
|\
| * macOS: Improve mouse loggingTor Arne Vestbø2019-03-053-10/+35
| * testlib: Prevent Apple test logger from stomping on other loggersTor Arne Vestbø2019-03-057-52/+64
| * testlib: Replace manual logger linked list with QVectorTor Arne Vestbø2019-03-051-129/+53
| * XDG Portal: quick optimization to avoid dup/close of a file descriptorThiago Macieira2019-03-051-2/+2
| * XDG Portal: allow the portal not to be runningThiago Macieira2019-03-051-16/+32
| * macOS: Modernize qnsview_dragging.mmTor Arne Vestbø2019-03-051-55/+45
| * Fix generation of the Qt5::GLESv2 target on ARMAleix Pol2019-03-051-5/+18
| * Don't split bezier curves that are already just a lineAllan Sandfeld Jensen2019-03-051-2/+3
| * Handle the situation where QTemporaryFile::open() failsAndy Shaw2019-03-051-9/+13
| * wasm: fix corrupt downloadsLorn Potter2019-03-041-1/+1
| * nothread: add exit function to QThread stubLorn Potter2019-03-041-0/+10
| * Hpack - fix the static lookupTimur Pocheptsov2019-03-043-135/+134
| * Fix build with -no-gui on macOSAlex Richardson2019-03-042-2/+2
| * Fix library search path order on WindowsJoerg Bornemann2019-03-031-2/+4
| * Prefer BGRA uploading to swizzlingAllan Sandfeld Jensen2019-03-021-18/+13
| * macOS: Initialize QNSView mouse related members with other mouse logicTor Arne Vestbø2019-03-022-9/+13
* | XCB/libxkbcommon input context: Fix crash when invalid local is setFriedemann Kleint2019-03-051-1/+3
* | Deprecation-fix: don't use QDir::operator=(const QString &)Edward Welbourne2019-03-051-1/+1
* | Fix typos in deprecation messages, noticed during code reviewEdward Welbourne2019-03-042-3/+3
* | wasm: improve clipboard fallback pathMorten Johan Sørvig2019-03-044-17/+56
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-026-13/+20
|\|
| * CMake: fix generation of config files for external Qt modulesJean-Michaël Celerier2019-03-011-1/+3
| * Actively discard return value of qtConfGetNextCommandlineArgJoerg Bornemann2019-03-011-1/+1
| * Android: Show correct keyboard when using Gboard and Japanese layoutAndy Shaw2019-02-281-1/+3
| * Terminate Qt gracefullyBogDan Vatra2019-02-282-8/+11
| * Handle QMAKE_SUBSTITUTES input files as Latin 1Joerg Bornemann2019-02-281-2/+2
* | QtWidgets: Fix deprecation warningsFriedemann Kleint2019-03-0110-18/+53
* | platforminputcontexts: use libxkbcommon compose key APIGatis Paeglis2019-03-0114-1047/+206
* | platformsupport/input: add xkbcommon utilities libGatis Paeglis2019-03-0113-956/+1043
* | Adjust chunk-size in TLD-suffix list to placate MSVC 2015Edward Welbourne2019-03-011-2/+3
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Qt Forward Merge Bot2019-02-2824-41/+375
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-2824-41/+375
| |\|
| | * QListView: Fix Shift+click selection for non-default itemAlignmentAlexander Volkov2019-02-273-3/+66
| | * Segfault when the exiting the application under platform eglfsElena Zaretskaya2019-02-273-13/+18
| | * Fix determination of OpenGL include paths on macOS, take 2Joerg Bornemann2019-02-274-6/+13
| | * Windows QPA: Fix override cursor when modal window is presentFriedemann Kleint2019-02-271-0/+6
| | * QSyntaxHighlighter: Fix crash when parent is a nullptrDominik Haumann2019-02-271-1/+1
| | * Doc: update the note about nested deleteLater()Thiago Macieira2019-02-271-2/+4
| | * Use qEnvironmentVariable for QT_PLUGIN_PATHSThiago Macieira2019-02-271-2/+2
| | * Make the QEventDispatcherWin32Private::interrupt flag atomicThiago Macieira2019-02-272-8/+9
| | * Clear only one device from g_pointIdMap when all points releasedShawn Rutledge2019-02-263-2/+174
| | * Don't edit the item if we did not get the press event on the same itemAndy Shaw2019-02-262-1/+55
| | * Haiku: Fix mis-spelled module in .proFriedemann Kleint2019-02-261-1/+1
| | * vcxproj generator: Fix files being in multiple filtersJoerg Bornemann2019-02-262-2/+25
| | * Display EXTRA_TRANSLATIONS files in VS projectsJoerg Bornemann2019-02-261-0/+1
* | | wasm: fix clipboard useLorn Potter2019-02-271-7/+21
|/ /
* | wasm: activateWindow when neededLorn Potter2019-02-271-1/+4
* | QTextureFileReader: add support for astc format filesEirik Aavitsland2019-02-278-27/+297
* | Update bundled libjpeg-turbo to version 2.0.2Eirik Aavitsland2019-02-279-56/+105