aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump qtdeclarative version to 5.3.0Thiago Macieira2013-09-241-1/+1
* Add qmlimportscanner.Morten Johan Sørvig2013-09-233-0/+339
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-223-2/+27
|\
| * Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-213-2/+27
| |\
| | * Docs: fix QtQuick2::Item::layer.sourceRect typeold/5.1J-P Nurmi2013-09-211-1/+1
| | * Fix a crash in QQuickItem::nextItemInFocusChain()Liang Qi2013-09-193-1/+26
* | | 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-2220-66/+152
* | | 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-2217-44/+61
* | | convert Managed::put() API to be GC safeLars Knoll2013-09-2239-225/+263
* | | Use a StringRef for Managed::get()Lars Knoll2013-09-2243-162/+213
* | | Use StringRef for most methods in ObjectLars Knoll2013-09-2216-70/+103
* | | Cleanup Object::define*Property APILars Knoll2013-09-2242-593/+578
* | | Add a Safe<T> class and start using itLars Knoll2013-09-2215-71/+145
* | | Start using StringRef for parameter passingLars Knoll2013-09-2214-38/+43
* | | Introduce a Referenced<T> class to pass Objects into methodsLars Knoll2013-09-2210-44/+99
* | | Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-2213-95/+64
* | | Don't use Value::emptyValue() anymore.Lars Knoll2013-09-2220-72/+81
* | | Further work towards an exact GCLars Knoll2013-09-2245-600/+1000
* | | Animators - Render thread animation systemGunnar Sletta2013-09-2141-22/+3804
|/ /
* | Fix build logic for host_build tools.Morten Johan Sørvig2013-09-212-2/+16
* | 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
| * | [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
| * | [new compiler] Fix signal handlers on own propertiesSimon Hausmann2013-09-201-0/+5
* | | Add Singleton support for QMLAntti Piira2013-09-2173-1222/+2653
* | | dialog-private: replace QJSValue with QQmlV4Handle in js functionsLiang Qi2013-09-205-37/+54
* | | Fix uniform property mapping docs in ShaderEffectLaszlo Agocs2013-09-201-1/+3
* | | Merge "Merge branch 'wip/v4' of qtdeclarative into dev" into refs/staging/devSimon Hausmann2013-09-2043-189/+4269
|\ \ \
| * | | Merge branch 'wip/v4' of qtdeclarative into devSimon Hausmann2013-09-2043-189/+4269
| |\| |
| | * | [new compiler] Initial support for alias propertiesSimon Hausmann2013-09-207-44/+260
| | * | [new compiler] Fix scope object for binding expressions in signal handlers of...Simon Hausmann2013-09-202-6/+9
| | * | Fix destruction of QV4::CompiledData::CompilationUnit objectsSimon Hausmann2013-09-203-9/+28
| | * | [new compiler] Implement dependency type availability checkingSimon Hausmann2013-09-201-0/+20
| | * | [new compiler] Fix crash with non-existent attached property objectsSimon Hausmann2013-09-201-1/+4
| | * | [new compiler] Fix crash with empty function bodiesSimon Hausmann2013-09-203-10/+15