summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make qRegisterMetaType constexpr for built-in types.Stephen Kelly2012-07-251-1/+1
* Correct documentation for Void metatype value, define UnknownTypeJeremy Katz2012-07-171-1/+2
* Add new metatypes to QMetaType::Type enum for docsJeremy Katz2012-07-171-0/+3
* Simplify the creation of QMetaTypeId specializations.Stephen Kelly2012-07-031-10/+6
* Add constexpr template specializations for built in metatypes.Stephen Kelly2012-07-031-5/+5
* Store the QMetaObject with the QMetaType.Stephen Kelly2012-07-011-4/+23
* QMetaType: Fix warnings about truncation from uint64 to int.Friedemann Kleint2012-06-281-2/+2
* Record if a metatype is a smart pointer to a QObject derived.Stephen Kelly2012-06-201-4/+44
* Add automatic metatype declaration for QPointer and QWeakPointer.Stephen Kelly2012-06-151-26/+34
* Fix automatic declaration of QSharedPointer<T> metatypes.Stephen Kelly2012-06-121-1/+30
* Avoid a type name normalization during auto-registration.Jędrzej Nowacki2012-06-121-6/+38
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-181-24/+25