aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | V4: fix life range for phi node target that is never used.Erik Verbruggen2014-02-071-1/+7
* | | Remove add/sub/mul instruction specializations for numbersLars Knoll2014-02-073-73/+0
* | | Specialize CJump into JumpEq and JumpNeLars Knoll2014-02-073-15/+26
* | | Avoid some unary plus instructionsLars Knoll2014-02-071-1/+1
* | | Remove a memset that is not requiredLars Knoll2014-02-071-0/+2
* | | Add specialized instructions for right and left shiftLars Knoll2014-02-073-0/+80
* | | Simplify some runtime methodsLars Knoll2014-02-071-15/+1
* | | Remove two unused parameters from VME::run()Lars Knoll2014-02-072-5/+6
* | | Add a MoveConst instruction to the interpreterLars Knoll2014-02-073-14/+39
* | | Make the Ref classes not template basedLars Knoll2014-02-0722-140/+167
* | | Rename Referenced to ManagedRefLars Knoll2014-02-0713-72/+59
* | | Move Referenced together with ManagedLars Knoll2014-02-072-81/+90
* | | Accessibility: respect password stateFrederik Gladhorn2014-02-071-1/+5
* | | Android: Fix crash when using images in QMLEskil Abrahamsen Blomfeldt2014-02-072-6/+8
* | | Fix memory management issue with accessorsSimon Hausmann2014-02-074-20/+33
* | | [new compiler] Fix crash in qml delegate modelSimon Hausmann2014-02-051-6/+9
* | | [new compiler] Fix propagation of imported scripts for anonymous componentsSimon Hausmann2014-02-054-8/+10
* | | Prevent concurrent access to v4 debuggerUlf Hermann2014-02-051-1/+2
* | | Unify the interface for QQmlDebugServicesUlf Hermann2014-02-0511-22/+73
* | | Move PersistenValue and WeakValue into it's own fileLars Knoll2014-02-057-324/+427
* | | Smaller performance fixesLars Knoll2014-02-053-12/+14
* | | Remove an unused constructorLars Knoll2014-02-052-5/+1
* | | Add a special Debug instruction to the interpreter and use itLars Knoll2014-02-054-12/+33
* | | [new compiler] Fix logic error in enum resolverSimon Hausmann2014-02-051-1/+1
* | | [new compiler] Fix partial bindings on value typesSimon Hausmann2014-02-041-7/+45
* | | [new compiler] Fix order of alias vs non-alias bindingsSimon Hausmann2014-02-044-2/+55
* | | [new compiler] Fix bindings on aliasesSimon Hausmann2014-02-041-1/+11
* | | [new compiler] Set the rootObjectInCreation flag correctly on the root objectSimon Hausmann2014-02-042-5/+13
* | | [new compiler] Fix JS ownership of QML created objectsSimon Hausmann2014-02-041-0/+1
* | | [new compiler] Fix binding initialization orderSimon Hausmann2014-02-044-9/+116
* | | [new compiler] Cleanup empty string handlingSimon Hausmann2014-02-044-26/+23
* | | Fix occasional crashes in canvas getImageData and other placesSimon Hausmann2014-02-044-2/+11
* | | Support batching of rotated antialiased elements.Gunnar Sletta2014-02-041-6/+4
* | | Normalize signal & slot signatures in connectionThiago Macieira2014-02-033-6/+6
* | | Add missing export macro to QQuickTransformSimon Hausmann2014-02-031-1/+1
* | | Fix nasty bug in property cache leading to inaccessible signal parametersSimon Hausmann2014-02-032-2/+2
* | | [new compiler] Propagate JS code gen errorsSimon Hausmann2014-02-031-0/+5
* | | [new compiler] Fix error reporting for invalid regexp property assignmentsSimon Hausmann2014-02-031-1/+1
* | | [new compiler] Fix context sharing for imported JS files that have no import ...Simon Hausmann2014-02-031-1/+1
* | | [new compiler] Fix sanity checking of parameter names when connecting to C++ ...Simon Hausmann2014-02-032-2/+17
* | | [new compiler] Fix revisioningSimon Hausmann2014-02-031-2/+2
* | | [new compiler] Allow function calls during initial binding evaluations and si...Simon Hausmann2014-02-031-1/+1
* | | [new compiler] Fix error message about final property overridesSimon Hausmann2014-02-031-3/+4
* | | [new compiler] Fix error messages when trying to create invalid property inte...Simon Hausmann2014-02-032-4/+33
* | | [new compiler] Fix error message when assigning lists to singular propertiesSimon Hausmann2014-02-034-2/+15
* | | [new compiler] Don't allow setting the id property multiple timesSimon Hausmann2014-02-032-4/+7
* | | [new compiler] Fix error messages for binding vs. property declarationsSimon Hausmann2014-02-033-54/+76
* | | [new compiler] CleanupsSimon Hausmann2014-02-033-123/+175
* | | [new compiler] Fix invalid id error messaging for empty IDsSimon Hausmann2014-02-031-3/+4
* | | [new compiler] Try to resolve qualified enums at type compile timeSimon Hausmann2014-02-034-2/+186