summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reintroduce a directed QMetaType::typeName arrayThiago Macieira2017-03-091-10/+96
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-25/+14
|\
| * Remove the name cache from QMetaType::typeNameThiago Macieira2017-02-151-25/+14
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-2/+0
|\|
| * Removed random notes in the documentation that should not be thereKavindra Palaraja2016-12-281-2/+0
* | Remove qtypetraits.h's contents altogetherGiuseppe D'Angelo2017-01-121-1/+1
|/
* Add std::nullptr_t as builtin type in QMetaTypeJędrzej Nowacki2016-08-031-0/+4
* qdoc: Remove Q_QDOC for int type() in qmetatype.hMartin Smith2016-04-081-4/+2
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-2/+3
|\
| * Fix memory leak if QMetaType::create is called for an unknown typeJędrzej Nowacki2016-02-011-2/+3
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-2/+2
|/
* Doc: fixed broken linksNico Vertriest2015-11-041-1/+1
* Be more tolerant with multiple differerent metatype registrationsOlivier Goffart2015-08-261-17/+8
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+12
|\
| * Doc:added doc to undocumented functionsNico Vertriest2015-07-221-3/+10
| * QtCore: Fix const correctness in old style castsThiago Macieira2015-07-201-1/+2
* | qdoc:Fixed a few qdoc errorsMartin Smith2015-07-071-6/+0
|/
* Don't document the IsGadget flagThiago Macieira2015-06-231-1/+1
* Don't enforce all QMetaType::TypeFlag difference across Qt versionsAlex Blasche2015-06-101-4/+14
* Add support for unregistering of custom meta types.Robert Griebl2015-04-141-6/+57
* Make QPersistentModelIndex an internal meta-typeGabriel de Dietrich2015-03-061-0/+3
* Fix various qdoc-warnings.Friedemann Kleint2015-02-251-1/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+2
|\
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-241-0/+2
* | QMetaType: improve docs and commentsOlivier Goffart2015-02-141-3/+3
* | Document that some types need not to be registered with Q_DECLARE_METATYPEOlivier Goffart2015-02-121-0/+13
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | QMetatype: Register the QMetaObject of a Q_ENUM or Q_FLAGOlivier Goffart2015-02-051-1/+5
* | Support QMetaType::equals()Alex Blasche2015-01-131-3/+32
* | Reduce code bloat, by cleaning up QMetaTypeFunctionHelperJędrzej Nowacki2014-11-171-137/+51
* | Let QMetaType know which types are Q_GADGETOlivier Goffart2014-11-161-4/+18
* | Fix QMetaType::metaObjectForType for QtGui and QtWidgets typesOlivier Goffart2014-11-031-1/+20
* | Add QMetaType::type(QByteArray) functionKent Hansen2014-10-311-6/+19
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix typo in QMetaType documentation.Mitch Curtis2014-09-091-1/+1
* Mark QByteArrayList as metatype built-in type.Jędrzej Nowacki2014-08-281-0/+8
* Add missing #include <qdatastream.h> or <qiodevice.h>Thiago Macieira2014-08-071-0/+1
* Make VectorBoolElements static properties const.Jędrzej Nowacki2014-06-251-2/+2
* Metatype: Specialize IteratorOwner for vector<bool>Stephen Kelly2014-06-161-0/+5
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-24/+24
* Fix some doc errors.Frederik Gladhorn2013-09-211-4/+4
* Add a convenient way to get a type-erased smart pointer from a QVariant.Stephen Kelly2013-09-111-0/+16
* Metatype: Remove the need for runtime-registration of 3rd party containers.Stephen Kelly2013-09-091-31/+34
* QVariant: Don't crash when doing user-defined conversion to QObject*Stephen Kelly2013-09-051-0/+2
* Make the qfatal for redeclaring a type with the same name a warning.Richard J. Moore2013-06-251-5/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-121-0/+1
|\
| * Mark the Q_DECLARE_OPAQUE_POINTER macro as introduced in 5.0Laszlo Papp2013-06-121-0/+1
* | Core: QDebug and comparison operator support metatypes.Christoph Schleifenbaum2013-05-271-16/+124
* | Add container access functionality for associative containers in QVariant.Stephen Kelly2013-05-201-0/+15