summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-201-1/+1
|\|
| * Remove use of 'register' from Qt.Stephen Kelly2013-06-171-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-121-2/+2
|\|
| * QtCore: Fix MSVC-64 warnings about integer truncation.Friedemann Kleint2013-06-081-2/+2
* | Core: QDebug and comparison operator support metatypes.Christoph Schleifenbaum2013-05-271-0/+112
* | Make it possible to access QPair and std::pair elements from a QVariant.Stephen Kelly2013-05-201-0/+117
* | Add container access functionality for associative containers in QVariant.Stephen Kelly2013-05-201-3/+265
* | Change the ownership semantics of metatype converter functions.Stephen Kelly2013-05-201-38/+50
* | Add automatic container access registration for built-in containers.Stephen Kelly2013-05-081-1/+68
* | Add QVariant container iteration API.Stephen Kelly2013-05-081-0/+274
* | Core: Support for converting user defined QVariant types.Christoph Schleifenbaum2013-05-081-0/+171
* | Use variadic templates to mark function pointers as non-QObjects.Stephen Kelly2013-04-241-0/+5
* | Merge branch 'stable' into devSergio Ahumada2013-04-101-1/+1
|\|
| * Fix MSVC warning about truncation from 64bit to 32bit int.Friedemann Kleint2013-04-061-1/+1
* | Move the Preprocessor loop macros up with the others.Stephen Kelly2013-04-051-13/+13
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-031-27/+34
|\|
| * QMetaTypeId: use QByteArray, not QVarLengthArray, to construct type namesMarc Mutz2013-03-291-27/+34
* | Add automatic metatype handling for common standard library containers.Stephen Kelly2013-04-011-0/+10
|/
* Fix QMetaType of const referencesOlivier Goffart2013-02-211-0/+3
* qMetaTypeId(): deprecate the dummy parameter.Olivier Goffart2013-02-081-15/+15
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-5/+5
* QMetaType: remember whether a type was registered with Q_DECLARE_METATYPEMarc Mutz2012-12-111-2/+15
* Move isBuiltinType() to namespace QtPrivate and export it.Friedemann Kleint2012-11-261-1/+3
* Remove unused qMetaType helpers.Jędrzej Nowacki2012-09-271-54/+0
* QMetaType build fix with Q_NO_CURSOR and friends.Jędrzej Nowacki2012-09-271-6/+66
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Improve QMetaType docs.Jędrzej Nowacki2012-09-131-1/+1
* Change SChar to metatype id 40.Stephen Kelly2012-09-031-4/+3
* QMetaTypeId: optimize qt_metatype_id() in special casesMarc Mutz2012-08-261-48/+50
* QMetaTypeId: optimize qt_metatype_id()Marc Mutz2012-08-261-4/+6
* Fix documented QMetaType::UserType value.Aaron McCarthy2012-08-201-1/+1
* Refactor the automatic metatype templates into preprocessor lists.Stephen Kelly2012-08-201-24/+40
* Remove QWidgetStar.Stephen Kelly2012-08-181-16/+2
* Fix some typos in static assert message.Stephen Kelly2012-08-011-1/+1
* Fix MSVC 64bit warnings about truncation from size_t to int.Friedemann Kleint2012-07-261-2/+2
* QMetaTypeId2::IsBuiltIn: (new) template meta-function to check for built-in t...Marc Mutz2012-07-261-2/+2