summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Implement new static less API for QMetaType.Jędrzej Nowacki2012-02-161-23/+133
* Add QMetaType::FirstCoreType enum value.Jędrzej Nowacki2012-02-161-1/+2
* Add autotest for QMetaMethod introspectionKent Hansen2012-02-153-0/+621
* tst_QVariant passes on Mac OS XBradley T. Hughes2012-02-151-2/+0
* Test template-based connect() with qmetaobjectbuilderKent Hansen2012-02-151-9/+17
* qmetaobjectbuilder: Add support for revisioned methods and propertiesKent Hansen2012-02-151-0/+25
* Fix tst_QSocketNotifier on Mac OS XBradley T. Hughes2012-02-132-9/+12
* Test posted events in tst_QEventDispatcher with various flagsBradley T. Hughes2012-02-101-1/+13
* Run tst_QEventDispatcher with the GUI event dispatchers as wellBradley T. Hughes2012-02-101-1/+16
* Add tst_QEventDispatcher to tests/auto/corelib/kernelBradley T. Hughes2012-02-103-0/+191
* Force -fPIE on ELF if Qt is built with reduced relocationsOlivier Goffart2012-02-101-3/+0
* Make "nmake check" pass for corelib tests in Windows.Miikka Heikkinen2012-02-091-0/+3
* Fixed tst_qobject::property for clangRohan McGovern2012-02-091-0/+1
* Introduce Q_DECLARE_OPAQUE_POINTERJoão Abecasis2012-02-091-6/+2
* Treat pointers to QObject derived types in QVariant specially.Stephen Kelly2012-02-081-6/+96
* Initialize dynamic meta object extradata.Andrew den Exter2012-02-081-0/+34
* Detect incompatibilities in repeated type registrationJoão Abecasis2012-02-071-0/+39
* Remove QMetaType::unregisterType().Jędrzej Nowacki2012-02-071-23/+0
* Align QVariant::UserType and QMetaType::UserJędrzej Nowacki2012-02-072-8/+6
* Bring qmetaobjectbuilder in sync with mocKent Hansen2012-02-031-13/+355
* Add the event loop quitlock feature to QtCore.Stephen Kelly2012-01-314-3/+197
* Allow function types to be registered without workaroundsJoão Abecasis2012-01-311-0/+13
* Remove many deprecated methodsLars Knoll2012-01-311-4/+4
* Remove type id/name conversion for QVariant::UserTypeKent Hansen2012-01-301-1/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3020-20/+20
* Introduce QTypeInfo::sizeOf.Jędrzej Nowacki2012-01-291-4/+1
* Get rid of checks for Qt3 typesKent Hansen2012-01-291-1/+6
* Call connectNotify when connecting with function pointerOlivier Goffart2012-01-291-0/+14
* Mark the single argument containers as movable.Stephen Kelly2012-01-261-0/+28
* Automated metatype definition for template types.Stephen Kelly2012-01-261-0/+46
* Cleanup mess in public type ids.Jędrzej Nowacki2012-01-25127-8/+137
* moc: Use QMetaType::QVariant as the type for QVariantKent Hansen2012-01-252-1/+16
* tst_qobject: Run as console application.Friedemann Kleint2012-01-252-3/+3
* Add autotest for failing signal connection.Friedemann Kleint2012-01-241-0/+6
* Store the is-a QObject fact with the metatype declaration.Stephen Kelly2012-01-242-4/+40
* Test connecting to virtual function pointerOlivier Goffart2012-01-241-0/+47
* Update contact information in license headers.Jason McDonald2012-01-2320-20/+20
* Add QModelIndex as a built-in metatype.Stephen Kelly2012-01-111-0/+3
* Reimplement QVariant to QDebug streaming.Jędrzej Nowacki2012-01-101-0/+62
* Add missing subdirectory to kernel.pro file.Jędrzej Nowacki2012-01-101-0/+1
* Move the qitemmodel test to the itemmodels directory.Stephen Kelly2012-01-066-1823/+0
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-5/+5
* Update copyright year in license headers.Jason McDonald2012-01-0522-22/+22
* Registered QUuid in the metatype system as a builtin type.Denis Dzyubenko2012-01-051-0/+3
* Refactor QVariant handlers.Jędrzej Nowacki2012-01-041-2/+28
* Use true and false in preference to TRUE and FALSE in tests.Jason McDonald2012-01-031-78/+78
* Change the default value of QSortFilterProxyModel::dynamicSortFilterStephen Kelly2012-01-021-1/+1
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-021-1/+1
* Cleanup corelib autotests.Jason McDonald2011-12-284-0/+26
* Finish removing Qt3 supportBradley T. Hughes2011-12-231-4/+4