Replace old typedefs with their built-in equivalents.
[profile/ivi/qtbase.git] / tests / auto / corelib / kernel / qvariant / tst_qvariant.cpp
2012-07-24 Stephen KellyReplace old typedefs with their built-in equivalents.
2012-07-24 Stephen KellyFix typo pallete -> palette.
2012-07-23 Stephen KellySplit QWidgetsVariant tests into a separate testcase.
2012-07-14 Stephen KellyTest QVariant copy with a user type instead of a QtNetw...
2012-07-14 Stephen KellyRun QIcon related crash test with the other QtGui types.
2012-07-14 Stephen KellyDon't declare built-in metatypes as metatypes again.
2012-07-01 Stephen KellyImplement QVariant conversions for QObject derived...
2012-05-23 Jędrzej NowackiFix warning about unused variable in tst_qvariant.
2012-05-10 Marius Storm-OlsenMerge branch 'docs-refactoring' into master
2012-05-08 Jędrzej NowackiIntroduce a new built-in type: signed char.
2012-05-03 Lars KnollMerge "Merge remote-tracking branch 'origin/api_changes...
2012-05-03 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-05-02 Debao ZhangDon't use obsolete qVariantValue, qVariantCanConvert...
2012-04-27 Thiago MacieiraWrap all Latin 1 strings with QString::fromLatin1 or...
2012-04-20 Thiago MacieiraSilence two warnings in QVariant's unit test.
2012-04-20 Thiago MacieiraDon't push unnecessary data to a data stream for QVariant()
2012-04-19 Jędrzej NowackiRemove QVariant constructor taking Qt::GlobalColor.
2012-04-18 Jędrzej NowackiDo not assert when QVariant is constructed from an...
2012-04-17 Lars KnollMerge "Merge remote-tracking branch 'origin/api_changes...
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-17 Sergio AhumadaMerge "Merge remote-tracking branch 'origin/master...
2012-04-16 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-16 Stephen KellyShow the type and address of QObjects in debug output.
2012-04-10 Oswald BuddenhagenMerge remote-tracking branch 'origin/master' into api_c...
2012-03-27 Kent HansenMerge master into api_changes
2012-03-23 Kent HansenMerge master into api_changes
2012-03-22 Jędrzej NowackiReserve more space for built-in types in id space.
2012-03-21 Jędrzej NowackiCrash fix in ~QVariant
2012-03-21 Jędrzej NowackiFix qDebug stream for an invalid QVariant.
2012-03-20 Kent HansenAdd QtJson types to meta-type system
2012-03-19 Kent HansenMerge master into api_changes
2012-03-16 Kent HansenMerge master into api_changes
2012-03-14 Giuseppe D'AngeloQRegularExpression: QMetaType and QVariant support
2012-03-12 João AbecasisMerge "Merge remote-tracking branch 'origin/master...
2012-03-12 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-12 Jason McDonaldRemove outdated assumption from QVariant autotest.
2012-03-09 Friedemann KleintMerge "Merge remote-tracking branch 'origin/containers...
2012-03-08 Jędrzej NowackiFix crash in QVariant::canConvert.
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/containers' into...
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/api_changes' into...
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/master' into api_c...
2012-03-06 Stephen KellyAdd template specialization of QMetaType for QObject...
2012-03-02 Jędrzej NowackiIntroduce QMetaType::UnknownType.
2012-02-21 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-16 Jędrzej NowackiAdd QMetaType::FirstCoreType enum value.
2012-02-08 João AbecasisIntroduce Q_DECLARE_OPAQUE_POINTER
2012-02-08 Stephen KellyTreat pointers to QObject derived types in QVariant...
2012-02-07 Jędrzej NowackiAlign QVariant::UserType and QMetaType::User
2012-02-05 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-01-30 Kent HansenRemove type id/name conversion for QVariant::UserType
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-29 Kent HansenGet rid of checks for Qt3 types
2012-01-26 Stephen KellyMark the single argument containers as movable.
2012-01-25 Jędrzej NowackiCleanup mess in public type ids.
2012-01-24 Stephen KellyStore the is-a QObject fact with the metatype declaration.
2012-01-23 Jason McDonaldUpdate contact information in license headers.
2012-01-16 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-01-10 Jędrzej NowackiReimplement QVariant to QDebug streaming.
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2012-01-04 Jędrzej NowackiRefactor QVariant handlers.
2011-12-22 Jędrzej NowackiFix movablity of QVariant.
2011-12-06 Jason McDonaldRemove TESTED_CLASS/TESTED_FILES comments from tests.
2011-12-05 Jędrzej NowackiMake tst_QVariant::canConvertMetaTypeToInt more verbose.
2011-11-30 Jason McDonaldCleanup corelib autotests
2011-11-29 Jason McDonaldCleanup corelib autotests
2011-11-18 Jason McDonaldRemove disabled test data from QVariant test.
2011-11-18 Jason McDonaldRemove obsolete code from QVariant test.
2011-11-09 Jędrzej NowackiAdd QPolygonF to metatype system.
2011-11-09 Jędrzej NowackiMake usage of internal QVariant space.
2011-11-07 Jason McDonaldCleanup corelib autotests
2011-11-04 Jo AsplinRe-enabled passing tests in tst_qvariant
2011-11-01 Olivier Goffarttst_qvariant: add a test QVariant works with not movabl...
2011-10-14 Jędrzej NowackiSmall re-factor of QVariant autotest.
2011-10-11 Kent HansenRename QMetaType::construct() to create()
2011-10-03 Friedemann KleintTests: Fix compilation on Windows.
2011-09-13 Gunnar SlettaMerge branch 'master' of codereview.qt-project.org...
2011-09-13 Gunnar SlettaMerge branch 'refactor'
2011-09-12 Gunnar SlettaMerge branch 'master' into refactor
2011-09-06 Samuel RødalMerge remote branch 'gerrit/master' into HEAD
2011-09-01 Holger IhrigMoving relevant tests to corelib/kernel