aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcomponent.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-6/+17
|\
| * Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-181-6/+17
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-121-0/+7
|\|
| * QQmlComponent: mention errors when component is prematurely destructedMitch Curtis2016-02-101-0/+7
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-221-2/+2
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-2/+2
| |\
| | * Fix QQmlComponent::errors() documentationMitch Curtis2015-12-111-1/+1
| | * Fix link to QQmlError in QQmlComponent documentationMitch Curtis2015-12-101-1/+1
* | | Updated license headersJani Heikkinen2016-01-191-14/+20
|/ /
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-2/+2
|\|
| * Fix QQmlComponent::beginCreate documentationMitch Curtis2015-09-151-2/+2
* | Move remaining objects to new constructor syntaxLars Knoll2015-09-221-5/+4
* | Remove unused variableLars Knoll2015-09-091-7/+1
* | Avoid firing up the JS parser/JIT/interpreter when instantiating objectsSimon Hausmann2015-08-161-45/+48
* | Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-041-3/+5
* | Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-041-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-301-2/+2
|\|
| * Doc: resize tables with overflowNico Vertriest2015-06-251-2/+2
* | Remove dead code QQmlComponent::createObjectHolger Hans Peter Freyther2015-06-081-4/+1
* | doc: Remove uses of \mainclassMartin Smith2015-06-071-1/+0
* | Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-3/+3
* | Get rid of asFunctionObject()Lars Knoll2015-04-211-2/+2
* | More cleanupsLars Knoll2015-04-211-4/+4
* | Further cleanupsLars Knoll2015-04-161-2/+2
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-7/+7
* CleanupsLars Knoll2015-01-231-1/+1
* Get rid of most uses of ValueRefLars Knoll2015-01-231-2/+2
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-2/+0
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-1/+1
* Remove v8engine from qmlcomponent and canvas2dLars Knoll2015-01-081-13/+10
* Move extension mechanism over to use the v4 engineLars Knoll2015-01-081-5/+4
* Remove v8engine pointer from QQmlV4FunctionLars Knoll2015-01-081-2/+2
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-2/+2
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-2/+2
* Better encapsulate access to the global objectLars Knoll2014-12-111-3/+3
* Cleanup: Merge QQmlDataLoader and QQmlTypeLoaderSimon Hausmann2014-12-091-3/+3
* Cleanup destruction of heap objectsLars Knoll2014-11-211-6/+1
* Cleanup exception catching codeLars Knoll2014-11-151-2/+1
* Move data for remaining objects in QtQml into the Heap namespaceLars Knoll2014-11-111-31/+40
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-2/+2
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-2/+2
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-7/+6
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-5/+5
* Get rid of !this and similar constructsLars Knoll2014-10-311-3/+3
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-121-5/+4
|\
| * Clarify Component.onCompleted/onDestruction docsGunnar Sletta2014-08-061-5/+4