summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add API and reserve space for storing the QMetaObject with the QMetaType.Stephen Kelly2012-03-201-3/+6
* Merge master into api_changesKent Hansen2012-03-161-244/+58
|\
| * Reimplement QMetaType::create method.Jędrzej Nowacki2012-03-141-228/+55
| * Unify QMetaType::TypeFlags detection.Jędrzej Nowacki2012-03-141-6/+2
* | QRegularExpression: QMetaType and QVariant supportGiuseppe D'Angelo2012-03-141-4/+27
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-121-2/+3
|\|
| * Crash fix in QMetaType::typeFlags.Jędrzej Nowacki2012-03-111-1/+1
| * Crash fix in QMetaType::typeName.Jędrzej Nowacki2012-03-081-2/+3
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-2/+5
|\|
| * Improve safeness of QMetaType::registerType.Jędrzej Nowacki2012-03-061-2/+5
* | Introduce QMetaType::UnknownType.Jędrzej Nowacki2012-03-021-27/+35
|/
* Reduce QtCore lib binary size by around ~3KB, by removing template codeJędrzej Nowacki2012-02-271-4/+4
* Rename QMetaTypeSwitcher::UnknownType to NotBuiltinType.Jędrzej Nowacki2012-02-231-6/+6
* Implement new static less API for QMetaType.Jędrzej Nowacki2012-02-161-0/+170
* Introduce Q_DECLARE_OPAQUE_POINTERJoão Abecasis2012-02-091-0/+20
* Code cleanup and micro optimizations in QMetaType.Jędrzej Nowacki2012-02-081-60/+54
* Detect incompatibilities in repeated type registrationJoão Abecasis2012-02-071-17/+49
* Remove QMetaType::unregisterType().Jędrzej Nowacki2012-02-071-30/+0
* Do not crash trying to load or save QModelIndex.Jędrzej Nowacki2012-02-051-0/+2
* Reimplement QMetaType::destroy.Jędrzej Nowacki2012-02-051-167/+56
* Fix a typo TypeDefiniton -> TypeDefinition.Jędrzej Nowacki2012-02-031-19/+19
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Introduce QTypeInfo::sizeOf.Jędrzej Nowacki2012-01-291-2/+1
* Fix null pointer call in QMetaType::destruct().Jędrzej Nowacki2012-01-291-1/+3
* Cleanup mess in public type ids.Jędrzej Nowacki2012-01-251-5/+4
* Store the is-a QObject fact with the metatype declaration.Stephen Kelly2012-01-241-2/+4
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Add QModelIndex as a built-in metatype.Stephen Kelly2012-01-111-0/+15
* Remove wrong assert from QMetaType.Jędrzej Nowacki2012-01-101-6/+0
* Small QMetaType optimization.Jędrzej Nowacki2012-01-101-6/+6
* 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-0/+14
* Remove redundant template parameter from QMetaType's internal classes.Jędrzej Nowacki2011-12-221-9/+6
* Allow QMetaType to register information about movabilityJędrzej Nowacki2011-12-221-2/+80
* Make QMetaTypeInterface POD.Jędrzej Nowacki2011-12-191-0/+12
* Fix a deadlock in QMetaType.Jędrzej Nowacki2011-11-291-8/+12
* Code cleanup in QVariant and QMetaType.Jędrzej Nowacki2011-11-221-31/+3
* Reimplement some QMetaType methods.Jędrzej Nowacki2011-11-171-369/+205
* Reimplement QMetaType::typeName.Jędrzej Nowacki2011-11-171-97/+35
* Add QPolygonF to metatype system.Jędrzej Nowacki2011-11-091-0/+4
* Refactor QMetaType types.Jędrzej Nowacki2011-11-091-22/+8
* Update enums in documentation.Casper van Donderen2011-10-311-1/+2
* Compile with clangBradley T. Hughes2011-10-241-5/+6
* Provide API for "placement new" construction of meta-typesKent Hansen2011-10-191-3/+472
* Rename QMetaType::construct() to create()Kent Hansen2011-10-111-28/+28
* Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-061-6/+0
|\
| * Remove the remaining QT3_SUPPORT code in corelibLars Knoll2011-06-291-6/+0
* | 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/+32
|/