summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Skip QLocale test on Windows, improve process handling.Friedemann Kleint2012-02-283-34/+92
* Fix QLibrary autotest for WindowsMiikka Heikkinen2012-02-283-4/+17
* moc: Only generate IndexOfMethod for signals.Olivier Goffart2012-02-281-4/+5
* Add SHA-224, SHA-256, SHA-384, and SHA-512 support to QCryptographicHashBradley T. Hughes2012-02-271-0/+16
* Fix QThreadstorage test.Friedemann Kleint2012-02-277-25/+62
* Fix inconsistent auto test executable namesDavid Faure2012-02-271-0/+1
* QRegExp: fix crashGiuseppe D'Angelo2012-02-271-0/+29
* compile fix: parse under C++11Marc Mutz2012-02-241-6/+6
* clean up qmake-generated projectsOswald Buddenhagen2012-02-241-4/+1
* Use new plugin system in plugin autotest.Friedemann Kleint2012-02-239-9/+41
* Add the quitlock feature to QThread.Stephen Kelly2012-02-231-0/+49
* Fixed tst_qobject signalbug silently not compiled in -fast builds.Friedemann Kleint2012-02-232-6/+8
* Remove custom text codec for C strings.Robin Burchell2012-02-222-20/+14
* Fix QJson autotest on Windows.Friedemann Kleint2012-02-221-8/+11
* Fixed tst_qlogging app silently not compiled in some -fast builds.Rohan McGovern2012-02-223-5/+5
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-229-10/+32
* qmimetype: Fix test failure when LC_ALL is set.David Faure2012-02-211-0/+1
* QEasingCurve: implement move constructorMarc Mutz2012-02-211-0/+6
* QEasingCurve: implement move-assignment operatorMarc Mutz2012-02-211-0/+19
* QEasingCurve: add member-swapMarc Mutz2012-02-211-0/+7
* Fix qlogging test.Friedemann Kleint2012-02-211-2/+3
* Silence warnings/debug output from qobject testsKent Hansen2012-02-201-0/+14
* Add QMetaMethod::isValid() functionKent Hansen2012-02-201-0/+15
* Modify helper functions to remove embedded QSKIP call and return status.Toby Tomkins2012-02-201-8/+13
* Make QLocale autotest pass for shadow builds.Jason McDonald2012-02-201-7/+1