summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* fix QFileSystemEngine::createDirectory race conditionv5.1.0-rc1Shawn Rutledge2013-06-141-1/+17
* Let QTemporaryDir::stressTest() run in temporary directory.Friedemann Kleint2013-06-121-4/+5
* QEventLoop: Remove the test that checked throwing from an event handlerThiago Macieira2013-06-081-67/+0
* Fix parsing of long latin strings in the json parserLars Knoll2013-05-231-0/+45
* Fix regression when pasting into QTextEdit from Firefox.Mitch Curtis2013-05-231-0/+11
* QThreadPool: Fix regression from Qt 4 in dealing with priority startsThiago Macieira2013-05-201-0/+53
* QtCore: fix the number precision in QJsonDocument.toJson()Liang Qi2013-05-201-12/+65
* Make QFlags enum flags (C++11 strict enums) friendlyAlbert Astals Cid2013-05-091-0/+116
* Fix a case of connect()ing to signals declared in a base classOlivier Goffart2013-05-091-0/+25
* Revert QDateTime serialisation to pre-Qt 5 behaviour.Mitch Curtis2013-05-082-4/+19
* QLocale: add autotest for French_Morocco localeEl Mehdi Fekari2013-05-081-0/+1
* Add qt_hash(QStringRef) overloadGiuseppe D'Angelo2013-05-071-0/+22
* QProcess/Win: drain output pipes on process finishJoerg Bornemann2013-05-071-0/+34
* Add some extra tests for QString::argThiago Macieira2013-04-291-0/+22
* Fix QAbstractItemModel::moveColumn()J-P Nurmi2013-04-231-0/+4
* Reduce qmetatype autotest build time for Windows CE.Janne Anttila2013-04-171-2/+2
* Fix tst_qfile build for WEC7.Janne Anttila2013-04-171-1/+3
* Make QBuffer::bytesAvailable() workThiago Macieira2013-04-161-1/+22
* QDateTime - Fix auto tests on Windows before 1980unknown2013-04-121-0/+15
* tst_qtranslator: Remove QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-04-122-9/+6
* tst_qcoreapplication: Remove QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-04-122-2/+1
* tst_qdataurl: Remove QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-04-121-2/+0
* Don't bypass overwritten [set]data() methods in the proxy.Volker Krause2013-04-081-0/+26
* Don't call virtual methods after the source model is destroyed.Stephen Kelly2013-04-051-0/+35
* QSaveFile: allow saving to a writable file in a non-writable directoryDavid Faure2013-04-051-9/+76
* Upgrade the bundled PCRE to 8.32Giuseppe D'Angelo2013-04-011-2/+0
* Update QLocale data to CLDRv23Konstantin Ritt2013-04-011-2/+3
* QLocale: Report textDirection() by looking to the locale scriptKonstantin Ritt2013-03-301-0/+42
* tst_qthread: fix race on "bool visited"David Faure2013-03-291-4/+4
* Ensure QTemporaryFile can create files when an identical dir exists.Mitch Curtis2013-03-231-0/+35
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-212-8/+16
|\
| * Correct QString's warnings involving QRegularExpression.Mitch Curtis2013-03-121-2/+16
| * Revert 6497649730daeab5d3dfac7e806105e99a237656 and clarify docs.Mitch Curtis2013-03-121-6/+0
* | Support connection to functor with multiple operator()Olivier Goffart2013-03-191-0/+126
* | tst_qlockfile: increase delay on Windows.David Faure2013-03-191-1/+1
* | Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-1617-57/+57
* | tst_qlogging: fix test when QT_MESSAGE_PATTERN is already setDavid Faure2013-03-161-5/+14
* | Fix qmath autotest for armFabian Bumberger2013-03-141-1/+1
* | Improve warning messages (and readability) of connectSlotsByName()Axel Waggershauser2013-03-131-0/+5
* | Fixed bug in QTimeLine::setPaused(false)Jan Arve Saether2013-03-131-0/+23
* | Skip unstable autotestPaul Olav Tvete2013-03-121-0/+2
* | Add an auto test for Irish localeEl Mehdi Fekari2013-03-121-0/+3
* | Android: disable unsupported autotestsPaul Olav Tvete2013-03-121-1/+1
* | Android compile fixPaul Olav Tvete2013-03-121-1/+1
* | Compile fix when fileno does not return intPaul Olav Tvete2013-03-121-1/+1
* | Let QMetaObject::connectSlotsByName(o) also check for signals of oAxel Waggershauser2013-03-071-0/+15
* | QVector - removeLast optimizeThorbjørn Martsum2013-03-071-0/+9
* | QVector - add functions takeFirst and takeLastThorbjørn Martsum2013-03-071-1/+14
* | QVector - add remove functionsThorbjørn Martsum2013-03-071-0/+76
* | Simplify further extension of tst_QObject::connectSlotsByNameAxel Waggershauser2013-03-061-119/+31