summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* statemachine: Revamp property assignments implementationKent Hansen2012-07-111-0/+443
* test: subtract qurlinternal.pro when private_tests are not enabledSergio Ahumada2012-07-101-1/+2
* statemachine: Don't assign properties for transitions with no targetsKent Hansen2012-07-101-0/+55
* statemachine: Purge restorable properties when they are restoredKent Hansen2012-07-101-0/+46
* Set compound state's initial state to 0 if it is removed/deletedKent Hansen2012-07-101-0/+13
* statemachine: Don't crash if property assignment target is deletedKent Hansen2012-07-101-0/+52
* fix compilation with conforming compilers (e.g. GCC >= 4.7)Marc Mutz2012-07-102-4/+3
* QMimeType: document preferredSuffix()/suffixes() betterDavid Faure2012-07-081-0/+1
* Fix QMimeType::operator== to only compare mimetype names.David Faure2012-07-081-39/+0
* Improve QDate, QTime, QDateTime auto tests.Mitch Curtis2012-07-063-47/+114
* Add a Q_PROPERTY for the sourceModel of a proxy model.Stephen Kelly2012-07-041-0/+10
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-045-14/+10
* Add QChar::SoftHyphen enum valueKonstantin Ritt2012-07-031-2/+2
* Add erase operation to QArrayDataOpsJoão Abecasis2012-07-032-0/+79
* Add constexpr template specializations for built in metatypes.Stephen Kelly2012-07-031-0/+41
* Implement QVariant conversions for QObject derived pointer metatypes.Stephen Kelly2012-07-011-0/+13
* Store the QMetaObject with the QMetaType.Stephen Kelly2012-07-011-0/+14
* QAbstractProxyModel autotest doesn't need widgetsGiuseppe D'Angelo2012-06-291-1/+1
* Move QStandardItem/QStandardItemModel to QtGuiGiuseppe D'Angelo2012-06-293-3/+3
* Fixed several unit tests to work in shadow buildsKurt Korbatits2012-06-294-1/+4
* Call QObject::disconnectNotify() when receiver is destroyedKent Hansen2012-06-281-2/+20
* Remove the extra warnings and -Werror from tst_qmimetypeThiago Macieira2012-06-271-2/+0
* 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