summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Change the ownership semantics of metatype converter functions.Stephen Kelly2013-05-201-9/+21
* | Fix since version of new metatype conversion functions.Stephen Kelly2013-05-081-8/+8
* | Add automatic container access registration for built-in containers.Stephen Kelly2013-05-081-0/+4
* | Add QVariant container iteration API.Stephen Kelly2013-05-081-0/+12
* | Core: Support for converting user defined QVariant types.Christoph Schleifenbaum2013-05-081-0/+122
|/
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-161-5/+31
|\|
| * Ignore WasDeclaredAsMetaType flag during binary check.Jędrzej Nowacki2013-01-101-5/+31
* | Merge "Merge branch 'stable' into dev" into refs/staging/devJędrzej Nowacki2013-01-071-0/+1
|\|