aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qjsconverter_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of qjsconverter*Lars Knoll2013-05-021-105/+0
| | | | | | | | Replace the conversion methods by better API directly in the v8 objects. Change-Id: I9d39b1db38def9aa6d1ef8673e7b1bf36e5b830a Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Convert qjsconverter to v4 based APILars Knoll2013-05-011-16/+12
| | | | | | | | Longer term the whole class should go, but for now this'll do. Change-Id: I17b13848a07d415633606faa1c93ff3a9f54a45a Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Cleanup lots of V8 dependencies in QJS* classesLars Knoll2013-04-181-12/+10
| | | | | | | | | | | Implement a good part of QJSValue using V4. Keep the QV8Engine for now (as it is used everywhere), but add an ExecutionEngine pointer to it so other parts can more easily be ported to V4. Remove a lot of other stuff that's not required anymore. Change-Id: Ibe2c9ab10f0ee977e0e3d05a42f526206d7b22b5 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>
* Merge master <-> api_changesMatthew Vogt2012-03-051-10/+28
| | | | Change-Id: Iad2f07b989b25349fd2d4fff010e24dcd5a1688f
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-0/+93
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>