summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qvariant
Commit message (Expand)AuthorAgeFilesLines
* Wrap all Latin 1 strings with QString::fromLatin1 or QLatin1StringsThiago Macieira2012-04-271-1/+1
* Silence two warnings in QVariant's unit test.Thiago Macieira2012-04-201-0/+3
* Don't push unnecessary data to a data stream for QVariant()Thiago Macieira2012-04-201-2/+2
* Do not assert when QVariant is constructed from an invalid type idJędrzej Nowacki2012-04-191-0/+63
* Show the type and address of QObjects in debug output.Stephen Kelly2012-04-161-0/+6
* Reserve more space for built-in types in id space.Jędrzej Nowacki2012-03-221-1/+1
* Crash fix in ~QVariantJędrzej Nowacki2012-03-211-0/+28
* Fix qDebug stream for an invalid QVariant.Jędrzej Nowacki2012-03-211-5/+52
* Add QtJson types to meta-type systemKent Hansen2012-03-201-2/+2
* QRegularExpression: QMetaType and QVariant supportGiuseppe D'Angelo2012-03-142-0/+19
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-121-2/+8
|\
| * Remove outdated assumption from QVariant autotest.Jason McDonald2012-03-121-2/+2
| * Fix crash in QVariant::canConvert.Jędrzej Nowacki2012-03-081-0/+6
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-0/+15
|\ \
| * | Add template specialization of QMetaType for QObject derived pointers.Stephen Kelly2012-03-061-0/+15
| |/
* / Introduce QMetaType::UnknownType.Jędrzej Nowacki2012-03-021-1/+11
|/
* Add QMetaType::FirstCoreType enum value.Jędrzej Nowacki2012-02-161-1/+2
* tst_QVariant passes on Mac OS XBradley T. Hughes2012-02-151-2/+0
* Introduce Q_DECLARE_OPAQUE_POINTERJoão Abecasis2012-02-091-6/+2
* Treat pointers to QObject derived types in QVariant specially.Stephen Kelly2012-02-081-6/+96
* Align QVariant::UserType and QMetaType::UserJędrzej Nowacki2012-02-071-8/+4
* Remove type id/name conversion for QVariant::UserTypeKent Hansen2012-01-301-1/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Get rid of checks for Qt3 typesKent Hansen2012-01-291-1/+6
* Mark the single argument containers as movable.Stephen Kelly2012-01-261-0/+28
* Cleanup mess in public type ids.Jędrzej Nowacki2012-01-25127-8/+137
* Store the is-a QObject fact with the metatype declaration.Stephen Kelly2012-01-241-0/+5
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Reimplement QVariant to QDebug streaming.Jędrzej Nowacki2012-01-101-0/+62
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Refactor QVariant handlers.Jędrzej Nowacki2012-01-041-2/+28
* Fix movablity of QVariant.Jędrzej Nowacki2011-12-221-2/+24
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Make tst_QVariant::canConvertMetaTypeToInt more verbose.Jędrzej Nowacki2011-12-051-13/+20
* Cleanup corelib autotestsJason McDonald2011-11-301-15/+3
* Fix linking of autotests on Windows.Friedemann Kleint2011-11-291-1/+1
* Cleanup corelib autotestsJason McDonald2011-11-291-4/+4
* Re-enable the corelib autotests on Mac OS XBradley T. Hughes2011-11-211-0/+2
* Remove disabled test data from QVariant test.Jason McDonald2011-11-181-4/+0
* Remove obsolete code from QVariant test.Jason McDonald2011-11-181-2/+0
* Cleanup corelib autotestsJason McDonald2011-11-111-2/+2
* Add QPolygonF to metatype system.Jędrzej Nowacki2011-11-091-1/+1
* Make usage of internal QVariant space.Jędrzej Nowacki2011-11-091-6/+22
* Cleanup corelib autotestsJason McDonald2011-11-071-8/+0
* Re-enabled passing tests in tst_qvariantJo Asplin2011-11-042-2/+3
* tst_qvariant: add a test QVariant works with not movable typesOlivier Goffart2011-11-011-0/+51
* corelib: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* Small re-factor of QVariant autotest.Jędrzej Nowacki2011-10-141-46/+50
* Rename QMetaType::construct() to create()Kent Hansen2011-10-111-7/+7
* Tests: Fix compilation on Windows.Friedemann Kleint2011-10-031-1/+1