summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QSortFilterProxyModel: Keep invalid index updated on source model sortDaiwei Li2015-06-251-0/+27
* Replace QVERIFY with QCOMPARE in QRingBuffer autotestAlex Trotsenko2015-06-231-23/+23
* Insignifify qfileinfo on Windows, like QDirSimon Hausmann2015-06-201-0/+2
* Blacklist flakey tst_QTimeLine::duration test on WindowsSimon Hausmann2015-06-201-0/+2
* Improve debug output of tst_QTimeLine::frameRate()Simon Hausmann2015-06-201-1/+1
* Extend tst_QPauseAnimation::pauseAndPropertyAnimations blacklistSimon Hausmann2015-06-201-1/+1
* Blacklist tst_QPropertyAnimation::startBackwardWithoutEndValue on WindowsSimon Hausmann2015-06-201-0/+2
* Extend the scope of QTBUG-30943Simon Hausmann2015-06-201-1/+1
* Blacklist tryAcquireWithTimeoutSimon Hausmann2015-06-201-1/+1
* Insignifify qdiriterator testSimon Hausmann2015-06-201-0/+2
* QCommandLineOption: optimize ctorsMarc Mutz2015-06-191-1/+1
* QStringRef: add truncate()Marc Mutz2015-06-191-0/+25
* QMap: add const equal_range() overloadMarc Mutz2015-06-191-0/+34
* QVector: add move(int,int) for QList compatMarc Mutz2015-06-181-0/+50
* tst_QStateMachine: replace inefficient QLists with QVectorMarc Mutz2015-06-171-3/+3
* QPointer: add member-swapMarc Mutz2015-06-171-0/+17
* Blacklist and skip various tests that are flakeySimon Hausmann2015-06-1419-0/+47
* Blacklist tst_QThreadPool::expiryTimeoutRace() on OS XSimon Hausmann2015-06-121-0/+2
* Allow types with a comma in Q_PROPERTYOlivier Goffart2015-06-121-0/+12
* Fix tst_qglobalstatic on OS XSimon Hausmann2015-06-041-0/+21
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0311-17/+300
|\
| * QMetaType: Fix compilation with non default constructible Q_GADGETOlivier Goffart2015-05-272-1/+30
| * take process name into account for QLockFile's pid clash resolutionJoerg Bornemann2015-05-261-0/+48
| * QMetaType: Do not automatically register types that derives from a Q_GADGETOlivier Goffart2015-05-231-0/+2
| * Make warnings of QIODevice more verbose.Friedemann Kleint2015-05-233-4/+4
| * Add CONFIG += testcase to test qglobalstatic.Friedemann Kleint2015-05-221-0/+1
| * Fix compilation of QContiguousCache::operator=Thiago Macieira2015-05-201-0/+12
| * QStateMachine: empty the whole internal queue before external queueErik Verbruggen2015-05-191-0/+39
| * Fix QtPrivate::IsQEnumHelper<void>Olivier Goffart2015-05-171-0/+8
| * Don't overwrite applicationName if already set.David Faure2015-05-091-0/+16
| * Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-0/+17
| |\
| | * QLockFile: fix deadlock when the lock file is corruptedOlivier Goffart2015-04-151-0/+17
| * | QStateMachine: Fix transition ordering.Erik Verbruggen2015-05-071-0/+64
| * | QStateMachine: add internal transitions.Erik Verbruggen2015-05-041-0/+44
| * | QStateMachine: cache expensive calculations.Erik Verbruggen2015-05-041-12/+15
* | | QSet: Introduce intersects().Sérgio Martins2015-05-301-0/+27
* | | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-273-18/+8
* | | QVector: add const first/last gettersGiuseppe D'Angelo2015-05-261-0/+141
* | | Deinline QRingBuffer classAlex Trotsenko2015-05-201-0/+23
* | | Fix building tst_QPluginLoader on OS X, non-devel buildsFrederik Gladhorn2015-05-131-2/+2
* | | Add qHash(QRegExp) and qHash(QRegularExpression)Marc Mutz2015-05-052-0/+8
* | | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-044-4/+25
|\| |
| * | The qpluginloader machtest needs Q_AUTOTEST_EXPORTFrederik Gladhorn2015-04-301-1/+1
| * | Add support to set text/uri-list mimedata via setData()Marko Kangas2015-04-281-1/+16
| * | Tests: Use blacklist for failing tst_qfilesystemwatcher testsCaroline Chao2015-04-282-2/+8
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-275-17/+134
|\| |
| * | fix distclean targetsOswald Buddenhagen2015-04-231-0/+1
| * | Windows: Fix QLockFile hanging when file cannot be created.Friedemann Kleint2015-04-232-0/+66
| * | tst_QFileSystemWatcher: Improve diagnostics.Friedemann Kleint2015-04-231-7/+67
| * | Remove unused private field from test.Erik Verbruggen2015-04-221-10/+0