summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/qt6Lars Knoll2019-08-06377-3090/+5630
|\
| * Mark QDBusError::ErrorType a Q_ENUMThiago Macieira2019-08-051-0/+3
| * QTest: add toString(QBitArray)Thiago Macieira2019-08-051-0/+11
| * Remove the unused includes for QSignalMapperSona Kurazyan2019-08-051-1/+0
| * Thou Shalt Not Specialize std Function TemplatesMarc Mutz2019-08-033-27/+4
| * Add an easier way to change colorspacesAllan Sandfeld Jensen2019-08-023-22/+107
| * rhi: Add a note about size to newBuffer()Laszlo Agocs2019-08-022-4/+11
| * rhi: gl: Add support for bool members in uniform blocksLaszlo Agocs2019-08-021-0/+12
| * rhi: Move info prints to categorized loggingLaszlo Agocs2019-08-026-19/+53
| * Improve our color space terminologyAllan Sandfeld Jensen2019-08-025-77/+81
| * Clean up documentation of deprecated APIs from QApplicationSona Kurazyan2019-08-011-41/+2
| * Remove usages of deprecated APIs of qtbase/widgetsSona Kurazyan2019-08-015-77/+21
| * Un-deprecate QSignalMapperSona Kurazyan2019-08-012-10/+4
| * QTestLib: Speed up QCOMPARE for QStringFriedemann Kleint2019-08-014-0/+120
| * Fix QColorTransform memory leakAllan Sandfeld Jensen2019-08-011-0/+1
| * QResource: consistently cache resourceList()Marc Mutz2019-08-011-8/+10
| * 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