aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix WinCE build.v5.2.0-alpha1Sérgio Martins2013-09-251-1/+1
* Import QtQml instead of QtQuick now that Locale is available there.Mitch Curtis2013-09-251-1/+1
* Doc: Fix documentation of qmlProtectModuleTopi Reinio2013-09-251-3/+5
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-254-5/+5
* Doc: Made \since commands in src/qml consistent.Jerome Pasion2013-09-253-6/+6
* wince: Build fix, NtCurrentTeb() is not available in this platform.Sérgio Martins2013-09-251-0/+65
* 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
* V4 SSA: cleanup: rename single letter variables.Erik Verbruggen2013-09-251-40/+40
* V4 SSA: change life-time interval coverage calculation.Erik Verbruggen2013-09-251-1/+9
* V4: enable register allocator on linux and macos on x86_64.Erik Verbruggen2013-09-251-1/+1
* V4 regalloc: fix intersection calculation.Erik Verbruggen2013-09-251-7/+10
* V4: fix move mappingErik Verbruggen2013-09-253-7/+9
* V4 JIT: fixes after NaN boxing changes.Erik Verbruggen2013-09-252-36/+44
* V4: re-enable SSA transformation and optimization.Erik Verbruggen2013-09-252-2/+2
* V4 JIT: generate code for unary not operator.Erik Verbruggen2013-09-252-1/+17
* Make qv4objectproto GC cleanLars Knoll2013-09-223-27/+29
* Fix grouped property access for non-value type propertiesSimon Hausmann2013-09-221-9/+35
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-2215-78/+87
* Prevent objects from being collected while in their constructorLars Knoll2013-09-2219-62/+150
* Convert the last methods in qv4object_p.hLars Knoll2013-09-2213-38/+49
* Fix some more methods to take ValueRef'sLars Knoll2013-09-225-26/+28
* Fix some smaller spec incompliances in Array.concatLars Knoll2013-09-221-11/+5
* Make sure ScopedArrayObject works as intendedLars Knoll2013-09-221-0/+5
* Change the runtime API over to using StringRef's instead of String*Lars Knoll2013-09-2212-171/+156
* remove debug outputLars Knoll2013-09-221-1/+0
* Convert Object::inplaceBinOp to be GC safeLars Knoll2013-09-223-54/+69
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-2221-61/+74
* Convert putIndexed()Lars Knoll2013-09-2213-37/+51
* convert Managed::put() API to be GC safeLars Knoll2013-09-2234-197/+228
* Use a StringRef for Managed::get()Lars Knoll2013-09-2240-146/+192
* Use StringRef for most methods in ObjectLars Knoll2013-09-2216-70/+103
* Cleanup Object::define*Property APILars Knoll2013-09-2238-515/+500
* Add a Safe<T> class and start using itLars Knoll2013-09-2212-64/+133
* Start using StringRef for parameter passingLars Knoll2013-09-2211-33/+37
* Introduce a Referenced<T> class to pass Objects into methodsLars Knoll2013-09-229-43/+99
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-2211-82/+56
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-2218-56/+61
* Further work towards an exact GCLars Knoll2013-09-2240-496/+776
* Animators - Render thread animation systemGunnar Sletta2013-09-212-0/+8
* Merge branch 'wip/v4' of qtdeclarative into devSimon Hausmann2013-09-216-17/+41
|\
| * [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 local variable declarations in binding expressionsSimon Hausmann2013-09-201-1/+4