summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor QSet doc cleanupAlex Blasche2019-08-081-3/+0
* QTextDocumentLayout: Refactor pagination logic for bordersNils Jeisecke2019-08-081-12/+40
* QTextDocumentLayout: Fix regression in table column width calculationNils Jeisecke2019-08-071-0/+6
* Port users of QDBusAbstractInterface::(async)callWithArgumentList() to new va...Marc Mutz2019-08-076-44/+27
* QDateTimePrivate: inherit QSharedData and other cleanupsMarc Mutz2019-08-073-17/+9
* Require opt-out for using QLinkedListMarc Mutz2019-08-072-1/+4
* QPoint/F: add transposed()Marc Mutz2019-08-076-4/+45
* QVector/QList/QLinkedList/QVarLengthArray/QSet: add missing deduction guidesMarc Mutz2019-08-0715-0/+186
* CMake: Fix some failing cmake testsKyle Edwards2019-08-073-2/+8
* Unify and simplify the QHostInfo::lookupHost overloadsVolker Hilsheimer2019-08-072-127/+92
* rhi: Print the type of the resources in the leak checkLaszlo Agocs2019-08-071-2/+38
* Simplify QDate::weekNumber() by looking at the right day of the weekEdward Welbourne2019-08-071-27/+14
* 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-052-2/+0
* Remove special handling of DLLDESTDIR on WindowsJoerg Bornemann2019-08-031-8/+2
* Remove QMake's -createstub optionJoerg Bornemann2019-08-038-39/+0
* Thou Shalt Not Specialize std Function TemplatesMarc Mutz2019-08-033-27/+4
* Add an easier way to change colorspacesAllan Sandfeld Jensen2019-08-024-22/+154
* 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-026-100/+104
* Fix Makefile re-generation for debug_and_release buildsJoerg Bornemann2019-08-021-0/+12
* Clean up documentation of deprecated APIs from QApplicationSona Kurazyan2019-08-011-41/+2
* Remove usages of deprecated APIs of qtbase/widgetsSona Kurazyan2019-08-0121-108/+120
* Improve the keypadnavigation manual testSona Kurazyan2019-08-011-21/+16
* Un-deprecate QSignalMapperSona Kurazyan2019-08-012-10/+4
* Port users of get{Contents,Text}Margins() missed first time aroundMarc Mutz2019-08-014-20/+23
* QTestLib: Speed up QCOMPARE for QStringFriedemann Kleint2019-08-014-0/+120
* Conditionally disable parts of the tests testing the deprecated APIsSona Kurazyan2019-08-012-2/+4
* Fix QColorTransform memory leakAllan Sandfeld Jensen2019-08-011-0/+1
* Remove the remaining usages of deprecated APIs of qtbaseSona Kurazyan2019-08-015-3/+14
* tst_QMenu: Eradicate Q_FOREACH loopsMarc Mutz2019-08-011-4/+3
* QResource: consistently cache resourceList()Marc Mutz2019-08-011-8/+10
* Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-08-017-9/+20
|\
| * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-017-9/+20
|/|
| * QAbstractItemView: refine documentation for SingleSelectionChristian Ehrlicher2019-07-311-1/+1
| * Fix erroneous missing-cmake-tests errorsSimon Hausmann2019-07-311-1/+1
| * Fix assert in QPainterPath after clear()Eirik Aavitsland2019-07-313-6/+15
| * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-311-1/+1
| |\
| | * 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
| * | BLACKLIST insert_remove_loop for msvc-2019Heikki Halmet2019-07-301-0/+2
* | | Fix spdy build without features.propertiesTasuku Suzuki2019-08-012-4/+13
* | | Parse color space name from ICC profileAllan Sandfeld Jensen2019-07-314-19/+117
* | | 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