aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| | * | [new compiler] Fix off-by-a-few in meta object creatorSimon Hausmann2013-09-201-1/+4
| | * | Allow delayed deallocation in the executable memory allocatorSimon Hausmann2013-09-203-2/+22
| | * | [new compiler] Correctly handle attempts to set invalid group propertiesSimon Hausmann2013-09-201-6/+10
| | * | Fix crash in QV4::CompiledData::CompilationUnitSimon Hausmann2013-09-202-1/+3
| | * | [new compiler] Initial support for composite typesSimon Hausmann2013-09-203-10/+26
| | * | [new compiler] Initial support for componentsSimon Hausmann2013-09-209-62/+266
| | * | [new compiler] Improve error handling and sanity checking for object idsSimon Hausmann2013-09-202-6/+23
| | * | [new compiler] Fix id parsingSimon Hausmann2013-09-201-2/+6
| | * | [new compiler] Fix function-local variable declarationsSimon Hausmann2013-09-201-1/+1
| | * | [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-204-141/+181
| | * | [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-203-30/+26
| | * | [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-206-95/+136
| | * | [new compiler] Add support for finalization callbacksSimon Hausmann2013-09-205-4/+58
| | * | [new compiler] Initial implementation of signal handler supportSimon Hausmann2013-09-207-8/+320
| | * | [new compiler] Avoid type reference lookups with empty stringsSimon Hausmann2013-09-201-1/+2