summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-5/+5
* Doc: Fix module name formatSze Howe Koh2013-01-251-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix copy-pasto in QMetaObject::methodCount docs.Stephen Kelly2013-01-031-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add automatic metatype registration for invokable methods.Stephen Kelly2012-08-281-9/+24
* Add automatic metatype registration for Q_PROPERTY types.Stephen Kelly2012-08-281-3/+18
* Extract the QMetaMethodPrivate::ownMethodIndex method.Stephen Kelly2012-08-231-5/+11
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+7
* Use QThread instead of QPushButton as an example in the docsLars Knoll2012-08-201-2/+2
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-6/+13
* fix "No such ..." in doc for QMetaEnum::keysToValue()Jeremy Katz2012-07-191-1/+1
* qmetaobject_p.h: don't (incorrectly) fwd-declare QVarLengthArrayMarc Mutz2012-07-181-1/+0
* QMetaMethod::invoke: Use normalizedType() to normalize return typeKent Hansen2012-06-201-14/+2
* Add private API for working with meta-methods in signal index rangeKent Hansen2012-06-011-16/+67
* Make QCoreApp::translate and related methods use UTF-8Lars Knoll2012-05-181-9/+1
* Encapsulate the dynamic meta object pointerAaron Kennedy2012-05-181-2/+2
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-1/+1
* Fix regression in connectNotify(const char *) emissionKent Hansen2012-05-011-0/+1
* Add QMetaMethod-based QObject::connect/disconnectNotify() APIKent Hansen2012-05-011-0/+29
* Add QMetaMethod::fromSignal() functionKent Hansen2012-04-271-0/+35
* Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-251-9/+5
* Add comparison operators == and != for QMetaMethodKent Hansen2012-04-251-0/+18
* Cleanup QMetaObject string access.Jędrzej Nowacki2012-04-241-20/+14
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-11/+11
* Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
* Clean up constructors for "statics" in QString and QByteArrayJoão Abecasis2012-04-041-1/+2
* Remove support for meta-object revisions < 7Kent Hansen2012-03-221-297/+67
* QMetaMethod::typeName() should return "void" if the return type is voidKent Hansen2012-03-211-10/+4
* Fix QMetaObject::normalizedType() for "void" argumentKent Hansen2012-03-211-1/+3
* Merge master into api_changesKent Hansen2012-03-161-3/+3
|\
| * Simplify QMetaObject::newInstanceJędrzej Nowacki2012-03-141-3/+3
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-14/+14
|\|
| * Remove codecForTr().Robin Burchell2012-03-061-1/+1
| * Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-13/+13
* | Introduce QMetaType::UnknownType.Jędrzej Nowacki2012-03-021-18/+18
* | Port QDBusMetaObject to Qt5 meta-property/method descriptor formatKent Hansen2012-02-291-5/+0
* | Long live Qt5 meta-object method/property descriptorsKent Hansen2012-02-291-59/+647
* | Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-6/+13
* | Change the representation of meta-object string dataKent Hansen2012-02-291-38/+76
|/
* Move QMetaMethod::parameterTypes() implementation to helper functionKent Hansen2012-02-201-18/+28
* Add QMetaMethod::isValid() functionKent Hansen2012-02-201-0/+8
* Don't call metaObject() several timesKent Hansen2012-02-201-5/+6
* Various documentation fixes ported from 4.8Teemu Katajisto2012-02-091-1/+24
* Align QVariant::UserType and QMetaType::UserJędrzej Nowacki2012-02-071-3/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* moc: Use QMetaType::QVariant as the type for QVariantKent Hansen2012-01-251-10/+4
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Remove the Q_NO_DATA_RELOCATION hackOlivier Goffart2012-01-131-9/+0
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-6/+6