summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Make QBuffer::bytesAvailable() workThiago Macieira2013-04-161-1/+22
| | * QDateTime - Fix auto tests on Windows before 1980unknown2013-04-121-0/+15
* | | Use variadic templates to mark function pointers as non-QObjects.Stephen Kelly2013-04-241-0/+4
|/ /
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-175-13/+7
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-125-13/+7
| |\|
| | * 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
* | | Json writer, support larger signed integers upto 2^53Darryl L. Miles2013-04-121-1/+5
* | | Json writer, emit full precision for floating point Number typesDarryl L. Miles2013-04-121-0/+52
* | | Json writer, only emit floating point finite numbers, ignore INF/NaNDarryl L. Miles2013-04-121-0/+30
|/ /
* | Merge branch 'stable' into devSergio Ahumada2013-04-103-9/+137
|\|
| * 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-033-8/+49
|\|
| * 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
* | Add qPopulationCount() function, extracted from QBitArrayMarc Mutz2013-04-031-1/+79
* | Add automatic metatype handling for common standard library containers.Stephen Kelly2013-04-011-15/+59
|/
* 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
|\