summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Store the QMetaObject with the QMetaType.Stephen Kelly2012-07-011-1/+64
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-181-2/+2
* Use bool for the template argument.Stephen Kelly2012-05-091-1/+1
* Introduce a new built-in type: signed char.Jędrzej Nowacki2012-05-081-0/+7
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-17/+16
|\
| * Remove redundant check in QMetaType::typeInfoJędrzej Nowacki2012-04-181-2/+1
| * Hide QTypeModuleInfo in a private namespace.Jędrzej Nowacki2012-04-181-15/+15
* | Fix regression in connectNotify(const char *) emissionKent Hansen2012-05-011-8/+31
* | Provide versions of qRegisterMetaType() that do not normalize typename.Martin Jones2012-04-201-8/+41
* | Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-19/+11
|/
* Remove duplicated template code.Jędrzej Nowacki2012-04-031-43/+2
* Get rid of compilation warning.Jędrzej Nowacki2012-03-231-0/+1
* Add QtJson types to meta-type systemKent Hansen2012-03-201-0/+20