Docs - add missing images and code, clean up sections
[profile/ivi/qtdeclarative.git] / src / qml / qml / v4 /
2012-08-28 Chris AdamsRefactor singleton type registration code
2012-08-27 Matthew VogtRestrict v8 property lookup to the execution context
2012-08-24 Matthew VogtFix warnings in QtQml
2012-08-23 Matthew VogtIncrease test coverage for V4
2012-08-22 Thomas McGuireMake connectNotify() work with QML
2012-08-22 Stephen KellyTrim trailing whitespace.
2012-08-21 Matthew VogtFix V4 calculations that vary from V8 results
2012-08-17 Matthew VogtReduce memory consumption in QV4Bindings::Binding
2012-08-15 Matthew VogtReduce memory consumption of source coordinates
2012-08-10 Matthew VogtPermit value types with metatype IDs >= QMetaType:...
2012-08-08 Glenn WatsonAdd type name to singleton (module api) implementations.
2012-07-08 Matthew VogtUse V4 binding for non-final properties where possible
2012-06-27 Oswald BuddenhagenMerge "Merge branch 'buildsystem'" into refs/staging...
2012-06-27 Matthew VogtConsistent use of syntax in V4 Register class
2012-06-26 Oswald BuddenhagenMerge branch 'buildsystem'
2012-06-24 Matthew VogtDecode directory separators in source URLs
2012-06-05 Michael BrasserDelay conversion of v8 exceptions to QQmlErrors.
2012-05-25 Aaron KennedyStore QQmlMetaObject in V4
2012-05-24 Aaron KennedyUse static dispatch tables for QQmlAbstractBinding
2012-05-24 Aaron KennedyReduce size of QQmlNotifierEndpoint
2012-05-24 Aaron KennedyLazily create QMetaObjects
2012-05-24 Andrew den ExterEnable binding to properties of type QJSValue.
2012-05-21 Jędrzej NowackiSimplify QVariant::convert and QVariant::canConvert...
2012-05-20 Matthew VogtAllow the existence of a VME metaobject to be asserted
2012-05-17 Matthew VogtAdd QQmlEngine::trimComponentCache()
2012-05-14 Friedemann KleintQtQuick: Fix string related warnings, single character...
2012-05-11 Aaron KennedyPermit signals to be emitted in a different thread
2012-05-10 Michael BrasserAllow V4 bindings to be assigned to aliases
2012-05-08 Friedemann KleintFix MSVC warning C4200 (zero-sized array in struct...
2012-05-04 Christiaan JanssenQmlProfiler: storing binding type
2012-05-04 Matthew VogtEnsure binding target has not been deleted
2012-04-23 Matthew VogtAdd support for var properties in V4
2012-04-23 Michael BrasserSupport and use parameters in QQmlNotifierEndpoint.
2012-04-20 Tobias HungerFix warnings about non-virtual destructors
2012-04-20 Michael BrasserUse QUrl constructor directly.
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-15 Matthew VogtAdd support for variant properties in V4
2012-04-11 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-04 Roberto RaggiRemove sharing of V4 subscriptions
2012-04-04 Roberto RaggiInline the methods of the V4 Register class
2012-04-04 Roberto RaggiRemove obsolete code
2012-04-03 Roberto RaggiFix QML_BINDINGS_TEST and the V4 auto tests
2012-04-03 Roberto RaggiAdd Throw instruction to the V4 virtual machine
2012-04-03 Roberto RaggiFix constant folding for simple binary expression
2012-04-03 Roberto RaggiAdd support for floating conversions.
2012-04-03 Roberto RaggiAdd floats to the high level IR type system.
2012-04-03 Roberto RaggiChange V4 to explicitly use doubles to represent numbers.
2012-03-30 Chris AdamsFix crash in QUrl-to-int conversion in v4
2012-03-29 Michael BrasserUse metaObjectForType in the v4 compiler.
2012-03-28 Matthew VogtWarn on incompatible v4 binding object type
2012-03-27 Kent HansenMerge master into api_changes
2012-03-26 Chris AdamsAdd templated module api registration function
2012-03-23 Kent HansenMerge master into api_changes
2012-03-21 Michael BrasserDisable module api object support in v4.
2012-03-20 Michael BrasserAlways enable value type support in v4.
2012-03-20 Michael BrasserSupport null -> QObject and QObject -> bool conversions...
2012-03-20 Matthew VogtMigrate gui dependencies from QtQml to QtQuick.
2012-03-19 Kent HansenMerge master into api_changes
2012-03-15 Michael BrasserFix bug in v4 strict equality.
2012-03-14 Luis Gabriel LimaFix AND expression in v4
2012-03-14 Michael BrasserSupport module api objects in v4.
2012-03-13 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-12 Michael BrasserFix v4 nested object access bug.
2012-03-12 Michael BrasserAdd two argument Math.min and Math.max support to v4.
2012-03-12 Michael BrasserAdd Math.ceil and Math.abs support to v4.
2012-03-11 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-09 Michael BrasserFix typo.
2012-03-09 Roberto RaggiKeep high-level intermediate representation for IR...
2012-03-09 Roberto RaggiRemove non explicitly typed IR::CONST() nodes.
2012-03-07 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-07 Michael BrasserCorrectly place '.' when building name for call express...
2012-03-05 Matthew VogtMerge remote branch 'gerrit/api_changes' into merge...
2012-03-05 Matthew VogtMerge master <-> api_changes
2012-02-24 Matthew VogtRename QDeclarative symbols to QQuick and QQml