aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
| * [new compiler] Finish support for initializing list propertiesSimon Hausmann2013-09-202-129/+152
| * [new compiler] Add initial support for assigning single objects to list prope...Simon Hausmann2013-09-201-0/+21
| * [new compiler] Implement setting object propertiesSimon Hausmann2013-09-203-7/+73
| * [new compiler] Cleanup attached and group property determinationSimon Hausmann2013-09-201-22/+16
| * [new compiler] Fix timing of binding enablingSimon Hausmann2013-09-202-22/+37
| * [new compiler] Implement remaining literal binding value assignmentsSimon Hausmann2013-09-202-67/+409
| * [new compiler] Initial support for attached propertiesSimon Hausmann2013-09-203-5/+21
| * [new compiler] Add support for finalization callbacksSimon Hausmann2013-09-205-4/+58
| * [new compiler] Initial implementation of signal handler supportSimon Hausmann2013-09-204-7/+49