aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8variantwrapper_p.h
Commit message (Collapse)AuthorAgeFilesLines
* convert QV8VariantWrapper to v4Lars Knoll2013-05-171-112/+0
| | | | | | | | | Implement variant support through a QV4::VariantObject class. Port scarce resource support for the pixmap and image variants. Change-Id: Ib6aac8debc7f57224ccddb912ab4342c5f1dec15 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Change some APIs in qv8variantwrapper over to be v4 basedLars Knoll2013-05-171-3/+3
| | | | | Change-Id: Idfba6a92bc23dbb8fe14d67ed4a4be901dc0e10a Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Fix QJSValue::toVariant and isVariantLars Knoll2013-05-171-1/+1
| | | | | Change-Id: I7360e37e34756e26f3e8936751c6b65a9d0a2167 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* convert qv8variantwrapper to use QV4::PersistentValueLars Knoll2013-05-081-6/+8
| | | | | Change-Id: Iccccc41a031e72b7ed7ac90bf022f5e1bdea3876 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* More steps towards eliminating the v8 layerSimon Hausmann2013-05-071-4/+4
| | | | | | | | * Changed the return type of the InvocationCallback from a v8 handle to a QV4::Value * Removed v4 auto tests and fixed build of other tests Change-Id: Ic927b925923ca8785170689a5c260969fd1cb794 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Get rid of v8::LocalLars Knoll2013-05-061-8/+8
| | | | | | | | | 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>
* 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/+110
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>