summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtCore: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-6/+6
* Minor optimizationLars Knoll2019-01-071-2/+4
* Doc: mark QMetaObject::invokeMethod overloads as threadsafeThiago Macieira2018-12-181-0/+7
* QMetaEnum: fix UBAnton Kudryavtsev2018-10-171-2/+6
* Create empty list only if it's needed in QMetaMethod::parameterNamesAnton Kudryavtsev2018-10-171-2/+1
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-18/+2
* Fix binary compatibility with old generated moc filesOlivier Goffart2018-09-151-1/+2
* Modernize the "thread" featureUlf Hermann2018-08-171-5/+7
* Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-111-22/+70
* 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