summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.h
Commit message (Expand)AuthorAgeFilesLines
* Detect QMetaType::QReal from the definition of qrealOlivier Goffart2012-02-271-8/+1
* Reduce QtCore lib binary size by around ~3KB, by removing template codeJędrzej Nowacki2012-02-271-39/+27
* Ensure that Qt public headers compile with strict flagsDavid Faure2012-02-171-3/+3
* Remove usages of QT_ARCH and QT_ARCH_* from qtbaseBradley T. Hughes2012-02-171-1/+1
* Implement new static less API for QMetaType.Jędrzej Nowacki2012-02-161-1/+144
* Add QMetaType::FirstCoreType enum value.Jędrzej Nowacki2012-02-161-0/+1
* Introduce Q_DECLARE_OPAQUE_POINTERJoão Abecasis2012-02-091-0/+10
* Build with QT_NO_CAST_FROM_BYTEARRAYStephen Kelly2012-02-081-1/+1
* Remove QMetaType::unregisterType().Jędrzej Nowacki2012-02-071-1/+0
* Allow function types to be registered without workaroundsJoão Abecasis2012-01-311-0/+6
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-301-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Automated metatype definition for template types.Stephen Kelly2012-01-261-0/+31
* Cleanup mess in public type ids.Jędrzej Nowacki2012-01-251-14/+13
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Store the is-a QObject fact with the metatype declaration.Stephen Kelly2012-01-241-3/+44
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Add QModelIndex as a built-in metatype.Stephen Kelly2012-01-111-1/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Registered QUuid in the metatype system as a builtin type.Denis Dzyubenko2012-01-051-1/+2
* Allow QMetaType to register information about movabilityJędrzej Nowacki2011-12-221-2/+22
* Removed include to qdatastream.h from qmetatype.hOlivier Goffart2011-11-101-4/+2
* Add QPolygonF to metatype system.Jędrzej Nowacki2011-11-091-1/+2
* Refactor QMetaType types.Jędrzej Nowacki2011-11-091-133/+147
* Reinstate and deprecate the two argument QMetaType::constructKevin Simons2011-11-051-0/+4
* Metatype: Silence MSVC warnings about unused variables.Friedemann Kleint2011-10-191-6/+6
* Provide API for "placement new" construction of meta-typesKent Hansen2011-10-191-5/+36
* Rename QMetaType::construct() to create()Kent Hansen2011-10-111-10/+14
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-031-4/+4
* Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-061-6/+1
|\
| * Remove the remaining QT3_SUPPORT code in corelibLars Knoll2011-06-291-9/+1
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\|
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | split up qguivariant into two filesLars Knoll2011-05-061-9/+10
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+416