aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi/qjsengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add extension API to QJSEngineMitch Curtis2015-09-251-14/+107
* Rename currentExecutionContext to currentContextLars Knoll2015-09-151-1/+1
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-3/+4
* Doc: Fixed several link errorsNico Vertriest2015-09-071-1/+1
* Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll2015-08-191-1/+1
* Store rootcontext in a GC safe wayLars Knoll2015-06-171-2/+2
* doc: Remove uses of \mainclassMartin Smith2015-06-071-1/+0
* Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-1/+1
* Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-2/+2
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-9/+19
|\
| * Doc: Expand on QJSEngine exception handlingSze Howe Koh2015-04-181-9/+19
* | More cleanupsLars Knoll2015-04-211-1/+1
|/
* QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-1/+3
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-5/+5
* Rework QJSValue internalsLars Knoll2015-01-211-14/+20
* Add C++11 move operators, and a simpler internal constructorLars Knoll2015-01-211-6/+6
* Refactor persistent valuesLars Knoll2015-01-161-48/+57
* Add ability to retrieve QJSEngine for a given QObjectSimon Hausmann2015-01-121-0/+18
* Cleanup variant conversion codeLars Knoll2015-01-091-2/+2
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-2/+2
* Make the remaining variant conversion methods staticLars Knoll2015-01-091-1/+1
* Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-5/+4
* Enable gadget wrapping for custom value typesSimon Hausmann2015-01-021-1/+6
* Fix constructions of QJSEngine objectsLars Knoll2015-01-011-2/+3
* Make QQmlPropertyCache available in QJSEngineSimon Hausmann2014-12-291-0/+21
* Make Managed inherit ValueLars Knoll2014-12-201-2/+2
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-3/+3
* Better encapsulate access to the global objectLars Knoll2014-12-111-2/+2
* Encapsulate accesses to the root contextLars Knoll2014-12-111-2/+2
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-0/+6
|\
| * Add string::arg method in installTranslatorFunctionsKai Koehne2014-12-051-0/+6
* | Cleanup exception catching codeLars Knoll2014-11-151-1/+1
|/
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-171-11/+16
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-1/+1
* Add support for translations in pure QJSEngine based environmentsSimon Hausmann2014-06-131-0/+40
* Fix QJSEngine::evaluate using the wrong execution contextv5.3.0Simon Hausmann2014-05-091-4/+9
* Document QJSEngine as reentrant.Michael Brasser2014-04-101-0/+1
* Cleanup our runtime methodsLars Knoll2014-03-111-1/+1
* Make it possible to call QQmlEngine::setObjectOwnership at any timeSimon Hausmann2014-03-021-1/+5
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-1/+1
* Fixup the implementation mess for QJSValue(QString)Lars Knoll2013-12-041-0/+49
* Properly propagate parse errorsLars Knoll2013-10-291-7/+7
* Touch up QJSEngine::evaluate documentation.Mitch Curtis2013-10-141-4/+4
* Cleanup exception handlingSimon Hausmann2013-10-031-1/+0
* Change exception handling APISimon Hausmann2013-10-021-3/+2
* Move more API over to use ValueRefLars Knoll2013-09-261-1/+3
* Fix Persistent/WeakValue APILars Knoll2013-09-261-4/+11