summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Darwin: Add QImage::toCGImage() conversion functionMorten Johan Sørvig2016-08-111-0/+45
* Enable cleartext HTTP/2 and bring the auto-test back to lifeTimur Pocheptsov2016-08-115-70/+81
* remove redundant x11 handlingOswald Buddenhagen2016-08-103-16/+0
* add support for returning the command's exit status to $$system()Oswald Buddenhagen2016-08-101-2/+2
* Fix QZip autotest and enable QZip and QTextOdfWriter tests againOswald Buddenhagen2016-08-102-3/+5
* Add a benchmark for QReadWriteLockOlivier Goffart2016-08-103-0/+190
* Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-098-288/+299
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-098-288/+299
| |\
| | * QHeaderView: Reset lastSectionLogicalIdx on clear()Ulf Hermann2016-08-091-0/+5
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-057-288/+294
| | |\
| | | * QString: fix append(const QStringRef &str)Anton Kudryavtsev2016-08-041-1/+1
| | | * QLocalSocket/Tcp: open device before making a connectionAlex Trotsenko2016-08-041-0/+1
| | | * Don't call virtual functions with data from an old modelBogDan Vatra2016-08-041-2/+41
| | | * Fixed Bug in QVariant comparison when containing QStringListsClemens Sielaff2016-08-031-0/+55
| | | * tst_QTreeView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-70/+27
| | | * tst_QAbstractItemView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-178/+76
| | | * QSortFilterProxyModel: Don't forward the hint from source's layoutChanged signalOlivier Goffart2016-08-011-0/+52
| | | * Fix UB (invalid enum value) in tst_QTreeViewMarc Mutz2016-07-311-30/+32
| | | * QUrl: fix resolved() for data URLsDavid Faure2016-07-291-7/+9
* | | | winrt: update testsMaurice Kalinowski2016-08-091-3/+7
|/ / /
* | | winrt: Make test functionalMaurice Kalinowski2016-08-091-1/+13
* | | Make sure QDBusConnection::connect() returns false if already connectedThiago Macieira2016-08-091-0/+19
* | | print no message at all when no argument is supplied to error()Oswald Buddenhagen2016-08-081-1/+7
* | | tests/auto/corelib/codecs: clean upMarc Mutz2016-08-061-7/+8
* | | tst_utf8: use QScopedPointer, not QSharedPointerMarc Mutz2016-08-061-6/+6
* | | tests/auto/corelib/global: clean upMarc Mutz2016-08-062-10/+10
* | | tst_QPainterPath: clean upMarc Mutz2016-08-051-10/+11
* | | QString: fix regression comparing null QString with null const char *Marc Mutz2016-08-051-0/+14
* | | QJsonValue::toVariant(): Differentiate between null and invalidChristian Kandeler2016-08-051-6/+6
* | | QPolygon: add a smoke-test for boundingRect()Marc Mutz2016-08-041-0/+77
* | | Fix grayscale painting regression in 64-bit raster engineAllan Sandfeld Jensen2016-08-032-1/+38
* | | Add std::nullptr_t as builtin type in QMetaTypeJędrzej Nowacki2016-08-031-0/+4
* | | Save QFont's style name if presentKonstantin Shegunov2016-08-031-0/+21
* | | Fix some syntax issues in SCTP implementationAlex Trotsenko2016-08-031-13/+12
* | | QObject::connect: allow to disable narrowing of the connection argumentsGiuseppe D'Angelo2016-08-021-0/+510
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-0116-57/+1036
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-015-3/+296
| |\|
| | * Fix for race condition in signal activationDenis Kormalev2016-07-291-0/+175
| | * Item delegates: show localized detailed tooltips and "What's this?" textsAlexander Volkov2016-07-282-1/+63
| | * QVector: fix crash on reserve(0)David Faure2016-07-281-0/+22
| | * Backwards compatibility fix: No default colormap for Mono QImagesEirik Aavitsland2016-07-271-2/+36
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Edward Welbourne2016-07-285-0/+149
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-265-0/+149
| | |\|
| | | * Fix QTemporaryDir to handle Unicode characters on WindowsFriedemann Kleint2016-07-202-0/+82
| | | * moc: fix infinite loop over malformed inputOlivier Goffart2016-07-201-0/+7
| | | * tests/manual: add highdpi subdir to the test listThiago Macieira2016-07-201-0/+1
| | | * QtCore: Fix QXmlStreamReader for invalid characters in XML 1.0Luca Bellonda2016-07-171-0/+59
| * | | Add manual test embeddedintoforeignwindowFriedemann Kleint2016-07-265-1/+494
| |/ /
| * | QAbstractSocket: ensure bind()+connect() works on delayed closeAlex Trotsenko2016-07-201-0/+6
| * | QDataStream: adjust containers' deserialization in transaction modeAlex Trotsenko2016-07-201-53/+91