summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix QIODevice warning when running rcc.Mitch Curtis2012-06-261-0/+44
* Add missing subdirs (the new QUrl unit tests were not compiled and run)David Faure2012-06-262-0/+3
* QTBUG-26035: Remove positive sign from start of stringTarja Sundqvist2012-06-261-0/+18
* Don't operate on bogus data, assert on preconditions insteadJoão Abecasis2012-06-231-8/+0
* Skip 3 test methods if the test server isn't set up.David Faure2012-06-232-3/+8
* Fix qdiriterator autotest build for WEC7.Janne Anttila2012-06-211-1/+1
* Fix qfile autotest build for WEC7Janne Anttila2012-06-212-3/+5
* Record if a metatype is a smart pointer to a QObject derived.Stephen Kelly2012-06-201-14/+17
* Add some internal API for extracting a QSharedPointer<T> from QVariant.Stephen Kelly2012-06-202-0/+108
* Merge "Merge branch 'buildsystem'" into refs/staging/masterOswald Buddenhagen2012-06-201-2/+2
|\
| * make use of $$[FOO/get] propertiesOswald Buddenhagen2012-06-191-2/+2
* | Make QDateTime::fromString()/Time::fromString() adhere to ISO 8601.Mitch Curtis2012-06-202-20/+72
* | Clean up QDateTime tests.Mitch Curtis2012-06-201-202/+115
* | Add leading zeros to years below 1000 in QDate::toString().Mitch Curtis2012-06-201-14/+30
* | Add test for queued call of method with unregistered parameter typeKent Hansen2012-06-201-0/+15
|/
* Fix tst_qfile opening of stdin/out/err: don't assumeThiago Macieira2012-06-181-29/+38
* tst_QChar: drop outdated testcaseKonstantin Ritt2012-06-161-7/+0
* Make QTBF autotest support SMP code points in the test dataKonstantin Ritt2012-06-161-2/+6
* Add automatic metatype declaration for QPointer and QWeakPointer.Stephen Kelly2012-06-151-8/+18
* Make QUnicodeTables::script() support SMP code pointsKonstantin Ritt2012-06-141-3/+31
* Don't use gcc extension for QByteArrayLiteral neitherLars Knoll2012-06-121-1/+1
* Now merge the QtShared::ExternalRefCount class into QSharedPointerThiago Macieira2012-06-121-2/+2
* Remove "delete value" from QSharedPointerThiago Macieira2012-06-125-111/+38
* Fix automatic declaration of QSharedPointer<T> metatypes.Stephen Kelly2012-06-121-4/+27
* Clean up and consolidate QDateTime-related tests.Mitch Curtis2012-06-123-210/+155
* Fix compilation of tests/auto/corelib/tools with QT_STRICT_ITERATORSThiago Macieira2012-06-122-22/+44
* Use a QVector<int> instead of a QSet<int> in itemviews/models.Stephen Kelly2012-06-121-8/+6
* Avoid a type name normalization during auto-registration.Jędrzej Nowacki2012-06-121-1/+13
* Add a unit test to QSharedPointer being deleted by a C++11 lambdaThiago Macieira2012-06-121-0/+32
* Make qmetaobject autotest independent of QtWidgetsDebao Zhang2012-06-112-9/+9
* Line Breaking Algorithm: handle the Object Replacement CharacterKonstantin Ritt2012-06-102-3/+1
* Line Breaking Algorithm: don't break inside numeric expressionsKonstantin Ritt2012-06-101-25/+0
* Update the Unicode Text Breaking Algorithm implementation testsKonstantin Ritt2012-06-105-669/+7659
* Update the Unicode related autotestsKonstantin Ritt2012-06-103-76/+922
* Make qpointer autotest build without widgetsKent Hansen2012-06-102-1/+12
* Allow ISODate string without seconds in QTime::fromString().Mitch Curtis2012-06-081-0/+28
* QTextBoundaryFinder: Consider soft hyphen as line breaking opportunityKonstantin Ritt2012-06-071-1/+31
* Make animation autotests build without widgetsKent Hansen2012-06-071-0/+3
* Remove widgets dependency from qdatastream autotestKent Hansen2012-06-072-1/+2
* Make qprocess autotest build without widgetsKent Hansen2012-06-072-0/+5
* Remove widgets dependency from qstringlistmodel autotestKent Hansen2012-06-072-3/+2
* Make itemmodels autotest build without widgetsKent Hansen2012-06-071-1/+3
* Make qstatemachine autotest build without widgetsKent Hansen2012-06-072-3/+16
* Check LANGUAGE as well in QSystemLocale::fallbackLocaleMike FABIAN2012-06-061-1/+1
* statemachine: Make delayed event posting work from secondary threadKent Hansen2012-06-061-0/+50
* Fixed QJsonObject::find()Denis Dzyubenko2012-06-061-0/+10
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-3/+3
* Write test to confirm QStateMachine calls connectNotify().Mitch Curtis2012-06-051-0/+35
* Fix QTemporaryFile::open() failing after remove().Mitch Curtis2012-06-051-0/+20
* Make QString("inf").toFloat() return inf instead of zero.Mitch Curtis2012-06-051-0/+15