aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8valuetypewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port the value type wrapper over to use V4Lars Knoll2013-05-301-447/+0
* Fix file and line number reporting of QML/JS errorsSimon Hausmann2013-05-271-1/+1
* Get rid of Get/SetHiddenValue in the v8 APILars Knoll2013-05-241-2/+3
* Add support for generating stack traces to QV4::ExecutionEngineLars Knoll2013-05-221-9/+3
* Remove v8 dependencies in qhashedstringLars Knoll2013-05-221-2/+2
* Get rid of v8::BooleanLars Knoll2013-05-211-1/+1
* Get rid of v8::NumberLars Knoll2013-05-211-1/+1
* Get rid of v8::IntegerLars Knoll2013-05-211-1/+1
* Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-081-1/+1
* Convert qv8Valuetypewrapper to use QV4::PersistentValueLars Knoll2013-05-081-11/+11
* More steps towards eliminating the v8 layerSimon Hausmann2013-05-071-1/+1
* Replace v8::Undefined() with QV4::Value::undefinedValue()Simon Hausmann2013-05-071-2/+2
* Get rid of v8::LocalLars Knoll2013-05-061-11/+11
* Move QV8Engine::to/fromVariant over to a v4 based APILars Knoll2013-05-011-2/+2
* Move more methods on QV8Engine over to use v4 based syntaxLars Knoll2013-04-291-1/+1
* Get rid of QV8Engine::toString()Lars Knoll2013-04-291-2/+2
* Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-191-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-271-3/+4
* Increase test coverage for V4Matthew Vogt2012-08-231-0/+6
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-161-1/+1
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-101-3/+2
* Allow invokable functions of value-type classes to be calledChris Adams2012-08-091-5/+10
* Fix value-type semantics in variant propertiesChris Adams2012-07-241-29/+67
* Fix broken value-type support by allowing property definitionChris Adams2012-07-111-0/+9
* Merge master into api_changesKent Hansen2012-03-191-2/+2
|\
| * Remove binding dependency on QQmlExpressionAaron Kennedy2012-03-151-2/+2
* | Improve support for var propertiesChris Adams2012-03-051-0/+7
|/
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-0/+387