Reduce memory consumption in QV4Bindings::Binding
[profile/ivi/qtdeclarative.git] / src / qml / qml / qqmlcompiler.cpp
2012-08-17 Matthew VogtReduce memory consumption in QV4Bindings::Binding
2012-08-16 Chris AdamsFix crash in signal change notification override
2012-08-10 Matthew VogtPermit value types with metatype IDs >= QMetaType:...
2012-08-08 Chris AdamsAllow signal parameters which are custom QML object...
2012-08-03 Michael BrasserMake QQmlScriptString opaque.
2012-07-10 Chris AdamsFix broken value-type support by allowing property...
2012-07-08 Matthew VogtUse V4 binding for non-final properties where possible
2012-07-04 Glenn WatsonMake Behaviors work correctly with value types.
2012-06-27 Oswald BuddenhagenMerge "Merge branch 'buildsystem'" into refs/staging...
2012-06-27 Matthew VogtAdd enum values from related types
2012-06-26 Oswald BuddenhagenMerge branch 'buildsystem'
2012-06-24 Matthew VogtDecode directory separators in source URLs
2012-06-22 Michael BrasserHandle enum values of -1 correctly.
2012-06-21 Chris AdamsDisallow signal-handler-specification for non-signal...
2012-06-21 Michael BrasserEnable literal Qt enum assignment to enum properties.
2012-06-12 Kent HansenAdapt to connection-related changes in qtbase
2012-06-06 Aaron KennedyDisallow parent changes for QML created objects
2012-06-01 Kent HansenAvoid copy-and-paste of property cache resolution code
2012-05-29 Martin JonesInitialize data members in QML engine
2012-05-24 Aaron KennedyLazily create QMetaObjects
2012-05-24 Martin JonesOptimize QML enum resolution
2012-05-24 Andrew den ExterEnable binding to properties of type QJSValue.
2012-05-21 Jędrzej NowackiSimplify a type name query.
2012-05-21 Friedemann KleintQtDeclarative: Fix warnings about uninitialized variables.
2012-05-17 Martin JonesOptimize type resolution
2012-05-17 Matthew VogtAdd QQmlEngine::trimComponentCache()
2012-05-14 Friedemann KleintQtQuick: Fix string related warnings, single character...
2012-05-10 Michael BrasserAllow V4 bindings to be assigned to aliases
2012-05-09 Michael BrasserAdd rect property type
2012-05-04 Aaron KennedyMinor optimizations and cleanup
2012-05-04 Aaron KennedyInitial bundle support
2012-04-20 Michael BrasserUse QUrl constructor directly.
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-03-30 Aaron KennedyAllow V8 bindings to be assigned to aliases
2012-03-27 Kent HansenMerge master into api_changes
2012-03-23 Kent HansenMerge master into api_changes
2012-03-21 Chris AdamsAllow literal enum to int property assignments
2012-03-20 Matthew VogtMigrate gui dependencies from QtQml to QtQuick.
2012-03-19 Kent HansenMerge master into api_changes
2012-03-13 Jędrzej NowackiCrash fix after QMetaType change.
2012-03-13 Kent HansenMake QFastMetaBuilder generate revision 7 meta-objects
2012-03-07 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-07 Kent HansenUse StringRef::load() to initialize DefaultProperty...
2012-03-07 Kent HansenDon't needlessly create alias property names in the...
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