summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-272-5/+22
|\
| * 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
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-202-0/+56
|\| |
| * | 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
* | | Fix roundtrip conversion of datetimes.Mitch Curtis2013-06-171-0/+2
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-128-119/+143
|\| |
| * | 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
| |/
* | Add internal functions to QObjectPrivate for signal & slot connections in QMLSimon Hausmann2013-06-071-0/+51
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-041-0/+45
|\|
| * Fix parsing of long latin strings in the json parserLars Knoll2013-05-231-0/+45
* | Make QTime::toString output milliseconds for Qt::TextDate, Qt::ISODate.Mitch Curtis2013-06-033-21/+26
* | Core: QDebug and comparison operator support metatypes.Christoph Schleifenbaum2013-05-272-1/+87
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-2310-16/+346
|\|
| * 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
* | Make it possible to access QPair and std::pair elements from a QVariant.Stephen Kelly2013-05-201-0/+28
* | Add container access functionality for associative containers in QVariant.Stephen Kelly2013-05-201-0/+85
* | Don't test QHash<float, U> or QHash<double, U>Stephen Kelly2013-05-201-4/+1
* | Fix some data races in tst_qthreadpool.David Faure2013-05-191-16/+16
* | Add automatic container access registration for built-in containers.Stephen Kelly2013-05-081-19/+0
* | Add QVariantList extraction from a QVariant with a sequential container.Stephen Kelly2013-05-081-0/+51
* | Add QVariant container iteration API.Stephen Kelly2013-05-081-0/+165
* | Core: Support for converting user defined QVariant types.Christoph Schleifenbaum2013-05-081-0/+282
* | Merge branch 'stable' into devSergio Ahumada2013-05-071-0/+22
|\|
| * Add some extra tests for QString::argThiago Macieira2013-04-291-0/+22
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-291-0/+4
|\|
| * Fix QAbstractItemModel::moveColumn()J-P Nurmi2013-04-231-0/+4
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-264-4/+42
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-224-4/+42
| |\|
| | * 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