summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Granularize blacklist of qhttpsocketengine for WindowsMårten Nordheim2019-05-101-0/+5
| * | | Granularize blacklist of platformsocketengine for WindowsMårten Nordheim2019-05-101-0/+7
| * | | QStringView, QLatin1String: add indexOf methodsAnton Kudryavtsev2019-05-101-0/+145
| * | | Fix bug with QLayout::replaceWidget(a, a)Jan Arve Saether2019-05-091-0/+4
| * | | Markdown: blockquotes, code blocks, and generalized nestingShawn Rutledge2019-05-084-3/+58
| * | | Change QTextMarkdownWriter to pass by const pointer and QAIMShawn Rutledge2019-05-082-2/+2
| * | | Markdown: deal with horizontal rules (thematic breaks)Shawn Rutledge2019-05-084-1/+64
| * | | Markdown: fix several issues with lists and continuationsShawn Rutledge2019-05-086-21/+258
| * | | Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-0825-25/+26
| * | | Fix notification of QDockWidget when it gets undockedDmitry Kazakov2019-05-071-1/+5
| * | | Deprecate conversion functions between QList and QSetLars Knoll2019-05-075-14/+53
| * | | Add swapItemsAt() to QVectorLars Knoll2019-05-071-0/+19
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-075-37/+197
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-031-31/+183
| | |\|
| | | * Only generate temporaries when it makes sensePaul Lemire2019-05-021-31/+183
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-024-6/+14
| | |\|
| | | * Use QPlatformTheme::TouchDoubleTapDistance for touch eventsAlexander Volkov2019-05-011-4/+6
| | | * Ignore failing test for free space on APFSVolker Hilsheimer2019-04-301-0/+7
| | | * Remove cruft from testProcessEOF.proJoerg Bornemann2019-04-301-2/+0
| | | * Extend blacklisting of setWindowState to cover RHELsTony Sarajärvi2019-04-291-0/+1
| * | | Don't rely on functions that are deprecatedLars Knoll2019-05-061-2/+2
| * | | Fix compilation with Qt 6Lars Knoll2019-05-064-11/+11
| * | | Fix qplugin.h for Qt 6Lars Knoll2019-05-052-0/+15
| * | | Deprecate {to,from}Std{List,Vector}Lars Knoll2019-05-052-1/+13
| * | | Prefix QTextStream operators with Qt:: in testsLars Knoll2019-05-0313-49/+49
| * | | Don't use deprecated APILars Knoll2019-05-032-23/+23
| * | | Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-0215-73/+1
| * | | Custom color-space based on chromaticitiesAllan Sandfeld Jensen2019-05-021-0/+68
| * | | Remove redundant file from testsRobert Loehning2019-05-021-5/+0
| * | | Add QTextMarkdownWriter::writeTable(QAbstractTableModel)Shawn Rutledge2019-05-021-0/+35
| * | | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-0110-47/+1
| * | | Add qobject_cast operators for std::shared_ptrGiuseppe D'Angelo2019-05-011-0/+55
| * | | Add QTextMarkdownWriter, QTextEdit::markdown property etc.Shawn Rutledge2019-05-017-0/+538
| * | | Tests: Simplify MyCookieJarJesus Fernandez2019-04-291-4/+2
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-291-0/+60
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-281-0/+60
| | |\|
| | | * Fix page breaking with large imagesLars Knoll2019-04-261-0/+60
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-277-47/+114
| |\| |
| | * | Extend blacklisting of dirsBeforeFiles as it's flakyTony Sarajärvi2019-04-261-0/+2
| | * | Fix manual lance test: avoid using deprecated apiEirik Aavitsland2019-04-264-47/+30
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-261-0/+79
| | |\|
| | | * Fix aliased painting with non-uniform scalingEirik Aavitsland2019-04-251-0/+79
| | * | manual shortcut test: add more shortcut sequencesGatis Paeglis2019-04-241-0/+3
| * | | QLineF: add intersects() as a replacement for intersect()Christian Ehrlicher2019-04-251-1/+1
| * | | Expose docker test server as an internal config to all modulesRyan Chu2019-04-2513-260/+11
| * | | Support multi-stage builds to provision the configurations and test dataRyan Chu2019-04-257-126/+185
| * | | Add image layer on windowsMaurice Kalinowski2019-04-252-20/+36
| * | | QHash/QMultiHash: add range constructorsMarc Mutz2019-04-251-0/+140
| * | | Add startOfDay() and endOfDay() methods to QDateEdward Welbourne2019-04-242-2/+168
| * | | QtTestLib: handle float16 the same as double and floatEdward Welbourne2019-04-248-55/+1051