summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qmetaobject
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-2/+2
* Output registered enums in qDebug operator for QFlags.Friedemann Kleint2015-02-261-0/+8
* Fix QDebug cumulating operator<< with many Q_ENUMOlivier Goffart2015-02-171-0/+3
* QtCore: assorted migrations to QString::asprintfMarc Mutz2015-02-121-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add a qDebug operator overload to handle registered enumOlivier Goffart2015-02-051-1/+8
* Introduce Q_ENUM and Q_FLAG macrosOlivier Goffart2015-01-131-15/+79
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Suggest candidates when non-existent method passed to invokeMethod().Mitch Curtis2014-06-201-4/+8
* Updated corelib's unit tests to use QSignalSpy's functor constructorKeith Gardner2014-05-081-1/+1
* Test that QMetaObject::invokeMethod is exception safeOlivier Goffart2013-11-051-0/+38
* rewrite qtMetaObjectInheritance() without guiOswald Buddenhagen2013-10-112-9/+9
* QMetaMethod::invoke: compare the QMetaType id of the return typesOlivier Goffart2013-08-291-0/+11
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Add test for queued call of method with unregistered parameter typeKent Hansen2012-06-201-0/+15
* Make qmetaobject autotest independent of QtWidgetsDebao Zhang2012-06-112-9/+9
* Add private API for working with meta-methods in signal index rangeKent Hansen2012-06-012-1/+138
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* Fix QMetaObject::normalizedType() for "void" argumentKent Hansen2012-03-211-0/+14
* Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-5/+5
* moc: Only generate IndexOfMethod for signals.Olivier Goffart2012-02-281-4/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Cleanup corelib autotests.Jason McDonald2011-12-281-0/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* moc: support mapping pointers to member functions to indexesOlivier Goffart2011-11-141-0/+22
* Cleanup corelib autotestsJason McDonald2011-11-111-6/+1
* Cleanup corelib autotestsJason McDonald2011-11-101-2/+2
* Cleanup corelib autotestsJason McDonald2011-11-071-35/+0
* corelib: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* Update keyToValue and keysToValue in QMetaEnumLiang Qi2011-10-191-18/+53
* Moving relevant tests to corelib/kernelHolger Ihrig2011-09-013-0/+1129