summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.h
Commit message (Expand)AuthorAgeFilesLines
* Make QPersistentModelIndex an internal meta-typeGabriel de Dietrich2015-03-061-2/+3
* QMetaType: improve docs and commentsOlivier Goffart2015-02-141-0/+3
* QMetaType: Automatic registration of Q_GADGET and Q_ENUM typesOlivier Goffart2015-02-121-2/+53
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QMetatype: Register the QMetaObject of a Q_ENUM or Q_FLAGOlivier Goffart2015-02-051-1/+19
* Support QMetaType::equals()Alex Blasche2015-01-131-0/+29
* Remove qRegisterSequentialContainer, qRegisterAssociativeContainer tracesKai Koehne2015-01-071-5/+2
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-1/+1
|\
| * MSVC: Restore 'public' accessibility of QMetaType member functionsAndy Shaw2014-12-191-1/+1
* | Implement proper C++ type numeric promotion for QVariant comparisonsThiago Macieira2014-12-031-0/+1
* | Remove unused private apiJędrzej Nowacki2014-11-191-14/+0
* | Reduce code bloat, by cleaning up QMetaTypeFunctionHelperJędrzej Nowacki2014-11-171-12/+13
* | Let QMetaType know which types are Q_GADGETOlivier Goffart2014-11-161-3/+19
* | Add QMetaType::type(QByteArray) functionKent Hansen2014-10-311-0/+5
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-271-0/+15
|\|
| * Fix QVariant associative container conversion from built-in types.Jędrzej Nowacki2014-10-241-0/+15
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-011-2/+5
|\|
| * Mark QByteArrayList as metatype built-in type.Jędrzej Nowacki2014-08-281-2/+5
* | QMetaType: disallow automatic registration of reference typeOlivier Goffart2014-08-131-0/+3
|/
* Make VectorBoolElements static properties const.Jędrzej Nowacki2014-06-251-2/+2
* Metatype: Specialize IteratorOwner for vector<bool>Stephen Kelly2014-06-161-3/+30
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-0/+1
|\
| * Add a comment about not obvious code in VariantData.Jędrzej Nowacki2014-05-021-0/+1
* | Build fix for auto-registration of Container<void*>Jędrzej Nowacki2014-04-231-2/+9
* | QMetaType: Specialize IsPointerToTypeDerivedFromQObject for const void*Stephen Kelly2014-04-221-0/+5
* | Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-011-35/+7
|\|
| * Reduce clang compilation time of tst_qmetatype by ~2%Jędrzej Nowacki2014-03-281-35/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-241-1/+6
|\|
| * Fix Q_DECLARE_METATYPE macroJędrzej Nowacki2014-03-171-1/+2
| * Remove level 4 compiler warnings from MSVC.David Schulz2014-03-151-0/+4
* | QtCore: Fix MSVC 64bit warnings about conversion from size_t to int.Friedemann Kleint2014-02-251-2/+2
|/
* Fix ‘looses precision’ warning in public APIKurt Pattyn2013-12-271-3/+3
* QMetaType: Fix equality comparison of type-erased iterators.Stephen Kelly2013-12-131-2/+12
* QMetaType: Fix copy of type erased iteratorStephen Kelly2013-12-131-2/+10
* QMetaType: Rename template type of type-erased iterator operations.Stephen Kelly2013-12-121-6/+6
* Correct compiler warnings for sign conversionKurt Pattyn2013-12-061-3/+3
* MetaType: Fix operator{+,-}(int) with the type-erased const_iterators.Stephen Kelly2013-09-131-0/+28
* Remove some unneeded constructors.Stephen Kelly2013-09-131-11/+3
* Fix new warnings under Clang 3.3Thiago Macieira2013-09-131-34/+36
* Add a convenient way to get a type-erased smart pointer from a QVariant.Stephen Kelly2013-09-111-0/+45
* Metatype: Remove the need for runtime-registration of 3rd party containers.Stephen Kelly2013-09-091-69/+33
* Move the preprocessor iterator for Qt smart pointers with the others.Stephen Kelly2013-09-061-8/+10
* Make the automatic 1arg and 2arg metatype macros work with namespaced Qt.Stephen Kelly2013-09-061-4/+13
* Fix the automatic declaration of smart pointer types.Stephen Kelly2013-09-061-6/+34
* Simplify the smart pointer metatype templateStephen Kelly2013-09-051-17/+6
* Fix Clang 3.3 warning on using an undefined inline functionThiago Macieira2013-09-051-12/+16
* Merge branch 'stable' into devSergio Ahumada2013-07-111-5/+5
|\
| * QtCore: Fix remaining MSVC-64 warnings about integer truncation.Friedemann Kleint2013-07-021-5/+5