aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcomponent.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-13/+4
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-6/+6
* Further work towards an exact GCLars Knoll2013-09-221-2/+3
* [new compiler] Fix JavaScript expressions in composite typesSimon Hausmann2013-09-201-4/+0
* [new compiler] Initial support for componentsSimon Hausmann2013-09-201-18/+2
* [new compiler] Implement setting object propertiesSimon Hausmann2013-09-201-0/+2
* [new compiler] Add support for finalization callbacksSimon Hausmann2013-09-201-3/+5
* [new compiler] Add support for id propertiesSimon Hausmann2013-09-201-1/+14
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-29/+38
|\
| * Initialize variablesLars Knoll2013-09-181-0/+4
| * Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-6/+6
| * Convert more methods to use ReturnedValueLars Knoll2013-09-181-6/+7
| * Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-15/+15
| * Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-4/+4