summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-29254-4878/+3254
|\
| * Fix handling of IPv6 addresses in QUrl::fromUserInputThiago Macieira2014-09-281-0/+17
| * Refactored qt_normalizePathSegmentsOliver Wolff2014-09-251-4/+132
| * Update license headers and add new license filesMatti Paaso2014-09-24254-4790/+2758
| * Abstract proxy model: Add missing delegation of supportedDragActionsEike Ziller2014-09-241-0/+20
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-242-25/+77
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-232-25/+77
| | |\
| | | * OS X - QCollator::compare() returns wrong results.Timur Pocheptsov2014-08-191-25/+37
| | | * Make sure we don't cache old file sizes prior to new writesThiago Macieira2014-08-131-0/+40
| * | | QVersionNumber: correctly fail for numerically very large segmentsMarc Mutz2014-09-231-0/+17
| * | | Add unit tests for cleaning up nested functionsThiago Macieira2014-09-231-0/+18
| * | | Fix MSVC source code encoding warnings in tst_qtjson.Friedemann Kleint2014-09-231-3/+3
| |/ /
| * | Add support for blacklisting test functionsLars Knoll2014-09-211-0/+8
| * | QVariant::compare shouldn't return match when QVariant::cmp does notAllan Sandfeld Jensen2014-09-111-0/+30
| * | Revert "Reading QJsonObject property should not modify the object itself."Jędrzej Nowacki2014-09-111-51/+0
| * | QLockFile: on Windows, retry deleting the lock file if it is being read.David Faure2014-09-111-0/+20
| * | Fix several issues in QCollatorLars Knoll2014-09-101-8/+26
| * | Fix user defined conversions to numeric typesLars Knoll2014-09-101-0/+93
| * | Don't accept json strings with trailing garbageLars Knoll2014-09-101-0/+14
| * | Fix bugs in internal comparison operatorsLars Knoll2014-09-101-0/+24
* | | tst_QString: also test section(QChar) overloadMarc Mutz2014-09-121-0/+2
* | | Add qEnvironmentVariableIntValue()Marc Mutz2014-09-121-0/+68
* | | QRegularExpression: more QStringRef testsGiuseppe D'Angelo2014-09-121-0/+13
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-102-8/+15
|\| |
| * | Fix endianness part of QSysInfo::buildAbi() stringAlex Trotsenko2014-09-041-0/+13
| * | Make QElapsedTimer default to invalid (and now non-POD).Robin Burchell2014-09-031-8/+2
* | | QEasingCurve: The setting order of properties should not matter.Jan Arve Saether2014-09-021-0/+20
* | | QRegularExpression: strenghten tests of matching at an offsetGiuseppe D'Angelo2014-09-021-32/+58
* | | QRegularExpression: add overloads matching over a QStringRefGiuseppe D'Angelo2014-09-021-14/+62
* | | QRegularExpression: lift common code in the autotestGiuseppe D'Angelo2014-09-021-77/+52
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-019-27/+204
|\| |
| * | Mark QByteArrayList as metatype built-in type.Jędrzej Nowacki2014-08-282-23/+61
| * | Add operator-> to QJson iteratorsAllan Sandfeld Jensen2014-08-251-0/+4
| * | WinRT: Fix QSettings auto-testsMaurice Kalinowski2014-08-191-4/+31
| * | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Giuseppe D'Angelo2014-08-195-0/+108
| |\ \
| | * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-125-0/+108
| | |\|
| | | * Fix disconnect()ing from signals declared in a base classOlivier Goffart2014-08-111-0/+12
| | | * Undo: Fix state entry bug for parallel state groupsPeter Kümmel2014-08-061-0/+3
| | | * tst_QHash: check which of several equal keys is insertedMarc Mutz2014-08-052-0/+67
| | | * tst_QSet: check which of several equal elements is insertedMarc Mutz2014-08-051-0/+26
* | | | QString:add (last)indexOf overload with QRegularExpressionMatch outputSamuel Gaist2014-08-271-0/+39
* | | | tst_QString: Use a non-empty string for lastIndexOfInvalidRegexSamuel Gaist2014-08-271-1/+1
* | | | Add test case for indexOf using an invalid QRegularExpressionSamuel Gaist2014-08-261-0/+7
* | | | Simplify and unify Q{ByteArray,String{,Ref}}::{simplify,trimmed}Thiago Macieira2014-08-191-2/+0
* | | | Add rvalue-ref qualified QString::to{Upper,Lower,CaseFolded}Thiago Macieira2014-08-191-0/+2
* | | | Add rvalue-ref qualified overload of QByteArray::to{Upper,Lower}Thiago Macieira2014-08-191-0/+27
* | | | Unify and optimize QByteArray::to{Upper,Lower}Thiago Macieira2014-08-191-0/+2
|/ / /
* | | Add the QStorageInfo classIvan Komissarov2014-08-133-0/+203
* | | Implement native settings format for WinRTMaurice Kalinowski2014-08-131-24/+63
|/ /
* | Ensure that qCleanupFuncinfo works with some C++11 new constructsThiago Macieira2014-08-092-0/+37