summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix MSVC warnings in tests.Friedemann Kleint2012-04-021-1/+1
* Make QCoreApplication::applicationName() default to argv[0]David Faure2012-03-281-1/+2
* Fixed path in qobject unittestKurt Korbatits2012-03-221-1/+1
* Add new test cases to tst_QMetaType.Jędrzej Nowacki2012-03-181-6/+14
* Unify QMetaType::TypeFlags detection.Jędrzej Nowacki2012-03-141-19/+29
* Remove outdated assumption from QVariant autotest.Jason McDonald2012-03-121-2/+2
* Fix compile warnings in QCoreApplication autotest.Jason McDonald2012-03-121-17/+22
* Add Q_IS_ENUM(), and provide as flag in QMetaType::typeFlags()Glenn Watson2012-03-111-0/+34
* Crash fix in QMetaType::typeFlags.Jędrzej Nowacki2012-03-111-0/+6
* Crash fix in QMetaType::typeName.Jędrzej Nowacki2012-03-081-4/+8
* Fix crash in QVariant::canConvert.Jędrzej Nowacki2012-03-081-0/+6
* Automatic metatype registration of two-template-argument types.Stephen Kelly2012-03-021-0/+133
* QPair: specialise QTypeInfo based on the typeinfos of its argumentsMarc Mutz2012-03-011-0/+39
* QEvent (and subclasses): make ctors explicitMarc Mutz2012-03-011-1/+1
* moc: Only generate IndexOfMethod for signals.Olivier Goffart2012-02-281-4/+5
* clean up qmake-generated projectsOswald Buddenhagen2012-02-241-4/+1
* Fixed tst_qobject signalbug silently not compiled in -fast builds.Friedemann Kleint2012-02-232-6/+8
* Silence warnings/debug output from qobject testsKent Hansen2012-02-201-0/+14
* Add QMetaMethod::isValid() functionKent Hansen2012-02-201-0/+15
* Fixed qobject unittest to work from installation directoryKurt Korbatits2012-02-202-2/+6
* QMimeData: export URLs as text tooDavid Faure2012-02-171-2/+5
* 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