aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcomponent.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch '5.3' into devGunnar Sletta2014-08-071-1/+0
|\|
| * Fix assertion: ASSERT: "hasException" in file jsruntime/qv4engine.cpp, line 933Robin Burchell2014-07-311-1/+0
* | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-07-261-0/+5
|\|
| * QQmlComponent::create(): visual items must have a visual parent.Mitch Curtis2014-07-241-0/+5
* | Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-9/+0
* | Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1
* | Change the object allocation schemeSimon Hausmann2014-07-221-1/+1
* | Convert regexpsLars Knoll2014-07-221-18/+19
* | Get rid of all uses of ObjectRefLars Knoll2014-07-221-1/+1
* | Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-8/+8
* | Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-1/+1
* | Convert the incubator object to new storage layoutLars Knoll2014-07-221-37/+47
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-021-3/+3
|\|
| * Fix memory leak in QQmlComponent::createObjectSimon Hausmann2014-06-231-2/+2
| * Fix QQmlComponent detailed description.Mitch Curtis2014-06-201-1/+1
* | Cleanup: Get rid of the url and file name members in QQmlCompiledDataSimon Hausmann2014-06-051-1/+1
|/
* Doc: Document signals (not handlers) under \qmlattachedsignalSze Howe Koh2014-03-281-8/+8
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-191-1/+0
* Remove old compiler and VMESimon Hausmann2014-03-071-35/+16
* [new compiler] Add support for deferred propertiesSimon Hausmann2014-03-051-1/+7
* [new compiler] Fix some qqmlincubator testsSimon Hausmann2014-03-041-1/+1
* Document qmlContext() and qmlEngine().Mitch Curtis2014-03-041-0/+20
* [new compiler] Match class and file nameSimon Hausmann2014-02-161-2/+2
* [new compiler] Cleanup object creator membersSimon Hausmann2014-02-161-1/+1
* [new compiler] Fix component attachment linking across sub object creatorsSimon Hausmann2014-02-071-1/+1
* [new compiler] Allow for interruption during object finalizationSimon Hausmann2014-02-071-1/+2
* [new compiler] Fix propagation of imported scripts for anonymous componentsSimon Hausmann2014-02-051-2/+2
* CleanupsLars Knoll2014-01-311-3/+3
* Split ManagedVTable into two classesLars Knoll2014-01-211-3/+3
* [new compiler] Preliminary support for QQmlIncubatorSimon Hausmann2014-01-081-1/+5
* Remove unused static functions from QtQml found by Clang 3.4Thiago Macieira2014-01-041-28/+0
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-1/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Remove old qml object creation profilingUlf Hermann2013-11-291-16/+0