Test metatype registration errors with non-metatypes.
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlecmascript / tst_qqmlecmascript.cpp
2012-08-28 Stephen KellyTest metatype registration errors with non-metatypes.
2012-08-28 Chris AdamsRefactor singleton type registration code
2012-08-27 Matthew VogtRestrict v8 property lookup to the execution context
2012-08-24 Thomas McGuireDon't put JavaScript-owned objects on the stack.
2012-08-23 Michael BrasserAvoid dynamic lookup of signal handler arguments
2012-08-15 Matthew VogtReduce memory consumption of source coordinates
2012-08-09 Chris AdamsAdd unit test for concatenated property name access
2012-08-09 Chris AdamsEnsure that copy sequences can be passed as arguments
2012-08-08 Glenn WatsonAdd type name to singleton (module api) implementations.
2012-08-07 Glenn WatsonSupport JS Array.sort() function for sequence wrappers.
2012-07-25 Glenn WatsonEnsure params listed after unnamed params are available...
2012-07-16 Matthew VogtSupport remote import paths
2012-07-11 Chris AdamsDon't provide typehint in QQmlExpression::evaluate()
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-27 Oswald BuddenhagenMerge "Merge branch 'buildsystem'" into refs/staging...
2012-06-27 Matthew VogtAdd enum values from related types
2012-06-22 Michael BrasserHandle enum values of -1 correctly.
2012-06-21 Matthew VogtSupport enum return types in Q_INVOKABLE functions.
2012-06-12 Chris AdamsRemove non-templated qobject module api registration...
2012-06-07 Aaron KennedyDon't double emit threaded signals
2012-06-06 Aaron KennedyDisallow parent changes for QML created objects
2012-06-05 Martin JonesAllow qtdeclarative to compile with -no-widgets
2012-06-03 Aaron KennedyFix crash in lazy meta object generation.
2012-06-01 Chris AdamsFix another crash due to unregistered enum types
2012-05-30 Chris AdamsEnsure that variant property references keep QObjects...
2012-05-28 Chris AdamsFix crash caused by unregistered enum types
2012-05-25 Roberto RaggiDon't rewrite the body of function expressions
2012-05-24 Aaron KennedyLazily create QMetaObjects
2012-05-24 Andrew den ExterEnable binding to properties of type QJSValue.
2012-05-23 Matthew VogtRemove default parenting in Qt.createComponent()
2012-05-20 Matthew VogtAllow the existence of a VME metaobject to be asserted
2012-05-16 Chris AdamsEnsure that we don't attempt to dispose handle twice
2012-05-15 Chris AdamsRevert "Allow function assignment to cause binding...
2012-05-11 Aaron KennedyPermit signals to be emitted in a different thread
2012-05-08 Chris AdamsFix edge case in signal emission semantics
2012-05-08 Michael BrasserRemove QQmlData::objectNameChanged callback.
2012-05-04 Thiago MacieiraChange uses of {to,from}Ascii to {to,from}Latin1
2012-05-04 Matthew VogtEnsure binding target has not been deleted
2012-05-04 Matthew VogtEmit Component.onDestruction before context is invalidated
2012-05-03 Kent HansenRemove QJS exception API
2012-05-01 Charles YinPrevent object being delete by GC before object is...
2012-04-27 Jędrzej NowackiAvoid calling gc in QQmlEngine destructor.
2012-04-26 Kent HansenSpecialize for QJson types in the QObject meta-call...
2012-04-23 Matthew VogtVerify that QML can reliably receive datetime info...
2012-04-23 Matthew VogtRecord current status of date conversion from QML
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-03 Aaron KennedyDon't crash if calling a method on a QObject that has...
2012-04-03 Michael BrasserAllow objects created in QML with incubateObject to...
2012-03-30 Aaron KennedyLoosen shared binding tests
2012-03-27 Kent HansenMerge master into api_changes
2012-03-26 Chris AdamsAdd templated module api registration function
2012-03-26 Michael BrasserSupport registered QFlags in QML methods and signal...
2012-03-23 Kent HansenMerge master into api_changes
2012-03-23 Michael BrasserPrevent the root object from being garbage collected.
2012-03-21 Chris AdamsAllow literal enum to int property assignments
2012-03-21 Andrew den ExterFix consistency of parsing ISO 8601 date strings.
2012-03-20 Matthew VogtAllow parent to be specified for Qt.createComponent
2012-03-19 Matthew VogtEnsure JS files imported inside modules work correctly
2012-03-19 Kent HansenMerge master into api_changes
2012-03-15 Miikka HeikkinenWindows: Fix file URL issues in declarative autotests
2012-03-15 Chris AdamsFix crash caused by dereferencing collected v8 data
2012-03-15 Aaron KennedyRemove binding dependency on QQmlExpression
2012-03-14 Chris AdamsEnsure that dynamic property storing QObject ptr notifi...
2012-03-14 Kent HansenLet V8 throw the exception when QML property lookup...
2012-03-14 Kent HansenUse the same ReferenceError message wording as V8
2012-03-14 Michael BrasserSupport module api objects in v4.
2012-03-13 Jędrzej NowackiCrash fix after QMetaType change.
2012-03-13 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-11 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-09 João AbecasisDon't grow container when desired size is known
2012-03-07 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-07 Kent HansenMake sure QML type "real" always maps to C++ type ...
2012-03-05 Chris AdamsAllow function assignment to cause binding for non...
2012-03-05 Chris AdamsImprove support for var properties
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