summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-0/+6
|\
| * QMetaObject::invokeMethod: don't leak the slot objectThiago Macieira2018-01-141-0/+6
* | doc: Correct remaining qdoc warnings in qmetaobject.cppMartin Smith2018-01-041-3/+3
* | doc: Change invokeMethod() comments to work with clangMartin Smith2017-12-081-34/+10
* | doc: Fix three "Cannot tie" errorsMartin Smith2017-12-021-1/+1
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
|/
* moc: Allow NOTIFY signals defined in parent classesAlbert Astals Cid2017-05-231-1/+15
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-5/+7
|\
| * Fix QMetaMethod::invoke and automatic type registrationOlivier Goffart2017-04-221-5/+7
* | Add QMetaObject::invokeMethod() overloads for function pointersBenjamin Terrier2017-04-021-0/+83
|/
* Add QMetaEnum::isScoped to be able to destinguish C++11 enum classOlivier Goffart2016-07-261-1/+11
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-1/+1
|\
| * Optimize string usageAnton Kudryavtsev2016-07-151-1/+1
* | CoreLib: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-07-021-5/+6
|/
* Fix some documentation warnings.Friedemann Kleint2016-03-241-1/+1
* Dedupe QMetaObject::castSean Harmer2016-03-151-8/+1
* Add a function to QMetaObject to check for inheritanceSean Harmer2016-03-151-0/+18
* Share code between const and non-const QMetaObject::cast variants.Milian Wolff2016-02-161-8/+2
* 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