Reduce memory consumption in QV4Bindings::Binding
[profile/ivi/qtdeclarative.git] / src / qml / qml / qqmlvme.cpp
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-03 Michael BrasserMake QQmlScriptString opaque.
2012-07-10 Matthew VogtImproved error messages for malformed .import statements
2012-07-08 Matthew VogtUse V4 binding for non-final properties where possible
2012-06-06 Aaron KennedyDisallow parent changes for QML created objects
2012-06-04 Michael BrasserSend valueTypeIndex to setBindingNoEnable in the expect...
2012-05-24 Aaron KennedyLazily create QMetaObjects
2012-05-24 Andrew den ExterEnable binding to properties of type QJSValue.
2012-05-22 Friedemann KleintQtDeclarative: Fix warnings about deprecated QCoreAppli...
2012-05-20 Matthew VogtAllow the existence of a VME metaobject to be asserted
2012-05-17 Matthew VogtAdd QQmlEngine::trimComponentCache()
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 Charles YinBetter checking top level root object creation status
2012-05-04 Aaron KennedyMinor optimizations and cleanup
2012-05-01 Michael BrasserMore robust tracking of signal handler expression owner...
2012-05-01 Charles YinPrevent object being delete by GC before object is...
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-11 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-04 Aaron KennedyDo not execute overwritten bindings
2012-04-04 Aaron KennedyRevert "Do not execute overwritten bindings"
2012-04-04 Matthew VogtDo not execute overwritten bindings
2012-04-03 Michael BrasserUse scope, not owner to look up enums in QQmlBoundSignal.
2012-04-03 Michael BrasserRevert "Add QQmlBoundSignalNoParams"
2012-03-30 Aaron KennedyAllow V8 bindings to be assigned to aliases
2012-03-28 Chris AdamsUse minimal javascript expression for bound signals
2012-03-27 Kent HansenMerge master into api_changes
2012-03-27 Michael BrasserAdd QQmlBoundSignalNoParams qt-v5.0.0-alpha1
2012-03-26 Michael BrasserRemove QObject parenting from QQmlAbstractBoundSignal.
2012-03-23 Kent HansenMerge master into api_changes
2012-03-20 Michael BrasserAlways enable value type support in v4.
2012-03-20 Matthew VogtMigrate gui dependencies from QtQml to QtQuick.
2012-03-19 Kent HansenMerge master into api_changes
2012-03-15 Aaron KennedyRemove binding dependency on QQmlExpression
2012-03-13 Kent HansenAdapt to Qt5 meta-object changes
2012-03-13 Aaron KennedyMove binding and expression classes to separate files
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