aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcomponent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QQmlComponent::errors() documentationMitch Curtis2015-12-111-1/+1
* Fix link to QQmlError in QQmlComponent documentationMitch Curtis2015-12-101-1/+1
* Fix QQmlComponent::beginCreate documentationMitch Curtis2015-09-151-2/+2
* Doc: resize tables with overflowNico Vertriest2015-06-251-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
* | 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