summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [new compiler] Add support for default propertieswip/v4Simon 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
* [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-20373-7561/+13914
|\
| * Disable gui tests on Mac for nowLars Knoll2013-09-202-5/+12
| * Add qmlProtectModuleAlan Alpert2013-09-2010-8/+197
| * Register Locale object in the QtQml namespace.Mitch Curtis2013-09-201-0/+1
| * Apply file selectors to QQmlApplicationEngine appsAlan Alpert2013-09-2019-12/+463
| * qmlplugindump: adding verbose output for the instantiation operationsFawzi Mohamed2013-09-191-2/+18
| * QmlDebugging: Process commands in v4DebugServiceAurindam Jana2013-09-193-41/+163
| * QmlDebugging: Replace QV8DebugService with QV4DebugServiceAurindam Jana2013-09-197-419/+52
| * QmlDebugging: Add v4DebugServiceAurindam Jana2013-09-193-2/+255
| * Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-1918-46/+492
| |\
| | * Merge branch 'stable' into devSergio Ahumada2013-09-1918-46/+492
| | |\
| | | * Doc: Reintroduce docs for Qt Quick Models and Views examplesTopi Reinio2013-09-187-5/+150