summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QMetaProperty::write should reset the property if an empty QVariant is givenOlivier Goffart2015-10-091-2/+14
* Fix crash in QMetaProperty::write for custom types and conversionOlivier Goffart2015-10-091-2/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-2/+3
|\
| * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-041-2/+3
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-0/+23
|\|
| * Doc:added doc to undocumented functionsNico Vertriest2015-07-221-0/+23
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-8/+12
|\|
| * doc: Correction in access(): signals are now publicAlejandro Exojo2015-07-121-2/+3
| * doc: Fix and improve QMetaMethod::tagAlejandro Exojo2015-07-061-6/+9
* | Remove <qhash.h> where it's not usedMarc Mutz2015-04-201-1/+0
|/
* Reverse iteration in QMetaEnum::valueToKeys().Friedemann Kleint2015-02-261-3/+4
* Fix various qdoc-warnings.Friedemann Kleint2015-02-251-1/+1
* 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