summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce a new built-in type: signed char.Jędrzej Nowacki2012-05-081-4/+3
* Initialize member variableLars Knoll2012-05-011-0/+1
* Fix warning about int-truncation (MSVC2010, 64bit).Friedemann Kleint2012-04-271-1/+1
* Compile on Windows.Jan-Arve Saether2012-04-211-2/+8
* Provide versions of qRegisterMetaType() that do not normalize typename.Martin Jones2012-04-201-4/+29
* Don't use QByteArrayLiteral for a non-stored QByteArrayThiago Macieira2012-04-191-1/+1
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-0/+25
* Reserve more space for built-in types in id space.Jędrzej Nowacki2012-03-221-1/+1
* Add QtJson types to meta-type systemKent Hansen2012-03-201-2/+6
* Forward declare QMetaObject as a struct.Stephen Kelly2012-03-201-1/+1
* Add API and reserve space for storing the QMetaObject with the QMetaType.Stephen Kelly2012-03-201-4/+22
* Merge master into api_changesKent Hansen2012-03-161-12/+12
|\
| * Unify QMetaType::TypeFlags detection.Jędrzej Nowacki2012-03-141-12/+12
* | QRegularExpression: QMetaType and QVariant supportGiuseppe D'Angelo2012-03-141-1/+2
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-121-1/+5
|\|
| * Add Q_IS_ENUM(), and provide as flag in QMetaType::typeFlags()Glenn Watson2012-03-111-1/+5
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-25/+75
|\ \
| * | Merge remote-tracking branch 'origin/master' into api_changesJoão Abecasis2012-03-081-1/+2
| |\|