summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix dead lock in the Qt event handlingOlivier Goffart2013-07-101-0/+28
* bail out early in QWinOverlappedIoNotifier::waitForNotifiedJoerg Bornemann2013-07-051-1/+0
* QtCore: fix the number precision in QJsonDocument.toJson() againLiang Qi2013-07-041-0/+62
* Use case insensitive matching for hashes QFileSystemWatcher/Win.Friedemann Kleint2013-07-041-5/+16
* remove wait calls in tst_QProcess::simpleStartJoerg Bornemann2013-07-021-9/+1
* QUrl test: ensure that hostnames with bad non-IDN domains are caught tooThiago Macieira2013-07-021-1/+4
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-202-5/+22
|\
| * 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
* | Ensure we don't repeat QTBUG-30931 in Qt5Konstantin Ritt2013-06-181-0/+14
* | Add basic conversion functions from QVariant(QJsonValue).Jędrzej Nowacki2013-06-141-0/+42
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-101-67/+0
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-101-67/+0
| |\|
| | * QEventLoop: Remove the test that checked throwing from an event handlerThiago Macieira2013-06-081-67/+0
* | | BlackBerry: fix tst_QLocale::emptyCtor()Rafael Roquetto2013-06-102-0/+70
|/ /
* | tst_QUrl: check that prohibited characters in hostnames are not validThiago Macieira2013-06-081-0/+15
* | tst_qmessageauthenticationcode: Fix warning about character conversion.Friedemann Kleint2013-06-081-1/+1
* | tst_qjson: Fix MSVC C4293 warning about shift operation.Friedemann Kleint2013-06-081-24/+24
* | QUrl stringprep: fix handling of U+0080: it's prohibitedThiago Macieira2013-06-081-0/+5
* | QUrl stringprep: fix handling of prohibited charactersThiago Macieira2013-06-081-27/+21
* | Unix: fix tst_QFile when run as rootRafael Roquetto2013-06-071-0/+7
|/
* 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