summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qvariant.cpp
Commit message (Expand)AuthorAgeFilesLines
* misc: Fix some random typos and grammar while reading code.Holger Hans Peter Freyther2012-03-091-4/+4
* Fix crash in QVariant::canConvert.Jędrzej Nowacki2012-03-081-0/+2
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-1/+1
|\
| * Merge master -> api_changesRohan McGovern2012-02-291-56/+42
| |\
| * | QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-261-1/+1
* | | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-22/+22
| |/ |/|
* | Cleanup usage of QVariant::Type.Jędrzej Nowacki2012-02-271-34/+34
* | Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-221-18/+6
* | Remove custom text codec for C strings.Robin Burchell2012-02-221-4/+2
|/
* replace 'const QChar &' with 'QChar ' where appropriateKonstantin Ritt2012-02-211-2/+2
* Use static-less QMetaType API in QVariant.Jędrzej Nowacki2012-02-161-4/+5
* Align QVariant::UserType and QMetaType::UserJędrzej Nowacki2012-02-071-4/+8
* Fix a typo TypeDefiniton -> TypeDefinition.Jędrzej Nowacki2012-02-031-13/+13
* Remove type id/name conversion for QVariant::UserTypeKent Hansen2012-01-301-4/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Get rid of QColorGroup from QVariant.Jędrzej Nowacki2012-01-291-1/+1
* Get rid of checks for Qt3 typesKent Hansen2012-01-291-8/+0
* Give a more verbose warning during QVariant serialization.Jędrzej Nowacki2012-01-261-1/+1
* Cleanup mess in public type ids.Jędrzej Nowacki2012-01-251-19/+54
* Mark the enumerator QVariant::Type as obsolete.Stephen Kelly2012-01-251-0/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Add QModelIndex as a built-in metatype.Stephen Kelly2012-01-111-0/+5
* Remove redundant parameter from qVariantToHelper.Jędrzej Nowacki2012-01-111-26/+27
* Reimplement QVariant to QDebug streaming.Jędrzej Nowacki2012-01-101-100/+5
* Rename handler/handlerManager.Stephen Kelly2012-01-091-4/+4
* 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-2/+21
* Refactor QVariant handlers.Jędrzej Nowacki2012-01-041-50/+211
* Fix documentation for QVariant::Type enum.Jędrzej Nowacki2011-11-281-1/+1
* Hide QVariant helper classes in a namespace.Jędrzej Nowacki2011-11-151-0/+2
* Make usage of internal QVariant space.Jędrzej Nowacki2011-11-091-413/+48
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-1/+1
* Rename QMetaType::construct() to create()Kent Hansen2011-10-111-1/+1
* Doc: Removed documentation for deleted code.David Boddie2011-07-211-134/+0
* Remove the remaining QT3_SUPPORT code in corelibLars Knoll2011-06-291-15/+0
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+3237