summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | 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
* | | 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
* | | Windows QPA: Generate proper event when dragging item outside windowAndre de la Rocha2019-02-251-7/+18
* | | qtlite: Fix build the source code with -no-feature-shortcutMikhail Svetkin2019-02-253-0/+8
* | | Make the qfloat16tables.cpp depend on the executable, not the commandThiago Macieira2019-02-251-1/+1
* | | Fix assert when drawing lines with extreme coordinatesEirik Aavitsland2019-02-251-3/+1
* | | Fix build for size with gccKirill Burtsev2019-02-231-0/+2
* | | qmake: vcproj: Fix windeployqt config for dll targetsOliver Wolff2019-02-211-1/+1
* | | QProcess: Fix crash when calling closeWriteChannel on WindowsJoerg Bornemann2019-02-211-8/+14
* | | Rename the Indonesian Android translation folder to fix a lint warningLars Schmertmann2019-02-211-0/+0
* | | Make tst_QUdpSocket::lincLocalIPv6 less sadisticTimur Pocheptsov2019-02-211-5/+4
* | | Properly convert filename to bytearray when sending over portalJan Grulich2019-02-211-2/+3
* | | Add keyword "macos" to testlib blacklistingTony Sarajärvi2019-02-211-0/+1
* | | Remove "insignificant" flag from qfilesystemmodel testTony Sarajärvi2019-02-213-2/+18
* | | qmake: Fix COPIES for Visual Studio projectsOliver Wolff2019-02-211-1/+3
* | | Add missing increment of blacklisted tests for BXFAIL caseEdward Welbourne2019-02-201-0/+2
* | | Document that type information is lost when reading QSettings from INIMitch Curtis2019-02-201-1/+7
* | | Add translatable attribute to the app_name string to fix a lint warningLars Schmertmann2019-02-201-1/+1
* | | winrt: Add support for Visual Studio 2019Oliver Wolff2019-02-208-0/+235
* | | tst_http2::earlyResponse - fix a flaky and somewhat broken testTimur Pocheptsov2019-02-203-1/+16
* | | macOS: Decouple screen property updates from application delegateTor Arne Vestbø2019-02-203-12/+4
* | | Add missing translations for AndroidLars Schmertmann2019-02-2018-2/+18
| |/ |/|
* | macOS: Remove special handling for hiding tool windows on application hideTor Arne Vestbø2019-02-202-36/+5
* | Fix a couple of SQL testsAndy Shaw2019-02-193-6/+7