summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Introduces QMetaEnum::fromTypeOlivier Goffart2015-02-051-0/+8
* Fix QMetaProperty::write so it tries to register a property type.Jędrzej Nowacki2014-12-071-2/+4
* Re-factor code that do lazy property registration into a function.Jędrzej Nowacki2014-12-071-19/+19
* Make Q_INVOKABLE work on Q_GADGETOlivier Goffart2014-10-301-0/+106
* Be able to read and write properties to Q_GADGETOlivier Goffart2014-10-301-0/+43
* moc: Move the property access code to the qt_static_metacallOlivier Goffart2014-10-281-6/+23
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove redundant code from QMetaProperty.Jędrzej Nowacki2014-08-141-9/+1
* Suggest candidates when non-existent method passed to invokeMethod().Mitch Curtis2014-06-201-2/+24
* Removed unused function stringSize() in qmetaobject.cpp.Ivan Komissarov2014-04-281-5/+0
* Do not assume that a class name is the first string in metaobject.Jędrzej Nowacki2014-03-141-9/+17
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-171-1/+1
|\
| * Make parsing of template arguments more robust.Olivier Goffart2014-02-141-1/+1
* | Fix erroneous exclusion of classes from related meta objects in mocSimon Hausmann2013-12-121-4/+8
* | moc: move qt_meta_extradata data from .data.rel into .data.rel.roMarc Mutz2013-12-091-1/+1
|/
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-53/+53
* QMetaMethod::invoke: compare the QMetaType id of the return typesOlivier Goffart2013-08-291-2/+7
* Symbol for max number of arguments in QMetaMethod::invoke()Illya Kovalevskyy2013-07-301-0/+8
* Micro-optimization of list string list construction in qmetaobject.Jędrzej Nowacki2013-04-131-2/+4
* Update the QMetaMethod::tag() documentation due to moc expanding macrosThiago Macieira2013-04-011-3/+11
* Document Q_REVISION macro betterAlan Alpert2013-04-011-4/+5
* 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