summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QLinkedList/QSet: add {const_,}reverse_iterator, {c,}r{begin,end}()Marc Mutz2015-10-132-0/+32
* Fixed a QTimer::singleShot() crash when a functor callback is usedJuha Turunen2015-10-121-0/+24
* QMetaProperty::write should reset the property if an empty QVariant is givenOlivier Goffart2015-10-092-3/+15
* Fix crash in QMetaProperty::write for custom types and conversionOlivier Goffart2015-10-091-1/+44
* tst_qversionnumber: enable c++11 and don't use core-privateMarc Mutz2015-10-071-1/+2
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-0210-42/+181
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-0210-42/+181
| |\
| | * 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
* | | tst_QSharedPointer: Add jom.exe to the list of make tools to be searched.Friedemann Kleint2015-10-021-0/+1
|/ /
* | Purge extraneous execute permissions.Edward Welbourne2015-09-301-0/+0
* | Improve tst_qfile.Friedemann Kleint2015-09-301-114/+170
* | Improve messages in tst_qdir/tst_fileinfo/tst_qfiledialog2.Friedemann Kleint2015-09-302-55/+104
* | Initialize QFutureWatcherBasePrivate::finished and testEdward Welbourne2015-09-301-0/+13
* | MSVC2015: Blacklist tests reading from stdin in buffered/text mode.Friedemann Kleint2015-09-302-0/+8
* | Clean unused parameter warning from QItemSelectionModel testJoni Poikelin2015-09-301-1/+1
* | tst_qprocess: Improve handling of helpers.Friedemann Kleint2015-09-304-17/+99
* | Skip tst_QNumeric::addOverflow() for MSVC2015.Friedemann Kleint2015-09-301-2/+2
* | Tests: Always verify whether QTemporaryDir/File creation succeeded.Friedemann Kleint2015-09-2811-25/+38
* | tst_qprocess: Instantiate QProcess objects on the stack.Friedemann Kleint2015-09-251-165/+141
* | tst_qprocess: Port to Qt 5 connection syntax.Friedemann Kleint2015-09-251-46/+54
* | Use QTypeInfo<T>::isRelocatable in QVariantThiago Macieira2015-09-241-3/+3
* | QSettings: Special-case serialization of QDateTime.Christian Kandeler2015-09-241-0/+4
* | Fix QItemSelectionModel deselection rangeJoni Poikelin2015-09-241-0/+94
* | Stabilize qguieventloop test.Jędrzej Nowacki2015-09-241-13/+2
* | Fix tst_qthreadstorageFrederik Gladhorn2015-09-241-1/+1
* | Add code to perform overflow-checking additions and multiplicationThiago Macieira2015-09-232-1/+161
* | Add getter and setter for qt_qhash_seedGabriel de Dietrich2015-09-222-21/+21
* | Serialize the capitalization value of QFontAndy Shaw2015-09-151-1/+3
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-2616-67/+667
|\|
| * 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
* | remove pointless function separator comments from tst_qprocessJoerg Bornemann2015-08-261-67/+3
* | QProcess: discard unwanted output from the child processAlex Trotsenko2015-08-161-0/+20
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-066-14/+163
|\|
| * 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