summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | 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
| |\ \ \
| * | | | 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 autotests for QMetaType::load() and save()Kent Hansen2012-03-181-0/+126
| * | | | | Merge master into api_changesKent Hansen2012-03-161-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
| |\ \ \ \ \ \
| * \ \ \ \ \ \ 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
| * | | | | | | | 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
* | | | | | | | | Add tests/auto/gui/kernel/qguitimerBradley T. Hughes2012-04-171-0/+6
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | moc: fix compilation of signals returning pointers.Olivier Goffart2012-04-131-0/+14
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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