summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Make comment() work in the C locale too.David Faure2012-03-221-1/+1
* Return all expected paths in QStandardPaths::standardLocationsDavid Faure2012-03-221-31/+77
* Fixed path in qobject unittestKurt Korbatits2012-03-221-1/+1
* Fix directories never being unwatched after deletion on Windows.Robin Burchell2012-03-211-0/+27
* 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
* 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 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
* 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
* QMimeDatabase: Fix crash on empty filenameDavid Faure2012-03-061-0/+1
* Windows: Make QSettings autotest significant againMiikka Heikkinen2012-03-051-2/+0
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-047-1/+295
|\
| * Automatic metatype registration of two-template-argument types.Stephen Kelly2012-03-021-0/+133
| * QPair: specialise QTypeInfo based on the typeinfos of its argumentsMarc Mutz2012-03-014-0/+149
| * QEvent (and subclasses): make ctors explicitMarc Mutz2012-03-011-1/+1
| * QFlags: mark as Q_PRIMITIVE_TYPEMarc Mutz2012-02-291-0/+9
| * Allow QChar::SpecialCharacter with QStringBuilder.Stephen Kelly2012-02-291-0/+3
* | Add note about failing test when using shared-mime-info < 1.0David Faure2012-03-021-0/+3
* | Fix tst_qregexp with QStringBuilderOlivier Goffart2012-03-011-133/+133
* | Remove ARMFPA support and Q_DOUBLE_FORMAT detectionBradley T. Hughes2012-03-012-14/+1
* | Changed qchar unittest to check return from QFINDTESTDATAKurt Korbatits2012-03-011-1/+3
* | Fixed qlocale unittest to install subprogram syslocaleapp correctlyKurt Korbatits2012-03-012-4/+3
* | Changed qdir unittest remove() to check actual file removedKurt Korbatits2012-03-011-1/+2
* | Changed qlogging unittest to install subprogramKurt Korbatits2012-03-011-0/+3
* | Fixed qdir unittest rename() test to skip if run as rootKurt Korbatits2012-03-011-0/+6
* | QRegExp: fix \i \I \c \C \p \P escape sequencesGiuseppe D'Angelo2012-03-011-0/+24
* | Fix tests of QMimeDatabase.Friedemann Kleint2012-02-297-65/+121
|/