summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-273-25/+26
| |\
| | * QTest: Make qExtractTestData() return the created QTemporaryDirv5.5.0-rc1Marc Mutz2015-06-141-7/+8
| | * Fix sizes QStorageInfo returns for invalid drivesIvan Komissarov2015-06-111-9/+9
| | * Rename QTextStream::readLine(QString *, qint64) into readLineIntoSimon Hausmann2015-06-031-9/+9
| * | Make QDir::relativeFilePath() return "." for a path to itself.Christian Kandeler2015-06-241-4/+7
| * | Use qthread_win.cpp for WinRT as wellOliver Wolff2015-06-231-41/+5
| * | Autotest: make the test pass with the Intel compilerThiago Macieira2015-06-192-6/+2
| * | Make QMetaObject::Connection check its state deeplyThiago Macieira2015-06-191-1/+6
| * | Autotest: Check where global event filters get runThiago Macieira2015-06-192-0/+58
| * | Fix less-than comparison for QStandardItem and QSortFilterProxyModel with inv...Friedemann Kleint2015-06-111-6/+6
| * | Fix leaking of link in tst_QFileInfo::canonicalFilePath().Friedemann Kleint2015-06-101-6/+20
| * | Fix return value of QWindowsFileSystemWatcherEngine::removePaths().Friedemann Kleint2015-06-091-0/+26
| * | fix usage of wince scopeOswald Buddenhagen2015-06-0510-10/+10
| |/
* | Add qHash(QLocale)Marc Mutz2015-06-301-0/+2
* | QList: Introduce constFirst() and constEnd()Sérgio Martins2015-06-271-0/+136
* | 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