summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix MSVC warnings in tests.Friedemann Kleint2012-04-021-1/+1
| * Make QCoreApplication::applicationName() default to argv[0]David Faure2012-03-281-1/+2
* | 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
* | Make QTranslator testcase independent of WidgetsJoão Abecasis2012-03-282-9/+7
* | Fallback implementation of Q_ALIGNOFJoão Abecasis2012-03-231-30/+4
* | Merge master into api_changesKent Hansen2012-03-231-1/+1
|\|
| * Fixed path in qobject unittestKurt Korbatits2012-03-221-1/+1
* | Reserve more space for built-in types in id space.Jędrzej Nowacki2012-03-221-1/+1
* | Remove support for meta-object revisions < 7Kent Hansen2012-03-224-305/+0
* | QMetaMethod::typeName() should return "void" if the return type is voidKent Hansen2012-03-212-27/+28
* | Fix QMetaObject::normalizedType() for "void" argumentKent Hansen2012-03-213-0/+27
* | QRegularExpression: add QObject::findChildren overloadGiuseppe D'Angelo2012-03-211-0/+21
* | Crash fix in ~QVariantJędrzej Nowacki2012-03-211-0/+28
* | Fix qDebug stream for an invalid QVariant.Jędrzej Nowacki2012-03-211-5/+52
* | Add QtJson types to meta-type systemKent Hansen2012-03-202-2/+36
* | Merge master into api_changesKent Hansen2012-03-191-7/+15
|\|
| * Add new test cases to tst_QMetaType.Jędrzej Nowacki2012-03-181-6/+14
* | Add autotests for QMetaType::load() and save()Kent Hansen2012-03-181-0/+126
* | Merge master into api_changesKent Hansen2012-03-161-19/+29
|\|
| * Unify QMetaType::TypeFlags detection.Jędrzej Nowacki2012-03-141-19/+29
* | QRegularExpression: QMetaType and QVariant supportGiuseppe D'Angelo2012-03-143-0/+29
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-123-23/+78
|\|
| * 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
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-083-1/+205
|\ \
| * | Add template specialization of QMetaType for QObject derived pointers.Stephen Kelly2012-03-062-0/+32
| |/
| * 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
* | Introduce QMetaType::UnknownType.Jędrzej Nowacki2012-03-023-10/+23
* | Add QMetaMethodBuilder::parameterTypes() functionKent Hansen2012-02-291-0/+23
* | Long live Qt5 meta-object method/property descriptorsKent Hansen2012-02-291-4/+40
* | Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-294-17/+17
* | Change the representation of meta-object string dataKent Hansen2012-02-291-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