summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix comparisons between QByteArray and QString.Christian Kandeler2015-09-281-0/+16
* QDateTime: Ensure a valid timezone when using the "offset constructor".Christian Kandeler2015-09-231-0/+1
* Fix the spurious socket notifications under WindowsAlex Trotsenko2015-09-101-0/+73
* Fix tst_QGuiApplication for embedded platforms using eglfs QPAPasi Petäjäjärvi2015-09-101-5/+0
* QMimeDatabase: warn instead of asserting on bad magic.David Faure2015-09-046-37/+91
* Avoid overflow in QTime::addSecs with too big a number of secondsThiago Macieira2015-08-191-0/+2
* QRegularExpression: fix matching over QStringRefsGiuseppe D'Angelo2015-08-182-15/+372
* tst_qprocess cleanupJoerg Bornemann2015-08-171-17/+15
* fix assertion in QProcess/WinJoerg Bornemann2015-08-171-3/+28
* QMimeDatabase: adapt to changes in shared-mime-info 1.3David Faure2015-08-162-3/+4
* QProcess: Ensure that the stdin buffer is cleared on start()Thiago Macieira2015-08-154-0/+169
* QMimeProvider: Do not crash when globPatterns is empty.Milian Wolff2015-08-124-0/+23
* tst_qmimedatabase: check that QFile::remove() worked.David Faure2015-08-121-4/+4
* QMimeDatabase: Run more tests on non-XDG/shared-mime-info platformsEike Ziller2015-08-116-25/+50
* Change how QDebug escapes QStrings in the outputThiago Macieira2015-08-061-5/+35
* Seed the random number generator before using QTemporaryDirThiago Macieira2015-08-062-1/+14
* QLoggingCategory: fix default severity in Q_LOGGING_CATEGORY macroAlex Merry2015-08-031-0/+11
* consistently handle empty program string in QProcess::start overloadsJoerg Bornemann2015-07-301-0/+38
* Fix compilation error while instantiating operator<< explicitlyOlivier Goffart2015-07-261-0/+9
* QTimeZone: Convert fractional timezones properly.Cesar Garcia Naranjo2015-07-211-0/+18
* tst_qmimedatabase.cpp: Set write permission on files extracted from resources.Friedemann Kleint2015-07-211-8/+38
* QDir::removeRecursively(): Retry file deletion with write permission set.Friedemann Kleint2015-07-172-7/+10
* Disable thread-safe statics for MSVC 2015: they're brokenThiago Macieira2015-07-161-2/+2
* Set the state of QTemporaryFileEngine properly prior to reopeningThiago Macieira2015-07-151-0/+1
* QVarLengthArray: Unit-test that clear() preserves capacitySérgio Martins2015-07-081-0/+16
* Fix the remainingTime() result after the first activation of a QTimerThiago Macieira2015-07-081-1/+58
* Replace MAC OS X with OS XNico Vertriest2015-06-307-7/+7
* 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
|/
* 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
|\