aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcomponent.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Simplify & speed up function callingLars Knoll2013-11-091-10/+10
* Refactor marking GC'ed objectsLars Knoll2013-11-051-6/+6
* Doc: Fix broken linksSze Howe Koh2013-11-051-2/+2
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-4/+0
* Fix the remaining try/catch statements in C++Lars Knoll2013-10-291-6/+6
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-5/+5
* Properly propagate parse errorsLars Knoll2013-10-291-1/+1
* Remove internal method from public APILars Knoll2013-10-191-1/+1
* Make QQmlIncubatorPrivate refcountedLars Knoll2013-10-151-1/+1
* Make sure the incubated object survives the statusChanged callLars Knoll2013-10-151-6/+10
* Fix GC issue with incubatorsLars Knoll2013-10-151-19/+45
* Change exception handling APISimon Hausmann2013-10-021-4/+2
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-1/+1
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-10/+9
* Less QV4::Value usageLars Knoll2013-09-281-4/+4
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-6/+6
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-7/+12
* Doc: Updated imports, \qmlmodule, and \inqmlmodule versions in src/qml.Jerome Pasion2013-09-271-1/+1
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-23/+24
* Fix Persistent/WeakValue APILars Knoll2013-09-261-15/+19
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-221-2/+3
* Cleanup Object::define*Property APILars Knoll2013-09-221-4/+4
* Start using StringRef for parameter passingLars Knoll2013-09-221-3/+3