summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove support for meta-object revisions < 7Kent Hansen2012-03-224-305/+0
* | QMetaMethod::typeName() should return "void" if the return type is voidKent Hansen2012-03-212-27/+28
* | Fix QMetaObject::normalizedType() for "void" argumentKent Hansen2012-03-213-0/+27
* | QRegularExpression: add QObject::findChildren overloadGiuseppe D'Angelo2012-03-211-0/+21
* | QRegularExpression: support for QStringList overloadsGiuseppe D'Angelo2012-03-211-18/+78
* | Crash fix in ~QVariantJędrzej Nowacki2012-03-211-0/+28
* | Fix qDebug stream for an invalid QVariant.Jędrzej Nowacki2012-03-211-5/+52
* | Add QtJson types to meta-type systemKent Hansen2012-03-202-2/+36
* | Merge master into api_changesKent Hansen2012-03-193-19/+29
|\|
| * Add new test cases to tst_QMetaType.Jędrzej Nowacki2012-03-181-6/+14
| * containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-172-12/+14
* | Add autotests for QMetaType::load() and save()Kent Hansen2012-03-181-0/+126
* | Merge master into api_changesKent Hansen2012-03-168-118/+136
|\|
| * UTF8-Codec test: Fix compilation with g++/C++0X.Friedemann Kleint2012-03-151-5/+5
| * tst_qsharedpointer: Fix auto test fail under Windows 7Debao Zhang2012-03-152-3/+12
| * Verify expected warnings in QSettings autotest.Jason McDonald2012-03-151-2/+13
| * Mark tst_qtimeline as insignificant on WindowsRohan McGovern2012-03-151-0/+1
| * Unify QMetaType::TypeFlags detection.Jędrzej Nowacki2012-03-141-19/+29
| * Uncomment disabled code in QResourceEngine autotest.Jason McDonald2012-03-141-1/+1
| * Tidy the QSettings autotest.Jason McDonald2012-03-141-86/+62
| * Trailing comma should result in an error during JSON parsingAlexei Rousskikh2012-03-121-0/+13
* | Fix invalid read, detected by valgrindJoão Abecasis2012-03-151-10/+10
* | QRegularExpression: support for QString overloadsGiuseppe D'Angelo2012-03-151-27/+83
* | QRegularExpression: QMetaType and QVariant supportGiuseppe D'Angelo2012-03-143-0/+29
* | Silence 'narrowing conversion' warning in testJoão Abecasis2012-03-131-1/+1
* | Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...João Abecasis2012-03-129-382/+672
|\ \
| * | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-129-382/+672
| |\|
| | * Fix indentation of QWaitCondition autotest.Jason McDonald2012-03-121-352/+351
| | * Remove outdated assumption from QVariant autotest.Jason McDonald2012-03-121-2/+2
| | * Fix compile warnings in QCoreApplication autotest.Jason McDonald2012-03-121-17/+22
| | * Remove redundant and incorrect comment from QList autotest.Jason McDonald2012-03-121-6/+0
| | * Add Q_IS_ENUM(), and provide as flag in QMetaType::typeFlags()Glenn Watson2012-03-112-0/+156
| | * Crash fix in QMetaType::typeFlags.Jędrzej Nowacki2012-03-111-0/+6
| | * QRegularExpression: minor fix to captureIndexForNameGiuseppe D'Angelo2012-03-082-1/+59
| | * QRegularExpression: improve JIT memory handlingGiuseppe D'Angelo2012-03-082-0/+29
| | * Fix a bug in the assignment operators for QJsonObject and ArrayLars Knoll2012-03-081-0/+33
| | * Crash fix in QMetaType::typeName.Jędrzej Nowacki2012-03-081-4/+8
| | * Fix crash in QVariant::canConvert.Jędrzej Nowacki2012-03-081-0/+6
* | | Fix QString:mid and midRef, againJoão Abecasis2012-03-121-8/+44
|/ /
* | Mark tst_qtimeline as insignificant on WindowsSergio Ahumada2012-03-091-0/+2
* | Skip test when implicit move operators not availableJoão Abecasis2012-03-081-0/+43
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-0836-230/+2110
|\ \
| * | Merge remote-tracking branch 'origin/master' into api_changesJoão Abecasis2012-03-0814-2/+1473
| |\|
| | * QRegularExpression: add optimizations autotestGiuseppe D'Angelo2012-03-078-44/+213
| | * Fix deadlock in QPropertyAnimationOlivier Goffart2012-03-071-0/+45
| | * Fix parsing of unicode escape sequencesLars Knoll2012-03-072-0/+16
| | * QRegularExpression: fix autotestGiuseppe D'Angelo2012-03-071-2/+3
| | * QRegularExpression: add captureCount()Giuseppe D'Angelo2012-03-061-0/+31
| | * QRegularExpression: improve operator==, add dedicated autotestGiuseppe D'Angelo2012-03-061-5/+59
| | * QRegularExpression: add QRegularExpression* set of classesGiuseppe D'Angelo2012-03-064-0/+1156