summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-014-7/+8
| | |\
| | | * QAbstractItemView: refine documentation for SingleSelectionChristian Ehrlicher2019-07-311-1/+1
| | | * Fix assert in QPainterPath after clear()Eirik Aavitsland2019-07-312-5/+6
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-311-1/+1
| | | |\
| | | | * qfsfileengine_p.h: Un-inline processOpenModeFlagsOliver Wolff2019-07-301-1/+1
| | * | | Fix spdy build without features.propertiesTasuku Suzuki2019-08-012-4/+13
| | * | | Parse color space name from ICC profileAllan Sandfeld Jensen2019-07-312-9/+89
| | * | | Harden ICC parserAllan Sandfeld Jensen2019-07-311-52/+90
| | * | | QSortFilterProxyModel: avoid some unnecessary copiesChristian Ehrlicher2019-07-311-34/+30
| | * | | QWheelEvent: use QT_DEPRECATED_VERSION_X_5_15Marc Mutz2019-07-311-16/+16
| | * | | rhi: gl: Add support for computeLaszlo Agocs2019-07-315-254/+832
| | * | | rhi: metal: Do not hold on to the drawable when not presentingLaszlo Agocs2019-07-312-4/+13
| | * | | rhi: vulkan: Fix glitches on resize on X11Laszlo Agocs2019-07-311-0/+4
| | * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-3015-49/+207
| | |\ \ \
| | | * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-3015-49/+207
| | | |\| |
| | | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-305-20/+77
| | | | |\|
| | | | | * 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-291-0/+10
| | | | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-297-26/+99
| | | | |\ \
| | | | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-297-26/+99
| | | | | |\|
| | | | | | * QHostInfo: Always post results through the event loop to the receiverVolker Hilsheimer2019-07-262-10/+49
| | | | | | * 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
| | | | * | | 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-301-1/+4
| | * | | | uic: Avoid use of Q_UNUSED in the generated codehjk2019-07-301-2/+3
| | |/ / /
| | * | | 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
| | * | | 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-291-3/+1
| | * | | QEasingCurve: fix missing copy() overrideMarc Mutz2019-07-291-0/+4
| | * | | QStringView: two fixes for newly-added toWCharArray()Marc Mutz2019-07-293-14/+16
| | * | | Port from QStringViewLiteral to u""Marc Mutz2019-07-299-18/+18
| | * | | QGraphicsWidget: replace manual memory management with unique_ptrMarc Mutz2019-07-292-4/+3
| | * | | Standardize on unique_ptr to hold QAbstractFileEngineMarc Mutz2019-07-285-22/+28