aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcontextwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-323/+0
* QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+1
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-4/+5
* QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-5/+6
* QML: Replace QPointer with a QQmlQPointer (which is trivial)Erik Verbruggen2016-09-271-1/+2
* V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-2/+11
|\
| * Revert "Remove this piece of code"Simon Hausmann2016-05-181-2/+11
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-5/+4
* Simplify Object::putValue()Lars Knoll2015-09-151-1/+1
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-1/+1
* Remove this piece of codeLars Knoll2015-08-251-11/+2
* Cleanup qmlcontextwrapper usage in XHRLars Knoll2015-08-201-13/+0
* Move the qmlSingletonWrapper method out of the contextwrapperLars Knoll2015-08-201-21/+0
* Move the registerQmlDependencies method into QQmlPropertyCaptureLars Knoll2015-08-201-43/+0
* Smaller cleanupsLars Knoll2015-08-141-3/+3
* Access the id objects through a specialized runtime methodLars Knoll2015-08-121-26/+0
* Cleanup retrieval of scope and context objectsLars Knoll2015-06-181-9/+1
* Get rid of QQmlIdObjectsArrayLars Knoll2015-06-181-38/+4
* Smaller cleanup in the context wrapperLars Knoll2015-06-181-11/+0
* Simplify property capturing codeLars Knoll2015-06-181-6/+8
* Fix Object::getOwnProperty APILars Knoll2015-06-171-4/+3
* Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-1/+1
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-4/+8
|\
| * Address uninitialized pointer variablesHolger Hans Peter Freyther2015-04-201-0/+1
| * Speed up object creationSimon Hausmann2015-04-161-1/+2
| * Speed up object creation with lots of id name objectsSimon Hausmann2015-04-161-3/+5
* | More cleanupsLars Knoll2015-04-211-2/+2
* | Further cleanupsLars Knoll2015-04-161-5/+5
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-6/+6
* Get rid of most uses of ValueRefLars Knoll2015-01-231-8/+8
* Rework QJSValue internalsLars Knoll2015-01-211-1/+1
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-7/+7
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-2/+0
* Get rid of Value::engine()Lars Knoll2015-01-121-4/+4
* Cleanup variant conversion codeLars Knoll2015-01-091-1/+1
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-1/+1
* Remove qv8engine usage in the contextwrapperLars Knoll2015-01-081-14/+12
* Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* Reduce v8engine dependency in the type wrapperLars Knoll2015-01-021-5/+3
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-1/+1
* Don't store a v8engine pointer in qqmllistwrapperLars Knoll2015-01-011-1/+1
* Store a pointer to a heap object in the context wrapperLars Knoll2014-12-201-3/+1
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-1/+1
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-1/+1
* Better encapsulate access to the global objectLars Knoll2014-12-111-1/+1
* Cleanup destruction of heap objectsLars Knoll2014-11-211-5/+0