summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QProcess: make setWorkingDirectory stop launch if the dir doesn't existThiago Macieira2015-07-201-5/+27
* Selectively update library paths when creating QCoreApplicationUlf Hermann2015-07-202-0/+28
* QVector: add an rvalue overload of push_back/appendMarc Mutz2015-07-192-0/+17
* Tests: Do not rely on qCompare(bool, int,...).Friedemann Kleint2015-07-181-29/+29
* Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-183-0/+53
* Add QTemporaryDir::errorString()Thiago Macieira2015-07-173-3/+11
* Merge "Merge remote-tracking branch 'origin/5.5' into HEAD" into refs/staging...Simon Hausmann2015-07-176-10/+87
|\
| * Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-176-10/+87
| |\
| | * 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
* | | tst_qmimedatabase: Add some log output when running update-mime-database.Friedemann Kleint2015-07-171-2/+7
|/ /
* | Core: Replace QProcess::error signal with QProcess::errorOccurredKai Koehne2015-07-101-11/+37
* | Added QVersionNumber to QtCore's public APIKeith Gardner2015-07-101-1/+1
* | QProcessEnvironment: fix op==Marc Mutz2015-07-071-1/+9
* | QProcessEnvironment: add a check for inserting into selfMarc Mutz2015-07-071-0/+9
* | QByteArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-07-071-0/+15
* | QString: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-07-071-0/+15
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-0128-106/+173
|\|
| * 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
| |/
* | 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