aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi/qjsengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* QJSEngine: document limitation of dynamic QObject propertiesMitch Curtis2017-07-271-1/+6
* Doc: Fix documentation warningsTopi Reinio2017-01-301-1/+1
* Add QJSEngine::newQMetaObjectCorentin Jabot2016-06-051-0/+43
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-0/+1
|\
| * V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-0/+8
|\|
| * Abort application if QJSEngine is constructed before QCoreApplicationMitch Curtis2016-04-281-0/+10
* | Introduce delegating constructors.Friedemann Kleint2016-05-061-3/+1
|/
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Support debugging and profiling for pure QJSEnginesUlf Hermann2015-12-151-0/+24
* 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