summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Declare the QMetaType::WasDeclaredAsMetaType enum as privateThiago Macieira2013-01-031-0/+1
* | Rename QRegularExpression-related feature defs to QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2013-01-071-4/+4
|/
* QMetaType build fix with Q_NO_CURSOR and friends.Jędrzej Nowacki2012-09-271-5/+7
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Improve QMetaType docs.Jędrzej Nowacki2012-09-131-10/+214
* Change SChar to metatype id 40.Stephen Kelly2012-09-031-1/+1
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Remove QWidgetStar.Stephen Kelly2012-08-181-4/+1
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-9/+18
* Remove Q_UNUSED for the metaObject.Stephen Kelly2012-07-191-2/+0
* fix "No such ..." doc error for QMetaType::typeName()Jeremy Katz2012-07-191-1/+1