projects
/
profile
/
ivi
/
qtdeclarative.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Update to 5.0.0-beta1
[profile/ivi/qtdeclarative.git]
/
tests
/
auto
/
qml
/
qqmlecmascript
/
tst_qqmlecmascript.cpp
2012-08-28
Chris Adams
Refactor singleton type registration code
blob
|
commitdiff
2012-08-27
Matthew Vogt
Restrict v8 property lookup to the execution context
blob
|
commitdiff
|
diff to current
2012-08-24
Thomas McGuire
Don't put JavaScript-owned objects on the stack.
blob
|
commitdiff
|
diff to current
2012-08-23
Michael Brasser
Avoid dynamic lookup of signal handler arguments
blob
|
commitdiff
|
diff to current
2012-08-15
Matthew Vogt
Reduce memory consumption of source coordinates
blob
|
commitdiff
|
diff to current
2012-08-09
Chris Adams
Add unit test for concatenated property name access
blob
|
commitdiff
|
diff to current
2012-08-09
Chris Adams
Ensure that copy sequences can be passed as arguments
blob
|
commitdiff
|
diff to current
2012-08-08
Glenn Watson
Add type name to singleton (module api) implementations.
blob
|
commitdiff
|
diff to current
2012-08-07
Glenn Watson
Support JS Array.sort() function for sequence wrappers.
blob
|
commitdiff
|
diff to current
2012-07-25
Glenn Watson
Ensure params listed after unnamed params are available...
blob
|
commitdiff
|
diff to current
2012-07-16
Matthew Vogt
Support remote import paths
blob
|
commitdiff
|
diff to current
2012-07-11
Chris Adams
Don't provide typehint in QQmlExpression::evaluate()
blob
|
commitdiff
|
diff to current
2012-07-10
Matthew Vogt
Improved error messages for malformed .import statements
blob
|
commitdiff
|
diff to current
2012-07-08
Matthew Vogt
Use V4 binding for non-final properties where possible
blob
|
commitdiff
|
diff to current
2012-06-27
Oswald Buddenhagen
Merge "Merge branch 'buildsystem'" into refs/staging...
blob
|
commitdiff
|
diff to current
2012-06-27
Matthew Vogt
Add enum values from related types
blob
|
commitdiff
|
diff to current
2012-06-22
Michael Brasser
Handle enum values of -1 correctly.
blob
|
commitdiff
|
diff to current
2012-06-21
Matthew Vogt
Support enum return types in Q_INVOKABLE functions.
blob
|
commitdiff
|
diff to current
2012-06-12
Chris Adams
Remove non-templated qobject module api registration...
blob
|
commitdiff
|
diff to current
2012-06-07
Aaron Kennedy
Don't double emit threaded signals
blob
|
commitdiff
|
diff to current
2012-06-06
Aaron Kennedy
Disallow parent changes for QML created objects
blob
|
commitdiff
|
diff to current
2012-06-05
Martin Jones
Allow qtdeclarative to compile with -no-widgets
blob
|
commitdiff
|
diff to current
2012-06-03
Aaron Kennedy
Fix crash in lazy meta object generation.
blob
|
commitdiff
|
diff to current
2012-06-01
Chris Adams
Fix another crash due to unregistered enum types
blob
|
commitdiff
|
diff to current
2012-05-30
Chris Adams
Ensure that variant property references keep QObjects...
blob
|
commitdiff
|
diff to current
2012-05-28
Chris Adams
Fix crash caused by unregistered enum types
blob
|
commitdiff
|
diff to current
2012-05-25
Roberto Raggi
Don't rewrite the body of function expressions
blob
|
commitdiff
|
diff to current
2012-05-24
Aaron Kennedy
Lazily create QMetaObjects
blob
|
commitdiff
|
diff to current
2012-05-24
Andrew den Exter
Enable binding to properties of type QJSValue.
blob
|
commitdiff
|
diff to current
2012-05-23
Matthew Vogt
Remove default parenting in Qt.createComponent()
blob
|
commitdiff
|
diff to current
2012-05-20
Matthew Vogt
Allow the existence of a VME metaobject to be asserted
blob
|
commitdiff
|
diff to current
2012-05-16
Chris Adams
Ensure that we don't attempt to dispose handle twice
blob
|
commitdiff
|
diff to current
2012-05-15
Chris Adams
Revert "Allow function assignment to cause binding...
blob
|
commitdiff
|
diff to current
2012-05-11
Aaron Kennedy
Permit signals to be emitted in a different thread
blob
|
commitdiff
|
diff to current
2012-05-08
Chris Adams
Fix edge case in signal emission semantics
blob
|
commitdiff
|
diff to current
2012-05-08
Michael Brasser
Remove QQmlData::objectNameChanged callback.
blob
|
commitdiff
|
diff to current
2012-05-04
Thiago Macieira
Change uses of {to,from}Ascii to {to,from}Latin1
blob
|
commitdiff
|
diff to current
2012-05-04
Matthew Vogt
Ensure binding target has not been deleted
blob
|
commitdiff
|
diff to current
2012-05-04
Matthew Vogt
Emit Component.onDestruction before context is invalidated
blob
|
commitdiff
|
diff to current
2012-05-03
Kent Hansen
Remove QJS exception API
blob
|
commitdiff
|
diff to current
2012-05-01
Charles Yin
Prevent object being delete by GC before object is...
blob
|
commitdiff
|
diff to current
2012-04-27
Jędrzej Nowacki
Avoid calling gc in QQmlEngine destructor.
blob
|
commitdiff
|
diff to current
2012-04-26
Kent Hansen
Specialize for QJson types in the QObject meta-call...
blob
|
commitdiff
|
diff to current
2012-04-23
Matthew Vogt
Verify that QML can reliably receive datetime info...
blob
|
commitdiff
|
diff to current
2012-04-23
Matthew Vogt
Record current status of date conversion from QML
blob
|
commitdiff
|
diff to current
2012-04-17
Lars Knoll
Merge remote-tracking branch 'origin/api_changes'
blob
|
commitdiff
|
diff to current
2012-04-11
Lars Knoll
Merge remote-tracking branch 'origin/master' into api_c...
blob
|
commitdiff
|
diff to current
2012-04-04
Aaron Kennedy
Do not execute overwritten bindings
blob
|
commitdiff
|
diff to current
2012-04-03
Aaron Kennedy
Don't crash if calling a method on a QObject that has...
blob
|
commitdiff
|
diff to current
2012-04-03
Michael Brasser
Allow objects created in QML with incubateObject to...
blob
|
commitdiff
|
diff to current
2012-03-30
Aaron Kennedy
Loosen shared binding tests
blob
|
commitdiff
|
diff to current
2012-03-27
Kent Hansen
Merge master into api_changes
blob
|
commitdiff
|
diff to current
2012-03-26
Chris Adams
Add templated module api registration function
blob
|
commitdiff
|
diff to current
2012-03-26
Michael Brasser
Support registered QFlags in QML methods and signal...
blob
|
commitdiff
|
diff to current
2012-03-23
Kent Hansen
Merge master into api_changes
blob
|
commitdiff
|
diff to current
2012-03-23
Michael Brasser
Prevent the root object from being garbage collected.
blob
|
commitdiff
|
diff to current
2012-03-21
Chris Adams
Allow literal enum to int property assignments
blob
|
commitdiff
|
diff to current
2012-03-21
Andrew den Exter
Fix consistency of parsing ISO 8601 date strings.
blob
|
commitdiff
|
diff to current
2012-03-20
Matthew Vogt
Allow parent to be specified for Qt.createComponent
blob
|
commitdiff
|
diff to current
2012-03-19
Matthew Vogt
Ensure JS files imported inside modules work correctly
blob
|
commitdiff
|
diff to current
2012-03-19
Kent Hansen
Merge master into api_changes
blob
|
commitdiff
|
diff to current
2012-03-15
Miikka Heikkinen
Windows: Fix file URL issues in declarative autotests
blob
|
commitdiff
|
diff to current
2012-03-15
Chris Adams
Fix crash caused by dereferencing collected v8 data
blob
|
commitdiff
|
diff to current
2012-03-15
Aaron Kennedy
Remove binding dependency on QQmlExpression
blob
|
commitdiff
|
diff to current
2012-03-14
Chris Adams
Ensure that dynamic property storing QObject ptr notifi...
blob
|
commitdiff
|
diff to current
2012-03-14
Kent Hansen
Let V8 throw the exception when QML property lookup...
blob
|
commitdiff
|
diff to current
2012-03-14
Kent Hansen
Use the same ReferenceError message wording as V8
blob
|
commitdiff
|
diff to current
2012-03-14
Michael Brasser
Support module api objects in v4.
blob
|
commitdiff
|
diff to current
2012-03-13
Jędrzej Nowacki
Crash fix after QMetaType change.
blob
|
commitdiff
|
diff to current
2012-03-13
Matthew Vogt
Merge branch 'master' of git://gitorious.org/qt/qtdecla...
blob
|
commitdiff
|
diff to current
2012-03-11
Matthew Vogt
Merge branch 'master' of git://gitorious.org/qt/qtdecla...
blob
|
commitdiff
|
diff to current
2012-03-09
João Abecasis
Don't grow container when desired size is known
blob
|
commitdiff
|
diff to current
2012-03-07
Lars Knoll
Merge remote-tracking branch 'origin/master' into api_c...
blob
|
commitdiff
|
diff to current
2012-03-07
Kent Hansen
Make sure QML type "real" always maps to C++ type ...
blob
|
commitdiff
|
diff to current
2012-03-05
Chris Adams
Allow function assignment to cause binding for non...
blob
|
commitdiff
|
diff to current
2012-03-05
Chris Adams
Improve support for var properties
blob
|
commitdiff
|
diff to current
2012-03-05
Matthew Vogt
Merge remote branch 'gerrit/api_changes' into merge...
blob
|
commitdiff
|
diff to current
2012-03-05
Matthew Vogt
Merge master <-> api_changes
blob
|
commitdiff
|
diff to current
2012-02-24
Matthew Vogt
Rename QDeclarative symbols to QQuick and QQml
blob
|
commitdiff
|
diff to current