summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Split QWidgetsVariant tests into a separate testcase.Stephen Kelly2012-07-234-218/+16
* Test QVariant copy with a user type instead of a QtNetwork type.Stephen Kelly2012-07-152-9/+19
* Run QIcon related crash test with the other QtGui types.Stephen Kelly2012-07-141-2/+2
* Don't declare built-in metatypes as metatypes again.Stephen Kelly2012-07-141-23/+0
* Test for QMetaType binary breakage.Jędrzej Nowacki2012-07-133-0/+46
* Enable modularization of translation files.Jan-Arve Saether2012-07-123-0/+47
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-041-2/+1
* 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
* Call QObject::disconnectNotify() when receiver is destroyedKent Hansen2012-06-281-2/+20
* 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-201-0/+37
* Add test for queued call of method with unregistered parameter typeKent Hansen2012-06-201-0/+15
* Add automatic metatype declaration for QPointer and QWeakPointer.Stephen Kelly2012-06-151-8/+18
* Fix automatic declaration of QSharedPointer<T> metatypes.Stephen Kelly2012-06-121-4/+27
* Avoid a type name normalization during auto-registration.Jędrzej Nowacki2012-06-121-1/+13
* Make qmetaobject autotest independent of QtWidgetsDebao Zhang2012-06-112-9/+9
* Make qpointer autotest build without widgetsKent Hansen2012-06-102-1/+12
* 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-2810-0/+10
* tst_qmetatype: avoid slow compilation with some MSVC2010Rohan McGovern2012-05-241-1/+7
* Fix warning about unused variable in tst_qvariant.Jędrzej Nowacki2012-05-231-0/+1
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-1824-0/+0
* Add test of automated container metatype declaration.Stephen Kelly2012-05-181-0/+104
* Remove const char *-based connectNotify() APIKent Hansen2012-05-151-111/+23
* Introduce a new built-in type: signed char.Jędrzej Nowacki2012-05-082-3/+30
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-041-2/+2
* Make the event notification on Windows be mandatory in all dispatchersThiago Macieira2012-05-041-0/+5
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-032-10/+1
|\
| * Remove QVariant constructor taking Qt::GlobalColor.Jędrzej Nowacki2012-04-192-10/+1
* | Introduce QObject::isSignalConnected(QMetaMethod)Olivier Goffart2012-05-021-0/+31
* | Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-023-128/+128
* | Fix regression in connectNotify(const char *) emissionKent Hansen2012-05-011-0/+2
* | Fixed uninitialized memory in QMetaObjectBuilder::fromRelocatableDataRohan McGovern2012-05-011-0/+5
* | Add QMetaMethod-based QObject::connect/disconnectNotify() APIKent Hansen2012-05-011-0/+316
* | Wrap all Latin 1 strings with QString::fromLatin1 or QLatin1StringsThiago Macieira2012-04-271-1/+1
* | Add QMetaMethod::fromSignal() functionKent Hansen2012-04-271-0/+27
* | Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-251-20/+3
* | Add comparison operators == and != for QMetaMethodKent Hansen2012-04-251-0/+37
* | Silence two warnings in QVariant's unit test.Thiago Macieira2012-04-201-0/+3
* | Don't push unnecessary data to a data stream for QVariant()Thiago Macieira2012-04-201-2/+2
* | Do not assert when QVariant is constructed from an invalid type idJędrzej Nowacki2012-04-191-0/+63
* | Merge "Merge remote-tracking branch 'origin/api_changes'" into refs/staging/m...Lars Knoll2012-04-1714-410/+518
|\|
| * Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...Sergio Ahumada2012-04-171-0/+14
| |\
| | * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-0/+14
| | |\
| * | | Show the type and address of QObjects in debug output.Stephen Kelly2012-04-161-0/+6
| |/ /
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-102-2/+3
| |\ \
| * | | Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-032-0/+18
| * | | Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-311-2/+2