aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v8/qv8listwrapper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
| | | | | Change-Id: I0a8d99909cac867dce72da70b1bbcb649989a51b Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Fix gcc compilation warningsKai Koehne2011-11-091-1/+1
| | | | | | | | QML_SHOW_FRAMERATE is a leftover from QDeclarativeView. Rest is signed vs unsigned integer comparison. Change-Id: Ie17e217fc1cf13d29a3795a40dbbc07e9c7c6067 Reviewed-by: Martin Jones <martin.jones@nokia.com>
* Fix "for (... in ...)" loops for list properties.Michael Brasser2011-10-261-2/+18
| | | | | | | Task-number: QTBUG-22276 Change-Id: Ibe5a1180044d8e4a6ca6458e8170dd027885ad10 Reviewed-by: Chris Adams <christopher.adams@nokia.com> Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
* Fix outdated license headers.Jason McDonald2011-08-051-17/+17
| | | | | | | Change-Id: I81fd41433b03b13befe0b5c68ec248ea71e8c235 Reviewed-on: http://codereview.qt.nokia.com/2596 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com> Reviewed-by: Martin Jones <martin.jones@nokia.com>
* Ensure that the prototype chain is checked in property GetChris Adams2011-08-021-1/+1
| | | | | | | | | | | | | | This commit ensures that the prototype chain is checked during property Get operations on QObjects and other types in QML by returning an empty handle from the property Get interceptor if no valid property with the given name is found. Task-number: QTBUG-20336 Change-Id: I670ee211c74c0fdcb68c3f91b29fcc0ea8b55d6f Reviewed-on: http://codereview.qt.nokia.com/1477 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com> Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
* Minor XXX fixupsAaron Kennedy2011-06-091-2/+2
|
* Implement global handle trackingAaron Kennedy2011-06-081-2/+2
| | | | | This makes it easier to track down handles that have been double Dispose()'d. See qv8engine_p.h for details.
* Initial V8 integrationAaron Kennedy2011-06-061-0/+178