summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Harden ICC parserAllan Sandfeld Jensen2019-07-313-52/+130
* QSortFilterProxyModel: avoid some unnecessary copiesChristian Ehrlicher2019-07-311-34/+30
* QWheelEvent: use QT_DEPRECATED_VERSION_X_5_15Marc Mutz2019-07-311-16/+16
* rhi: Fix clear value in offscreen testLaszlo Agocs2019-07-311-1/+1
* rhi: gl: Add support for computeLaszlo Agocs2019-07-316-255/+833
* rhi: metal: Do not hold on to the drawable when not presentingLaszlo Agocs2019-07-313-4/+17
* rhi: vulkan: Fix glitches on resize on X11Laszlo Agocs2019-07-311-0/+4
* Rename MakefileGenerator::build_args() to ...::fullBuildArgs()Joerg Bornemann2019-07-312-5/+5
* Remove dead code from metamakefile.cppJoerg Bornemann2019-07-311-14/+7
* Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-3019-87/+288
|\
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-3019-87/+288
| |\
| | * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-306-30/+86
| | |\
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-306-30/+86
| | |/|
| | | * qmake: Keep -force_load with library when merging linker flagsTor Arne Vestbø2019-07-291-3/+6
| | | * qmake: Don't allow -framework without second argument when merging flagsTor Arne Vestbø2019-07-291-8/+4
| | | * macOS: Respect QSurfaceFormat color space when creating NSWindowTor Arne Vestbø2019-07-291-0/+3
| | | * Move processOpenModeFlags out of QFSFileEngineOliver Wolff2019-07-292-19/+36
| | | * QWinRTFileEngine: Handle QIODevice::Truncate when opening filesOliver Wolff2019-07-291-1/+14
| | | * QWinRTFileEngine: Implement setSizeOliver Wolff2019-07-292-0/+24
| | * | Fix crash when the focus widget gets a focus proxy after the factDavid Faure2019-07-292-0/+57
| | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-298-26/+112
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-298-26/+112
| | | |\|
| | | | * QHostInfo: Always post results through the event loop to the receiverVolker Hilsheimer2019-07-263-10/+62
| | | | * macOS: Respect color space set on NSWindow when flushing backingstoreTor Arne Vestbø2019-07-262-13/+28
| | | | * QMacStyle - another slider fixTimur Pocheptsov2019-07-261-1/+1
| | | | * Android: Fix SSL 1.1 support on API-21BogDan Vatra2019-07-261-0/+17
| | | | * QResource: fix nullptr-check gone tautologicalMarc Mutz2019-07-261-2/+4
| | * | | Windows QPA: Fix detection of the Surface Pen eraser buttonAndre de la Rocha2019-07-291-1/+17
| | * | | qmake: Use a simple response file for ar on mingwOrgad Shaneh2019-07-291-27/+9
| | * | | Add IPv6 data to the reverseLookup testVolker Hilsheimer2019-07-291-1/+3
| | * | | wasm: fix wide character data downloadLorn Potter2019-07-291-2/+4
| | |/ /
* | | | QWidget/QLineEdit: deprecate get{Contents,Text}Margins()Marc Mutz2019-07-3010-29/+36
* | | | QEasingCurve: reduce code duplication in setCurveShape()Marc Mutz2019-07-301-19/+15
* | | | QEasingCurve: remove a default case labelMarc Mutz2019-07-301-1/+0
* | | | QLineEdit: use QMargins internally instead of 4 x intMarc Mutz2019-07-303-40/+28
* | | | Fix removal of QJsonObject properties when assigning undefinedSimon Hausmann2019-07-302-1/+6
* | | | Doc build: overcome command-line length limitation on WindowsPaul Wicking2019-07-301-3/+22
* | | | uic: Avoid use of Q_UNUSED in the generated codehjk2019-07-302-3/+4
|/ / /
* | | Revert "Fontconfig font database: Short-circuit matching by filename"Eskil Abrahamsen Blomfeldt2019-07-301-50/+22
* | | QTestLib: Fix various clang warningsFriedemann Kleint2019-07-298-36/+24
* | | QStringView: clean up storage_typeMarc Mutz2019-07-292-11/+3
* | | qstringalgorithms.h: add pure, noexcept, constexprMarc Mutz2019-07-293-7/+8
* | | QStandardPaths: don't build a QHash just to look up one keyMarc Mutz2019-07-291-41/+34
* | | QPNGImageWriter: fix compilation with libpng 1.4Marc Mutz2019-07-291-3/+12
* | | test: migrate QSqlDatabase test to QRegularExpressionSamuel Gaist2019-07-292-8/+9
* | | Fix CC_Slider rendering on macOSSamuel Gaist2019-07-291-9/+14
* | | kms: Try to preserve existing output routing as weston would doYuya Nishihara2019-07-291-3/+16
* | | Revert "Fix comparisons of image with different color spaces"Eirik Aavitsland2019-07-292-21/+1
* | | QEasingCurve: fix missing copy() overrideMarc Mutz2019-07-291-0/+4
* | | QStringView: two fixes for newly-added toWCharArray()Marc Mutz2019-07-293-14/+16