aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Further work towards an exact GCLars Knoll2013-09-2245-600/+1000
* Animators - Render thread animation systemGunnar Sletta2013-09-2123-22/+2420
* Fix build logic for host_build tools.Morten Johan Sørvig2013-09-211-1/+7
* 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-2128-1214/+1932
* | 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 branch 'wip/v4' of qtdeclarative into devSimon Hausmann2013-09-2042-189/+4265
|\|
| * [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
| * [new compiler] Fix function and binding expression setupSimon Hausmann2013-09-207-21/+90
| * Cleanup: Fold CompiledData::Value into CompiledData::BindingSimon Hausmann2013-09-205-66/+60
| * [new compiler] Add support for id propertiesSimon Hausmann2013-09-207-3/+80
| * [new compiler] Initial support for group propertiesSimon Hausmann2013-09-207-24/+136
| * Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-20288-7303/+11208
| |\
| * | [new compiler] Implement proper type resolutionSimon Hausmann2013-09-1310-19/+162
| * | Implement plain simple locking in the executable memory allocatorSimon Hausmann2013-09-122-0/+13
| * | [new compiler] Implement name sanity checking for properties, signals and fun...Simon Hausmann2013-09-123-10/+109