aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8worker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename QV8Worker to QV4::SerializeLars Knoll2013-05-211-402/+0
| | | | | | | | The class is only being used in WorkerScript, but in itself only does serialization of JS Values. Change-Id: Ibf1b06acf5abcfcc00cada9cc8cad9a833bd7ea3 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* convert qv8workerscript to v4Lars Knoll2013-05-211-90/+98
| | | | | Change-Id: Ifc204f53a46c857a2a7caaa4f6900d4300163dbb Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Replace v8::True()/False() with QV4::Value equivalentsSimon Hausmann2013-05-071-2/+2
| | | | | Change-Id: I8d4ff185e8d33ce3d6ee11dd9a709138e35d6a48 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Replace v8::Null() with QV4::Value::nullValue()Simon Hausmann2013-05-071-1/+1
| | | | | Change-Id: I7901d5282afd71c1fd66bab223b2811f0d14b5f1 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Replace v8::Undefined() with QV4::Value::undefinedValue()Simon Hausmann2013-05-071-3/+3
| | | | | Change-Id: I4c7bb5bcc1bc15a982bb83d2597e6ae4bc5710cd Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Get rid of v8::LocalLars Knoll2013-05-061-9/+9
| | | | | | | | | The class was doing exactly the same thing as v8::Handle in our implementation. Removing it cleans up quite a bit of code. Change-Id: I37a3dcdef062fc388751e9ef0a158b5926ba2efb Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Convert QObject methods inQV8Enginer to v4 based APILars Knoll2013-04-291-2/+2
| | | | | | | | | Change-Id: I954daac83b36d4cb667ecd7923577af90cfc4f9e Fixup newQObject Change-Id: I7b81754165b319a7fd81838313d0d654aad1132e Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Fix QV8Engine::getOwnPropertyNames APILars Knoll2013-04-291-1/+3
| | | | | Change-Id: I0b28835e9fe51df74ca87919be63f001d4a5d090 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Move ListModel and ListElement to the QtQml importAlan Alpert2013-01-241-6/+6
| | | | | | | | | | | | They're already in the QtQml module, but were left in the QtQuick import because they were considered to be of minimal use without QtQuick types. QtQml types are being developed would could make ListModel useful without QtQuick, indicating that they should no longer be considered QtQuick depedent. Change-Id: I31499f2cc23baf4bc70fb451ba164408bed89ff6 Reviewed-by: Andrew den Exter <andrew.den.exter@qinetic.com.au>
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
| | | | | | Change-Id: I6c3bd7bebe3d62d1cfd0fa6334544c9db8398c76 Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
| | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ie7f5d49ed8235d7a7845ab68f99ad1c220e64d5c Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-0/+392
Symbols beginning with QDeclarative are already exported by the quick1 module. Users can apply the bin/rename-qtdeclarative-symbols.sh script to modify client code using the previous names of the renamed symbols. Task-number: QTBUG-23737 Change-Id: Ifaa482663767634931e8711a8e9bf6e404859e66 Reviewed-by: Martin Jones <martin.jones@nokia.com>