summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-0415-82/+347
|\
| * Ensure that tst_QFontDatabase::addAppFont() tests the whole path to an engineTor Arne Vestbø2017-03-311-2/+7
| * Fix tst_Selftest on QEMUSami Nurmenniemi2017-03-312-0/+16
| * Extend blacklisting of parts of tst_QWidget to cover Ubuntu 16.04Tony Sarajärvi2017-03-311-0/+1
| * tst_qsslsocket::protocolServeSide - fix for macOS 10.11Timur Pocheptsov2017-03-301-2/+16
| * Blacklist a QSequentialAnimationGroup autotestTony Sarajärvi2017-03-301-0/+1
| * Blacklist tst_QSslSocket::protocolServerSide on OS X 10.11Tony Sarajärvi2017-03-301-0/+2
| * Fix tst_QUdpSocket for QEMUSami Nurmenniemi2017-03-291-0/+84
| * Use HTTP2WasUsedAttribute for HTTP2Timur Pocheptsov2017-03-291-1/+8
| * tst_QGuiApplication: Split the quitOnLastWindowClosed() testsFriedemann Kleint2017-03-291-75/+81
| * Fix building of qopengl test on boot2qtSimon Hausmann2017-03-291-1/+1
| * Switch to RGB(A|X)8888[_Premultiplied] for QOpenGLFBO readbacks on GLESLaszlo Agocs2017-03-281-1/+3
| * Fix largefile tests on ARM and QEMU targetsSami Nurmenniemi2017-03-283-0/+127
* | QStringView: add an array ctorMarc Mutz2017-04-041-0/+41
* | QStringIterator: port to QStringViewMarc Mutz2017-04-031-6/+6
* | Add QMetaObject::invokeMethod() overloads for function pointersBenjamin Terrier2017-04-021-3/+173
* | QProcess::startDetached: support custom process environmentJoerg Bornemann2017-03-312-9/+19
* | QStringView: add mid(), left(), right()Marc Mutz2017-03-311-0/+6
* | QStringView: add tests for relational operatorsMarc Mutz2017-03-312-53/+49
* | QColor: port to QStringViewMarc Mutz2017-03-291-7/+20
* | QStringView: improve manual overload managementMarc Mutz2017-03-291-0/+17
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-2832-93/+561
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-2716-69/+173
| |\
| | * json encoder: Harmonize number serialization with ES6Marius Kittler2017-03-251-0/+29
| | * Fix propagation of locale from widget to its childrenEdward Welbourne2017-03-241-0/+28
| | * QSslSocket: fix connection to a international domain nameOlivier Goffart2017-03-232-0/+37
| | * Build examples and tests only if their requirements are metUlf Hermann2017-03-229-7/+33
| | * Mark some methods in test code as overridesEdward Welbourne2017-03-222-21/+22
| | * Autotest: make tst_QDir more reliable on tests being run out of orderThiago Macieira2017-03-221-41/+24
| * | tst_moc: fix include guardsOlivier Goffart2017-03-251-1/+1
| * | tst_QMdiArea::tabBetweenSubWindows(): Improve warning messageFriedemann Kleint2017-03-221-1/+2
| * | tst_QArrayData: fix unused variable warning in reallocate()Marc Mutz2017-03-221-1/+0
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-218-26/+373
| |\|
| | * tst_qurl: skip test with ':' in filename, on WindowsDavid Faure2017-03-211-1/+5
| | * QMetaType & QVariant: "load" and "save" std::nullptr_tThiago Macieira2017-03-201-3/+8
| | * Blacklist tst_QPauseAnimation::multipleSequentialGroups on all macOSTony Sarajärvi2017-03-201-0/+2
| | * QUrl::fromUserInput: fix handling of files with a ':' in the nameDavid Faure2017-03-201-1/+1
| | * Fix char format of preedit text in empty text blockEskil Abrahamsen Blomfeldt2017-03-201-0/+236
| | * QChar: fix ambiguous comparisons with 0, '\0', ... for goodMarc Mutz2017-03-171-21/+40
| | * tst_QMimeDatabase: increase update-mime-database timeout to 4minsMarc Mutz2017-03-171-1/+1
| | * Fix item keeping hover highlight even when mouse has left itDan Cape2017-03-131-0/+53
| | * QLockFile: Don't deadlock if the lock file has a mtime in the futureOlivier Goffart2017-03-101-0/+28
| * | Diaglib: Output DPI and scale factorsFriedemann Kleint2017-03-212-2/+8
| * | Diaglib: Fix WinRT exclusionFriedemann Kleint2017-03-201-1/+1
| * | QMap, QHash: make key_iterator satisfy the DefaultConstructible conceptAnton Kudryavtsev2017-03-202-0/+8
* | | Use unique table name for the sqlite_enableRegexp testAndy Shaw2017-03-271-2/+3
* | | Port QLocalePrivate::*ToCode() to QLatin1StringMarc Mutz2017-03-261-2/+2
* | | QDebug: add op<<(QStringView)Marc Mutz2017-03-241-0/+41
* | | Long live QStringView!Marc Mutz2017-03-244-0/+454
* | | QSFPM optimization in dataChanged: don't re-sort if the order didn't changeDavid Faure2017-03-231-3/+136