summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qvariant/tst_qvariant.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make documentation of QVariant::isNull more explicit.Jędrzej Nowacki2012-09-291-2/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Autotests: Use qInstallMessageHandlerKai Koehne2012-09-141-2/+1
* Fix crash in QVariant::canConvert().Volker Krause2012-07-271-10/+18
* Implement implicit constructors for built-in classes.Stephen Kelly2012-07-271-0/+50
* Split the QGuiVariant test from the Core one.Stephen Kelly2012-07-251-389/+1
* Use a large core type for the QVariant::setValue test.Stephen Kelly2012-07-251-2/+4
* Remove obsolete or commented use of Q_DECLARE_METATYPE.Stephen Kelly2012-07-241-5/+0
* Replace old typedefs with their built-in equivalents.Stephen Kelly2012-07-241-4/+2
* Fix typo pallete -> palette.Stephen Kelly2012-07-241-2/+2
* Split QWidgetsVariant tests into a separate testcase.Stephen Kelly2012-07-231-217/+14
* Test QVariant copy with a user type instead of a QtNetwork type.Stephen Kelly2012-07-151-8/+18
* Run QIcon related crash test with the other QtGui types.Stephen Kelly2012-07-141-2/+2
* Don't declare built-in metatypes as metatypes again.Stephen Kelly2012-07-141-23/+0
* Implement QVariant conversions for QObject derived pointer metatypes.Stephen Kelly2012-07-011-0/+13
* Fix warning about unused variable in tst_qvariant.Jędrzej Nowacki2012-05-231-0/+1
* Introduce a new built-in type: signed char.Jędrzej Nowacki2012-05-081-2/+25
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-9/+0
|\
| * Remove QVariant constructor taking Qt::GlobalColor.Jędrzej Nowacki2012-04-191-9/+0
* | Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-110/+110
* | 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-141-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
* 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-251-8/+130
* 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