summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qvariant.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Doc: mark QEasingCurve support functions as new in 4.7.Volker Hilsheimer2010-03-081-0/+2
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-1/+5
|\
| * Fix tst_QVariant::operator_eq_eq(UserType)Olivier Goffart2010-03-041-0/+3
| * QVariant: Fix crash when comparing two variant with the same undefined type.Olivier Goffart2010-03-031-1/+2
* | Fix qdatastream::compatibility_Qt3 autotest failureLeonardo Sobral Cunha2010-02-261-2/+2
* | Add QEasingCurve as builtin metatypeLeonardo Sobral Cunha2010-02-231-2/+53
|/
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Document some of the new QVariant featureOlivier Goffart2009-08-311-0/+1
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Merge commit 'qt/master'Jason Barron2009-08-211-10/+31
|\ \
| * | Fix memory leakOlivier Goffart2009-08-211-3/+6
| * | Optimize contrcuction of variant of type pointer.Olivier Goffart2009-08-211-7/+25
* | | Merge branch 'reviewPatches'axis2009-08-211-27/+0
|\ \ \
| * | | Revert "Fixed KERN-EXEC 3 panic on ARMV5 builds caused by combining trinary o...axis2009-08-211-27/+0
* | | | Merge commit 'qt/master'Jason Barron2009-08-201-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix QVariant::toFloat() and QVariant::toRealOlivier Goffart2009-08-201-2/+2
* | | Merge commit 'qt/master'Jason Barron2009-08-181-14/+49
|\ \ \ | |/ /
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-2/+1
| * | Better handling of qreal with QVariantThierry Bastian2009-08-171-1/+1
| * | QVariant: added toFloat and toRealThierry Bastian2009-08-141-11/+46
| * | Fix coverity warningsThierry Bastian2009-08-131-0/+1
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-101-3/+13
|\ \ \ | |/ /
| * | Store QObject*'s in the QVariant data structureAaron Kennedy2009-08-071-3/+13
* | | Merge commit 'origin/master'Jason Barron2009-08-041-9/+9
|\ \ \
| * | | Trailing whitespace and tab/space fixes for src/corelibJanne Anttila2009-08-041-9/+9
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-3/+8
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Add the math3d types to QVariantRhys Weatherley2009-07-231-1/+6
| * | QTreeView: now dragging lots of items is fastThierry Bastian2009-07-131-2/+2
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-2/+2
|\ \ \ | |/ /
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\ \ | | |/
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-84/+97
|\ \ \ | |/ /
| * | Adding support in QVariant for conversions between QUrl and QStringThierry Bastian2009-06-101-2/+14
| * | small change to reduce static data sizeThierry Bastian2009-06-091-1/+1
| * | allow to debug QVariant of float typeThierry Bastian2009-05-201-1/+4
| * | Merge branch '4.5'Thiago Macieira2009-05-141-2/+3
| |\ \ | | |/
| * | Compile Warnings removed in canConvertThierry Bastian2009-04-281-2/+3
| * | Fixed to float support in QVariantThierry Bastian2009-04-271-25/+33
| * | make construction for known type fasterThierry Bastian2009-03-311-23/+23
| * | make the float constructor inline (improves construction/destruction performa...Thierry Bastian2009-03-311-2/+0
| * | add proper support for floats to QVariantThierry Bastian2009-03-261-7/+19
| * | small simplification in internals of QVariantThierry Bastian2009-03-261-25/+4
| * | Avoids calling function pointer in constructor of QVariantThierry Bastian2009-03-261-23/+23