aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
...
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-2817-75/+75
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-285-346/+361
* Doc: Updated imports, \qmlmodule, and \inqmlmodule versions in src/qml.Jerome Pasion2013-09-273-4/+4
* Convert more methods in QV8EngineLars Knoll2013-09-262-15/+23
* Move more API over to use ValueRefLars Knoll2013-09-265-98/+103
* Make parts of qv8engine_p.h GC safeLars Knoll2013-09-264-34/+35
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-262-37/+43
* Fix API of QQmlV4HandleLars Knoll2013-09-262-12/+5
* Fix Persistent/WeakValue APILars Knoll2013-09-2622-109/+144
* Doc: Made \since commands in src/qml consistent.Jerome Pasion2013-09-253-6/+6
* Fix Component.onCompleted emission and bindings for composite typesSimon Hausmann2013-09-251-0/+3
* Fix lookup scopes into the context objectSimon Hausmann2013-09-251-0/+2
* Fix component boundary detectionSimon Hausmann2013-09-252-1/+5
* Fix bug in assigning to self-declared properties in child object literalsSimon Hausmann2013-09-251-3/+2
* Fix assigning composite type object literals to object propertiesSimon Hausmann2013-09-251-1/+3
* Fix bindings on properties in grouped value type propertiesSimon Hausmann2013-09-252-12/+36
* Fix setting the id property when also present in the type itselfSimon Hausmann2013-09-251-0/+14
* Fix warnings about includes.Friedemann Kleint2013-09-252-2/+2
* Fix grouped property access for non-value type propertiesSimon Hausmann2013-09-221-9/+35
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-223-12/+19
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-2/+4
* Convert the last methods in qv4object_p.hLars Knoll2013-09-221-1/+1
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-224-6/+6
* Convert putIndexed()Lars Knoll2013-09-222-6/+12
* convert Managed::put() API to be GC safeLars Knoll2013-09-2212-34/+40
* Use a StringRef for Managed::get()Lars Knoll2013-09-2210-26/+32
* Use StringRef for most methods in ObjectLars Knoll2013-09-221-1/+2
* Cleanup Object::define*Property APILars Knoll2013-09-227-176/+178
* Add a Safe<T> class and start using itLars Knoll2013-09-221-1/+3
* Start using StringRef for parameter passingLars Knoll2013-09-223-7/+9
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-222-31/+9
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-226-25/+24
* Further work towards an exact GCLars Knoll2013-09-228-60/+107
* Merge branch 'wip/v4' of qtdeclarative into devSimon Hausmann2013-09-214-16/+32
|\
| * [new compiler] Add support for default propertiesSimon Hausmann2013-09-201-3/+13
| * [new compiler] Fix binding evaluationsSimon Hausmann2013-09-201-2/+2
| * [new compiler] Fix crash with remote importsSimon Hausmann2013-09-202-7/+5
| * [new compiler] Improve error handling with invalid base typesSimon Hausmann2013-09-201-0/+8
| * [new compiler] Fix JavaScript expressions in composite typesSimon Hausmann2013-09-202-4/+4
* | Add Singleton support for QMLAntti Piira2013-09-2114-89/+534
* | Merge branch 'wip/v4' of qtdeclarative into devSimon Hausmann2013-09-2016-56/+2125
|\|
| * [new compiler] Initial support for alias propertiesSimon Hausmann2013-09-204-36/+203
| * [new compiler] Fix scope object for binding expressions in signal handlers of...Simon Hausmann2013-09-202-6/+9
| * [new compiler] Implement dependency type availability checkingSimon Hausmann2013-09-201-0/+20
| * [new compiler] Fix off-by-a-few in meta object creatorSimon Hausmann2013-09-201-1/+4
| * [new compiler] Correctly handle attempts to set invalid group propertiesSimon Hausmann2013-09-201-6/+10
| * [new compiler] Initial support for composite typesSimon Hausmann2013-09-203-10/+26
| * [new compiler] Initial support for componentsSimon Hausmann2013-09-206-62/+261
| * [new compiler] CleanupsSimon Hausmann2013-09-202-71/+64
| * [new compiler] CleanupsSimon Hausmann2013-09-202-12/+17